diff --git a/app/node_views/results.html b/app/node_views/results.html index 1289f6a..caca9b7 100644 --- a/app/node_views/results.html +++ b/app/node_views/results.html @@ -264,8 +264,9 @@
{{phantomasResults.metrics.jQueryVersion}}
- -

+ +

Current latest version of jQuery is 1.11 or 2.1

+

Each new version of jQuery optimizes performances. Do not keep an old version of jQuery. Updating can break a few things, but it is generally quite easy to fix them up, so don't hesitate.

@@ -292,8 +293,9 @@
{{phantomasResults.metrics.cssRules}}
- -

+ +

Having a huge number of CSS rules hurts performances. If the number of CSS rules is higher than the number of DOM elements, there is clearly a problem.

+

The problem generally occurs when all the pages of a website load all the CSS, concatenated in a single stylesheet. Solution is to create one main CSS file with global rules and one custom files per page.