Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A Memcached HTML page cache for WordPress that stores and serves rendered pages.

Nuxt module for micro-frontend solution supporting qiankun and single-SPA

A Jekyll plugin that renders RDF data into static site pages using customizable Liquid templates and SPARQL queries.

Open-source URL shortener with visitor tracking and analytics dashboard, built on Next.js, Postgres, and Redis.

Create an elegant, accessible, and customizable component library with ease, built using Radix UI and Tailwind CSS.

Adds support for WebC *.webc files to Eleventy
Batcache is a WordPress page-caching plugin that stores fully rendered HTML pages in Memcached and serves them to anonymous visitors to prevent traffic spikes from overwhelming your server.
Batcache uses Memcached to store and serve rendered pages. It takes a WordPress page request, generates the HTML once, stores it in Memcached, and then serves that stored copy to subsequent anonymous visitors. It's authored primarily by Automattic contributors and is used across WordPress.com. It requires the PECL memcached extension and the Memcached Object Cache plugin. Batcache can also optionally cache redirects.
advanced-cache.php to /wp-content/.define('WP_CACHE', true); near the top of wp-config.php.advanced-cache.php; optionally upload batcache.php to the plugins directory.Batcache can be used anywhere Memcached is available. WP-Super-Cache is preferred for most single-server blogs, but if you have more than one web server, Batcache is a strong choice.
It was created to help WordPress.com handle the massive traffic spike on Gizmodo's live blog during Apple events, where live blogs were notorious for failing under load. Batcache keeps the site up by caching pages.
Batcache was originally named "supercache" but was renamed before release to avoid confusion with Donncha's WP-Super-Cache plugin. The "Bat" part came from comic book heroes, not the author's city.
Batcache is a free WordPress plugin distributed through the WordPress.org plugin repository.
