Created
December 15, 2011 15:15
-
-
Save bryantAXS/1481442 to your computer and use it in GitHub Desktop.
eecms:page_speed_stats
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{!-- page load stats, for debugging --} | |
{if logged_in && member_group == "1"} | |
<div style="overflow:visible;position: absolute; top:0; left: 0; position: fixed; background-color: #000; color: #fff; font-size: 16px; padding: 5px; font-family:Arial, Helvetica, sans-serif;"> | |
{elapsed_time} seconds / {total_queries} queries | |
<a href='javascript:;' onclick="$(this).parent().fadeOut(200);" style='position:absolute; bottom:-18px; right:0px;height:10px;background-color:#282828;color:#fff;display:block;font-size:11px;text-decoration:none;padding:3px;'>Close</a> | |
</div> | |
{/if} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment