1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00

Update budget.json

Keep max page weight but allow greater markup limit.
This commit is contained in:
Rohan Kumar 2022-08-02 18:24:02 -07:00
parent 783d6645aa
commit 64bc464aca
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479
2 changed files with 9 additions and 4 deletions

View file

@ -157,7 +157,8 @@ disableKinds = ["taxonomy", "term"]
# than IncludeFields above, depending on what you want. # than IncludeFields above, depending on what you want.
excludeFields = ".*" excludeFields = ".*"
# don't minify html but minify other resources, esp the fulltext rss/atom feeds # don't minify html but minify other resources
# Don't minify atom feeds because it messes up whitespace in entry contents.
[minify] [minify]
minifyOutput = true minifyOutput = true
disableXML = true disableXML = true

View file

@ -31,18 +31,22 @@
}, },
{ {
"resourceType": "document", "resourceType": "document",
"budget": 60 "budget": 75
}, },
{ {
"resourceType": "image", "resourceType": "image",
"budget": 35 "budget": 50
}, },
{ {
"resourceType": "stylesheet", "resourceType": "stylesheet",
"budget": 1 "budget": 3
} }
], ],
"resourceCounts": [ "resourceCounts": [
{
"resourceType": "stylesheet",
"budget": 1
},
{ {
"resourceType": "script", "resourceType": "script",
"budget": 0 "budget": 0