Search results for "optimizie memcache ini"

How to Configure APC Cache on Virtual Servers with PHP running under FCGId

…highest reported Memory Usage to avoid fragmentation completely. Configuration Suggestion for php.ini in the virtual server’s /home/domainname.com/etc/php5/php.ini, add the following configuration: (you may also install memcached, and should install fileinfo for full use of W3 Total Cache) [memcached] ;memcached for distributed servers – e.g. mysql server on separate host ;extension=memcache.so [fileinfo] extension=fileinfo.so [APC] extensi… 8, 0, 2, 0 and 25.24

Comments { 43 }

WordPress with W3 Total Cache on Nginx with APC (Virtualmin)

…e these will over-write the local nginx.conf file. Conclusion Sorry, no benchmarks. See my example/test site here. Nginx support on Virtualmin is working well, though I don’t see much improvement over Apache in terms of initial index page load, or time to first byte on the WordPress test site I created.  Cached and subsequent pages load very quickly, so it looks like there is an overall improvement. All WordPress functions seem to work well… 5, 0, 0, 0 and 12.92

Comments { 11 }

APC Cache Considerations for Virtual Hosting Environments

APC cache does not work well in a virtual hosting environment unless PHP is running as FCGID, and every individual virtual host has a unique PHP.ini and a unique fcgiwrapper. This is not the case with many virtual hosting environments because the memory and CPU requirements are too great. I suggest using Virtualmin for a shared hosting environment with APC cache, because it does allow to set php.ini and fcgiwrapper for every individual virtual h… 4, 0, 1, 0 and 12.27

Comments { 2 }