diff --git a/app/node_views/results.html b/app/node_views/results.html index 844012f..4012991 100644 --- a/app/node_views/results.html +++ b/app/node_views/results.html @@ -39,49 +39,78 @@
{{notations.domComplexity}}
-
DOM complexity
+
DOM complexity
+
+
    +
  • DOM elements count: {{phantomasResults.metrics.DOMelementsCount}}
  • +
  • DOM max depth: {{phantomasResults.metrics.DOMelementMaxDepth}}
  • +
  • Number of iframes: {{phantomasResults.metrics.iframesCount}}
  • +
+
{{notations.domManipulations}}
-
DOM read and write Requests
-
-
-
{{notations.eventsBound}}
-
Events bound
+
DOM read and write
+
+
    +
  • DOM inserts: {{phantomasResults.metrics.DOMinserts}}
  • +
  • DOM queries: {{phantomasResults.metrics.DOMqueries}}
  • +
  • Time it took: {{totalJSTime}} ms
  • +
+
{{notations.duplicatedDomQueries}}
-
Duplicated DOM queries
+
Duplicated DOM queries
+
+
    +
  • Avoidable queries: {{duplicatedQueriesCountAll}}
  • +
+
+
+
+
{{notations.eventsBound}}
+
Events bound
+
+
    +
  • Events bound: {{phantomasResults.metrics.eventsBound}}
  • +
+
{{notations.badPractices}}
-
Evil Javascript
+
Evil Javascript
+
+
    +
  • Javascript errors: {{phantomasResults.metrics.jsErrors}}
  • +
  • eval calls: {{phantomasResults.metrics.evalCalls}}
  • +
  • document.write calls: {{phantomasResults.metrics.documentWriteCalls}}
  • +
  • Console messages: {{phantomasResults.metrics.consoleMessages}}
  • +
+
+
+
+
{{notations.scripts}}
+
Scripts loaded
+
+
    +
  • Scripts count: {{phantomasResults.metrics.jsCount}}
  • +
+
{{notations.jQueryLoading}}
-
jQuery version
+
jQuery version
+
+
    +
  • jQuery version: {{phantomasResults.metrics.jQueryVersion}}
  • +
  • {{phantomasResults.metrics.jQueryDifferentVersions}} versions loaded: + {{version}} & +
  • +
+
- - - -
Javascript manipulation time: {{totalJSTime}} ms
-
Javascript onDOMReady time: {{phantomasResults.metrics.domContentLoadedEnd - phantomasResults.metrics.domContentLoaded}} ms
-
Scripts count: {{phantomasResults.metrics.jsCount}}
-
DOM elements count: {{phantomasResults.metrics.DOMelementsCount}}
-
DOM max depth: {{phantomasResults.metrics.DOMelementMaxDepth}}
-
DOM queries: {{phantomasResults.metrics.DOMqueries}}
-
DOM inserts: {{phantomasResults.metrics.DOMinserts}}
-
Duplicated DOM queries: {{phantomasResults.metrics.DOMqueriesDuplicated}}
-
Events bound: {{phantomasResults.metrics.eventsBound}}
-
document.write() calls: {{phantomasResults.metrics.documentWriteCalls}}
-
eval calls: {{phantomasResults.metrics.evalCalls}}
-
Javascript errors: {{phantomasResults.metrics.jsErrors}}
-
jQuery version: {{phantomasResults.metrics.jQueryVersion}}
-
- Number of jQuery versions loaded: {{phantomasResults.metrics.jQueryDifferentVersions}} - ({{version}} & ) -
@@ -105,7 +134,7 @@
Params
Duration
-
Start time
+
Timestamp