mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-06-29 04:39:12 +00:00
deploy: 58aa28064815c1463871b438555cad3fac0fbd7e
This commit is contained in:
parent
77f310f1f9
commit
0840da1b3b
10 changed files with 58601 additions and 0 deletions
119
fix/auth-clerk/ci-result.json
Normal file
119
fix/auth-clerk/ci-result.json
Normal file
|
@ -0,0 +1,119 @@
|
|||
{
|
||||
"summary": {
|
||||
"score": 0,
|
||||
"categories": {
|
||||
"performance": {
|
||||
"averageScore": 0
|
||||
},
|
||||
"accessibility": {
|
||||
"averageScore": 0
|
||||
},
|
||||
"best-practices": {
|
||||
"averageScore": 0
|
||||
},
|
||||
"seo": {
|
||||
"averageScore": 0
|
||||
}
|
||||
},
|
||||
"metrics": {
|
||||
"largest-contentful-paint": {
|
||||
"averageNumericValue": null
|
||||
},
|
||||
"cumulative-layout-shift": {
|
||||
"averageNumericValue": null
|
||||
},
|
||||
"first-contentful-paint": {
|
||||
"averageNumericValue": null
|
||||
},
|
||||
"total-blocking-time": {
|
||||
"averageNumericValue": null
|
||||
},
|
||||
"max-potential-fid": {
|
||||
"averageNumericValue": null
|
||||
},
|
||||
"interactive": {
|
||||
"averageNumericValue": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"routes": [
|
||||
{
|
||||
"path": "/",
|
||||
"score": 0,
|
||||
"categories": {
|
||||
"performance": {
|
||||
"score": null
|
||||
},
|
||||
"accessibility": {
|
||||
"score": null
|
||||
},
|
||||
"best-practices": {
|
||||
"score": null
|
||||
},
|
||||
"seo": {
|
||||
"score": null
|
||||
}
|
||||
},
|
||||
"metrics": {
|
||||
"largest-contentful-paint": {},
|
||||
"cumulative-layout-shift": {},
|
||||
"first-contentful-paint": {},
|
||||
"total-blocking-time": {},
|
||||
"max-potential-fid": {},
|
||||
"interactive": {}
|
||||
}
|
||||
}
|
||||
],
|
||||
"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/)"
|
||||
},
|
||||
"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/)."
|
||||
},
|
||||
"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/)."
|
||||
},
|
||||
"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/)."
|
||||
},
|
||||
"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/)."
|
||||
},
|
||||
"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/)."
|
||||
}
|
||||
},
|
||||
"categories": {
|
||||
"performance": {
|
||||
"id": "performance",
|
||||
"title": "Performance"
|
||||
},
|
||||
"accessibility": {
|
||||
"id": "accessibility",
|
||||
"title": "Accessibility"
|
||||
},
|
||||
"best-practices": {
|
||||
"id": "best-practices",
|
||||
"title": "Best Practices"
|
||||
},
|
||||
"seo": {
|
||||
"id": "seo",
|
||||
"title": "SEO"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue