Substantially increase performance of localized WordPress by caching the translation (l10n) object. Supports multiple languages.
The exact performance will depend on your configuration but in my testing APC is a tiny bit faster than shared memory which is a bit faster than plain file storage. Check out the plugin homepage for some graphs.
"The Alternative PHP Cache (APC) is a free and open opcode cache for PHP. Its goal is to provide a free, open, and robust framework for caching and optimizing PHP intermediate code."
It is not usually installed by default.
SHMOP is a PHP interface to handle Unix shared memory segments. It should be available by default on Linux/Unix servers. On Windows it may be possible to enable in PHP.ini.
On some older systems (and Windows) shared memory may have problems when multiple languages are cached. (If Open slots in the debug storage information keeps decreasing you should choose a different storage type.)
http://codex.wordpress.org/Changing_File_Permissions
File storage write files to wp-config/cache/l10n-cache/. These directories will be created automatically if wp-config is writable at first use. Once these sub-directories are created wp-config should be kept write protected.
Currently you'll have to do it by hand. Find it at the top of wp-content/plugin/cache-translation-object/cache-translation-object-file.php
Requires: 2.8 or higher
Compatible up to: 2.8.5
Last Updated: 2009-10-23
Downloads: 888
Got something to say? Need help?