chore: adjust Lighthouse budget limits for current resource counts

- Increase script count limit from 90 to 100 (current: 93)
- Increase total resource count limit from 120 to 135 (current: 127)
- Provides reasonable headroom while maintaining performance standards
This commit is contained in:
Johannes Millan 2025-06-29 15:26:16 +02:00
parent cc98d63c4e
commit 64012518a8

View file

@ -26,7 +26,7 @@
"resourceCounts": [
{
"resourceType": "script",
"budget": 90
"budget": 100
},
{
"resourceType": "stylesheet",
@ -42,7 +42,7 @@
},
{
"resourceType": "total",
"budget": 120
"budget": 135
}
]
}