APC Hits/Misses and configuration
What are "Hits & Misses" in reference to APC opcode caching? I've installed APC and it's running great, but I've got "some" misses and I'm wondering if that's "bad". Also, I am running Openx and, as such, am filling up the "Cache full count(s)" pretty quickly. What do I need to change in the configuration to minimize that? Any recommended configurations? Justin Some misses are to be expected. Hits = things are in cache Miss = things not (yet) in cache. New or less-used things will always be a miss, so you'll always expect some. You may need to tune how much memory you're dedicating to APC -