What is the difference between memcache and APC? Do they do the same thing?
My audit suggest a PHP accelerator any suggestions?
What is the difference between memcache and APC? Do they do the same thing? My audit suggest a PHP accelerator any suggestions? Csampson |
My audit suggests one also. But i don't bother. https://www.deanbassett.com |
The PHP developers have gone with ZendOptimizerPlus since it was released to open source. It does not have the user data cache but what I understand they are implementing the user data cache of APC to ZendOptimizerPlus (I will type ZOP from now on LOL); it is labelled APCu and has to be added to ZOP. PHP 5.5 already has ZOP in the core. I have installed ZOP on one server and the "feel" of the page load did seem faster. From what I understand, ZOP does not have that nice graphical shell that APC shipped. However, there may be one somewhere, I have just not looked into it yet. You can also look into Content Distribution Networks (CDN). CDNs can reduce the number of hops if the CDNs servers are spread around; your site content will be cached on the CDN and your members will load from the CDN closest to them. Geeks, making the world a better place |