Title: Brightery Cache King
Author: Brightery
Published: <strong>August 24, 2026</strong>
Last modified: August 24, 2026

---

Search plugins

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

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

# Brightery Cache King

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

[Download](https://downloads.wordpress.org/plugin/brightery-cache-king.1.1.2.zip)

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

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

## Description

Brightery Cache King is a standalone full-page cache for public WordPress content.
It stores completed anonymous HTML responses as files and reuses them on later visits.

The plugin does not require an account, external service, CDN, Composer package,
PHP extension, or another caching plugin.

#### Main features

 * Static HTML cache for public pages, posts, archives, products, and public custom
   post types.
 * Direct static delivery on compatible Apache and LiteSpeed servers.
 * Early `advanced-cache.php` delivery when direct web-server delivery is unavailable.
 * Generated Nginx configuration guidance for direct static delivery.
 * Manual homepage builder and background full-site cache builder.
 * Automatic cache invalidation after content and public site structure changes.
 * Gzip precompression, ETag, Last-Modified, HEAD, and conditional-request support.
 * Separate cache directories per host.
 * Integration health checks and repair controls.

#### Safe by default

Cache King bypasses logged-in sessions, WordPress Admin, login, REST API requests,
XML-RPC, Ajax, cron, previews, searches, password-protected content, errors, feeds,
authenticated requests, and responses marked private.

WooCommerce cart, checkout, account URLs, and customer-session cookies are excluded
by default. Public product and category pages can still be cached.

#### No off-site data transfer

Cache King stores only HTML already generated for public visitors. It makes local
loopback requests to the same WordPress site when you build static pages. It does
not send site or visitor data to Brightery or any third party.

### Security and privacy

 * Administrative actions require the `manage_options` capability and WordPress 
   nonces.
 * Cache writes use temporary files and the WordPress filesystem API.
 * Cache paths and hosts are validated before filesystem use.
 * Cache cleanup remains inside the plugin-owned cache directory and does not follow
   symbolic links.
 * Generated configuration and temporary files are blocked from direct Apache access.
 * No analytics, tracking, telemetry, account registration, or off-site API is included.

## Screenshots

[[

[[

[[

## Installation

 1. In WordPress, go to Plugins > Add New Plugin > Upload Plugin.
 2. Upload `brightery-cache-king.zip`.
 3. Activate Brightery Cache King.
 4. Open Cache King from the WordPress admin menu.
 5. Review the integration check and use Repair installation if a writable-file step
    needs to be retried.
 6. Select Build homepage now or Build all static pages.
 7. Test the site in a logged-out or private browser window.

Cache King attempts to enable `WP_CACHE`, install its own `advanced-cache.php` drop-
in, create its cache directory, and add marked Apache or LiteSpeed rules. If a protected
file is not writable, the dashboard explains which manual step is required.

For Nginx, copy the generated directives into the existing site configuration, test
the configuration, and reload Nginx.

## FAQ

### Does Cache King cache WordPress Admin or logged-in pages?

No. Administrative, authenticated, preview, background, and API requests are bypassed.

### Does it cache WooCommerce carts or customer accounts?

No. Cart, checkout, account paths, WooCommerce session cookies, and private responses
are excluded. Public product and product-category pages can be cached.

### Does it require Redis, Memcached, a CDN, or an external API?

No. It uses local static files and standard WordPress and PHP functionality.

### Is it literally zero-resource caching?

No HTTP response can use zero resources. On compatible Apache or LiteSpeed configurations,
a cache hit can be served as a static file without starting PHP or WordPress. On
Nginx, the generated server rule is required for the same direct-delivery behavior.
Without a direct rule, the early drop-in starts minimal PHP and exits before normal
WordPress loading.

### Why should I test while logged out?

Logged-in frontend visits are intentionally bypassed. Use a private browser window
or a separate logged-out browser to verify public cache behavior.

### What happens when content changes?

When automatic purge is enabled, relevant content, comment, taxonomy, menu, theme,
plugin, update, or public-setting changes clear the public cache. The homepage is
queued for rebuilding, and other pages are rebuilt on their next anonymous visit
or when you run the full-site builder.

### Can I run another full-page cache plugin at the same time?

No. Two full-page caching systems may compete for `advanced-cache.php`, rewrite 
rules, and cache headers. Cache King does not overwrite a drop-in owned by another
plugin and reports the conflict in its dashboard.

### What does Cache King Pro add?

Cache King Pro adds scheduled full-site cache warming. The Free edition already 
includes manual homepage and full-site building.

### What happens when I deactivate or delete the plugin?

Deactivation removes Cache King’s generated integration rules, drop-in, and cache
files while retaining settings. Deleting the plugin through WordPress also removes
its saved settings.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

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

Contributors

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

[Translate “Brightery Cache King” into your language.](https://translate.wordpress.org/projects/wp-plugins/brightery-cache-king)

### Interested in development?

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

## Changelog

#### 1.1.2

 * Replaced the plugin-managed response output buffer with the WordPress 6.9 template
   enhancement output buffer.
 * Removed the unclosed plugin-managed response buffer lifecycle reported during
   WordPress.org plugin review.

#### 1.1.1

 * Replaced the direct file-handle implementations with compatible cache-file responses.
 * Removed manual translation loading; WordPress.org now loads translations automatically.
 * Renamed plugin code, hooks, nonces, handles, and generated drop-in identifiers
   with the unique `brightery_cache_king` prefix.
 * Corrected the WordPress.org plugin-header metadata.
 * Updated filesystem access, request handling, and translation context for Plugin
   Check compliance.

#### 1.1.0

 * Fixed direct Apache homepage caching when plain permalinks are enabled.
 * Added signed, cookie-free homepage generation.
 * Added a manual background full-site builder for published public content.
 * Added homepage cache health and build progress to the dashboard.
 * Added generated, site-specific Nginx `try_files` guidance.
 * Added Apache RewriteBase, HEAD support, warm-request bypass, and Apache 2.4 END
   handling.
 * Preserved login, session, ecommerce, API, preview, and private-response safety
   bypasses.

#### 1.0.0

 * Initial static HTML page-cache release.

## Meta

 *  Version **1.1.2**
 *  Last updated **21 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.9 or higher **
 *  Tested up to **7.1**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [cache](https://wordpress.org/plugins/tags/cache/)[page cache](https://wordpress.org/plugins/tags/page-cache/)
   [performance](https://wordpress.org/plugins/tags/performance/)[speed](https://wordpress.org/plugins/tags/speed/)
   [static html](https://wordpress.org/plugins/tags/static-html/)
 *  [Advanced View](https://wordpress.org/plugins/brightery-cache-king/advanced/)

## Ratings

No reviews have been submitted yet.

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

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

## Contributors

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

## Support

Got something to say? Need help?

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