Plugin Directory

Changeset 472779


Ignore:
Timestamp:
12/09/2011 11:11:40 AM (14 years ago)
Author:
m4i
Message:

Tested up to 3.3, and add screenshot

Location:
mo-cache/trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • mo-cache/trunk/readme.txt

    r471164 r472779  
    33Tags: cache, caching, performance, benchmark, i18n, internationalization, l10n, localization, language, languages, translation, translate
    44Requires at least: 3.2.0
    5 Tested up to: 3.2.1
     5Tested up to: 3.3
    66Stable tag: 1.0
    77
     
    1111== Description ==
    1212
    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 installing this plugin.
     13The 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.
     14This 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.
    1515
    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/).
     16For localized WordPress, which was newly installed, the loading time of translation files accounts for 70% of the entire processing time.
     17You can make this process 3 times faster by just installing this plugin.
    2118
    2219= Features =
     
    3936= Recommended Installation =
    4037
    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.
     38It 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.
    4339
    44401. Verify that `/wp-content/object-cache.php` is installed.
     
    5349
    5450It 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
     561. Benchmarking using Xdebug profiler.
    5657
    5758
Note: See TracChangeset for help on using the changeset viewer.