From c94089842a3f5b29924df6fb1bb04c9977df6e4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Sat, 9 Jan 2021 22:12:13 +0000 Subject: [PATCH] Improve 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 ae6c298..61d7eb6 100644 --- a/lib/metadata/policies.js +++ b/lib/metadata/policies.js @@ -792,7 +792,7 @@ var policies = { "compression": { "tool": "redownload", "label": "Brotli compression", - "message": "

Measures the number of bytes that could be saved by compressing textual files.

Gzip is a good old algorithm that offers great improvements. But Brotli is a new-generation algorithm and provides even better results. All major server systems are now compatible with Brotli.

Note that compressing small files (< 1 KB) is arguable, and that some assets such as images should not be gzipped as they are already compressed. Here is a list of Content-Types that should be compressed.

", + "message": "

Measures the number of bytes that could be saved by compressing textual files. Some files listed below might not be compressed at all, some might be already compressed with Gzip but would become even lighter with Brotli.

All major server systems are now compatible with Brotli.

Note that compressing small files (< 1 KB) is arguable, and that some assets such as images should not be compressed as it is already included in their format. Here is a list of Content-Types that should be compressed.

", "isOkThreshold": 20480, "isBadThreshold": 204800, "isAbnormalThreshold": 409600,