build: adjust lighthouse warning thresholds

This commit is contained in:
Johannes Millan 2025-09-13 12:58:25 +02:00
parent b72a9b169c
commit b9550f4bfd

View file

@ -17,8 +17,8 @@
"cumulative-layout-shift": ["warn", { "maxNumericValue": 0.1 }],
"total-blocking-time": ["warn", { "maxNumericValue": 300 }],
"interactive": ["warn", { "maxNumericValue": 5000 }],
"resource-summary.script.count": ["warn", { "maxNumericValue": 100 }],
"resource-summary.total.count": ["warn", { "maxNumericValue": 140 }]
"resource-summary.script.count": ["warn", { "maxNumericValue": 140 }],
"resource-summary.total.count": ["warn", { "maxNumericValue": 150 }]
}
},
"upload": {