deploy: 2891cdbbe7faead60ce13f1b690c7a029c687b34

This commit is contained in:
bartvdbraak 2023-06-13 21:11:06 +00:00
parent b6930ffa48
commit 52210fe7e4
35 changed files with 58935 additions and 0 deletions

View file

@ -0,0 +1,187 @@
{
"summary": {
"score": 0.71,
"categories": {
"performance": {
"averageScore": 0.97
},
"accessibility": {
"averageScore": 0.96
},
"best-practices": {
"averageScore": 0
},
"seo": {
"averageScore": 0.92
}
},
"metrics": {
"largest-contentful-paint": {
"averageNumericValue": 1666.92
},
"cumulative-layout-shift": {
"averageNumericValue": 0
},
"first-contentful-paint": {
"averageNumericValue": 589.98
},
"total-blocking-time": {
"averageNumericValue": 193.71
},
"max-potential-fid": {
"averageNumericValue": 229.14
},
"interactive": {
"averageNumericValue": 1599.08
}
}
},
"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": 1844.878,
"displayValue": "1.8 s"
},
"cumulative-layout-shift": {
"numericValue": 0,
"displayValue": "0"
},
"first-contentful-paint": {
"numericValue": 579.373,
"displayValue": "0.6 s"
},
"total-blocking-time": {
"numericValue": 58.47899999999993,
"displayValue": "60 ms"
},
"max-potential-fid": {
"numericValue": 85.716,
"displayValue": "90 ms"
},
"interactive": {
"numericValue": 1360.2670000000148,
"displayValue": "1.4 s"
}
}
},
{
"path": "/overview",
"score": 0.71,
"categories": {
"performance": {
"score": 0.93
},
"accessibility": {
"score": 1
},
"best-practices": {
"score": null
},
"seo": {
"score": 0.92
}
},
"metrics": {
"largest-contentful-paint": {
"numericValue": 1488.966,
"displayValue": "1.5 s"
},
"cumulative-layout-shift": {
"numericValue": 0.004378642063162806,
"displayValue": "0.004"
},
"first-contentful-paint": {
"numericValue": 600.591,
"displayValue": "0.6 s"
},
"total-blocking-time": {
"numericValue": 328.9389999999853,
"displayValue": "330 ms"
},
"max-potential-fid": {
"numericValue": 372.573,
"displayValue": "370 ms"
},
"interactive": {
"numericValue": 1837.899999999985,
"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"
}
}
}
}