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://tw.wordpress.org/plugins/brightery-cache-king/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/brightery-cache-king/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/brightery-cache-king/#installation)
 * [開發資訊](https://tw.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 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.1**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/brightery-cache-king/)
 * 標籤:
 * [cache](https://tw.wordpress.org/plugins/tags/cache/)[page cache](https://tw.wordpress.org/plugins/tags/page-cache/)
   [performance](https://tw.wordpress.org/plugins/tags/performance/)[speed](https://tw.wordpress.org/plugins/tags/speed/)
   [static html](https://tw.wordpress.org/plugins/tags/static-html/)
 *  [進階檢視](https://tw.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/)