Title: QuantCDN
Author: stooit
Published: <strong>2020 年 10 月 1 日</strong>
Last modified: 2025 年 10 月 23 日

---

搜尋外掛

![](https://ps.w.org/quant/assets/icon-256x256.jpg?rev=2391412)

# QuantCDN

 由 [stooit](https://profiles.wordpress.org/stooit/) 開發

[下載](https://downloads.wordpress.org/plugin/quant.1.6.0.zip)

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

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

## 外掛說明

QuantCDN is a CDN engineered specifically for the static web. This plugin acts as
a static site generator, letting you easily push a static copy of your entire WordPress
site with a single click. Any ongoing content change is automatically pushed, ensuring
your static site in the QuantCDN edge is always kept in sync.

Full support for:
 * Pages and Posts * Homepages (static or lists), including pagination*
Archives (including pagination) * 404 error page * Custom routes * Tags and Categories(
including pagination) * Attached images & media, CSS, Javascript * Custom post and
page types

The QuantCDN platform has integrated support for both [forms](https://docs.quantcdn.io/docs/dashboard/forms)
and [search](https://docs.quantcdn.io/docs/dashboard/search).

Requires a [QuantCDN account](https://www.quantcdn.io)

### WP-CLI support

WP-CLI is a command line tool to interface with WordPress. It is the recommended
way of initially seeding your WordPress site in Quant, and provides vast performance
improvements over using the UI.

This is largely due to the ability to run the seed process with concurrency, which
can immediately give a 10x performance boost (or greater) when compared to using
the UI.

 * Use `wp quant info` to view queue status
 * Use `wp quant reset_queue <queue_name>` to reset a queue
 * Use `wp quant process_queue <queue_name|all> --threads=10` to push content to
   Quant

## 安裝方式

 1. Upload the plugin files to the `/wp-content/plugins/quant` directory, or install
    the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen
 3. Configure on the Settings > QuantCDN screen, as per https://docs.quantcdn.io/docs/
    integrations/wordpress

## 常見問題集

### Where do I register for an account?

Visit the [QuantCDN dashboard](https://dashboard.quantcdn.io/register) to register.

### Where do I retrieve the project key from?

Visit the “Integrations” section in the QuantCDN dashboard to retrieve token and
other required details.

### How do I use Forms?

Follow the [Forms documentation](https://docs.quantcdn.io/docs/dashboard/forms) 
to configure forms via the Quant Dashboard. Form submission data can be received
via email or Slack, as well as directly via the Quant Dashboard.

**Note**: Contact Form 7 requires a small [configuration change](https://docs.quantcdn.io/docs/dashboard/forms#contact-form-7-support-wordpress).

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈QuantCDN〉的開發相關工作。

參與者

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

[將〈QuantCDN〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/quant)

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

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

## 變更記錄

#### 1.6.0

 * Feature: Added new Cache tab for manual CDN cache purging (purge all or selective
   paths).
 * Feature: Added “Cache purge on save” option to automatically purge CDN cache 
   when content changes.
 * Feature: Renamed “Quant Enabled” to “Automatic static push” for clarity.
 * Feature: Automatic trailing slash handling – purges both /path and /path/ variants.
 * Improvement: Enhanced error handling and validation for cache purge operations.
 * Improvement: Cache purge now works independently of automatic static push.
 * Tested with WordPress 6.8.2.
 * Updated minimum PHP requirement to 7.4 (previously stated 8.1).

#### 1.5.2

 * Tested with WordPress 6.8.2.
 * Updated minimum PHP requirement to 7.4 (previously stated 8.1).

#### 1.5.1

 * Tested on latest versions of WordPress.

#### 1.5.0

 * Improved support for PHP 8.1 and 8.2.

#### 1.4.2

 * Feature: Improved support for redirection plugin (add/update/delete tracking).
 * Tested with WordPress 6.1.1.

#### 1.4.1

 * Feature: Added timestamp_published value to search.
 * Tested with WordPress 6.0.1.

#### 1.4.0

 * Feature: Add ability to push all content at once via the UI.
 * Feature: Improved support for Divi Builder.
 * Feature: Added support for redirection plugin.
 * Bugfix: Better support for additional custom post types via later action weight.
 * Bugfix: Strip whitespace from custom routes.
 * Bugfix: Resolve cron schedule being added multiple times.
 * Bugfix: Resolve issues with some routes when run via cli.

#### 1.3.5

 * Tested on WordPress 6.0.
 * Bugfix: Resolve homepage lookup with multi-site blogs.
 * Bugfix: Resolve archives URLs in some setups.

#### 1.3.4

 * Improved support when using third party plugins (e.g Muffin Builder).
 * Bugfix: Resolve relative path lookup when running on a non-standard port.

#### 1.3.3

 * Bugfix: wp-cli fixes on some platforms.
 * Bugfix: Issues with case sensitive filesystems.

#### 1.3.2

 * Improved multisite support: Quant Search (filter content by site)
 * Multisite bugfix: Resolved some media assets not seeding correctly
 * Added configurable HTTP timeout value

#### 1.3.1

 * Adds option to disable SSL verification if required.
 * Tested up to WordPress 5.9.1

#### 1.3.0

 * Adds wp-cli support for vastly improved seeding of sites (with controllable concurrency).
 * Use `wp quant info` to view queue status
 * Use `wp quant reset_queue <queue_name>` to reset a queue
 * Use `wp quant process_queue <queue_name|all> --threads=10` to process one queue(
   or all) with concurrent threads

#### 1.2.3

 * Improved theme asset regex.
 * Make content routes consistent (strip trailing slash).

#### 1.2.2

 * Improved theme asset lookup to exclude node_modules.
 * Improved support for Elementor.
 * Bugfix: Resolved issue with detection of external assets.

#### 1.2.1

 * New feature: Additional support for relative asset rewriting.
 * Simplified settings screen.

#### 1.2.0

 * New feature: Improved support for Elementor.
 * New feature: Support seeding entire media library.
 * New feature: Added improved validation to settings screen.
 * Bugfix: Resolved issue where content was not republished when restoring from 
   trash.

#### 1.1.0

 * New feature: Support for custom post types and taxonomies.
 * New feature: Support custom binary routes.
 * Bugfix: Ensure content is unpublished in Quant when state changes.

#### 1.0.2

 * Performance improvement with added concurrency.

#### 1.0.1

 * Added support for QuantSearch.
 * Ensure API calls use the /v1 prefix.
 * Added `author_name` to posted metadata.

#### 1.0

Initial release.

## 中繼資料

 *  版本 **1.6.0**
 *  最後更新 **6 個月前**
 *  啟用安裝數 **70+**
 *  WordPress 版本需求 ** 4.6 或更新版本 **
 *  已測試相容的 WordPress 版本 **6.8.5**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/quant/)
 * 標籤
 * [cdn](https://tw.wordpress.org/plugins/tags/cdn/)[jamstack](https://tw.wordpress.org/plugins/tags/jamstack/)
   [static](https://tw.wordpress.org/plugins/tags/static/)[static site generator](https://tw.wordpress.org/plugins/tags/static-site-generator/)
 *  [進階檢視](https://tw.wordpress.org/plugins/quant/advanced/)

## 評分

這個項目尚無任何評論記錄。

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

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

## 參與者

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

## 技術支援

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

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

## 贊助

想要支援這個外掛的發展嗎？

 [ 贊助這個外掛 ](https://www.quantcdn.io/)