Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/netzstrategen/wordpress-mo-cache
WordPress plugin to speed up page load by caching translations.
https://github.com/netzstrategen/wordpress-mo-cache
cache mo-files translations wordpress wordpress-plugin
Last synced: 1 day ago
JSON representation
WordPress plugin to speed up page load by caching translations.
- Host: GitHub
- URL: https://github.com/netzstrategen/wordpress-mo-cache
- Owner: netzstrategen
- Created: 2019-02-14T17:28:39.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-12T10:30:27.000Z (over 5 years ago)
- Last Synced: 2024-11-09T07:47:14.003Z (about 2 months ago)
- Topics: cache, mo-files, translations, wordpress, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 14
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
=== MO Cache ===
This plugin implements an object cache to prevent reading MO files for each page request.
CAUTION: This is an experimental module. Use it under your responsability.== Getting Started ==
Just download and enable it. No configuration required. This module will make your page load fast only if you are managing your object cache with a permanent storage, redis and memcache are good tools for it.
Check:
- https://wordpress.org/plugins/redis-cache/
- https://wordpress.org/plugins/w3-total-cache/For further documentation about object caching, check:
- https://codex.wordpress.org/Class_Reference/WP_Object_Cache== Development ==
Development of this plugin happens on github: https://github.com/netzstrategen/wordpress-mo-cache
== Changelog ==
= 1.1 =
* Fixed only one mo file is loaded per domain.
* Fixed mo cache items are not refreshed when files are changed.
* Removed superfluous code and loading of own string translations.