Plugin info

Total downloads: 2,330
Active installs: 100
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 3
Last updated: 1/5/2015 (4013 days ago)
Added to WordPress: 11/29/2012 (13 years old)
Minimum WordPress version: 3.3
Tested up to WordPress version: 4.1.42
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 4013 days ago

20/100

Is Voce Widget Cache abandoned?

Possibly abandoned (last update 4013 days ago).

Compatibility

Requires WordPress: 3.3
Tested up to: 4.1.42
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Widgets for Google Reviews
Rating 4.8/5 (2,382 reviews)Active installs 800,000
SiteOrigin Widgets Bundle
Rating 4.9/5 (134 reviews)Active installs 400,000
Blocksy Companion
Rating 4.7/5 (92 reviews)Active installs 300,000
Black Studio TinyMCE Widget
Rating 4.8/5 (192 reviews)Active installs 200,000
Widget Importer & Exporter
Rating 4.7/5 (117 reviews)Active installs 200,000

Description

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' );

Installation

  1. Upload voce-widget-cache to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Usage:

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

Frequently Asked Questions

I installed the plugin but nothing is happening

The caching is not automatic. Refer to the documentation to see how to implement caching on widgets.

How can I verify my widgets are being cached?

You could use a plugin like WPDB Profiling

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

1.5.1

  • Testing with WordPress 4.1

1.5

  • Removing cache interaction on customizer preview

1.4.1

  • Adding Capistrano deploy files

1.4

  • Adding composer support

1.3

  • Fix PHP Warning is widget array is not set.

1.2

  • Hooks to clear a widget’s cache are now optional.

1.1

  • Updated documentation.

1.0

  • Initial version.