View Single Post
Old 07-19-2013, 02:25 PM  
signupdamnit
Confirmed User
 
signupdamnit's Avatar
 
Industry Role:
Join Date: Aug 2007
Posts: 6,697
Quote:
Originally Posted by transbetty View Post
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.
__________________

You don't like my posts? Put me on ignore or fuck right off. I'll say what I want.
signupdamnit is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote