mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
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:
parent
cc98d63c4e
commit
64012518a8
1 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@
|
|||
"resourceCounts": [
|
||||
{
|
||||
"resourceType": "script",
|
||||
"budget": 90
|
||||
"budget": 100
|
||||
},
|
||||
{
|
||||
"resourceType": "stylesheet",
|
||||
|
|
@ -42,7 +42,7 @@
|
|||
},
|
||||
{
|
||||
"resourceType": "total",
|
||||
"budget": 120
|
||||
"budget": 135
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue