Skip to content

Commit

Permalink
Lighthouse budget tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-polk committed Nov 2, 2023
1 parent 79bca94 commit b7387de
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions .github/workflows/lighthouse-budget.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
},
{
"metric": "largest-contentful-paint",
"budget": 5000
"budget": 8000
},
{
"metric": "interactive",
"budget": 8000
},
{
"metric": "total-blocking-time",
"budget": 500
"budget": 800
},
{
"metric": "cumulative-layout-shift",
Expand All @@ -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
Expand Down

0 comments on commit b7387de

Please sign in to comment.