Tagged Questions

1
vote
6answers
2k views

apc vs eaccelerator vs xcache

Im doing research on which one of these to use and I can't really find one that stands out. Eaccelerator is faster than APC, but APC is better maintained. Xcache is faster but the others have easier …
0
votes
1answer
25 views

Module ‘eAccelerator’ already loaded php warning

I'm getting this PHP warning in my error_log and want to get it fixed. I'm told it is loaded within php.ini which I've verified as well as a bunch of configuration settings for the module. I'd like …
0
votes
0answers
19 views

Eaccelerator cache removes functions

We've just migrated to a new EC2 server and since then, eaccelerator has been behaving rather weirdly. Whenever I create the temp directory for eaccelerator, it starts caching but on the next page …
0
votes
1answer
39 views

how the opcode cache actually works?

hi.. im doing my final project and its about optimizing web performance (focus on caching). i plan to use eaccelearator as a tool in my final project. i need to know the background process of it, the …
-1
votes
1answer
86 views

eAccelerator doesn’t always improve performance?

Ok I have read a lot of posts and articles on how GREAT eAccelerator is, I tested it on my home dev server and it slowed my pages down pretty noticably, could it be because: I don't have a lot of …
2
votes
2answers
434 views

Memcache control panel?

We've been running eAccelerator on each of 3 webservers and are looking to move to a memcache pool across all 3, hopefully reducing by about 2/3 our db lookups. One of the handy things about …