WPThumbs
Themes Plugins By purpose By industry Best-of lists Fix it guides
Free Plugin by Cristián Lávaque v170220

Comet Cache

Author: WP Sharks Author URI: https://cometcache.com Contributors: WebSharks, JasWSInc, raamdev, clavaque Donate link: https://cometcache.

Comet Cache

The facts

Rating
4.4★ from 108
Active installs
20k+
Price
Free
Last updated
2 Jul 2025
Added
Feb 2016
Requires WP
4.2
Tested up to
WP 6.9.7
Downloads
508,229

Our analysis

AI-assisted

Comet Cache is a WordPress plugin designed to improve the speed of your website by creating and managing cached versions of your content. It takes real-time snapshots of pages, posts, and other elements, storing them for quick retrieval to reduce processing time. The plugin offers various configuration options to tailor caching behaviour to your site's needs.

It is suitable for website owners who want to enhance performance, particularly those running membership sites or those needing fine control over caching settings. With features like automatic cache clearing, user-agent exclusion, and client-side caching, it provides a comprehensive solution for optimising site speed.

Best for: This plugin is best for WordPress site owners looking to improve load times and manage caching effectively.

What it does well

  • Real-time caching of pages and posts
  • Customisable cache clearing options
  • Excludes logged-in users from cached pages
  • Supports client-side caching
  • Includes options for CDN integration

Where it falls short

  • Limited information on specific performance improvements
  • Some features may require technical knowledge to configure

Verdict

Comet Cache offers a robust solution for enhancing website performance through effective caching. It is particularly useful for users who require detailed control over their caching strategy.

From the developer

Cristián Lávaque's own description of Comet Cache, lightly tidied.

If you care about the speed of your site, Comet Cache is one of those plugins that you absolutely MUST have installed 🙂 Comet Cache takes a real-time snapshot (building a cache) of every Page, Post, Category, Link, etc. These snapshots are then stored (cached) intuitively, so they can be referenced later, in order to save all of that processing time that has been dragging your site down and costing you money.

The Comet Cache plugin uses configuration options that you select from the options panel. See: Comet Cache -› Options in your Dashboard. Once a file has been cached, Comet Cache uses advanced techniques that allow it to recognize when it should and should not serve a cached version of the file. By default, Comet Cache does not serve cached pages to users who are logged in, or to users who have left comments recently. Comet Cache also excludes administrative pages, login pages, POST/PUT/DELETE/GET(w/ query string) requests and/or CLI processes.

Features

  • SIMPLE and well-documented configuration (just enable and you’re all set!).
  • Options to control the automatic cache clearing behavior for Home and Posts Page, Author Page, Category, Tag, and Custom Term Archives, Custom Post Type Archives, RSS/RDF/ATOM Feeds, and XML Sitemaps.
  • URI exclusion patterns (now supporting wildcards too).
  • User-Agent exclusion patterns (now supporting wildcards too).
  • HTTP referrer exclusion patterns (now supporting wildcards too).
  • The ability to set an automatic expiration time for cache files.
  • Client-Side Caching (to allow double-caching in the client-side browser).
  • Caching for 404 requests to reduce the impact of those requests on the server.
  • RSS, RDF, and Atom Feed caching.
  • The ability to cache or ignore URLs that contain query strings (GET Requests).
  • Apache Optimizations to enable GZIP Compression.
  • WP-CLI Compatibility.
  • An Advanced Cache Plugin system for theme and plugin developers.

Pro Features

  • The ability to cache logged-in users too! (VERY powerful, particularly for membership sites).
  • A new improved “Clear Cache” button in the admin bar (along with an option to enable/disable this feature).
  • Options for Automatic and Intelligent Cache Clearing of Posts, Pages, Custom Post Types, Categories, Tags, Links, Themes, Users, and more.
  • The ability to disable Dashboard notifications related to automatic clearing/purging on change detections.
  • The ability to clear Markdown-related cache files generated by the s2Clean theme for WordPress (if installed).
  • The ability to run custom PHP code whenever the cache is cleared.
  • The ability to Auto-Clear a List of Custom URLs.
  • Clear Cache User Permissions to give other users permission to clear the cache by specifying a list of Roles and/or Capabilities.
  • Cache Statistics to help you gain insight into the status of your site cache.
  • Import/Export functionality for Comet Cache configuration files.
  • A Dynamic Version Salt (customize the caching engine).
  • Multisite Host Exclusion Patterns to exclude specific child blogs from being cached in a Multisite Network.
  • Mobile Mode that supports creating multiple versions of the cache for sites with adaptive designs.
  • HTML Compressor to automatically combine and compresses CSS/JS/HTML code.
  • Auto-Cache Engine to pre-cache your site at 15-minute intervals.
  • Static CDN Filters to serve some and/or ALL static files on your site from a CDN of your choosing, including support for Multiple CDN Host Names, Domain Sharding, and WordPress Multisite Networks.
  • Domain Sharding / Multiple CDN Hosts to work around concurrency limits and make it possible for browsers to download more resources simultaneously.
  • Server Load Monitoring to avoid regenerating the cache while the server is very busy by specifying a maximum server load average.
  • Cache Statistics and Charts to analyze statistics about the page cache, HTML Compressor cache, PHP OPCache, and server health.
  • Apache Optimizations to enable web server GZIP Compression, Leverage Browser Caching, Enforce Canonical URLs, and more.
  • An Automatic Updater to update Comet Cache Pro from your WordPress Dashboard.
  • Compatibility with ManageWP and InfiniteWP.
  • Rockstar support for all Comet Cache features.

