diff --git a/tools/lighthouse/.lighthouserc.json b/tools/lighthouse/.lighthouserc.json index a04fa2ee9b..2f1f6064cc 100644 --- a/tools/lighthouse/.lighthouserc.json +++ b/tools/lighthouse/.lighthouserc.json @@ -21,8 +21,8 @@ "cumulative-layout-shift": ["warn", { "maxNumericValue": 0.1 }], "total-blocking-time": ["warn", { "maxNumericValue": 300 }], "interactive": ["warn", { "maxNumericValue": 5000 }], - "resource-summary.script.count": ["warn", { "maxNumericValue": 140 }], - "resource-summary.total.count": ["warn", { "maxNumericValue": 150 }], + "resource-summary.script.count": ["warn", { "maxNumericValue": 270 }], + "resource-summary.total.count": ["warn", { "maxNumericValue": 320 }], "resource-summary.font.size": ["warn", { "maxNumericValue": 520000 }] } }, diff --git a/tools/lighthouse/budget.json b/tools/lighthouse/budget.json index e23304df90..25525d9d69 100644 --- a/tools/lighthouse/budget.json +++ b/tools/lighthouse/budget.json @@ -26,7 +26,7 @@ "resourceCounts": [ { "resourceType": "script", - "budget": 160 + "budget": 270 }, { "resourceType": "stylesheet", @@ -42,7 +42,7 @@ }, { "resourceType": "total", - "budget": 220 + "budget": 320 } ] }