소스 검색

Re-introduce the Requests Number metric

Gaël Métais 1 년 전
부모
커밋
e680f429eb
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      lib/metadata/scoreProfileGeneric.json

+ 3 - 2
lib/metadata/scoreProfileGeneric.json

@@ -16,19 +16,20 @@
             "label": "Network",
             "policies": {
                 "totalWeight": 5,
+                "totalRequests": 2,
+                "domains": 3,
                 "compression": 2,
                 "fileMinification": 2,
                 "identicalFiles": 2,
                 "emptyRequests": 3,
                 "notFound": 2,
-                "domains": 3
             }
         },
         "images": {
             "label": "Images",
             "policies": {
                 "imagesNotOptimized": 2,
-                "imagesOldFormat": 2,
+                "imagesOldFormat": 1,
                 "imagesScaledDown": 2,
                 "imagesExcessiveDensity": 0.25,
                 "imagesWithIncorrectSizesParam": 1,