first commit
This commit is contained in:
51
budget.json
Normal file
51
budget.json
Normal file
@@ -0,0 +1,51 @@
|
||||
[
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user