=== WP-TrueCache === Version: 2.1.1 Contributors: phkcorp2005 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9674139 Tags: Cache, Memcache, SuperCache, TotalCache, Real Cache, File based caching Requires at least: 3.3 Tested up to: 4.9.8 Stable tag: 4.9.8 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html A plugin that properly enables Wordpress in a high available, cluster environment using Memcache with File caching failover. == Description == A plugin that properly enables Wordpress in a high available, cluster environment using Memcache with File caching failover. No need for separate caching plugins. This plugin handles all the caching and works with CDN. Includes filters to prevent caching on certain pages, users, etc. Detail documentation on the Admin dashboard. Multisite enabled. The following publication, "Wordpress High Availability: Configuration, Deployment, Maintenance Tips & Techniques" available on Amazon at (http://www.amazon.com/dp/B00RAIMGAC) == Installation == 1. Make sure Memcache is installed and enabled, See below 2. Upload `wp-truecache` to the `/wp-content/plugins/` directory 3. Make sure that the PHP Memcache extension is installed. Use PHP Info to verify. 4. Edit wp-config.php and add the following lines just above /* That's all, stop editing! Happy blogging. */ define('WP_MEMCACHE_SERVERS','[replace with an actual memcache IP address]'); define('WP_MEMCACHE_PORT',11211); define('WP_CACHE',true); // 192.168.0.11,11211 define('WP_MEMCACHE_FULL_SERVER_LIST','[list of server IP's follow by port number]'); 5. Now activate the plugin from the Admin dashboard. 6. See the side bar menu. == Install MEMCACHE == 1. Install php-memcache on debian|ubuntu, sudo apt-get install php-memcache 2. Enable php-memcache module, sudo phpenmod memcache 3. Restart apache server, sudo service apache2 restart == Frequently asked questions == = A question that someone might have = An answer to that question. == Screenshots == [Wordpress High Availability](http://ecx.images-amazon.com/images/I/51NqitVDtOL._SX312_BO1,204,203,200_.jpg) [Main Admin Dashboard](http://www.flickr.com/photos/97331227@N06/9015426323/) == Changelog == = 2.1.1 = * Fixes for WP 4.9.8 = 2.1 = * Fixes for WP 4.6 = 2.0.6 = * Initial Public Release