Voce Widget Cache

plugin banner

Cache widget output for better performance.

Author:John Ciacia, Mark Parolisi (profile at wordpress.org)
WordPress version required:3.3
WordPress version tested:4.1
Plugin version:1.5.2
Added to WordPress repository:29-11-2012
Last updated:05-01-2015
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://voceconnect.com
Total downloads:1 790
Active installs:100+
plugin download
Click to start download

This plugin does not cache widgets automatically! You must define which widgets get cached.

Add a widget to the cache and designate which actions the cache gets flushed on.

$widget_cache = Voce_Widget_Cache::GetInstance();
$widget_cache->cache_widget( 'Archive_Links_Widget', array( 'save_post' ) );
$widget_cache->cache_widget( 'WP_Widget_Recent_Posts' );

FAQ
ChangeLog