W
Performance & Caching Free WordPress.org

WP Super Cache

4.3 (1,342 reviews)
· 1.0M+ active installs · By Automattic
Active Installs
1.0M+
Rating
4.3 / 5
Version
v3.1.1
Last Updated
May 2026
Share

Plugin Review

AI-Researched

What is WP Super Cache?

WP Super Cache converts dynamic WordPress pages into static HTML files. These files are served to most visitors instead of running the heavier PHP scripts. This dramatically reduces server load and speeds up page delivery. The plugin was created by Automattic, the company behind WordPress.com. It has been actively developed for 19 years, making it one of the oldest caching solutions in the repository. Currently, it holds over 1 million active installs. Its rating sits at 4.3 out of 5 stars, based on 1,342 ratings. A strong 74% of those ratings are 4% are one-star.

The plugin operates on a simple premise: one cached file can be served thousands of times. It targets the 99% of visitors who are not logged in, have not left a comment, or are not viewing a password protected post. For those users, the server delivers a pre-built HTML file. This bypasses the database queries and PHP processing required for a fresh page load. The result is a faster experience for visitors and lower resource consumption for your server.

Key Features of WP Super Cache

  • Three Caching Modes: Choose between Expert (mod_rewrite), Simple (PHP-served supercached files), or WP-Cache caching for known users and dynamic content.
  • Static File Generation: Creates static HTML files from your WordPress posts and pages, serving them directly without loading WordPress.
  • Compression Support: Compresses cached pages with gzip to reduce bandwidth usage and improve load times for supported browsers.
  • Cache Rebuild: Serves the old cached file to one visitor while a new cache file is generated, preventing a stampede of requests from slowing your site.
  • CDN Integration: Built-in support for Content Delivery Networks, allowing you to offload static files to a third-party network.
  • Garbage Collection: Automatically cleans up stale or expired cache files based on a configurable expiry time, with a recommended starting value of 1800 seconds.
  • Preloading Engine: Generates cache files for all your posts and pages in advance, so the first visitor to any page gets a cached copy immediately.
  • Cache Tester: A built-in tool that automatically verifies your caching is working by comparing timestamps on two page requests.

Who Should Use WP Super Cache?

This plugin is ideal for site owners who want a straightforward performance boost without heavy configuration. The recommended "Simple" caching mode is easy to set up and requires no editing of server files. It suits blogs, small business sites, and content-heavy publications with high traffic volumes. The 1 million active installs indicate broad appeal across many site types. Users comfortable with PHP can enable the "Expert" mode for maximum speed, but the plugin works well out of the box for beginners.

If your site receives a traffic spike, the static file system helps your server cope. The plugin is not ideal for membership sites or forums where nearly all users are logged in. Those visitors will fall into the WP-Cache caching mode, which is slower. For the typical blog where 99% of visitors are anonymous, WP Super Cache delivers a notable performance gain. The 74% five-star rating reflects satisfaction among this primary user base.

Installation & Setup

Install WP Super Cache like any other plugin directly from your WordPress plugins page. The plugin requires custom permalinks to be enabled. After activation, go to Settings > WP Super Cache and click the button to enable caching. The "Simple" caching mode is recommended for most users. No .htaccess file modifications are needed for this mode, making it safe for beginners.

Support & Community

Support is managed through the WordPress.org forums. Over the last 2 months, the plugin team resolved 2 of 2 open support threads. This gives an 100% resolution rate, which is above average for a free plugin with 1 million users. The 13% one-star ratings often mention configuration conflicts or difficulty with the Expert caching mode. The plugin documentation recommends that users uncomfortable with PHP editing stick to Simple mode. The active development history of 19 years and the recent update on May 27, 2026, suggest ongoing maintenance and compatibility with modern WordPress versions.

Pros & Cons

What's Good
  • Serves static HTML files to 99% of visitors, bypassing PHP entirely via Expert mode for extreme speed under heavy traffic.
  • Active on over 1 million sites with a 4.3/5 rating from 1,342 reviews, indicating broad trust and reliability.
  • Three caching modes (Expert, Simple, WP-Cache) let you balance speed and dynamic content, with Simple mode recommended for easier setup without .htaccess edits.
  • Caches custom files for logged-in users and commenters, maintaining personalization while still reducing server load.
  • 74% of 1,342 ratings are 5-star, reflecting high user satisfaction for a free caching solution.
Drawbacks
  • Expert mode requires Apache mod_rewrite and .htaccess modifications, which can break your site if misconfigured.
  • Static caching does not serve cached pages to logged-in users or commenters by default, limiting its benefit for those visitor segments.
  • WP-Cache caching, while flexible, is slower than supercached files and may not handle high-traffic spikes as effectively.
  • Only 6 total support threads exist, with 1 unresolved, suggesting limited community or developer support for troubleshooting.

Technical Details

Requires WordPress
6.8+
Requires PHP
7.4+
Tested up to WP
7.0
First Released
2007 (19+ years)
Support (last 2 months)
2 threads  —  100% resolved

Feature Tags

cache caching performance wp-cache wp-super-cache

Frequently Asked Questions