deploy: 82ab5f657d78545a99463a5f9943f230a99663ee
|
@ -1,10 +1,187 @@
|
|||
[
|
||||
{
|
||||
"path": "/",
|
||||
"score": 0.71
|
||||
{
|
||||
"summary": {
|
||||
"score": 0.72,
|
||||
"categories": {
|
||||
"performance": {
|
||||
"averageScore": 1
|
||||
},
|
||||
"accessibility": {
|
||||
"averageScore": 0.96
|
||||
},
|
||||
"best-practices": {
|
||||
"averageScore": 0
|
||||
},
|
||||
"seo": {
|
||||
"averageScore": 0.92
|
||||
}
|
||||
},
|
||||
"metrics": {
|
||||
"largest-contentful-paint": {
|
||||
"averageNumericValue": 1382.85
|
||||
},
|
||||
"cumulative-layout-shift": {
|
||||
"averageNumericValue": 0
|
||||
},
|
||||
"first-contentful-paint": {
|
||||
"averageNumericValue": 614.71
|
||||
},
|
||||
"total-blocking-time": {
|
||||
"averageNumericValue": 0
|
||||
},
|
||||
"max-potential-fid": {
|
||||
"averageNumericValue": 33.62
|
||||
},
|
||||
"interactive": {
|
||||
"averageNumericValue": 621.73
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "/overview",
|
||||
"score": 0.73
|
||||
"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": 1009.05,
|
||||
"displayValue": "1.0 s"
|
||||
},
|
||||
"cumulative-layout-shift": {
|
||||
"numericValue": 0,
|
||||
"displayValue": "0"
|
||||
},
|
||||
"first-contentful-paint": {
|
||||
"numericValue": 287.334,
|
||||
"displayValue": "0.3 s"
|
||||
},
|
||||
"total-blocking-time": {
|
||||
"numericValue": 0,
|
||||
"displayValue": "0 ms"
|
||||
},
|
||||
"max-potential-fid": {
|
||||
"numericValue": 25.299,
|
||||
"displayValue": "30 ms"
|
||||
},
|
||||
"interactive": {
|
||||
"numericValue": 301.385,
|
||||
"displayValue": "0.3 s"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "/overview",
|
||||
"score": 0.73,
|
||||
"categories": {
|
||||
"performance": {
|
||||
"score": 1
|
||||
},
|
||||
"accessibility": {
|
||||
"score": 1
|
||||
},
|
||||
"best-practices": {
|
||||
"score": null
|
||||
},
|
||||
"seo": {
|
||||
"score": 0.92
|
||||
}
|
||||
},
|
||||
"metrics": {
|
||||
"largest-contentful-paint": {
|
||||
"numericValue": 1756.645,
|
||||
"displayValue": "1.8 s"
|
||||
},
|
||||
"cumulative-layout-shift": {
|
||||
"numericValue": 0,
|
||||
"displayValue": "0"
|
||||
},
|
||||
"first-contentful-paint": {
|
||||
"numericValue": 942.078,
|
||||
"displayValue": "0.9 s"
|
||||
},
|
||||
"total-blocking-time": {
|
||||
"numericValue": 0,
|
||||
"displayValue": "0 ms"
|
||||
},
|
||||
"max-potential-fid": {
|
||||
"numericValue": 41.945,
|
||||
"displayValue": "40 ms"
|
||||
},
|
||||
"interactive": {
|
||||
"numericValue": 942.078,
|
||||
"displayValue": "0.9 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Before Width: | Height: | Size: 7.9 KiB After Width: | Height: | Size: 8 KiB |
Before Width: | Height: | Size: 8 KiB After Width: | Height: | Size: 8 KiB |
Before Width: | Height: | Size: 7.9 KiB After Width: | Height: | Size: 8.1 KiB |
Before Width: | Height: | Size: 7.9 KiB After Width: | Height: | Size: 8.1 KiB |
Before Width: | Height: | Size: 8 KiB After Width: | Height: | Size: 8 KiB |
Before Width: | Height: | Size: 8 KiB After Width: | Height: | Size: 8 KiB |
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 8 KiB |
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 8 KiB |
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 8 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 8.8 KiB After Width: | Height: | Size: 8.7 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |