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" },