=== 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, experimental, related, related posts, utilities, options, advanced, pingback Requires at least: 3.3 Tested up to: 3.6 Stable tag: 1.1 Some extras for tuning and diagnosing YARPP. == Description == Some extras for tuning and diagnosing [YARPP](https://wordpress.org/extend/plugins/yet-another-related-posts-plugin/). Requires YARPP 4.0.6 or later for full compatibility. 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. * **Dingus:** lets you try different YARPP settings, returning results as well as caching and performance information. * **Pingback Control:** Disable pingbacks to your own site from YARPP's results. * **Thumbnail Generation Control:** Control the low-level "manually using thumbnails" option 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 3. Dingus == Changelog == = 1.1 = * [Bugfix](https://wordpress.org/support/topic/links-not-working-in-rss): Pingback handling should not affect RSS feeds = 1.0 = * Add control to override the `manually using thumbnails` low-level option. * [Bugfix](https://wordpress.org/support/topic/fatal-error-call-to-a-member-function-get_option-on-a-non-object): Fixed a case where very early permalink calculations could cause fatal errors. = 0.9 = * Added "stop self-pinging" option = 0.8 = * Updated for updated `stats` method in YARPP 3.5.4b2 = 0.7 = * Update jQuery rangeinput code; fix CSS * Require `stats` method, implemented in YARPP 3.5.4b1 * Fix a bug where computation would die prematurely = 0.6 = * Added nonce for cache flushing... now requires YARPP 3.4.1b6 for cache flushing to work * Removed unnecessary `required` attribute in dingus = 0.5 = * Previous version required PHP 5.3. = 0.4 = * Added the Dingus which lets you try different YARPP settings. = 0.3 = * Support for the `$yarpp` global = 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.