This may be a trivial question for some, but I have not yet been able to find the answer.
If I understand correctly, APC does two things. Store PHP pages in byte code for faster delivery. It can also cache data so we can request it faster.
I'm interested in the byte code function, which, if I understand correctly, comes by default. I will not need to modify my code much to make this work.
My question is this: our site is a social networking site, and our PHP pages are very dynamic. Each time they are invoked, they are influenced by many factors.
Could we use APC?
Thanks Haluk
Haluk source
share