Skip to content

Instantly share code, notes, and snippets.

@soulgalore
Last active September 15, 2023 06:33
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save soulgalore/78486cf7c231b48f466ab9e6475ad736 to your computer and use it in GitHub Desktop.
Save soulgalore/78486cf7c231b48f466ab9e6475ad736 to your computer and use it in GitHub Desktop.
{
"working": {
"https://www.sitespeed.io": [
{
"metric": "firstPaint",
"type": "timings",
"value": 351,
"friendlyValue": "351 ms",
"limit": 1000,
"friendlyLimit": "1.000 s",
"limitType": "max",
"status": "working"
},
{
"metric": "fullyLoaded",
"type": "timings",
"value": 419,
"friendlyValue": "419 ms",
"limit": 2000,
"friendlyLimit": "2.000 s",
"limitType": "max",
"status": "working"
},
{
"metric": "accessibility",
"type": "score",
"value": 100,
"friendlyValue": 100,
"limit": 100,
"friendlyLimit": 100,
"limitType": "min",
"status": "working"
},
{
"metric": "bestpractice",
"type": "score",
"value": 100,
"friendlyValue": 100,
"limit": 100,
"friendlyLimit": 100,
"limitType": "min",
"status": "working"
},
{
"metric": "privacy",
"type": "score",
"value": 100,
"friendlyValue": 100,
"limit": 100,
"friendlyLimit": 100,
"limitType": "min",
"status": "working"
},
{
"metric": "total",
"type": "requests",
"value": 12,
"friendlyValue": 12,
"limit": 89,
"friendlyLimit": 89,
"limitType": "max",
"status": "working"
},
{
"metric": "html",
"type": "requests",
"value": 1,
"friendlyValue": 1,
"limit": 1,
"friendlyLimit": 1,
"limitType": "max",
"status": "working"
},
{
"metric": "css",
"type": "requests",
"value": 1,
"friendlyValue": 1,
"limit": 1,
"friendlyLimit": 1,
"limitType": "max",
"status": "working"
},
{
"metric": "image",
"type": "requests",
"value": 7,
"friendlyValue": 7,
"limit": 50,
"friendlyLimit": 50,
"limitType": "max",
"status": "working"
},
{
"metric": "total",
"type": "transferSize",
"value": 195252,
"friendlyValue": "190.7 KB",
"limit": 400000,
"friendlyLimit": "390.6 KB",
"limitType": "max",
"status": "working"
},
{
"metric": "html",
"type": "transferSize",
"value": 9105,
"friendlyValue": "8.9 KB",
"limit": 20000,
"friendlyLimit": "19.5 KB",
"limitType": "max",
"status": "working"
},
{
"metric": "css",
"type": "transferSize",
"value": 1379,
"friendlyValue": "1.3 KB",
"limit": 10000,
"friendlyLimit": "9.8 KB",
"limitType": "max",
"status": "working"
},
{
"metric": "image",
"type": "transferSize",
"value": 168129,
"friendlyValue": "164.2 KB",
"limit": 200000,
"friendlyLimit": "195.3 KB",
"limitType": "max",
"status": "working"
}
]
},
"failing": {
"https://www.sitespeed.io": [
{
"metric": "performance",
"type": "score",
"value": 91,
"friendlyValue": 91,
"limit": 100,
"friendlyLimit": 100,
"limitType": "min",
"status": "failing"
},
{
"metric": "javascript",
"type": "requests",
"value": 2,
"friendlyValue": 2,
"limit": 0,
"friendlyLimit": 0,
"limitType": "max",
"status": "failing"
},
{
"metric": "javascript",
"type": "transferSize",
"value": 9972,
"friendlyValue": "9.7 KB",
"limit": 0,
"friendlyLimit": "0 b",
"limitType": "max",
"status": "failing"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment