Plugin Directory

Batcache

  1. Get the Memcached backend working. See below.

  2. Upload advanced-cache.php to the /wp-content/ directory

  3. Add this line the top of wp-config.php to activate Batcache:

    define('WP_CACHE', true);

  4. Test by reloading a page in your browser several times and then viewing the source. Just above the </head> closing tag you should see some Batcache stats.

  5. Tweak the options near the top of advanced-cache.php

  6. Optional Upload batcache.php to the /wp-content/plugins/ directory.

Memcached backend

  1. Install memcached on at least one server. Note the connection info. The default is 127.0.0.1:11211.

  2. Install the PECL memcached extension and Ryan's Memcached backend 2.0. Use the 1.0 branch if you don't have or can't install the PECL extension.

Download

FYI

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(5 ratings)