Download the PHP package voceconnect/voce-widget-cache without Composer
On this page you can find all versions of the php package voceconnect/voce-widget-cache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download voceconnect/voce-widget-cache
More information about voceconnect/voce-widget-cache
Files in voceconnect/voce-widget-cache
Package voce-widget-cache
Short Description Adds ability to easily cache widget output for better performance.
License GPLv2+
Informations about the package voce-widget-cache
Please note: This plugin is no longer being actively maintained or supported.
Voce Widget Cache
Contributors: johnciacia, markparolisi, voceplatforms
Tags: widget, cache, caching, performance
Requires at least: 3.3
Tested up to: 4.1
Stable tag: 1.5.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Description
Adds ability to easily cache widget output for better performance. This plugin does not cache widgets automatically! You must define which widgets get cached.
Installation
As standard plugin:
See Installing Plugins.
As theme or plugin dependency:
After dropping the plugin into the containing theme or plugin, add the following:
Usage
Example
Add a widget to the cache and designate which actions the cache gets flushed on.
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
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
- oks to clear a widget's cache are now optional.
1.1
- Updated documentation.
1.0
- Initial version.