All checks were successful
Build & Deploy / 🔍 Prepare (push) Successful in 7s
Build & Deploy / 🧪 QA (push) Successful in 1m35s
Build & Deploy / 🏗️ Build (push) Successful in 4m22s
Build & Deploy / 🚀 Deploy (push) Successful in 26s
Build & Deploy / 🧪 Smoke Test (push) Successful in 55s
Build & Deploy / ⚡ Lighthouse (push) Successful in 7m18s
Build & Deploy / 🔔 Notify (push) Successful in 1s
89 lines
2.5 KiB
JSON
89 lines
2.5 KiB
JSON
{
|
||
"id": "largest-contentful-paint-element",
|
||
"title": "Largest Contentful Paint element",
|
||
"description": "This is the largest contentful element painted within the viewport. [Learn more about the Largest Contentful Paint element](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-largest-contentful-paint/)",
|
||
"score": 0,
|
||
"scoreDisplayMode": "metricSavings",
|
||
"displayValue": "5,490 ms",
|
||
"metricSavings": {
|
||
"LCP": 3000
|
||
},
|
||
"details": {
|
||
"type": "list",
|
||
"items": [
|
||
{
|
||
"type": "table",
|
||
"headings": [
|
||
{
|
||
"key": "node",
|
||
"valueType": "node",
|
||
"label": "Element"
|
||
}
|
||
],
|
||
"items": [
|
||
{
|
||
"node": {
|
||
"type": "node",
|
||
"lhId": "page-0-IMG",
|
||
"path": "1,HTML,1,BODY,27,DIV,0,DIV,0,DIV,0,DIV,0,DIV,2,HEADER,0,DIV,0,DIV,0,A,0,IMG",
|
||
"selector": "div.container > div.flex-shrink-0 > a > img.h-10",
|
||
"boundingRect": {
|
||
"top": 20,
|
||
"bottom": 60,
|
||
"left": 32,
|
||
"right": 151,
|
||
"width": 119,
|
||
"height": 40
|
||
},
|
||
"snippet": "<img alt=\"Startseite\" width=\"120\" height=\"120\" decoding=\"async\" data-nimg=\"1\" class=\"h-10 md:h-14 w-auto transition-all duration-500 group-hover:scale-110\" srcset=\"/logo-white.svg 1x, /logo-white.svg 2x\" src=\"/logo-white.svg\" style=\"color: transparent;\">",
|
||
"nodeLabel": "Startseite"
|
||
}
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"type": "table",
|
||
"headings": [
|
||
{
|
||
"key": "phase",
|
||
"valueType": "text",
|
||
"label": "Phase"
|
||
},
|
||
{
|
||
"key": "percent",
|
||
"valueType": "text",
|
||
"label": "% of LCP"
|
||
},
|
||
{
|
||
"key": "timing",
|
||
"valueType": "ms",
|
||
"label": "Timing"
|
||
}
|
||
],
|
||
"items": [
|
||
{
|
||
"phase": "TTFB",
|
||
"timing": 459.198,
|
||
"percent": "8%"
|
||
},
|
||
{
|
||
"phase": "Load Delay",
|
||
"timing": 58.11240179828974,
|
||
"percent": "1%"
|
||
},
|
||
{
|
||
"phase": "Load Time",
|
||
"timing": 49.75227841406388,
|
||
"percent": "1%"
|
||
},
|
||
{
|
||
"phase": "Render Delay",
|
||
"timing": 4920.729319787644,
|
||
"percent": "90%"
|
||
}
|
||
]
|
||
}
|
||
]
|
||
},
|
||
"guidanceLevel": 1
|
||
} |