From b7387de8f9182cf59f7a23bc7a1ca03534270c93 Mon Sep 17 00:00:00 2001 From: Andrew Polk Date: Thu, 2 Nov 2023 13:13:10 -0700 Subject: [PATCH] Lighthouse budget tweaks --- .github/workflows/lighthouse-budget.json | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/.github/workflows/lighthouse-budget.json b/.github/workflows/lighthouse-budget.json index 597d4735..c189127e 100644 --- a/.github/workflows/lighthouse-budget.json +++ b/.github/workflows/lighthouse-budget.json @@ -15,7 +15,7 @@ }, { "metric": "largest-contentful-paint", - "budget": 5000 + "budget": 8000 }, { "metric": "interactive", @@ -23,7 +23,7 @@ }, { "metric": "total-blocking-time", - "budget": 500 + "budget": 800 }, { "metric": "cumulative-layout-shift", @@ -35,20 +35,28 @@ } ], "resourceSizes": [ - { - "resourceType": "script", - "budget": 400 - }, { "resourceType": "total", "budget": 1500 }, + { + "resourceType": "script", + "budget": 700 + }, { "resourceType": "third-party", "budget": 1500 } ], "resourceCounts": [ + { + "resourceType": "total", + "budget": 300 + }, + { + "resourceType": "script", + "budget": 10 + }, { "resourceType": "third-party", "budget": 70