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

安裝方式

  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 🙂

使用者評論

2020 年 8 月 22 日
Simple caching plugin that works on my WooCommerce store with standard settings.
閱讀全部 3 則使用者評論

參與者及開發者

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

參與者

將〈Alpha Cache〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

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.