From 8aa0b9e63d0e95bc2c6a6d284ff23d20a1eb56f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Wed, 3 Sep 2014 19:54:17 +0200 Subject: [PATCH] Add explainations on the Spaghetti page --- app/node_views/results.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/node_views/results.html b/app/node_views/results.html index 16bdf84..dffb7f6 100644 --- a/app/node_views/results.html +++ b/app/node_views/results.html @@ -114,7 +114,12 @@
-

Javascript Spaghetti Profiler (interactions with the DOM)

+

Javascript Spaghetti Profiler

+

+ The table below shows the interactions between Javascript and the DOM. It is usefull to understand what's going on when the page loads. +
+ The tool is slower than a real browser, so durations are a little exagerated. +