Title: StaticBolt – Selective Static Pages
Author: Shahin Ahmed
Published: <strong>2026 年 8 月 11 日</strong>
Last modified: 2026 年 8 月 11 日

---

搜尋外掛

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

![](https://ps.w.org/staticbolt/assets/icon-256x256.png?rev=3641317)

# StaticBolt – Selective Static Pages

 由 [Shahin Ahmed](https://profiles.wordpress.org/iamshahin/) 開發

[下載](https://downloads.wordpress.org/plugin/staticbolt.1.0.0.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/staticbolt/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/staticbolt/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/staticbolt/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/staticbolt/#developers)

 [技術支援](https://wordpress.org/support/plugin/staticbolt/)

## 外掛說明

StaticBolt is a **selective static HTML generator** — not a traditional cache plugin.

You choose exactly which pages become static. StaticBolt renders each one exactly
as a visitor would see it, saves it as a plain HTML file, and serves that file directly
on future visits. Every other page on your site keeps working like normal WordPress,
and the static pages themselves remain fully editable in Gutenberg, Elementor, or
the Classic Editor.

#### Why selective?

Most cache plugins cache everything and flush everything. StaticBolt does the opposite:

 * **You pick the pages.** Your homepage, landing pages, and key marketing pages
   get static-file speed; your blog, forms, and dynamic areas stay untouched.
 * **Smart selective regeneration.** When you edit your About page, StaticBolt regenerates
   the About page — plus only the pages whose rendered HTML actually links to it(
   tracked through a real link graph). It never flushes unrelated pages.
 * **Zero-maintenance.** Publish, edit, trash, restore, update menus — affected 
   static files update automatically.

#### Features

 * Select exactly the pages you want static
 * One-click generate, regenerate, and delete
 * Automatic regeneration on content changes — selectively, never site-wide
 * Safe HTML minification
 * Instant navigation: static pages prerender each other in the background (Speculation
   Rules API), so clicking between them feels instant — no SPA framework needed
 * Three serving tiers with graceful fallback: direct server rewrite (zero PHP),
   early serving via the advanced-cache.php drop-in, and a PHP fallback that works
   on any host
 * Apache, Nginx, LiteSpeed, and OpenLiteSpeed support
 * Status screen with health checks (loopback rendering, filesystem, permalinks)
 * Statistics dashboard
 * Debug mode with a protected, size-capped log
 * Elementor, Gutenberg, and Classic Editor compatible
 * Multisite compatible
 * Translation ready, accessibility ready
 * No ads, no tracking, no telemetry, no admin spam

#### How serving works

Generated files live in `wp-content/uploads/staticbolt/`. Visitors receive them 
through the fastest available method:

 1. **Server rewrite** (opt-in): Apache/LiteSpeed rewrite rules serve the file with
    PHP never starting. On Nginx, a copy-paste snippet is provided — StaticBolt never
    edits your server configuration.
 2. **Early serving** (default): the WordPress `advanced-cache.php` drop-in serves 
    files before WordPress core loads.
 3. **PHP fallback** (always on): serving from within WordPress on any host, with zero
    setup.

Logged-in users, POST requests, query-string URLs, and password-protected content
are always served dynamically by WordPress.

## 螢幕擷圖

[⌊Dashboard — aggregate statistics and per-page status with one-click generate, 
regenerate, and delete⌉⌊Dashboard — aggregate statistics and per-page status with
one-click generate, regenerate, and delete⌉[

Dashboard — aggregate statistics and per-page status with one-click generate, regenerate,
and delete

[⌊Page selection — choose exactly which pages become static⌉⌊Page selection — choose
exactly which pages become static⌉[

Page selection — choose exactly which pages become static

[⌊Settings — automatic regeneration, minification, instant navigation, and serving
method⌉⌊Settings — automatic regeneration, minification, instant navigation, and
serving method⌉[

Settings — automatic regeneration, minification, instant navigation, and serving
method

[⌊Status — serving methods, health checks (loopback, filesystem, permalinks), and
server information⌉⌊Status — serving methods, health checks (loopback, filesystem,
permalinks), and server information⌉[

Status — serving methods, health checks (loopback, filesystem, permalinks), and 
server information

## 安裝方式

 1. Install and activate StaticBolt from the Plugins screen.
 2. Go to **StaticBolt  Pages** and select the pages you want to make static.
 3. Click **Generate all** on the Dashboard.
 4. Check **StaticBolt  Status** to confirm the serving method and health checks.
 5. To see it working, open a private/incognito window (logged-in users always get 
    the dynamic site) and look for the `X-StaticBolt: hit` response header in your 
    browser’s DevTools Network tab.

## 常見問題集

### Is this a cache plugin?

No. Cache plugins cache every page reactively and flush broadly. StaticBolt proactively
converts only the pages you choose into real static HTML files and updates only 
what a change actually affects.

### Will my page builder still work?

Yes. Pages are rendered through a real HTTP request, so the generated HTML is exactly
what Elementor, Gutenberg, or your theme outputs. Editing works normally; StaticBolt
regenerates after you save.

### What happens to logged-in users?

They always get the live, dynamic page — including you. While you are logged in (
admin bar visible), you will never be served a static file; that is a safety feature,
not a bug. Static files are served only to anonymous visitors making plain GET requests
without query strings.

### How do I verify static serving is working?

Because logged-in users always see the dynamic site, test as a visitor: log out 
or open a private/incognito window, open your browser DevTools Network tab, and 
load a selected page. A static hit carries the `X-StaticBolt: hit` response header.
If the header is missing, check the Status screen’s health checks.

### Does StaticBolt modify WordPress core, my theme, or other plugins?

Never. It writes generated files to the uploads directory, optionally installs the
standard `advanced-cache.php` drop-in, and (only if you enable it) adds a clearly
marked, fully reversible block to `.htaccess`. Deactivation and uninstall remove
everything.

### Is there a Pro version?

Yes. StaticBolt Pro adds automation and optimization on top: background batch generation,
more post types, scheduled regeneration, JavaScript defer/delay, lazy images, and
WP-CLI commands. The free plugin is fully functional on its own — no feature locks,
no trials.

## 使用者評論

![](https://secure.gravatar.com/avatar/5b330393a372661f19a313f72c59347d1773367fb0084229ff5bb41bf4c7af65?
s=60&d=retro&r=g)

### 󠀁[Static Pages Without Going Fully Static](https://wordpress.org/support/topic/static-pages-without-going-fully-static/)󠁿

 [Maruf Sarkar](https://profiles.wordpress.org/marufsarkar/) 2026 年 8 月 13 日 
1 則留言

Not just another cache plugin. I like the approach of serving selected pages as 
static HTML instead of making WordPress process every request. It feels simple and
lightweight, and it can be really useful on sites with limited server resources.
Giving it 4.5 rating for now mainly because it’s still new. Looking forward to seeing
how it performs with more real-world use.

![](https://secure.gravatar.com/avatar/dd2d9c7037182116a021973a174e9fbee15310ca2b703f50c550470ed1dce3c5?
s=60&d=retro&r=g)

### 󠀁[Simple and effective performance plugin](https://wordpress.org/support/topic/simple-and-effective-performance-plugin/)󠁿

 [Kaisar Ahmmed](https://profiles.wordpress.org/kaisarahmmed/) 2026 年 8 月 11 日
1 則留言

StaticBolt is a really interesting approach to WordPress performance. I especially
like that it lets you choose exactly which pages should be served as static HTML
instead of trying to cache the entire site. The selective regeneration is a great
feature, and the setup is straightforward. It also works nicely with Elementor and
Gutenberg, while keeping dynamic pages untouched. Overall, a lightweight, well-designed
plugin that does exactly what it promises. Highly recommended for anyone looking
to improve page speed without adding unnecessary complexity.

 [ 閱讀全部 2 則使用者評論 ](https://wordpress.org/support/plugin/staticbolt/reviews/)

## 參與者及開發者

以下人員參與了開源軟體〈StaticBolt – Selective Static Pages〉的開發相關工作。

參與者

 *   [ Shahin Ahmed ](https://profiles.wordpress.org/iamshahin/)

[將〈StaticBolt – Selective Static Pages〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/staticbolt)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/staticbolt/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/staticbolt/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/staticbolt/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/staticbolt/)。

## 變更記錄

#### 1.0.0

 * Initial release: selective static generation, link-graph-based selective regeneration,
   three-tier serving, HTML minification, instant navigation (Speculation Rules 
   prerendering), statistics, debug logging, multisite support.

## 中繼資料

 *  版本 **1.0.0**
 *  最後更新 **1 個月前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 6.2 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.0.6**
 *  PHP 版本需求 ** 8.0 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/staticbolt/)
 * 標籤:
 * [cache](https://tw.wordpress.org/plugins/tags/cache/)[html](https://tw.wordpress.org/plugins/tags/html/)
   [performance](https://tw.wordpress.org/plugins/tags/performance/)[speed](https://tw.wordpress.org/plugins/tags/speed/)
   [static](https://tw.wordpress.org/plugins/tags/static/)
 *  [進階檢視](https://tw.wordpress.org/plugins/staticbolt/advanced/)

## 評分

 5 星，滿分為 5 星

 *  [  2 個 5 星使用者評論     ](https://wordpress.org/support/plugin/staticbolt/reviews/?filter=5)
 *  [  0 個 4 星使用者評論     ](https://wordpress.org/support/plugin/staticbolt/reviews/?filter=4)
 *  [  0 個 3 星使用者評論     ](https://wordpress.org/support/plugin/staticbolt/reviews/?filter=3)
 *  [  0 個 2 星使用者評論     ](https://wordpress.org/support/plugin/staticbolt/reviews/?filter=2)
 *  [  0 個 1 星使用者評論     ](https://wordpress.org/support/plugin/staticbolt/reviews/?filter=1)

[撰寫評分](https://wordpress.org/support/plugin/staticbolt/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/staticbolt/reviews/)

## 參與者

 *   [ Shahin Ahmed ](https://profiles.wordpress.org/iamshahin/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/staticbolt/)