Quote:
Originally Posted by transbetty
I was sooo wrong..... APC needs heavy customisation, it's not compatible with Zend that is standardly bundled with PHP, etc...
Got so many PHP errors Couldn't allocate memory" even with 256MB dedicated for cache (and the whole site cache was only 90MB), that I gave up. With simple Disk cache it's fast enough and no problems with memory, etc.
So if using APC beware. Might be worth customization for some people, it's definitely our of box solution.
|
APC can radically improve the serving of dynamic php content and cut resource use dramatically under some conditions. I highly recommend it where possible. It doesn't play well though with the old zend optimizer (This is very likely the issue if you are using it) but it works with the regular zend extensions. You can tweak it a little bit but you usually don't have to.