diff --git a/lib/metadata/policies.js b/lib/metadata/policies.js index 23083f5..8ad0e20 100644 --- a/lib/metadata/policies.js +++ b/lib/metadata/policies.js @@ -856,7 +856,7 @@ var policies = { "imageOptimization": { "tool": "weightChecker", "label": "Image optimization", - "message": "
This metric mesures the number of bytes that could be saved by optimizing images.
Image optimization is generally one of the easiest way to reduce a page weight, and as a result, the page load time. Don't use Photoshop or other image editing tools, they're not very good for optimization. Use specialized tools such as Kraken.io or the excellent ImageOption on Mac. For SVG images, you can use SVGOMG
The tools in use in YellowLabTools are not set to their maximum optimization power, so you might be able to compress even more!
", + "message": "This metric mesures the number of bytes that could be saved by optimizing images.
Image optimization is generally one of the easiest way to reduce a page weight, and as a result, the page load time. Don't use Photoshop or other image editing tools, they're not very good for optimization. Use specialized tools such as Kraken.io or the excellent ImageOptim on Mac. For SVG images, you can use SVGOMG
The tools in use in YellowLabTools are not set to their maximum optimization power, so you might be able to compress even more!
", "isOkThreshold": 10240, "isBadThreshold": 122880, "isAbnormalThreshold": 307200,