Memcached Redux

Changes the famous Memcached WP Object Cache backend to actually use the Memcached class (not the Memcache class). Implements wp_cache_get_multi() and wp_cache_set_multi()

wp_cache_get_multi( array(
    array( 'key', 'group' ),
    array( 'key', '' ),
    array( 'key', 'group' ),
    'key'
) );

wp_cache_set_multi( array(
    array( 'key', 'data', 'group' ),
    array( 'key', 'data' )
) );

Blog Post: http://scotty-t.com/2012/06/05/memcached-redux/

MemCachier

Changed the Memcached WP Object Cache backend to use MemCachier. This initial release is only tested with WordPress at AppFog, but should work on other sites....

Similar: 86%

Johnny Cache

This is a beta release. If anything breaks, SORRY! Drop me a note to report a bug. Provides an admin interface for inspecting Memcached instances and flushing items by key or group in an AJAX fashion. This should be considered a pre-release beta be-super-careful-when-using-type release. I'll be up.........

Similar: 67%

Memcached Cloud

Changed the wordpress-memcached-backend backend to use Memcached ver. 2.2.0 PECL package with SASL authentication support, to implement WP Object Cache. Inehernt support for Memcached Cloud on Heroku and AppFog- just add the Memcached Cloud add-on....

Similar: 58%

WP Spider Cache

WP Spider Cache is your friendly neighborhood caching solution for WordPress. It uses Memcached to store both objects & page output. If you are familiar with Batcache and WP Super Cache, you'll be right at home here. It comes with: * Support for registering multiple Memcached servers * An admi.........

Similar: 43%

Simple Cache

Simple Cache was constructed after getting frustrated with the major caching plugins available and building sites with developer-only complex caching solutions that get millions of page views per day. Simple Cache promises the following: Extremely simple one-click install. There is an on-off switc.........

Similar: 38%

EM Object Cache

The plugin implements object level persistent caching and can be used instead of the built in WordPress WP_Object_Cache. Unlike WP Super Cache, Hyper Cache and other plugins, EM Object Cache does not cache the entire page; instead, it caches the data WordPress explicitly asks it to cache (using wp_c.........

Similar: 38%

Tribe Object Cache

Quickly and easily add object cache support that works across environments. All you have to do is activate the plugin and your install will immediately be set up to support any of the following if they are available on the server: APC Memcached Xcache WinCache ...

Similar: 28%

APCu Object Cache Backend

Using this Plugin WordPress is able to store certain regular used elements into a persistent cache. Instead of computing complex operations over and over again on every single page request, its result is stored in memory once and from then on fetched directly from the cache on future page requests. .........

Similar: 23%

Redis Object Cache

A persistent object cache backend powered by Redis. Supports HHVM's Redis extension, the PCEL Redis Extension and the Predis library for PHP (Predis requires PHP 5.4 or greater). To adjust the connection parameters or prefixing cache keys, see Other Notes. Forked from Eric Mann's and Erick Hitter'.........

Similar: 22%

SiteTree

SiteTree is a lightweight and user-friendly tool that lets you add to your WordPress site a human-readable Google (Image) Sitemap for search engines and/or a customisable Archive Page (or HTML5 Compliant Site Map) for your visitors in no time. To learn more, visit SiteTreePlugin.com...

Similar: 6%