>
Download This Plugin | |
Download Elegant Themes | |
Name | Memcached Redux |
Version | 0.1.3 |
Author | Scott Taylor - uses code from Ryan Boren, Denis de Bernardy, Matt Martz, Mike Schroder |
Rating | 94 |
Last updated | 2014-03-13 04:24:00 |
Downloads |
4335
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Memcached Redux plugin added 11 bytes of resources to the Home page and 25 bytes of resources to the sample Post page.
Memcached Redux plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Memcached Redux plugin ads no tables to your Wordpress blog database.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' )
) );