1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00
seirdy.one/budget.json
Rohan Kumar 64496029ff
Add new/updated files for testing
Add new/updated config files for lighthouse, webhint, and lychee.
Ignore artifacts produced by lighthouse in .gitignroe
2020-12-21 16:47:40 -08:00

79 lines
1.1 KiB
JSON

[
{
"options": {
"firstPartyHostnames": [
"seirdy.one",
"localhost"
]
},
"timings": [
{
"metric": "total-blocking-time",
"budget": 0
},
{
"metric": "cumulative-layout-shift",
"budget": 0
}
],
"resourceSizes": [
{
"resourceType": "total",
"budget": 100
},
{
"resourceType": "document",
"budget": 30
},
{
"resourceType": "image",
"budget": 70
},
{
"resourceType": "stylesheet",
"budget": 5
}
],
"resourceCounts": [
{
"resourceType": "script",
"budget": 0
},
{
"resourceType": "font",
"budget": 0
},
{
"resourceType": "third-party",
"budget": 0
}
]
},
{
"path": "/index.html",
"timings": [
{
"metric": "largest-contentful-paint",
"budget": 1000
}
],
"resourceSizes": [
{
"resourceType": "total",
"budget": 10
},
{
"resourceType": "document",
"budget": 8
},
{
"resourceType": "image",
"budget": 5
},
{
"resourceType": "stylesheet",
"budget": 2
}
]
}
]