From 675316c9b7a26de41db2e5c25b8f768795f82cc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Wed, 26 Jul 2023 18:02:21 +0200 Subject: [PATCH] Wording --- lib/metadata/policies.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/metadata/policies.js b/lib/metadata/policies.js index fcabafe..7214982 100644 --- a/lib/metadata/policies.js +++ b/lib/metadata/policies.js @@ -749,7 +749,7 @@ var policies = { "oldImageFormats": { "tool": "redownload", "label": "Old image formats", - "message": "

Measures the number of bytes that could be saved by converting images to newer and more efficient formats. The current best image format for the web is AVIF and the second best is WebP.

Be careful, you need to provide a fallback for old browsers that don't support them (for example, Microsoft Edge doesn't support AVIF on Windows 10 or earlier) and search engine bots.

", + "message": "

Measures the number of bytes that could be saved by converting images to newer and more efficient formats. The best image format is generally AVIF and the second best is WebP.

Be careful, you need to provide fallback images for old browsers and search engine bots.

", "isOkThreshold": 30720, "isBadThreshold": 307200, "isAbnormalThreshold": 512000,