Use Memcached
WP_Object_Cache implementation with Memcached.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 931 days ago • Support resolved 0% • 4 reviews
Is Use Memcached abandoned?
Possibly abandoned (last update 931 days ago).
Compatibility
Languages
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
Use this to optimize your website performance with Memcached instances.
Simply install the plugin, add your Memcached server and port in the plugin settings *(default are 127.0.0.1:11211) and click on the Enable memcached! button.
For more free WordPress plugins please visit ♣️ plugins.club.
CREDITS
Originally developed by Palasthotel (in person: Edward Bock)
Installation
- Upload
use-memcached.zipto the/wp-content/plugins/directory - Extract the Plugin to a
use-memcachedFolder - 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 and port in plugin settings page
Frequently Asked Questions
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 set the server and port in the plugin settings page.
Click on the “Purge Cache” link in the topbar or using WP-CLI:
wp memcache flush
Currently the only way to use more than one Memcached server requires to edit the object-cache.php file:
$memcached_servers = array(
'10.10.10.20:11211',
'10.10.10.30:11217'
);
Review feed
Works very well ! Thank you
Changelog
1.0.5
- Added a settings page where user can set memcached server and port
- Added a settings page that allows user to view cached information
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


