So this is whats bothering me. I just installed APC cache and Im testing it. When using APC Admin interface, in apc.php file, I can see all the info about APC etc. When I go to System Cache Entries I can see that every script i invoke gets written there.
So does this means that APC Cache works out of the box? I can just install APC cache and it already speeds up my application by caching scripts? And if I want I can then cache variables to make it even faster?
Hope you get the question, its probably simple to someone with more experience with APC.
Its I know i can add some variables to cache, and then get them out and that will speed up my app. But is it true, that APC will speed up the app and cache scripts all by him self? And is there any good documentation where I could learn more about APC?