소스 검색

Change Brotli wording

Gaël Métais 4 년 전
부모
커밋
707048a1df
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/metadata/policies.js

+ 1 - 1
lib/metadata/policies.js

@@ -757,7 +757,7 @@ var policies = {
     },
     "compression": {
         "tool": "redownload",
-        "label": "Brotli compression",
+        "label": "Gzip/Brotli compression",
         "message": "<p>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.</p><p>All major server systems are now compatible with Brotli.</p><p>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. <a href=\"https://gist.github.com/gmetais/971ce13a1fbeebd88445\" target=\"_blank\">Here</a> is a list of Content-Types that should be compressed.</p>",
         "isOkThreshold": 20480,
         "isBadThreshold": 204800,