Changeset 472779
- Timestamp:
- 12/09/2011 11:11:40 AM (14 years ago)
- Location:
- mo-cache/trunk
- Files:
-
- 1 added
- 1 edited
-
readme.txt (modified) (4 diffs)
-
screenshot-1.png (added)
Legend:
- Unmodified
- Added
- Removed
-
mo-cache/trunk/readme.txt
r471164 r472779 3 3 Tags: cache, caching, performance, benchmark, i18n, internationalization, l10n, localization, language, languages, translation, translate 4 4 Requires at least: 3.2.0 5 Tested up to: 3. 2.15 Tested up to: 3.3 6 6 Stable tag: 1.0 7 7 … … 11 11 == Description == 12 12 13 For localized WordPress, which was newly installed, the loading time of translation files accounts for 70% of the 14 entire processing time. You can make this process 3 times faster by just installingthis plugin.13 The MO Cache provides simple and fast caching of the translation MO files using the [WP Object Cache](http://codex.wordpress.org/Class_Reference/WP_Object_Cache) mechanism. 14 This plugin is necessary to be used [persistent caching plugin](http://codex.wordpress.org/Class_Reference/WP_Object_Cache#Persistent_Cache_Plugins), otherwise you can not benefit from this plugin. 15 15 16 The MO Cache provides simple and fast caching of the translation MO files using the 17 [WP Object Cache](http://codex.wordpress.org/Class_Reference/WP_Object_Cache) mechanism. This plugin is necessary to be 18 used [persistent caching plugin](http://codex.wordpress.org/Class_Reference/WP_Object_Cache#Persistent_Cache_Plugins), 19 otherwise you can not benefit from this plugin. 20 I recommend to use the [APC Object Cache Backend](http://wordpress.org/extend/plugins/apc/). 16 For localized WordPress, which was newly installed, the loading time of translation files accounts for 70% of the entire processing time. 17 You can make this process 3 times faster by just installing this plugin. 21 18 22 19 = Features = … … 39 36 = Recommended Installation = 40 37 41 It is recommended to install the MO Cache as a [must-use plugin](http://codex.wordpress.org/Must_Use_Plugins) because 42 the translation files will not be cached if other plugins load translation files before the MO Cache is loaded. 38 It is recommended to install the MO Cache as a [must-use plugin](http://codex.wordpress.org/Must_Use_Plugins) because the translation files will not be cached if other plugins load translation files before the MO Cache is loaded. 43 39 44 40 1. Verify that `/wp-content/object-cache.php` is installed. … … 53 49 54 50 It depends on the persistent caching plugin. 55 The [APC Object Cache Backend](http://wordpress.org/extend/plugins/apc/) supports it. 51 [APC Object Cache Backend](http://wordpress.org/extend/plugins/apc/), [W3 Total Cache](http://wordpress.org/extend/plugins/w3-total-cache/) and [WP File Cache](http://wordpress.org/extend/plugins/wp-file-cache/) support it. 52 53 54 == Screenshots == 55 56 1. Benchmarking using Xdebug profiler. 56 57 57 58
Note: See TracChangeset
for help on using the changeset viewer.