Этот плагин не тестировался с последними 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 (日本語での紹介記事)

Особенности

  • No configuration
  • Поддержка нескольких языков
  • 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