Skip to content

Instantly share code, notes, and snippets.

@braddalton
Created September 10, 2014 19:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save braddalton/3bbdc111403c93811187 to your computer and use it in GitHub Desktop.
Save braddalton/3bbdc111403c93811187 to your computer and use it in GitHub Desktop.
add_action ('wp_footer', 'wpsites_queries_count');
function wpsites_queries_count() {
echo'<div class="count-queries">';
echo get_num_queries(); ?> queries in <?php timer_stop(1); ?> seconds <?php ;
echo'</div>';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment