Skip to content

Instantly share code, notes, and snippets.

@n1k1c4
Created July 11, 2017 06:12
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 n1k1c4/ba6543565ae9d113d08e72dc8966edad to your computer and use it in GitHub Desktop.
Save n1k1c4/ba6543565ae9d113d08e72dc8966edad to your computer and use it in GitHub Desktop.
WordPress - Show the number of queries and time
<pre><?php echo $wpdb->num_queries; ?>q, <?php timer_stop(1); ?>s</pre>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment