diff --git a/lib/metadata/policies.js b/lib/metadata/policies.js index eedebe6..fda35a0 100644 --- a/lib/metadata/policies.js +++ b/lib/metadata/policies.js @@ -268,7 +268,7 @@ var policies = { "message": "
Universal selectors are the most expensive CSS selectors.
More informations here.
", "isOkThreshold": 0, "isBadThreshold": 40, - "isAbnormalThreshold": 80 + "isAbnormalThreshold": 150 }, "cssRedundantBodySelectors": { "tool": "phantomas", @@ -276,7 +276,7 @@ var policies = { "message": "This is one way to remove complexity from a CSS rule. Generally, when \"body\" is specified in a rule it can be removed, because an element is necessarily inside the body.
", "isOkThreshold": 0, "isBadThreshold": 50, - "isAbnormalThreshold": 150 + "isAbnormalThreshold": 200 }, "cssRedundantChildNodesSelectors": { "tool": "phantomas", @@ -284,7 +284,7 @@ var policies = { "message": "Some tags included inside other tags are obvious. For example, when \"ul li\" is specified in a rule, \"ul\" can be removed because the \"li\" element is always inside a \"ul\". Same thing for \"tr td\", \"select option\", ...
Lowering compexity in CSS selectors can make the page load a little faster.
", "isOkThreshold": 0, "isBadThreshold": 50, - "isAbnormalThreshold": 150 + "isAbnormalThreshold": 200 }, "requests": { "tool": "phantomas",