Improving the site performance by caching translation files using the WordPress standard cache mechanism.
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 (日本語での紹介記事)
/wp-content/object-cache.php
is installed.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.
/wp-content/object-cache.php
is installed./wp-content/mu-plugins
directory, if it not exist.mo-cache.php
to the /wp-content/mu-plugins
directory./wp-content/object-cache.php
is installed.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.
/wp-content/object-cache.php
is installed./wp-content/mu-plugins
directory, if it not exist.mo-cache.php
to the /wp-content/mu-plugins
directory.It depends on the persistent caching plugin.
APC Object Cache Backend, W3 Total Cache and WP File Cache support it.