/ */ return array( 'xhprof' => array( 'slow_time' => 3, // time, in seconds, beyond which page loads are considered "slow" 'report_file_lifetime' => 86400 * 7, // clean up stale xhprof reports older than one week 'ignored_routes' => array(), // a list of long-running routes to ignore ), );