Which PHP cache is the best?

#1
I use APC cache come with Litespeed but does not see much improvement.

What do you guys use for your PHP applications?

Which is better: APC, eaccelerator or Xcache?
 
Last edited:

mistwang

LiteSpeed Staff
#3
Can you please post a link to the benchmark. I think there is not big difference among all three caches. Some one may have better compatibility with the latest PHP release. And all three cache should works will with lsphp, just like with Apache mod_php.
 

ts77

Well-Known Member
#4
Some months ago I switched all my servers from APC to XCache.
I can't talk about performance, I think it stayed *around* the same but with XCache I had more stability with different php-versions.
 
Top