diff --git a/lib/metadata/policies.js b/lib/metadata/policies.js index 953aa51..1d9a606 100644 --- a/lib/metadata/policies.js +++ b/lib/metadata/policies.js @@ -757,7 +757,7 @@ var policies = { }, "compression": { "tool": "redownload", - "label": "Brotli compression", + "label": "Gzip/Brotli compression", "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,