This plugin is outdated and might not be supported anymore
Batcache

Batcache

Details
View on WordPress

Batcache uses Memcached to store and serve rendered pages. It can also optionally cache redirects. It’s not as fast as Donncha’s WP-Super-Cache but it can be used where file-based caching is not practical or not desired. For instance, any site that is run on more than one server should use Batcache because it allows all servers to use the same storage.

Development testing showed a 40x reduction in page generation times: pages generated in 200ms were served from the cache in 5ms. Traffic simulations with Siege demonstrate that WordPress can handle up to twenty times more traffic with Batcache installed.

Batcache is aimed at preventing a flood of traffic from breaking your site. It does this by serving old pages to new users. This reduces the demand on the web server CPU and the database. It also means some people may see a page that is a few minutes old. However this only applies to people who have not interacted with your web site before. Once they have logged in or left a comment they will always get fresh pages.

Possible future features:

  • Comments, edits, and new posts will trigger cache regeneration
  • Online installation assistance
  • Configuration page
  • Stats

Details

Plugin code:
batcache
Plugin version:
1.5
Outdated:
Yes
WP version:
3.2 or higher
PHP version:
or higher
Test up to WP version:
5.3.18
Total installations:
800
Last updated:
2020-03-28
Rating:
Times rated:
2
cache
memcache
memcached
performance
speed