Title: Brightery Cache King
Author: Brightery
Published: <strong>2026 年 8 月 24 日</strong>
Last modified: 2026 年 8 月 24 日

---

搜索插件

![](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

 作者：[Brightery](https://profiles.wordpress.org/brighterycom/)

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

 * [详情](https://cn.wordpress.org/plugins/brightery-cache-king/#description)
 * [评价](https://cn.wordpress.org/plugins/brightery-cache-king/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/brightery-cache-king/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/brightery-cache-king/#developers)

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

## 描述

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.

## 屏幕截图

[[

[[

[[

## 安装

 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.

## 常见问题

### 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.

## 评价

此插件暂无评价。

## 贡献者及开发者

「Brightery Cache King」是开源软件。 以下人员对此插件做出了贡献。

贡献者

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

[帮助将「Brightery Cache King」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/brightery-cache-king)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/brightery-cache-king/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/brightery-cache-king/)，或通过[RSS](https://plugins.trac.wordpress.org/log/brightery-cache-king/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/brightery-cache-king/)。

## 更新日志

#### 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.

## 额外信息

 *  版本 **1.1.2**
 *  最后更新：**3 周前**
 *  活跃安装数量 **不到10**
 *  WordPress 版本 ** 6.9 或更高版本 **
 *  已测试的最高版本为 **7.1.1**
 *  PHP 版本 ** 7.4 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/brightery-cache-king/)
 * 标签
 * [cache](https://cn.wordpress.org/plugins/tags/cache/)[page cache](https://cn.wordpress.org/plugins/tags/page-cache/)
   [performance](https://cn.wordpress.org/plugins/tags/performance/)[speed](https://cn.wordpress.org/plugins/tags/speed/)
   [static html](https://cn.wordpress.org/plugins/tags/static-html/)
 *  [高级视图](https://cn.wordpress.org/plugins/brightery-cache-king/advanced/)

## 评级

尚未提交反馈。

[您的评价](https://wordpress.org/support/plugin/brightery-cache-king/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/brightery-cache-king/reviews/)

## 贡献者

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

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/brightery-cache-king/)