Change policy text

This commit is contained in:
Gaël Métais
2015-06-18 11:08:16 +02:00
parent baa145e15c
commit db57f67e98
2 changed files with 2 additions and 9 deletions
+1 -1
View File
@@ -875,7 +875,7 @@ var policies = {
"fileMinification": {
"tool": "weightChecker",
"label": "File minification",
"message": "<p>This is the weight that could be saved if all text resources were correctly minified.</p><p>The tools in use here are <b>UglifyJS</b>, <b>clean-css</b> and <b>HTMLMinifier</b>.</p><p>The gains of minification are generally small, but the impact can be high when these text files are loaded on the critical path.</p>",
"message": "<p>This is the weight that could be saved if all text resources were correctly minified.</p><p>The tools in use here are <b>UglifyJS</b>, <b>clean-css</b> and <b>HTMLMinifier</b>. These tools are so good that some of your minified files can be marked as unminified. Change your tool it this happens :)</p><p>The gains of minification are generally small, but the impact can be high when these text files are loaded on the critical path.</p>",
"isOkThreshold": 20480,
"isBadThreshold": 81920,
"isAbnormalThreshold": 153600,