From 860a457d314c49b8768543dbca4bf1ed60e229dd Mon Sep 17 00:00:00 2001 From: w3bdesign <45217974+w3bdesign@users.noreply.github.com> Date: Thu, 20 Feb 2025 02:40:18 +0100 Subject: [PATCH] Add throttling --- lighthouserc.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lighthouserc.json b/lighthouserc.json index 5a6ea0501..e95e2ab3e 100644 --- a/lighthouserc.json +++ b/lighthouserc.json @@ -15,7 +15,10 @@ "best-practices", "seo" ], - "skipAudits": ["uses-http2"] + "skipAudits": ["uses-http2"], + "throttling": { + "method": "simulate" + } } }, "upload": { "target": "temporary-public-storage" },