manifest / performance / translation-cache
Inpsyde Translation Cache archived
Improves site performance by caching translation files using WordPress object cache.
by Inpsyde GmbH, Giuseppe Mazzapica, Masaki Takeuchi · github.com/inpsyde/translation-cache · website
★ 42stars
4.8kcomposer installs
4forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/inpsyde/translation-cache/archive/refs/heads/master.zipAlso on Packagist as inpsyde/translation-cache:
composer require inpsyde/translation-cacheFrom the readme
Inpsyde Translation Cache
Improves site performance by caching translation files using WordPress object cache.
Description
'Inpsyde Translation Cache' provides caching of the translation .mo files using WP Object Cache
mechanism.
Performance benefit of the plugin can be seen when using persistent cache plugin
because, by default, WordPress object cache does not 'survive' the single request and translation files are already
cached on a per-request basis in WP.
For this reason the plugin, by default, does nothing when there's no persistent caching plugin installed.
MU plugin self-installation
Considering that many plugins have their language files, to be allowed to cache plugins translations, 'Inpsyde Translation Cache'
has to run as MU plugin.
For this reason, 'Inpsyde Translation Cache' copies its main file to the MU plugin folder on installation,
so it can work as MU plugin.
The 'regular' plugin stays active though, but doing nothing, or better, it listed for deactivation to delete the MU
plugin copy.
In fact, when 'regular' plugin is deactivated, the MU plugin copy is deleted (unless it was modified).
Please note that on some configurations this 'self-installation'
Read the full README on GitHub →
Releases
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.