Title: Cache Autopilot
Author: ekesto
Published: <strong>août 21, 2026</strong>
Last modified: août 21, 2026

---

Search plugins

![](https://ps.w.org/cache-autopilot/assets/banner-772x250.png?rev=3659465)

![](https://ps.w.org/cache-autopilot/assets/icon.svg?rev=3659465)

# Cache Autopilot

 By [ekesto](https://profiles.wordpress.org/ekesto/)

[Download](https://downloads.wordpress.org/plugin/cache-autopilot.1.1.9.zip)

 * [Details](https://tah.wordpress.org/plugins/cache-autopilot/#description)
 * [Reviews](https://tah.wordpress.org/plugins/cache-autopilot/#reviews)
 *  [Installation](https://tah.wordpress.org/plugins/cache-autopilot/#installation)
 * [Development](https://tah.wordpress.org/plugins/cache-autopilot/#developers)

 [Support](https://wordpress.org/support/plugin/cache-autopilot/)

## Description

WordPress cache plugins are excellent at what they do: storing and serving pages
fast. When content changes, deciding what to purge gets harder once the same content
appears in archives, Query Loops, synced patterns, shared templates, or other pages
across the site.

Without knowing those connections, the safe choices are often either narrow — purge
the page that changed — or broad — flush the entire cache. The first can leave related
pages stale. The second works, but turns more of the site into a cold cache than
necessary.

Cache Autopilot works alongside your existing cache plugin and adds that missing
context. It figures out which frontend pages are affected and coordinates a targeted
cache refresh: the cache plugin purges those URLs, then Cache Autopilot safely preloads
them in the background.

That means fewer manual full-cache purges, fewer stale-page surprises, and less 
cold-cache traffic.

#### Requirements

Cache Autopilot requires an active, supported cache plugin with URL-level purging.

Currently supported cache plugins:

 * [LiteSpeed Cache](https://wordpress.org/plugins/litespeed-cache/) (Free)
 * [Cache Enabler](https://wordpress.org/plugins/cache-enabler/) (Free)
 * [Breeze](https://wordpress.org/plugins/breeze/) (Free)
 * [FlyingPress](https://flyingpress.com/)
 * [WP Rocket](https://wp-rocket.me/)

Some widely used cache plugins are not listed because they do not expose reliable
URL-level purge APIs. Read [full explanation](https://wpcacheautopilot.com/docs/supported-integrations/#cache-adapters).

Before installing, check the [full requirements](https://wpcacheautopilot.com/docs/getting-started/#requirements).

#### How it works

 1. Something changes — a post update, synced pattern edit, option or widget change,
    form update, or structural site edit.
 2. Cache Autopilot resolves which frontend pages are affected by that change.
 3. It purges those pages through your supported cache plugin.
 4. The purged pages are queued for safe background preload, paced to avoid server 
    spikes.

Resolution happens automatically for standard content and block themes. Custom layouts,
classic themes, and advanced setups can be extended through settings and developer
filters.

#### What the free version includes

**Block theme / Site Editor support — zero configuration**

Block themes reuse templates, template parts, synced patterns, Navigation, and Styles
across the site. Cache Autopilot follows those relationships through the WordPress
template hierarchy. If WordPress cannot resolve every affected page, it falls back
to a full purge and site-wide preload.

Cache Autopilot understands Gutenberg’s structural model:

 * Template parts — follows references through synced patterns and Site Editor templates,
   with a full-site fallback when WordPress cannot determine every page that inherits
   the shared part.
 * Site Editor templates — supports archive templates, single templates, post-type-
   specific templates, and slug-specific templates.
 * Synced patterns — finds pages embedding the pattern and refreshes those pages.
 * Navigation blocks — refreshes affected pages after navigation changes.
 * Global styles — treated as a site-level design change.

Learn more about [Block Theme / Site Editor support](https://wpcacheautopilot.com/docs/supported-integrations/#gutenberg).

**Manual targeting and developer filters**

Some pages show dynamic lists or shared content outside a normal archive — a shortcode,
Query Loop block, custom block, widget area, theme option output.

Settings and developer filters let you define which pages refresh when that content
or setting changes.

 * [Post changes](https://wpcacheautopilot.com/docs/developer-reference/#filter-ekesto_ci_post_selectors)—
   refresh selected pages when a specific post type changes.
 * [Option changes](https://wpcacheautopilot.com/docs/developer-reference/#filter-ekesto_ci_option_triggers)—
   refresh selected pages when specific WordPress options change.
 * [Widget/sidebar changes](https://wpcacheautopilot.com/docs/developer-reference/#filter-ekesto_ci_widget_selectors)—
   map widget areas or Classic theme templates to the pages that use them.
 * [Meta changes](https://wpcacheautopilot.com/docs/developer-reference/#filter-ekesto_ci_meta_change_post_types)—
   catch selected custom field updates from imports or integrations.
 * Custom hooks — connect project-specific workflows to targeted page refreshes.

View [developer reference](https://wpcacheautopilot.com/docs/developer-reference/).

**Targeted cache clearing for standard content**

 * Posts and custom post types — configured per post type.
 * Archive and taxonomy pages — post type archives, paginated archives, categories,
   tags, and custom taxonomy archives.
 * Comments — refresh affected content when comments change.

**Form plugin support**

When a supported form is updated, Cache Autopilot finds pages embedding the changed
form via shortcodes or Gutenberg blocks, then refreshes only those pages.

View [Supported form plugins](https://wpcacheautopilot.com/docs/supported-integrations/#form-plugins-compatibility).

**Background preload — Cache Warmup**

Pages cleared by Cache Autopilot are queued for background preload:

 * Auto-paced batch execution based on past server response times.
 * Priority ordering so important pages warm first.
 * New URLs added during a run join at the current position.
 * Safe to deactivate — no leftover jobs or database clutter.

**Debug and support logging**

 * Debug log available from the WordPress admin.
 * Support Debug Mode creates a downloadable log file for troubleshooting.

#### Cache Autopilot PRO

Cache Autopilot PRO adds automatic handling for builders, ecommerce, content relationships,
multilingual sites, and scheduled refreshes:

 * **[Elementor (PRO)](https://wpcacheautopilot.com/docs/supported-integrations/#elementor)**—
   templates, global widgets, reusable components, display conditions, Theme Builder
   archive and single templates, and full nesting chain handling. Zero configuration
   for standard setups.
 * **[WooCommerce (PRO)](https://wpcacheautopilot.com/docs/supported-integrations/#woocommerce)**—
   product pages, shop page, product archives, variations, grouped products, upsells,
   and cross-sells.
 * **[ACF relationship propagation (PRO)](https://wpcacheautopilot.com/docs/supported-integrations/#advanced-custom-fields-acf)**—
   follows configured ACF relationship and post object fields across multi-level
   content chains such as Country  Venue  Event  Pages.
 * **[Advanced content relationships (PRO)](https://wpcacheautopilot.com/docs/developer-reference/#filter-ekesto_ci_relationship_meta_keys)**—
   general relationship propagation beyond ACF, configurable per post type.
 * **[Multilingual (PRO)](https://wpcacheautopilot.com/docs/supported-integrations/#multilingual-compatibility)**—
   WPML, Polylang, and TranslatePress support for refreshing translated target URLs.
 * **[Timed cache refresh (PRO)](https://wpcacheautopilot.com/docs/cache-invalidator/#timed-invalidation)**—
   scheduled rules for refreshing specific pages at set times, plus automatic handling
   of WordPress scheduled posts.
 * **[Access control (PRO)](https://wpcacheautopilot.com/docs/cache-invalidator/#access-control)**—
   grant plugin access by role or user without giving full WordPress admin rights.
 * **Pro developer filters** — additional extension points for relationship, multilingual,
   and resolver customization.

[Compare free and PRO](https://wpcacheautopilot.com/free-vs-pro/).

#### What Cache Autopilot does *not* do

 * It does not replace your cache plugin — it works alongside it.
 * It does not handle cache storage or page delivery.
 * It cannot function without a supported cache plugin.
 * It does not guarantee instant background preload on every host — preload timing
   depends on WP-Cron and available server resources.
 * It does not flush the entire cache on every content change – full purges happen
   only as a fallback or when triggered manually.

### Documentation

 * [Official Cache Autopilot website](https://wpcacheautopilot.com/)
 * [Getting started](https://wpcacheautopilot.com/docs/getting-started/)
 * [Supported integrations](https://wpcacheautopilot.com/docs/supported-integrations/)
 * [Developer reference](https://wpcacheautopilot.com/docs/developer-reference/)
 * [Troubleshooting](https://wpcacheautopilot.com/docs/troubleshooting/)

### Developer extension

Cache Autopilot exposes filters at every major resolution decision, so developers
can extend which pages refresh without touching plugin code.

View [developer reference](https://wpcacheautopilot.com/docs/developer-reference/).

## Screenshots

[⌊Toggling Post Type Tabs in Cache Invalidator settings⌉⌊Toggling Post Type Tabs
in Cache Invalidator settings⌉[

Toggling Post Type Tabs in Cache Invalidator settings

[⌊Defining target pages in enabled Post Type Tab.⌉⌊Defining target pages in enabled
Post Type Tab.⌉[

Defining target pages in enabled Post Type Tab.

[⌊Adding a sitemap XML in Cache Warmup settings⌉⌊Adding a sitemap XML in Cache Warmup
settings⌉[

Adding a sitemap XML in Cache Warmup settings

[⌊Defining cache preload priorities⌉⌊Defining cache preload priorities⌉[

Defining cache preload priorities

[⌊The Cache Warmup log⌉⌊The Cache Warmup log⌉[

The Cache Warmup log

[⌊Automatic adjustment of preload limits based on server capacity and past warmup
performance.⌉⌊Automatic adjustment of preload limits based on server capacity and
past warmup performance.⌉[

Automatic adjustment of preload limits based on server capacity and past warmup 
performance.

## Installation

 1. Install and activate one supported cache plugin.
 2. Install and activate Cache Autopilot.
 3. Open Cache Warmup and add your sitemap XML.
 4. Edit a page or supported content item.
 5. Check the Cache Warmup log.

More details on [how to get started](https://wpcacheautopilot.com/docs/getting-started/).

## FAQ

### Is Cache Autopilot a WordPress caching plugin?

No. Your cache plugin still stores and serves cached pages. Cache Autopilot decides
which URLs need to be purged after a change, then queues them for background preload.

### Which WordPress cache plugins are supported?

LiteSpeed Cache, Cache Enabler, Breeze, FlyingPress, and WP Rocket. A supported 
cache plugin is required.

[View supported cache adapters](https://wpcacheautopilot.com/docs/supported-integrations/#cache-adapters).

### Do I need to clear the entire WordPress cache after every update?

Usually not. Cache Autopilot targets affected pages where possible. A full purge
is used only when triggered manually or when the affected URLs cannot be resolved
safely.

### Why does my WordPress site still show old content after an update?

Cache plugins know how to store, serve, and purge cached pages efficiently, but 
they cannot always know everywhere changed content is reused — such as archives,
Query Loops, synced patterns, templates, or custom pages.

Cache Autopilot adds that context and tells your cache plugin which affected URLs
to purge.

### How does Cache Autopilot know which pages to purge?

It resolves where a change can appear on the frontend. Targets can include the edited
page, archives, taxonomy pages, shared block content, and configured target pages.

Those URLs are then purged through your cache plugin and queued for preload.

### Does Cache Autopilot work with Gutenberg and block themes?

Yes. The free version supports Site Editor templates, template parts, synced patterns,
Navigation, global styles, archives, and standard WordPress content.

### Does Cache Autopilot work with classic WordPress themes?

Yes. Standard content works normally. Custom layouts can be mapped through settings
and developer filters for post, option, widget, meta, and custom-hook changes.

### Does Cache Autopilot preload pages after purging them?

Yes. Purged URLs are preloaded in paced background batches, subject to WP-Cron and
server resources.

### What happens if Cache Autopilot cannot determine which pages are affected?

Where a complete mapping is required but cannot be resolved safely, Cache Autopilot
can fall back to a broader purge and preload instead of risking stale pages.

### What does Cache Autopilot PRO add?

PRO adds Elementor, WooCommerce, ACF and advanced content relationships, multilingual
support, timed cache refresh, and access-control options.

[Compare free and PRO](https://wpcacheautopilot.com/free-vs-pro/).

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Cache Autopilot” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ ekesto ](https://profiles.wordpress.org/ekesto/)

[Translate “Cache Autopilot” into your language.](https://translate.wordpress.org/projects/wp-plugins/cache-autopilot)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/cache-autopilot/), 
check out the [SVN repository](https://plugins.svn.wordpress.org/cache-autopilot/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/cache-autopilot/)
by [RSS](https://plugins.trac.wordpress.org/log/cache-autopilot/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

Note: Free and PRO packages share the same version number. Some releases may only
affect PRO features, but version alignment keeps package compatibility, support,
and upgrade paths consistent.

#### 1.1.9

_Release Date 14th August 2026_

 * Enhancement: Preserved the active WPML language after multilingual form changes.
 * Enhancement: Updated WordPress compatibility to 7.1.
 * Fix: Ensured shared block theme changes refresh all affected pages when template
   usage cannot be resolved completely.

#### 1.1.8

_Release Date 13th August 2026_

 * Enhancement: Warmup diagnostics are now cleaner, easier to understand, and more
   precise about browser-profile performance and fallbacks.
 * Enhancement: Priority pages and Home now start multilingual full refreshes in
   the right order across configured languages.
 * Enhancement: Improved settings navigation and made priority-page choices easier
   to refresh reliably.

#### 1.1.7

_Release Date 12th August 2026_

 * Enhancement: Improved targeted Brotli cache warming compatibility by routing 
   browser-profile requests through the WordPress HTTP API.
 * Enhancement: Full cache refreshes now begin rebuilding pages promptly after manual
   actions and automated updates.

#### 1.1.6

_Release Date 29th July 2026_

 * Improvement: Added a dedicated, lightweight kick for new warmup runs on sites
   using server cron, without triggering unrelated WordPress cron tasks.

#### 1.1.5

_Release Date 28th July 2026_

 * Fix: Prevented overlapping warmup runs from becoming stuck while preparing after
   concurrent plugin or theme updates.

#### 1.1.4

_Release Date 27th July 2026_

 * Fix: Improved targeted warmup coordination for late-arriving URLs and concurrent
   multilingual invalidations.
 * Fix: Resolved WPML post type archive URLs in their target-language context.
 * Fix: Made targeted run labels distinguish distinct content changes from related
   multilingual emissions.
 * Enhancement: Improved warmup log clarity and status presentation.

#### 1.1.3

_Release Date 7th July 2026_

 * Enhancement: Release workflow optimizations.

#### 1.1.2

_Release Date 6th July 2026_

 * Security: Hardened trusted cache-clear handling and plugin access checks.
 * Fix: Improved support-log protection, cron loopbacks, and internal storage prefixes.
 * Fix: Resolved remaining Plugin Check naming warnings for legacy plugin constants.

#### 1.1.1

_Release Date 25th June 2026_

 * Fix: Preserved settings when deleting Free or PRO while the other edition remains
   installed.

#### 1.1.0

_Release Date 23nd June 2026_

 * Fix: Improved WordPress.org compatibility for plugin prefixes, admin notices,
   diagnostics data, and cache purge permissions.

#### 1.0.2

_Release Date 19th June 2026_

 * Fix: Improved Plugin Check compatibility for PRO integrations.

#### 1.0.1

_Release Date 19th June 2026_

 * Enhancement: Admin notification optimized for first installs.

#### 1.0.0

_Release Date 18th June 2026_

 * Initial public release of Cache Autopilot after extended production use on real
   WordPress sites, including large installations with more than 1,200 pages.
 * Added Free/PRO-ready internal structure while keeping the free plugin fully functional
   on its own.
 * Preserved historical changelogs for the former two separate plugins [Cache Invalidator](https://ekesto.github.io/cache-autopilot-site/docs/changelog/cache-invalidator/)
   and [Cache Warmup](https://ekesto.github.io/cache-autopilot-site/docs/changelog/cache-warmup/).

[View the full changelog](https://ekesto.github.io/cache-autopilot-site/docs/changelog/cache-autopilot/)

## Meta

 *  Version **1.1.9**
 *  Last updated **17 heures ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.5 or higher **
 *  Tested up to **7.1**
 *  PHP version ** 8.0 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/cache-autopilot/)
 * Tags
 * [cache](https://tah.wordpress.org/plugins/tags/cache/)[cache purge](https://tah.wordpress.org/plugins/tags/cache-purge/)
   [performance](https://tah.wordpress.org/plugins/tags/performance/)[preload](https://tah.wordpress.org/plugins/tags/preload/)
 *  [Advanced View](https://tah.wordpress.org/plugins/cache-autopilot/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/cache-autopilot/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/cache-autopilot/reviews/)

## Contributors

 *   [ ekesto ](https://profiles.wordpress.org/ekesto/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/cache-autopilot/)