Tagged Questions
2
votes
4answers
487 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
1answer
143 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
65 views
How come eAccelerator works after changing files even though cache is on?
I have eAccelerator installed on an apache web server for PHP.
If I look at the phpinfo() output, I can see that all files are cached.
I wonder to myself,
If they are cached, how come when I make ...
-1
votes
1answer
457 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 ...