=== YARPP Experiments === Contributors: mitchoyoshitaka Author: mitcho (Michael Yoshitaka Erlewine) Author URI: http://mitcho.com/ Plugin URI: http://yarpp.org/ Donate link: http://tinyurl.com/donatetomitcho Tags: yarpp, debug, experiment Requires at least: 3.2 Tested up to: 3.3 Stable tag: 0.2 Some extras for tuning and diagnosing YARPP. == Description == Some extras for tuning and diagnosing YARPP. Currently includes the following experiments: * **Cache Status:** computes some statistics which give an overall picture of YARPP's results and cache usage. Some controls to flush and build up the cache. * **Throttle:** lets you slow down YARPP's computation of "related" results when not cached. It may be useful for very high traffic sites, where suddenly turning YARPP on may cause some database lockups. Requires YARPP 3.4b3 or later. Use at your own risk! == Installation == 1. Install YARPP. 2. Install this plugin. 3. Handle with care. == Screenshots == 1. Cache Status, with manual cache building 2. Throttle == Changelog == = 0.2 = * JavaScript tweak: now bundles the necessary jQuery.range library * Add EXPERIMENTAL badge * Added the old-school manual cache controls * Don't throttle if we're DOING_AJAX = 0.1 = * Initial commit, with stats and throttle.