From b9550f4bfd4908dfefd4f6c71dc741333b8315b4 Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Sat, 13 Sep 2025 12:58:25 +0200 Subject: [PATCH] build: adjust lighthouse warning thresholds --- tools/lighthouse/.lighthouserc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/lighthouse/.lighthouserc.json b/tools/lighthouse/.lighthouserc.json index 8a6f4e40b..a9c5d1637 100644 --- a/tools/lighthouse/.lighthouserc.json +++ b/tools/lighthouse/.lighthouserc.json @@ -17,8 +17,8 @@ "cumulative-layout-shift": ["warn", { "maxNumericValue": 0.1 }], "total-blocking-time": ["warn", { "maxNumericValue": 300 }], "interactive": ["warn", { "maxNumericValue": 5000 }], - "resource-summary.script.count": ["warn", { "maxNumericValue": 100 }], - "resource-summary.total.count": ["warn", { "maxNumericValue": 140 }] + "resource-summary.script.count": ["warn", { "maxNumericValue": 140 }], + "resource-summary.total.count": ["warn", { "maxNumericValue": 150 }] } }, "upload": {