mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-28 16:01:21 +00:00
187 lines
5.2 KiB
JSON
187 lines
5.2 KiB
JSON
{
|
||
"summary": {
|
||
"score": 0.71,
|
||
"categories": {
|
||
"performance": {
|
||
"averageScore": 0.98
|
||
},
|
||
"accessibility": {
|
||
"averageScore": 0.96
|
||
},
|
||
"best-practices": {
|
||
"averageScore": 0
|
||
},
|
||
"seo": {
|
||
"averageScore": 0.92
|
||
}
|
||
},
|
||
"metrics": {
|
||
"largest-contentful-paint": {
|
||
"averageNumericValue": 1509.03
|
||
},
|
||
"cumulative-layout-shift": {
|
||
"averageNumericValue": 0
|
||
},
|
||
"first-contentful-paint": {
|
||
"averageNumericValue": 554.19
|
||
},
|
||
"total-blocking-time": {
|
||
"averageNumericValue": 117.19
|
||
},
|
||
"max-potential-fid": {
|
||
"averageNumericValue": 159.17
|
||
},
|
||
"interactive": {
|
||
"averageNumericValue": 1593.43
|
||
}
|
||
}
|
||
},
|
||
"routes": [
|
||
{
|
||
"path": "/",
|
||
"score": 0.71,
|
||
"categories": {
|
||
"performance": {
|
||
"score": 1
|
||
},
|
||
"accessibility": {
|
||
"score": 0.91
|
||
},
|
||
"best-practices": {
|
||
"score": null
|
||
},
|
||
"seo": {
|
||
"score": 0.92
|
||
}
|
||
},
|
||
"metrics": {
|
||
"largest-contentful-paint": {
|
||
"numericValue": 1412.86,
|
||
"displayValue": "1.4 s"
|
||
},
|
||
"cumulative-layout-shift": {
|
||
"numericValue": 0,
|
||
"displayValue": "0"
|
||
},
|
||
"first-contentful-paint": {
|
||
"numericValue": 616.262,
|
||
"displayValue": "0.6 s"
|
||
},
|
||
"total-blocking-time": {
|
||
"numericValue": 20.14799999998513,
|
||
"displayValue": "20 ms"
|
||
},
|
||
"max-potential-fid": {
|
||
"numericValue": 70.148,
|
||
"displayValue": "70 ms"
|
||
},
|
||
"interactive": {
|
||
"numericValue": 1348.4829999999852,
|
||
"displayValue": "1.3 s"
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"path": "/overview",
|
||
"score": 0.72,
|
||
"categories": {
|
||
"performance": {
|
||
"score": 0.96
|
||
},
|
||
"accessibility": {
|
||
"score": 1
|
||
},
|
||
"best-practices": {
|
||
"score": null
|
||
},
|
||
"seo": {
|
||
"score": 0.92
|
||
}
|
||
},
|
||
"metrics": {
|
||
"largest-contentful-paint": {
|
||
"numericValue": 1605.194,
|
||
"displayValue": "1.6 s"
|
||
},
|
||
"cumulative-layout-shift": {
|
||
"numericValue": 0.004363278406800831,
|
||
"displayValue": "0.004"
|
||
},
|
||
"first-contentful-paint": {
|
||
"numericValue": 492.119,
|
||
"displayValue": "0.5 s"
|
||
},
|
||
"total-blocking-time": {
|
||
"numericValue": 214.22800000000018,
|
||
"displayValue": "210 ms"
|
||
},
|
||
"max-potential-fid": {
|
||
"numericValue": 248.189,
|
||
"displayValue": "250 ms"
|
||
},
|
||
"interactive": {
|
||
"numericValue": 1838.374,
|
||
"displayValue": "1.8 s"
|
||
}
|
||
}
|
||
}
|
||
],
|
||
"metadata": {
|
||
"metrics": {
|
||
"largest-contentful-paint": {
|
||
"id": "largest-contentful-paint",
|
||
"title": "Largest Contentful Paint",
|
||
"description": "Largest Contentful Paint marks the time at which the largest text or image is painted. [Learn more](https://web.dev/lighthouse-largest-contentful-paint/)",
|
||
"numericUnit": "millisecond"
|
||
},
|
||
"cumulative-layout-shift": {
|
||
"id": "cumulative-layout-shift",
|
||
"title": "Cumulative Layout Shift",
|
||
"description": "Cumulative Layout Shift measures the movement of visible elements within the viewport. [Learn more](https://web.dev/cls/).",
|
||
"numericUnit": "unitless"
|
||
},
|
||
"first-contentful-paint": {
|
||
"id": "first-contentful-paint",
|
||
"title": "First Contentful Paint",
|
||
"description": "First Contentful Paint marks the time at which the first text or image is painted. [Learn more](https://web.dev/first-contentful-paint/).",
|
||
"numericUnit": "millisecond"
|
||
},
|
||
"total-blocking-time": {
|
||
"id": "total-blocking-time",
|
||
"title": "Total Blocking Time",
|
||
"description": "Sum of all time periods between FCP and Time to Interactive, when task length exceeded 50ms, expressed in milliseconds. [Learn more](https://web.dev/lighthouse-total-blocking-time/).",
|
||
"numericUnit": "millisecond"
|
||
},
|
||
"max-potential-fid": {
|
||
"id": "max-potential-fid",
|
||
"title": "Max Potential First Input Delay",
|
||
"description": "The maximum potential First Input Delay that your users could experience is the duration of the longest task. [Learn more](https://web.dev/lighthouse-max-potential-fid/).",
|
||
"numericUnit": "millisecond"
|
||
},
|
||
"interactive": {
|
||
"id": "interactive",
|
||
"title": "Time to Interactive",
|
||
"description": "Time to interactive is the amount of time it takes for the page to become fully interactive. [Learn more](https://web.dev/interactive/).",
|
||
"numericUnit": "millisecond"
|
||
}
|
||
},
|
||
"categories": {
|
||
"performance": {
|
||
"id": "performance",
|
||
"title": "Performance"
|
||
},
|
||
"accessibility": {
|
||
"id": "accessibility",
|
||
"title": "Accessibility"
|
||
},
|
||
"best-practices": {
|
||
"id": "best-practices",
|
||
"title": "Best Practices"
|
||
},
|
||
"seo": {
|
||
"id": "seo",
|
||
"title": "SEO"
|
||
}
|
||
}
|
||
}
|
||
}
|