Title: Alpha Cache
Author: shra
Published: <strong>2012 年 9 月 7 日</strong>
Last modified: 2025 年 7 月 11 日

---

搜尋外掛

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

這個外掛**並未在最新的 3 個 WordPress 主要版本上進行測試**。開發者可能不再對這個
外掛進行維護或提供技術支援，並可能會與更新版本的 WordPress 產生使用上的相容性問題。

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

# Alpha Cache

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

[下載](https://downloads.wordpress.org/plugin/alpha-cache.1.3.zip)

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

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

## 外掛說明

This plugin caches web requests and stores static html code. You can configure what
urls do not to cache, what user shouldn’t be cached and ect.

After first web request plugin will create a cache of this requested webpage, and
on second request your webserver will serve static html code instead of processing
the comparatively heavier and more expensive WordPress PHP scripts.

It has some options to drive caching process.

**You can:**

 * … define filter by regular expressions pattern to exclude
    necessary urls from
   cache.
 * … fill user’s list to define who will not cached.
 * … do cache only for anonymous users.
 * … forcing rebuild cache on page/comment updating.
 * … setup cache timing.
 * … activate server confing boosters.

and etc.

## 螢幕擷圖

 * [[
 * Alpha Cache main option’s page
 * [[
 * Boosters options
 * [[
 * Cache status
 * [[
 * Log page (empty)

## 安裝方式

 1. Upload and extract arhive files to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Check plugin’s configuration through wp-admin option’s section. Default
     configuration
    is situatable for most cases.
 4. And enjoy, of course!

## 常見問題集

Ready for your questions 🙂

## 使用者評論

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

### 󠀁[Works](https://wordpress.org/support/topic/works-1407/)󠁿

 [treeflips](https://profiles.wordpress.org/treeflips/) 2020 年 8 月 22 日

Simple caching plugin that works on my WooCommerce store with standard settings.

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

### 󠀁[Not suggested](https://wordpress.org/support/topic/not-suggested/)󠁿

 [sowjanyakasam](https://profiles.wordpress.org/sowjanyakasam/) 2016 年 10 月 26
日 1 則留言

My total site has been gone down after using it in mobile view

 [ 閱讀全部 3 則使用者評論 ](https://wordpress.org/support/plugin/alpha-cache/reviews/)

## 參與者及開發者

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

參與者

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

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

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

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

## 變更記錄

= 1.3.002
 * Backend nav fixes.

= 1.3.001
 * Cache info page bug fixes.

#### 1.3

 * Code review and adding a log tab to have an ability to observe what is going 
   on. May be useful to see what bots/spiders do and to update settings accordingly.

#### 1.2.007

 * Code review and adding filtering by bots to reduce unnecessary caching.

#### 1.2.006

 * Code review and adding ability to provide what GET params should be ignored on
   caching.

#### 1.2.004

 * Separate HTTP and HTTPS requests

#### 1.2.003

 * Test and fix for PHP 5.2 compatibility
 * Test for WP 4.8

#### 1.2.002

 * Fixed maintain routine check

#### 1.2.001

 * Did some cosmetic changes
 * Fixed cache stats
 * Replaced short php tags

#### 1.2

 * Now cache uses server HDD, not database.
 * Plugin settings also were stored on HDD.
 * Added module rewrite Apache support to make cache routine really fast.
 * Added Apache setting boosters to make other files transfer faster.

#### 1.1.005

 * Some changes for init section, to apply default params after module install.

#### 1.1.004

 * Fixed database maintain function call.

#### 1.1.003

 * Added support of Wptouch Mobile Plugin. AC will create different caches for mobile
   and normal pages. Deactivate and then activate the plugin after if you are updating
   old version.

#### 1.1.002

 * Short cache size datatype was changed from “text” to “mediumtext”. Deactivate
   and then activate the plugin after if you updated old versions.

#### 1.1.001

 * Add usage table_prefix. Don’t upgrade. Use uninstall plugin then install this
   version.

#### 1.1

 * Add compatibility for some WP configurations.
 * Fix some bugs
 * Add default rule for wp-login.php to avoid cache this script. You can add this
   rule manually or use “Load defaults”.
 * Expand statistics. Now you can see table with actual number of cached pages by
   each user.
 * Remove some debug code

#### 1.0

First version, here is everything we have.

## 中繼資料

 *  版本 **1.3.002**
 *  最後更新 **11 個月前**
 *  啟用安裝數 **10+**
 *  WordPress 版本需求 ** 3.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **6.7.5**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/alpha-cache/)
 * 標籤:
 * [advanced cache](https://tw.wordpress.org/plugins/tags/advanced-cache/)[benchmark](https://tw.wordpress.org/plugins/tags/benchmark/)
   [cache](https://tw.wordpress.org/plugins/tags/cache/)[loading](https://tw.wordpress.org/plugins/tags/loading/)
   [performance](https://tw.wordpress.org/plugins/tags/performance/)
 *  [進階檢視](https://tw.wordpress.org/plugins/alpha-cache/advanced/)

## 評分

 5 星，滿分為 5 星

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

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

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

## 參與者

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

## 技術支援

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

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

## 贊助

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

 [ 贊助這個外掛 ](https://pay.cryptocloud.plus/pos/Oc9ieI6Eb5HWPptn)