Skip to content

Instantly share code, notes, and snippets.

@imjared
Created September 28, 2012 16:49
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 imjared/3800906 to your computer and use it in GitHub Desktop.
Save imjared/3800906 to your computer and use it in GitHub Desktop.
query performance
{if member_group == '1'}
<div id="site-performance" style="position: fixed; right: 0; bottom: 0; padding: 7px; background: rgba(0,0,0,0.7); color: white; font-family: Verdana, sans-serif; z-index: 999; ">
<span id="site-total-queries">{total_queries}</span> queries<br />
<span id="site-elapsed-time">{elapsed_time}</span> seconds
</div>
{/if}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment