Update scores to match browsers perfs and new bandwidths

This commit is contained in:
Gaël Métais
2018-03-02 20:00:31 -06:00
parent a0e8a7f935
commit 623f25e521
2 changed files with 44 additions and 44 deletions
+3 -3
View File
@@ -66,9 +66,9 @@ describe('index.js', function() {
"tool": "phantomas",
"label": "DOM max depth",
"message": "<p>A deep DOM makes the CSS matching with DOM elements difficult.</p><p>It also slows down JavaScript modifications to the DOM because changing the dimensions of an element makes the browser re-calculate the dimensions of it's parents. Same thing for JavaScript events, that bubble up to the document root.</p>",
"isOkThreshold": 10,
"isBadThreshold": 20,
"isAbnormalThreshold": 28,
"isOkThreshold": 12,
"isBadThreshold": 22,
"isAbnormalThreshold": 30,
"hasOffenders": true
},
"value": 1,