Description
Use this to optimize your website performance with Memcached instances.
Arbitrary section
There’s a documentation at https://github.com/palasthotel/use-memcached
Installation
- Upload
use-memcached.zip
to the/wp-content/plugins/
directory - Extract the Plugin to a
use-memcached
Folder - Activate the plugin through the ‘Plugins’ menu in WordPress
- The plugin will copy a object-cache.php file to /wp-content/ folder
- You can provide custom memcached server settings in the wp-config.php file
FAQ
- Do I have to configure something?
-
If you are using a Memcached service with default values host 127.0.0.1 (localhost) and port 11211 or you are hosting with freistil.it than you don’t need to configure anything.
With other hosters or service settings you need to configure some php variables in wp-config.php file.
Reviews
Contributors & Developers
“Use Memcached” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Use Memcached” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.4
- process logs will only be written on WP_DEBUG = true or USE_MEMCACHED_PROCESS_LOG = true sessions
1.0.3
- ignoring alloptions and notoptions key for performance reasons
- logging with ProcessLog
1.0.2
- deleted var_dump output
1.0.1
- First release
1.0.0
- Submitted to wordpress.org plugin repo version