Tagged Questions

4
votes
3answers
2k 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 ...
2
votes
4answers
549 views

Choosing a PHP caching technique: output caching into files vs. opcode caching

I've heard of two caching techniques for the PHP code: When a PHP script generates output it stores it into local files. When the script is called again it check whether the file with previous ...
1
vote
0answers
130 views

eAccelerator will only show Cached Scripts: 1

I'm trying to reduce the load of PHP on my website and increase the speed with PHP caching. I've currently got eAccelerator installed and running with my PHP(according to php-v & phpinfo), ...
1
vote
1answer
279 views

eAccelerator php eaccelerator_put

i've got shared hosting with eAccelerator > eAccelerator > > eAccelerator support enabled > Version 0.9.6.1 Caching Enabled true > Optimizer Enabled true Check mtime > Enabled ...
1
vote
1answer
147 views

how the opcode cache actually works?

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 flow ...
0
votes
1answer
182 views

Why doesn't eAccelerator cache to harddrive?

When looking at the set folder in php.ini for eAccelerator to use, nothing is there. No hidden files as well. Directory is writable as well: eaccelerator.cache_dir = "c:/wamp/tmp/eaccelerator"' ...