Linux 软件免费装

WP-TrueCache

开发者 phkcorp2005
更新时间 2018年11月23日 23:50
捐献地址: 去捐款
PHP版本: 3.3 及以上
WordPress版本: 4.9.8
版权: GPLv2 or later
版权网址: 版权信息

标签

Cache Memcache SuperCache TotalCache Real Cache File based caching

下载

详情介绍:

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)

安装:

  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]');
  1. Now activate the plugin from the Admin dashboard.
  2. See the side bar menu.

常见问题:

A question that someone might have

An answer to that question.

更新日志:

2.1.1 2.1 2.0.6