From e680f429eb77a81b3091ceeb902d584f93907ed5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Wed, 16 Aug 2023 01:05:13 +0200 Subject: [PATCH] Re-introduce the Requests Number metric --- lib/metadata/scoreProfileGeneric.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/metadata/scoreProfileGeneric.json b/lib/metadata/scoreProfileGeneric.json index 3fa9add..0962689 100644 --- a/lib/metadata/scoreProfileGeneric.json +++ b/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,