Changeset 631819
- Timestamp:
- 11/29/2012 03:42:05 PM (13 years ago)
- Location:
- voce-widget-cache/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
voce-widget-cache.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
voce-widget-cache/trunk/readme.txt
r631814 r631819 4 4 Requires at least: 3.3 5 5 Tested up to: 3.4 6 Stable tag: 1. 06 Stable tag: 1.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 Cache widget output .10 Cache widget output for better performance. 11 11 12 12 == Description == 13 14 This plugin does not cache widgets automatically! You must define which widgets get cached. 13 15 14 16 Add a widget to the cache and designate which actions the cache gets flushed on. … … 31 33 == Frequently Asked Questions == 32 34 35 = I installed the plugin but nothing is happening = 36 37 The caching is not automatic. Refer to the documentation to see how to implement caching on widgets. 38 39 40 = How can I verify my widgets are being cached? = 41 42 You could use a plugin like WPDB Profiling 43 33 44 == Screenshots == 34 45 35 46 == Changelog == 36 47 48 = 1.1 = 49 Updated documentation. 50 37 51 = 1.0 = 38 52 * Initial version. -
voce-widget-cache/trunk/voce-widget-cache.php
r631812 r631819 4 4 Plugin URI: http://voceconnect.com 5 5 Description: Serve cached WordPress Widgets. 6 Version: 1. 06 Version: 1.1 7 7 Author: John Ciacia, Mark Parolisi 8 8 License: GPL2
Note: See TracChangeset
for help on using the changeset viewer.