Created
April 1, 2015 14:32
-
-
Save sirtimbly/a7c49657e1ccdf0195f4 to your computer and use it in GitHub Desktop.
pattern-lab performance display menu
This file contains hidden or 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
<li class="sg-perf"> | |
<a href="#" class="sg-acc-handle sg-perf-toggle" id="sg-perf-toggle" title="perf">00</a> | |
<ul class="sg-acc-panel sg-right"> | |
<li class="stat responseStart" title="ms until server response started">responseStart: <span id="sg-response-start"></span></li> | |
<li class="stat responseEnd" title="ms until server response finished">responseEnd: <span id="sg-response-end"></span></li> | |
<li class="stat domInteractive" title="ms until dom was interactive to user">domInteractive: <span id="sg-dom-interactive"></span></li> | |
<li class="stat domInteractive" title="ms until dom was completely loaded">domLoaded: <span id="sg-dom-loaded"></span></li> | |
</ul> | |
</li> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment