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

MO Cache

外掛說明

The MO Cache provides simple and fast caching of the translation MO files using the WP Object Cache mechanism.
This plugin is necessary to be used persistent caching plugin, otherwise you can not benefit from this plugin.

For localized WordPress, which was newly installed, the loading time of translation files accounts for 70% of the entire processing time.
You can make this process 3 times faster by just installing this plugin.

Description in Japanese (日本語での紹介記事)

Features

  • No configuration
  • Supports multiple languages
  • Supports plugin’s translation files caching
  • Supports WordPress Network/Multisite installation
  • A simple plugin in less than 100 lines

螢幕擷圖

  • Benchmarking WordPress 3.3 ja using Xdebug profiler.

安裝方式

Quick Installation

  1. Verify that /wp-content/object-cache.php is installed.
  2. Install the plugin; the “Plugins -> Add New” menu in the WordPress.
  3. Activate the plugin.

Recommended Installation

It is recommended to install the MO Cache as a must-use plugin because the translation files will not be cached if other plugins load translation files before the MO Cache is loaded.

  1. Verify that /wp-content/object-cache.php is installed.
  2. Create /wp-content/mu-plugins directory, if it not exist.
  3. Upload mo-cache.php to the /wp-content/mu-plugins directory.
  4. Done! No need to activate.

常見問題集

Installation Instructions

Quick Installation

  1. Verify that /wp-content/object-cache.php is installed.
  2. Install the plugin; the “Plugins -> Add New” menu in the WordPress.
  3. Activate the plugin.

Recommended Installation

It is recommended to install the MO Cache as a must-use plugin because the translation files will not be cached if other plugins load translation files before the MO Cache is loaded.

  1. Verify that /wp-content/object-cache.php is installed.
  2. Create /wp-content/mu-plugins directory, if it not exist.
  3. Upload mo-cache.php to the /wp-content/mu-plugins directory.
  4. Done! No need to activate.
Does this plugin support multiple WordPress installs?

It depends on the persistent caching plugin.
APC Object Cache Backend, W3 Total Cache and WP File Cache support it.

使用者評論

閱讀全部 3 則使用者評論

參與者及開發者

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

參與者

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

對開發相關資訊感興趣?

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

變更記錄

2.0

  • Support WordPress 3.4

1.2

  • No change in the code
  • Fix typos in readme

1.1

  • No change in the code
  • Tested up to WordPress 3.3

1.0

  • Initial release