Skip to content

Instantly share code, notes, and snippets.

@mwordpress
Last active May 8, 2017 15:40
Show Gist options
  • Save mwordpress/52df936ddfe935b63c76d8a6f2c54a1e to your computer and use it in GitHub Desktop.
Save mwordpress/52df936ddfe935b63c76d8a6f2c54a1e to your computer and use it in GitHub Desktop.
function wpse_footer_db_queries(){
echo '<!-- '.get_num_queries().' queries in '.timer_stop(0).' seconds. -->'.PHP_EOL;
}
add_action('wp_footer', 'wpse_footer_db_queries');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment