WordPress Function to WordPress Profiling tools
WordPress Profiling tools I like to add profiling tools in a separate file, which I then include from functions.php when needed: <?php if ( !defined(‘SAVEQUERIES’) && isset($_GET[‘debug’]) && $_GET[‘debug’] == ‘sql’ ) define(‘SAVEQUERIES’, true);...