Files
padmaja/budget.json
2026-01-17 14:17:42 +05:30

51 lines
889 B
JSON

[
{
"path": "/*",
"timings": [
{
"metric": "first-contentful-paint",
"budget": 2000
},
{
"metric": "largest-contentful-paint",
"budget": 4000
},
{
"metric": "speed-index",
"budget": 3500
},
{
"metric": "cumulative-layout-shift",
"budget": 0.1
},
{
"metric": "total-blocking-time",
"budget": 200
}
],
"resourceSizes": [
{
"resourceType": "script",
"budget": 400
},
{
"resourceType": "total",
"budget": 1600
},
{
"resourceType": "image",
"budget": 500
},
{
"resourceType": "stylesheet",
"budget": 50
}
],
"resourceCounts": [
{
"resourceType": "third-party",
"budget": 10
}
]
}
]