TIP: you can preview Pro features in the free version by clicking the “Preview Pro Features” link at the top of your Comet Cache options.

Further Details

So Why Does WordPress® Need To Be Cached?

To understand how Comet Cache works, first you have to understand what a cached file is, and why it is absolutely necessary for your site and every visitor that comes to it. WordPress® (by its very definition) is a database-driven publishing platform. That means you have all these great tools on the back-end of your site to work with, but it also means that every time a Post/Page/Category is accessed on your site, dozens of connections to the database have to be made, and literally thousands of PHP routines run in harmony behind-the-scenes to make everything jive. The problem is, for every request that a browser sends to your site, all of these routines and connections have to be made (yes, every single time). Geesh, what a waste of processing power, memory, and other system resources. After all, most of the content on your site remains the same for at least a few minutes at a time. If you’ve been using WordPress® for very long, you’ve probably noticed that (on average) your site does not load up as fast as other sites on the web. Now you know why!

The Definition Of A Cached File (from the Wikipedia)

In computer science, a cache (pronounced /kash/) is a collection of data duplicating original values stored elsewhere or computed earlier, where the original data is expensive to fetch (owing to longer access time) or to compute, compared to the cost of reading the cache. In other words, a cache is a temporary storage area where frequently accessed data can be stored for rapid access. Once the data is stored in the cache, it can be used in the future by accessing the cached copy rather than re-fetching or recomputing the original data.

Prepare To Be Amazed / It’s Time To Speed Things Up

Comet Cache is extremely reliable, because it runs completely in PHP code, and does not hand important decisions off to the mod_rewrite engine or browser cache; also making Comet Cache MUCH easier to setup and configure.

In addition, Comet Cache actually sends a no-cache header (yes, a no-cache header); which allows it to remain in control at all times. It might seem weird that a caching plugin would send a no-cache header :-). Well, no-cache headers are a key component in this plugin, and they will NOT affect performance negatively. On the contrary, this is how the system can accurately serve cache files to public users vs. users who are logged-in, commenters, etc.

If you care about the speed of your site, Comet Cache is one of those plugins that you absolutely MUST have installed 🙂 Comet Cache takes a real-time snapshot (building a cache) of every Page, Post, Category, Link, etc. These snapshots are then stored (cached) intuitively, so they can be referenced later, in order to save all of that processing time that has been dragging your site down and costing you money.

Read the full description on the official page →

Tagged as

Alternatives

Other plugins for making sites fast.

WP-Optimize

Get caching and more with this powerful cache plugin. Cache, optimize images, clean your database and minify f...

Free 1M+ installs 4.8★ (2,606)
LiteSpeed Cache

All-in-one unbeatable acceleration & PageSpeed improvement: caching, image/CSS/JS optimization...

Free 7M+ installs 4.8★ (2,764)
EWWW Image Optimizer

Comprehensive image optimization with WebP, AVIF, Lazy Load, and more. Optimize images automatically for Faste...

Free 1M+ installs 4.8★ (1,838)
Under Construction

Easy to use Under Construction Page & Coming Soon Page. Enable Under Construction Mode in seconds & sh...

Free 600k+ installs 4.8★ (1,285)
Smush

Smush

93

Compress and optimize images, enable lazy load, serve WebP & AVIF, and speed up your site with a global im...

Free 1M+ installs 4.8★ (6,051)
Converter for Media

Speed up your website by using our WebP & AVIF Converter. Optimize images and serve WebP and AVIF images i...

Free 500k+ installs 4.9★ (1,097)