Skip to content

Instantly share code, notes, and snippets.

@douglasduteil
Created June 16, 2017 09:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save douglasduteil/962d05195efe32c881456d87ddff4c47 to your computer and use it in GitHub Desktop.
Save douglasduteil/962d05195efe32c881456d87ddff4c47 to your computer and use it in GitHub Desktop.
{
"userAgent": "Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4) Build/MPJ24.139-64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.20 Mobile Safari/537.36",
"lighthouseVersion": "2.0.0",
"generatedTime": "2017-06-11T15:47:28.921Z",
"initialUrl": "https://react-hn.kristoferbaxter.com/",
"url": "https://react-hn.kristoferbaxter.com/",
"audits": {
"is-on-https": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "url-list",
"value": []
},
"scoringMode": "binary",
"name": "is-on-https",
"category": "Security",
"description": "Uses HTTPS",
"helpText": "All sites should be protected with HTTPS, even ones that don't handle sensitive data. 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](https://developers.google.com/web/tools/lighthouse/audits/https).",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "Insecure URLs:"
},
"items": []
}
},
"redirects-http": {
"score": false,
"displayValue": "",
"rawValue": false,
"scoringMode": "binary",
"name": "redirects-http",
"category": "Security",
"description": "Redirects HTTP traffic to HTTPS",
"helpText": "If you've already set up HTTPS, make sure that you redirect all HTTP traffic to HTTPS. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/http-redirects-to-https)."
},
"service-worker": {
"score": true,
"displayValue": "",
"rawValue": true,
"scoringMode": "binary",
"name": "service-worker",
"category": "Offline",
"description": "Registers a Service Worker",
"helpText": "The 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. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/registered-service-worker)."
},
"works-offline": {
"score": true,
"displayValue": "",
"rawValue": true,
"scoringMode": "binary",
"name": "works-offline",
"category": "Offline",
"description": "Responds with a 200 when offline",
"helpText": "If you're building a Progressive Web App, consider using a service worker so that your app can work offline. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/http-200-when-offline)."
},
"viewport": {
"score": true,
"displayValue": "",
"rawValue": true,
"debugString": "",
"scoringMode": "binary",
"name": "viewport",
"category": "Mobile Friendly",
"description": "Has a `<meta name=\"viewport\">` tag with `width` or `initial-scale`",
"helpText": "Add a viewport meta tag to optimize your app for mobile screens. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/has-viewport-meta-tag)."
},
"without-javascript": {
"score": true,
"displayValue": "",
"rawValue": true,
"scoringMode": "binary",
"name": "without-javascript",
"category": "JavaScript",
"description": "Contains some content when JavaScript is not available",
"helpText": "Your app should display some content when JavaScript is disabled, even if it's just a warning to the user that JavaScript is required to use the app. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/no-js)."
},
"first-meaningful-paint": {
"score": 94,
"displayValue": "1817.3ms",
"rawValue": 1817.3,
"optimalValue": "< 1,600 ms",
"extendedInfo": {
"value": {
"timestamps": {
"navStart": 15165496908726,
"fCP": 15165498555350,
"fMP": 15165498726036,
"onLoad": 15165499675637,
"endOfTrace": 15165504727380
},
"timings": {
"navStart": 0,
"fCP": 1646.624,
"fMP": 1817.31,
"onLoad": 2766.911,
"endOfTrace": 7818.654
}
},
"formatter": "null"
},
"scoringMode": "numeric",
"name": "first-meaningful-paint",
"category": "Performance",
"description": "First meaningful paint",
"helpText": "First meaningful paint measures when the primary content of a page is visible. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint)."
},
"load-fast-enough-for-pwa": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "null",
"value": {
"areLatenciesAll3G": true,
"firstRequestLatencies": [
{
"url": "https://react-hn.kristoferbaxter.com/",
"latency": "494.03"
}
],
"isFast": true,
"timeToFirstInteractive": 2751.9509989624025
}
},
"scoringMode": "binary",
"name": "load-fast-enough-for-pwa",
"category": "PWA",
"description": "Page load is fast enough on 3G",
"helpText": "Satisfied if the Time To Interactive duration is shorter than 10 seconds, as defined by the [PWA Baseline Checklist](https://developers.google.com/web/progressive-web-apps/checklist). Network throttling is required (specifically: RTT latencies >= 150 RTT are expected)."
},
"speed-index-metric": {
"score": 94,
"displayValue": "1859",
"rawValue": 1859,
"optimalValue": "< 1,250",
"extendedInfo": {
"formatter": "speedline",
"value": {
"timings": {
"firstVisualChange": 1849,
"visuallyReady": 1849.666000366211,
"visuallyComplete": 2791,
"speedIndex": 1860.753760356903,
"perceptualSpeedIndex": 1859.4437728777657
},
"timestamps": {
"firstVisualChange": 15165498757726,
"visuallyReady": 15165498758392,
"visuallyComplete": 15165499699726,
"speedIndex": 15165498769479.762,
"perceptualSpeedIndex": 15165498768169.773
},
"frames": [
{
"timestamp": 15165496908.726,
"progress": 0
},
{
"timestamp": 15165498758.392,
"progress": 92.69115228450575
},
{
"timestamp": 15165498814.201,
"progress": 99.29431810638516
},
{
"timestamp": 15165499092.325,
"progress": 99.29431810638516
},
{
"timestamp": 15165499120.884,
"progress": 99.29431810638516
},
{
"timestamp": 15165499184.947,
"progress": 99.4012186814091
},
{
"timestamp": 15165499231.233,
"progress": 99.4012186814091
},
{
"timestamp": 15165499301.897,
"progress": 99.4012186814091
},
{
"timestamp": 15165499355.741,
"progress": 99.4012186814091
},
{
"timestamp": 15165499421.542,
"progress": 99.4012186814091
},
{
"timestamp": 15165499699.741,
"progress": 100
}
]
}
},
"scoringMode": "numeric",
"name": "speed-index-metric",
"category": "Performance",
"description": "Perceptual Speed Index",
"helpText": "Speed Index shows how quickly the contents of a page are visibly populated. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/speed-index)."
},
"screenshot-thumbnails": {
"score": 100,
"displayValue": "true",
"rawValue": true,
"scoringMode": "binary",
"informative": true,
"name": "screenshot-thumbnails",
"category": "Images",
"description": "Screenshot Thumbnails",
"helpText": "This is what the load of your site looked like.",
"details": {
"type": "filmstrip",
"scale": 2791,
"items": [
{
"timing": 279,
"timestamp": 15165497187826,
"data": "/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRQBAwQEBQQFCQUFCRQNCw0UFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFP/AABEIAFUAPAMBEQACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+gEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4+Tl5ufo6ery8/T19vf4+fr/2gAMAwEAAhEDEQA/AP1ToAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoA//Z"
},
{
"timing": 558,
"timestamp": 15165497466926,
"data": "/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRQBAwQEBQQFCQUFCRQNCw0UFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFP/AABEIAFUAPAMBEQACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+gEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4+Tl5ufo6ery8/T19vf4+fr/2gAMAwEAAhEDEQA/AP1ToAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoA//Z"
},
{
"timing": 837,
"timestamp": 15165497746026,
"data": "/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRQBAwQEBQQFCQUFCRQNCw0UFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFP/AABEIAFUAPAMBEQACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+gEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4+Tl5ufo6ery8/T19vf4+fr/2gAMAwEAAhEDEQA/AP1ToAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoA//Z"
},
{
"timing": 1116,
"timestamp": 15165498025126,
"data": "/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRQBAwQEBQQFCQUFCRQNCw0UFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFP/AABEIAFUAPAMBEQACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+gEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4+Tl5ufo6ery8/T19vf4+fr/2gAMAwEAAhEDEQA/AP1ToAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoA//Z"
},
{
"timing": 1396,
"timestamp": 15165498304226,
"data": "/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRQBAwQEBQQFCQUFCRQNCw0UFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFP/AABEIAFUAPAMBEQACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+gEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4+Tl5ufo6ery8/T19vf4+fr/2gAMAwEAAhEDEQA/AP1ToAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoA//Z"
},
{
"timing": 1675,
"timestamp": 15165498583326,
"data": "/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRQBAwQEBQQFCQUFCRQNCw0UFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFP/AABEIAFUAPAMBEQACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+gEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4+Tl5ufo6ery8/T19vf4+fr/2gAMAwEAAhEDEQA/AP1ToAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoA//Z"
},
{
"timing": 1954,
"timestamp": 15165498862426,
"data": "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"
},
{
"timing": 2233,
"timestamp": 15165499141526,
"data": "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"
},
{
"timing": 2512,
"timestamp": 15165499420626,
"data": "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"
},
{
"timing": 2791,
"timestamp": 15165499699726,
"data": "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"
}
]
}
},
"estimated-input-latency": {
"score": 100,
"displayValue": "16.1ms",
"rawValue": 16.1,
"optimalValue": "< 50 ms",
"extendedInfo": {
"value": [
{
"percentile": 0.5,
"time": 16
},
{
"percentile": 0.75,
"time": 16
},
{
"percentile": 0.9,
"time": 16.080953994344835
},
{
"percentile": 0.99,
"time": 307.51008999633177
},
{
"percentile": 1,
"time": 367.7129999999943
}
],
"formatter": "null"
},
"scoringMode": "numeric",
"name": "estimated-input-latency",
"category": "Performance",
"description": "Estimated Input Latency",
"helpText": "The score above is an estimate of how long your app takes to respond to user input, in milliseconds. There is a 90% probability that a user encounters this amount of latency, or less. 10% of the time a user can expect additional latency. If your score is higher than Lighthouse's target score, users may perceive your app as laggy. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/estimated-input-latency)."
},
"first-interactive": {
"score": 95,
"displayValue": "2,750ms",
"rawValue": 2751.9509989624025,
"extendedInfo": {
"value": {
"timeInMs": 2751.9509989624025,
"timestamp": 15165499660676.998
},
"formatter": "null"
},
"scoringMode": "numeric",
"name": "first-interactive",
"category": "Performance",
"description": "First Interactive (beta)",
"helpText": "The first point at which necessary scripts of the page have loaded and the CPU is idle enough to handle most user input."
},
"consistently-interactive": {
"score": 95,
"displayValue": "2,750ms",
"rawValue": 2751.950998046875,
"extendedInfo": {
"value": {
"cpuQuietPeriod": {
"start": 15165499660.676998,
"end": 15165504727.38
},
"networkQuietPeriod": {
"start": 0,
"end": 15165504727.38
},
"cpuQuietPeriods": [
{
"start": 15165499660.676998,
"end": 15165504727.38
}
],
"networkQuietPeriods": [
{
"start": 0,
"end": 15165504727.38
}
],
"timestamp": 15165499660676.998,
"timeInMs": 2751.950998046875
},
"formatter": "null"
},
"scoringMode": "numeric",
"name": "consistently-interactive",
"category": "Performance",
"description": "Consistently Interactive (beta)",
"helpText": "The point at which most network resources have finished loading and the CPU is idle for a prolonged period."
},
"time-to-interactive": {
"score": 96,
"displayValue": "1849.7ms",
"rawValue": 1849.7,
"optimalValue": "< 5,000 ms",
"extendedInfo": {
"value": {
"timings": {
"onLoad": 2766.9109992980957,
"fMP": 1817.31,
"visuallyReady": 1849.666,
"timeToInteractive": 1849.666,
"timeToInteractiveB": 1817.3099994659424,
"timeToInteractiveC": 1817.3099994659424,
"endOfTrace": 7818.653999328613
},
"timestamps": {
"onLoad": 15165499675637,
"fMP": 15165498726036,
"visuallyReady": 15165498758392,
"timeToInteractive": 15165498758392,
"timeToInteractiveB": 15165498726036,
"timeToInteractiveC": 15165498726036,
"endOfTrace": 15165504727380
},
"latencies": {
"timeToInteractive": [
{
"estLatency": 16,
"startTime": "1849.7"
}
],
"timeToInteractiveB": [
{
"estLatency": 20.729000274658233,
"startTime": "1817.3"
}
],
"timeToInteractiveC": [
{
"estLatency": 16.512865395179215,
"startTime": "1817.3"
}
]
},
"expectedLatencyAtTTI": 16
},
"formatter": "null"
},
"scoringMode": "numeric",
"name": "time-to-interactive",
"category": "Performance",
"description": "Time To Interactive (alpha)",
"helpText": "Time to Interactive identifies the time at which your app appears to be ready enough to interact with. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/time-to-interactive)."
},
"user-timings": {
"score": true,
"displayValue": "0",
"rawValue": true,
"extendedInfo": {
"formatter": "user-timings",
"value": []
},
"scoringMode": "binary",
"informative": true,
"name": "user-timings",
"category": "Performance",
"description": "User Timing marks and measures",
"helpText": "Consider instrumenting your app with the User Timing API to create custom, real-world measurements of key user experiences. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/user-timing).",
"details": {
"type": "table",
"header": "View Details",
"itemHeaders": [
{
"type": "text",
"itemType": "text",
"text": "Name"
},
{
"type": "text",
"itemType": "text",
"text": "Type"
},
{
"type": "text",
"itemType": "text",
"text": "Time"
}
],
"items": []
}
},
"critical-request-chains": {
"score": true,
"displayValue": "0",
"rawValue": true,
"optimalValue": 0,
"extendedInfo": {
"formatter": "critical-request-chains",
"value": {
"chains": {
"27058.1": {
"request": {
"url": "https://react-hn.kristoferbaxter.com/",
"startTime": 15165496.953966,
"endTime": 15165498.651672,
"responseReceivedTime": 15165498.401874,
"transferSize": 10480
},
"children": {}
},
"27058.7": {
"request": {
"url": "https://react-hn.kristoferbaxter.com/dist/chrome/manifest.json",
"startTime": 15165499.707391,
"endTime": 15165502.098833,
"responseReceivedTime": 15165502.092523,
"transferSize": 662
},
"children": {}
}
},
"longestChain": {
"duration": 5144.867001101375,
"length": 1,
"transferSize": 662
}
}
},
"scoringMode": "binary",
"informative": true,
"name": "critical-request-chains",
"category": "Performance",
"description": "Critical Request Chains",
"helpText": "The Critical Request Chains below show you what resources are required for first render of this page. Improve page load by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/critical-request-chains).",
"details": {
"type": "criticalrequestchain",
"header": {
"type": "text",
"text": "View critical network waterfall:"
},
"chains": {
"27058.1": {
"request": {
"url": "https://react-hn.kristoferbaxter.com/",
"startTime": 15165496.953966,
"endTime": 15165498.651672,
"responseReceivedTime": 15165498.401874,
"transferSize": 10480
},
"children": {}
},
"27058.7": {
"request": {
"url": "https://react-hn.kristoferbaxter.com/dist/chrome/manifest.json",
"startTime": 15165499.707391,
"endTime": 15165502.098833,
"responseReceivedTime": 15165502.092523,
"transferSize": 662
},
"children": {}
}
},
"longestChain": {
"duration": 5144.867001101375,
"length": 1,
"transferSize": 662
}
}
},
"webapp-install-banner": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"value": {
"failures": [],
"manifestValues": {
"isParseFailure": false,
"allChecks": [
{
"id": "hasStartUrl",
"failureText": "Manifest does not contain a `start_url`",
"passing": true
},
{
"id": "hasIconsAtLeast192px",
"failureText": "Manifest does not have icons at least 192px",
"passing": true
},
{
"id": "hasIconsAtLeast512px",
"failureText": "Manifest does not have icons at least 512px",
"passing": true
},
{
"id": "hasPWADisplayValue",
"failureText": "Manifest's `display` value is not one of: minimal-ui | fullscreen | standalone",
"passing": true
},
{
"id": "hasBackgroundColor",
"failureText": "Manifest does not have `background_color`",
"passing": true
},
{
"id": "hasThemeColor",
"failureText": "Manifest does not have `theme_color`",
"passing": true
},
{
"id": "hasShortName",
"failureText": "Manifest does not have `short_name`",
"passing": true
},
{
"id": "shortNameLength",
"failureText": "Manifest `short_name` will be truncated when displayed on the homescreen",
"passing": true
},
{
"id": "hasName",
"failureText": "Manifest does not have `name`",
"passing": true
}
]
}
},
"formatter": "null"
},
"scoringMode": "binary",
"name": "webapp-install-banner",
"category": "PWA",
"description": "User can be prompted to Install the Web App",
"helpText": "While users can manually add your site to their homescreen, the [prompt (aka app install banner)](https://developers.google.com/web/fundamentals/engage-and-retain/app-install-banners/) will proactively prompt the user to install the app if the various requirements are met and the user has moderate engagement with your site."
},
"splash-screen": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"value": {
"failures": [],
"manifestValues": {
"isParseFailure": false,
"allChecks": [
{
"id": "hasStartUrl",
"failureText": "Manifest does not contain a `start_url`",
"passing": true
},
{
"id": "hasIconsAtLeast192px",
"failureText": "Manifest does not have icons at least 192px",
"passing": true
},
{
"id": "hasIconsAtLeast512px",
"failureText": "Manifest does not have icons at least 512px",
"passing": true
},
{
"id": "hasPWADisplayValue",
"failureText": "Manifest's `display` value is not one of: minimal-ui | fullscreen | standalone",
"passing": true
},
{
"id": "hasBackgroundColor",
"failureText": "Manifest does not have `background_color`",
"passing": true
},
{
"id": "hasThemeColor",
"failureText": "Manifest does not have `theme_color`",
"passing": true
},
{
"id": "hasShortName",
"failureText": "Manifest does not have `short_name`",
"passing": true
},
{
"id": "shortNameLength",
"failureText": "Manifest `short_name` will be truncated when displayed on the homescreen",
"passing": true
},
{
"id": "hasName",
"failureText": "Manifest does not have `name`",
"passing": true
}
]
}
},
"formatter": "null"
},
"scoringMode": "binary",
"name": "splash-screen",
"category": "PWA",
"description": "Configured for a custom splash screen",
"helpText": "A default splash screen will be constructed for your app, but satisfying these requirements guarantee a high-quality [splash screen](https://developers.google.com/web/updates/2015/10/splashscreen) that transitions the user from tapping the home screen icon to your app's first paint"
},
"themed-omnibox": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"value": {
"failures": [],
"manifestValues": {
"isParseFailure": false,
"allChecks": [
{
"id": "hasStartUrl",
"failureText": "Manifest does not contain a `start_url`",
"passing": true
},
{
"id": "hasIconsAtLeast192px",
"failureText": "Manifest does not have icons at least 192px",
"passing": true
},
{
"id": "hasIconsAtLeast512px",
"failureText": "Manifest does not have icons at least 512px",
"passing": true
},
{
"id": "hasPWADisplayValue",
"failureText": "Manifest's `display` value is not one of: minimal-ui | fullscreen | standalone",
"passing": true
},
{
"id": "hasBackgroundColor",
"failureText": "Manifest does not have `background_color`",
"passing": true
},
{
"id": "hasThemeColor",
"failureText": "Manifest does not have `theme_color`",
"passing": true
},
{
"id": "hasShortName",
"failureText": "Manifest does not have `short_name`",
"passing": true
},
{
"id": "shortNameLength",
"failureText": "Manifest `short_name` will be truncated when displayed on the homescreen",
"passing": true
},
{
"id": "hasName",
"failureText": "Manifest does not have `name`",
"passing": true
}
]
},
"themeColor": "#0077B5"
},
"formatter": "null"
},
"scoringMode": "binary",
"name": "themed-omnibox",
"category": "PWA",
"description": "Address bar matches brand colors",
"helpText": "The browser address bar can be themed to match your site. A `theme-color` [meta tag](https://developers.google.com/web/updates/2014/11/Support-for-theme-color-in-Chrome-39-for-Android) will upgrade the address bar when a user browses the site, and the [manifest theme-color](https://developers.google.com/web/updates/2015/08/using-manifest-to-set-sitewide-theme-color) will apply the same theme site-wide once it's been added to homescreen."
},
"manifest-short-name-length": {
"score": true,
"displayValue": "",
"rawValue": true,
"scoringMode": "binary",
"name": "manifest-short-name-length",
"category": "Manifest",
"description": "Manifest's `short_name` won't be truncated when displayed on homescreen",
"helpText": "Make your app's `short_name` less than 12 characters to ensure that it's not truncated on homescreens. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/manifest-short_name-is-not-truncated)."
},
"content-width": {
"score": true,
"displayValue": "",
"rawValue": true,
"debugString": "",
"scoringMode": "binary",
"name": "content-width",
"category": "Mobile Friendly",
"description": "Content is sized correctly for the viewport",
"helpText": "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 more](https://developers.google.com/web/tools/lighthouse/audits/content-sized-correctly-for-viewport)."
},
"deprecations": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "url-list",
"value": []
},
"scoringMode": "binary",
"name": "deprecations",
"category": "Deprecations",
"description": "Avoids deprecated APIs",
"helpText": "Deprecated APIs will eventually be removed from the browser. [Learn more](https://www.chromestatus.com/features#deprecated).",
"details": {
"type": "table",
"header": "View Details",
"itemHeaders": [
{
"type": "text",
"itemType": "code",
"text": "Deprecation / Warning"
},
{
"type": "text",
"itemType": "url",
"text": "URL"
},
{
"type": "text",
"itemType": "text",
"text": "Line"
}
],
"items": []
}
},
"pwa-cross-browser": {
"score": false,
"displayValue": "",
"rawValue": false,
"scoringMode": "binary",
"informative": true,
"manual": true,
"name": "pwa-cross-browser",
"category": "PWA",
"description": "Site works cross-browser",
"helpText": "To reach the most number of users, sites should work across every major browser. [Learn more](https://developers.google.com/web/progressive-web-apps/checklist#site-works-cross-browser)."
},
"pwa-page-transitions": {
"score": false,
"displayValue": "",
"rawValue": false,
"scoringMode": "binary",
"informative": true,
"manual": true,
"name": "pwa-page-transitions",
"category": "PWA",
"description": "Page transitions don't feel like they block on the network",
"helpText": "Transitions should feel snappy as you tap around, even on a slow network, a key to perceived performance. [Learn more](https://developers.google.com/web/progressive-web-apps/checklist#page-transitions-dont-feel-like-they-block-on-the-network)."
},
"pwa-each-page-has-url": {
"score": false,
"displayValue": "",
"rawValue": false,
"scoringMode": "binary",
"informative": true,
"manual": true,
"name": "pwa-each-page-has-url",
"category": "PWA",
"description": "Each page has a URL",
"helpText": "Ensure individual pages are deep linkable via the URLs and that URLs are unique for the purpose of shareability on social media. [Learn more](https://developers.google.com/web/progressive-web-apps/checklist#each-page-has-a-url)."
},
"accesskeys": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "accesskeys",
"category": "Accessibility",
"description": "`[accesskey]` values are unique.",
"helpText": "`accesskey` attributes allow the user to quickly activate or focus part of the page.Using the same `accesskey` more than once could lead to a confusing experience.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"aria-allowed-attr": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "aria-allowed-attr",
"category": "Accessibility",
"description": "`[aria-*]` attributes match their roles.",
"helpText": "Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/aria-allowed-attributes).",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"aria-required-attr": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "aria-required-attr",
"category": "Accessibility",
"description": "`[role]`s have all required `[aria-*]` attributes.",
"helpText": "Some ARIA roles have required attributes that describe the state of the element to screen readers. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/required-aria-attributes).",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"aria-required-children": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "aria-required-children",
"category": "Accessibility",
"description": "`[role]`s that require child `[role]`s contain them.",
"helpText": "Some ARIA parent roles require specific roles on their children to perform their accessibility function.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"aria-required-parent": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "aria-required-parent",
"category": "Accessibility",
"description": "`[role]`s are contained by their required parent element.",
"helpText": "Some ARIA roles require specific roles on their parent element to perform their accessibility function.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"aria-roles": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "aria-roles",
"category": "Accessibility",
"description": "`[role]` values are valid.",
"helpText": "ARIA roles require specific values to perform their accessibility function.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"aria-valid-attr-value": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "aria-valid-attr-value",
"category": "Accessibility",
"description": "`[aria-*]` attributes have valid values.",
"helpText": "Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/valid-aria-values).",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"aria-valid-attr": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "aria-valid-attr",
"category": "Accessibility",
"description": "`[aria-*]` attributes are valid and not misspelled.",
"helpText": "Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid names. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/valid-aria-attributes).",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"audio-caption": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "audio-caption",
"category": "Accessibility",
"description": "`<audio>` elements contain a `<track>` element with `[kind=\"captions\"]`.",
"helpText": "Captions convey information such as identifying who is speaking, dialogue, and non-speech information. This can help deaf or hearing impaired users access meaningful content.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"button-name": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "button-name",
"category": "Accessibility",
"description": "Buttons have an accessible name.",
"helpText": "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 more](https://developers.google.com/web/tools/lighthouse/audits/button-name).",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"bypass": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "bypass",
"category": "Accessibility",
"description": "The page contains a heading, skip link, or landmark region.",
"helpText": "Adding ways to bypass repetitive content lets keyboard users navigate the page more efficiently.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"color-contrast": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "color-contrast",
"category": "Accessibility",
"description": "Background and foreground colors have a sufficient contrast ratio.",
"helpText": "Low-contrast text is difficult or impossible for many users to read. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/contrast-ratio).",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"definition-list": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "definition-list",
"category": "Accessibility",
"description": "`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>` or <template> elements.",
"helpText": "When definition lists are not properly marked up screen readers may produce confusing or inaccurate output.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"dlitem": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "dlitem",
"category": "Accessibility",
"description": "Definition list items are wrapped in `<dl>` elements.",
"helpText": "Definition list items (<dt> and/or <dd>) wrapped in parent <dl> elements enable screen readers to properly announce content.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"document-title": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "document-title",
"category": "Accessibility",
"description": "Document has a `<title>` element.",
"helpText": "Screen reader users use page titles to get an overview of the contents of the page.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"duplicate-id": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "duplicate-id",
"category": "Accessibility",
"description": "`[id]` attributes on the page are unique.",
"helpText": "Unique `id=\"\"` attributes help ensure assistive technologies do not overlook elements with the same id.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"frame-title": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "frame-title",
"category": "Accessibility",
"description": "`<frame>` or `<iframe>` elements have a title.",
"helpText": "Screen reader users rely on a frame title to describe the contents of the frame.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"html-has-lang": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "html-has-lang",
"category": "Accessibility",
"description": "`<html>` element has a `[lang]` attribute.",
"helpText": "The `lang` attribute is useful for multilingual screen reader users who may prefer a language other than the default.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"html-lang-valid": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "html-lang-valid",
"category": "Accessibility",
"description": "`<html>` element has a valid value for its `[lang]` attribute.",
"helpText": "Specifying a valid [BCP 47 language](https://www.w3.org/International/questions/qa-choosing-language-tags#question) helps screen readers announce text properly.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"image-alt": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "image-alt",
"category": "Accessibility",
"description": "Image elements have `[alt]` attributes.",
"helpText": "Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute.[Learn more](https://developers.google.com/web/tools/lighthouse/audits/alt-attribute).",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"input-image-alt": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "input-image-alt",
"category": "Accessibility",
"description": "`<input type=\"image\">` elements have `[alt]` text.",
"helpText": "When an image is being used as an `<input>` button, providing alternative text can help screen reader users understand the purpose of the button.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"label": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "label",
"category": "Accessibility",
"description": "Form elements have associated labels.",
"helpText": "Labels ensure that form controls are announced properly by assistive technologies, like screen readers. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/form-labels).",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"layout-table": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "layout-table",
"category": "Accessibility",
"description": "Presentational `<table>` elements avoid using `<th>`, `<caption>` or the `[summary]` attribute.",
"helpText": "The presence of `<th>`, `<caption>` or the `summary` attribute on a presentational table may produce a confusing experince for a screen reader user as these elements usually indicates a data table.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"link-name": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "link-name",
"category": "Accessibility",
"description": "Links have a discernable name.",
"helpText": "Link text (and alternate text for images, when used as links) that is discernible, not duplicated, and focusable improves the navigating experience for screen reader users.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"list": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "list",
"category": "Accessibility",
"description": "Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).",
"helpText": "Screen readers have a specific way of announcing lists. Ensuring proper list structure aides screen reader output.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"listitem": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "listitem",
"category": "Accessibility",
"description": "List items (`<li>`) are contained within `<ul>` or `<ol>` parent elements.",
"helpText": "Screen readers require list items (`<li>`) to be contained within a parent `<ul>` or `<ol>` to be announced properly",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"meta-refresh": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "meta-refresh",
"category": "Accessibility",
"description": "The document does not use `<meta http-equiv=\"refresh\">`.",
"helpText": "Users do not expect a page to refresh automatically, and doing so will move focus back to the top of the page. This may create a frustrating or confusing experience",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"meta-viewport": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "meta-viewport",
"category": "Accessibility",
"description": "`[user-scalable=\"no\"]` is not used in the `<meta name=\"viewport\">` element and the `[maximum-scale]` attribute is not less than 5.",
"helpText": "Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"object-alt": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "object-alt",
"category": "Accessibility",
"description": "`<object>` elements have `[alt]` text.",
"helpText": "Screen readers cannot translate non-text content. Adding alt text to `<object>` elements will help a screen reader convey the meaning to a user.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"tabindex": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "tabindex",
"category": "Accessibility",
"description": "No element has a `[tabindex]` value greater than 0.",
"helpText": "A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/tabindex).",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"td-headers-attr": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "td-headers-attr",
"category": "Accessibility",
"description": "Cells in a `<table>` element that use the `[headers]` attribute only refer to other cells of that same table.",
"helpText": "Screen readers have features to make navigating tables easier. Ensuring `<td>` cells using the `[headers]` attribute only refer to other cells in the same table may improve the experience for screen reader users.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"th-has-data-cells": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "th-has-data-cells",
"category": "Accessibility",
"description": "`<th>` elements and elements with `[role=\"columnheader\"/\"rowheader\"]` have data cells they describe.",
"helpText": "Screen readers have features to make navigating tables easier. Ensuring table headers always refer to some set of cells may improve the experience for screen reader users.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"valid-lang": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "valid-lang",
"category": "Accessibility",
"description": "`[lang]` attributes have a valid value.",
"helpText": "Specifying a valid [BCP 47 language](https://www.w3.org/International/questions/qa-choosing-language-tags#question) on elements helps ensure that text is pronounced correctly by a screen reader.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"video-caption": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "video-caption",
"category": "Accessibility",
"description": "`<video>` elements contain a `<track>` element with `[kind=\"captions\"]`.",
"helpText": "When a video provides a caption it is easier for deaf and hearing impaired users to access its information.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"video-description": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "video-description",
"category": "Accessibility",
"description": "`<video>` elements contain a `<track>` element with `[kind=\"description\"]`.",
"helpText": "Audio descriptions provide relevant information for videos that dialogue cannot, such as facial expressions and scenes.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"total-byte-weight": {
"score": 100,
"displayValue": "Total size was 66 KB",
"rawValue": 67075,
"optimalValue": "< 1,600 KB",
"extendedInfo": {
"formatter": "table",
"value": {
"results": [
{
"url": "…chrome/bundle.application.7f87b5e….js",
"totalBytes": 52296,
"totalKb": "51 KB",
"totalMs": "690ms"
},
{
"url": "/",
"totalBytes": 10480,
"totalKb": "10 KB",
"totalMs": "140ms"
},
{
"url": "…icons/192x192.png",
"totalBytes": 2652,
"totalKb": "3 KB",
"totalMs": "30ms"
},
{
"url": "…icons/favicon.png",
"totalBytes": 985,
"totalKb": "1 KB",
"totalMs": "10ms"
},
{
"url": "…chrome/manifest.json",
"totalBytes": 662,
"totalKb": "1 KB",
"totalMs": "10ms"
}
],
"tableHeadings": {
"url": "URL",
"totalKb": "Total Size",
"totalMs": "Transfer Time"
}
}
},
"scoringMode": "numeric",
"name": "total-byte-weight",
"category": "Network",
"description": "Avoids enormous network payloads",
"helpText": "Network transfer size [costs users real dollars](https://whatdoesmysitecost.com/) and is [highly correlated](http://httparchive.org/interesting.php#onLoad) with long load times. Try to find ways to reduce the size of required files.",
"details": {
"type": "table",
"header": "View Details",
"itemHeaders": [
{
"type": "text",
"itemType": "url",
"text": "URL"
},
{
"type": "text",
"itemType": "text",
"text": "Total Size"
},
{
"type": "text",
"itemType": "text",
"text": "Transfer Time"
}
],
"items": [
[
{
"type": "url",
"text": "…chrome/bundle.application.7f87b5e….js"
},
{
"type": "text",
"text": "51 KB"
},
{
"type": "text",
"text": "690ms"
}
],
[
{
"type": "url",
"text": "/"
},
{
"type": "text",
"text": "10 KB"
},
{
"type": "text",
"text": "140ms"
}
],
[
{
"type": "url",
"text": "…icons/192x192.png"
},
{
"type": "text",
"text": "3 KB"
},
{
"type": "text",
"text": "30ms"
}
],
[
{
"type": "url",
"text": "…icons/favicon.png"
},
{
"type": "text",
"text": "1 KB"
},
{
"type": "text",
"text": "10ms"
}
],
[
{
"type": "url",
"text": "…chrome/manifest.json"
},
{
"type": "text",
"text": "1 KB"
},
{
"type": "text",
"text": "10ms"
}
]
]
}
},
"offscreen-images": {
"score": 100,
"displayValue": "",
"rawValue": 0,
"extendedInfo": {
"formatter": "table",
"value": {
"wastedMs": 0,
"wastedKb": 0,
"results": [],
"tableHeadings": {
"preview": "",
"url": "URL",
"totalKb": "Original",
"potentialSavings": "Potential Savings"
}
}
},
"scoringMode": "binary",
"informative": true,
"name": "offscreen-images",
"category": "Images",
"description": "Offscreen images",
"helpText": "Images that are not above the fold should be lazily loaded after the page is interactive. Consider using the [IntersectionObserver](https://developers.google.com/web/updates/2016/04/intersectionobserver) API.",
"details": {
"type": "table",
"header": "View Details",
"itemHeaders": [
{
"type": "text",
"itemType": "thumbnail",
"text": ""
},
{
"type": "text",
"itemType": "url",
"text": "URL"
},
{
"type": "text",
"itemType": "text",
"text": "Original"
},
{
"type": "text",
"itemType": "text",
"text": "Potential Savings"
}
],
"items": []
}
},
"uses-webp-images": {
"score": 100,
"displayValue": "",
"rawValue": 0,
"extendedInfo": {
"formatter": "table",
"value": {
"wastedMs": 0,
"wastedKb": 0,
"results": [],
"tableHeadings": {
"preview": "",
"url": "URL",
"totalKb": "Original",
"potentialSavings": "Potential Savings"
}
}
},
"scoringMode": "binary",
"informative": true,
"name": "uses-webp-images",
"category": "Images",
"description": "Serve images as WebP",
"helpText": "[WebP](https://developers.google.com/speed/webp/) images take less time to download and save cellular data. [Learn more about image optimization](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/image-optimization).",
"details": {
"type": "table",
"header": "View Details",
"itemHeaders": [
{
"type": "text",
"itemType": "thumbnail",
"text": ""
},
{
"type": "text",
"itemType": "url",
"text": "URL"
},
{
"type": "text",
"itemType": "text",
"text": "Original"
},
{
"type": "text",
"itemType": "text",
"text": "Potential Savings"
}
],
"items": []
}
},
"uses-optimized-images": {
"score": 100,
"displayValue": "",
"rawValue": 0,
"extendedInfo": {
"formatter": "table",
"value": {
"wastedMs": 0,
"wastedKb": 0,
"results": [],
"tableHeadings": {
"preview": "",
"url": "URL",
"totalKb": "Original",
"potentialSavings": "Potential Savings"
}
}
},
"scoringMode": "binary",
"informative": true,
"name": "uses-optimized-images",
"category": "Images",
"description": "Optimize images",
"helpText": "Optimized images take less time to download and save cellular data. The identified images could have smaller file sizes when compressed as JPEG (q=85). [Learn more about image optimization](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/image-optimization).",
"details": {
"type": "table",
"header": "View Details",
"itemHeaders": [
{
"type": "text",
"itemType": "thumbnail",
"text": ""
},
{
"type": "text",
"itemType": "url",
"text": "URL"
},
{
"type": "text",
"itemType": "text",
"text": "Original"
},
{
"type": "text",
"itemType": "text",
"text": "Potential Savings"
}
],
"items": []
}
},
"uses-request-compression": {
"score": 100,
"displayValue": "",
"rawValue": 0,
"extendedInfo": {
"formatter": "table",
"value": {
"wastedMs": 0,
"wastedKb": 0,
"results": [],
"tableHeadings": {
"url": "Uncompressed resource URL",
"totalKb": "Original",
"potentialSavings": "GZIP Savings"
}
}
},
"scoringMode": "binary",
"informative": true,
"name": "uses-request-compression",
"category": "Performance",
"description": "Enable text compression",
"helpText": "Text-based responses should be served with compression (gzip, deflate or brotli) to minimize total network bytes. [Learn more](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/optimize-encoding-and-transfer).",
"details": {
"type": "table",
"header": "View Details",
"itemHeaders": [
{
"type": "text",
"itemType": "url",
"text": "Uncompressed resource URL"
},
{
"type": "text",
"itemType": "text",
"text": "Original"
},
{
"type": "text",
"itemType": "text",
"text": "GZIP Savings"
}
],
"items": []
}
},
"uses-responsive-images": {
"score": 100,
"displayValue": "",
"rawValue": 0,
"extendedInfo": {
"formatter": "table",
"value": {
"wastedMs": 0,
"wastedKb": 0,
"results": [],
"tableHeadings": {
"preview": "",
"url": "URL",
"totalKb": "Original",
"potentialSavings": "Potential Savings"
}
}
},
"scoringMode": "binary",
"informative": true,
"name": "uses-responsive-images",
"category": "Images",
"description": "Properly size images",
"helpText": "Serve images that are appropriately-sized to save cellular data and improve load time. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/oversized-images).",
"details": {
"type": "table",
"header": "View Details",
"itemHeaders": [
{
"type": "text",
"itemType": "thumbnail",
"text": ""
},
{
"type": "text",
"itemType": "url",
"text": "URL"
},
{
"type": "text",
"itemType": "text",
"text": "Original"
},
{
"type": "text",
"itemType": "text",
"text": "Potential Savings"
}
],
"items": []
}
},
"appcache-manifest": {
"score": true,
"displayValue": "",
"rawValue": true,
"debugString": "",
"scoringMode": "binary",
"name": "appcache-manifest",
"category": "Offline",
"description": "Avoids Application Cache",
"helpText": "Application Cache has been [deprecated](https://html.spec.whatwg.org/multipage/browsers.html#offline) by [Service Workers](https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API/Using_Service_Workers). Consider implementing an offline solution using the [Cache Storage API](https://developer.mozilla.org/en-US/docs/Web/API/Cache)."
},
"dom-size": {
"score": 100,
"displayValue": "311 nodes",
"rawValue": 311,
"optimalValue": "< 1,500 nodes",
"extendedInfo": {
"formatter": "cards",
"value": [
{
"title": "Total DOM Nodes",
"value": "311",
"target": "< 1,500 nodes"
},
{
"title": "DOM Depth",
"value": "12",
"snippet": "html >\n body >\n div#mount >\n div >\n div._2eQTOZ0s >\n div.JxOJRgRl >\n main >\n article.CZuzJ3Oq >\n div._1xEHQIqR >\n p >\n span >\n a._1aSHML_h",
"target": "< 32"
},
{
"title": "Maximum Children",
"value": "31",
"snippet": "Element with most children:\nmain",
"target": "< 60 nodes"
}
]
},
"scoringMode": "numeric",
"name": "dom-size",
"category": "Performance",
"description": "Avoids an excessive DOM size",
"helpText": "Browser engineers recommend pages contain fewer than ~1,500 DOM nodes. The sweet spot is a tree depth < 32 elements and fewer than 60 children/parent element. A large DOM can increase memory, cause longer [style calculations](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations), and produce costly [layout reflows](https://developers.google.com/speed/articles/reflow). [Learn more](https://developers.google.com/web/fundamentals/performance/rendering/).",
"details": {
"type": "cards",
"header": {
"type": "text",
"text": "View details"
},
"items": [
{
"title": "Total DOM Nodes",
"value": "311",
"target": "< 1,500 nodes"
},
{
"title": "DOM Depth",
"value": "12",
"snippet": "html >\n body >\n div#mount >\n div >\n div._2eQTOZ0s >\n div.JxOJRgRl >\n main >\n article.CZuzJ3Oq >\n div._1xEHQIqR >\n p >\n span >\n a._1aSHML_h",
"target": "< 32"
},
{
"title": "Maximum Children",
"value": "31",
"snippet": "Element with most children:\nmain",
"target": "< 60 nodes"
}
]
}
},
"external-anchors-use-rel-noopener": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "url-list",
"value": []
},
"scoringMode": "binary",
"name": "external-anchors-use-rel-noopener",
"category": "Performance",
"description": "Opens external anchors using `rel=\"noopener\"`",
"helpText": "Open new tabs using `rel=\"noopener\"` to improve performance and prevent security vulnerabilities. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/noopener).",
"details": {
"type": "table",
"header": "View Details",
"itemHeaders": [
{
"type": "text",
"itemType": "url",
"text": "URL"
},
{
"type": "text",
"itemType": "text",
"text": "Target"
},
{
"type": "text",
"itemType": "text",
"text": "Rel"
}
],
"items": []
}
},
"geolocation-on-start": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "url-list",
"value": []
},
"scoringMode": "binary",
"name": "geolocation-on-start",
"category": "UX",
"description": "Avoids requesting the geolocation permission on page load",
"helpText": "Users are mistrustful of or confused by sites that request their location without context. Consider tying the request to user gestures instead. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/geolocation-on-load).",
"details": {
"type": "table",
"header": "View Details",
"itemHeaders": [
{
"type": "text",
"itemType": "url",
"text": "URL"
},
{
"type": "text",
"itemType": "text",
"text": "Location"
}
],
"items": []
}
},
"link-blocking-first-paint": {
"score": 100,
"displayValue": "",
"rawValue": 0,
"extendedInfo": {
"formatter": "table",
"value": {
"wastedMs": 0,
"results": [],
"tableHeadings": {
"url": "URL",
"totalKb": "Size (KB)",
"totalMs": "Delayed Paint By (ms)"
}
}
},
"scoringMode": "binary",
"informative": true,
"name": "link-blocking-first-paint",
"category": "Performance",
"description": "Reduce render-blocking stylesheets",
"helpText": "Link elements are blocking the first paint of your page. Consider inlining critical links and deferring non-critical ones. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources).",
"details": {
"type": "table",
"header": "View Details",
"itemHeaders": [
{
"type": "text",
"itemType": "url",
"text": "URL"
},
{
"type": "text",
"itemType": "text",
"text": "Size (KB)"
},
{
"type": "text",
"itemType": "text",
"text": "Delayed Paint By (ms)"
}
],
"items": []
}
},
"no-document-write": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "url-list",
"value": []
},
"scoringMode": "binary",
"name": "no-document-write",
"category": "Performance",
"description": "Avoids `document.write()`",
"helpText": "For users on slow connections, external scripts dynamically injected via `document.write()` can delay page load by tens of seconds. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/document-write).",
"details": {
"type": "table",
"header": "View Details",
"itemHeaders": [
{
"type": "text",
"itemType": "url",
"text": "URL"
},
{
"type": "text",
"itemType": "text",
"text": "Location"
}
],
"items": []
}
},
"no-mutation-events": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "table",
"value": {
"results": [],
"tableHeadings": {
"url": "URL",
"lineCol": "Line/Col",
"type": "Event",
"code": "Snippet"
}
}
},
"scoringMode": "binary",
"name": "no-mutation-events",
"category": "JavaScript",
"description": "Avoids Mutation Events in its own scripts",
"helpText": "Mutation Events are deprecated and harm performance. Consider using Mutation Observers instead. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/mutation-events).",
"details": {
"type": "table",
"header": "View Details",
"itemHeaders": [
{
"type": "text",
"itemType": "url",
"text": "URL"
},
{
"type": "text",
"itemType": "code",
"text": "Event"
},
{
"type": "text",
"itemType": "text",
"text": "Line"
},
{
"type": "text",
"itemType": "text",
"text": "Col"
},
{
"type": "text",
"itemType": "code",
"text": "Snippet"
}
],
"items": []
}
},
"no-websql": {
"score": true,
"displayValue": "",
"rawValue": true,
"debugString": "",
"scoringMode": "binary",
"name": "no-websql",
"category": "Offline",
"description": "Avoids WebSQL DB",
"helpText": "Web SQL is deprecated. Consider using IndexedDB instead. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/web-sql)."
},
"notification-on-start": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "url-list",
"value": []
},
"scoringMode": "binary",
"name": "notification-on-start",
"category": "UX",
"description": "Avoids requesting the notification permission on page load",
"helpText": "Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/notifications-on-load).",
"details": {
"type": "table",
"header": "View Details",
"itemHeaders": [
{
"type": "text",
"itemType": "url",
"text": "URL"
},
{
"type": "text",
"itemType": "text",
"text": "Location"
}
],
"items": []
}
},
"script-blocking-first-paint": {
"score": 100,
"displayValue": "",
"rawValue": 0,
"extendedInfo": {
"formatter": "table",
"value": {
"wastedMs": 0,
"results": [],
"tableHeadings": {
"url": "URL",
"totalKb": "Size (KB)",
"totalMs": "Delayed Paint By (ms)"
}
}
},
"scoringMode": "binary",
"informative": true,
"name": "script-blocking-first-paint",
"category": "Performance",
"description": "Reduce render-blocking scripts",
"helpText": "Script elements are blocking the first paint of your page. Consider inlining critical scripts and deferring non-critical ones. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources).",
"details": {
"type": "table",
"header": "View Details",
"itemHeaders": [
{
"type": "text",
"itemType": "url",
"text": "URL"
},
{
"type": "text",
"itemType": "text",
"text": "Size (KB)"
},
{
"type": "text",
"itemType": "text",
"text": "Delayed Paint By (ms)"
}
],
"items": []
}
},
"uses-http2": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "table",
"value": {
"results": [],
"tableHeadings": {
"url": "URL",
"protocol": "Protocol"
}
}
},
"scoringMode": "binary",
"name": "uses-http2",
"category": "Performance",
"description": "Uses HTTP/2 for its own resources",
"helpText": "HTTP/2 offers many benefits over HTTP/1.1, including binary headers, multiplexing, and server push. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/http2).",
"details": {
"type": "table",
"header": "View Details",
"itemHeaders": [
{
"type": "text",
"itemType": "url",
"text": "URL"
},
{
"type": "text",
"itemType": "text",
"text": "Protocol"
}
],
"items": []
}
},
"uses-passive-event-listeners": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "url-list",
"value": []
},
"scoringMode": "binary",
"name": "uses-passive-event-listeners",
"category": "JavaScript",
"description": "Uses passive listeners to improve scrolling performance",
"helpText": "Consider marking your touch and wheel event listeners as `passive` to improve your page's scroll performance. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/passive-event-listeners).",
"details": {
"type": "table",
"header": "View Details",
"itemHeaders": [
{
"type": "text",
"itemType": "url",
"text": "URL"
},
{
"type": "text",
"itemType": "text",
"text": "Location"
}
],
"items": []
}
}
},
"runtimeConfig": {
"environment": [
{
"name": "Device Emulation",
"enabled": false,
"description": "Nexus 5X"
},
{
"name": "Network Throttling",
"enabled": false,
"description": "562.5ms RTT, 1.4Mbps down, 0.7Mbps up"
},
{
"name": "CPU Throttling",
"enabled": false,
"description": "4x slowdown"
}
],
"blockedUrlPatterns": []
},
"score": 90.9090909090909,
"reportCategories": [
{
"name": "Progressive Web App",
"weight": 1,
"description": "These audits validate the aspects of a Progressive Web App, as specified by the baseline [PWA Checklist](https://developers.google.com/web/progressive-web-apps/checklist).",
"audits": [
{
"id": "service-worker",
"weight": 1,
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"scoringMode": "binary",
"name": "service-worker",
"category": "Offline",
"description": "Registers a Service Worker",
"helpText": "The 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. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/registered-service-worker)."
},
"score": 100
},
{
"id": "works-offline",
"weight": 1,
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"scoringMode": "binary",
"name": "works-offline",
"category": "Offline",
"description": "Responds with a 200 when offline",
"helpText": "If you're building a Progressive Web App, consider using a service worker so that your app can work offline. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/http-200-when-offline)."
},
"score": 100
},
{
"id": "without-javascript",
"weight": 1,
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"scoringMode": "binary",
"name": "without-javascript",
"category": "JavaScript",
"description": "Contains some content when JavaScript is not available",
"helpText": "Your app should display some content when JavaScript is disabled, even if it's just a warning to the user that JavaScript is required to use the app. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/no-js)."
},
"score": 100
},
{
"id": "is-on-https",
"weight": 1,
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "url-list",
"value": []
},
"scoringMode": "binary",
"name": "is-on-https",
"category": "Security",
"description": "Uses HTTPS",
"helpText": "All sites should be protected with HTTPS, even ones that don't handle sensitive data. 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](https://developers.google.com/web/tools/lighthouse/audits/https).",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "Insecure URLs:"
},
"items": []
}
},
"score": 100
},
{
"id": "redirects-http",
"weight": 1,
"result": {
"score": false,
"displayValue": "",
"rawValue": false,
"scoringMode": "binary",
"name": "redirects-http",
"category": "Security",
"description": "Redirects HTTP traffic to HTTPS",
"helpText": "If you've already set up HTTPS, make sure that you redirect all HTTP traffic to HTTPS. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/http-redirects-to-https)."
},
"score": 0
},
{
"id": "load-fast-enough-for-pwa",
"weight": 1,
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "null",
"value": {
"areLatenciesAll3G": true,
"firstRequestLatencies": [
{
"url": "https://react-hn.kristoferbaxter.com/",
"latency": "494.03"
}
],
"isFast": true,
"timeToFirstInteractive": 2751.9509989624025
}
},
"scoringMode": "binary",
"name": "load-fast-enough-for-pwa",
"category": "PWA",
"description": "Page load is fast enough on 3G",
"helpText": "Satisfied if the Time To Interactive duration is shorter than 10 seconds, as defined by the [PWA Baseline Checklist](https://developers.google.com/web/progressive-web-apps/checklist). Network throttling is required (specifically: RTT latencies >= 150 RTT are expected)."
},
"score": 100
},
{
"id": "webapp-install-banner",
"weight": 1,
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"value": {
"failures": [],
"manifestValues": {
"isParseFailure": false,
"allChecks": [
{
"id": "hasStartUrl",
"failureText": "Manifest does not contain a `start_url`",
"passing": true
},
{
"id": "hasIconsAtLeast192px",
"failureText": "Manifest does not have icons at least 192px",
"passing": true
},
{
"id": "hasIconsAtLeast512px",
"failureText": "Manifest does not have icons at least 512px",
"passing": true
},
{
"id": "hasPWADisplayValue",
"failureText": "Manifest's `display` value is not one of: minimal-ui | fullscreen | standalone",
"passing": true
},
{
"id": "hasBackgroundColor",
"failureText": "Manifest does not have `background_color`",
"passing": true
},
{
"id": "hasThemeColor",
"failureText": "Manifest does not have `theme_color`",
"passing": true
},
{
"id": "hasShortName",
"failureText": "Manifest does not have `short_name`",
"passing": true
},
{
"id": "shortNameLength",
"failureText": "Manifest `short_name` will be truncated when displayed on the homescreen",
"passing": true
},
{
"id": "hasName",
"failureText": "Manifest does not have `name`",
"passing": true
}
]
}
},
"formatter": "null"
},
"scoringMode": "binary",
"name": "webapp-install-banner",
"category": "PWA",
"description": "User can be prompted to Install the Web App",
"helpText": "While users can manually add your site to their homescreen, the [prompt (aka app install banner)](https://developers.google.com/web/fundamentals/engage-and-retain/app-install-banners/) will proactively prompt the user to install the app if the various requirements are met and the user has moderate engagement with your site."
},
"score": 100
},
{
"id": "splash-screen",
"weight": 1,
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"value": {
"failures": [],
"manifestValues": {
"isParseFailure": false,
"allChecks": [
{
"id": "hasStartUrl",
"failureText": "Manifest does not contain a `start_url`",
"passing": true
},
{
"id": "hasIconsAtLeast192px",
"failureText": "Manifest does not have icons at least 192px",
"passing": true
},
{
"id": "hasIconsAtLeast512px",
"failureText": "Manifest does not have icons at least 512px",
"passing": true
},
{
"id": "hasPWADisplayValue",
"failureText": "Manifest's `display` value is not one of: minimal-ui | fullscreen | standalone",
"passing": true
},
{
"id": "hasBackgroundColor",
"failureText": "Manifest does not have `background_color`",
"passing": true
},
{
"id": "hasThemeColor",
"failureText": "Manifest does not have `theme_color`",
"passing": true
},
{
"id": "hasShortName",
"failureText": "Manifest does not have `short_name`",
"passing": true
},
{
"id": "shortNameLength",
"failureText": "Manifest `short_name` will be truncated when displayed on the homescreen",
"passing": true
},
{
"id": "hasName",
"failureText": "Manifest does not have `name`",
"passing": true
}
]
}
},
"formatter": "null"
},
"scoringMode": "binary",
"name": "splash-screen",
"category": "PWA",
"description": "Configured for a custom splash screen",
"helpText": "A default splash screen will be constructed for your app, but satisfying these requirements guarantee a high-quality [splash screen](https://developers.google.com/web/updates/2015/10/splashscreen) that transitions the user from tapping the home screen icon to your app's first paint"
},
"score": 100
},
{
"id": "themed-omnibox",
"weight": 1,
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"value": {
"failures": [],
"manifestValues": {
"isParseFailure": false,
"allChecks": [
{
"id": "hasStartUrl",
"failureText": "Manifest does not contain a `start_url`",
"passing": true
},
{
"id": "hasIconsAtLeast192px",
"failureText": "Manifest does not have icons at least 192px",
"passing": true
},
{
"id": "hasIconsAtLeast512px",
"failureText": "Manifest does not have icons at least 512px",
"passing": true
},
{
"id": "hasPWADisplayValue",
"failureText": "Manifest's `display` value is not one of: minimal-ui | fullscreen | standalone",
"passing": true
},
{
"id": "hasBackgroundColor",
"failureText": "Manifest does not have `background_color`",
"passing": true
},
{
"id": "hasThemeColor",
"failureText": "Manifest does not have `theme_color`",
"passing": true
},
{
"id": "hasShortName",
"failureText": "Manifest does not have `short_name`",
"passing": true
},
{
"id": "shortNameLength",
"failureText": "Manifest `short_name` will be truncated when displayed on the homescreen",
"passing": true
},
{
"id": "hasName",
"failureText": "Manifest does not have `name`",
"passing": true
}
]
},
"themeColor": "#0077B5"
},
"formatter": "null"
},
"scoringMode": "binary",
"name": "themed-omnibox",
"category": "PWA",
"description": "Address bar matches brand colors",
"helpText": "The browser address bar can be themed to match your site. A `theme-color` [meta tag](https://developers.google.com/web/updates/2014/11/Support-for-theme-color-in-Chrome-39-for-Android) will upgrade the address bar when a user browses the site, and the [manifest theme-color](https://developers.google.com/web/updates/2015/08/using-manifest-to-set-sitewide-theme-color) will apply the same theme site-wide once it's been added to homescreen."
},
"score": 100
},
{
"id": "viewport",
"weight": 1,
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"debugString": "",
"scoringMode": "binary",
"name": "viewport",
"category": "Mobile Friendly",
"description": "Has a `<meta name=\"viewport\">` tag with `width` or `initial-scale`",
"helpText": "Add a viewport meta tag to optimize your app for mobile screens. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/has-viewport-meta-tag)."
},
"score": 100
},
{
"id": "content-width",
"weight": 1,
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"debugString": "",
"scoringMode": "binary",
"name": "content-width",
"category": "Mobile Friendly",
"description": "Content is sized correctly for the viewport",
"helpText": "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 more](https://developers.google.com/web/tools/lighthouse/audits/content-sized-correctly-for-viewport)."
},
"score": 100
},
{
"id": "pwa-cross-browser",
"weight": 0,
"group": "manual-pwa-checks",
"result": {
"score": false,
"displayValue": "",
"rawValue": false,
"scoringMode": "binary",
"informative": true,
"manual": true,
"name": "pwa-cross-browser",
"category": "PWA",
"description": "Site works cross-browser",
"helpText": "To reach the most number of users, sites should work across every major browser. [Learn more](https://developers.google.com/web/progressive-web-apps/checklist#site-works-cross-browser)."
},
"score": 0
},
{
"id": "pwa-page-transitions",
"weight": 0,
"group": "manual-pwa-checks",
"result": {
"score": false,
"displayValue": "",
"rawValue": false,
"scoringMode": "binary",
"informative": true,
"manual": true,
"name": "pwa-page-transitions",
"category": "PWA",
"description": "Page transitions don't feel like they block on the network",
"helpText": "Transitions should feel snappy as you tap around, even on a slow network, a key to perceived performance. [Learn more](https://developers.google.com/web/progressive-web-apps/checklist#page-transitions-dont-feel-like-they-block-on-the-network)."
},
"score": 0
},
{
"id": "pwa-each-page-has-url",
"weight": 0,
"group": "manual-pwa-checks",
"result": {
"score": false,
"displayValue": "",
"rawValue": false,
"scoringMode": "binary",
"informative": true,
"manual": true,
"name": "pwa-each-page-has-url",
"category": "PWA",
"description": "Each page has a URL",
"helpText": "Ensure individual pages are deep linkable via the URLs and that URLs are unique for the purpose of shareability on social media. [Learn more](https://developers.google.com/web/progressive-web-apps/checklist#each-page-has-a-url)."
},
"score": 0
}
],
"id": "pwa",
"score": 90.9090909090909
},
{
"name": "Performance",
"description": "These encapsulate your app's performance.",
"audits": [
{
"id": "first-meaningful-paint",
"weight": 5,
"group": "perf-metric",
"result": {
"score": 94,
"displayValue": "1817.3ms",
"rawValue": 1817.3,
"optimalValue": "< 1,600 ms",
"extendedInfo": {
"value": {
"timestamps": {
"navStart": 15165496908726,
"fCP": 15165498555350,
"fMP": 15165498726036,
"onLoad": 15165499675637,
"endOfTrace": 15165504727380
},
"timings": {
"navStart": 0,
"fCP": 1646.624,
"fMP": 1817.31,
"onLoad": 2766.911,
"endOfTrace": 7818.654
}
},
"formatter": "null"
},
"scoringMode": "numeric",
"name": "first-meaningful-paint",
"category": "Performance",
"description": "First meaningful paint",
"helpText": "First meaningful paint measures when the primary content of a page is visible. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint)."
},
"score": 94
},
{
"id": "first-interactive",
"weight": 5,
"group": "perf-metric",
"result": {
"score": 95,
"displayValue": "2,750ms",
"rawValue": 2751.9509989624025,
"extendedInfo": {
"value": {
"timeInMs": 2751.9509989624025,
"timestamp": 15165499660676.998
},
"formatter": "null"
},
"scoringMode": "numeric",
"name": "first-interactive",
"category": "Performance",
"description": "First Interactive (beta)",
"helpText": "The first point at which necessary scripts of the page have loaded and the CPU is idle enough to handle most user input."
},
"score": 95
},
{
"id": "consistently-interactive",
"weight": 5,
"group": "perf-metric",
"result": {
"score": 95,
"displayValue": "2,750ms",
"rawValue": 2751.950998046875,
"extendedInfo": {
"value": {
"cpuQuietPeriod": {
"start": 15165499660.676998,
"end": 15165504727.38
},
"networkQuietPeriod": {
"start": 0,
"end": 15165504727.38
},
"cpuQuietPeriods": [
{
"start": 15165499660.676998,
"end": 15165504727.38
}
],
"networkQuietPeriods": [
{
"start": 0,
"end": 15165504727.38
}
],
"timestamp": 15165499660676.998,
"timeInMs": 2751.950998046875
},
"formatter": "null"
},
"scoringMode": "numeric",
"name": "consistently-interactive",
"category": "Performance",
"description": "Consistently Interactive (beta)",
"helpText": "The point at which most network resources have finished loading and the CPU is idle for a prolonged period."
},
"score": 95
},
{
"id": "speed-index-metric",
"weight": 1,
"group": "perf-metric",
"result": {
"score": 94,
"displayValue": "1859",
"rawValue": 1859,
"optimalValue": "< 1,250",
"extendedInfo": {
"formatter": "speedline",
"value": {
"timings": {
"firstVisualChange": 1849,
"visuallyReady": 1849.666000366211,
"visuallyComplete": 2791,
"speedIndex": 1860.753760356903,
"perceptualSpeedIndex": 1859.4437728777657
},
"timestamps": {
"firstVisualChange": 15165498757726,
"visuallyReady": 15165498758392,
"visuallyComplete": 15165499699726,
"speedIndex": 15165498769479.762,
"perceptualSpeedIndex": 15165498768169.773
},
"frames": [
{
"timestamp": 15165496908.726,
"progress": 0
},
{
"timestamp": 15165498758.392,
"progress": 92.69115228450575
},
{
"timestamp": 15165498814.201,
"progress": 99.29431810638516
},
{
"timestamp": 15165499092.325,
"progress": 99.29431810638516
},
{
"timestamp": 15165499120.884,
"progress": 99.29431810638516
},
{
"timestamp": 15165499184.947,
"progress": 99.4012186814091
},
{
"timestamp": 15165499231.233,
"progress": 99.4012186814091
},
{
"timestamp": 15165499301.897,
"progress": 99.4012186814091
},
{
"timestamp": 15165499355.741,
"progress": 99.4012186814091
},
{
"timestamp": 15165499421.542,
"progress": 99.4012186814091
},
{
"timestamp": 15165499699.741,
"progress": 100
}
]
}
},
"scoringMode": "numeric",
"name": "speed-index-metric",
"category": "Performance",
"description": "Perceptual Speed Index",
"helpText": "Speed Index shows how quickly the contents of a page are visibly populated. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/speed-index)."
},
"score": 94
},
{
"id": "estimated-input-latency",
"weight": 1,
"group": "perf-metric",
"result": {
"score": 100,
"displayValue": "16.1ms",
"rawValue": 16.1,
"optimalValue": "< 50 ms",
"extendedInfo": {
"value": [
{
"percentile": 0.5,
"time": 16
},
{
"percentile": 0.75,
"time": 16
},
{
"percentile": 0.9,
"time": 16.080953994344835
},
{
"percentile": 0.99,
"time": 307.51008999633177
},
{
"percentile": 1,
"time": 367.7129999999943
}
],
"formatter": "null"
},
"scoringMode": "numeric",
"name": "estimated-input-latency",
"category": "Performance",
"description": "Estimated Input Latency",
"helpText": "The score above is an estimate of how long your app takes to respond to user input, in milliseconds. There is a 90% probability that a user encounters this amount of latency, or less. 10% of the time a user can expect additional latency. If your score is higher than Lighthouse's target score, users may perceive your app as laggy. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/estimated-input-latency)."
},
"score": 100
},
{
"id": "link-blocking-first-paint",
"weight": 0,
"group": "perf-hint",
"result": {
"score": 100,
"displayValue": "",
"rawValue": 0,
"extendedInfo": {
"formatter": "table",
"value": {
"wastedMs": 0,
"results": [],
"tableHeadings": {
"url": "URL",
"totalKb": "Size (KB)",
"totalMs": "Delayed Paint By (ms)"
}
}
},
"scoringMode": "binary",
"informative": true,
"name": "link-blocking-first-paint",
"category": "Performance",
"description": "Reduce render-blocking stylesheets",
"helpText": "Link elements are blocking the first paint of your page. Consider inlining critical links and deferring non-critical ones. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources).",
"details": {
"type": "table",
"header": "View Details",
"itemHeaders": [
{
"type": "text",
"itemType": "url",
"text": "URL"
},
{
"type": "text",
"itemType": "text",
"text": "Size (KB)"
},
{
"type": "text",
"itemType": "text",
"text": "Delayed Paint By (ms)"
}
],
"items": []
}
},
"score": 100
},
{
"id": "script-blocking-first-paint",
"weight": 0,
"group": "perf-hint",
"result": {
"score": 100,
"displayValue": "",
"rawValue": 0,
"extendedInfo": {
"formatter": "table",
"value": {
"wastedMs": 0,
"results": [],
"tableHeadings": {
"url": "URL",
"totalKb": "Size (KB)",
"totalMs": "Delayed Paint By (ms)"
}
}
},
"scoringMode": "binary",
"informative": true,
"name": "script-blocking-first-paint",
"category": "Performance",
"description": "Reduce render-blocking scripts",
"helpText": "Script elements are blocking the first paint of your page. Consider inlining critical scripts and deferring non-critical ones. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources).",
"details": {
"type": "table",
"header": "View Details",
"itemHeaders": [
{
"type": "text",
"itemType": "url",
"text": "URL"
},
{
"type": "text",
"itemType": "text",
"text": "Size (KB)"
},
{
"type": "text",
"itemType": "text",
"text": "Delayed Paint By (ms)"
}
],
"items": []
}
},
"score": 100
},
{
"id": "uses-responsive-images",
"weight": 0,
"group": "perf-hint",
"result": {
"score": 100,
"displayValue": "",
"rawValue": 0,
"extendedInfo": {
"formatter": "table",
"value": {
"wastedMs": 0,
"wastedKb": 0,
"results": [],
"tableHeadings": {
"preview": "",
"url": "URL",
"totalKb": "Original",
"potentialSavings": "Potential Savings"
}
}
},
"scoringMode": "binary",
"informative": true,
"name": "uses-responsive-images",
"category": "Images",
"description": "Properly size images",
"helpText": "Serve images that are appropriately-sized to save cellular data and improve load time. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/oversized-images).",
"details": {
"type": "table",
"header": "View Details",
"itemHeaders": [
{
"type": "text",
"itemType": "thumbnail",
"text": ""
},
{
"type": "text",
"itemType": "url",
"text": "URL"
},
{
"type": "text",
"itemType": "text",
"text": "Original"
},
{
"type": "text",
"itemType": "text",
"text": "Potential Savings"
}
],
"items": []
}
},
"score": 100
},
{
"id": "offscreen-images",
"weight": 0,
"group": "perf-hint",
"result": {
"score": 100,
"displayValue": "",
"rawValue": 0,
"extendedInfo": {
"formatter": "table",
"value": {
"wastedMs": 0,
"wastedKb": 0,
"results": [],
"tableHeadings": {
"preview": "",
"url": "URL",
"totalKb": "Original",
"potentialSavings": "Potential Savings"
}
}
},
"scoringMode": "binary",
"informative": true,
"name": "offscreen-images",
"category": "Images",
"description": "Offscreen images",
"helpText": "Images that are not above the fold should be lazily loaded after the page is interactive. Consider using the [IntersectionObserver](https://developers.google.com/web/updates/2016/04/intersectionobserver) API.",
"details": {
"type": "table",
"header": "View Details",
"itemHeaders": [
{
"type": "text",
"itemType": "thumbnail",
"text": ""
},
{
"type": "text",
"itemType": "url",
"text": "URL"
},
{
"type": "text",
"itemType": "text",
"text": "Original"
},
{
"type": "text",
"itemType": "text",
"text": "Potential Savings"
}
],
"items": []
}
},
"score": 100
},
{
"id": "uses-optimized-images",
"weight": 0,
"group": "perf-hint",
"result": {
"score": 100,
"displayValue": "",
"rawValue": 0,
"extendedInfo": {
"formatter": "table",
"value": {
"wastedMs": 0,
"wastedKb": 0,
"results": [],
"tableHeadings": {
"preview": "",
"url": "URL",
"totalKb": "Original",
"potentialSavings": "Potential Savings"
}
}
},
"scoringMode": "binary",
"informative": true,
"name": "uses-optimized-images",
"category": "Images",
"description": "Optimize images",
"helpText": "Optimized images take less time to download and save cellular data. The identified images could have smaller file sizes when compressed as JPEG (q=85). [Learn more about image optimization](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/image-optimization).",
"details": {
"type": "table",
"header": "View Details",
"itemHeaders": [
{
"type": "text",
"itemType": "thumbnail",
"text": ""
},
{
"type": "text",
"itemType": "url",
"text": "URL"
},
{
"type": "text",
"itemType": "text",
"text": "Original"
},
{
"type": "text",
"itemType": "text",
"text": "Potential Savings"
}
],
"items": []
}
},
"score": 100
},
{
"id": "uses-webp-images",
"weight": 0,
"group": "perf-hint",
"result": {
"score": 100,
"displayValue": "",
"rawValue": 0,
"extendedInfo": {
"formatter": "table",
"value": {
"wastedMs": 0,
"wastedKb": 0,
"results": [],
"tableHeadings": {
"preview": "",
"url": "URL",
"totalKb": "Original",
"potentialSavings": "Potential Savings"
}
}
},
"scoringMode": "binary",
"informative": true,
"name": "uses-webp-images",
"category": "Images",
"description": "Serve images as WebP",
"helpText": "[WebP](https://developers.google.com/speed/webp/) images take less time to download and save cellular data. [Learn more about image optimization](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/image-optimization).",
"details": {
"type": "table",
"header": "View Details",
"itemHeaders": [
{
"type": "text",
"itemType": "thumbnail",
"text": ""
},
{
"type": "text",
"itemType": "url",
"text": "URL"
},
{
"type": "text",
"itemType": "text",
"text": "Original"
},
{
"type": "text",
"itemType": "text",
"text": "Potential Savings"
}
],
"items": []
}
},
"score": 100
},
{
"id": "uses-request-compression",
"weight": 0,
"group": "perf-hint",
"result": {
"score": 100,
"displayValue": "",
"rawValue": 0,
"extendedInfo": {
"formatter": "table",
"value": {
"wastedMs": 0,
"wastedKb": 0,
"results": [],
"tableHeadings": {
"url": "Uncompressed resource URL",
"totalKb": "Original",
"potentialSavings": "GZIP Savings"
}
}
},
"scoringMode": "binary",
"informative": true,
"name": "uses-request-compression",
"category": "Performance",
"description": "Enable text compression",
"helpText": "Text-based responses should be served with compression (gzip, deflate or brotli) to minimize total network bytes. [Learn more](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/optimize-encoding-and-transfer).",
"details": {
"type": "table",
"header": "View Details",
"itemHeaders": [
{
"type": "text",
"itemType": "url",
"text": "Uncompressed resource URL"
},
{
"type": "text",
"itemType": "text",
"text": "Original"
},
{
"type": "text",
"itemType": "text",
"text": "GZIP Savings"
}
],
"items": []
}
},
"score": 100
},
{
"id": "total-byte-weight",
"weight": 0,
"group": "perf-info",
"result": {
"score": 100,
"displayValue": "Total size was 66 KB",
"rawValue": 67075,
"optimalValue": "< 1,600 KB",
"extendedInfo": {
"formatter": "table",
"value": {
"results": [
{
"url": "…chrome/bundle.application.7f87b5e….js",
"totalBytes": 52296,
"totalKb": "51 KB",
"totalMs": "690ms"
},
{
"url": "/",
"totalBytes": 10480,
"totalKb": "10 KB",
"totalMs": "140ms"
},
{
"url": "…icons/192x192.png",
"totalBytes": 2652,
"totalKb": "3 KB",
"totalMs": "30ms"
},
{
"url": "…icons/favicon.png",
"totalBytes": 985,
"totalKb": "1 KB",
"totalMs": "10ms"
},
{
"url": "…chrome/manifest.json",
"totalBytes": 662,
"totalKb": "1 KB",
"totalMs": "10ms"
}
],
"tableHeadings": {
"url": "URL",
"totalKb": "Total Size",
"totalMs": "Transfer Time"
}
}
},
"scoringMode": "numeric",
"name": "total-byte-weight",
"category": "Network",
"description": "Avoids enormous network payloads",
"helpText": "Network transfer size [costs users real dollars](https://whatdoesmysitecost.com/) and is [highly correlated](http://httparchive.org/interesting.php#onLoad) with long load times. Try to find ways to reduce the size of required files.",
"details": {
"type": "table",
"header": "View Details",
"itemHeaders": [
{
"type": "text",
"itemType": "url",
"text": "URL"
},
{
"type": "text",
"itemType": "text",
"text": "Total Size"
},
{
"type": "text",
"itemType": "text",
"text": "Transfer Time"
}
],
"items": [
[
{
"type": "url",
"text": "…chrome/bundle.application.7f87b5e….js"
},
{
"type": "text",
"text": "51 KB"
},
{
"type": "text",
"text": "690ms"
}
],
[
{
"type": "url",
"text": "/"
},
{
"type": "text",
"text": "10 KB"
},
{
"type": "text",
"text": "140ms"
}
],
[
{
"type": "url",
"text": "…icons/192x192.png"
},
{
"type": "text",
"text": "3 KB"
},
{
"type": "text",
"text": "30ms"
}
],
[
{
"type": "url",
"text": "…icons/favicon.png"
},
{
"type": "text",
"text": "1 KB"
},
{
"type": "text",
"text": "10ms"
}
],
[
{
"type": "url",
"text": "…chrome/manifest.json"
},
{
"type": "text",
"text": "1 KB"
},
{
"type": "text",
"text": "10ms"
}
]
]
}
},
"score": 100
},
{
"id": "dom-size",
"weight": 0,
"group": "perf-info",
"result": {
"score": 100,
"displayValue": "311 nodes",
"rawValue": 311,
"optimalValue": "< 1,500 nodes",
"extendedInfo": {
"formatter": "cards",
"value": [
{
"title": "Total DOM Nodes",
"value": "311",
"target": "< 1,500 nodes"
},
{
"title": "DOM Depth",
"value": "12",
"snippet": "html >\n body >\n div#mount >\n div >\n div._2eQTOZ0s >\n div.JxOJRgRl >\n main >\n article.CZuzJ3Oq >\n div._1xEHQIqR >\n p >\n span >\n a._1aSHML_h",
"target": "< 32"
},
{
"title": "Maximum Children",
"value": "31",
"snippet": "Element with most children:\nmain",
"target": "< 60 nodes"
}
]
},
"scoringMode": "numeric",
"name": "dom-size",
"category": "Performance",
"description": "Avoids an excessive DOM size",
"helpText": "Browser engineers recommend pages contain fewer than ~1,500 DOM nodes. The sweet spot is a tree depth < 32 elements and fewer than 60 children/parent element. A large DOM can increase memory, cause longer [style calculations](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations), and produce costly [layout reflows](https://developers.google.com/speed/articles/reflow). [Learn more](https://developers.google.com/web/fundamentals/performance/rendering/).",
"details": {
"type": "cards",
"header": {
"type": "text",
"text": "View details"
},
"items": [
{
"title": "Total DOM Nodes",
"value": "311",
"target": "< 1,500 nodes"
},
{
"title": "DOM Depth",
"value": "12",
"snippet": "html >\n body >\n div#mount >\n div >\n div._2eQTOZ0s >\n div.JxOJRgRl >\n main >\n article.CZuzJ3Oq >\n div._1xEHQIqR >\n p >\n span >\n a._1aSHML_h",
"target": "< 32"
},
{
"title": "Maximum Children",
"value": "31",
"snippet": "Element with most children:\nmain",
"target": "< 60 nodes"
}
]
}
},
"score": 100
},
{
"id": "critical-request-chains",
"weight": 0,
"group": "perf-info",
"result": {
"score": true,
"displayValue": "0",
"rawValue": true,
"optimalValue": 0,
"extendedInfo": {
"formatter": "critical-request-chains",
"value": {
"chains": {
"27058.1": {
"request": {
"url": "https://react-hn.kristoferbaxter.com/",
"startTime": 15165496.953966,
"endTime": 15165498.651672,
"responseReceivedTime": 15165498.401874,
"transferSize": 10480
},
"children": {}
},
"27058.7": {
"request": {
"url": "https://react-hn.kristoferbaxter.com/dist/chrome/manifest.json",
"startTime": 15165499.707391,
"endTime": 15165502.098833,
"responseReceivedTime": 15165502.092523,
"transferSize": 662
},
"children": {}
}
},
"longestChain": {
"duration": 5144.867001101375,
"length": 1,
"transferSize": 662
}
}
},
"scoringMode": "binary",
"informative": true,
"name": "critical-request-chains",
"category": "Performance",
"description": "Critical Request Chains",
"helpText": "The Critical Request Chains below show you what resources are required for first render of this page. Improve page load by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/critical-request-chains).",
"details": {
"type": "criticalrequestchain",
"header": {
"type": "text",
"text": "View critical network waterfall:"
},
"chains": {
"27058.1": {
"request": {
"url": "https://react-hn.kristoferbaxter.com/",
"startTime": 15165496.953966,
"endTime": 15165498.651672,
"responseReceivedTime": 15165498.401874,
"transferSize": 10480
},
"children": {}
},
"27058.7": {
"request": {
"url": "https://react-hn.kristoferbaxter.com/dist/chrome/manifest.json",
"startTime": 15165499.707391,
"endTime": 15165502.098833,
"responseReceivedTime": 15165502.092523,
"transferSize": 662
},
"children": {}
}
},
"longestChain": {
"duration": 5144.867001101375,
"length": 1,
"transferSize": 662
}
}
},
"score": 100
},
{
"id": "user-timings",
"weight": 0,
"group": "perf-info",
"result": {
"score": true,
"displayValue": "0",
"rawValue": true,
"extendedInfo": {
"formatter": "user-timings",
"value": []
},
"scoringMode": "binary",
"informative": true,
"name": "user-timings",
"category": "Performance",
"description": "User Timing marks and measures",
"helpText": "Consider instrumenting your app with the User Timing API to create custom, real-world measurements of key user experiences. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/user-timing).",
"details": {
"type": "table",
"header": "View Details",
"itemHeaders": [
{
"type": "text",
"itemType": "text",
"text": "Name"
},
{
"type": "text",
"itemType": "text",
"text": "Type"
},
{
"type": "text",
"itemType": "text",
"text": "Time"
}
],
"items": []
}
},
"score": 100
},
{
"id": "screenshot-thumbnails",
"weight": 0,
"result": {
"score": 100,
"displayValue": "true",
"rawValue": true,
"scoringMode": "binary",
"informative": true,
"name": "screenshot-thumbnails",
"category": "Images",
"description": "Screenshot Thumbnails",
"helpText": "This is what the load of your site looked like.",
"details": {
"type": "filmstrip",
"scale": 2791,
"items": [
{
"timing": 279,
"timestamp": 15165497187826,
"data": "/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRQBAwQEBQQFCQUFCRQNCw0UFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFP/AABEIAFUAPAMBEQACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+gEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4+Tl5ufo6ery8/T19vf4+fr/2gAMAwEAAhEDEQA/AP1ToAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoA//Z"
},
{
"timing": 558,
"timestamp": 15165497466926,
"data": "/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRQBAwQEBQQFCQUFCRQNCw0UFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFP/AABEIAFUAPAMBEQACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+gEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4+Tl5ufo6ery8/T19vf4+fr/2gAMAwEAAhEDEQA/AP1ToAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoA//Z"
},
{
"timing": 837,
"timestamp": 15165497746026,
"data": "/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRQBAwQEBQQFCQUFCRQNCw0UFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFP/AABEIAFUAPAMBEQACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+gEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4+Tl5ufo6ery8/T19vf4+fr/2gAMAwEAAhEDEQA/AP1ToAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoA//Z"
},
{
"timing": 1116,
"timestamp": 15165498025126,
"data": "/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRQBAwQEBQQFCQUFCRQNCw0UFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFP/AABEIAFUAPAMBEQACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+gEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4+Tl5ufo6ery8/T19vf4+fr/2gAMAwEAAhEDEQA/AP1ToAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoA//Z"
},
{
"timing": 1396,
"timestamp": 15165498304226,
"data": "/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRQBAwQEBQQFCQUFCRQNCw0UFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFP/AABEIAFUAPAMBEQACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+gEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4+Tl5ufo6ery8/T19vf4+fr/2gAMAwEAAhEDEQA/AP1ToAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoA//Z"
},
{
"timing": 1675,
"timestamp": 15165498583326,
"data": "/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRQBAwQEBQQFCQUFCRQNCw0UFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFP/AABEIAFUAPAMBEQACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+gEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4+Tl5ufo6ery8/T19vf4+fr/2gAMAwEAAhEDEQA/AP1ToAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoA//Z"
},
{
"timing": 1954,
"timestamp": 15165498862426,
"data": "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"
},
{
"timing": 2233,
"timestamp": 15165499141526,
"data": "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"
},
{
"timing": 2512,
"timestamp": 15165499420626,
"data": "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"
},
{
"timing": 2791,
"timestamp": 15165499699726,
"data": "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"
}
]
}
},
"score": 100
}
],
"id": "performance",
"score": 94.94117647058823
},
{
"name": "Accessibility",
"description": "These checks highlight opportunities to [improve the accessibility of your app](https://developers.google.com/web/fundamentals/accessibility).",
"audits": [
{
"id": "accesskeys",
"weight": 1,
"group": "a11y-correct-attributes",
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "accesskeys",
"category": "Accessibility",
"description": "`[accesskey]` values are unique.",
"helpText": "`accesskey` attributes allow the user to quickly activate or focus part of the page.Using the same `accesskey` more than once could lead to a confusing experience.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"score": 100
},
{
"id": "aria-allowed-attr",
"weight": 1,
"group": "a11y-aria",
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "aria-allowed-attr",
"category": "Accessibility",
"description": "`[aria-*]` attributes match their roles.",
"helpText": "Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/aria-allowed-attributes).",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"score": 100
},
{
"id": "aria-required-attr",
"weight": 1,
"group": "a11y-aria",
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "aria-required-attr",
"category": "Accessibility",
"description": "`[role]`s have all required `[aria-*]` attributes.",
"helpText": "Some ARIA roles have required attributes that describe the state of the element to screen readers. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/required-aria-attributes).",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"score": 100
},
{
"id": "aria-required-children",
"weight": 1,
"group": "a11y-aria",
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "aria-required-children",
"category": "Accessibility",
"description": "`[role]`s that require child `[role]`s contain them.",
"helpText": "Some ARIA parent roles require specific roles on their children to perform their accessibility function.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"score": 100
},
{
"id": "aria-required-parent",
"weight": 1,
"group": "a11y-aria",
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "aria-required-parent",
"category": "Accessibility",
"description": "`[role]`s are contained by their required parent element.",
"helpText": "Some ARIA roles require specific roles on their parent element to perform their accessibility function.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"score": 100
},
{
"id": "aria-roles",
"weight": 1,
"group": "a11y-aria",
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "aria-roles",
"category": "Accessibility",
"description": "`[role]` values are valid.",
"helpText": "ARIA roles require specific values to perform their accessibility function.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"score": 100
},
{
"id": "aria-valid-attr-value",
"weight": 1,
"group": "a11y-aria",
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "aria-valid-attr-value",
"category": "Accessibility",
"description": "`[aria-*]` attributes have valid values.",
"helpText": "Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/valid-aria-values).",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"score": 100
},
{
"id": "aria-valid-attr",
"weight": 1,
"group": "a11y-aria",
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "aria-valid-attr",
"category": "Accessibility",
"description": "`[aria-*]` attributes are valid and not misspelled.",
"helpText": "Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid names. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/valid-aria-attributes).",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"score": 100
},
{
"id": "audio-caption",
"weight": 1,
"group": "a11y-correct-attributes",
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "audio-caption",
"category": "Accessibility",
"description": "`<audio>` elements contain a `<track>` element with `[kind=\"captions\"]`.",
"helpText": "Captions convey information such as identifying who is speaking, dialogue, and non-speech information. This can help deaf or hearing impaired users access meaningful content.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"score": 100
},
{
"id": "button-name",
"weight": 1,
"group": "a11y-element-names",
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "button-name",
"category": "Accessibility",
"description": "Buttons have an accessible name.",
"helpText": "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 more](https://developers.google.com/web/tools/lighthouse/audits/button-name).",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"score": 100
},
{
"id": "bypass",
"weight": 1,
"group": "a11y-describe-contents",
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "bypass",
"category": "Accessibility",
"description": "The page contains a heading, skip link, or landmark region.",
"helpText": "Adding ways to bypass repetitive content lets keyboard users navigate the page more efficiently.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"score": 100
},
{
"id": "color-contrast",
"weight": 1,
"group": "a11y-color-contrast",
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "color-contrast",
"category": "Accessibility",
"description": "Background and foreground colors have a sufficient contrast ratio.",
"helpText": "Low-contrast text is difficult or impossible for many users to read. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/contrast-ratio).",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"score": 100
},
{
"id": "definition-list",
"weight": 1,
"group": "a11y-well-structured",
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "definition-list",
"category": "Accessibility",
"description": "`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>` or <template> elements.",
"helpText": "When definition lists are not properly marked up screen readers may produce confusing or inaccurate output.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"score": 100
},
{
"id": "dlitem",
"weight": 1,
"group": "a11y-well-structured",
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "dlitem",
"category": "Accessibility",
"description": "Definition list items are wrapped in `<dl>` elements.",
"helpText": "Definition list items (<dt> and/or <dd>) wrapped in parent <dl> elements enable screen readers to properly announce content.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"score": 100
},
{
"id": "document-title",
"weight": 1,
"group": "a11y-describe-contents",
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "document-title",
"category": "Accessibility",
"description": "Document has a `<title>` element.",
"helpText": "Screen reader users use page titles to get an overview of the contents of the page.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"score": 100
},
{
"id": "duplicate-id",
"weight": 1,
"group": "a11y-well-structured",
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "duplicate-id",
"category": "Accessibility",
"description": "`[id]` attributes on the page are unique.",
"helpText": "Unique `id=\"\"` attributes help ensure assistive technologies do not overlook elements with the same id.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"score": 100
},
{
"id": "frame-title",
"weight": 1,
"group": "a11y-describe-contents",
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "frame-title",
"category": "Accessibility",
"description": "`<frame>` or `<iframe>` elements have a title.",
"helpText": "Screen reader users rely on a frame title to describe the contents of the frame.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"score": 100
},
{
"id": "html-has-lang",
"weight": 1,
"group": "a11y-language",
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "html-has-lang",
"category": "Accessibility",
"description": "`<html>` element has a `[lang]` attribute.",
"helpText": "The `lang` attribute is useful for multilingual screen reader users who may prefer a language other than the default.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"score": 100
},
{
"id": "html-lang-valid",
"weight": 1,
"group": "a11y-language",
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "html-lang-valid",
"category": "Accessibility",
"description": "`<html>` element has a valid value for its `[lang]` attribute.",
"helpText": "Specifying a valid [BCP 47 language](https://www.w3.org/International/questions/qa-choosing-language-tags#question) helps screen readers announce text properly.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"score": 100
},
{
"id": "image-alt",
"weight": 1,
"group": "a11y-correct-attributes",
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "image-alt",
"category": "Accessibility",
"description": "Image elements have `[alt]` attributes.",
"helpText": "Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute.[Learn more](https://developers.google.com/web/tools/lighthouse/audits/alt-attribute).",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"score": 100
},
{
"id": "input-image-alt",
"weight": 1,
"group": "a11y-correct-attributes",
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "input-image-alt",
"category": "Accessibility",
"description": "`<input type=\"image\">` elements have `[alt]` text.",
"helpText": "When an image is being used as an `<input>` button, providing alternative text can help screen reader users understand the purpose of the button.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"score": 100
},
{
"id": "label",
"weight": 1,
"group": "a11y-describe-contents",
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "label",
"category": "Accessibility",
"description": "Form elements have associated labels.",
"helpText": "Labels ensure that form controls are announced properly by assistive technologies, like screen readers. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/form-labels).",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"score": 100
},
{
"id": "layout-table",
"weight": 1,
"group": "a11y-describe-contents",
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "layout-table",
"category": "Accessibility",
"description": "Presentational `<table>` elements avoid using `<th>`, `<caption>` or the `[summary]` attribute.",
"helpText": "The presence of `<th>`, `<caption>` or the `summary` attribute on a presentational table may produce a confusing experince for a screen reader user as these elements usually indicates a data table.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"score": 100
},
{
"id": "link-name",
"weight": 1,
"group": "a11y-element-names",
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "link-name",
"category": "Accessibility",
"description": "Links have a discernable name.",
"helpText": "Link text (and alternate text for images, when used as links) that is discernible, not duplicated, and focusable improves the navigating experience for screen reader users.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"score": 100
},
{
"id": "list",
"weight": 1,
"group": "a11y-well-structured",
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "list",
"category": "Accessibility",
"description": "Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).",
"helpText": "Screen readers have a specific way of announcing lists. Ensuring proper list structure aides screen reader output.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"score": 100
},
{
"id": "listitem",
"weight": 1,
"group": "a11y-well-structured",
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "listitem",
"category": "Accessibility",
"description": "List items (`<li>`) are contained within `<ul>` or `<ol>` parent elements.",
"helpText": "Screen readers require list items (`<li>`) to be contained within a parent `<ul>` or `<ol>` to be announced properly",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"score": 100
},
{
"id": "meta-refresh",
"weight": 1,
"group": "a11y-meta",
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "meta-refresh",
"category": "Accessibility",
"description": "The document does not use `<meta http-equiv=\"refresh\">`.",
"helpText": "Users do not expect a page to refresh automatically, and doing so will move focus back to the top of the page. This may create a frustrating or confusing experience",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"score": 100
},
{
"id": "meta-viewport",
"weight": 1,
"group": "a11y-meta",
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "meta-viewport",
"category": "Accessibility",
"description": "`[user-scalable=\"no\"]` is not used in the `<meta name=\"viewport\">` element and the `[maximum-scale]` attribute is not less than 5.",
"helpText": "Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"score": 100
},
{
"id": "object-alt",
"weight": 1,
"group": "a11y-describe-contents",
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "object-alt",
"category": "Accessibility",
"description": "`<object>` elements have `[alt]` text.",
"helpText": "Screen readers cannot translate non-text content. Adding alt text to `<object>` elements will help a screen reader convey the meaning to a user.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"score": 100
},
{
"id": "tabindex",
"weight": 1,
"group": "a11y-correct-attributes",
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "tabindex",
"category": "Accessibility",
"description": "No element has a `[tabindex]` value greater than 0.",
"helpText": "A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/tabindex).",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"score": 100
},
{
"id": "td-headers-attr",
"weight": 1,
"group": "a11y-correct-attributes",
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "td-headers-attr",
"category": "Accessibility",
"description": "Cells in a `<table>` element that use the `[headers]` attribute only refer to other cells of that same table.",
"helpText": "Screen readers have features to make navigating tables easier. Ensuring `<td>` cells using the `[headers]` attribute only refer to other cells in the same table may improve the experience for screen reader users.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"score": 100
},
{
"id": "th-has-data-cells",
"weight": 1,
"group": "a11y-correct-attributes",
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "th-has-data-cells",
"category": "Accessibility",
"description": "`<th>` elements and elements with `[role=\"columnheader\"/\"rowheader\"]` have data cells they describe.",
"helpText": "Screen readers have features to make navigating tables easier. Ensuring table headers always refer to some set of cells may improve the experience for screen reader users.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"score": 100
},
{
"id": "valid-lang",
"weight": 1,
"group": "a11y-language",
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "valid-lang",
"category": "Accessibility",
"description": "`[lang]` attributes have a valid value.",
"helpText": "Specifying a valid [BCP 47 language](https://www.w3.org/International/questions/qa-choosing-language-tags#question) on elements helps ensure that text is pronounced correctly by a screen reader.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"score": 100
},
{
"id": "video-caption",
"weight": 1,
"group": "a11y-describe-contents",
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "video-caption",
"category": "Accessibility",
"description": "`<video>` elements contain a `<track>` element with `[kind=\"captions\"]`.",
"helpText": "When a video provides a caption it is easier for deaf and hearing impaired users to access its information.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"score": 100
},
{
"id": "video-description",
"weight": 1,
"group": "a11y-describe-contents",
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "video-description",
"category": "Accessibility",
"description": "`<video>` elements contain a `<track>` element with `[kind=\"description\"]`.",
"helpText": "Audio descriptions provide relevant information for videos that dialogue cannot, such as facial expressions and scenes.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
"score": 100
}
],
"id": "accessibility",
"score": 100
},
{
"name": "Best Practices",
"description": "We've compiled some recommendations for modernizing your web app and avoiding performance pitfalls. These audits do not affect your score but are worth a look.",
"audits": [
{
"id": "appcache-manifest",
"weight": 1,
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"debugString": "",
"scoringMode": "binary",
"name": "appcache-manifest",
"category": "Offline",
"description": "Avoids Application Cache",
"helpText": "Application Cache has been [deprecated](https://html.spec.whatwg.org/multipage/browsers.html#offline) by [Service Workers](https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API/Using_Service_Workers). Consider implementing an offline solution using the [Cache Storage API](https://developer.mozilla.org/en-US/docs/Web/API/Cache)."
},
"score": 100
},
{
"id": "no-websql",
"weight": 1,
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"debugString": "",
"scoringMode": "binary",
"name": "no-websql",
"category": "Offline",
"description": "Avoids WebSQL DB",
"helpText": "Web SQL is deprecated. Consider using IndexedDB instead. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/web-sql)."
},
"score": 100
},
{
"id": "is-on-https",
"weight": 1,
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "url-list",
"value": []
},
"scoringMode": "binary",
"name": "is-on-https",
"category": "Security",
"description": "Uses HTTPS",
"helpText": "All sites should be protected with HTTPS, even ones that don't handle sensitive data. 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](https://developers.google.com/web/tools/lighthouse/audits/https).",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "Insecure URLs:"
},
"items": []
}
},
"score": 100
},
{
"id": "uses-http2",
"weight": 1,
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "table",
"value": {
"results": [],
"tableHeadings": {
"url": "URL",
"protocol": "Protocol"
}
}
},
"scoringMode": "binary",
"name": "uses-http2",
"category": "Performance",
"description": "Uses HTTP/2 for its own resources",
"helpText": "HTTP/2 offers many benefits over HTTP/1.1, including binary headers, multiplexing, and server push. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/http2).",
"details": {
"type": "table",
"header": "View Details",
"itemHeaders": [
{
"type": "text",
"itemType": "url",
"text": "URL"
},
{
"type": "text",
"itemType": "text",
"text": "Protocol"
}
],
"items": []
}
},
"score": 100
},
{
"id": "uses-passive-event-listeners",
"weight": 1,
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "url-list",
"value": []
},
"scoringMode": "binary",
"name": "uses-passive-event-listeners",
"category": "JavaScript",
"description": "Uses passive listeners to improve scrolling performance",
"helpText": "Consider marking your touch and wheel event listeners as `passive` to improve your page's scroll performance. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/passive-event-listeners).",
"details": {
"type": "table",
"header": "View Details",
"itemHeaders": [
{
"type": "text",
"itemType": "url",
"text": "URL"
},
{
"type": "text",
"itemType": "text",
"text": "Location"
}
],
"items": []
}
},
"score": 100
},
{
"id": "no-mutation-events",
"weight": 1,
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "table",
"value": {
"results": [],
"tableHeadings": {
"url": "URL",
"lineCol": "Line/Col",
"type": "Event",
"code": "Snippet"
}
}
},
"scoringMode": "binary",
"name": "no-mutation-events",
"category": "JavaScript",
"description": "Avoids Mutation Events in its own scripts",
"helpText": "Mutation Events are deprecated and harm performance. Consider using Mutation Observers instead. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/mutation-events).",
"details": {
"type": "table",
"header": "View Details",
"itemHeaders": [
{
"type": "text",
"itemType": "url",
"text": "URL"
},
{
"type": "text",
"itemType": "code",
"text": "Event"
},
{
"type": "text",
"itemType": "text",
"text": "Line"
},
{
"type": "text",
"itemType": "text",
"text": "Col"
},
{
"type": "text",
"itemType": "code",
"text": "Snippet"
}
],
"items": []
}
},
"score": 100
},
{
"id": "no-document-write",
"weight": 1,
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "url-list",
"value": []
},
"scoringMode": "binary",
"name": "no-document-write",
"category": "Performance",
"description": "Avoids `document.write()`",
"helpText": "For users on slow connections, external scripts dynamically injected via `document.write()` can delay page load by tens of seconds. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/document-write).",
"details": {
"type": "table",
"header": "View Details",
"itemHeaders": [
{
"type": "text",
"itemType": "url",
"text": "URL"
},
{
"type": "text",
"itemType": "text",
"text": "Location"
}
],
"items": []
}
},
"score": 100
},
{
"id": "external-anchors-use-rel-noopener",
"weight": 1,
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "url-list",
"value": []
},
"scoringMode": "binary",
"name": "external-anchors-use-rel-noopener",
"category": "Performance",
"description": "Opens external anchors using `rel=\"noopener\"`",
"helpText": "Open new tabs using `rel=\"noopener\"` to improve performance and prevent security vulnerabilities. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/noopener).",
"details": {
"type": "table",
"header": "View Details",
"itemHeaders": [
{
"type": "text",
"itemType": "url",
"text": "URL"
},
{
"type": "text",
"itemType": "text",
"text": "Target"
},
{
"type": "text",
"itemType": "text",
"text": "Rel"
}
],
"items": []
}
},
"score": 100
},
{
"id": "geolocation-on-start",
"weight": 1,
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "url-list",
"value": []
},
"scoringMode": "binary",
"name": "geolocation-on-start",
"category": "UX",
"description": "Avoids requesting the geolocation permission on page load",
"helpText": "Users are mistrustful of or confused by sites that request their location without context. Consider tying the request to user gestures instead. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/geolocation-on-load).",
"details": {
"type": "table",
"header": "View Details",
"itemHeaders": [
{
"type": "text",
"itemType": "url",
"text": "URL"
},
{
"type": "text",
"itemType": "text",
"text": "Location"
}
],
"items": []
}
},
"score": 100
},
{
"id": "notification-on-start",
"weight": 1,
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "url-list",
"value": []
},
"scoringMode": "binary",
"name": "notification-on-start",
"category": "UX",
"description": "Avoids requesting the notification permission on page load",
"helpText": "Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/notifications-on-load).",
"details": {
"type": "table",
"header": "View Details",
"itemHeaders": [
{
"type": "text",
"itemType": "url",
"text": "URL"
},
{
"type": "text",
"itemType": "text",
"text": "Location"
}
],
"items": []
}
},
"score": 100
},
{
"id": "deprecations",
"weight": 1,
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "url-list",
"value": []
},
"scoringMode": "binary",
"name": "deprecations",
"category": "Deprecations",
"description": "Avoids deprecated APIs",
"helpText": "Deprecated APIs will eventually be removed from the browser. [Learn more](https://www.chromestatus.com/features#deprecated).",
"details": {
"type": "table",
"header": "View Details",
"itemHeaders": [
{
"type": "text",
"itemType": "code",
"text": "Deprecation / Warning"
},
{
"type": "text",
"itemType": "url",
"text": "URL"
},
{
"type": "text",
"itemType": "text",
"text": "Line"
}
],
"items": []
}
},
"score": 100
},
{
"id": "manifest-short-name-length",
"weight": 1,
"result": {
"score": true,
"displayValue": "",
"rawValue": true,
"scoringMode": "binary",
"name": "manifest-short-name-length",
"category": "Manifest",
"description": "Manifest's `short_name` won't be truncated when displayed on homescreen",
"helpText": "Make your app's `short_name` less than 12 characters to ensure that it's not truncated on homescreens. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/manifest-short_name-is-not-truncated)."
},
"score": 100
}
],
"id": "best-practices",
"score": 100
}
],
"reportGroups": {
"perf-metric": {
"title": "Metrics",
"description": "These metrics encapsulate your app's performance across a number of dimensions."
},
"perf-hint": {
"title": "Opportunities",
"description": "These are opportunities to speed up your application by optimizing the following resources."
},
"perf-info": {
"title": "Diagnostics",
"description": "More information about the performance of your application."
},
"a11y-color-contrast": {
"title": "Color Contrast Is Satisfactory",
"description": "Screen readers and other assistive technologies require annotations to understand otherwise ambiguous content."
},
"a11y-describe-contents": {
"title": "Elements Describe Contents Well",
"description": "Screen readers and other assistive technologies require annotations to understand otherwise ambiguous content."
},
"a11y-well-structured": {
"title": "Elements Are Well Structured",
"description": "Screen readers and other assistive technologies require annotations to understand otherwise ambiguous content."
},
"a11y-aria": {
"title": "ARIA Attributes Follow Best Practices",
"description": "Screen readers and other assistive technologies require annotations to understand otherwise ambiguous content."
},
"a11y-correct-attributes": {
"title": "Elements Use Attributes Correctly",
"description": "Screen readers and other assistive technologies require annotations to understand otherwise ambiguous content."
},
"a11y-element-names": {
"title": "Elements Have Discernable Names",
"description": "Screen readers and other assistive technologies require annotations to understand otherwise ambiguous content."
},
"a11y-language": {
"title": "Page Specifies Valid Language",
"description": "Screen readers and other assistive technologies require annotations to understand otherwise ambiguous content."
},
"a11y-meta": {
"title": "Meta Tags Used Properly",
"description": "Screen readers and other assistive technologies require annotations to understand otherwise ambiguous content."
},
"manual-pwa-checks": {
"title": "Manual checks to verify",
"description": "These audits are required by the baseline [PWA Checklist](https://developers.google.com/web/progressive-web-apps/checklist) but are not automatically checked by Lighthouse. They do not affect your score but it's important that you verify them manually."
}
},
"aggregations": [
{
"name": "Progressive Web App",
"description": "These audits validate the aspects of a Progressive Web App, as specified by the baseline [PWA Checklist](https://developers.google.com/web/progressive-web-apps/checklist).",
"categorizable": false,
"scored": true,
"total": 0.9090909090909091,
"score": [
{
"name": "Progressive Web App",
"description": "These audits validate the aspects of a Progressive Web App, as specified by the baseline [PWA Checklist](https://developers.google.com/web/progressive-web-apps/checklist).",
"overall": 0.9090909090909091,
"subItems": [
{
"score": true,
"displayValue": "",
"rawValue": true,
"scoringMode": "binary",
"name": "service-worker",
"category": "Offline",
"description": "Registers a Service Worker",
"helpText": "The 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. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/registered-service-worker)."
},
{
"score": true,
"displayValue": "",
"rawValue": true,
"scoringMode": "binary",
"name": "works-offline",
"category": "Offline",
"description": "Responds with a 200 when offline",
"helpText": "If you're building a Progressive Web App, consider using a service worker so that your app can work offline. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/http-200-when-offline)."
},
{
"score": true,
"displayValue": "",
"rawValue": true,
"scoringMode": "binary",
"name": "without-javascript",
"category": "JavaScript",
"description": "Contains some content when JavaScript is not available",
"helpText": "Your app should display some content when JavaScript is disabled, even if it's just a warning to the user that JavaScript is required to use the app. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/no-js)."
},
{
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "url-list",
"value": []
},
"scoringMode": "binary",
"name": "is-on-https",
"category": "Security",
"description": "Uses HTTPS",
"helpText": "All sites should be protected with HTTPS, even ones that don't handle sensitive data. 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](https://developers.google.com/web/tools/lighthouse/audits/https).",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "Insecure URLs:"
},
"items": []
}
},
{
"score": false,
"displayValue": "",
"rawValue": false,
"scoringMode": "binary",
"name": "redirects-http",
"category": "Security",
"description": "Redirects HTTP traffic to HTTPS",
"helpText": "If you've already set up HTTPS, make sure that you redirect all HTTP traffic to HTTPS. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/http-redirects-to-https)."
},
{
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "null",
"value": {
"areLatenciesAll3G": true,
"firstRequestLatencies": [
{
"url": "https://react-hn.kristoferbaxter.com/",
"latency": "494.03"
}
],
"isFast": true,
"timeToFirstInteractive": 2751.9509989624025
}
},
"scoringMode": "binary",
"name": "load-fast-enough-for-pwa",
"category": "PWA",
"description": "Page load is fast enough on 3G",
"helpText": "Satisfied if the Time To Interactive duration is shorter than 10 seconds, as defined by the [PWA Baseline Checklist](https://developers.google.com/web/progressive-web-apps/checklist). Network throttling is required (specifically: RTT latencies >= 150 RTT are expected)."
},
{
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"value": {
"failures": [],
"manifestValues": {
"isParseFailure": false,
"allChecks": [
{
"id": "hasStartUrl",
"failureText": "Manifest does not contain a `start_url`",
"passing": true
},
{
"id": "hasIconsAtLeast192px",
"failureText": "Manifest does not have icons at least 192px",
"passing": true
},
{
"id": "hasIconsAtLeast512px",
"failureText": "Manifest does not have icons at least 512px",
"passing": true
},
{
"id": "hasPWADisplayValue",
"failureText": "Manifest's `display` value is not one of: minimal-ui | fullscreen | standalone",
"passing": true
},
{
"id": "hasBackgroundColor",
"failureText": "Manifest does not have `background_color`",
"passing": true
},
{
"id": "hasThemeColor",
"failureText": "Manifest does not have `theme_color`",
"passing": true
},
{
"id": "hasShortName",
"failureText": "Manifest does not have `short_name`",
"passing": true
},
{
"id": "shortNameLength",
"failureText": "Manifest `short_name` will be truncated when displayed on the homescreen",
"passing": true
},
{
"id": "hasName",
"failureText": "Manifest does not have `name`",
"passing": true
}
]
}
},
"formatter": "null"
},
"scoringMode": "binary",
"name": "webapp-install-banner",
"category": "PWA",
"description": "User can be prompted to Install the Web App",
"helpText": "While users can manually add your site to their homescreen, the [prompt (aka app install banner)](https://developers.google.com/web/fundamentals/engage-and-retain/app-install-banners/) will proactively prompt the user to install the app if the various requirements are met and the user has moderate engagement with your site."
},
{
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"value": {
"failures": [],
"manifestValues": {
"isParseFailure": false,
"allChecks": [
{
"id": "hasStartUrl",
"failureText": "Manifest does not contain a `start_url`",
"passing": true
},
{
"id": "hasIconsAtLeast192px",
"failureText": "Manifest does not have icons at least 192px",
"passing": true
},
{
"id": "hasIconsAtLeast512px",
"failureText": "Manifest does not have icons at least 512px",
"passing": true
},
{
"id": "hasPWADisplayValue",
"failureText": "Manifest's `display` value is not one of: minimal-ui | fullscreen | standalone",
"passing": true
},
{
"id": "hasBackgroundColor",
"failureText": "Manifest does not have `background_color`",
"passing": true
},
{
"id": "hasThemeColor",
"failureText": "Manifest does not have `theme_color`",
"passing": true
},
{
"id": "hasShortName",
"failureText": "Manifest does not have `short_name`",
"passing": true
},
{
"id": "shortNameLength",
"failureText": "Manifest `short_name` will be truncated when displayed on the homescreen",
"passing": true
},
{
"id": "hasName",
"failureText": "Manifest does not have `name`",
"passing": true
}
]
}
},
"formatter": "null"
},
"scoringMode": "binary",
"name": "splash-screen",
"category": "PWA",
"description": "Configured for a custom splash screen",
"helpText": "A default splash screen will be constructed for your app, but satisfying these requirements guarantee a high-quality [splash screen](https://developers.google.com/web/updates/2015/10/splashscreen) that transitions the user from tapping the home screen icon to your app's first paint"
},
{
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"value": {
"failures": [],
"manifestValues": {
"isParseFailure": false,
"allChecks": [
{
"id": "hasStartUrl",
"failureText": "Manifest does not contain a `start_url`",
"passing": true
},
{
"id": "hasIconsAtLeast192px",
"failureText": "Manifest does not have icons at least 192px",
"passing": true
},
{
"id": "hasIconsAtLeast512px",
"failureText": "Manifest does not have icons at least 512px",
"passing": true
},
{
"id": "hasPWADisplayValue",
"failureText": "Manifest's `display` value is not one of: minimal-ui | fullscreen | standalone",
"passing": true
},
{
"id": "hasBackgroundColor",
"failureText": "Manifest does not have `background_color`",
"passing": true
},
{
"id": "hasThemeColor",
"failureText": "Manifest does not have `theme_color`",
"passing": true
},
{
"id": "hasShortName",
"failureText": "Manifest does not have `short_name`",
"passing": true
},
{
"id": "shortNameLength",
"failureText": "Manifest `short_name` will be truncated when displayed on the homescreen",
"passing": true
},
{
"id": "hasName",
"failureText": "Manifest does not have `name`",
"passing": true
}
]
},
"themeColor": "#0077B5"
},
"formatter": "null"
},
"scoringMode": "binary",
"name": "themed-omnibox",
"category": "PWA",
"description": "Address bar matches brand colors",
"helpText": "The browser address bar can be themed to match your site. A `theme-color` [meta tag](https://developers.google.com/web/updates/2014/11/Support-for-theme-color-in-Chrome-39-for-Android) will upgrade the address bar when a user browses the site, and the [manifest theme-color](https://developers.google.com/web/updates/2015/08/using-manifest-to-set-sitewide-theme-color) will apply the same theme site-wide once it's been added to homescreen."
},
{
"score": true,
"displayValue": "",
"rawValue": true,
"debugString": "",
"scoringMode": "binary",
"name": "viewport",
"category": "Mobile Friendly",
"description": "Has a `<meta name=\"viewport\">` tag with `width` or `initial-scale`",
"helpText": "Add a viewport meta tag to optimize your app for mobile screens. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/has-viewport-meta-tag)."
},
{
"score": true,
"displayValue": "",
"rawValue": true,
"debugString": "",
"scoringMode": "binary",
"name": "content-width",
"category": "Mobile Friendly",
"description": "Content is sized correctly for the viewport",
"helpText": "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 more](https://developers.google.com/web/tools/lighthouse/audits/content-sized-correctly-for-viewport)."
},
{
"score": false,
"displayValue": "",
"rawValue": false,
"scoringMode": "binary",
"informative": true,
"manual": true,
"name": "pwa-cross-browser",
"category": "PWA",
"description": "Site works cross-browser",
"helpText": "To reach the most number of users, sites should work across every major browser. [Learn more](https://developers.google.com/web/progressive-web-apps/checklist#site-works-cross-browser)."
},
{
"score": false,
"displayValue": "",
"rawValue": false,
"scoringMode": "binary",
"informative": true,
"manual": true,
"name": "pwa-page-transitions",
"category": "PWA",
"description": "Page transitions don't feel like they block on the network",
"helpText": "Transitions should feel snappy as you tap around, even on a slow network, a key to perceived performance. [Learn more](https://developers.google.com/web/progressive-web-apps/checklist#page-transitions-dont-feel-like-they-block-on-the-network)."
},
{
"score": false,
"displayValue": "",
"rawValue": false,
"scoringMode": "binary",
"informative": true,
"manual": true,
"name": "pwa-each-page-has-url",
"category": "PWA",
"description": "Each page has a URL",
"helpText": "Ensure individual pages are deep linkable via the URLs and that URLs are unique for the purpose of shareability on social media. [Learn more](https://developers.google.com/web/progressive-web-apps/checklist#each-page-has-a-url)."
}
]
}
]
},
{
"name": "Performance",
"description": "These encapsulate your app's performance.",
"categorizable": false,
"scored": false,
"total": 0.9494117647058823,
"score": [
{
"name": "Performance",
"description": "These encapsulate your app's performance.",
"overall": 0.9494117647058823,
"subItems": [
{
"score": 94,
"displayValue": "1817.3ms",
"rawValue": 1817.3,
"optimalValue": "< 1,600 ms",
"extendedInfo": {
"value": {
"timestamps": {
"navStart": 15165496908726,
"fCP": 15165498555350,
"fMP": 15165498726036,
"onLoad": 15165499675637,
"endOfTrace": 15165504727380
},
"timings": {
"navStart": 0,
"fCP": 1646.624,
"fMP": 1817.31,
"onLoad": 2766.911,
"endOfTrace": 7818.654
}
},
"formatter": "null"
},
"scoringMode": "numeric",
"name": "first-meaningful-paint",
"category": "Performance",
"description": "First meaningful paint",
"helpText": "First meaningful paint measures when the primary content of a page is visible. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint)."
},
{
"score": 95,
"displayValue": "2,750ms",
"rawValue": 2751.9509989624025,
"extendedInfo": {
"value": {
"timeInMs": 2751.9509989624025,
"timestamp": 15165499660676.998
},
"formatter": "null"
},
"scoringMode": "numeric",
"name": "first-interactive",
"category": "Performance",
"description": "First Interactive (beta)",
"helpText": "The first point at which necessary scripts of the page have loaded and the CPU is idle enough to handle most user input."
},
{
"score": 95,
"displayValue": "2,750ms",
"rawValue": 2751.950998046875,
"extendedInfo": {
"value": {
"cpuQuietPeriod": {
"start": 15165499660.676998,
"end": 15165504727.38
},
"networkQuietPeriod": {
"start": 0,
"end": 15165504727.38
},
"cpuQuietPeriods": [
{
"start": 15165499660.676998,
"end": 15165504727.38
}
],
"networkQuietPeriods": [
{
"start": 0,
"end": 15165504727.38
}
],
"timestamp": 15165499660676.998,
"timeInMs": 2751.950998046875
},
"formatter": "null"
},
"scoringMode": "numeric",
"name": "consistently-interactive",
"category": "Performance",
"description": "Consistently Interactive (beta)",
"helpText": "The point at which most network resources have finished loading and the CPU is idle for a prolonged period."
},
{
"score": 94,
"displayValue": "1859",
"rawValue": 1859,
"optimalValue": "< 1,250",
"extendedInfo": {
"formatter": "speedline",
"value": {
"timings": {
"firstVisualChange": 1849,
"visuallyReady": 1849.666000366211,
"visuallyComplete": 2791,
"speedIndex": 1860.753760356903,
"perceptualSpeedIndex": 1859.4437728777657
},
"timestamps": {
"firstVisualChange": 15165498757726,
"visuallyReady": 15165498758392,
"visuallyComplete": 15165499699726,
"speedIndex": 15165498769479.762,
"perceptualSpeedIndex": 15165498768169.773
},
"frames": [
{
"timestamp": 15165496908.726,
"progress": 0
},
{
"timestamp": 15165498758.392,
"progress": 92.69115228450575
},
{
"timestamp": 15165498814.201,
"progress": 99.29431810638516
},
{
"timestamp": 15165499092.325,
"progress": 99.29431810638516
},
{
"timestamp": 15165499120.884,
"progress": 99.29431810638516
},
{
"timestamp": 15165499184.947,
"progress": 99.4012186814091
},
{
"timestamp": 15165499231.233,
"progress": 99.4012186814091
},
{
"timestamp": 15165499301.897,
"progress": 99.4012186814091
},
{
"timestamp": 15165499355.741,
"progress": 99.4012186814091
},
{
"timestamp": 15165499421.542,
"progress": 99.4012186814091
},
{
"timestamp": 15165499699.741,
"progress": 100
}
]
}
},
"scoringMode": "numeric",
"name": "speed-index-metric",
"category": "Performance",
"description": "Perceptual Speed Index",
"helpText": "Speed Index shows how quickly the contents of a page are visibly populated. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/speed-index)."
},
{
"score": 100,
"displayValue": "16.1ms",
"rawValue": 16.1,
"optimalValue": "< 50 ms",
"extendedInfo": {
"value": [
{
"percentile": 0.5,
"time": 16
},
{
"percentile": 0.75,
"time": 16
},
{
"percentile": 0.9,
"time": 16.080953994344835
},
{
"percentile": 0.99,
"time": 307.51008999633177
},
{
"percentile": 1,
"time": 367.7129999999943
}
],
"formatter": "null"
},
"scoringMode": "numeric",
"name": "estimated-input-latency",
"category": "Performance",
"description": "Estimated Input Latency",
"helpText": "The score above is an estimate of how long your app takes to respond to user input, in milliseconds. There is a 90% probability that a user encounters this amount of latency, or less. 10% of the time a user can expect additional latency. If your score is higher than Lighthouse's target score, users may perceive your app as laggy. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/estimated-input-latency)."
},
{
"score": 100,
"displayValue": "",
"rawValue": 0,
"extendedInfo": {
"formatter": "table",
"value": {
"wastedMs": 0,
"results": [],
"tableHeadings": {
"url": "URL",
"totalKb": "Size (KB)",
"totalMs": "Delayed Paint By (ms)"
}
}
},
"scoringMode": "binary",
"informative": true,
"name": "link-blocking-first-paint",
"category": "Performance",
"description": "Reduce render-blocking stylesheets",
"helpText": "Link elements are blocking the first paint of your page. Consider inlining critical links and deferring non-critical ones. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources).",
"details": {
"type": "table",
"header": "View Details",
"itemHeaders": [
{
"type": "text",
"itemType": "url",
"text": "URL"
},
{
"type": "text",
"itemType": "text",
"text": "Size (KB)"
},
{
"type": "text",
"itemType": "text",
"text": "Delayed Paint By (ms)"
}
],
"items": []
}
},
{
"score": 100,
"displayValue": "",
"rawValue": 0,
"extendedInfo": {
"formatter": "table",
"value": {
"wastedMs": 0,
"results": [],
"tableHeadings": {
"url": "URL",
"totalKb": "Size (KB)",
"totalMs": "Delayed Paint By (ms)"
}
}
},
"scoringMode": "binary",
"informative": true,
"name": "script-blocking-first-paint",
"category": "Performance",
"description": "Reduce render-blocking scripts",
"helpText": "Script elements are blocking the first paint of your page. Consider inlining critical scripts and deferring non-critical ones. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources).",
"details": {
"type": "table",
"header": "View Details",
"itemHeaders": [
{
"type": "text",
"itemType": "url",
"text": "URL"
},
{
"type": "text",
"itemType": "text",
"text": "Size (KB)"
},
{
"type": "text",
"itemType": "text",
"text": "Delayed Paint By (ms)"
}
],
"items": []
}
},
{
"score": 100,
"displayValue": "",
"rawValue": 0,
"extendedInfo": {
"formatter": "table",
"value": {
"wastedMs": 0,
"wastedKb": 0,
"results": [],
"tableHeadings": {
"preview": "",
"url": "URL",
"totalKb": "Original",
"potentialSavings": "Potential Savings"
}
}
},
"scoringMode": "binary",
"informative": true,
"name": "uses-responsive-images",
"category": "Images",
"description": "Properly size images",
"helpText": "Serve images that are appropriately-sized to save cellular data and improve load time. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/oversized-images).",
"details": {
"type": "table",
"header": "View Details",
"itemHeaders": [
{
"type": "text",
"itemType": "thumbnail",
"text": ""
},
{
"type": "text",
"itemType": "url",
"text": "URL"
},
{
"type": "text",
"itemType": "text",
"text": "Original"
},
{
"type": "text",
"itemType": "text",
"text": "Potential Savings"
}
],
"items": []
}
},
{
"score": 100,
"displayValue": "",
"rawValue": 0,
"extendedInfo": {
"formatter": "table",
"value": {
"wastedMs": 0,
"wastedKb": 0,
"results": [],
"tableHeadings": {
"preview": "",
"url": "URL",
"totalKb": "Original",
"potentialSavings": "Potential Savings"
}
}
},
"scoringMode": "binary",
"informative": true,
"name": "offscreen-images",
"category": "Images",
"description": "Offscreen images",
"helpText": "Images that are not above the fold should be lazily loaded after the page is interactive. Consider using the [IntersectionObserver](https://developers.google.com/web/updates/2016/04/intersectionobserver) API.",
"details": {
"type": "table",
"header": "View Details",
"itemHeaders": [
{
"type": "text",
"itemType": "thumbnail",
"text": ""
},
{
"type": "text",
"itemType": "url",
"text": "URL"
},
{
"type": "text",
"itemType": "text",
"text": "Original"
},
{
"type": "text",
"itemType": "text",
"text": "Potential Savings"
}
],
"items": []
}
},
{
"score": 100,
"displayValue": "",
"rawValue": 0,
"extendedInfo": {
"formatter": "table",
"value": {
"wastedMs": 0,
"wastedKb": 0,
"results": [],
"tableHeadings": {
"preview": "",
"url": "URL",
"totalKb": "Original",
"potentialSavings": "Potential Savings"
}
}
},
"scoringMode": "binary",
"informative": true,
"name": "uses-optimized-images",
"category": "Images",
"description": "Optimize images",
"helpText": "Optimized images take less time to download and save cellular data. The identified images could have smaller file sizes when compressed as JPEG (q=85). [Learn more about image optimization](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/image-optimization).",
"details": {
"type": "table",
"header": "View Details",
"itemHeaders": [
{
"type": "text",
"itemType": "thumbnail",
"text": ""
},
{
"type": "text",
"itemType": "url",
"text": "URL"
},
{
"type": "text",
"itemType": "text",
"text": "Original"
},
{
"type": "text",
"itemType": "text",
"text": "Potential Savings"
}
],
"items": []
}
},
{
"score": 100,
"displayValue": "",
"rawValue": 0,
"extendedInfo": {
"formatter": "table",
"value": {
"wastedMs": 0,
"wastedKb": 0,
"results": [],
"tableHeadings": {
"preview": "",
"url": "URL",
"totalKb": "Original",
"potentialSavings": "Potential Savings"
}
}
},
"scoringMode": "binary",
"informative": true,
"name": "uses-webp-images",
"category": "Images",
"description": "Serve images as WebP",
"helpText": "[WebP](https://developers.google.com/speed/webp/) images take less time to download and save cellular data. [Learn more about image optimization](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/image-optimization).",
"details": {
"type": "table",
"header": "View Details",
"itemHeaders": [
{
"type": "text",
"itemType": "thumbnail",
"text": ""
},
{
"type": "text",
"itemType": "url",
"text": "URL"
},
{
"type": "text",
"itemType": "text",
"text": "Original"
},
{
"type": "text",
"itemType": "text",
"text": "Potential Savings"
}
],
"items": []
}
},
{
"score": 100,
"displayValue": "",
"rawValue": 0,
"extendedInfo": {
"formatter": "table",
"value": {
"wastedMs": 0,
"wastedKb": 0,
"results": [],
"tableHeadings": {
"url": "Uncompressed resource URL",
"totalKb": "Original",
"potentialSavings": "GZIP Savings"
}
}
},
"scoringMode": "binary",
"informative": true,
"name": "uses-request-compression",
"category": "Performance",
"description": "Enable text compression",
"helpText": "Text-based responses should be served with compression (gzip, deflate or brotli) to minimize total network bytes. [Learn more](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/optimize-encoding-and-transfer).",
"details": {
"type": "table",
"header": "View Details",
"itemHeaders": [
{
"type": "text",
"itemType": "url",
"text": "Uncompressed resource URL"
},
{
"type": "text",
"itemType": "text",
"text": "Original"
},
{
"type": "text",
"itemType": "text",
"text": "GZIP Savings"
}
],
"items": []
}
},
{
"score": 100,
"displayValue": "Total size was 66 KB",
"rawValue": 67075,
"optimalValue": "< 1,600 KB",
"extendedInfo": {
"formatter": "table",
"value": {
"results": [
{
"url": "…chrome/bundle.application.7f87b5e….js",
"totalBytes": 52296,
"totalKb": "51 KB",
"totalMs": "690ms"
},
{
"url": "/",
"totalBytes": 10480,
"totalKb": "10 KB",
"totalMs": "140ms"
},
{
"url": "…icons/192x192.png",
"totalBytes": 2652,
"totalKb": "3 KB",
"totalMs": "30ms"
},
{
"url": "…icons/favicon.png",
"totalBytes": 985,
"totalKb": "1 KB",
"totalMs": "10ms"
},
{
"url": "…chrome/manifest.json",
"totalBytes": 662,
"totalKb": "1 KB",
"totalMs": "10ms"
}
],
"tableHeadings": {
"url": "URL",
"totalKb": "Total Size",
"totalMs": "Transfer Time"
}
}
},
"scoringMode": "numeric",
"name": "total-byte-weight",
"category": "Network",
"description": "Avoids enormous network payloads",
"helpText": "Network transfer size [costs users real dollars](https://whatdoesmysitecost.com/) and is [highly correlated](http://httparchive.org/interesting.php#onLoad) with long load times. Try to find ways to reduce the size of required files.",
"details": {
"type": "table",
"header": "View Details",
"itemHeaders": [
{
"type": "text",
"itemType": "url",
"text": "URL"
},
{
"type": "text",
"itemType": "text",
"text": "Total Size"
},
{
"type": "text",
"itemType": "text",
"text": "Transfer Time"
}
],
"items": [
[
{
"type": "url",
"text": "…chrome/bundle.application.7f87b5e….js"
},
{
"type": "text",
"text": "51 KB"
},
{
"type": "text",
"text": "690ms"
}
],
[
{
"type": "url",
"text": "/"
},
{
"type": "text",
"text": "10 KB"
},
{
"type": "text",
"text": "140ms"
}
],
[
{
"type": "url",
"text": "…icons/192x192.png"
},
{
"type": "text",
"text": "3 KB"
},
{
"type": "text",
"text": "30ms"
}
],
[
{
"type": "url",
"text": "…icons/favicon.png"
},
{
"type": "text",
"text": "1 KB"
},
{
"type": "text",
"text": "10ms"
}
],
[
{
"type": "url",
"text": "…chrome/manifest.json"
},
{
"type": "text",
"text": "1 KB"
},
{
"type": "text",
"text": "10ms"
}
]
]
}
},
{
"score": 100,
"displayValue": "311 nodes",
"rawValue": 311,
"optimalValue": "< 1,500 nodes",
"extendedInfo": {
"formatter": "cards",
"value": [
{
"title": "Total DOM Nodes",
"value": "311",
"target": "< 1,500 nodes"
},
{
"title": "DOM Depth",
"value": "12",
"snippet": "html >\n body >\n div#mount >\n div >\n div._2eQTOZ0s >\n div.JxOJRgRl >\n main >\n article.CZuzJ3Oq >\n div._1xEHQIqR >\n p >\n span >\n a._1aSHML_h",
"target": "< 32"
},
{
"title": "Maximum Children",
"value": "31",
"snippet": "Element with most children:\nmain",
"target": "< 60 nodes"
}
]
},
"scoringMode": "numeric",
"name": "dom-size",
"category": "Performance",
"description": "Avoids an excessive DOM size",
"helpText": "Browser engineers recommend pages contain fewer than ~1,500 DOM nodes. The sweet spot is a tree depth < 32 elements and fewer than 60 children/parent element. A large DOM can increase memory, cause longer [style calculations](https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations), and produce costly [layout reflows](https://developers.google.com/speed/articles/reflow). [Learn more](https://developers.google.com/web/fundamentals/performance/rendering/).",
"details": {
"type": "cards",
"header": {
"type": "text",
"text": "View details"
},
"items": [
{
"title": "Total DOM Nodes",
"value": "311",
"target": "< 1,500 nodes"
},
{
"title": "DOM Depth",
"value": "12",
"snippet": "html >\n body >\n div#mount >\n div >\n div._2eQTOZ0s >\n div.JxOJRgRl >\n main >\n article.CZuzJ3Oq >\n div._1xEHQIqR >\n p >\n span >\n a._1aSHML_h",
"target": "< 32"
},
{
"title": "Maximum Children",
"value": "31",
"snippet": "Element with most children:\nmain",
"target": "< 60 nodes"
}
]
}
},
{
"score": true,
"displayValue": "0",
"rawValue": true,
"optimalValue": 0,
"extendedInfo": {
"formatter": "critical-request-chains",
"value": {
"chains": {
"27058.1": {
"request": {
"url": "https://react-hn.kristoferbaxter.com/",
"startTime": 15165496.953966,
"endTime": 15165498.651672,
"responseReceivedTime": 15165498.401874,
"transferSize": 10480
},
"children": {}
},
"27058.7": {
"request": {
"url": "https://react-hn.kristoferbaxter.com/dist/chrome/manifest.json",
"startTime": 15165499.707391,
"endTime": 15165502.098833,
"responseReceivedTime": 15165502.092523,
"transferSize": 662
},
"children": {}
}
},
"longestChain": {
"duration": 5144.867001101375,
"length": 1,
"transferSize": 662
}
}
},
"scoringMode": "binary",
"informative": true,
"name": "critical-request-chains",
"category": "Performance",
"description": "Critical Request Chains",
"helpText": "The Critical Request Chains below show you what resources are required for first render of this page. Improve page load by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/critical-request-chains).",
"details": {
"type": "criticalrequestchain",
"header": {
"type": "text",
"text": "View critical network waterfall:"
},
"chains": {
"27058.1": {
"request": {
"url": "https://react-hn.kristoferbaxter.com/",
"startTime": 15165496.953966,
"endTime": 15165498.651672,
"responseReceivedTime": 15165498.401874,
"transferSize": 10480
},
"children": {}
},
"27058.7": {
"request": {
"url": "https://react-hn.kristoferbaxter.com/dist/chrome/manifest.json",
"startTime": 15165499.707391,
"endTime": 15165502.098833,
"responseReceivedTime": 15165502.092523,
"transferSize": 662
},
"children": {}
}
},
"longestChain": {
"duration": 5144.867001101375,
"length": 1,
"transferSize": 662
}
}
},
{
"score": true,
"displayValue": "0",
"rawValue": true,
"extendedInfo": {
"formatter": "user-timings",
"value": []
},
"scoringMode": "binary",
"informative": true,
"name": "user-timings",
"category": "Performance",
"description": "User Timing marks and measures",
"helpText": "Consider instrumenting your app with the User Timing API to create custom, real-world measurements of key user experiences. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/user-timing).",
"details": {
"type": "table",
"header": "View Details",
"itemHeaders": [
{
"type": "text",
"itemType": "text",
"text": "Name"
},
{
"type": "text",
"itemType": "text",
"text": "Type"
},
{
"type": "text",
"itemType": "text",
"text": "Time"
}
],
"items": []
}
},
{
"score": 100,
"displayValue": "true",
"rawValue": true,
"scoringMode": "binary",
"informative": true,
"name": "screenshot-thumbnails",
"category": "Images",
"description": "Screenshot Thumbnails",
"helpText": "This is what the load of your site looked like.",
"details": {
"type": "filmstrip",
"scale": 2791,
"items": [
{
"timing": 279,
"timestamp": 15165497187826,
"data": "/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRQBAwQEBQQFCQUFCRQNCw0UFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFP/AABEIAFUAPAMBEQACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+gEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4+Tl5ufo6ery8/T19vf4+fr/2gAMAwEAAhEDEQA/AP1ToAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoA//Z"
},
{
"timing": 558,
"timestamp": 15165497466926,
"data": "/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRQBAwQEBQQFCQUFCRQNCw0UFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFP/AABEIAFUAPAMBEQACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+gEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4+Tl5ufo6ery8/T19vf4+fr/2gAMAwEAAhEDEQA/AP1ToAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoA//Z"
},
{
"timing": 837,
"timestamp": 15165497746026,
"data": "/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRQBAwQEBQQFCQUFCRQNCw0UFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFP/AABEIAFUAPAMBEQACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+gEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4+Tl5ufo6ery8/T19vf4+fr/2gAMAwEAAhEDEQA/AP1ToAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoA//Z"
},
{
"timing": 1116,
"timestamp": 15165498025126,
"data": "/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRQBAwQEBQQFCQUFCRQNCw0UFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFP/AABEIAFUAPAMBEQACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+gEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4+Tl5ufo6ery8/T19vf4+fr/2gAMAwEAAhEDEQA/AP1ToAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoA//Z"
},
{
"timing": 1396,
"timestamp": 15165498304226,
"data": "/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRQBAwQEBQQFCQUFCRQNCw0UFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFP/AABEIAFUAPAMBEQACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+gEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4+Tl5ufo6ery8/T19vf4+fr/2gAMAwEAAhEDEQA/AP1ToAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoA//Z"
},
{
"timing": 1675,
"timestamp": 15165498583326,
"data": "/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRQBAwQEBQQFCQUFCRQNCw0UFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFP/AABEIAFUAPAMBEQACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+gEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4+Tl5ufo6ery8/T19vf4+fr/2gAMAwEAAhEDEQA/AP1ToAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoA//Z"
},
{
"timing": 1954,
"timestamp": 15165498862426,
"data": "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"
},
{
"timing": 2233,
"timestamp": 15165499141526,
"data": "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"
},
{
"timing": 2512,
"timestamp": 15165499420626,
"data": "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"
},
{
"timing": 2791,
"timestamp": 15165499699726,
"data": "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"
}
]
}
}
]
}
]
},
{
"name": "Accessibility",
"description": "These checks highlight opportunities to [improve the accessibility of your app](https://developers.google.com/web/fundamentals/accessibility).",
"categorizable": false,
"scored": false,
"total": 1,
"score": [
{
"name": "Accessibility",
"description": "These checks highlight opportunities to [improve the accessibility of your app](https://developers.google.com/web/fundamentals/accessibility).",
"overall": 1,
"subItems": [
{
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "accesskeys",
"category": "Accessibility",
"description": "`[accesskey]` values are unique.",
"helpText": "`accesskey` attributes allow the user to quickly activate or focus part of the page.Using the same `accesskey` more than once could lead to a confusing experience.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
{
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "aria-allowed-attr",
"category": "Accessibility",
"description": "`[aria-*]` attributes match their roles.",
"helpText": "Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/aria-allowed-attributes).",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
{
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "aria-required-attr",
"category": "Accessibility",
"description": "`[role]`s have all required `[aria-*]` attributes.",
"helpText": "Some ARIA roles have required attributes that describe the state of the element to screen readers. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/required-aria-attributes).",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
{
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "aria-required-children",
"category": "Accessibility",
"description": "`[role]`s that require child `[role]`s contain them.",
"helpText": "Some ARIA parent roles require specific roles on their children to perform their accessibility function.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
{
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "aria-required-parent",
"category": "Accessibility",
"description": "`[role]`s are contained by their required parent element.",
"helpText": "Some ARIA roles require specific roles on their parent element to perform their accessibility function.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
{
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "aria-roles",
"category": "Accessibility",
"description": "`[role]` values are valid.",
"helpText": "ARIA roles require specific values to perform their accessibility function.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
{
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "aria-valid-attr-value",
"category": "Accessibility",
"description": "`[aria-*]` attributes have valid values.",
"helpText": "Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/valid-aria-values).",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
{
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "aria-valid-attr",
"category": "Accessibility",
"description": "`[aria-*]` attributes are valid and not misspelled.",
"helpText": "Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid names. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/valid-aria-attributes).",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
{
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "audio-caption",
"category": "Accessibility",
"description": "`<audio>` elements contain a `<track>` element with `[kind=\"captions\"]`.",
"helpText": "Captions convey information such as identifying who is speaking, dialogue, and non-speech information. This can help deaf or hearing impaired users access meaningful content.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
{
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "button-name",
"category": "Accessibility",
"description": "Buttons have an accessible name.",
"helpText": "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 more](https://developers.google.com/web/tools/lighthouse/audits/button-name).",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
{
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "bypass",
"category": "Accessibility",
"description": "The page contains a heading, skip link, or landmark region.",
"helpText": "Adding ways to bypass repetitive content lets keyboard users navigate the page more efficiently.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
{
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "color-contrast",
"category": "Accessibility",
"description": "Background and foreground colors have a sufficient contrast ratio.",
"helpText": "Low-contrast text is difficult or impossible for many users to read. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/contrast-ratio).",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
{
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "definition-list",
"category": "Accessibility",
"description": "`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>` or <template> elements.",
"helpText": "When definition lists are not properly marked up screen readers may produce confusing or inaccurate output.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
{
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "dlitem",
"category": "Accessibility",
"description": "Definition list items are wrapped in `<dl>` elements.",
"helpText": "Definition list items (<dt> and/or <dd>) wrapped in parent <dl> elements enable screen readers to properly announce content.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
{
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "document-title",
"category": "Accessibility",
"description": "Document has a `<title>` element.",
"helpText": "Screen reader users use page titles to get an overview of the contents of the page.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
{
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "duplicate-id",
"category": "Accessibility",
"description": "`[id]` attributes on the page are unique.",
"helpText": "Unique `id=\"\"` attributes help ensure assistive technologies do not overlook elements with the same id.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
{
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "frame-title",
"category": "Accessibility",
"description": "`<frame>` or `<iframe>` elements have a title.",
"helpText": "Screen reader users rely on a frame title to describe the contents of the frame.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
{
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "html-has-lang",
"category": "Accessibility",
"description": "`<html>` element has a `[lang]` attribute.",
"helpText": "The `lang` attribute is useful for multilingual screen reader users who may prefer a language other than the default.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
{
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "html-lang-valid",
"category": "Accessibility",
"description": "`<html>` element has a valid value for its `[lang]` attribute.",
"helpText": "Specifying a valid [BCP 47 language](https://www.w3.org/International/questions/qa-choosing-language-tags#question) helps screen readers announce text properly.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
{
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "image-alt",
"category": "Accessibility",
"description": "Image elements have `[alt]` attributes.",
"helpText": "Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute.[Learn more](https://developers.google.com/web/tools/lighthouse/audits/alt-attribute).",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
{
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "input-image-alt",
"category": "Accessibility",
"description": "`<input type=\"image\">` elements have `[alt]` text.",
"helpText": "When an image is being used as an `<input>` button, providing alternative text can help screen reader users understand the purpose of the button.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
{
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "label",
"category": "Accessibility",
"description": "Form elements have associated labels.",
"helpText": "Labels ensure that form controls are announced properly by assistive technologies, like screen readers. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/form-labels).",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
{
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "layout-table",
"category": "Accessibility",
"description": "Presentational `<table>` elements avoid using `<th>`, `<caption>` or the `[summary]` attribute.",
"helpText": "The presence of `<th>`, `<caption>` or the `summary` attribute on a presentational table may produce a confusing experince for a screen reader user as these elements usually indicates a data table.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
{
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "link-name",
"category": "Accessibility",
"description": "Links have a discernable name.",
"helpText": "Link text (and alternate text for images, when used as links) that is discernible, not duplicated, and focusable improves the navigating experience for screen reader users.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
{
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "list",
"category": "Accessibility",
"description": "Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).",
"helpText": "Screen readers have a specific way of announcing lists. Ensuring proper list structure aides screen reader output.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
{
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "listitem",
"category": "Accessibility",
"description": "List items (`<li>`) are contained within `<ul>` or `<ol>` parent elements.",
"helpText": "Screen readers require list items (`<li>`) to be contained within a parent `<ul>` or `<ol>` to be announced properly",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
{
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "meta-refresh",
"category": "Accessibility",
"description": "The document does not use `<meta http-equiv=\"refresh\">`.",
"helpText": "Users do not expect a page to refresh automatically, and doing so will move focus back to the top of the page. This may create a frustrating or confusing experience",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
{
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "meta-viewport",
"category": "Accessibility",
"description": "`[user-scalable=\"no\"]` is not used in the `<meta name=\"viewport\">` element and the `[maximum-scale]` attribute is not less than 5.",
"helpText": "Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
{
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "object-alt",
"category": "Accessibility",
"description": "`<object>` elements have `[alt]` text.",
"helpText": "Screen readers cannot translate non-text content. Adding alt text to `<object>` elements will help a screen reader convey the meaning to a user.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
{
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "tabindex",
"category": "Accessibility",
"description": "No element has a `[tabindex]` value greater than 0.",
"helpText": "A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/tabindex).",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
{
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "td-headers-attr",
"category": "Accessibility",
"description": "Cells in a `<table>` element that use the `[headers]` attribute only refer to other cells of that same table.",
"helpText": "Screen readers have features to make navigating tables easier. Ensuring `<td>` cells using the `[headers]` attribute only refer to other cells in the same table may improve the experience for screen reader users.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
{
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "th-has-data-cells",
"category": "Accessibility",
"description": "`<th>` elements and elements with `[role=\"columnheader\"/\"rowheader\"]` have data cells they describe.",
"helpText": "Screen readers have features to make navigating tables easier. Ensuring table headers always refer to some set of cells may improve the experience for screen reader users.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
{
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "valid-lang",
"category": "Accessibility",
"description": "`[lang]` attributes have a valid value.",
"helpText": "Specifying a valid [BCP 47 language](https://www.w3.org/International/questions/qa-choosing-language-tags#question) on elements helps ensure that text is pronounced correctly by a screen reader.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
{
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "video-caption",
"category": "Accessibility",
"description": "`<video>` elements contain a `<track>` element with `[kind=\"captions\"]`.",
"helpText": "When a video provides a caption it is easier for deaf and hearing impaired users to access its information.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
},
{
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "accessibility"
},
"scoringMode": "binary",
"name": "video-description",
"category": "Accessibility",
"description": "`<video>` elements contain a `<track>` element with `[kind=\"description\"]`.",
"helpText": "Audio descriptions provide relevant information for videos that dialogue cannot, such as facial expressions and scenes.",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "View failing elements"
},
"items": []
}
}
]
}
]
},
{
"name": "Best Practices",
"description": "We've compiled some recommendations for modernizing your web app and avoiding performance pitfalls. These audits do not affect your score but are worth a look.",
"categorizable": false,
"scored": false,
"total": 1,
"score": [
{
"name": "Best Practices",
"description": "We've compiled some recommendations for modernizing your web app and avoiding performance pitfalls. These audits do not affect your score but are worth a look.",
"overall": 1,
"subItems": [
{
"score": true,
"displayValue": "",
"rawValue": true,
"debugString": "",
"scoringMode": "binary",
"name": "appcache-manifest",
"category": "Offline",
"description": "Avoids Application Cache",
"helpText": "Application Cache has been [deprecated](https://html.spec.whatwg.org/multipage/browsers.html#offline) by [Service Workers](https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API/Using_Service_Workers). Consider implementing an offline solution using the [Cache Storage API](https://developer.mozilla.org/en-US/docs/Web/API/Cache)."
},
{
"score": true,
"displayValue": "",
"rawValue": true,
"debugString": "",
"scoringMode": "binary",
"name": "no-websql",
"category": "Offline",
"description": "Avoids WebSQL DB",
"helpText": "Web SQL is deprecated. Consider using IndexedDB instead. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/web-sql)."
},
{
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "url-list",
"value": []
},
"scoringMode": "binary",
"name": "is-on-https",
"category": "Security",
"description": "Uses HTTPS",
"helpText": "All sites should be protected with HTTPS, even ones that don't handle sensitive data. 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](https://developers.google.com/web/tools/lighthouse/audits/https).",
"details": {
"type": "list",
"header": {
"type": "text",
"text": "Insecure URLs:"
},
"items": []
}
},
{
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "table",
"value": {
"results": [],
"tableHeadings": {
"url": "URL",
"protocol": "Protocol"
}
}
},
"scoringMode": "binary",
"name": "uses-http2",
"category": "Performance",
"description": "Uses HTTP/2 for its own resources",
"helpText": "HTTP/2 offers many benefits over HTTP/1.1, including binary headers, multiplexing, and server push. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/http2).",
"details": {
"type": "table",
"header": "View Details",
"itemHeaders": [
{
"type": "text",
"itemType": "url",
"text": "URL"
},
{
"type": "text",
"itemType": "text",
"text": "Protocol"
}
],
"items": []
}
},
{
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "url-list",
"value": []
},
"scoringMode": "binary",
"name": "uses-passive-event-listeners",
"category": "JavaScript",
"description": "Uses passive listeners to improve scrolling performance",
"helpText": "Consider marking your touch and wheel event listeners as `passive` to improve your page's scroll performance. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/passive-event-listeners).",
"details": {
"type": "table",
"header": "View Details",
"itemHeaders": [
{
"type": "text",
"itemType": "url",
"text": "URL"
},
{
"type": "text",
"itemType": "text",
"text": "Location"
}
],
"items": []
}
},
{
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "table",
"value": {
"results": [],
"tableHeadings": {
"url": "URL",
"lineCol": "Line/Col",
"type": "Event",
"code": "Snippet"
}
}
},
"scoringMode": "binary",
"name": "no-mutation-events",
"category": "JavaScript",
"description": "Avoids Mutation Events in its own scripts",
"helpText": "Mutation Events are deprecated and harm performance. Consider using Mutation Observers instead. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/mutation-events).",
"details": {
"type": "table",
"header": "View Details",
"itemHeaders": [
{
"type": "text",
"itemType": "url",
"text": "URL"
},
{
"type": "text",
"itemType": "code",
"text": "Event"
},
{
"type": "text",
"itemType": "text",
"text": "Line"
},
{
"type": "text",
"itemType": "text",
"text": "Col"
},
{
"type": "text",
"itemType": "code",
"text": "Snippet"
}
],
"items": []
}
},
{
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "url-list",
"value": []
},
"scoringMode": "binary",
"name": "no-document-write",
"category": "Performance",
"description": "Avoids `document.write()`",
"helpText": "For users on slow connections, external scripts dynamically injected via `document.write()` can delay page load by tens of seconds. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/document-write).",
"details": {
"type": "table",
"header": "View Details",
"itemHeaders": [
{
"type": "text",
"itemType": "url",
"text": "URL"
},
{
"type": "text",
"itemType": "text",
"text": "Location"
}
],
"items": []
}
},
{
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "url-list",
"value": []
},
"scoringMode": "binary",
"name": "external-anchors-use-rel-noopener",
"category": "Performance",
"description": "Opens external anchors using `rel=\"noopener\"`",
"helpText": "Open new tabs using `rel=\"noopener\"` to improve performance and prevent security vulnerabilities. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/noopener).",
"details": {
"type": "table",
"header": "View Details",
"itemHeaders": [
{
"type": "text",
"itemType": "url",
"text": "URL"
},
{
"type": "text",
"itemType": "text",
"text": "Target"
},
{
"type": "text",
"itemType": "text",
"text": "Rel"
}
],
"items": []
}
},
{
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "url-list",
"value": []
},
"scoringMode": "binary",
"name": "geolocation-on-start",
"category": "UX",
"description": "Avoids requesting the geolocation permission on page load",
"helpText": "Users are mistrustful of or confused by sites that request their location without context. Consider tying the request to user gestures instead. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/geolocation-on-load).",
"details": {
"type": "table",
"header": "View Details",
"itemHeaders": [
{
"type": "text",
"itemType": "url",
"text": "URL"
},
{
"type": "text",
"itemType": "text",
"text": "Location"
}
],
"items": []
}
},
{
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "url-list",
"value": []
},
"scoringMode": "binary",
"name": "notification-on-start",
"category": "UX",
"description": "Avoids requesting the notification permission on page load",
"helpText": "Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/notifications-on-load).",
"details": {
"type": "table",
"header": "View Details",
"itemHeaders": [
{
"type": "text",
"itemType": "url",
"text": "URL"
},
{
"type": "text",
"itemType": "text",
"text": "Location"
}
],
"items": []
}
},
{
"score": true,
"displayValue": "",
"rawValue": true,
"extendedInfo": {
"formatter": "url-list",
"value": []
},
"scoringMode": "binary",
"name": "deprecations",
"category": "Deprecations",
"description": "Avoids deprecated APIs",
"helpText": "Deprecated APIs will eventually be removed from the browser. [Learn more](https://www.chromestatus.com/features#deprecated).",
"details": {
"type": "table",
"header": "View Details",
"itemHeaders": [
{
"type": "text",
"itemType": "code",
"text": "Deprecation / Warning"
},
{
"type": "text",
"itemType": "url",
"text": "URL"
},
{
"type": "text",
"itemType": "text",
"text": "Line"
}
],
"items": []
}
},
{
"score": true,
"displayValue": "",
"rawValue": true,
"scoringMode": "binary",
"name": "manifest-short-name-length",
"category": "Manifest",
"description": "Manifest's `short_name` won't be truncated when displayed on homescreen",
"helpText": "Make your app's `short_name` less than 12 characters to ensure that it's not truncated on homescreens. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/manifest-short_name-is-not-truncated)."
}
]
}
]
}
],
"timing": {
"total": 44593
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment