That’s sounds great! I have sent beer $ as well, to help keep you hydrated while (or after?) you work 🙂
Any ETA on a fix for this?
OK I’ll be on the lookout for your fix. Thanks for the super fast response!
Had the same problem. The wp_tuner plugin puts some stuff (see below) into wp-config.php in your root folder. Clear that out to fix the problem.
//-WP Tuner Plugin by MrPete------------
//--------------------------------------
$wpTunerStart = microtime(); // get start time as early as we can
if ( function_exists( 'getrusage' ) ) { $wpTunerStartCPU = getrusage(); }
@include_once(dirname(__FILE__).'/wp-content/plugins/wptuner/wptunertop.php'); // fire up WPTuner
//--------------------------------------
//-END WP Tuner Plugin------------------