Created
May 16, 2019 11:07
-
-
Save boyney123/85e4f3cb8245209018f62246df68e176 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"extends": "lighthouse:full", | |
"settings": { | |
"budgets": [ | |
{ | |
"resourceSizes": [ | |
{ | |
"resourceType": "script", | |
"budget": 50 | |
}, | |
{ | |
"resourceType": "image", | |
"budget": 10 | |
}, | |
{ | |
"resourceType": "third-party", | |
"budget": 40 | |
}, | |
{ | |
"resourceType": "total", | |
"budget": 500 | |
}, | |
{ | |
"resourceType": "stylesheet", | |
"budget": 200 | |
} | |
], | |
"resourceCounts": [ | |
{ | |
"resourceType": "third-party", | |
"budget": 60 | |
}, | |
{ | |
"resourceType": "stylesheet", | |
"budget": 20 | |
}, | |
{ | |
"resourceType": "total", | |
"budget": 50 | |
} | |
] | |
} | |
] | |
}, | |
"isCustom": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment