From 50fa93a503d1ac1ed1a6b72e6390cc97067f555d Mon Sep 17 00:00:00 2001
From: Roger Barnes
Date: Thu, 6 Sep 2012 17:48:05 +1000
Subject: Add javascript timing metrics to timing panel onLoad if available
---
.../templates/debug_toolbar/panels/timer.html | 60 ++++++++++++++++++++++
1 file changed, 60 insertions(+)
(limited to 'debug_toolbar/templates')
diff --git a/debug_toolbar/templates/debug_toolbar/panels/timer.html b/debug_toolbar/templates/debug_toolbar/panels/timer.html
index f267de1..d30bbf4 100644
--- a/debug_toolbar/templates/debug_toolbar/panels/timer.html
+++ b/debug_toolbar/templates/debug_toolbar/panels/timer.html
@@ -1,4 +1,5 @@
{% load i18n %}
+
{% trans 'Resource Usage' %}
@@ -19,3 +20,62 @@
{% endfor %}
+
+
+
{% trans 'Browser Timing' %}
+
+
+
+
+
+
+
+ | {% trans "Timing Attribute" %} |
+ {% trans "Value" %} |
+
+
+
+
+
+
+
--
cgit v1.2.3
From ea60df8f6a3973c91595bf42f6b3f0d3d288824c Mon Sep 17 00:00:00 2001
From: Roger Barnes
Date: Sun, 24 Mar 2013 22:08:08 +1100
Subject: Waterfall timeline or browser events
---
.../templates/debug_toolbar/panels/timer.html | 53 ++++++++++++++++------
1 file changed, 40 insertions(+), 13 deletions(-)
(limited to 'debug_toolbar/templates')
diff --git a/debug_toolbar/templates/debug_toolbar/panels/timer.html b/debug_toolbar/templates/debug_toolbar/panels/timer.html
index d30bbf4..aae540f 100644
--- a/debug_toolbar/templates/debug_toolbar/panels/timer.html
+++ b/debug_toolbar/templates/debug_toolbar/panels/timer.html
@@ -31,7 +31,8 @@
| {% trans "Timing Attribute" %} |
- {% trans "Value" %} |
+ {% trans 'Timeline' %} |
+ {% trans "Time since navigation start (+length, msec)" %} |
@@ -41,32 +42,58 @@
--
cgit v1.2.3
From 076ffdf29c8345ed6a201a53cc868e7c672d6662 Mon Sep 17 00:00:00 2001
From: Roger Barnes
Date: Wed, 1 May 2013 22:36:40 +1000
Subject: Updated browser timing javascript to use jQuery, tidied up wording
and formatting, and minified js
---
debug_toolbar/templates/debug_toolbar/panels/timer.html | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
(limited to 'debug_toolbar/templates')
diff --git a/debug_toolbar/templates/debug_toolbar/panels/timer.html b/debug_toolbar/templates/debug_toolbar/panels/timer.html
index 0138e64..74cf0c7 100644
--- a/debug_toolbar/templates/debug_toolbar/panels/timer.html
+++ b/debug_toolbar/templates/debug_toolbar/panels/timer.html
@@ -27,13 +27,14 @@
-
+
+
| {% trans "Timing Attribute" %} |
{% trans 'Timeline' %} |
- {% trans "Time since navigation start (+length, msec)" %} |
+ {% trans "Milliseconds since navigation start (+length)" %} |
--
cgit v1.2.3