From 19ed13a5f8d36444208191bea62738b67224e4a7 Mon Sep 17 00:00:00 2001 From: aferreira-deo Date: Tue, 4 Jun 2024 16:45:52 +0200 Subject: [PATCH] add lighthouse on cicd workflow --- .github/workflows/deploy.yml | 11 + .lighthouseci/lhr-1717516637236.html | 2727 ++++++++++ .lighthouseci/lhr-1717516637236.json | 7203 ++++++++++++++++++++++++++ .lighthouseci/lhr-1717516651309.html | 2727 ++++++++++ .lighthouseci/lhr-1717516651309.json | 7125 +++++++++++++++++++++++++ .lighthouseci/lhr-1717516662233.html | 2727 ++++++++++ .lighthouseci/lhr-1717516662233.json | 7125 +++++++++++++++++++++++++ .lighthouseci/links.json | 3 + .lighthouserc.js | 16 - lighthouserc.js | 19 + package.json | 6 +- 11 files changed, 29672 insertions(+), 17 deletions(-) create mode 100644 .lighthouseci/lhr-1717516637236.html create mode 100644 .lighthouseci/lhr-1717516637236.json create mode 100644 .lighthouseci/lhr-1717516651309.html create mode 100644 .lighthouseci/lhr-1717516651309.json create mode 100644 .lighthouseci/lhr-1717516662233.html create mode 100644 .lighthouseci/lhr-1717516662233.json create mode 100644 .lighthouseci/links.json delete mode 100644 .lighthouserc.js create mode 100644 lighthouserc.js diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fc6a927..42f0bf9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,3 +18,14 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./src + + - name: Install necessary packages + run: npm install + + - name: Run Lighthouse CI + uses: treosh/lighthouse-ci-action@v11 + with: + urls: | + https://aferreira-deo.github.io/jftl-lighthouse-workshop/ + configPath: './lighthouserc.js' + temporaryPublicStorage: true # upload lighthouse report to the temporary storage diff --git a/.lighthouseci/lhr-1717516637236.html b/.lighthouseci/lhr-1717516637236.html new file mode 100644 index 0000000..57465ad --- /dev/null +++ b/.lighthouseci/lhr-1717516637236.html @@ -0,0 +1,2727 @@ + + + + + + + + Lighthouse Report + + + + + +
+ + + + + + diff --git a/.lighthouseci/lhr-1717516637236.json b/.lighthouseci/lhr-1717516637236.json new file mode 100644 index 0000000..96df672 --- /dev/null +++ b/.lighthouseci/lhr-1717516637236.json @@ -0,0 +1,7203 @@ +{ + "lighthouseVersion": "11.4.0", + "requestedUrl": "http://192.168.1.2:8080/", + "mainDocumentUrl": "http://192.168.1.2:8080/", + "finalDisplayedUrl": "http://192.168.1.2:8080/", + "finalUrl": "http://192.168.1.2:8080/", + "fetchTime": "2024-06-04T15:57:09.352Z", + "gatherMode": "navigation", + "runWarnings": [], + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/125.0.0.0 Safari/537.36", + "environment": { + "networkUserAgent": "Mozilla/5.0 (Linux; Android 11; moto g power (2022)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Mobile Safari/537.36", + "hostUserAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/125.0.0.0 Safari/537.36", + "benchmarkIndex": 2103.5, + "credits": { + "axe-core": "4.9.1" + } + }, + "audits": { + "is-on-https": { + "id": "is-on-https", + "title": "Does not use HTTPS", + "description": "All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding [mixed content](https://developers.google.com/web/fundamentals/security/prevent-mixed-content/what-is-mixed-content), where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. [Learn more about HTTPS](https://developer.chrome.com/docs/lighthouse/pwa/is-on-https/).", + "score": 0, + "scoreDisplayMode": "binary", + "displayValue": "4 insecure requests found", + "details": { + "type": "table", + "headings": [ + { + "key": "url", + "valueType": "url", + "label": "Insecure URL" + }, + { + "key": "resolution", + "valueType": "text", + "label": "Request Resolution" + } + ], + "items": [ + { + "url": "http://192.168.1.2:8080/", + "resolution": "Allowed" + }, + { + "url": "http://192.168.1.2:8080/style.css", + "resolution": "Allowed" + }, + { + "url": "http://192.168.1.2:8080/app.js", + "resolution": "Allowed" + }, + { + "url": "http://192.168.1.2:8080/favicon.ico", + "resolution": "Allowed" + } + ] + } + }, + "viewport": { + "id": "viewport", + "title": "Has a `` tag with `width` or `initial-scale`", + "description": "A `` not only optimizes your app for mobile screen sizes, but also prevents [a 300 millisecond delay to user input](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/). [Learn more about using the viewport meta tag](https://developer.chrome.com/docs/lighthouse/pwa/viewport/).", + "score": 1, + "scoreDisplayMode": "metricSavings", + "warnings": [], + "metricSavings": { + "INP": 0 + }, + "guidanceLevel": 3 + }, + "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 about the First Contentful Paint metric](https://developer.chrome.com/docs/lighthouse/performance/first-contentful-paint/).", + "score": 1, + "scoreDisplayMode": "numeric", + "numericValue": 909.218875, + "numericUnit": "millisecond", + "displayValue": "0.9 s", + "scoringOptions": { + "p10": 1800, + "median": 3000 + } + }, + "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 about the Largest Contentful Paint metric](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-largest-contentful-paint/)", + "score": 1, + "scoreDisplayMode": "numeric", + "numericValue": 986.06265, + "numericUnit": "millisecond", + "displayValue": "1.0 s", + "scoringOptions": { + "p10": 2500, + "median": 4000 + } + }, + "first-meaningful-paint": { + "id": "first-meaningful-paint", + "title": "First Meaningful Paint", + "description": "First Meaningful Paint measures when the primary content of a page is visible. [Learn more about the First Meaningful Paint metric](https://developer.chrome.com/docs/lighthouse/performance/first-meaningful-paint/).", + "score": 1, + "scoreDisplayMode": "numeric", + "numericValue": 909.218875, + "numericUnit": "millisecond", + "displayValue": "0.9 s" + }, + "speed-index": { + "id": "speed-index", + "title": "Speed Index", + "description": "Speed Index shows how quickly the contents of a page are visibly populated. [Learn more about the Speed Index metric](https://developer.chrome.com/docs/lighthouse/performance/speed-index/).", + "score": 1, + "scoreDisplayMode": "numeric", + "numericValue": 909.218875, + "numericUnit": "millisecond", + "displayValue": "0.9 s", + "scoringOptions": { + "p10": 3387, + "median": 5800 + } + }, + "screenshot-thumbnails": { + "id": "screenshot-thumbnails", + "title": "Screenshot Thumbnails", + "description": "This is what the load of your site looked like.", + "score": null, + "scoreDisplayMode": "informative", + "details": { + "type": "filmstrip", + "scale": 3000, + "items": [ + { + "timing": 375, + "timestamp": 78800938177, + "data": "data:image/jpeg;base64,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AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/2Q==" + }, + { + "timing": 750, + "timestamp": 78801313177, + "data": "data:image/jpeg;base64,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AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/2Q==" + }, + { + "timing": 1125, + "timestamp": 78801688177, + "data": "data:image/jpeg;base64,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AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/2Q==" + }, + { + "timing": 1500, + "timestamp": 78802063177, + "data": "data:image/jpeg;base64,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AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/2Q==" + }, + { + "timing": 1875, + "timestamp": 78802438177, + "data": "data:image/jpeg;base64,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AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/2Q==" + }, + { + "timing": 2250, + "timestamp": 78802813177, + "data": "data:image/jpeg;base64,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AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/2Q==" + }, + { + "timing": 2625, + "timestamp": 78803188177, + "data": "data:image/jpeg;base64,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AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/2Q==" + }, + { + "timing": 3000, + "timestamp": 78803563177, + "data": "data:image/jpeg;base64,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AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/2Q==" + } + ] + } + }, + "final-screenshot": { + "id": "final-screenshot", + "title": "Final Screenshot", + "description": "The last screenshot captured of the pageload.", + "score": null, + "scoreDisplayMode": "informative", + "details": { + "type": "screenshot", + "timing": 35, + "timestamp": 78800598031, + "data": "data:image/jpeg;base64,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AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/2Q==" + } + }, + "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 about the Total Blocking Time metric](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-total-blocking-time/).", + "score": 1, + "scoreDisplayMode": "numeric", + "numericValue": 0, + "numericUnit": "millisecond", + "displayValue": "0 ms", + "scoringOptions": { + "p10": 200, + "median": 600 + } + }, + "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 about the Maximum Potential First Input Delay metric](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-max-potential-fid/).", + "score": 1, + "scoreDisplayMode": "numeric", + "numericValue": 16, + "numericUnit": "millisecond", + "displayValue": "20 ms" + }, + "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 about the Cumulative Layout Shift metric](https://web.dev/articles/cls).", + "score": 1, + "scoreDisplayMode": "numeric", + "numericValue": 0, + "numericUnit": "unitless", + "displayValue": "0", + "scoringOptions": { + "p10": 0.1, + "median": 0.25 + }, + "details": { + "type": "debugdata", + "items": [ + { + "cumulativeLayoutShiftMainFrame": 0 + } + ] + } + }, + "errors-in-console": { + "id": "errors-in-console", + "title": "Browser errors were logged to the console", + "description": "Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)", + "score": 0, + "scoreDisplayMode": "binary", + "details": { + "type": "table", + "headings": [ + { + "key": "sourceLocation", + "valueType": "source-location", + "label": "Source" + }, + { + "key": "description", + "valueType": "code", + "label": "Description" + } + ], + "items": [ + { + "source": "network", + "description": "Failed to load resource: the server responded with a status of 404 (Not Found)", + "sourceLocation": { + "type": "source-location", + "url": "http://192.168.1.2:8080/favicon.ico", + "urlProvider": "network", + "line": 0, + "column": 0 + } + } + ] + } + }, + "server-response-time": { + "id": "server-response-time", + "title": "Initial server response time was short", + "description": "Keep the server response time for the main document short because all other requests depend on it. [Learn more about the Time to First Byte metric](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/).", + "score": null, + "scoreDisplayMode": "informative", + "numericValue": 12.812, + "numericUnit": "millisecond", + "displayValue": "Root document took 10 ms", + "metricSavings": { + "FCP": 0, + "LCP": 0 + }, + "details": { + "type": "opportunity", + "headings": [ + { + "key": "url", + "valueType": "url", + "label": "URL" + }, + { + "key": "responseTime", + "valueType": "timespanMs", + "label": "Time Spent" + } + ], + "items": [ + { + "url": "http://192.168.1.2:8080/", + "responseTime": 12.812 + } + ], + "overallSavingsMs": 0 + }, + "guidanceLevel": 1 + }, + "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 about the Time to Interactive metric](https://developer.chrome.com/docs/lighthouse/performance/interactive/).", + "score": 1, + "scoreDisplayMode": "numeric", + "numericValue": 909.218875, + "numericUnit": "millisecond", + "displayValue": "0.9 s" + }, + "user-timings": { + "id": "user-timings", + "title": "User Timing marks and measures", + "description": "Consider instrumenting your app with the User Timing API to measure your app's real-world performance during key user experiences. [Learn more about User Timing marks](https://developer.chrome.com/docs/lighthouse/performance/user-timings/).", + "score": null, + "scoreDisplayMode": "notApplicable", + "details": { + "type": "table", + "headings": [], + "items": [] + }, + "guidanceLevel": 2 + }, + "critical-request-chains": { + "id": "critical-request-chains", + "title": "Avoid chaining critical requests", + "description": "The Critical Request Chains below show you what resources are loaded with a high priority. Consider reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load. [Learn how to avoid chaining critical requests](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains/).", + "score": null, + "scoreDisplayMode": "informative", + "displayValue": "2 chains found", + "details": { + "type": "criticalrequestchain", + "chains": { + "877B42CD6E10EF6E485C74FBBC422FD3": { + "request": { + "url": "http://192.168.1.2:8080/", + "startTime": 78800.564613, + "endTime": 78800.578376, + "responseReceivedTime": 78800.578107, + "transferSize": 748 + }, + "children": { + "34092.2": { + "request": { + "url": "http://192.168.1.2:8080/style.css", + "startTime": 78800.583697, + "endTime": 78800.587558, + "responseReceivedTime": 78800.58734799999, + "transferSize": 475 + } + }, + "34092.3": { + "request": { + "url": "http://192.168.1.2:8080/app.js", + "startTime": 78800.583825, + "endTime": 78800.588054, + "responseReceivedTime": 78800.587923, + "transferSize": 358 + } + } + } + } + }, + "longestChain": { + "duration": 23.441000014543533, + "length": 2, + "transferSize": 358 + } + }, + "guidanceLevel": 1 + }, + "redirects": { + "id": "redirects", + "title": "Avoid multiple page redirects", + "description": "Redirects introduce additional delays before the page can be loaded. [Learn how to avoid page redirects](https://developer.chrome.com/docs/lighthouse/performance/redirects/).", + "score": 1, + "scoreDisplayMode": "metricSavings", + "numericValue": 0, + "numericUnit": "millisecond", + "displayValue": "", + "metricSavings": { + "LCP": 0, + "FCP": 0 + }, + "details": { + "type": "opportunity", + "headings": [], + "items": [], + "overallSavingsMs": 0 + }, + "guidanceLevel": 2 + }, + "installable-manifest": { + "id": "installable-manifest", + "title": "Web app manifest or service worker do not meet the installability requirements", + "description": "Service worker is the technology that enables your app to use many Progressive Web App features, such as offline, add to homescreen, and push notifications. With proper service worker and manifest implementations, browsers can proactively prompt users to add your app to their homescreen, which can lead to higher engagement. [Learn more about manifest installability requirements](https://developer.chrome.com/docs/lighthouse/pwa/installable-manifest/).", + "score": 0, + "scoreDisplayMode": "binary", + "numericValue": 2, + "numericUnit": "element", + "displayValue": "2 reasons", + "warnings": [], + "details": { + "type": "table", + "headings": [ + { + "key": "reason", + "valueType": "text", + "label": "Failure reason" + } + ], + "items": [ + { + "reason": "Page is not served from a secure origin" + }, + { + "reason": "Page has no manifest URL" + } + ], + "debugData": { + "type": "debugdata", + "manifestUrl": "" + } + } + }, + "splash-screen": { + "id": "splash-screen", + "title": "Is not configured for a custom splash screen", + "description": "A themed splash screen ensures a high-quality experience when users launch your app from their homescreens. [Learn more about splash screens](https://developer.chrome.com/docs/lighthouse/pwa/splash-screen/).", + "score": 0, + "scoreDisplayMode": "binary", + "explanation": "Failures: Manifest does not have a PNG icon of at least 512px,\nManifest does not have `background_color`,\nManifest does not have `theme_color`,\nManifest does not have `name`.", + "details": { + "type": "debugdata", + "items": [ + { + "failures": [ + "Manifest does not have a PNG icon of at least 512px", + "Manifest does not have `background_color`", + "Manifest does not have `theme_color`", + "Manifest does not have `name`" + ], + "isParseFailure": false, + "hasStartUrl": true, + "hasIconsAtLeast144px": false, + "hasIconsAtLeast512px": false, + "fetchesIcon": false, + "hasPWADisplayValue": false, + "hasBackgroundColor": false, + "hasThemeColor": false, + "hasShortName": false, + "shortNameLength": false, + "hasName": false, + "hasMaskableIcon": false + } + ] + } + }, + "themed-omnibox": { + "id": "themed-omnibox", + "title": "Does not set a theme color for the address bar.", + "description": "The browser address bar can be themed to match your site. [Learn more about theming the address bar](https://developer.chrome.com/docs/lighthouse/pwa/themed-omnibox/).", + "score": 0, + "scoreDisplayMode": "binary", + "explanation": "Failures: Manifest does not have `theme_color`,\nNo `` tag found.", + "details": { + "type": "debugdata", + "items": [ + { + "failures": [ + "Manifest does not have `theme_color`", + "No `` tag found" + ], + "themeColor": null, + "isParseFailure": false, + "hasStartUrl": true, + "hasIconsAtLeast144px": false, + "hasIconsAtLeast512px": false, + "fetchesIcon": false, + "hasPWADisplayValue": false, + "hasBackgroundColor": false, + "hasThemeColor": false, + "hasShortName": false, + "shortNameLength": false, + "hasName": false, + "hasMaskableIcon": false + } + ] + } + }, + "maskable-icon": { + "id": "maskable-icon", + "title": "Manifest doesn't have a maskable icon", + "description": "A maskable icon ensures that the image fills the entire shape without being letterboxed when installing the app on a device. [Learn about maskable manifest icons](https://developer.chrome.com/docs/lighthouse/pwa/maskable-icon-audit/).", + "score": 0, + "scoreDisplayMode": "binary" + }, + "content-width": { + "id": "content-width", + "title": "Content is sized correctly for the viewport", + "description": "If the width of your app's content doesn't match the width of the viewport, your app might not be optimized for mobile screens. [Learn how to size content for the viewport](https://developer.chrome.com/docs/lighthouse/pwa/content-width/).", + "score": 1, + "scoreDisplayMode": "binary" + }, + "image-aspect-ratio": { + "id": "image-aspect-ratio", + "title": "Displays images with correct aspect ratio", + "description": "Image display dimensions should match natural aspect ratio. [Learn more about image aspect ratio](https://developer.chrome.com/docs/lighthouse/best-practices/image-aspect-ratio/).", + "score": 1, + "scoreDisplayMode": "binary", + "details": { + "type": "table", + "headings": [], + "items": [] + } + }, + "image-size-responsive": { + "id": "image-size-responsive", + "title": "Serves images with appropriate resolution", + "description": "Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. [Learn how to provide responsive images](https://web.dev/articles/serve-responsive-images).", + "score": 1, + "scoreDisplayMode": "binary", + "details": { + "type": "table", + "headings": [], + "items": [] + } + }, + "preload-fonts": { + "id": "preload-fonts", + "title": "Fonts with `font-display: optional` are preloaded", + "description": "Preload `optional` fonts so first-time visitors may use them. [Learn more about preloading fonts](https://web.dev/articles/preload-optional-fonts)", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "deprecations": { + "id": "deprecations", + "title": "Avoids deprecated APIs", + "description": "Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/).", + "score": 1, + "scoreDisplayMode": "binary", + "details": { + "type": "table", + "headings": [], + "items": [] + } + }, + "third-party-cookies": { + "id": "third-party-cookies", + "title": "Avoids third-party cookies", + "description": "Support for third-party cookies will be removed in a future version of Chrome. [Learn more about phasing out third-party cookies](https://developer.chrome.com/en/docs/privacy-sandbox/third-party-cookie-phase-out/).", + "score": 1, + "scoreDisplayMode": "binary", + "details": { + "type": "table", + "headings": [], + "items": [] + } + }, + "mainthread-work-breakdown": { + "id": "mainthread-work-breakdown", + "title": "Minimizes main-thread work", + "description": "Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to minimize main-thread work](https://developer.chrome.com/docs/lighthouse/performance/mainthread-work-breakdown/)", + "score": null, + "scoreDisplayMode": "informative", + "numericValue": 62.672, + "numericUnit": "millisecond", + "displayValue": "0.1 s", + "metricSavings": { + "TBT": 0 + }, + "details": { + "type": "table", + "headings": [ + { + "key": "groupLabel", + "valueType": "text", + "label": "Category" + }, + { + "key": "duration", + "valueType": "ms", + "granularity": 1, + "label": "Time Spent" + } + ], + "items": [ + { + "group": "other", + "groupLabel": "Other", + "duration": 41.708 + }, + { + "group": "styleLayout", + "groupLabel": "Style & Layout", + "duration": 10.196 + }, + { + "group": "scriptEvaluation", + "groupLabel": "Script Evaluation", + "duration": 8.012 + }, + { + "group": "parseHTML", + "groupLabel": "Parse HTML & CSS", + "duration": 1.4360000000000002 + }, + { + "group": "paintCompositeRender", + "groupLabel": "Rendering", + "duration": 0.796 + }, + { + "group": "scriptParseCompile", + "groupLabel": "Script Parsing & Compilation", + "duration": 0.524 + } + ], + "sortedBy": [ + "duration" + ] + }, + "guidanceLevel": 1 + }, + "bootup-time": { + "id": "bootup-time", + "title": "JavaScript execution time", + "description": "Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).", + "score": null, + "scoreDisplayMode": "notApplicable", + "numericValue": 0, + "numericUnit": "millisecond", + "displayValue": "", + "metricSavings": { + "TBT": 0 + }, + "details": { + "type": "table", + "headings": [], + "items": [] + }, + "guidanceLevel": 1 + }, + "uses-rel-preload": { + "id": "uses-rel-preload", + "title": "Preload key requests", + "description": "Consider using `` to prioritize fetching resources that are currently requested later in page load. [Learn how to preload key requests](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preload/).", + "score": null, + "scoreDisplayMode": "notApplicable", + "details": { + "type": "opportunity", + "headings": [], + "items": [], + "overallSavingsMs": 0 + }, + "guidanceLevel": 3 + }, + "uses-rel-preconnect": { + "id": "uses-rel-preconnect", + "title": "Preconnect to required origins", + "description": "Consider adding `preconnect` or `dns-prefetch` resource hints to establish early connections to important third-party origins. [Learn how to preconnect to required origins](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/).", + "score": 1, + "scoreDisplayMode": "metricSavings", + "numericValue": 0, + "numericUnit": "millisecond", + "displayValue": "", + "warnings": [], + "metricSavings": { + "LCP": 0, + "FCP": 0 + }, + "details": { + "type": "opportunity", + "headings": [], + "items": [], + "overallSavingsMs": 0, + "sortedBy": [ + "wastedMs" + ] + }, + "guidanceLevel": 3 + }, + "font-display": { + "id": "font-display", + "title": "All text remains visible during webfont loads", + "description": "Leverage the `font-display` CSS feature to ensure text is user-visible while webfonts are loading. [Learn more about `font-display`](https://developer.chrome.com/docs/lighthouse/performance/font-display/).", + "score": 1, + "scoreDisplayMode": "metricSavings", + "warnings": [], + "details": { + "type": "table", + "headings": [], + "items": [] + }, + "guidanceLevel": 3 + }, + "diagnostics": { + "id": "diagnostics", + "title": "Diagnostics", + "description": "Collection of useful page vitals.", + "score": null, + "scoreDisplayMode": "informative", + "details": { + "type": "debugdata", + "items": [ + { + "numRequests": 4, + "numScripts": 1, + "numStylesheets": 1, + "numFonts": 0, + "numTasks": 89, + "numTasksOver10ms": 0, + "numTasksOver25ms": 0, + "numTasksOver50ms": 0, + "numTasksOver100ms": 0, + "numTasksOver500ms": 0, + "rtt": 0.07395, + "throughput": 20734425.145749424, + "maxRtt": 0.07395, + "maxServerLatency": 3.68755, + "totalByteWeight": 1732, + "totalTaskTime": 15.668000000000001, + "mainDocumentTransferSize": 748 + } + ] + } + }, + "network-requests": { + "id": "network-requests", + "title": "Network Requests", + "description": "Lists the network requests that were made during page load.", + "score": null, + "scoreDisplayMode": "informative", + "details": { + "type": "table", + "headings": [ + { + "key": "url", + "valueType": "url", + "label": "URL" + }, + { + "key": "protocol", + "valueType": "text", + "label": "Protocol" + }, + { + "key": "networkRequestTime", + "valueType": "ms", + "granularity": 1, + "label": "Network Request Time" + }, + { + "key": "networkEndTime", + "valueType": "ms", + "granularity": 1, + "label": "Network End Time" + }, + { + "key": "transferSize", + "valueType": "bytes", + "displayUnit": "kb", + "granularity": 1, + "label": "Transfer Size" + }, + { + "key": "resourceSize", + "valueType": "bytes", + "displayUnit": "kb", + "granularity": 1, + "label": "Resource Size" + }, + { + "key": "statusCode", + "valueType": "text", + "label": "Status Code" + }, + { + "key": "mimeType", + "valueType": "text", + "label": "MIME Type" + }, + { + "key": "resourceType", + "valueType": "text", + "label": "Resource Type" + } + ], + "items": [ + { + "url": "http://192.168.1.2:8080/", + "sessionTargetType": "page", + "protocol": "http/1.1", + "rendererStartTime": 0, + "networkRequestTime": 0.614999994635582, + "networkEndTime": 14.378000006079674, + "finished": true, + "transferSize": 748, + "resourceSize": 430, + "statusCode": 200, + "mimeType": "text/html", + "resourceType": "Document", + "priority": "VeryHigh", + "experimentalFromMainFrame": true, + "entity": "192.168.1.2" + }, + { + "url": "http://192.168.1.2:8080/style.css", + "sessionTargetType": "page", + "protocol": "http/1.1", + "rendererStartTime": 19.436000004410744, + "networkRequestTime": 19.699000000953674, + "networkEndTime": 23.560000002384186, + "finished": true, + "transferSize": 475, + "resourceSize": 158, + "statusCode": 200, + "mimeType": "text/css", + "resourceType": "Stylesheet", + "priority": "VeryHigh", + "experimentalFromMainFrame": true, + "entity": "192.168.1.2" + }, + { + "url": "http://192.168.1.2:8080/app.js", + "sessionTargetType": "page", + "protocol": "http/1.1", + "rendererStartTime": 19.66099999845028, + "networkRequestTime": 19.826999992132187, + "networkEndTime": 24.056000009179115, + "finished": true, + "transferSize": 358, + "resourceSize": 29, + "statusCode": 200, + "mimeType": "application/javascript", + "resourceType": "Script", + "priority": "High", + "experimentalFromMainFrame": true, + "entity": "192.168.1.2" + }, + { + "url": "http://192.168.1.2:8080/favicon.ico", + "sessionTargetType": "page", + "protocol": "http/1.1", + "rendererStartTime": 32.33100001513958, + "networkRequestTime": 32.762000009417534, + "networkEndTime": 37.55300000309944, + "finished": true, + "transferSize": 151, + "resourceSize": 0, + "statusCode": 404, + "mimeType": "text/plain", + "resourceType": "Other", + "priority": "High", + "experimentalFromMainFrame": true, + "entity": "192.168.1.2" + } + ], + "debugData": { + "type": "debugdata", + "networkStartTimeTs": 78800563998 + } + } + }, + "network-rtt": { + "id": "network-rtt", + "title": "Network Round Trip Times", + "description": "Network round trip times (RTT) have a large impact on performance. If the RTT to an origin is high, it's an indication that servers closer to the user could improve performance. [Learn more about the Round Trip Time](https://hpbn.co/primer-on-latency-and-bandwidth/).", + "score": null, + "scoreDisplayMode": "informative", + "numericValue": 0.07395, + "numericUnit": "millisecond", + "displayValue": "0 ms", + "details": { + "type": "table", + "headings": [ + { + "key": "origin", + "valueType": "text", + "label": "URL" + }, + { + "key": "rtt", + "valueType": "ms", + "granularity": 1, + "label": "Time Spent" + } + ], + "items": [ + { + "origin": "http://192.168.1.2:8080", + "rtt": 0.07395 + } + ], + "sortedBy": [ + "rtt" + ] + } + }, + "network-server-latency": { + "id": "network-server-latency", + "title": "Server Backend Latencies", + "description": "Server latencies can impact web performance. If the server latency of an origin is high, it's an indication the server is overloaded or has poor backend performance. [Learn more about server response time](https://hpbn.co/primer-on-web-performance/#analyzing-the-resource-waterfall).", + "score": null, + "scoreDisplayMode": "informative", + "numericValue": 3.68755, + "numericUnit": "millisecond", + "displayValue": "0 ms", + "details": { + "type": "table", + "headings": [ + { + "key": "origin", + "valueType": "text", + "label": "URL" + }, + { + "key": "serverResponseTime", + "valueType": "ms", + "granularity": 1, + "label": "Time Spent" + } + ], + "items": [ + { + "origin": "http://192.168.1.2:8080", + "serverResponseTime": 3.68755 + } + ], + "sortedBy": [ + "serverResponseTime" + ] + } + }, + "main-thread-tasks": { + "id": "main-thread-tasks", + "title": "Tasks", + "description": "Lists the toplevel main thread tasks that executed during page load.", + "score": null, + "scoreDisplayMode": "informative", + "details": { + "type": "table", + "headings": [], + "items": [] + } + }, + "metrics": { + "id": "metrics", + "title": "Metrics", + "description": "Collects all available metrics.", + "score": null, + "scoreDisplayMode": "informative", + "numericValue": 909, + "numericUnit": "millisecond", + "details": { + "type": "debugdata", + "items": [ + { + "firstContentfulPaint": 909, + "firstMeaningfulPaint": 909, + "largestContentfulPaint": 986, + "interactive": 909, + "speedIndex": 909, + "totalBlockingTime": 0, + "maxPotentialFID": 16, + "cumulativeLayoutShift": 0, + "cumulativeLayoutShiftMainFrame": 0, + "timeToFirstByte": 454, + "observedTimeOrigin": 0, + "observedTimeOriginTs": 78800563177, + "observedNavigationStart": 0, + "observedNavigationStartTs": 78800563177, + "observedFirstPaint": 98, + "observedFirstPaintTs": 78800661285, + "observedFirstContentfulPaint": 98, + "observedFirstContentfulPaintTs": 78800661285, + "observedFirstContentfulPaintAllFrames": 98, + "observedFirstContentfulPaintAllFramesTs": 78800661285, + "observedFirstMeaningfulPaint": 98, + "observedFirstMeaningfulPaintTs": 78800661285, + "observedLargestContentfulPaint": 98, + "observedLargestContentfulPaintTs": 78800661285, + "observedLargestContentfulPaintAllFrames": 98, + "observedLargestContentfulPaintAllFramesTs": 78800661285, + "observedTraceEnd": 2450, + "observedTraceEndTs": 78803013113, + "observedLoad": 29, + "observedLoadTs": 78800592252, + "observedDomContentLoaded": 29, + "observedDomContentLoadedTs": 78800592168, + "observedCumulativeLayoutShift": 0, + "observedCumulativeLayoutShiftMainFrame": 0, + "observedFirstVisualChange": 34, + "observedFirstVisualChangeTs": 78800597177, + "observedLastVisualChange": 34, + "observedLastVisualChangeTs": 78800597177, + "observedSpeedIndex": 35, + "observedSpeedIndexTs": 78800598031 + }, + { + "lcpInvalidated": false + } + ] + } + }, + "performance-budget": { + "id": "performance-budget", + "title": "Performance budget", + "description": "Keep the quantity and size of network requests under the targets set by the provided performance budget. [Learn more about performance budgets](https://developers.google.com/web/tools/lighthouse/audits/budgets).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "timing-budget": { + "id": "timing-budget", + "title": "Timing budget", + "description": "Set a timing budget to help you keep an eye on the performance of your site. Performant sites load fast and respond to user input events quickly. [Learn more about performance budgets](https://developers.google.com/web/tools/lighthouse/audits/budgets).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "resource-summary": { + "id": "resource-summary", + "title": "Resources Summary", + "description": "Aggregates all network requests and groups them by type", + "score": null, + "scoreDisplayMode": "informative", + "details": { + "type": "table", + "headings": [ + { + "key": "label", + "valueType": "text", + "label": "Resource Type" + }, + { + "key": "requestCount", + "valueType": "numeric", + "label": "Requests" + }, + { + "key": "transferSize", + "valueType": "bytes", + "label": "Transfer Size" + } + ], + "items": [ + { + "resourceType": "total", + "label": "Total", + "requestCount": 3, + "transferSize": 1581 + }, + { + "resourceType": "document", + "label": "Document", + "requestCount": 1, + "transferSize": 748 + }, + { + "resourceType": "stylesheet", + "label": "Stylesheet", + "requestCount": 1, + "transferSize": 475 + }, + { + "resourceType": "script", + "label": "Script", + "requestCount": 1, + "transferSize": 358 + }, + { + "resourceType": "image", + "label": "Image", + "requestCount": 0, + "transferSize": 0 + }, + { + "resourceType": "media", + "label": "Media", + "requestCount": 0, + "transferSize": 0 + }, + { + "resourceType": "font", + "label": "Font", + "requestCount": 0, + "transferSize": 0 + }, + { + "resourceType": "other", + "label": "Other", + "requestCount": 0, + "transferSize": 0 + }, + { + "resourceType": "third-party", + "label": "Third-party", + "requestCount": 0, + "transferSize": 0 + } + ] + } + }, + "third-party-summary": { + "id": "third-party-summary", + "title": "Minimize third-party usage", + "description": "Third-party code can significantly impact load performance. Limit the number of redundant third-party providers and try to load third-party code after your page has primarily finished loading. [Learn how to minimize third-party impact](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/loading-third-party-javascript/).", + "score": null, + "scoreDisplayMode": "notApplicable", + "metricSavings": { + "TBT": 0 + }, + "guidanceLevel": 1 + }, + "third-party-facades": { + "id": "third-party-facades", + "title": "Lazy load third-party resources with facades", + "description": "Some third-party embeds can be lazy loaded. Consider replacing them with a facade until they are required. [Learn how to defer third-parties with a facade](https://developer.chrome.com/docs/lighthouse/performance/third-party-facades/).", + "score": null, + "scoreDisplayMode": "notApplicable", + "metricSavings": { + "TBT": 0 + }, + "guidanceLevel": 3 + }, + "largest-contentful-paint-element": { + "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": null, + "scoreDisplayMode": "informative", + "displayValue": "990 ms", + "metricSavings": { + "LCP": 0 + }, + "details": { + "type": "list", + "items": [ + { + "type": "table", + "headings": [ + { + "key": "node", + "valueType": "node", + "label": "Element" + } + ], + "items": [ + { + "node": { + "type": "node", + "lhId": "page-0-H1", + "path": "2,HTML,1,BODY,0,H1", + "selector": "body > h1", + "boundingRect": { + "top": 79, + "bottom": 115, + "left": 8, + "right": 404, + "width": 396, + "height": 36 + }, + "snippet": "

", + "nodeLabel": "Hello World" + } + } + ] + }, + { + "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": 453.68755, + "percent": "46%" + }, + { + "phase": "Load Delay", + "timing": 0, + "percent": "0%" + }, + { + "phase": "Load Time", + "timing": 0, + "percent": "0%" + }, + { + "phase": "Render Delay", + "timing": 532.3751, + "percent": "54%" + } + ] + } + ] + }, + "guidanceLevel": 1 + }, + "lcp-lazy-loaded": { + "id": "lcp-lazy-loaded", + "title": "Largest Contentful Paint image was not lazily loaded", + "description": "Above-the-fold images that are lazily loaded render later in the page lifecycle, which can delay the largest contentful paint. [Learn more about optimal lazy loading](https://web.dev/articles/lcp-lazy-loading).", + "score": null, + "scoreDisplayMode": "notApplicable", + "metricSavings": { + "LCP": 0 + }, + "guidanceLevel": 3 + }, + "layout-shift-elements": { + "id": "layout-shift-elements", + "title": "Avoid large layout shifts", + "description": "These DOM elements were most affected by layout shifts. Some layout shifts may not be included in the CLS metric value due to [windowing](https://web.dev/articles/cls#what_is_cls). [Learn how to improve CLS](https://web.dev/articles/optimize-cls)", + "score": null, + "scoreDisplayMode": "notApplicable", + "metricSavings": { + "CLS": 0 + }, + "details": { + "type": "table", + "headings": [], + "items": [] + }, + "guidanceLevel": 2 + }, + "long-tasks": { + "id": "long-tasks", + "title": "Avoid long main-thread tasks", + "description": "Lists the longest tasks on the main thread, useful for identifying worst contributors to input delay. [Learn how to avoid long main-thread tasks](https://web.dev/articles/long-tasks-devtools)", + "score": null, + "scoreDisplayMode": "notApplicable", + "metricSavings": { + "TBT": 0 + }, + "details": { + "type": "table", + "headings": [], + "items": [], + "debugData": { + "type": "debugdata", + "urls": [], + "tasks": [] + } + }, + "guidanceLevel": 1 + }, + "no-unload-listeners": { + "id": "no-unload-listeners", + "title": "Avoids `unload` event listeners", + "description": "The `unload` event does not fire reliably and listening for it can prevent browser optimizations like the Back-Forward Cache. Use `pagehide` or `visibilitychange` events instead. [Learn more about unload event listeners](https://web.dev/articles/bfcache#never_use_the_unload_event)", + "score": 1, + "scoreDisplayMode": "binary" + }, + "non-composited-animations": { + "id": "non-composited-animations", + "title": "Avoid non-composited animations", + "description": "Animations which are not composited can be janky and increase CLS. [Learn how to avoid non-composited animations](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)", + "score": null, + "scoreDisplayMode": "notApplicable", + "metricSavings": { + "CLS": 0 + }, + "details": { + "type": "table", + "headings": [], + "items": [] + }, + "guidanceLevel": 2 + }, + "unsized-images": { + "id": "unsized-images", + "title": "Image elements have explicit `width` and `height`", + "description": "Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)", + "score": 1, + "scoreDisplayMode": "metricSavings", + "metricSavings": { + "CLS": 0 + }, + "details": { + "type": "table", + "headings": [], + "items": [] + }, + "guidanceLevel": 3 + }, + "valid-source-maps": { + "id": "valid-source-maps", + "title": "Page has valid source maps", + "description": "Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. [Learn more about source maps](https://developer.chrome.com/docs/devtools/javascript/source-maps/).", + "score": 1, + "scoreDisplayMode": "binary", + "details": { + "type": "table", + "headings": [], + "items": [] + } + }, + "prioritize-lcp-image": { + "id": "prioritize-lcp-image", + "title": "Preload Largest Contentful Paint image", + "description": "If the LCP element is dynamically added to the page, you should preload the image in order to improve LCP. [Learn more about preloading LCP elements](https://web.dev/articles/optimize-lcp#optimize_when_the_resource_is_discovered).", + "score": null, + "scoreDisplayMode": "notApplicable", + "metricSavings": { + "LCP": 0 + }, + "guidanceLevel": 3 + }, + "csp-xss": { + "id": "csp-xss", + "title": "Ensure CSP is effective against XSS attacks", + "description": "A strong Content Security Policy (CSP) significantly reduces the risk of cross-site scripting (XSS) attacks. [Learn how to use a CSP to prevent XSS](https://developer.chrome.com/docs/lighthouse/best-practices/csp-xss/)", + "score": null, + "scoreDisplayMode": "informative", + "details": { + "type": "table", + "headings": [ + { + "key": "description", + "valueType": "text", + "subItemsHeading": { + "key": "description" + }, + "label": "Description" + }, + { + "key": "directive", + "valueType": "code", + "subItemsHeading": { + "key": "directive" + }, + "label": "Directive" + }, + { + "key": "severity", + "valueType": "text", + "subItemsHeading": { + "key": "severity" + }, + "label": "Severity" + } + ], + "items": [ + { + "severity": "High", + "description": "No CSP found in enforcement mode" + } + ] + } + }, + "script-treemap-data": { + "id": "script-treemap-data", + "title": "Script Treemap Data", + "description": "Used for treemap app", + "score": null, + "scoreDisplayMode": "informative", + "details": { + "type": "treemap-data", + "nodes": [ + { + "name": "http://192.168.1.2:8080/app.js", + "resourceBytes": 29, + "unusedBytes": 0 + } + ] + } + }, + "pwa-cross-browser": { + "id": "pwa-cross-browser", + "title": "Site works cross-browser", + "description": "To reach the most number of users, sites should work across every major browser. [Learn about cross-browser compatibility](https://developer.chrome.com/docs/lighthouse/pwa/pwa-cross-browser/).", + "score": null, + "scoreDisplayMode": "manual" + }, + "pwa-page-transitions": { + "id": "pwa-page-transitions", + "title": "Page transitions don't feel like they block on the network", + "description": "Transitions should feel snappy as you tap around, even on a slow network. This experience is key to a user's perception of performance. [Learn more about page transitions](https://developer.chrome.com/docs/lighthouse/pwa/pwa-page-transitions/).", + "score": null, + "scoreDisplayMode": "manual" + }, + "pwa-each-page-has-url": { + "id": "pwa-each-page-has-url", + "title": "Each page has a URL", + "description": "Ensure individual pages are deep linkable via URL and that URLs are unique for the purpose of shareability on social media. [Learn more about providing deep links](https://developer.chrome.com/docs/lighthouse/pwa/pwa-each-page-has-url/).", + "score": null, + "scoreDisplayMode": "manual" + }, + "accesskeys": { + "id": "accesskeys", + "title": "`[accesskey]` values are unique", + "description": "Access keys let users quickly focus a part of the page. For proper navigation, each access key must be unique. [Learn more about access keys](https://dequeuniversity.com/rules/axe/4.8/accesskeys).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "aria-allowed-attr": { + "id": "aria-allowed-attr", + "title": "`[aria-*]` attributes match their roles", + "description": "Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. [Learn how to match ARIA attributes to their roles](https://dequeuniversity.com/rules/axe/4.8/aria-allowed-attr).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "aria-allowed-role": { + "id": "aria-allowed-role", + "title": "Values assigned to `role=\"\"` are valid ARIA roles.", + "description": "ARIA `role`s enable assistive technologies to know the role of each element on the web page. If the `role` values are misspelled, not existing ARIA `role` values, or abstract roles, then the purpose of the element will not be communicated to users of assistive technologies. [Learn more about ARIA roles](https://dequeuniversity.com/rules/axe/4.8/aria-allowed-role).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "aria-command-name": { + "id": "aria-command-name", + "title": "`button`, `link`, and `menuitem` elements have accessible names", + "description": "When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to make command elements more accessible](https://dequeuniversity.com/rules/axe/4.8/aria-command-name).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "aria-dialog-name": { + "id": "aria-dialog-name", + "title": "Elements with `role=\"dialog\"` or `role=\"alertdialog\"` have accessible names.", + "description": "ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. [Learn how to make ARIA dialog elements more accessible](https://dequeuniversity.com/rules/axe/4.8/aria-dialog-name).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "aria-hidden-body": { + "id": "aria-hidden-body", + "title": "`[aria-hidden=\"true\"]` is not present on the document ``", + "description": "Assistive technologies, like screen readers, work inconsistently when `aria-hidden=\"true\"` is set on the document ``. [Learn how `aria-hidden` affects the document body](https://dequeuniversity.com/rules/axe/4.8/aria-hidden-body).", + "score": 1, + "scoreDisplayMode": "binary", + "details": { + "type": "table", + "headings": [], + "items": [] + } + }, + "aria-hidden-focus": { + "id": "aria-hidden-focus", + "title": "`[aria-hidden=\"true\"]` elements do not contain focusable descendents", + "description": "Focusable descendents within an `[aria-hidden=\"true\"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. [Learn how `aria-hidden` affects focusable elements](https://dequeuniversity.com/rules/axe/4.8/aria-hidden-focus).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "aria-input-field-name": { + "id": "aria-input-field-name", + "title": "ARIA input fields have accessible names", + "description": "When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn more about input field labels](https://dequeuniversity.com/rules/axe/4.8/aria-input-field-name).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "aria-meter-name": { + "id": "aria-meter-name", + "title": "ARIA `meter` elements have accessible names", + "description": "When a meter element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to name `meter` elements](https://dequeuniversity.com/rules/axe/4.8/aria-meter-name).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "aria-progressbar-name": { + "id": "aria-progressbar-name", + "title": "ARIA `progressbar` elements have accessible names", + "description": "When a `progressbar` element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to label `progressbar` elements](https://dequeuniversity.com/rules/axe/4.8/aria-progressbar-name).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "aria-required-attr": { + "id": "aria-required-attr", + "title": "`[role]`s have all required `[aria-*]` attributes", + "description": "Some ARIA roles have required attributes that describe the state of the element to screen readers. [Learn more about roles and required attributes](https://dequeuniversity.com/rules/axe/4.8/aria-required-attr).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "aria-required-children": { + "id": "aria-required-children", + "title": "Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.", + "description": "Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. [Learn more about roles and required children elements](https://dequeuniversity.com/rules/axe/4.8/aria-required-children).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "aria-required-parent": { + "id": "aria-required-parent", + "title": "`[role]`s are contained by their required parent element", + "description": "Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. [Learn more about ARIA roles and required parent element](https://dequeuniversity.com/rules/axe/4.8/aria-required-parent).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "aria-roles": { + "id": "aria-roles", + "title": "`[role]` values are valid", + "description": "ARIA roles must have valid values in order to perform their intended accessibility functions. [Learn more about valid ARIA roles](https://dequeuniversity.com/rules/axe/4.8/aria-roles).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "aria-text": { + "id": "aria-text", + "title": "Elements with the `role=text` attribute do not have focusable descendents.", + "description": "Adding `role=text` around a text node split by markup enables VoiceOver to treat it as one phrase, but the element's focusable descendents will not be announced. [Learn more about the `role=text` attribute](https://dequeuniversity.com/rules/axe/4.8/aria-text).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "aria-toggle-field-name": { + "id": "aria-toggle-field-name", + "title": "ARIA toggle fields have accessible names", + "description": "When a toggle field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn more about toggle fields](https://dequeuniversity.com/rules/axe/4.8/aria-toggle-field-name).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "aria-tooltip-name": { + "id": "aria-tooltip-name", + "title": "ARIA `tooltip` elements have accessible names", + "description": "When a tooltip element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to name `tooltip` elements](https://dequeuniversity.com/rules/axe/4.8/aria-tooltip-name).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "aria-treeitem-name": { + "id": "aria-treeitem-name", + "title": "ARIA `treeitem` elements have accessible names", + "description": "When a `treeitem` element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn more about labeling `treeitem` elements](https://dequeuniversity.com/rules/axe/4.8/aria-treeitem-name).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "aria-valid-attr-value": { + "id": "aria-valid-attr-value", + "title": "`[aria-*]` attributes have valid values", + "description": "Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. [Learn more about valid values for ARIA attributes](https://dequeuniversity.com/rules/axe/4.8/aria-valid-attr-value).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "aria-valid-attr": { + "id": "aria-valid-attr", + "title": "`[aria-*]` attributes are valid and not misspelled", + "description": "Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid names. [Learn more about valid ARIA attributes](https://dequeuniversity.com/rules/axe/4.8/aria-valid-attr).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "button-name": { + "id": "button-name", + "title": "Buttons have an accessible name", + "description": "When a button doesn't have an accessible name, screen readers announce it as \"button\", making it unusable for users who rely on screen readers. [Learn how to make buttons more accessible](https://dequeuniversity.com/rules/axe/4.8/button-name).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "bypass": { + "id": "bypass", + "title": "The page contains a heading, skip link, or landmark region", + "description": "Adding ways to bypass repetitive content lets keyboard users navigate the page more efficiently. [Learn more about bypass blocks](https://dequeuniversity.com/rules/axe/4.8/bypass).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "color-contrast": { + "id": "color-contrast", + "title": "Background and foreground colors have a sufficient contrast ratio", + "description": "Low-contrast text is difficult or impossible for many users to read. [Learn how to provide sufficient color contrast](https://dequeuniversity.com/rules/axe/4.8/color-contrast).", + "score": 1, + "scoreDisplayMode": "binary", + "details": { + "type": "table", + "headings": [], + "items": [] + } + }, + "definition-list": { + "id": "definition-list", + "title": "`
`'s contain only properly-ordered `
` and `
` groups, ` + + + + diff --git a/.lighthouseci/lhr-1717516651309.json b/.lighthouseci/lhr-1717516651309.json new file mode 100644 index 0000000..e353138 --- /dev/null +++ b/.lighthouseci/lhr-1717516651309.json @@ -0,0 +1,7125 @@ +{ + "lighthouseVersion": "11.4.0", + "requestedUrl": "http://192.168.1.2:8080/", + "mainDocumentUrl": "http://192.168.1.2:8080/", + "finalDisplayedUrl": "http://192.168.1.2:8080/", + "finalUrl": "http://192.168.1.2:8080/", + "fetchTime": "2024-06-04T15:57:21.299Z", + "gatherMode": "navigation", + "runWarnings": [], + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/125.0.6422.141 Safari/537.36", + "environment": { + "networkUserAgent": "Mozilla/5.0 (Linux; Android 11; moto g power (2022)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Mobile Safari/537.36", + "hostUserAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/125.0.6422.141 Safari/537.36", + "benchmarkIndex": 1753.5, + "credits": { + "axe-core": "4.9.1" + } + }, + "audits": { + "is-on-https": { + "id": "is-on-https", + "title": "Does not use HTTPS", + "description": "All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding [mixed content](https://developers.google.com/web/fundamentals/security/prevent-mixed-content/what-is-mixed-content), where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. [Learn more about HTTPS](https://developer.chrome.com/docs/lighthouse/pwa/is-on-https/).", + "score": 0, + "scoreDisplayMode": "binary", + "displayValue": "3 insecure requests found", + "details": { + "type": "table", + "headings": [ + { + "key": "url", + "valueType": "url", + "label": "Insecure URL" + }, + { + "key": "resolution", + "valueType": "text", + "label": "Request Resolution" + } + ], + "items": [ + { + "url": "http://192.168.1.2:8080/", + "resolution": "Allowed" + }, + { + "url": "http://192.168.1.2:8080/style.css", + "resolution": "Allowed" + }, + { + "url": "http://192.168.1.2:8080/app.js", + "resolution": "Allowed" + } + ] + } + }, + "viewport": { + "id": "viewport", + "title": "Has a `` tag with `width` or `initial-scale`", + "description": "A `` not only optimizes your app for mobile screen sizes, but also prevents [a 300 millisecond delay to user input](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/). [Learn more about using the viewport meta tag](https://developer.chrome.com/docs/lighthouse/pwa/viewport/).", + "score": 1, + "scoreDisplayMode": "metricSavings", + "warnings": [], + "metricSavings": { + "INP": 0 + }, + "guidanceLevel": 3 + }, + "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 about the First Contentful Paint metric](https://developer.chrome.com/docs/lighthouse/performance/first-contentful-paint/).", + "score": 1, + "scoreDisplayMode": "numeric", + "numericValue": 905.0849999999997, + "numericUnit": "millisecond", + "displayValue": "0.9 s", + "scoringOptions": { + "p10": 1800, + "median": 3000 + } + }, + "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 about the Largest Contentful Paint metric](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-largest-contentful-paint/)", + "score": 1, + "scoreDisplayMode": "numeric", + "numericValue": 905.0849999999997, + "numericUnit": "millisecond", + "displayValue": "0.9 s", + "scoringOptions": { + "p10": 2500, + "median": 4000 + } + }, + "first-meaningful-paint": { + "id": "first-meaningful-paint", + "title": "First Meaningful Paint", + "description": "First Meaningful Paint measures when the primary content of a page is visible. [Learn more about the First Meaningful Paint metric](https://developer.chrome.com/docs/lighthouse/performance/first-meaningful-paint/).", + "score": 1, + "scoreDisplayMode": "numeric", + "numericValue": 905.0849999999997, + "numericUnit": "millisecond", + "displayValue": "0.9 s" + }, + "speed-index": { + "id": "speed-index", + "title": "Speed Index", + "description": "Speed Index shows how quickly the contents of a page are visibly populated. [Learn more about the Speed Index metric](https://developer.chrome.com/docs/lighthouse/performance/speed-index/).", + "score": 0.87, + "scoreDisplayMode": "numeric", + "numericValue": 3612.8522999924894, + "numericUnit": "millisecond", + "displayValue": "3.6 s", + "scoringOptions": { + "p10": 3387, + "median": 5800 + } + }, + "screenshot-thumbnails": { + "id": "screenshot-thumbnails", + "title": "Screenshot Thumbnails", + "description": "This is what the load of your site looked like.", + "score": null, + "scoreDisplayMode": "informative", + "details": { + "type": "filmstrip", + "scale": 3000, + "items": [ + { + "timing": 375, + "timestamp": 78812867124, + "data": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAHyAPoDASIAAhEBAxEB/8QAGAABAQEBAQAAAAAAAAAAAAAAAAIGAwj/xAAfEAEBAAMBAAEFAAAAAAAAAAAAAhNSkQEDBCE0crH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A9UgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACckbz0yRvPQUJyRvPTJG89BQnJG89Mkbz0FCckbz0yRvPQUJyRvPTJG89BQnJG89Mkbz0FCckbz0yRvPQUJyRvPTJG89BQnJG89Mkbz0FCckbz0yRvPQUJyRvPTJG89BQnJG89Mkbz0FCckbz0yRvPQUJyRvPTJG89BQnJG89Mkbz0FCfLj337VPVAyoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOv0n5Xw/v5/WlAH//2Q==" + }, + { + "timing": 750, + "timestamp": 78813242124, + "data": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAHyAPoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAUEAEAAAAAAAAAAAAAAAAAAAAA/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKpAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB//9k=" + }, + { + "timing": 1125, + "timestamp": 78813617124, + "data": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAHyAPoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAUEAEAAAAAAAAAAAAAAAAAAAAA/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKpAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB//9k=" + }, + { + "timing": 1500, + "timestamp": 78813992124, + "data": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAHyAPoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAUEAEAAAAAAAAAAAAAAAAAAAAA/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKpAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB//9k=" + }, + { + "timing": 1875, + "timestamp": 78814367124, + "data": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAHyAPoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAUEAEAAAAAAAAAAAAAAAAAAAAA/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKpAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB//9k=" + }, + { + "timing": 2250, + "timestamp": 78814742124, + "data": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAHyAPoDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAUEAEAAAAAAAAAAAAAAAAAAAAA/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKpAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB//9k=" + }, + { + "timing": 2625, + "timestamp": 78815117124, + "data": "data:image/jpeg;base64,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AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD//Z" + }, + { + "timing": 3000, + "timestamp": 78815492124, + "data": "data:image/jpeg;base64,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AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD//Z" + } + ] + } + }, + "final-screenshot": { + "id": "final-screenshot", + "title": "Final Screenshot", + "description": "The last screenshot captured of the pageload.", + "score": null, + "scoreDisplayMode": "informative", + "details": { + "type": "screenshot", + "timing": 2338, + "timestamp": 78814830614, + "data": "data:image/jpeg;base64,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AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD//Z" + } + }, + "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 about the Total Blocking Time metric](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-total-blocking-time/).", + "score": 1, + "scoreDisplayMode": "numeric", + "numericValue": 0, + "numericUnit": "millisecond", + "displayValue": "0 ms", + "scoringOptions": { + "p10": 200, + "median": 600 + } + }, + "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 about the Maximum Potential First Input Delay metric](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-max-potential-fid/).", + "score": 1, + "scoreDisplayMode": "numeric", + "numericValue": 16, + "numericUnit": "millisecond", + "displayValue": "20 ms" + }, + "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 about the Cumulative Layout Shift metric](https://web.dev/articles/cls).", + "score": 1, + "scoreDisplayMode": "numeric", + "numericValue": 0, + "numericUnit": "unitless", + "displayValue": "0", + "scoringOptions": { + "p10": 0.1, + "median": 0.25 + }, + "details": { + "type": "debugdata", + "items": [ + { + "cumulativeLayoutShiftMainFrame": 0 + } + ] + } + }, + "errors-in-console": { + "id": "errors-in-console", + "title": "No browser errors logged to the console", + "description": "Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)", + "score": 1, + "scoreDisplayMode": "binary", + "details": { + "type": "table", + "headings": [], + "items": [] + } + }, + "server-response-time": { + "id": "server-response-time", + "title": "Initial server response time was short", + "description": "Keep the server response time for the main document short because all other requests depend on it. [Learn more about the Time to First Byte metric](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/).", + "score": null, + "scoreDisplayMode": "informative", + "numericValue": 2.313999999999851, + "numericUnit": "millisecond", + "displayValue": "Root document took 0 ms", + "metricSavings": { + "FCP": 0, + "LCP": 0 + }, + "details": { + "type": "opportunity", + "headings": [ + { + "key": "url", + "valueType": "url", + "label": "URL" + }, + { + "key": "responseTime", + "valueType": "timespanMs", + "label": "Time Spent" + } + ], + "items": [ + { + "url": "http://192.168.1.2:8080/", + "responseTime": 2.313999999999851 + } + ], + "overallSavingsMs": 0 + }, + "guidanceLevel": 1 + }, + "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 about the Time to Interactive metric](https://developer.chrome.com/docs/lighthouse/performance/interactive/).", + "score": 1, + "scoreDisplayMode": "numeric", + "numericValue": 905.0849999999997, + "numericUnit": "millisecond", + "displayValue": "0.9 s" + }, + "user-timings": { + "id": "user-timings", + "title": "User Timing marks and measures", + "description": "Consider instrumenting your app with the User Timing API to measure your app's real-world performance during key user experiences. [Learn more about User Timing marks](https://developer.chrome.com/docs/lighthouse/performance/user-timings/).", + "score": null, + "scoreDisplayMode": "notApplicable", + "details": { + "type": "table", + "headings": [], + "items": [] + }, + "guidanceLevel": 2 + }, + "critical-request-chains": { + "id": "critical-request-chains", + "title": "Avoid chaining critical requests", + "description": "The Critical Request Chains below show you what resources are loaded with a high priority. Consider reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load. [Learn how to avoid chaining critical requests](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains/).", + "score": null, + "scoreDisplayMode": "informative", + "displayValue": "2 chains found", + "details": { + "type": "criticalrequestchain", + "chains": { + "65620F17B90D3E70943D27BD5CDB017A": { + "request": { + "url": "http://192.168.1.2:8080/", + "startTime": 78812.492771, + "endTime": 78814.796775, + "responseReceivedTime": 78814.796442, + "transferSize": 748 + }, + "children": { + "30916.2": { + "request": { + "url": "http://192.168.1.2:8080/style.css", + "startTime": 78814.80113, + "endTime": 78814.804433, + "responseReceivedTime": 78814.80418600001, + "transferSize": 475 + } + }, + "30916.3": { + "request": { + "url": "http://192.168.1.2:8080/app.js", + "startTime": 78814.801294, + "endTime": 78814.806132, + "responseReceivedTime": 78814.805916, + "transferSize": 358 + } + } + } + } + }, + "longestChain": { + "duration": 2313.3610000014305, + "length": 2, + "transferSize": 358 + } + }, + "guidanceLevel": 1 + }, + "redirects": { + "id": "redirects", + "title": "Avoid multiple page redirects", + "description": "Redirects introduce additional delays before the page can be loaded. [Learn how to avoid page redirects](https://developer.chrome.com/docs/lighthouse/performance/redirects/).", + "score": 1, + "scoreDisplayMode": "metricSavings", + "numericValue": 0, + "numericUnit": "millisecond", + "displayValue": "", + "metricSavings": { + "LCP": 0, + "FCP": 0 + }, + "details": { + "type": "opportunity", + "headings": [], + "items": [], + "overallSavingsMs": 0 + }, + "guidanceLevel": 2 + }, + "installable-manifest": { + "id": "installable-manifest", + "title": "Web app manifest and service worker meet the installability requirements", + "description": "Service worker is the technology that enables your app to use many Progressive Web App features, such as offline, add to homescreen, and push notifications. With proper service worker and manifest implementations, browsers can proactively prompt users to add your app to their homescreen, which can lead to higher engagement. [Learn more about manifest installability requirements](https://developer.chrome.com/docs/lighthouse/pwa/installable-manifest/).", + "score": 1, + "scoreDisplayMode": "binary", + "warnings": [], + "details": { + "type": "table", + "headings": [], + "items": [], + "debugData": { + "type": "debugdata", + "manifestUrl": "" + } + } + }, + "splash-screen": { + "id": "splash-screen", + "title": "Is not configured for a custom splash screen", + "description": "A themed splash screen ensures a high-quality experience when users launch your app from their homescreens. [Learn more about splash screens](https://developer.chrome.com/docs/lighthouse/pwa/splash-screen/).", + "score": 0, + "scoreDisplayMode": "binary", + "explanation": "Failures: Manifest does not have a PNG icon of at least 512px,\nManifest does not have `background_color`,\nManifest does not have `theme_color`,\nManifest does not have `name`.", + "details": { + "type": "debugdata", + "items": [ + { + "failures": [ + "Manifest does not have a PNG icon of at least 512px", + "Manifest does not have `background_color`", + "Manifest does not have `theme_color`", + "Manifest does not have `name`" + ], + "isParseFailure": false, + "hasStartUrl": true, + "hasIconsAtLeast144px": false, + "hasIconsAtLeast512px": false, + "fetchesIcon": false, + "hasPWADisplayValue": false, + "hasBackgroundColor": false, + "hasThemeColor": false, + "hasShortName": false, + "shortNameLength": false, + "hasName": false, + "hasMaskableIcon": false + } + ] + } + }, + "themed-omnibox": { + "id": "themed-omnibox", + "title": "Does not set a theme color for the address bar.", + "description": "The browser address bar can be themed to match your site. [Learn more about theming the address bar](https://developer.chrome.com/docs/lighthouse/pwa/themed-omnibox/).", + "score": 0, + "scoreDisplayMode": "binary", + "explanation": "Failures: Manifest does not have `theme_color`,\nNo `` tag found.", + "details": { + "type": "debugdata", + "items": [ + { + "failures": [ + "Manifest does not have `theme_color`", + "No `` tag found" + ], + "themeColor": null, + "isParseFailure": false, + "hasStartUrl": true, + "hasIconsAtLeast144px": false, + "hasIconsAtLeast512px": false, + "fetchesIcon": false, + "hasPWADisplayValue": false, + "hasBackgroundColor": false, + "hasThemeColor": false, + "hasShortName": false, + "shortNameLength": false, + "hasName": false, + "hasMaskableIcon": false + } + ] + } + }, + "maskable-icon": { + "id": "maskable-icon", + "title": "Manifest doesn't have a maskable icon", + "description": "A maskable icon ensures that the image fills the entire shape without being letterboxed when installing the app on a device. [Learn about maskable manifest icons](https://developer.chrome.com/docs/lighthouse/pwa/maskable-icon-audit/).", + "score": 0, + "scoreDisplayMode": "binary" + }, + "content-width": { + "id": "content-width", + "title": "Content is sized correctly for the viewport", + "description": "If the width of your app's content doesn't match the width of the viewport, your app might not be optimized for mobile screens. [Learn how to size content for the viewport](https://developer.chrome.com/docs/lighthouse/pwa/content-width/).", + "score": 1, + "scoreDisplayMode": "binary" + }, + "image-aspect-ratio": { + "id": "image-aspect-ratio", + "title": "Displays images with correct aspect ratio", + "description": "Image display dimensions should match natural aspect ratio. [Learn more about image aspect ratio](https://developer.chrome.com/docs/lighthouse/best-practices/image-aspect-ratio/).", + "score": 1, + "scoreDisplayMode": "binary", + "details": { + "type": "table", + "headings": [], + "items": [] + } + }, + "image-size-responsive": { + "id": "image-size-responsive", + "title": "Serves images with appropriate resolution", + "description": "Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. [Learn how to provide responsive images](https://web.dev/articles/serve-responsive-images).", + "score": 1, + "scoreDisplayMode": "binary", + "details": { + "type": "table", + "headings": [], + "items": [] + } + }, + "preload-fonts": { + "id": "preload-fonts", + "title": "Fonts with `font-display: optional` are preloaded", + "description": "Preload `optional` fonts so first-time visitors may use them. [Learn more about preloading fonts](https://web.dev/articles/preload-optional-fonts)", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "deprecations": { + "id": "deprecations", + "title": "Avoids deprecated APIs", + "description": "Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/).", + "score": 1, + "scoreDisplayMode": "binary", + "details": { + "type": "table", + "headings": [], + "items": [] + } + }, + "third-party-cookies": { + "id": "third-party-cookies", + "title": "Avoids third-party cookies", + "description": "Support for third-party cookies will be removed in a future version of Chrome. [Learn more about phasing out third-party cookies](https://developer.chrome.com/en/docs/privacy-sandbox/third-party-cookie-phase-out/).", + "score": 1, + "scoreDisplayMode": "binary", + "details": { + "type": "table", + "headings": [], + "items": [] + } + }, + "mainthread-work-breakdown": { + "id": "mainthread-work-breakdown", + "title": "Minimizes main-thread work", + "description": "Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to minimize main-thread work](https://developer.chrome.com/docs/lighthouse/performance/mainthread-work-breakdown/)", + "score": null, + "scoreDisplayMode": "informative", + "numericValue": 54.992, + "numericUnit": "millisecond", + "displayValue": "0.1 s", + "metricSavings": { + "TBT": 0 + }, + "details": { + "type": "table", + "headings": [ + { + "key": "groupLabel", + "valueType": "text", + "label": "Category" + }, + { + "key": "duration", + "valueType": "ms", + "granularity": 1, + "label": "Time Spent" + } + ], + "items": [ + { + "group": "other", + "groupLabel": "Other", + "duration": 33.06 + }, + { + "group": "styleLayout", + "groupLabel": "Style & Layout", + "duration": 11.192 + }, + { + "group": "scriptEvaluation", + "groupLabel": "Script Evaluation", + "duration": 7.772 + }, + { + "group": "parseHTML", + "groupLabel": "Parse HTML & CSS", + "duration": 1.568 + }, + { + "group": "paintCompositeRender", + "groupLabel": "Rendering", + "duration": 0.8080000000000002 + }, + { + "group": "scriptParseCompile", + "groupLabel": "Script Parsing & Compilation", + "duration": 0.592 + } + ], + "sortedBy": [ + "duration" + ] + }, + "guidanceLevel": 1 + }, + "bootup-time": { + "id": "bootup-time", + "title": "JavaScript execution time", + "description": "Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).", + "score": null, + "scoreDisplayMode": "notApplicable", + "numericValue": 0, + "numericUnit": "millisecond", + "displayValue": "", + "metricSavings": { + "TBT": 0 + }, + "details": { + "type": "table", + "headings": [], + "items": [] + }, + "guidanceLevel": 1 + }, + "uses-rel-preload": { + "id": "uses-rel-preload", + "title": "Preload key requests", + "description": "Consider using `` to prioritize fetching resources that are currently requested later in page load. [Learn how to preload key requests](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preload/).", + "score": null, + "scoreDisplayMode": "notApplicable", + "details": { + "type": "opportunity", + "headings": [], + "items": [], + "overallSavingsMs": 0 + }, + "guidanceLevel": 3 + }, + "uses-rel-preconnect": { + "id": "uses-rel-preconnect", + "title": "Preconnect to required origins", + "description": "Consider adding `preconnect` or `dns-prefetch` resource hints to establish early connections to important third-party origins. [Learn how to preconnect to required origins](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/).", + "score": 1, + "scoreDisplayMode": "metricSavings", + "numericValue": 0, + "numericUnit": "millisecond", + "displayValue": "", + "warnings": [], + "metricSavings": { + "LCP": 0, + "FCP": 0 + }, + "details": { + "type": "opportunity", + "headings": [], + "items": [], + "overallSavingsMs": 0, + "sortedBy": [ + "wastedMs" + ] + }, + "guidanceLevel": 3 + }, + "font-display": { + "id": "font-display", + "title": "All text remains visible during webfont loads", + "description": "Leverage the `font-display` CSS feature to ensure text is user-visible while webfonts are loading. [Learn more about `font-display`](https://developer.chrome.com/docs/lighthouse/performance/font-display/).", + "score": 1, + "scoreDisplayMode": "metricSavings", + "warnings": [], + "details": { + "type": "table", + "headings": [], + "items": [] + }, + "guidanceLevel": 3 + }, + "diagnostics": { + "id": "diagnostics", + "title": "Diagnostics", + "description": "Collection of useful page vitals.", + "score": null, + "scoreDisplayMode": "informative", + "details": { + "type": "debugdata", + "items": [ + { + "numRequests": 3, + "numScripts": 1, + "numStylesheets": 1, + "numFonts": 0, + "numTasks": 92, + "numTasksOver10ms": 0, + "numTasksOver25ms": 0, + "numTasksOver50ms": 0, + "numTasksOver100ms": 0, + "numTasksOver500ms": 0, + "rtt": 0.45199999999999996, + "throughput": 15889447.666630091, + "maxRtt": 0.45199999999999996, + "maxServerLatency": 2.0339999999998764, + "totalByteWeight": 1581, + "totalTaskTime": 13.747999999999994, + "mainDocumentTransferSize": 748 + } + ] + } + }, + "network-requests": { + "id": "network-requests", + "title": "Network Requests", + "description": "Lists the network requests that were made during page load.", + "score": null, + "scoreDisplayMode": "informative", + "details": { + "type": "table", + "headings": [ + { + "key": "url", + "valueType": "url", + "label": "URL" + }, + { + "key": "protocol", + "valueType": "text", + "label": "Protocol" + }, + { + "key": "networkRequestTime", + "valueType": "ms", + "granularity": 1, + "label": "Network Request Time" + }, + { + "key": "networkEndTime", + "valueType": "ms", + "granularity": 1, + "label": "Network End Time" + }, + { + "key": "transferSize", + "valueType": "bytes", + "displayUnit": "kb", + "granularity": 1, + "label": "Transfer Size" + }, + { + "key": "resourceSize", + "valueType": "bytes", + "displayUnit": "kb", + "granularity": 1, + "label": "Resource Size" + }, + { + "key": "statusCode", + "valueType": "text", + "label": "Status Code" + }, + { + "key": "mimeType", + "valueType": "text", + "label": "MIME Type" + }, + { + "key": "resourceType", + "valueType": "text", + "label": "Resource Type" + } + ], + "items": [ + { + "url": "http://192.168.1.2:8080/", + "sessionTargetType": "page", + "protocol": "http/1.1", + "rendererStartTime": 0, + "networkRequestTime": 0.546999990940094, + "networkEndTime": 2304.550999984145, + "finished": true, + "transferSize": 748, + "resourceSize": 430, + "statusCode": 200, + "mimeType": "text/html", + "resourceType": "Document", + "priority": "VeryHigh", + "experimentalFromMainFrame": true, + "entity": "192.168.1.2" + }, + { + "url": "http://192.168.1.2:8080/style.css", + "sessionTargetType": "page", + "protocol": "http/1.1", + "rendererStartTime": 2308.655000001192, + "networkRequestTime": 2308.9060000032187, + "networkEndTime": 2312.208999991417, + "finished": true, + "transferSize": 475, + "resourceSize": 158, + "statusCode": 200, + "mimeType": "text/css", + "resourceType": "Stylesheet", + "priority": "VeryHigh", + "experimentalFromMainFrame": true, + "entity": "192.168.1.2" + }, + { + "url": "http://192.168.1.2:8080/app.js", + "sessionTargetType": "page", + "protocol": "http/1.1", + "rendererStartTime": 2308.8439999967813, + "networkRequestTime": 2309.0699999928474, + "networkEndTime": 2313.9079999923706, + "finished": true, + "transferSize": 358, + "resourceSize": 29, + "statusCode": 200, + "mimeType": "application/javascript", + "resourceType": "Script", + "priority": "High", + "experimentalFromMainFrame": true, + "entity": "192.168.1.2" + } + ], + "debugData": { + "type": "debugdata", + "networkStartTimeTs": 78812492224 + } + } + }, + "network-rtt": { + "id": "network-rtt", + "title": "Network Round Trip Times", + "description": "Network round trip times (RTT) have a large impact on performance. If the RTT to an origin is high, it's an indication that servers closer to the user could improve performance. [Learn more about the Round Trip Time](https://hpbn.co/primer-on-latency-and-bandwidth/).", + "score": null, + "scoreDisplayMode": "informative", + "numericValue": 0.45199999999999996, + "numericUnit": "millisecond", + "displayValue": "0 ms", + "details": { + "type": "table", + "headings": [ + { + "key": "origin", + "valueType": "text", + "label": "URL" + }, + { + "key": "rtt", + "valueType": "ms", + "granularity": 1, + "label": "Time Spent" + } + ], + "items": [ + { + "origin": "http://192.168.1.2:8080", + "rtt": 0.45199999999999996 + } + ], + "sortedBy": [ + "rtt" + ] + } + }, + "network-server-latency": { + "id": "network-server-latency", + "title": "Server Backend Latencies", + "description": "Server latencies can impact web performance. If the server latency of an origin is high, it's an indication the server is overloaded or has poor backend performance. [Learn more about server response time](https://hpbn.co/primer-on-web-performance/#analyzing-the-resource-waterfall).", + "score": null, + "scoreDisplayMode": "informative", + "numericValue": 2.0339999999998764, + "numericUnit": "millisecond", + "displayValue": "0 ms", + "details": { + "type": "table", + "headings": [ + { + "key": "origin", + "valueType": "text", + "label": "URL" + }, + { + "key": "serverResponseTime", + "valueType": "ms", + "granularity": 1, + "label": "Time Spent" + } + ], + "items": [ + { + "origin": "http://192.168.1.2:8080", + "serverResponseTime": 2.0339999999998764 + } + ], + "sortedBy": [ + "serverResponseTime" + ] + } + }, + "main-thread-tasks": { + "id": "main-thread-tasks", + "title": "Tasks", + "description": "Lists the toplevel main thread tasks that executed during page load.", + "score": null, + "scoreDisplayMode": "informative", + "details": { + "type": "table", + "headings": [], + "items": [] + } + }, + "metrics": { + "id": "metrics", + "title": "Metrics", + "description": "Collects all available metrics.", + "score": null, + "scoreDisplayMode": "informative", + "numericValue": 905, + "numericUnit": "millisecond", + "details": { + "type": "debugdata", + "items": [ + { + "firstContentfulPaint": 905, + "firstMeaningfulPaint": 905, + "largestContentfulPaint": 905, + "interactive": 905, + "speedIndex": 3613, + "totalBlockingTime": 0, + "maxPotentialFID": 16, + "cumulativeLayoutShift": 0, + "cumulativeLayoutShiftMainFrame": 0, + "timeToFirstByte": 2304, + "observedTimeOrigin": 0, + "observedTimeOriginTs": 78812492124, + "observedNavigationStart": 0, + "observedNavigationStartTs": 78812492124, + "observedFirstPaint": 2325, + "observedFirstPaintTs": 78814817518, + "observedFirstContentfulPaint": 2325, + "observedFirstContentfulPaintTs": 78814817518, + "observedFirstContentfulPaintAllFrames": 2325, + "observedFirstContentfulPaintAllFramesTs": 78814817518, + "observedFirstMeaningfulPaint": 2325, + "observedFirstMeaningfulPaintTs": 78814817518, + "observedLargestContentfulPaint": 2325, + "observedLargestContentfulPaintTs": 78814817518, + "observedLargestContentfulPaintAllFrames": 2325, + "observedLargestContentfulPaintAllFramesTs": 78814817518, + "observedTraceEnd": 4687, + "observedTraceEndTs": 78817178899, + "observedLoad": 2315, + "observedLoadTs": 78814807394, + "observedDomContentLoaded": 2315, + "observedDomContentLoadedTs": 78814806979, + "observedCumulativeLayoutShift": 0, + "observedCumulativeLayoutShiftMainFrame": 0, + "observedFirstVisualChange": 2338, + "observedFirstVisualChangeTs": 78814830124, + "observedLastVisualChange": 2338, + "observedLastVisualChangeTs": 78814830124, + "observedSpeedIndex": 2338, + "observedSpeedIndexTs": 78814830614 + }, + { + "lcpInvalidated": false + } + ] + } + }, + "performance-budget": { + "id": "performance-budget", + "title": "Performance budget", + "description": "Keep the quantity and size of network requests under the targets set by the provided performance budget. [Learn more about performance budgets](https://developers.google.com/web/tools/lighthouse/audits/budgets).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "timing-budget": { + "id": "timing-budget", + "title": "Timing budget", + "description": "Set a timing budget to help you keep an eye on the performance of your site. Performant sites load fast and respond to user input events quickly. [Learn more about performance budgets](https://developers.google.com/web/tools/lighthouse/audits/budgets).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "resource-summary": { + "id": "resource-summary", + "title": "Resources Summary", + "description": "Aggregates all network requests and groups them by type", + "score": null, + "scoreDisplayMode": "informative", + "details": { + "type": "table", + "headings": [ + { + "key": "label", + "valueType": "text", + "label": "Resource Type" + }, + { + "key": "requestCount", + "valueType": "numeric", + "label": "Requests" + }, + { + "key": "transferSize", + "valueType": "bytes", + "label": "Transfer Size" + } + ], + "items": [ + { + "resourceType": "total", + "label": "Total", + "requestCount": 3, + "transferSize": 1581 + }, + { + "resourceType": "document", + "label": "Document", + "requestCount": 1, + "transferSize": 748 + }, + { + "resourceType": "stylesheet", + "label": "Stylesheet", + "requestCount": 1, + "transferSize": 475 + }, + { + "resourceType": "script", + "label": "Script", + "requestCount": 1, + "transferSize": 358 + }, + { + "resourceType": "image", + "label": "Image", + "requestCount": 0, + "transferSize": 0 + }, + { + "resourceType": "media", + "label": "Media", + "requestCount": 0, + "transferSize": 0 + }, + { + "resourceType": "font", + "label": "Font", + "requestCount": 0, + "transferSize": 0 + }, + { + "resourceType": "other", + "label": "Other", + "requestCount": 0, + "transferSize": 0 + }, + { + "resourceType": "third-party", + "label": "Third-party", + "requestCount": 0, + "transferSize": 0 + } + ] + } + }, + "third-party-summary": { + "id": "third-party-summary", + "title": "Minimize third-party usage", + "description": "Third-party code can significantly impact load performance. Limit the number of redundant third-party providers and try to load third-party code after your page has primarily finished loading. [Learn how to minimize third-party impact](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/loading-third-party-javascript/).", + "score": null, + "scoreDisplayMode": "notApplicable", + "metricSavings": { + "TBT": 0 + }, + "guidanceLevel": 1 + }, + "third-party-facades": { + "id": "third-party-facades", + "title": "Lazy load third-party resources with facades", + "description": "Some third-party embeds can be lazy loaded. Consider replacing them with a facade until they are required. [Learn how to defer third-parties with a facade](https://developer.chrome.com/docs/lighthouse/performance/third-party-facades/).", + "score": null, + "scoreDisplayMode": "notApplicable", + "metricSavings": { + "TBT": 0 + }, + "guidanceLevel": 3 + }, + "largest-contentful-paint-element": { + "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": null, + "scoreDisplayMode": "informative", + "displayValue": "910 ms", + "metricSavings": { + "LCP": 0 + }, + "details": { + "type": "list", + "items": [ + { + "type": "table", + "headings": [ + { + "key": "node", + "valueType": "node", + "label": "Element" + } + ], + "items": [ + { + "node": { + "type": "node", + "lhId": "page-0-H1", + "path": "2,HTML,1,BODY,0,H1", + "selector": "body > h1", + "boundingRect": { + "top": 79, + "bottom": 116, + "left": 8, + "right": 404, + "width": 396, + "height": 37 + }, + "snippet": "

", + "nodeLabel": "Hello World" + } + } + ] + }, + { + "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": 2304.146, + "percent": "255%" + }, + { + "phase": "Load Delay", + "timing": 0, + "percent": "0%" + }, + { + "phase": "Load Time", + "timing": 0, + "percent": "0%" + }, + { + "phase": "Render Delay", + "timing": -1399.0610000000006, + "percent": "-155%" + } + ] + } + ] + }, + "guidanceLevel": 1 + }, + "lcp-lazy-loaded": { + "id": "lcp-lazy-loaded", + "title": "Largest Contentful Paint image was not lazily loaded", + "description": "Above-the-fold images that are lazily loaded render later in the page lifecycle, which can delay the largest contentful paint. [Learn more about optimal lazy loading](https://web.dev/articles/lcp-lazy-loading).", + "score": null, + "scoreDisplayMode": "notApplicable", + "metricSavings": { + "LCP": 0 + }, + "guidanceLevel": 3 + }, + "layout-shift-elements": { + "id": "layout-shift-elements", + "title": "Avoid large layout shifts", + "description": "These DOM elements were most affected by layout shifts. Some layout shifts may not be included in the CLS metric value due to [windowing](https://web.dev/articles/cls#what_is_cls). [Learn how to improve CLS](https://web.dev/articles/optimize-cls)", + "score": null, + "scoreDisplayMode": "notApplicable", + "metricSavings": { + "CLS": 0 + }, + "details": { + "type": "table", + "headings": [], + "items": [] + }, + "guidanceLevel": 2 + }, + "long-tasks": { + "id": "long-tasks", + "title": "Avoid long main-thread tasks", + "description": "Lists the longest tasks on the main thread, useful for identifying worst contributors to input delay. [Learn how to avoid long main-thread tasks](https://web.dev/articles/long-tasks-devtools)", + "score": null, + "scoreDisplayMode": "notApplicable", + "metricSavings": { + "TBT": 0 + }, + "details": { + "type": "table", + "headings": [], + "items": [], + "debugData": { + "type": "debugdata", + "urls": [], + "tasks": [] + } + }, + "guidanceLevel": 1 + }, + "no-unload-listeners": { + "id": "no-unload-listeners", + "title": "Avoids `unload` event listeners", + "description": "The `unload` event does not fire reliably and listening for it can prevent browser optimizations like the Back-Forward Cache. Use `pagehide` or `visibilitychange` events instead. [Learn more about unload event listeners](https://web.dev/articles/bfcache#never_use_the_unload_event)", + "score": 1, + "scoreDisplayMode": "binary" + }, + "non-composited-animations": { + "id": "non-composited-animations", + "title": "Avoid non-composited animations", + "description": "Animations which are not composited can be janky and increase CLS. [Learn how to avoid non-composited animations](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)", + "score": null, + "scoreDisplayMode": "notApplicable", + "metricSavings": { + "CLS": 0 + }, + "details": { + "type": "table", + "headings": [], + "items": [] + }, + "guidanceLevel": 2 + }, + "unsized-images": { + "id": "unsized-images", + "title": "Image elements have explicit `width` and `height`", + "description": "Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)", + "score": 1, + "scoreDisplayMode": "metricSavings", + "metricSavings": { + "CLS": 0 + }, + "details": { + "type": "table", + "headings": [], + "items": [] + }, + "guidanceLevel": 3 + }, + "valid-source-maps": { + "id": "valid-source-maps", + "title": "Page has valid source maps", + "description": "Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. [Learn more about source maps](https://developer.chrome.com/docs/devtools/javascript/source-maps/).", + "score": 1, + "scoreDisplayMode": "binary", + "details": { + "type": "table", + "headings": [], + "items": [] + } + }, + "prioritize-lcp-image": { + "id": "prioritize-lcp-image", + "title": "Preload Largest Contentful Paint image", + "description": "If the LCP element is dynamically added to the page, you should preload the image in order to improve LCP. [Learn more about preloading LCP elements](https://web.dev/articles/optimize-lcp#optimize_when_the_resource_is_discovered).", + "score": null, + "scoreDisplayMode": "notApplicable", + "metricSavings": { + "LCP": 0 + }, + "guidanceLevel": 3 + }, + "csp-xss": { + "id": "csp-xss", + "title": "Ensure CSP is effective against XSS attacks", + "description": "A strong Content Security Policy (CSP) significantly reduces the risk of cross-site scripting (XSS) attacks. [Learn how to use a CSP to prevent XSS](https://developer.chrome.com/docs/lighthouse/best-practices/csp-xss/)", + "score": null, + "scoreDisplayMode": "informative", + "details": { + "type": "table", + "headings": [ + { + "key": "description", + "valueType": "text", + "subItemsHeading": { + "key": "description" + }, + "label": "Description" + }, + { + "key": "directive", + "valueType": "code", + "subItemsHeading": { + "key": "directive" + }, + "label": "Directive" + }, + { + "key": "severity", + "valueType": "text", + "subItemsHeading": { + "key": "severity" + }, + "label": "Severity" + } + ], + "items": [ + { + "severity": "High", + "description": "No CSP found in enforcement mode" + } + ] + } + }, + "script-treemap-data": { + "id": "script-treemap-data", + "title": "Script Treemap Data", + "description": "Used for treemap app", + "score": null, + "scoreDisplayMode": "informative", + "details": { + "type": "treemap-data", + "nodes": [ + { + "name": "http://192.168.1.2:8080/app.js", + "resourceBytes": 29, + "unusedBytes": 0 + } + ] + } + }, + "pwa-cross-browser": { + "id": "pwa-cross-browser", + "title": "Site works cross-browser", + "description": "To reach the most number of users, sites should work across every major browser. [Learn about cross-browser compatibility](https://developer.chrome.com/docs/lighthouse/pwa/pwa-cross-browser/).", + "score": null, + "scoreDisplayMode": "manual" + }, + "pwa-page-transitions": { + "id": "pwa-page-transitions", + "title": "Page transitions don't feel like they block on the network", + "description": "Transitions should feel snappy as you tap around, even on a slow network. This experience is key to a user's perception of performance. [Learn more about page transitions](https://developer.chrome.com/docs/lighthouse/pwa/pwa-page-transitions/).", + "score": null, + "scoreDisplayMode": "manual" + }, + "pwa-each-page-has-url": { + "id": "pwa-each-page-has-url", + "title": "Each page has a URL", + "description": "Ensure individual pages are deep linkable via URL and that URLs are unique for the purpose of shareability on social media. [Learn more about providing deep links](https://developer.chrome.com/docs/lighthouse/pwa/pwa-each-page-has-url/).", + "score": null, + "scoreDisplayMode": "manual" + }, + "accesskeys": { + "id": "accesskeys", + "title": "`[accesskey]` values are unique", + "description": "Access keys let users quickly focus a part of the page. For proper navigation, each access key must be unique. [Learn more about access keys](https://dequeuniversity.com/rules/axe/4.8/accesskeys).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "aria-allowed-attr": { + "id": "aria-allowed-attr", + "title": "`[aria-*]` attributes match their roles", + "description": "Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. [Learn how to match ARIA attributes to their roles](https://dequeuniversity.com/rules/axe/4.8/aria-allowed-attr).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "aria-allowed-role": { + "id": "aria-allowed-role", + "title": "Values assigned to `role=\"\"` are valid ARIA roles.", + "description": "ARIA `role`s enable assistive technologies to know the role of each element on the web page. If the `role` values are misspelled, not existing ARIA `role` values, or abstract roles, then the purpose of the element will not be communicated to users of assistive technologies. [Learn more about ARIA roles](https://dequeuniversity.com/rules/axe/4.8/aria-allowed-role).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "aria-command-name": { + "id": "aria-command-name", + "title": "`button`, `link`, and `menuitem` elements have accessible names", + "description": "When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to make command elements more accessible](https://dequeuniversity.com/rules/axe/4.8/aria-command-name).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "aria-dialog-name": { + "id": "aria-dialog-name", + "title": "Elements with `role=\"dialog\"` or `role=\"alertdialog\"` have accessible names.", + "description": "ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. [Learn how to make ARIA dialog elements more accessible](https://dequeuniversity.com/rules/axe/4.8/aria-dialog-name).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "aria-hidden-body": { + "id": "aria-hidden-body", + "title": "`[aria-hidden=\"true\"]` is not present on the document ``", + "description": "Assistive technologies, like screen readers, work inconsistently when `aria-hidden=\"true\"` is set on the document ``. [Learn how `aria-hidden` affects the document body](https://dequeuniversity.com/rules/axe/4.8/aria-hidden-body).", + "score": 1, + "scoreDisplayMode": "binary", + "details": { + "type": "table", + "headings": [], + "items": [] + } + }, + "aria-hidden-focus": { + "id": "aria-hidden-focus", + "title": "`[aria-hidden=\"true\"]` elements do not contain focusable descendents", + "description": "Focusable descendents within an `[aria-hidden=\"true\"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. [Learn how `aria-hidden` affects focusable elements](https://dequeuniversity.com/rules/axe/4.8/aria-hidden-focus).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "aria-input-field-name": { + "id": "aria-input-field-name", + "title": "ARIA input fields have accessible names", + "description": "When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn more about input field labels](https://dequeuniversity.com/rules/axe/4.8/aria-input-field-name).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "aria-meter-name": { + "id": "aria-meter-name", + "title": "ARIA `meter` elements have accessible names", + "description": "When a meter element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to name `meter` elements](https://dequeuniversity.com/rules/axe/4.8/aria-meter-name).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "aria-progressbar-name": { + "id": "aria-progressbar-name", + "title": "ARIA `progressbar` elements have accessible names", + "description": "When a `progressbar` element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to label `progressbar` elements](https://dequeuniversity.com/rules/axe/4.8/aria-progressbar-name).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "aria-required-attr": { + "id": "aria-required-attr", + "title": "`[role]`s have all required `[aria-*]` attributes", + "description": "Some ARIA roles have required attributes that describe the state of the element to screen readers. [Learn more about roles and required attributes](https://dequeuniversity.com/rules/axe/4.8/aria-required-attr).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "aria-required-children": { + "id": "aria-required-children", + "title": "Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.", + "description": "Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. [Learn more about roles and required children elements](https://dequeuniversity.com/rules/axe/4.8/aria-required-children).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "aria-required-parent": { + "id": "aria-required-parent", + "title": "`[role]`s are contained by their required parent element", + "description": "Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. [Learn more about ARIA roles and required parent element](https://dequeuniversity.com/rules/axe/4.8/aria-required-parent).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "aria-roles": { + "id": "aria-roles", + "title": "`[role]` values are valid", + "description": "ARIA roles must have valid values in order to perform their intended accessibility functions. [Learn more about valid ARIA roles](https://dequeuniversity.com/rules/axe/4.8/aria-roles).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "aria-text": { + "id": "aria-text", + "title": "Elements with the `role=text` attribute do not have focusable descendents.", + "description": "Adding `role=text` around a text node split by markup enables VoiceOver to treat it as one phrase, but the element's focusable descendents will not be announced. [Learn more about the `role=text` attribute](https://dequeuniversity.com/rules/axe/4.8/aria-text).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "aria-toggle-field-name": { + "id": "aria-toggle-field-name", + "title": "ARIA toggle fields have accessible names", + "description": "When a toggle field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn more about toggle fields](https://dequeuniversity.com/rules/axe/4.8/aria-toggle-field-name).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "aria-tooltip-name": { + "id": "aria-tooltip-name", + "title": "ARIA `tooltip` elements have accessible names", + "description": "When a tooltip element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to name `tooltip` elements](https://dequeuniversity.com/rules/axe/4.8/aria-tooltip-name).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "aria-treeitem-name": { + "id": "aria-treeitem-name", + "title": "ARIA `treeitem` elements have accessible names", + "description": "When a `treeitem` element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn more about labeling `treeitem` elements](https://dequeuniversity.com/rules/axe/4.8/aria-treeitem-name).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "aria-valid-attr-value": { + "id": "aria-valid-attr-value", + "title": "`[aria-*]` attributes have valid values", + "description": "Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. [Learn more about valid values for ARIA attributes](https://dequeuniversity.com/rules/axe/4.8/aria-valid-attr-value).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "aria-valid-attr": { + "id": "aria-valid-attr", + "title": "`[aria-*]` attributes are valid and not misspelled", + "description": "Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid names. [Learn more about valid ARIA attributes](https://dequeuniversity.com/rules/axe/4.8/aria-valid-attr).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "button-name": { + "id": "button-name", + "title": "Buttons have an accessible name", + "description": "When a button doesn't have an accessible name, screen readers announce it as \"button\", making it unusable for users who rely on screen readers. [Learn how to make buttons more accessible](https://dequeuniversity.com/rules/axe/4.8/button-name).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "bypass": { + "id": "bypass", + "title": "The page contains a heading, skip link, or landmark region", + "description": "Adding ways to bypass repetitive content lets keyboard users navigate the page more efficiently. [Learn more about bypass blocks](https://dequeuniversity.com/rules/axe/4.8/bypass).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "color-contrast": { + "id": "color-contrast", + "title": "Background and foreground colors have a sufficient contrast ratio", + "description": "Low-contrast text is difficult or impossible for many users to read. [Learn how to provide sufficient color contrast](https://dequeuniversity.com/rules/axe/4.8/color-contrast).", + "score": 1, + "scoreDisplayMode": "binary", + "details": { + "type": "table", + "headings": [], + "items": [] + } + }, + "definition-list": { + "id": "definition-list", + "title": "`
`'s contain only properly-ordered `
` and `
` groups, ` + + + + diff --git a/.lighthouseci/lhr-1717516662233.json b/.lighthouseci/lhr-1717516662233.json new file mode 100644 index 0000000..777d43b --- /dev/null +++ b/.lighthouseci/lhr-1717516662233.json @@ -0,0 +1,7125 @@ +{ + "lighthouseVersion": "11.4.0", + "requestedUrl": "http://192.168.1.2:8080/", + "mainDocumentUrl": "http://192.168.1.2:8080/", + "finalDisplayedUrl": "http://192.168.1.2:8080/", + "finalUrl": "http://192.168.1.2:8080/", + "fetchTime": "2024-06-04T15:57:34.528Z", + "gatherMode": "navigation", + "runWarnings": [], + "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/125.0.6422.141 Safari/537.36", + "environment": { + "networkUserAgent": "Mozilla/5.0 (Linux; Android 11; moto g power (2022)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Mobile Safari/537.36", + "hostUserAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/125.0.6422.141 Safari/537.36", + "benchmarkIndex": 1797, + "credits": { + "axe-core": "4.9.1" + } + }, + "audits": { + "is-on-https": { + "id": "is-on-https", + "title": "Does not use HTTPS", + "description": "All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding [mixed content](https://developers.google.com/web/fundamentals/security/prevent-mixed-content/what-is-mixed-content), where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. [Learn more about HTTPS](https://developer.chrome.com/docs/lighthouse/pwa/is-on-https/).", + "score": 0, + "scoreDisplayMode": "binary", + "displayValue": "3 insecure requests found", + "details": { + "type": "table", + "headings": [ + { + "key": "url", + "valueType": "url", + "label": "Insecure URL" + }, + { + "key": "resolution", + "valueType": "text", + "label": "Request Resolution" + } + ], + "items": [ + { + "url": "http://192.168.1.2:8080/", + "resolution": "Allowed" + }, + { + "url": "http://192.168.1.2:8080/style.css", + "resolution": "Allowed" + }, + { + "url": "http://192.168.1.2:8080/app.js", + "resolution": "Allowed" + } + ] + } + }, + "viewport": { + "id": "viewport", + "title": "Has a `` tag with `width` or `initial-scale`", + "description": "A `` not only optimizes your app for mobile screen sizes, but also prevents [a 300 millisecond delay to user input](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/). [Learn more about using the viewport meta tag](https://developer.chrome.com/docs/lighthouse/pwa/viewport/).", + "score": 1, + "scoreDisplayMode": "metricSavings", + "warnings": [], + "metricSavings": { + "INP": 0 + }, + "guidanceLevel": 3 + }, + "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 about the First Contentful Paint metric](https://developer.chrome.com/docs/lighthouse/performance/first-contentful-paint/).", + "score": 1, + "scoreDisplayMode": "numeric", + "numericValue": 904.2750000000001, + "numericUnit": "millisecond", + "displayValue": "0.9 s", + "scoringOptions": { + "p10": 1800, + "median": 3000 + } + }, + "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 about the Largest Contentful Paint metric](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-largest-contentful-paint/)", + "score": 1, + "scoreDisplayMode": "numeric", + "numericValue": 904.2750000000001, + "numericUnit": "millisecond", + "displayValue": "0.9 s", + "scoringOptions": { + "p10": 2500, + "median": 4000 + } + }, + "first-meaningful-paint": { + "id": "first-meaningful-paint", + "title": "First Meaningful Paint", + "description": "First Meaningful Paint measures when the primary content of a page is visible. [Learn more about the First Meaningful Paint metric](https://developer.chrome.com/docs/lighthouse/performance/first-meaningful-paint/).", + "score": 1, + "scoreDisplayMode": "numeric", + "numericValue": 904.2750000000001, + "numericUnit": "millisecond", + "displayValue": "0.9 s" + }, + "speed-index": { + "id": "speed-index", + "title": "Speed Index", + "description": "Speed Index shows how quickly the contents of a page are visibly populated. [Learn more about the Speed Index metric](https://developer.chrome.com/docs/lighthouse/performance/speed-index/).", + "score": 1, + "scoreDisplayMode": "numeric", + "numericValue": 904.2750000000001, + "numericUnit": "millisecond", + "displayValue": "0.9 s", + "scoringOptions": { + "p10": 3387, + "median": 5800 + } + }, + "screenshot-thumbnails": { + "id": "screenshot-thumbnails", + "title": "Screenshot Thumbnails", + "description": "This is what the load of your site looked like.", + "score": null, + "scoreDisplayMode": "informative", + "details": { + "type": "filmstrip", + "scale": 3000, + "items": [ + { + "timing": 375, + "timestamp": 78826098574, + "data": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAHyAPoDASIAAhEBAxEB/8QAHAABAAMBAAMBAAAAAAAAAAAAAAQFBgcCAwgB/8QAMxABAAEEAQIEBAUDBAMAAAAAAAECAwQFEQYSByExURMUQXEVImGRoUJ0gTI1N4JysbP/xAAWAQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAiEQEAAgEDAwUAAAAAAAAAAAAAAREhMUFhAsHwEoGRsdH/2gAMAwEAAhEDEQA/APpUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABkegeqsjqXJ6gt5GPasxrc+vEom3Mz300/Wefq1zgnQXSNzqPddYX7fUG61UWtveo+HgZHw6a/wA0zzMfWU384J085dK6K6tyOoOoOp9fkY9mzb1OTFi3XRM81xzVHM8/+LR4W41mfkXcfB2OHk37Xlct2b1NdVH3iJ5h89a2xnarpzxVxtdk5WRkWL9u3Vfrq7rtdEV1RXVM+/bzzP3WHTOizcnJ6Pzdbe6O19WPVRcpqw8munJybcxHfTXEx+arjnmPeeFjNeyTh0KnrvLnZdc43yljt6fsfFszzPN2eyqrir9vovujeo43XReBvdl8DDi/bm5c5r4oo4qmPWfs5jR/v3jH/Zx/8q1Lbm3X034XY+5mI6cuXLnzPfPFubkVT2RXPpx6+v6kZiOa7rOJni+z6A1uzwNpZm7rc3GzLUTxNePdpuUxP3iZZvxE6qyelKNPkW8a1ew8rNoxcmuuZibUVf1Rx9p9WOxbWBh+OGus9H049vErwK52VvCiIsx69s1RT5RPPb/Hu1njJqp2/hzuLVEc3bNv5mj70T3T/ETCTNR6iIuaUniR4n19JdU6/V2MO1kWa6KLuXdqmebVFVfb5cfp5+fvDQbLqvIteIup6awsezdt5ONXlZF6qZ5t0Rz28ce8x/LknTuBf6/6W643+Zan5i7j2sfH+sxNmimuePvNNP7pvhZl7DqO71P1Lj0VfP42pt4GLz583Ytecx/2pif8rprtn8TXTfDtte71VGwjAr2eFTnT6Y836YuT/wBeeXlnbfW4F+mznbDDxr1VE3It3r1NFU0R61cTPpHE+bguuxulLngfl5mZ8lO+7blVd6uY+ajJ757Y5n83t5eyZdwbm4668NsfqSxF+9Xq5ryLd+nnvmIqmO6J9Z8o5iSs0t4t0W91tNXiJqNBg04uTr8/Dqyoy7dfdzx3/wCmYniY/KtuqOqMLUavaV2MvCu7PDxbmRGJVep757aZnzpieeGC3ePRieO/T9jAs2rNFvUXKbVu3TFNNPld4iIjyiGO6fxunb3hF1Hk72nEnqKLl/4ly/x8zF7+iI5/NHM/SPXz5+qTOPn7I1y7r0VuLnUHSus2t+1Rau5dmLlVFEzMUzP0jldMj4Sf8a9Pf2tP/uWua6oqZZ6ZuIkARoAAAAAAAAAAAAAAQtbqsDWV5NWvxLOPVk3JvXpt08fErn1qn3lNAQMLTa7Bv5l7EwrFm7mVd+RVRRETdnz86vf1n90PX9JdP67O+cwNLr8fKieYu27FMVR9p48v8LsBW/gOqi7sLvyGP8TYU9mXV2RzfjiY4q9/KZfv4FqvwinVTr8WdbTHFONVbibcRzz6T+qxAV2m0eq0lqu3qNfi4VFc81RYtxT3ffj1T71qi9artXaKa7ddM01U1RzExPrEvIBB1Oo1+owpw9Xh2MXFmZq+FaoimnmfWeHjpdLrdJj12NRg2MOzXX31UWaIpiauOOf4hYAKW50poLmz/Ea9Nr6s7u7/AI02Ke7u9+ePX9U2/qcC/s8fY3sSzXn49M0Wr9VPNdETzzET/mU0BBu6nX3dta2lzDs1bG1RNu3kTT+emmefKJ9vOf3Q8npTQZWfdzcjTYFzLuxNNd6qxTNVUTHE8zx7LoB6MDDxtfh2sTCs0WMa1T227dEcU0x7RD3gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD//Z" + }, + { + "timing": 750, + "timestamp": 78826473574, + "data": "data:image/jpeg;base64,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AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD//Z" + }, + { + "timing": 1125, + "timestamp": 78826848574, + "data": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAHyAPoDASIAAhEBAxEB/8QAHAABAAMBAAMBAAAAAAAAAAAAAAQFBgcCAwgB/8QAMxABAAEEAQIEBAUDBAMAAAAAAAECAwQFEQYSByExURMUQXEVImGRoUJ0gTI1N4JysbP/xAAWAQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAiEQEAAgEDAwUAAAAAAAAAAAAAAREhMUFhAsHwEoGRsdH/2gAMAwEAAhEDEQA/APpUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABkegeqsjqXJ6gt5GPasxrc+vEom3Mz300/Wefq1zgnQXSNzqPddYX7fUG61UWtveo+HgZHw6a/wA0zzMfWU384J085dK6K6tyOoOoOp9fkY9mzb1OTFi3XRM81xzVHM8/+LR4W41mfkXcfB2OHk37Xlct2b1NdVH3iJ5h89a2xnarpzxVxtdk5WRkWL9u3Vfrq7rtdEV1RXVM+/bzzP3WHTOizcnJ6Pzdbe6O19WPVRcpqw8munJybcxHfTXEx+arjnmPeeFjNeyTh0KnrvLnZdc43yljt6fsfFszzPN2eyqrir9vovujeo43XReBvdl8DDi/bm5c5r4oo4qmPWfs5jR/v3jH/Zx/8q1Lbm3X034XY+5mI6cuXLnzPfPFubkVT2RXPpx6+v6kZiOa7rOJni+z6A1uzwNpZm7rc3GzLUTxNePdpuUxP3iZZvxE6qyelKNPkW8a1ew8rNoxcmuuZibUVf1Rx9p9WOxbWBh+OGus9H049vErwK52VvCiIsx69s1RT5RPPb/Hu1njJqp2/hzuLVEc3bNv5mj70T3T/ETCTNR6iIuaUniR4n19JdU6/V2MO1kWa6KLuXdqmebVFVfb5cfp5+fvDQbLqvIteIup6awsezdt5ONXlZF6qZ5t0Rz28ce8x/LknTuBf6/6W643+Zan5i7j2sfH+sxNmimuePvNNP7pvhZl7DqO71P1Lj0VfP42pt4GLz583Ytecx/2pif8rprtn8TXTfDtte71VGwjAr2eFTnT6Y836YuT/wBeeXlnbfW4F+mznbDDxr1VE3It3r1NFU0R61cTPpHE+bguuxulLngfl5mZ8lO+7blVd6uY+ajJ757Y5n83t5eyZdwbm4668NsfqSxF+9Xq5ryLd+nnvmIqmO6J9Z8o5iSs0t4t0W91tNXiJqNBg04uTr8/Dqyoy7dfdzx3/wCmYniY/KtuqOqMLUavaV2MvCu7PDxbmRGJVep757aZnzpieeGC3ePRieO/T9jAs2rNFvUXKbVu3TFNNPld4iIjyiGO6fxunb3hF1Hk72nEnqKLl/4ly/x8zF7+iI5/NHM/SPXz5+qTOPn7I1y7r0VuLnUHSus2t+1Rau5dmLlVFEzMUzP0jldMj4Sf8a9Pf2tP/uWua6oqZZ6ZuIkARoAAAAAAAAAAAAAAQtbqsDWV5NWvxLOPVk3JvXpt08fErn1qn3lNAQMLTa7Bv5l7EwrFm7mVd+RVRRETdnz86vf1n90PX9JdP67O+cwNLr8fKieYu27FMVR9p48v8LsBW/gOqi7sLvyGP8TYU9mXV2RzfjiY4q9/KZfv4FqvwinVTr8WdbTHFONVbibcRzz6T+qxAV2m0eq0lqu3qNfi4VFc81RYtxT3ffj1T71qi9artXaKa7ddM01U1RzExPrEvIBB1Oo1+owpw9Xh2MXFmZq+FaoimnmfWeHjpdLrdJj12NRg2MOzXX31UWaIpiauOOf4hYAKW50poLmz/Ea9Nr6s7u7/AI02Ke7u9+ePX9U2/qcC/s8fY3sSzXn49M0Wr9VPNdETzzET/mU0BBu6nX3dta2lzDs1bG1RNu3kTT+emmefKJ9vOf3Q8npTQZWfdzcjTYFzLuxNNd6qxTNVUTHE8zx7LoB6MDDxtfh2sTCs0WMa1T227dEcU0x7RD3gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD//Z" + }, + { + "timing": 1500, + "timestamp": 78827223574, + "data": "data:image/jpeg;base64,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AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD//Z" + }, + { + "timing": 1875, + "timestamp": 78827598574, + "data": "data:image/jpeg;base64,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AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD//Z" + }, + { + "timing": 2250, + "timestamp": 78827973574, + "data": "data:image/jpeg;base64,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AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD//Z" + }, + { + "timing": 2625, + "timestamp": 78828348574, + "data": "data:image/jpeg;base64,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AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD//Z" + }, + { + "timing": 3000, + "timestamp": 78828723574, + "data": "data:image/jpeg;base64,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AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD//Z" + } + ] + } + }, + "final-screenshot": { + "id": "final-screenshot", + "title": "Final Screenshot", + "description": "The last screenshot captured of the pageload.", + "score": null, + "scoreDisplayMode": "informative", + "details": { + "type": "screenshot", + "timing": 40, + "timestamp": 78825763510, + "data": "data:image/jpeg;base64,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AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD//Z" + } + }, + "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 about the Total Blocking Time metric](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-total-blocking-time/).", + "score": 1, + "scoreDisplayMode": "numeric", + "numericValue": 0, + "numericUnit": "millisecond", + "displayValue": "0 ms", + "scoringOptions": { + "p10": 200, + "median": 600 + } + }, + "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 about the Maximum Potential First Input Delay metric](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-max-potential-fid/).", + "score": 1, + "scoreDisplayMode": "numeric", + "numericValue": 16, + "numericUnit": "millisecond", + "displayValue": "20 ms" + }, + "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 about the Cumulative Layout Shift metric](https://web.dev/articles/cls).", + "score": 1, + "scoreDisplayMode": "numeric", + "numericValue": 0, + "numericUnit": "unitless", + "displayValue": "0", + "scoringOptions": { + "p10": 0.1, + "median": 0.25 + }, + "details": { + "type": "debugdata", + "items": [ + { + "cumulativeLayoutShiftMainFrame": 0 + } + ] + } + }, + "errors-in-console": { + "id": "errors-in-console", + "title": "No browser errors logged to the console", + "description": "Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)", + "score": 1, + "scoreDisplayMode": "binary", + "details": { + "type": "table", + "headings": [], + "items": [] + } + }, + "server-response-time": { + "id": "server-response-time", + "title": "Initial server response time was short", + "description": "Keep the server response time for the main document short because all other requests depend on it. [Learn more about the Time to First Byte metric](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/).", + "score": null, + "scoreDisplayMode": "informative", + "numericValue": 1.9259999999999984, + "numericUnit": "millisecond", + "displayValue": "Root document took 0 ms", + "metricSavings": { + "FCP": 0, + "LCP": 0 + }, + "details": { + "type": "opportunity", + "headings": [ + { + "key": "url", + "valueType": "url", + "label": "URL" + }, + { + "key": "responseTime", + "valueType": "timespanMs", + "label": "Time Spent" + } + ], + "items": [ + { + "url": "http://192.168.1.2:8080/", + "responseTime": 1.9259999999999984 + } + ], + "overallSavingsMs": 0 + }, + "guidanceLevel": 1 + }, + "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 about the Time to Interactive metric](https://developer.chrome.com/docs/lighthouse/performance/interactive/).", + "score": 1, + "scoreDisplayMode": "numeric", + "numericValue": 904.2750000000001, + "numericUnit": "millisecond", + "displayValue": "0.9 s" + }, + "user-timings": { + "id": "user-timings", + "title": "User Timing marks and measures", + "description": "Consider instrumenting your app with the User Timing API to measure your app's real-world performance during key user experiences. [Learn more about User Timing marks](https://developer.chrome.com/docs/lighthouse/performance/user-timings/).", + "score": null, + "scoreDisplayMode": "notApplicable", + "details": { + "type": "table", + "headings": [], + "items": [] + }, + "guidanceLevel": 2 + }, + "critical-request-chains": { + "id": "critical-request-chains", + "title": "Avoid chaining critical requests", + "description": "The Critical Request Chains below show you what resources are loaded with a high priority. Consider reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load. [Learn how to avoid chaining critical requests](https://developer.chrome.com/docs/lighthouse/performance/critical-request-chains/).", + "score": null, + "scoreDisplayMode": "informative", + "displayValue": "2 chains found", + "details": { + "type": "criticalrequestchain", + "chains": { + "6DB5F55F4D3BCDCEBDFFCEF6CAED6E6F": { + "request": { + "url": "http://192.168.1.2:8080/", + "startTime": 78825.724249, + "endTime": 78825.743412, + "responseReceivedTime": 78825.74308300002, + "transferSize": 748 + }, + "children": { + "27824.2": { + "request": { + "url": "http://192.168.1.2:8080/style.css", + "startTime": 78825.747904, + "endTime": 78825.75057200002, + "responseReceivedTime": 78825.75034999999, + "transferSize": 475 + } + }, + "27824.3": { + "request": { + "url": "http://192.168.1.2:8080/app.js", + "startTime": 78825.748045, + "endTime": 78825.752059, + "responseReceivedTime": 78825.751879, + "transferSize": 358 + } + } + } + } + }, + "longestChain": { + "duration": 27.809999987483025, + "length": 2, + "transferSize": 358 + } + }, + "guidanceLevel": 1 + }, + "redirects": { + "id": "redirects", + "title": "Avoid multiple page redirects", + "description": "Redirects introduce additional delays before the page can be loaded. [Learn how to avoid page redirects](https://developer.chrome.com/docs/lighthouse/performance/redirects/).", + "score": 1, + "scoreDisplayMode": "metricSavings", + "numericValue": 0, + "numericUnit": "millisecond", + "displayValue": "", + "metricSavings": { + "LCP": 0, + "FCP": 0 + }, + "details": { + "type": "opportunity", + "headings": [], + "items": [], + "overallSavingsMs": 0 + }, + "guidanceLevel": 2 + }, + "installable-manifest": { + "id": "installable-manifest", + "title": "Web app manifest and service worker meet the installability requirements", + "description": "Service worker is the technology that enables your app to use many Progressive Web App features, such as offline, add to homescreen, and push notifications. With proper service worker and manifest implementations, browsers can proactively prompt users to add your app to their homescreen, which can lead to higher engagement. [Learn more about manifest installability requirements](https://developer.chrome.com/docs/lighthouse/pwa/installable-manifest/).", + "score": 1, + "scoreDisplayMode": "binary", + "warnings": [], + "details": { + "type": "table", + "headings": [], + "items": [], + "debugData": { + "type": "debugdata", + "manifestUrl": "" + } + } + }, + "splash-screen": { + "id": "splash-screen", + "title": "Is not configured for a custom splash screen", + "description": "A themed splash screen ensures a high-quality experience when users launch your app from their homescreens. [Learn more about splash screens](https://developer.chrome.com/docs/lighthouse/pwa/splash-screen/).", + "score": 0, + "scoreDisplayMode": "binary", + "explanation": "Failures: Manifest does not have a PNG icon of at least 512px,\nManifest does not have `background_color`,\nManifest does not have `theme_color`,\nManifest does not have `name`.", + "details": { + "type": "debugdata", + "items": [ + { + "failures": [ + "Manifest does not have a PNG icon of at least 512px", + "Manifest does not have `background_color`", + "Manifest does not have `theme_color`", + "Manifest does not have `name`" + ], + "isParseFailure": false, + "hasStartUrl": true, + "hasIconsAtLeast144px": false, + "hasIconsAtLeast512px": false, + "fetchesIcon": false, + "hasPWADisplayValue": false, + "hasBackgroundColor": false, + "hasThemeColor": false, + "hasShortName": false, + "shortNameLength": false, + "hasName": false, + "hasMaskableIcon": false + } + ] + } + }, + "themed-omnibox": { + "id": "themed-omnibox", + "title": "Does not set a theme color for the address bar.", + "description": "The browser address bar can be themed to match your site. [Learn more about theming the address bar](https://developer.chrome.com/docs/lighthouse/pwa/themed-omnibox/).", + "score": 0, + "scoreDisplayMode": "binary", + "explanation": "Failures: Manifest does not have `theme_color`,\nNo `` tag found.", + "details": { + "type": "debugdata", + "items": [ + { + "failures": [ + "Manifest does not have `theme_color`", + "No `` tag found" + ], + "themeColor": null, + "isParseFailure": false, + "hasStartUrl": true, + "hasIconsAtLeast144px": false, + "hasIconsAtLeast512px": false, + "fetchesIcon": false, + "hasPWADisplayValue": false, + "hasBackgroundColor": false, + "hasThemeColor": false, + "hasShortName": false, + "shortNameLength": false, + "hasName": false, + "hasMaskableIcon": false + } + ] + } + }, + "maskable-icon": { + "id": "maskable-icon", + "title": "Manifest doesn't have a maskable icon", + "description": "A maskable icon ensures that the image fills the entire shape without being letterboxed when installing the app on a device. [Learn about maskable manifest icons](https://developer.chrome.com/docs/lighthouse/pwa/maskable-icon-audit/).", + "score": 0, + "scoreDisplayMode": "binary" + }, + "content-width": { + "id": "content-width", + "title": "Content is sized correctly for the viewport", + "description": "If the width of your app's content doesn't match the width of the viewport, your app might not be optimized for mobile screens. [Learn how to size content for the viewport](https://developer.chrome.com/docs/lighthouse/pwa/content-width/).", + "score": 1, + "scoreDisplayMode": "binary" + }, + "image-aspect-ratio": { + "id": "image-aspect-ratio", + "title": "Displays images with correct aspect ratio", + "description": "Image display dimensions should match natural aspect ratio. [Learn more about image aspect ratio](https://developer.chrome.com/docs/lighthouse/best-practices/image-aspect-ratio/).", + "score": 1, + "scoreDisplayMode": "binary", + "details": { + "type": "table", + "headings": [], + "items": [] + } + }, + "image-size-responsive": { + "id": "image-size-responsive", + "title": "Serves images with appropriate resolution", + "description": "Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. [Learn how to provide responsive images](https://web.dev/articles/serve-responsive-images).", + "score": 1, + "scoreDisplayMode": "binary", + "details": { + "type": "table", + "headings": [], + "items": [] + } + }, + "preload-fonts": { + "id": "preload-fonts", + "title": "Fonts with `font-display: optional` are preloaded", + "description": "Preload `optional` fonts so first-time visitors may use them. [Learn more about preloading fonts](https://web.dev/articles/preload-optional-fonts)", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "deprecations": { + "id": "deprecations", + "title": "Avoids deprecated APIs", + "description": "Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/).", + "score": 1, + "scoreDisplayMode": "binary", + "details": { + "type": "table", + "headings": [], + "items": [] + } + }, + "third-party-cookies": { + "id": "third-party-cookies", + "title": "Avoids third-party cookies", + "description": "Support for third-party cookies will be removed in a future version of Chrome. [Learn more about phasing out third-party cookies](https://developer.chrome.com/en/docs/privacy-sandbox/third-party-cookie-phase-out/).", + "score": 1, + "scoreDisplayMode": "binary", + "details": { + "type": "table", + "headings": [], + "items": [] + } + }, + "mainthread-work-breakdown": { + "id": "mainthread-work-breakdown", + "title": "Minimizes main-thread work", + "description": "Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to minimize main-thread work](https://developer.chrome.com/docs/lighthouse/performance/mainthread-work-breakdown/)", + "score": null, + "scoreDisplayMode": "informative", + "numericValue": 51.283999999999985, + "numericUnit": "millisecond", + "displayValue": "0.1 s", + "metricSavings": { + "TBT": 0 + }, + "details": { + "type": "table", + "headings": [ + { + "key": "groupLabel", + "valueType": "text", + "label": "Category" + }, + { + "key": "duration", + "valueType": "ms", + "granularity": 1, + "label": "Time Spent" + } + ], + "items": [ + { + "group": "other", + "groupLabel": "Other", + "duration": 31.051999999999992 + }, + { + "group": "styleLayout", + "groupLabel": "Style & Layout", + "duration": 10.139999999999999 + }, + { + "group": "scriptEvaluation", + "groupLabel": "Script Evaluation", + "duration": 7.4799999999999995 + }, + { + "group": "parseHTML", + "groupLabel": "Parse HTML & CSS", + "duration": 1.3760000000000001 + }, + { + "group": "paintCompositeRender", + "groupLabel": "Rendering", + "duration": 0.692 + }, + { + "group": "scriptParseCompile", + "groupLabel": "Script Parsing & Compilation", + "duration": 0.544 + } + ], + "sortedBy": [ + "duration" + ] + }, + "guidanceLevel": 1 + }, + "bootup-time": { + "id": "bootup-time", + "title": "JavaScript execution time", + "description": "Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).", + "score": null, + "scoreDisplayMode": "notApplicable", + "numericValue": 0, + "numericUnit": "millisecond", + "displayValue": "", + "metricSavings": { + "TBT": 0 + }, + "details": { + "type": "table", + "headings": [], + "items": [] + }, + "guidanceLevel": 1 + }, + "uses-rel-preload": { + "id": "uses-rel-preload", + "title": "Preload key requests", + "description": "Consider using `` to prioritize fetching resources that are currently requested later in page load. [Learn how to preload key requests](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preload/).", + "score": null, + "scoreDisplayMode": "notApplicable", + "details": { + "type": "opportunity", + "headings": [], + "items": [], + "overallSavingsMs": 0 + }, + "guidanceLevel": 3 + }, + "uses-rel-preconnect": { + "id": "uses-rel-preconnect", + "title": "Preconnect to required origins", + "description": "Consider adding `preconnect` or `dns-prefetch` resource hints to establish early connections to important third-party origins. [Learn how to preconnect to required origins](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/).", + "score": 1, + "scoreDisplayMode": "metricSavings", + "numericValue": 0, + "numericUnit": "millisecond", + "displayValue": "", + "warnings": [], + "metricSavings": { + "LCP": 0, + "FCP": 0 + }, + "details": { + "type": "opportunity", + "headings": [], + "items": [], + "overallSavingsMs": 0, + "sortedBy": [ + "wastedMs" + ] + }, + "guidanceLevel": 3 + }, + "font-display": { + "id": "font-display", + "title": "All text remains visible during webfont loads", + "description": "Leverage the `font-display` CSS feature to ensure text is user-visible while webfonts are loading. [Learn more about `font-display`](https://developer.chrome.com/docs/lighthouse/performance/font-display/).", + "score": 1, + "scoreDisplayMode": "metricSavings", + "warnings": [], + "details": { + "type": "table", + "headings": [], + "items": [] + }, + "guidanceLevel": 3 + }, + "diagnostics": { + "id": "diagnostics", + "title": "Diagnostics", + "description": "Collection of useful page vitals.", + "score": null, + "scoreDisplayMode": "informative", + "details": { + "type": "debugdata", + "items": [ + { + "numRequests": 3, + "numScripts": 1, + "numStylesheets": 1, + "numFonts": 0, + "numTasks": 62, + "numTasksOver10ms": 0, + "numTasksOver25ms": 0, + "numTasksOver50ms": 0, + "numTasksOver100ms": 0, + "numTasksOver500ms": 0, + "rtt": 0.3610000000000001, + "throughput": 17302325.40711676, + "maxRtt": 0.3610000000000001, + "maxServerLatency": 1.7099999999999977, + "totalByteWeight": 1581, + "totalTaskTime": 12.820999999999998, + "mainDocumentTransferSize": 748 + } + ] + } + }, + "network-requests": { + "id": "network-requests", + "title": "Network Requests", + "description": "Lists the network requests that were made during page load.", + "score": null, + "scoreDisplayMode": "informative", + "details": { + "type": "table", + "headings": [ + { + "key": "url", + "valueType": "url", + "label": "URL" + }, + { + "key": "protocol", + "valueType": "text", + "label": "Protocol" + }, + { + "key": "networkRequestTime", + "valueType": "ms", + "granularity": 1, + "label": "Network Request Time" + }, + { + "key": "networkEndTime", + "valueType": "ms", + "granularity": 1, + "label": "Network End Time" + }, + { + "key": "transferSize", + "valueType": "bytes", + "displayUnit": "kb", + "granularity": 1, + "label": "Transfer Size" + }, + { + "key": "resourceSize", + "valueType": "bytes", + "displayUnit": "kb", + "granularity": 1, + "label": "Resource Size" + }, + { + "key": "statusCode", + "valueType": "text", + "label": "Status Code" + }, + { + "key": "mimeType", + "valueType": "text", + "label": "MIME Type" + }, + { + "key": "resourceType", + "valueType": "text", + "label": "Resource Type" + } + ], + "items": [ + { + "url": "http://192.168.1.2:8080/", + "sessionTargetType": "page", + "protocol": "http/1.1", + "rendererStartTime": 0, + "networkRequestTime": 0.5800000131130219, + "networkEndTime": 19.743000000715256, + "finished": true, + "transferSize": 748, + "resourceSize": 430, + "statusCode": 200, + "mimeType": "text/html", + "resourceType": "Document", + "priority": "VeryHigh", + "experimentalFromMainFrame": true, + "entity": "192.168.1.2" + }, + { + "url": "http://192.168.1.2:8080/style.css", + "sessionTargetType": "page", + "protocol": "http/1.1", + "rendererStartTime": 23.95499999821186, + "networkRequestTime": 24.234999999403954, + "networkEndTime": 26.90300001204014, + "finished": true, + "transferSize": 475, + "resourceSize": 158, + "statusCode": 200, + "mimeType": "text/css", + "resourceType": "Stylesheet", + "priority": "VeryHigh", + "experimentalFromMainFrame": true, + "entity": "192.168.1.2" + }, + { + "url": "http://192.168.1.2:8080/app.js", + "sessionTargetType": "page", + "protocol": "http/1.1", + "rendererStartTime": 24.16099999845028, + "networkRequestTime": 24.376000002026558, + "networkEndTime": 28.390000000596046, + "finished": true, + "transferSize": 358, + "resourceSize": 29, + "statusCode": 200, + "mimeType": "application/javascript", + "resourceType": "Script", + "priority": "High", + "experimentalFromMainFrame": true, + "entity": "192.168.1.2" + } + ], + "debugData": { + "type": "debugdata", + "networkStartTimeTs": 78825723669 + } + } + }, + "network-rtt": { + "id": "network-rtt", + "title": "Network Round Trip Times", + "description": "Network round trip times (RTT) have a large impact on performance. If the RTT to an origin is high, it's an indication that servers closer to the user could improve performance. [Learn more about the Round Trip Time](https://hpbn.co/primer-on-latency-and-bandwidth/).", + "score": null, + "scoreDisplayMode": "informative", + "numericValue": 0.3610000000000001, + "numericUnit": "millisecond", + "displayValue": "0 ms", + "details": { + "type": "table", + "headings": [ + { + "key": "origin", + "valueType": "text", + "label": "URL" + }, + { + "key": "rtt", + "valueType": "ms", + "granularity": 1, + "label": "Time Spent" + } + ], + "items": [ + { + "origin": "http://192.168.1.2:8080", + "rtt": 0.3610000000000001 + } + ], + "sortedBy": [ + "rtt" + ] + } + }, + "network-server-latency": { + "id": "network-server-latency", + "title": "Server Backend Latencies", + "description": "Server latencies can impact web performance. If the server latency of an origin is high, it's an indication the server is overloaded or has poor backend performance. [Learn more about server response time](https://hpbn.co/primer-on-web-performance/#analyzing-the-resource-waterfall).", + "score": null, + "scoreDisplayMode": "informative", + "numericValue": 1.7099999999999977, + "numericUnit": "millisecond", + "displayValue": "0 ms", + "details": { + "type": "table", + "headings": [ + { + "key": "origin", + "valueType": "text", + "label": "URL" + }, + { + "key": "serverResponseTime", + "valueType": "ms", + "granularity": 1, + "label": "Time Spent" + } + ], + "items": [ + { + "origin": "http://192.168.1.2:8080", + "serverResponseTime": 1.7099999999999977 + } + ], + "sortedBy": [ + "serverResponseTime" + ] + } + }, + "main-thread-tasks": { + "id": "main-thread-tasks", + "title": "Tasks", + "description": "Lists the toplevel main thread tasks that executed during page load.", + "score": null, + "scoreDisplayMode": "informative", + "details": { + "type": "table", + "headings": [], + "items": [] + } + }, + "metrics": { + "id": "metrics", + "title": "Metrics", + "description": "Collects all available metrics.", + "score": null, + "scoreDisplayMode": "informative", + "numericValue": 904, + "numericUnit": "millisecond", + "details": { + "type": "debugdata", + "items": [ + { + "firstContentfulPaint": 904, + "firstMeaningfulPaint": 904, + "largestContentfulPaint": 904, + "interactive": 904, + "speedIndex": 904, + "totalBlockingTime": 0, + "maxPotentialFID": 16, + "cumulativeLayoutShift": 0, + "cumulativeLayoutShiftMainFrame": 0, + "timeToFirstByte": 452, + "observedTimeOrigin": 0, + "observedTimeOriginTs": 78825723574, + "observedNavigationStart": 0, + "observedNavigationStartTs": 78825723574, + "observedFirstPaint": 34, + "observedFirstPaintTs": 78825757314, + "observedFirstContentfulPaint": 34, + "observedFirstContentfulPaintTs": 78825757314, + "observedFirstContentfulPaintAllFrames": 34, + "observedFirstContentfulPaintAllFramesTs": 78825757314, + "observedFirstMeaningfulPaint": 34, + "observedFirstMeaningfulPaintTs": 78825757314, + "observedLargestContentfulPaint": 34, + "observedLargestContentfulPaintTs": 78825757314, + "observedLargestContentfulPaintAllFrames": 34, + "observedLargestContentfulPaintAllFramesTs": 78825757314, + "observedTraceEnd": 2382, + "observedTraceEndTs": 78828106045, + "observedLoad": 32, + "observedLoadTs": 78825755219, + "observedDomContentLoaded": 32, + "observedDomContentLoadedTs": 78825755162, + "observedCumulativeLayoutShift": 0, + "observedCumulativeLayoutShiftMainFrame": 0, + "observedFirstVisualChange": 39, + "observedFirstVisualChangeTs": 78825762574, + "observedLastVisualChange": 39, + "observedLastVisualChangeTs": 78825762574, + "observedSpeedIndex": 40, + "observedSpeedIndexTs": 78825763510 + }, + { + "lcpInvalidated": false + } + ] + } + }, + "performance-budget": { + "id": "performance-budget", + "title": "Performance budget", + "description": "Keep the quantity and size of network requests under the targets set by the provided performance budget. [Learn more about performance budgets](https://developers.google.com/web/tools/lighthouse/audits/budgets).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "timing-budget": { + "id": "timing-budget", + "title": "Timing budget", + "description": "Set a timing budget to help you keep an eye on the performance of your site. Performant sites load fast and respond to user input events quickly. [Learn more about performance budgets](https://developers.google.com/web/tools/lighthouse/audits/budgets).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "resource-summary": { + "id": "resource-summary", + "title": "Resources Summary", + "description": "Aggregates all network requests and groups them by type", + "score": null, + "scoreDisplayMode": "informative", + "details": { + "type": "table", + "headings": [ + { + "key": "label", + "valueType": "text", + "label": "Resource Type" + }, + { + "key": "requestCount", + "valueType": "numeric", + "label": "Requests" + }, + { + "key": "transferSize", + "valueType": "bytes", + "label": "Transfer Size" + } + ], + "items": [ + { + "resourceType": "total", + "label": "Total", + "requestCount": 3, + "transferSize": 1581 + }, + { + "resourceType": "document", + "label": "Document", + "requestCount": 1, + "transferSize": 748 + }, + { + "resourceType": "stylesheet", + "label": "Stylesheet", + "requestCount": 1, + "transferSize": 475 + }, + { + "resourceType": "script", + "label": "Script", + "requestCount": 1, + "transferSize": 358 + }, + { + "resourceType": "image", + "label": "Image", + "requestCount": 0, + "transferSize": 0 + }, + { + "resourceType": "media", + "label": "Media", + "requestCount": 0, + "transferSize": 0 + }, + { + "resourceType": "font", + "label": "Font", + "requestCount": 0, + "transferSize": 0 + }, + { + "resourceType": "other", + "label": "Other", + "requestCount": 0, + "transferSize": 0 + }, + { + "resourceType": "third-party", + "label": "Third-party", + "requestCount": 0, + "transferSize": 0 + } + ] + } + }, + "third-party-summary": { + "id": "third-party-summary", + "title": "Minimize third-party usage", + "description": "Third-party code can significantly impact load performance. Limit the number of redundant third-party providers and try to load third-party code after your page has primarily finished loading. [Learn how to minimize third-party impact](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/loading-third-party-javascript/).", + "score": null, + "scoreDisplayMode": "notApplicable", + "metricSavings": { + "TBT": 0 + }, + "guidanceLevel": 1 + }, + "third-party-facades": { + "id": "third-party-facades", + "title": "Lazy load third-party resources with facades", + "description": "Some third-party embeds can be lazy loaded. Consider replacing them with a facade until they are required. [Learn how to defer third-parties with a facade](https://developer.chrome.com/docs/lighthouse/performance/third-party-facades/).", + "score": null, + "scoreDisplayMode": "notApplicable", + "metricSavings": { + "TBT": 0 + }, + "guidanceLevel": 3 + }, + "largest-contentful-paint-element": { + "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": null, + "scoreDisplayMode": "informative", + "displayValue": "900 ms", + "metricSavings": { + "LCP": 0 + }, + "details": { + "type": "list", + "items": [ + { + "type": "table", + "headings": [ + { + "key": "node", + "valueType": "node", + "label": "Element" + } + ], + "items": [ + { + "node": { + "type": "node", + "lhId": "page-0-H1", + "path": "2,HTML,1,BODY,0,H1", + "selector": "body > h1", + "boundingRect": { + "top": 79, + "bottom": 116, + "left": 8, + "right": 404, + "width": 396, + "height": 37 + }, + "snippet": "

", + "nodeLabel": "Hello World" + } + } + ] + }, + { + "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": 451.71, + "percent": "50%" + }, + { + "phase": "Load Delay", + "timing": 0, + "percent": "0%" + }, + { + "phase": "Load Time", + "timing": 0, + "percent": "0%" + }, + { + "phase": "Render Delay", + "timing": 452.5650000000001, + "percent": "50%" + } + ] + } + ] + }, + "guidanceLevel": 1 + }, + "lcp-lazy-loaded": { + "id": "lcp-lazy-loaded", + "title": "Largest Contentful Paint image was not lazily loaded", + "description": "Above-the-fold images that are lazily loaded render later in the page lifecycle, which can delay the largest contentful paint. [Learn more about optimal lazy loading](https://web.dev/articles/lcp-lazy-loading).", + "score": null, + "scoreDisplayMode": "notApplicable", + "metricSavings": { + "LCP": 0 + }, + "guidanceLevel": 3 + }, + "layout-shift-elements": { + "id": "layout-shift-elements", + "title": "Avoid large layout shifts", + "description": "These DOM elements were most affected by layout shifts. Some layout shifts may not be included in the CLS metric value due to [windowing](https://web.dev/articles/cls#what_is_cls). [Learn how to improve CLS](https://web.dev/articles/optimize-cls)", + "score": null, + "scoreDisplayMode": "notApplicable", + "metricSavings": { + "CLS": 0 + }, + "details": { + "type": "table", + "headings": [], + "items": [] + }, + "guidanceLevel": 2 + }, + "long-tasks": { + "id": "long-tasks", + "title": "Avoid long main-thread tasks", + "description": "Lists the longest tasks on the main thread, useful for identifying worst contributors to input delay. [Learn how to avoid long main-thread tasks](https://web.dev/articles/long-tasks-devtools)", + "score": null, + "scoreDisplayMode": "notApplicable", + "metricSavings": { + "TBT": 0 + }, + "details": { + "type": "table", + "headings": [], + "items": [], + "debugData": { + "type": "debugdata", + "urls": [], + "tasks": [] + } + }, + "guidanceLevel": 1 + }, + "no-unload-listeners": { + "id": "no-unload-listeners", + "title": "Avoids `unload` event listeners", + "description": "The `unload` event does not fire reliably and listening for it can prevent browser optimizations like the Back-Forward Cache. Use `pagehide` or `visibilitychange` events instead. [Learn more about unload event listeners](https://web.dev/articles/bfcache#never_use_the_unload_event)", + "score": 1, + "scoreDisplayMode": "binary" + }, + "non-composited-animations": { + "id": "non-composited-animations", + "title": "Avoid non-composited animations", + "description": "Animations which are not composited can be janky and increase CLS. [Learn how to avoid non-composited animations](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)", + "score": null, + "scoreDisplayMode": "notApplicable", + "metricSavings": { + "CLS": 0 + }, + "details": { + "type": "table", + "headings": [], + "items": [] + }, + "guidanceLevel": 2 + }, + "unsized-images": { + "id": "unsized-images", + "title": "Image elements have explicit `width` and `height`", + "description": "Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)", + "score": 1, + "scoreDisplayMode": "metricSavings", + "metricSavings": { + "CLS": 0 + }, + "details": { + "type": "table", + "headings": [], + "items": [] + }, + "guidanceLevel": 3 + }, + "valid-source-maps": { + "id": "valid-source-maps", + "title": "Page has valid source maps", + "description": "Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. [Learn more about source maps](https://developer.chrome.com/docs/devtools/javascript/source-maps/).", + "score": 1, + "scoreDisplayMode": "binary", + "details": { + "type": "table", + "headings": [], + "items": [] + } + }, + "prioritize-lcp-image": { + "id": "prioritize-lcp-image", + "title": "Preload Largest Contentful Paint image", + "description": "If the LCP element is dynamically added to the page, you should preload the image in order to improve LCP. [Learn more about preloading LCP elements](https://web.dev/articles/optimize-lcp#optimize_when_the_resource_is_discovered).", + "score": null, + "scoreDisplayMode": "notApplicable", + "metricSavings": { + "LCP": 0 + }, + "guidanceLevel": 3 + }, + "csp-xss": { + "id": "csp-xss", + "title": "Ensure CSP is effective against XSS attacks", + "description": "A strong Content Security Policy (CSP) significantly reduces the risk of cross-site scripting (XSS) attacks. [Learn how to use a CSP to prevent XSS](https://developer.chrome.com/docs/lighthouse/best-practices/csp-xss/)", + "score": null, + "scoreDisplayMode": "informative", + "details": { + "type": "table", + "headings": [ + { + "key": "description", + "valueType": "text", + "subItemsHeading": { + "key": "description" + }, + "label": "Description" + }, + { + "key": "directive", + "valueType": "code", + "subItemsHeading": { + "key": "directive" + }, + "label": "Directive" + }, + { + "key": "severity", + "valueType": "text", + "subItemsHeading": { + "key": "severity" + }, + "label": "Severity" + } + ], + "items": [ + { + "severity": "High", + "description": "No CSP found in enforcement mode" + } + ] + } + }, + "script-treemap-data": { + "id": "script-treemap-data", + "title": "Script Treemap Data", + "description": "Used for treemap app", + "score": null, + "scoreDisplayMode": "informative", + "details": { + "type": "treemap-data", + "nodes": [ + { + "name": "http://192.168.1.2:8080/app.js", + "resourceBytes": 29, + "unusedBytes": 0 + } + ] + } + }, + "pwa-cross-browser": { + "id": "pwa-cross-browser", + "title": "Site works cross-browser", + "description": "To reach the most number of users, sites should work across every major browser. [Learn about cross-browser compatibility](https://developer.chrome.com/docs/lighthouse/pwa/pwa-cross-browser/).", + "score": null, + "scoreDisplayMode": "manual" + }, + "pwa-page-transitions": { + "id": "pwa-page-transitions", + "title": "Page transitions don't feel like they block on the network", + "description": "Transitions should feel snappy as you tap around, even on a slow network. This experience is key to a user's perception of performance. [Learn more about page transitions](https://developer.chrome.com/docs/lighthouse/pwa/pwa-page-transitions/).", + "score": null, + "scoreDisplayMode": "manual" + }, + "pwa-each-page-has-url": { + "id": "pwa-each-page-has-url", + "title": "Each page has a URL", + "description": "Ensure individual pages are deep linkable via URL and that URLs are unique for the purpose of shareability on social media. [Learn more about providing deep links](https://developer.chrome.com/docs/lighthouse/pwa/pwa-each-page-has-url/).", + "score": null, + "scoreDisplayMode": "manual" + }, + "accesskeys": { + "id": "accesskeys", + "title": "`[accesskey]` values are unique", + "description": "Access keys let users quickly focus a part of the page. For proper navigation, each access key must be unique. [Learn more about access keys](https://dequeuniversity.com/rules/axe/4.8/accesskeys).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "aria-allowed-attr": { + "id": "aria-allowed-attr", + "title": "`[aria-*]` attributes match their roles", + "description": "Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. [Learn how to match ARIA attributes to their roles](https://dequeuniversity.com/rules/axe/4.8/aria-allowed-attr).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "aria-allowed-role": { + "id": "aria-allowed-role", + "title": "Values assigned to `role=\"\"` are valid ARIA roles.", + "description": "ARIA `role`s enable assistive technologies to know the role of each element on the web page. If the `role` values are misspelled, not existing ARIA `role` values, or abstract roles, then the purpose of the element will not be communicated to users of assistive technologies. [Learn more about ARIA roles](https://dequeuniversity.com/rules/axe/4.8/aria-allowed-role).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "aria-command-name": { + "id": "aria-command-name", + "title": "`button`, `link`, and `menuitem` elements have accessible names", + "description": "When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to make command elements more accessible](https://dequeuniversity.com/rules/axe/4.8/aria-command-name).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "aria-dialog-name": { + "id": "aria-dialog-name", + "title": "Elements with `role=\"dialog\"` or `role=\"alertdialog\"` have accessible names.", + "description": "ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. [Learn how to make ARIA dialog elements more accessible](https://dequeuniversity.com/rules/axe/4.8/aria-dialog-name).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "aria-hidden-body": { + "id": "aria-hidden-body", + "title": "`[aria-hidden=\"true\"]` is not present on the document ``", + "description": "Assistive technologies, like screen readers, work inconsistently when `aria-hidden=\"true\"` is set on the document ``. [Learn how `aria-hidden` affects the document body](https://dequeuniversity.com/rules/axe/4.8/aria-hidden-body).", + "score": 1, + "scoreDisplayMode": "binary", + "details": { + "type": "table", + "headings": [], + "items": [] + } + }, + "aria-hidden-focus": { + "id": "aria-hidden-focus", + "title": "`[aria-hidden=\"true\"]` elements do not contain focusable descendents", + "description": "Focusable descendents within an `[aria-hidden=\"true\"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. [Learn how `aria-hidden` affects focusable elements](https://dequeuniversity.com/rules/axe/4.8/aria-hidden-focus).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "aria-input-field-name": { + "id": "aria-input-field-name", + "title": "ARIA input fields have accessible names", + "description": "When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn more about input field labels](https://dequeuniversity.com/rules/axe/4.8/aria-input-field-name).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "aria-meter-name": { + "id": "aria-meter-name", + "title": "ARIA `meter` elements have accessible names", + "description": "When a meter element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to name `meter` elements](https://dequeuniversity.com/rules/axe/4.8/aria-meter-name).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "aria-progressbar-name": { + "id": "aria-progressbar-name", + "title": "ARIA `progressbar` elements have accessible names", + "description": "When a `progressbar` element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to label `progressbar` elements](https://dequeuniversity.com/rules/axe/4.8/aria-progressbar-name).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "aria-required-attr": { + "id": "aria-required-attr", + "title": "`[role]`s have all required `[aria-*]` attributes", + "description": "Some ARIA roles have required attributes that describe the state of the element to screen readers. [Learn more about roles and required attributes](https://dequeuniversity.com/rules/axe/4.8/aria-required-attr).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "aria-required-children": { + "id": "aria-required-children", + "title": "Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.", + "description": "Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. [Learn more about roles and required children elements](https://dequeuniversity.com/rules/axe/4.8/aria-required-children).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "aria-required-parent": { + "id": "aria-required-parent", + "title": "`[role]`s are contained by their required parent element", + "description": "Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. [Learn more about ARIA roles and required parent element](https://dequeuniversity.com/rules/axe/4.8/aria-required-parent).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "aria-roles": { + "id": "aria-roles", + "title": "`[role]` values are valid", + "description": "ARIA roles must have valid values in order to perform their intended accessibility functions. [Learn more about valid ARIA roles](https://dequeuniversity.com/rules/axe/4.8/aria-roles).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "aria-text": { + "id": "aria-text", + "title": "Elements with the `role=text` attribute do not have focusable descendents.", + "description": "Adding `role=text` around a text node split by markup enables VoiceOver to treat it as one phrase, but the element's focusable descendents will not be announced. [Learn more about the `role=text` attribute](https://dequeuniversity.com/rules/axe/4.8/aria-text).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "aria-toggle-field-name": { + "id": "aria-toggle-field-name", + "title": "ARIA toggle fields have accessible names", + "description": "When a toggle field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn more about toggle fields](https://dequeuniversity.com/rules/axe/4.8/aria-toggle-field-name).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "aria-tooltip-name": { + "id": "aria-tooltip-name", + "title": "ARIA `tooltip` elements have accessible names", + "description": "When a tooltip element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to name `tooltip` elements](https://dequeuniversity.com/rules/axe/4.8/aria-tooltip-name).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "aria-treeitem-name": { + "id": "aria-treeitem-name", + "title": "ARIA `treeitem` elements have accessible names", + "description": "When a `treeitem` element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn more about labeling `treeitem` elements](https://dequeuniversity.com/rules/axe/4.8/aria-treeitem-name).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "aria-valid-attr-value": { + "id": "aria-valid-attr-value", + "title": "`[aria-*]` attributes have valid values", + "description": "Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. [Learn more about valid values for ARIA attributes](https://dequeuniversity.com/rules/axe/4.8/aria-valid-attr-value).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "aria-valid-attr": { + "id": "aria-valid-attr", + "title": "`[aria-*]` attributes are valid and not misspelled", + "description": "Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid names. [Learn more about valid ARIA attributes](https://dequeuniversity.com/rules/axe/4.8/aria-valid-attr).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "button-name": { + "id": "button-name", + "title": "Buttons have an accessible name", + "description": "When a button doesn't have an accessible name, screen readers announce it as \"button\", making it unusable for users who rely on screen readers. [Learn how to make buttons more accessible](https://dequeuniversity.com/rules/axe/4.8/button-name).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "bypass": { + "id": "bypass", + "title": "The page contains a heading, skip link, or landmark region", + "description": "Adding ways to bypass repetitive content lets keyboard users navigate the page more efficiently. [Learn more about bypass blocks](https://dequeuniversity.com/rules/axe/4.8/bypass).", + "score": null, + "scoreDisplayMode": "notApplicable" + }, + "color-contrast": { + "id": "color-contrast", + "title": "Background and foreground colors have a sufficient contrast ratio", + "description": "Low-contrast text is difficult or impossible for many users to read. [Learn how to provide sufficient color contrast](https://dequeuniversity.com/rules/axe/4.8/color-contrast).", + "score": 1, + "scoreDisplayMode": "binary", + "details": { + "type": "table", + "headings": [], + "items": [] + } + }, + "definition-list": { + "id": "definition-list", + "title": "`
`'s contain only properly-ordered `
` and `
` groups, `