• Just one problem after another with this plugin and the support is nearly ZERO when I run into a problem. So I’ve dumped it, and I’m trying to piece together caching solutions individually. I’m not really interested in using an all-in-one solutions as none of them really seem reliable. I’m already running NGINX and will be using it’s page caching capabilities.

    My current architecture is:

    • 512MB APC for Opcode (I do not want to use APC for anything else)
    • 1,024MB Memcache (I want to use this for database and object caching)
    • SSD Drives (I have my server set up with SSD’s and will be utilizing NGINX for Page Cache)

    So far I’ve set up Memcached Object Cache which works great. The object cache on W3 had a bug with Memcached that caused people to constantly get kicked out after resetting their password. What I really like about this particular plugin for my Multisite setup is that all I have to do is upload object-cache.php to my wp-content folder and configure a line of code in my wp-config.php. It works great!

    What I’m looking for now is something similar for database caching. I would love a plugin that allows me to drop a .php file in my wp-content folder to enable database caching with Memcached, but I have not been able to find anything. If one does not exist, does anyone know a method or plugin that only does database caching with memcache? I own my own servers so I can configure something manually if need be.

    Finally, I am looking for a good CDN only plugin that possibly has multisite support. I’m using Amazon CloudFront but other support is desired. I’m currently only using the CDN for one site on my network, but I may offer CDN to the entire network down the road.

    Thanks for the help!

  • The topic ‘Fed Up With W3 Total Cache – Seeking Options – Any Database Cache Plugins?’ is closed to new replies.