Created
September 21, 2020 11:21
-
-
Save jonheslop/9c3a006b9f75288a634611bdff7d4bfc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36", | |
| "environment": { | |
| "networkUserAgent": "Mozilla/5.0 (Linux; Android 6.0.1; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3963.0 Mobile Safari/537.36 Chrome-Lighthouse", | |
| "hostUserAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36", | |
| "benchmarkIndex": 1308 | |
| }, | |
| "lighthouseVersion": "6.0.0", | |
| "fetchTime": "2020-09-21T10:09:21.030Z", | |
| "requestedUrl": "https://dashboard.pusher.com/accounts/sign_in", | |
| "finalUrl": "https://dashboard.pusher.com/accounts/sign_in", | |
| "runWarnings": [], | |
| "audits": { | |
| "is-on-https": { | |
| "id": "is-on-https", | |
| "title": "Uses HTTPS", | |
| "description": "All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding [mixed content](https://developers.google.com/web/fundamentals/security/prevent-mixed-content/what-is-mixed-content), where some resources are loaded over HTTP despite the initial request being servedover HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. [Learn more](https://web.dev/is-on-https).", | |
| "score": 1, | |
| "scoreDisplayMode": "binary", | |
| "displayValue": "", | |
| "details": { | |
| "type": "table", | |
| "headings": [], | |
| "items": [] | |
| } | |
| }, | |
| "redirects-http": { | |
| "id": "redirects-http", | |
| "title": "Redirects HTTP traffic to HTTPS", | |
| "description": "If you've already set up HTTPS, make sure that you redirect all HTTP traffic to HTTPS in order to enable secure web features for all your users. [Learn more](https://web.dev/redirects-http).", | |
| "score": 1, | |
| "scoreDisplayMode": "binary" | |
| }, | |
| "service-worker": { | |
| "id": "service-worker", | |
| "title": "Does not register a service worker that controls page and `start_url`", | |
| "description": "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://web.dev/service-worker).", | |
| "score": 0, | |
| "scoreDisplayMode": "binary" | |
| }, | |
| "works-offline": { | |
| "id": "works-offline", | |
| "title": "Current page does not respond with a 200 when offline", | |
| "description": "If you're building a Progressive Web App, consider using a service worker so that your app can work offline. [Learn more](https://web.dev/works-offline).", | |
| "score": 0, | |
| "scoreDisplayMode": "binary", | |
| "warnings": [] | |
| }, | |
| "viewport": { | |
| "id": "viewport", | |
| "title": "Has a `<meta name=\"viewport\">` tag with `width` or `initial-scale`", | |
| "description": "Add a `<meta name=\"viewport\">` tag to optimize your app for mobile screens. [Learn more](https://web.dev/viewport).", | |
| "score": 1, | |
| "scoreDisplayMode": "binary", | |
| "warnings": [] | |
| }, | |
| "without-javascript": { | |
| "id": "without-javascript", | |
| "title": "Contains some content when JavaScript is not available", | |
| "description": "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://web.dev/without-javascript).", | |
| "score": 1, | |
| "scoreDisplayMode": "binary" | |
| }, | |
| "first-contentful-paint": { | |
| "id": "first-contentful-paint", | |
| "title": "First Contentful Paint", | |
| "description": "First Contentful Paint marks the time at which the first text or image is painted. [Learn more](https://web.dev/first-contentful-paint).", | |
| "score": 0.37, | |
| "scoreDisplayMode": "numeric", | |
| "numericValue": 4584.511350000001, | |
| "numericUnit": "millisecond", | |
| "displayValue": "4.6 s" | |
| }, | |
| "largest-contentful-paint": { | |
| "id": "largest-contentful-paint", | |
| "title": "Largest Contentful Paint", | |
| "description": "Largest Contentful Paint marks the time at which the largest text or image is painted. [Learn More](https://web.dev/lighthouse-largest-contentful-paint)", | |
| "score": 0.01, | |
| "scoreDisplayMode": "numeric", | |
| "numericValue": 10219.113150000001, | |
| "numericUnit": "millisecond", | |
| "displayValue": "10.2 s" | |
| }, | |
| "first-meaningful-paint": { | |
| "id": "first-meaningful-paint", | |
| "title": "First Meaningful Paint", | |
| "description": "First Meaningful Paint measures when the primary content of a page is visible. [Learn more](https://web.dev/first-meaningful-paint).", | |
| "score": 0.37, | |
| "scoreDisplayMode": "numeric", | |
| "numericValue": 4584.511350000001, | |
| "numericUnit": "millisecond", | |
| "displayValue": "4.6 s" | |
| }, | |
| "load-fast-enough-for-pwa": { | |
| "id": "load-fast-enough-for-pwa", | |
| "title": "Page load is not fast enough on mobile networks", | |
| "description": "A fast page load over a cellular network ensures a good mobile user experience. [Learn more](https://web.dev/load-fast-enough-for-pwa).", | |
| "score": 0, | |
| "scoreDisplayMode": "binary", | |
| "numericValue": 10452.0268, | |
| "numericUnit": "millisecond", | |
| "displayValue": "Interactive at 10.5 s", | |
| "explanation": "Your page loads too slowly and is not interactive within 10 seconds. Look at the opportunities and diagnostics in the \"Performance\" section to learn how to improve." | |
| }, | |
| "speed-index": { | |
| "id": "speed-index", | |
| "title": "Speed Index", | |
| "description": "Speed Index shows how quickly the contents of a page are visibly populated. [Learn more](https://web.dev/speed-index).", | |
| "score": 0.71, | |
| "scoreDisplayMode": "numeric", | |
| "numericValue": 4584.511350000001, | |
| "numericUnit": "millisecond", | |
| "displayValue": "4.6 s" | |
| }, | |
| "screenshot-thumbnails": { | |
| "id": "screenshot-thumbnails", | |
| "title": "Screenshot Thumbnails", | |
| "description": "This is what the load of your site looked like.", | |
| "score": null, | |
| "scoreDisplayMode": "informative", | |
| "details": { | |
| "type": "filmstrip", | |
| "scale": 3000, | |
| "items": [ | |
| { | |
| "timing": 300, | |
| "timestamp": 283300460193, | |
| "data": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRQBAwQEBQQFCQUFCRQNCw0UFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFP/AABEIAD8AeAMBEQACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+gEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4+Tl5ufo6ery8/T19vf4+fr/2gAMAwEAAhEDEQA/AP1ToAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgD/9k=" | |
| }, | |
| { | |
| "timing": 600, | |
| "timestamp": 283300760193, | |
| "data": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRQBAwQEBQQFCQUFCRQNCw0UFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFP/AABEIAD8AeAMBEQACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+gEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4+Tl5ufo6ery8/T19vf4+fr/2gAMAwEAAhEDEQA/AP1ToAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgD/9k=" | |
| }, | |
| { | |
| "timing": 900, | |
| "timestamp": 283301060193, | |
| "data": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRQBAwQEBQQFCQUFCRQNCw0UFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFP/AABEIAD8AeAMBEQACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+gEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4+Tl5ufo6ery8/T19vf4+fr/2gAMAwEAAhEDEQA/AP1ToAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgD/9k=" | |
| }, | |
| { | |
| "timing": 1200, | |
| "timestamp": 283301360193, | |
| "data": "data:image/jpeg;base64,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" | |
| }, | |
| { | |
| "timing": 1500, | |
| "timestamp": 283301660193, | |
| "data": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRQBAwQEBQQFCQUFCRQNCw0UFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFP/AABEIAD8AeAMBEQACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+gEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4+Tl5ufo6ery8/T19vf4+fr/2gAMAwEAAhEDEQA/AP1TqAPGPjT+0TD8Lda/saDSZLu9jhs7qa7uGVLSNLmeWGCIvuBV5JIGXe+2NAdxZmCQyb06fP1/pEOVjasPjdb3/wAPdE8TQ+H9UvZtUvm0yLSrQwrcfaEkljcfv3iCANC5xL5cgGA6I4ZFPZPncO2oc2l2RaX+0X4S1TTLPUU+3pYXN99gE723+rf+yjqhZlDFsCBSpABbf8uCOaXs5X5ev9IakrXLGlfHPTNR0+G4uNE1rS5Zba5u1gu4I8tFDDFMXR0kZJFZJoypRmGSysVZWUJ02mkhcxT1D4/WVjB4ov18L6/Pofhqze71PV4ltPIj22Ed95YVrgSsxiljAxGV3MBuwCQ3Saer1Y+a52Pgfxzb+NrbUtthe6TqOl3f2DUNN1BY/OtZvKjmVWaJ3jbMU0Lgo7DDgEhgyiJR5dLjTudLUDCgAoAKACgAoAKAM7XbqWzso5IX2Obm3jJwD8rTIrDn1BIoA0aAPD/jZ8CtQ8f67d6pY3p2aimh2FxbLHHvhhtNTe4llUyho3zHcSfI6EfusYfftG9OoorXdX/EiSudbr/wU8P634Q8O+FntIZfDuk3kVydO1BDfRzIgcCI+ax+UFxjOQoUADAGJVSSbl1asO2hjXHwJlh8ZW+oaRrcOh6DbXv9qW2mWenKJba7GlNpiGKQv5SwrAVYRGFvnT7207AKa6q7/wCDcHE5u2/ZSs9Q0mSw8S3mj61b+ZfzQWEWhrFp1nJcwQxhre2kmlEO14XmIVuZJ5CNuapVbSUort+AuUk1T9mi9urrx39l1nw/bxeLtIk0m5vZfDjSapBG2mw2YRLsXK/ug8CTeUY8ElhkEhhUq3NrbX/g3CzR6Z8MvhxY/C/StS0nSUtrXRZtRmvrGwtbYQpZpLh3iGDhh5plYYChVdUAwgJynPnd2OK5VY7CsygoAKACgAoAKACgDJ8Tf8g6L/r8tf8A0ojoA1qAEoACQBk8UABIpgHFGoxCRjPalbuIXIosAbhkDPJoAWgAoAKACgAoAKAMnxN/yDov+vy1/wDSiOgDWoA8I/aJ8O/ETxF4m8O6d4G1DUdIttT0++gu9Xtblki066he3urOR0zgrI0MsD4GSk5B44PVScOV8xnJNvQ8z1G5+PF1ofiDThY6nFaapourX1vEs++4gN3b3txDF5mzdHcQXEltbKFn2qirtiI/eR6ONJbMn3ju5/EHxU8/VBcN4gtrU6s0d7JZaRaSPp9oHvPKbTydxuN4Ww3+ZFIVE0hBVspFny0+Yq7Rm29/8d7u9kvb25uNLmt7Bbl9HtLC1mtJbqKz0x2txIQz7JbifUkJEhOIF2Mu0l6apJJP+txPmLOn33xh8TfCv4vWuvWdzaazJolymipZsqSJftFcqYraREiOxSLYxkmQ5cnz3PyxzKNKMoqLGuZp3Ks/i340W3iHQ4tPsNU1PRP7YWKO51S0gt5ruyaS1SV7xI4fkMfmXezaLf5Y4n/f5ZapQpO/MyU5GJcX/wAbJ9R8KarCuuXL2sF6usm+tILN7dWXTWnFrDGXiuJEIvUtzKoBw2WlUB5aSpq6bD3tz61U5UHGMjoa4TYWgAoAKACgAoAyfE3/ACDov+vy1/8ASiOgDTeVIzhnVSexOKdgG/aIv+eif99ClYA8+HGPMTH+8KdgDz4f+eif99CiwB58P/PSP/voUWAPPh/56J/30KVgDzof+ekf5iiwB58OMeZHj/eFFgF+0Rf89U/76FOwB9oi/wCeqf8AfQosAfaIv+eqf99CiwB9oi/56p/30KLAH2iL/nqn/fQosAfaIv8Anqn/AH0KLAZXiSeN9PiVZFY/bLXgH/p4joA0E/5CEv8A1zT+bU+gGf4j8Z+H/ByQPr2u6boiXBKwtqN3HbiQjkhS5GcZHSkouXwoTaRh/wDC7Ph5/wBD74Y/8HFv/wDF1Xs59n9wuZdw/wCF2fDz/offDH/g4t//AIuj2c+z+4OZdw/4XZ8PP+h98Mf+Di3/APi6PZz7P7g5l3D/AIXZ8PP+h98Mf+Di3/8Ai6PZz7P7g5l3D/hdnw8/6H3wx/4OLf8A+Lo9nPs/uDmXcP8Ahdnw8/6H3wx/4OLf/wCLo9nPs/uDmXcP+F2fDz/offDH/g4t/wD4uj2c+z+4OZdw/wCF2fDz/offDH/g4t//AIuj2c+z+4OZdw/4XZ8PP+h98Mf+Di3/APi6PZz7P7g5l3D/AIXZ8PP+h98Mf+Di3/8Ai6PZz7P7g5l3D/hdnw8/6H3wx/4OLf8A+Lo9nPs/uDmXc1vD3j/wx4uuZbfQvEek61PEu+SLTr6KdkXOMkIxIGe9JwlFXaYXQvi3/jzsffULX/0atHQdjVT/AJCEv/XNP5tR9lDPzh/4K6sRr/wyAJANtf5Hr88Fe1gPgZyVtz8+AK9RN2OcMCndjPatW/ZysdM8O3Nv/wAJzYSfEa007+17rwcbGdDFaCz+2ORdEeW8iQfM0Y5yrAFiOef2zUtVptfzL5exwPhD4WeIvHGk6lqmkWiXVjp8UslwySBnTy4y+CgywLAEKMfMQ5GRHKU0dWMXZsmzZNb/AAh8TyatYafNYJbyXmoW2mRyGZJFM1wFaIjyyxZSrKdygjBHcgUKrF7MLMdL8F/G0WqXum/8I5dTX9lave3EFsVmKQo7RyP8hIISSN42xna6MjYYEUe1ja9wszR179n3xr4bg1GW8sLbfp8Mc9zbRXsLXESNbvOS0O7zBtjjkY/LyqMy7kUsJ9tFu1x2ZJpf7PPjTVvDEOvQWNsNPnnjt4WkvIo/OkdXIRCzAMw2YKAlt2VALJIEPbxWjYcrMv8A4Ux4xg1v+yr3RJtJvlTLw6oy2rRt9m+1FX8wjyz5WGw2Md+lP20e4rM42eB7eaSKWNoZY2KvHIpDKQcEEHkEVrcQzFF2B9h/8EsuP2k77/sXrr/0bBXn47+Ca0viP1N8W/8AHnYf9hC1/wDRq14B29jVT/kIS/8AXNP5tR9lAfm//wAFeDt1/wCGBPe21AD67oDXtYD4Gclbc/PkNXqanPqG6jUNTuB8afFYj1Mi/QXWp6PDoN3eiBPtEtjGqosPmYyoMaJGxXBdUAYnLbsvZK6dutyryMXQfHviLwxYz2Wk63f6fZziVZILedkVlkCCVeD0cRRBh/F5UefuLhypqTu0JOSLut/E/X9Z8RQ60l4+mXdvJbS2wsXdFt3t0RIWTLEgqI1wc5ojTUdkO8iGP4neLYtX/tVPE2qpqe1k+2JdusuDc/aiNwOcG4Jm/wB87utPkW1gvIrv488RyeZu13UD5kIt3P2hstGLdrYITnJUQu8eDxtYjuaXs12FqTx/EnxRDaRWkev6glpFJFMlutwwjEkUZjjfbnG5UOwN1AwAeBgdOL6DuyGx8feItNt4re31u+jt4nMiRCdtobyfJ6dx5XyYPG3jHJpOlF9AvIw5ZnnleWV3lldizu5yzE9ST3Na69idRu6jUNT7E/4JZc/tJ3/t4euv/R0Fefjr+yN6SfMfqb4t/wCPOw/7CNr/AOjVrweh2dj/AP/Z" | |
| }, | |
| { | |
| "timing": 1800, | |
| "timestamp": 283301960193, | |
| "data": "data:image/jpeg;base64,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" | |
| }, | |
| { | |
| "timing": 2100, | |
| "timestamp": 283302260193, | |
| "data": "data:image/jpeg;base64,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" | |
| }, | |
| { | |
| "timing": 2400, | |
| "timestamp": 283302560193, | |
| "data": "data:image/jpeg;base64,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" | |
| }, | |
| { | |
| "timing": 2700, | |
| "timestamp": 283302860193, | |
| "data": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRQBAwQEBQQFCQUFCRQNCw0UFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFP/AABEIAD8AeAMBEQACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+gEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4+Tl5ufo6ery8/T19vf4+fr/2gAMAwEAAhEDEQA/AP1TqAPGPjT+0TD8Lda/saDSZLu9jhs7qa7uGVLSNLmeWGCIvuBV5JIGXe+2NAdxZmCQyb06fP1/pEOVjasPjdb3/wAPdE8TQ+H9UvZtUvm0yLSrQwrcfaEkljcfv3iCANC5xL5cgGA6I4ZFPZPncO2oc2l2RaX+0X4S1TTLPUU+3pYXN99gE723+rf+yjqhZlDFsCBSpABbf8uCOaXs5X5ev9IakrXLGlfHPTNR0+G4uNE1rS5Zba5u1gu4I8tFDDFMXR0kZJFZJoypRmGSysVZWUJ02mkhcxT1D4/WVjB4ov18L6/Pofhqze71PV4ltPIj22Ed95YVrgSsxiljAxGV3MBuwCQ3Saer1Y+a52Pgfxzb+NrbUtthe6TqOl3f2DUNN1BY/OtZvKjmVWaJ3jbMU0Lgo7DDgEhgyiJR5dLjTudLUDCgAoAKACgAoAKAEPSgBaAPD/jZ8CtQ8f67d6pY3p2aimh2FxbLHHvhhtNTe4llUyho3zHcSfI6EfusYfftG9OoorXdX/EiSudbr/wU8P634Q8O+FntIZfDuk3kVydO1BDfRzIgcCI+ax+UFxjOQoUADAGJVSSbl1asO2hjXHwJlh8ZW+oaRrcOh6DbXv8AaltplnpyiW2uxpTaYhikL+UsKwFWERhb50+9tOwCmuqu/wDg3BxObtv2UrPUNJksPEt5o+tW/mX80FhFoaxadZyXMEMYa3tpJpRDteF5iFbmSeQjbmqVW0lKK7fgLlJNU/Zovbq68d/ZdZ8P28Xi7SJNJub2Xw40mqQRtpsNmES7Fyv7oPAk3lGPBJYZBIYVKtza21/4Nws0emfDL4cWPwv0rUtJ0lLa10WbUZr6xsLW2EKWaS4d4hg4YeaZWGAoVXVAMICcpz53djiuVWOwrMoKACgAoAKACgAoAQ9KAFoASgAJAGTxQAEimAcUajEJGM9qVu4hciiwBuGQM8mgBaACgAoAKACgAoAQ9KAFoA8I/aJ8O/ETxF4m8O6d4G1DUdIttT0++gu9Xtblki066he3urOR0zgrI0MsD4GSk5B44PVScOV8xnJNvQ8z1G5+PF1ofiDThY6nFaapourX1vEs++4gN3b3txDF5mzdHcQXEltbKFn2qirtiI/eR6ONJbMn3ju5/EHxU8/VBcN4gtrU6s0d7JZaRaSPp9oHvPKbTydxuN4Ww3+ZFIVE0hBVspFny0+Yq7Rm29/8d7u9kvb25uNLmt7Bbl9HtLC1mtJbqKz0x2txIQz7JbifUkJEhOIF2Mu0l6apJJP+txPmLOn33xh8TfCv4vWuvWdzaazJolymipZsqSJftFcqYraREiOxSLYxkmQ5cnz3PyxzKNKMoqLGuZp3Ks/i340W3iHQ4tPsNU1PRP7YWKO51S0gt5ruyaS1SV7xI4fkMfmXezaLf5Y4n/f5ZapQpO/MyU5GJcX/AMbJ9R8KarCuuXL2sF6usm+tILN7dWXTWnFrDGXiuJEIvUtzKoBw2WlUB5aSpq6bD3tz61U5UHGMjoa4TYWgAoAKACgAoAQ9KAGvKkZwzqpPYnFOwDftEX/PRP8AvoUrAHnw4x5iY/3hTsAefD/z0T/voUWAPPh/56R/99CiwB58P/PRP++hSsAedD/z0j/MUWAPPhxjzI8f7wosAv2iL/nqn/fQp2APtEX/AD1T/voUWAPtEX/PVP8AvoUWAPtEX/PVP++hRYA+0Rf89U/76FFgD7RF/wA9U/76FFgATxudqyKx9AaAIk/5CEv/AFzT+bU+gGf4j8Z+H/ByQPr2u6boiXBKwtqN3HbiQjkhS5GcZHSkouXwoTaRh/8AC7Ph5/0Pvhj/AMHFv/8AF1Xs59n9wuZdw/4XZ8PP+h98Mf8Ag4t//i6PZz7P7g5l3D/hdnw8/wCh98Mf+Di3/wDi6PZz7P7g5l3D/hdnw8/6H3wx/wCDi3/+Lo9nPs/uDmXcP+F2fDz/AKH3wx/4OLf/AOLo9nPs/uDmXcP+F2fDz/offDH/AIOLf/4uj2c+z+4OZdw/4XZ8PP8AoffDH/g4t/8A4uj2c+z+4OZdw/4XZ8PP+h98Mf8Ag4t//i6PZz7P7g5l3D/hdnw8/wCh98Mf+Di3/wDi6PZz7P7g5l3D/hdnw8/6H3wx/wCDi3/+Lo9nPs/uDmXcP+F2fDz/AKH3wx/4OLf/AOLo9nPs/uDmXc1vD3j/AMMeLrmW30LxHpOtTxLvki06+inZFzjJCMSBnvScJRV2mF0atz/rrX3lP/oDUdB2FT/kIS/9c0/m1H2UM/OH/grqxGv/AAyAJANtf5Hr88Fe1gPgZyVtz8+AK9RN2OcMCndjPatW/ZysdM8O3Nv/AMJzYSfEa007+17rwcbGdDFaCz+2ORdEeW8iQfM0Y5yrAFiOef2zUtVptfzL5exwPhD4WeIvHGk6lqmkWiXVjp8UslwySBnTy4y+CgywLAEKMfMQ5GRHKU0dWMXZsmzZNb/CHxPJq1hp81glvJeahbaZHIZkkUzXAVoiPLLFlKsp3KCMEdyBQqsXswsx0vwX8bRape6b/wAI5dTX9lave3EFsVmKQo7RyP8AISCEkjeNsZ2ujI2GBFHtY2vcLM0de/Z98a+G4NRlvLC236fDHPc20V7C1xEjW7zktDu8wbY45GPy8qjMu5FLCfbRbtcdmSaX+zz401bwxDr0FjbDT5547eFpLyKPzpHVyEQswDMNmCgJbdlQCySBD28Vo2HKzL/4Ux4xg1v+yr3RJtJvlTLw6oy2rRt9m+1FX8wjyz5WGw2Md+lP20e4rM42eB7eaSKWNoZY2KvHIpDKQcEEHkEVrcQzFF2B9h/8EsuP2k77/sXrr/0bBXn47+Ca0viP1huf9ba/9dT/AOgNXgHb2FT/AJCEv/XNP5tR9lAfm/8A8FeDt1/4YE97bUAPrugNe1gPgZyVtz8+Q1epqc+obqNQ1O4Hxp8ViPUyL9Bdano8Og3d6IE+0S2Maqiw+ZjKgxokbFcF1QBictuy9krp263KvIxdB8e+IvDFjPZaTrd/p9nOJVkgt52RWWQIJV4PRxFEGH8XlR5+4uHKmpO7Qk5Iu638T9f1nxFDrSXj6Zd28ltLbCxd0W3e3REhZMsSCojXBzmiNNR2Q7yIY/id4ti1f+1U8Taqmp7WT7Yl26y4Nz9qI3A5wbgmb/fO7rT5FtYLyK7+PPEcnmbtd1A+ZCLdz9obLRi3a2CE5yVELvHg8bWI7ml7Ndhak8fxJ8UQ2kVpHr+oJaRSRTJbrcMIxJFGY4325xuVDsDdQMAHgYHTi+g7shsfH3iLTbeK3t9bvo7eJzIkQnbaG8nyenceV8mDxt4xyaTpRfQLyMOWZ55Xlld5ZXYs7ucsxPUk9zWuvYnUbuo1DU+xP+CWXP7Sd/7eHrr/ANHQV5+Ov7I3pJ8x+sNycS2v/XU/+gNXg9Ds7H//2Q==" | |
| }, | |
| { | |
| "timing": 3000, | |
| "timestamp": 283303160193, | |
| "data": "data:image/jpeg;base64,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" | |
| } | |
| ] | |
| } | |
| }, | |
| "final-screenshot": { | |
| "id": "final-screenshot", | |
| "title": "Final Screenshot", | |
| "description": "The last screenshot captured of the pageload.", | |
| "score": null, | |
| "scoreDisplayMode": "informative", | |
| "details": { | |
| "type": "screenshot", | |
| "timing": 1792, | |
| "timestamp": 283301952191, | |
| "data": "data:image/jpeg;base64,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" | |
| } | |
| }, | |
| "estimated-input-latency": { | |
| "id": "estimated-input-latency", | |
| "title": "Estimated Input Latency", | |
| "description": "Estimated Input Latency is an estimate of how long your app takes to respond to user input, in milliseconds, during the busiest 5s window of page load. If your latency is higher than 50 ms, users may perceive your app as laggy. [Learn more](https://web.dev/estimated-input-latency).", | |
| "score": 1, | |
| "scoreDisplayMode": "numeric", | |
| "numericValue": 29.000000000000004, | |
| "numericUnit": "millisecond", | |
| "displayValue": "30 ms" | |
| }, | |
| "total-blocking-time": { | |
| "id": "total-blocking-time", | |
| "title": "Total Blocking Time", | |
| "description": "Sum of all time periods between FCP and Time to Interactive, when task length exceeded 50ms, expressed in milliseconds. [Learn more](https://web.dev/lighthouse-total-blocking-time).", | |
| "score": 0.87, | |
| "scoreDisplayMode": "numeric", | |
| "numericValue": 314.5066999999999, | |
| "numericUnit": "millisecond", | |
| "displayValue": "310 ms" | |
| }, | |
| "max-potential-fid": { | |
| "id": "max-potential-fid", | |
| "title": "Max Potential First Input Delay", | |
| "description": "The maximum potential First Input Delay that your users could experience is the duration of the longest task. [Learn more](https://web.dev/lighthouse-max-potential-fid).", | |
| "score": 0.56, | |
| "scoreDisplayMode": "numeric", | |
| "numericValue": 230.5, | |
| "numericUnit": "millisecond", | |
| "displayValue": "230 ms" | |
| }, | |
| "cumulative-layout-shift": { | |
| "id": "cumulative-layout-shift", | |
| "title": "Cumulative Layout Shift", | |
| "description": "Cumulative Layout Shift measures the movement of visible elements within the viewport. [Learn more](https://web.dev/cls).", | |
| "score": 1, | |
| "scoreDisplayMode": "numeric", | |
| "numericValue": 0, | |
| "numericUnit": "unitless", | |
| "displayValue": "0", | |
| "details": { | |
| "type": "debugdata", | |
| "items": [ | |
| { | |
| "finalLayoutShiftTraceEventFound": true | |
| } | |
| ] | |
| } | |
| }, | |
| "errors-in-console": { | |
| "id": "errors-in-console", | |
| "title": "Browser errors were logged to the console", | |
| "description": "Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more](https://web.dev/errors-in-console)", | |
| "score": 0, | |
| "scoreDisplayMode": "binary", | |
| "details": { | |
| "type": "table", | |
| "headings": [ | |
| { | |
| "key": "url", | |
| "itemType": "url", | |
| "text": "URL" | |
| }, | |
| { | |
| "key": "description", | |
| "itemType": "code", | |
| "text": "Description" | |
| } | |
| ], | |
| "items": [ | |
| { | |
| "source": "rendering", | |
| "description": "Error: <svg> attribute height: Expected length, \"auto\".", | |
| "url": "https://dashboard.pusher.com/accounts/sign_in" | |
| }, | |
| { | |
| "source": "rendering", | |
| "description": "Error: <svg> attribute height: Expected length, \"auto\".", | |
| "url": "https://dashboard.pusher.com/accounts/sign_in" | |
| } | |
| ] | |
| } | |
| }, | |
| "server-response-time": { | |
| "id": "server-response-time", | |
| "title": "Initial server response time was short", | |
| "description": "Keep the server response time for the main document short because all other requests depend on it. [Learn more](https://web.dev/time-to-first-byte).", | |
| "score": 1, | |
| "scoreDisplayMode": "binary", | |
| "numericValue": 359.458, | |
| "numericUnit": "millisecond", | |
| "displayValue": "Root document took 360 ms", | |
| "details": { | |
| "type": "opportunity", | |
| "overallSavingsMs": -240.54199999999997, | |
| "headings": [], | |
| "items": [] | |
| } | |
| }, | |
| "first-cpu-idle": { | |
| "id": "first-cpu-idle", | |
| "title": "First CPU Idle", | |
| "description": "First CPU Idle marks the first time at which the page's main thread is quiet enough to handle input. [Learn more](https://web.dev/first-cpu-idle).", | |
| "score": 0.73, | |
| "scoreDisplayMode": "numeric", | |
| "numericValue": 4880.111800000001, | |
| "numericUnit": "millisecond", | |
| "displayValue": "4.9 s" | |
| }, | |
| "interactive": { | |
| "id": "interactive", | |
| "title": "Time to Interactive", | |
| "description": "Time to interactive is the amount of time it takes for the page to become fully interactive. [Learn more](https://web.dev/interactive).", | |
| "score": 0.24, | |
| "scoreDisplayMode": "numeric", | |
| "numericValue": 10452.0268, | |
| "numericUnit": "millisecond", | |
| "displayValue": "10.5 s" | |
| }, | |
| "user-timings": { | |
| "id": "user-timings", | |
| "title": "User Timing marks and measures", | |
| "description": "Consider instrumenting your app with the User Timing API to measure your app's real-world performance during key user experiences. [Learn more](https://web.dev/user-timings).", | |
| "score": null, | |
| "scoreDisplayMode": "notApplicable", | |
| "details": { | |
| "type": "table", | |
| "headings": [], | |
| "items": [] | |
| } | |
| }, | |
| "critical-request-chains": { | |
| "id": "critical-request-chains", | |
| "title": "Avoid chaining critical requests", | |
| "description": "The Critical Request Chains below show you what resources are loaded with a high priority. Consider reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load. [Learn more](https://web.dev/critical-request-chains).", | |
| "score": null, | |
| "scoreDisplayMode": "informative", | |
| "displayValue": "6 chains found", | |
| "details": { | |
| "type": "criticalrequestchain", | |
| "chains": { | |
| "90157AAFBEBC5568D16CD3951A821935": { | |
| "request": { | |
| "url": "https://dashboard.pusher.com/accounts/sign_in", | |
| "startTime": 283300.163953, | |
| "endTime": 283300.526076, | |
| "responseReceivedTime": 283300.52382, | |
| "transferSize": 11588 | |
| }, | |
| "children": { | |
| "35219.59": { | |
| "request": { | |
| "url": "https://d3qy0ae439eg67.cloudfront.net/cdn/da7ae6c0-9455-11ea-9b03-c97f7c5e49d9.js", | |
| "startTime": 283300.548804, | |
| "endTime": 283300.563469, | |
| "responseReceivedTime": 283300.559683, | |
| "transferSize": 73555 | |
| } | |
| }, | |
| "35219.60": { | |
| "request": { | |
| "url": "https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js", | |
| "startTime": 283300.555607, | |
| "endTime": 283300.569393, | |
| "responseReceivedTime": 283300.56463100004, | |
| "transferSize": 60146 | |
| } | |
| }, | |
| "35219.61": { | |
| "request": { | |
| "url": "https://dashboard.pusher.com/assets/logged-out-cd044cf6ad42a9222ddc861ecfd9d4a79ec16a33f366ce4a56e894bbb31c023e.js", | |
| "startTime": 283300.556088, | |
| "endTime": 283300.911613, | |
| "responseReceivedTime": 283300.90991600003, | |
| "transferSize": 39020 | |
| } | |
| }, | |
| "35219.62": { | |
| "request": { | |
| "url": "https://dashboard.pusher.com/packs/css/application-51f3e994.css", | |
| "startTime": 283300.556719, | |
| "endTime": 283300.946814, | |
| "responseReceivedTime": 283300.945036, | |
| "transferSize": 22616 | |
| }, | |
| "children": { | |
| "35219.93": { | |
| "request": { | |
| "url": "https://d1sxenc8w1ds8y.cloudfront.net/fonts/maisonneue-semibold-webfont.woff2", | |
| "startTime": 283301.311317, | |
| "endTime": 283301.324879, | |
| "responseReceivedTime": 283301.3245, | |
| "transferSize": 20986 | |
| } | |
| }, | |
| "35219.91": { | |
| "request": { | |
| "url": "https://d1sxenc8w1ds8y.cloudfront.net/fonts/maisonneue-medium-webfont.woff2", | |
| "startTime": 283301.311765, | |
| "endTime": 283301.341196, | |
| "responseReceivedTime": 283301.338363, | |
| "transferSize": 486 | |
| } | |
| } | |
| } | |
| }, | |
| "35219.63": { | |
| "request": { | |
| "url": "https://dashboard.pusher.com/packs/js/application-3b0d64bea6d3ada6b3db.js", | |
| "startTime": 283300.557475, | |
| "endTime": 283301.250416, | |
| "responseReceivedTime": 283300.99829099997, | |
| "transferSize": 183380 | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "longestChain": { | |
| "duration": 1177.2430000128224, | |
| "length": 3, | |
| "transferSize": 486 | |
| } | |
| } | |
| }, | |
| "redirects": { | |
| "id": "redirects", | |
| "title": "Avoid multiple page redirects", | |
| "description": "Redirects introduce additional delays before the page can be loaded. [Learn more](https://web.dev/redirects).", | |
| "score": 1, | |
| "scoreDisplayMode": "numeric", | |
| "numericValue": 0, | |
| "numericUnit": "millisecond", | |
| "displayValue": "", | |
| "details": { | |
| "type": "opportunity", | |
| "headings": [], | |
| "items": [], | |
| "overallSavingsMs": 0 | |
| } | |
| }, | |
| "installable-manifest": { | |
| "id": "installable-manifest", | |
| "title": "Web app manifest does not meet the installability requirements", | |
| "description": "Browsers can proactively prompt users to add your app to their homescreen, which can lead to higher engagement. [Learn more](https://web.dev/installable-manifest).", | |
| "score": 0, | |
| "scoreDisplayMode": "binary", | |
| "explanation": "Failures: No manifest was fetched.", | |
| "details": { | |
| "type": "debugdata", | |
| "items": [ | |
| { | |
| "failures": [ | |
| "No manifest was fetched" | |
| ], | |
| "isParseFailure": true, | |
| "parseFailureReason": "No manifest was fetched" | |
| } | |
| ] | |
| } | |
| }, | |
| "apple-touch-icon": { | |
| "id": "apple-touch-icon", | |
| "title": "Provides a valid `apple-touch-icon`", | |
| "description": "For ideal appearance on iOS when users add a progressive web app to the home screen, define an `apple-touch-icon`. It must point to a non-transparent 192px (or 180px) square PNG. [Learn More](https://web.dev/apple-touch-icon/).", | |
| "score": 1, | |
| "scoreDisplayMode": "binary", | |
| "warnings": [ | |
| "`apple-touch-icon-precomposed` is out of date; `apple-touch-icon` is preferred." | |
| ] | |
| }, | |
| "splash-screen": { | |
| "id": "splash-screen", | |
| "title": "Is not configured for a custom splash screen", | |
| "description": "A themed splash screen ensures a high-quality experience when users launch your app from their homescreens. [Learn more](https://web.dev/splash-screen).", | |
| "score": 0, | |
| "scoreDisplayMode": "binary", | |
| "explanation": "Failures: No manifest was fetched.", | |
| "details": { | |
| "type": "debugdata", | |
| "items": [ | |
| { | |
| "failures": [ | |
| "No manifest was fetched" | |
| ], | |
| "isParseFailure": true, | |
| "parseFailureReason": "No manifest was fetched" | |
| } | |
| ] | |
| } | |
| }, | |
| "themed-omnibox": { | |
| "id": "themed-omnibox", | |
| "title": "Does not set a theme color for the address bar.", | |
| "description": "The browser address bar can be themed to match your site. [Learn more](https://web.dev/themed-omnibox).", | |
| "score": 0, | |
| "scoreDisplayMode": "binary", | |
| "explanation": "Failures: No manifest was fetched.", | |
| "details": { | |
| "type": "debugdata", | |
| "items": [ | |
| { | |
| "failures": [ | |
| "No manifest was fetched" | |
| ], | |
| "themeColor": "#549eff", | |
| "isParseFailure": true, | |
| "parseFailureReason": "No manifest was fetched" | |
| } | |
| ] | |
| } | |
| }, | |
| "maskable-icon": { | |
| "id": "maskable-icon", | |
| "title": "Manifest doesn't have a maskable icon", | |
| "description": "A maskable icon ensures that the image fills the entire shape without being letterboxed when installing the app on a device. [Learn more](https://web.dev/maskable-icon-audit/).", | |
| "score": 0, | |
| "scoreDisplayMode": "binary", | |
| "explanation": "No manifest was fetched" | |
| }, | |
| "content-width": { | |
| "id": "content-width", | |
| "title": "Content is sized correctly for the viewport", | |
| "description": "If the width of your app's content doesn't match the width of the viewport, your app might not be optimized for mobile screens. [Learn more](https://web.dev/content-width).", | |
| "score": 1, | |
| "scoreDisplayMode": "binary", | |
| "explanation": "" | |
| }, | |
| "image-aspect-ratio": { | |
| "id": "image-aspect-ratio", | |
| "title": "Displays images with correct aspect ratio", | |
| "description": "Image display dimensions should match natural aspect ratio. [Learn more](https://web.dev/image-aspect-ratio).", | |
| "score": 1, | |
| "scoreDisplayMode": "binary", | |
| "warnings": [], | |
| "details": { | |
| "type": "table", | |
| "headings": [], | |
| "items": [] | |
| } | |
| }, | |
| "image-size-responsive": { | |
| "id": "image-size-responsive", | |
| "title": "Displays images with appropriate size", | |
| "description": "Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. [Learn more](https://web.dev/image-size-responsive).", | |
| "score": 1, | |
| "scoreDisplayMode": "binary", | |
| "details": { | |
| "type": "table", | |
| "headings": [], | |
| "items": [] | |
| } | |
| }, | |
| "deprecations": { | |
| "id": "deprecations", | |
| "title": "Avoids deprecated APIs", | |
| "description": "Deprecated APIs will eventually be removed from the browser. [Learn more](https://web.dev/deprecations).", | |
| "score": 1, | |
| "scoreDisplayMode": "binary", | |
| "displayValue": "", | |
| "details": { | |
| "type": "table", | |
| "headings": [], | |
| "items": [] | |
| } | |
| }, | |
| "mainthread-work-breakdown": { | |
| "id": "mainthread-work-breakdown", | |
| "title": "Minimize main-thread work", | |
| "description": "Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. [Learn more](https://web.dev/mainthread-work-breakdown)", | |
| "score": 0.86, | |
| "scoreDisplayMode": "numeric", | |
| "numericValue": 2233.7639999999838, | |
| "numericUnit": "millisecond", | |
| "displayValue": "2.2 s", | |
| "details": { | |
| "type": "table", | |
| "headings": [ | |
| { | |
| "key": "groupLabel", | |
| "itemType": "text", | |
| "text": "Category" | |
| }, | |
| { | |
| "key": "duration", | |
| "itemType": "ms", | |
| "granularity": 1, | |
| "text": "Time Spent" | |
| } | |
| ], | |
| "items": [ | |
| { | |
| "group": "scriptEvaluation", | |
| "groupLabel": "Script Evaluation", | |
| "duration": 1450.451999999982 | |
| }, | |
| { | |
| "group": "other", | |
| "groupLabel": "Other", | |
| "duration": 474.868000000002 | |
| }, | |
| { | |
| "group": "scriptParseCompile", | |
| "groupLabel": "Script Parsing & Compilation", | |
| "duration": 156.832 | |
| }, | |
| { | |
| "group": "styleLayout", | |
| "groupLabel": "Style & Layout", | |
| "duration": 48.16399999999999 | |
| }, | |
| { | |
| "group": "garbageCollection", | |
| "groupLabel": "Garbage Collection", | |
| "duration": 39.77199999999998 | |
| }, | |
| { | |
| "group": "parseHTML", | |
| "groupLabel": "Parse HTML & CSS", | |
| "duration": 38.836 | |
| }, | |
| { | |
| "group": "paintCompositeRender", | |
| "groupLabel": "Rendering", | |
| "duration": 24.839999999999982 | |
| } | |
| ] | |
| } | |
| }, | |
| "bootup-time": { | |
| "id": "bootup-time", | |
| "title": "Reduce JavaScript execution time", | |
| "description": "Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn more](https://web.dev/bootup-time).", | |
| "score": 0.89, | |
| "scoreDisplayMode": "numeric", | |
| "numericValue": 1359.940000000006, | |
| "numericUnit": "millisecond", | |
| "displayValue": "1.4 s", | |
| "details": { | |
| "type": "table", | |
| "headings": [ | |
| { | |
| "key": "url", | |
| "itemType": "url", | |
| "text": "URL" | |
| }, | |
| { | |
| "key": "total", | |
| "granularity": 1, | |
| "itemType": "ms", | |
| "text": "Total CPU Time" | |
| }, | |
| { | |
| "key": "scripting", | |
| "granularity": 1, | |
| "itemType": "ms", | |
| "text": "Script Evaluation" | |
| }, | |
| { | |
| "key": "scriptParseCompile", | |
| "granularity": 1, | |
| "itemType": "ms", | |
| "text": "Script Parse" | |
| } | |
| ], | |
| "items": [ | |
| { | |
| "url": "https://dashboard.pusher.com/assets/logged-out-cd044cf6ad42a9222ddc861ecfd9d4a79ec16a33f366ce4a56e894bbb31c023e.js", | |
| "total": 487.8599999999982, | |
| "scripting": 459.2079999999982, | |
| "scriptParseCompile": 4.5600000000000005 | |
| }, | |
| { | |
| "url": "Unattributable", | |
| "total": 409.7800000000003, | |
| "scripting": 29.30799999999999, | |
| "scriptParseCompile": 1 | |
| }, | |
| { | |
| "url": "https://cdn.segment.com/analytics.js/v1/4zywpT0rowDQ9wSYZJACdy5XU50ef02O/analytics.min.js", | |
| "total": 302.42800000000733, | |
| "scripting": 267.2120000000073, | |
| "scriptParseCompile": 20.880000000000003 | |
| }, | |
| { | |
| "url": "https://dashboard.pusher.com/accounts/sign_in", | |
| "total": 158.3719999999999, | |
| "scripting": 30.95199999999995, | |
| "scriptParseCompile": 6.340000000000001 | |
| }, | |
| { | |
| "url": "https://connect.facebook.net/signals/config/602615083201368?v=2.9.24&r=stable", | |
| "total": 125.47600000000016, | |
| "scripting": 93.72800000000016, | |
| "scriptParseCompile": 21.288 | |
| }, | |
| { | |
| "url": "https://www.gstatic.com/recaptcha/releases/6TWYOsKNtRFaLeFqv5xN42-l/recaptcha__en.js", | |
| "total": 119.68799999999997, | |
| "scripting": 92.71199999999997, | |
| "scriptParseCompile": 18.876 | |
| }, | |
| { | |
| "url": "https://dashboard.pusher.com/packs/js/application-3b0d64bea6d3ada6b3db.js", | |
| "total": 103.06, | |
| "scripting": 63.90400000000001, | |
| "scriptParseCompile": 25.796 | |
| }, | |
| { | |
| "url": "https://d3qy0ae439eg67.cloudfront.net/cdn/da7ae6c0-9455-11ea-9b03-c97f7c5e49d9.js", | |
| "total": 72.88000000000001, | |
| "scripting": 63.34, | |
| "scriptParseCompile": 5.175999999999999 | |
| }, | |
| { | |
| "url": "https://www.google-analytics.com/gtm/js?id=GTM-57ZXZJL&cid=788390643.1581085558", | |
| "total": 57.28000000000002, | |
| "scripting": 50.41200000000003, | |
| "scriptParseCompile": 4.323999999999999 | |
| }, | |
| { | |
| "url": "https://www.googletagmanager.com/gtag/js?id=AW-955504922", | |
| "total": 55.0640000000002, | |
| "scripting": 42.876000000000204, | |
| "scriptParseCompile": 6.775999999999999 | |
| }, | |
| { | |
| "url": "https://www.google-analytics.com/analytics.js", | |
| "total": 53, | |
| "scripting": 48.4, | |
| "scriptParseCompile": 2.8720000000000003 | |
| } | |
| ], | |
| "summary": { | |
| "wastedMs": 1359.940000000006 | |
| } | |
| } | |
| }, | |
| "uses-rel-preload": { | |
| "id": "uses-rel-preload", | |
| "title": "Preload key requests", | |
| "description": "Consider using `<link rel=preload>` to prioritize fetching resources that are currently requested later in page load. [Learn more](https://web.dev/uses-rel-preload).", | |
| "score": 1, | |
| "scoreDisplayMode": "numeric", | |
| "numericValue": 0, | |
| "numericUnit": "millisecond", | |
| "displayValue": "", | |
| "details": { | |
| "type": "opportunity", | |
| "headings": [], | |
| "items": [], | |
| "overallSavingsMs": 0 | |
| } | |
| }, | |
| "uses-rel-preconnect": { | |
| "id": "uses-rel-preconnect", | |
| "title": "Preconnect to required origins", | |
| "description": "Consider adding `preconnect` or `dns-prefetch` resource hints to establish early connections to important third-party origins. [Learn more](https://web.dev/uses-rel-preconnect).", | |
| "score": 0.75, | |
| "scoreDisplayMode": "numeric", | |
| "numericValue": 300.06, | |
| "numericUnit": "millisecond", | |
| "displayValue": "Potential savings of 300 ms", | |
| "warnings": [], | |
| "details": { | |
| "type": "opportunity", | |
| "headings": [ | |
| { | |
| "key": "url", | |
| "valueType": "url", | |
| "label": "URL" | |
| }, | |
| { | |
| "key": "wastedMs", | |
| "valueType": "timespanMs", | |
| "label": "Potential Savings" | |
| } | |
| ], | |
| "items": [ | |
| { | |
| "url": "https://www.google.com", | |
| "wastedMs": 300.06 | |
| }, | |
| { | |
| "url": "https://www.google.co.uk", | |
| "wastedMs": 300.0594 | |
| }, | |
| { | |
| "url": "https://googleads.g.doubleclick.net", | |
| "wastedMs": 300.0504 | |
| }, | |
| { | |
| "url": "https://fonts.gstatic.com", | |
| "wastedMs": 300.0024 | |
| } | |
| ], | |
| "overallSavingsMs": 300.06 | |
| } | |
| }, | |
| "font-display": { | |
| "id": "font-display", | |
| "title": "Ensure text remains visible during webfont load", | |
| "description": "Leverage the font-display CSS feature to ensure text is user-visible while webfonts are loading. [Learn more](https://web.dev/font-display).", | |
| "score": 0, | |
| "scoreDisplayMode": "binary", | |
| "warnings": [ | |
| "Lighthouse was unable to automatically check the font-display value for the following URL: https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2.", | |
| "Lighthouse was unable to automatically check the font-display value for the following URL: https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2.", | |
| "Lighthouse was unable to automatically check the font-display value for the following URL: https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2.", | |
| "Lighthouse was unable to automatically check the font-display value for the following URL: https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2.", | |
| "Lighthouse was unable to automatically check the font-display value for the following URL: https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmYUtfBBc4AMP6lQ.woff2." | |
| ], | |
| "details": { | |
| "type": "table", | |
| "headings": [ | |
| { | |
| "key": "url", | |
| "itemType": "url", | |
| "text": "URL" | |
| }, | |
| { | |
| "key": "wastedMs", | |
| "itemType": "ms", | |
| "text": "Potential Savings" | |
| } | |
| ], | |
| "items": [ | |
| { | |
| "url": "https://d1sxenc8w1ds8y.cloudfront.net/fonts/maisonneue-semibold-webfont.woff2", | |
| "wastedMs": 13.562000007368624 | |
| }, | |
| { | |
| "url": "https://d1sxenc8w1ds8y.cloudfront.net/fonts/maisonneue-medium-webfont.woff2", | |
| "wastedMs": 29.431000002659857 | |
| } | |
| ] | |
| } | |
| }, | |
| "diagnostics": { | |
| "id": "diagnostics", | |
| "title": "Diagnostics", | |
| "description": "Collection of useful page vitals.", | |
| "score": null, | |
| "scoreDisplayMode": "informative", | |
| "details": { | |
| "type": "debugdata", | |
| "items": [ | |
| { | |
| "numRequests": 67, | |
| "numScripts": 30, | |
| "numStylesheets": 3, | |
| "numFonts": 7, | |
| "numTasks": 1158, | |
| "numTasksOver10ms": 11, | |
| "numTasksOver25ms": 5, | |
| "numTasksOver50ms": 3, | |
| "numTasksOver100ms": 0, | |
| "numTasksOver500ms": 0, | |
| "rtt": 0.017799999999999996, | |
| "throughput": 26855853.72285608, | |
| "maxRtt": 0.0851, | |
| "maxServerLatency": 359.4293, | |
| "totalByteWeight": 1371708, | |
| "totalTaskTime": 558.440999999999, | |
| "mainDocumentTransferSize": 11588 | |
| } | |
| ] | |
| } | |
| }, | |
| "network-requests": { | |
| "id": "network-requests", | |
| "title": "Network Requests", | |
| "description": "Lists the network requests that were made during page load.", | |
| "score": null, | |
| "scoreDisplayMode": "informative", | |
| "details": { | |
| "type": "table", | |
| "headings": [ | |
| { | |
| "key": "url", | |
| "itemType": "url", | |
| "text": "URL" | |
| }, | |
| { | |
| "key": "startTime", | |
| "itemType": "ms", | |
| "granularity": 1, | |
| "text": "Start Time" | |
| }, | |
| { | |
| "key": "endTime", | |
| "itemType": "ms", | |
| "granularity": 1, | |
| "text": "End Time" | |
| }, | |
| { | |
| "key": "transferSize", | |
| "itemType": "bytes", | |
| "displayUnit": "kb", | |
| "granularity": 1, | |
| "text": "Transfer Size" | |
| }, | |
| { | |
| "key": "resourceSize", | |
| "itemType": "bytes", | |
| "displayUnit": "kb", | |
| "granularity": 1, | |
| "text": "Resource Size" | |
| }, | |
| { | |
| "key": "statusCode", | |
| "itemType": "text", | |
| "text": "Status Code" | |
| }, | |
| { | |
| "key": "mimeType", | |
| "itemType": "text", | |
| "text": "MIME Type" | |
| }, | |
| { | |
| "key": "resourceType", | |
| "itemType": "text", | |
| "text": "Resource Type" | |
| } | |
| ], | |
| "items": [ | |
| { | |
| "url": "https://dashboard.pusher.com/accounts/sign_in", | |
| "startTime": 0, | |
| "endTime": 362.1230000280775, | |
| "finished": true, | |
| "transferSize": 11588, | |
| "resourceSize": 57756, | |
| "statusCode": 200, | |
| "mimeType": "text/html", | |
| "resourceType": "Document" | |
| }, | |
| { | |
| "url": "https://d3qy0ae439eg67.cloudfront.net/cdn/da7ae6c0-9455-11ea-9b03-c97f7c5e49d9.js", | |
| "startTime": 384.85100003890693, | |
| "endTime": 399.5160000049509, | |
| "finished": true, | |
| "transferSize": 73555, | |
| "resourceSize": 257108, | |
| "statusCode": 200, | |
| "mimeType": "application/javascript", | |
| "resourceType": "Script" | |
| }, | |
| { | |
| "url": "https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js", | |
| "startTime": 391.6540000354871, | |
| "endTime": 405.4400000022724, | |
| "finished": true, | |
| "transferSize": 60146, | |
| "resourceSize": 171156, | |
| "statusCode": 200, | |
| "mimeType": "text/javascript", | |
| "resourceType": "Script" | |
| }, | |
| { | |
| "url": "https://dashboard.pusher.com/assets/logged-out-cd044cf6ad42a9222ddc861ecfd9d4a79ec16a33f366ce4a56e894bbb31c023e.js", | |
| "startTime": 392.1350000309758, | |
| "endTime": 747.6599999936298, | |
| "finished": true, | |
| "transferSize": 39020, | |
| "resourceSize": 128556, | |
| "statusCode": 200, | |
| "mimeType": "application/javascript", | |
| "resourceType": "Script" | |
| }, | |
| { | |
| "url": "https://dashboard.pusher.com/packs/css/application-51f3e994.css", | |
| "startTime": 392.76600000448525, | |
| "endTime": 782.86100004334, | |
| "finished": true, | |
| "transferSize": 22616, | |
| "resourceSize": 344674, | |
| "statusCode": 200, | |
| "mimeType": "text/css", | |
| "resourceType": "Stylesheet" | |
| }, | |
| { | |
| "url": "https://dashboard.pusher.com/packs/js/application-3b0d64bea6d3ada6b3db.js", | |
| "startTime": 393.5219999984838, | |
| "endTime": 1086.4630000432953, | |
| "finished": true, | |
| "transferSize": 183380, | |
| "resourceSize": 1418598, | |
| "statusCode": 200, | |
| "mimeType": "application/javascript", | |
| "resourceType": "Script" | |
| }, | |
| { | |
| "url": "https://www.google.com/recaptcha/api.js", | |
| "startTime": 785.1319999899715, | |
| "endTime": 807.8830000013113, | |
| "finished": true, | |
| "transferSize": 681, | |
| "resourceSize": 1472, | |
| "statusCode": 200, | |
| "mimeType": "text/javascript", | |
| "resourceType": "Script" | |
| }, | |
| { | |
| "url": "https://api.segment.io/v1/t", | |
| "startTime": 414.0320000005886, | |
| "endTime": 568.1920000351965, | |
| "finished": true, | |
| "transferSize": 170, | |
| "resourceSize": 42, | |
| "statusCode": 200, | |
| "mimeType": "application/json", | |
| "resourceType": "Fetch" | |
| }, | |
| { | |
| "url": "https://cdn.segment.com/analytics.js/v1/4zywpT0rowDQ9wSYZJACdy5XU50ef02O/analytics.min.js", | |
| "startTime": 811.5560000296682, | |
| "endTime": 831.2990000122227, | |
| "finished": true, | |
| "transferSize": 79553, | |
| "resourceSize": 812684, | |
| "statusCode": 200, | |
| "mimeType": "text/javascript", | |
| "resourceType": "Script" | |
| }, | |
| { | |
| "url": "https://d3qy0ae439eg67.cloudfront.net/count", | |
| "startTime": 576.2200000463054, | |
| "endTime": 767.4620000179857, | |
| "finished": true, | |
| "transferSize": 345, | |
| "resourceSize": 36, | |
| "statusCode": 200, | |
| "mimeType": "application/json", | |
| "resourceType": "Fetch" | |
| }, | |
| { | |
| "url": "https://static.hotjar.com/c/hotjar-34597208057070230.js?sv=6", | |
| "startTime": 891.9230000465177, | |
| "endTime": 907.2560000349768, | |
| "finished": true, | |
| "transferSize": 351, | |
| "resourceSize": 0, | |
| "statusCode": 200, | |
| "mimeType": "application/javascript", | |
| "resourceType": "Script" | |
| }, | |
| { | |
| "url": "https://api.segment.io/v1/p", | |
| "startTime": 902.7060000225902, | |
| "endTime": 1056.3290000427514, | |
| "finished": true, | |
| "transferSize": 105, | |
| "resourceSize": 42, | |
| "statusCode": 200, | |
| "mimeType": "application/json", | |
| "resourceType": "XHR" | |
| }, | |
| { | |
| "url": "https://snap.licdn.com/li.lms-analytics/insight.min.js", | |
| "startTime": 924.1760000004433, | |
| "endTime": 933.6260000127368, | |
| "finished": true, | |
| "transferSize": 760, | |
| "resourceSize": 1930, | |
| "statusCode": 200, | |
| "mimeType": "application/x-javascript", | |
| "resourceType": "Script" | |
| }, | |
| { | |
| "url": "https://www.googletagmanager.com/gtag/js?id=AW-955504922", | |
| "startTime": 935.5370000121184, | |
| "endTime": 960.2700000395998, | |
| "finished": true, | |
| "transferSize": 71466, | |
| "resourceSize": 180642, | |
| "statusCode": 200, | |
| "mimeType": "application/javascript", | |
| "resourceType": "Script" | |
| }, | |
| { | |
| "url": "https://js.hs-analytics.net/analytics/1600683000000/6428535.js", | |
| "startTime": 967.562000034377, | |
| "endTime": 988.2760000182316, | |
| "finished": true, | |
| "transferSize": 36377, | |
| "resourceSize": 121862, | |
| "statusCode": 200, | |
| "mimeType": "text/javascript", | |
| "resourceType": "Script" | |
| }, | |
| { | |
| "url": "https://public.profitwell.com/js/profitwell.js?auth=e4582077950e8f4ef75f72a4ef8b61a3", | |
| "startTime": 992.1559999929741, | |
| "endTime": 1009.0940000372939, | |
| "finished": true, | |
| "transferSize": 15166, | |
| "resourceSize": 93300, | |
| "statusCode": 200, | |
| "mimeType": "application/x-javascript", | |
| "resourceType": "Script" | |
| }, | |
| { | |
| "url": "https://connect.facebook.net/en_US/fbevents.js", | |
| "startTime": 1012.0710000046529, | |
| "endTime": 1026.8379999906756, | |
| "finished": true, | |
| "transferSize": 34465, | |
| "resourceSize": 275498, | |
| "statusCode": 200, | |
| "mimeType": "application/x-javascript", | |
| "resourceType": "Script" | |
| }, | |
| { | |
| "url": "https://www.google-analytics.com/analytics.js", | |
| "startTime": 1031.8870000191964, | |
| "endTime": 1043.139000015799, | |
| "finished": true, | |
| "transferSize": 18719, | |
| "resourceSize": 92978, | |
| "statusCode": 200, | |
| "mimeType": "text/javascript", | |
| "resourceType": "Script" | |
| }, | |
| { | |
| "url": "https://snap.licdn.com/li.lms-analytics/insight.old.min.js", | |
| "startTime": 1047.6570000173524, | |
| "endTime": 1065.9280000254512, | |
| "finished": true, | |
| "transferSize": 1890, | |
| "resourceSize": 7156, | |
| "statusCode": 200, | |
| "mimeType": "application/x-javascript", | |
| "resourceType": "Script" | |
| }, | |
| { | |
| "url": "https://www.googleadservices.com/pagead/conversion_async.js", | |
| "startTime": 1067.7120000473224, | |
| "endTime": 1086.2320000305772, | |
| "finished": true, | |
| "transferSize": 11401, | |
| "resourceSize": 60148, | |
| "statusCode": 200, | |
| "mimeType": "text/javascript", | |
| "resourceType": "Script" | |
| }, | |
| { | |
| "url": "https://connect.facebook.net/signals/plugins/identity.js?v=2.9.24", | |
| "startTime": 1089.1350000165403, | |
| "endTime": 1101.0590000078082, | |
| "finished": true, | |
| "transferSize": 10883, | |
| "resourceSize": 87318, | |
| "statusCode": 200, | |
| "mimeType": "application/x-javascript", | |
| "resourceType": "Script" | |
| }, | |
| { | |
| "url": "https://connect.facebook.net/signals/config/602615083201368?v=2.9.24&r=stable", | |
| "startTime": 1099.0469999960624, | |
| "endTime": 1153.7710000411607, | |
| "finished": true, | |
| "transferSize": 135047, | |
| "resourceSize": 1072836, | |
| "statusCode": 200, | |
| "mimeType": "application/x-javascript", | |
| "resourceType": "Script" | |
| }, | |
| { | |
| "url": "https://www.google-analytics.com/plugins/ua/linkid.js", | |
| "startTime": 1129.4370000250638, | |
| "endTime": 1139.1029999940656, | |
| "finished": true, | |
| "transferSize": 887, | |
| "resourceSize": 3138, | |
| "statusCode": 200, | |
| "mimeType": "text/javascript", | |
| "resourceType": "Script" | |
| }, | |
| { | |
| "url": "https://www.google-analytics.com/gtm/js?id=GTM-57ZXZJL&cid=788390643.1581085558", | |
| "startTime": 1129.947000008542, | |
| "endTime": 1162.8030000138097, | |
| "finished": true, | |
| "transferSize": 35342, | |
| "resourceSize": 160254, | |
| "statusCode": 200, | |
| "mimeType": "application/javascript", | |
| "resourceType": "Script" | |
| }, | |
| { | |
| "url": "https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=1243985&url=https%3A%2F%2Fdashboard.pusher.com%2Faccounts%2Fsign_in&time=1600682962789", | |
| "startTime": 1130.256000033114, | |
| "endTime": 1288.421000004746, | |
| "finished": true, | |
| "transferSize": 63, | |
| "resourceSize": 0, | |
| "statusCode": 200, | |
| "mimeType": "application/javascript", | |
| "resourceType": "Image" | |
| }, | |
| { | |
| "url": "https://d3qy0ae439eg67.cloudfront.net/count", | |
| "startTime": 1084.2200000188313, | |
| "endTime": 1295.036000024993, | |
| "finished": true, | |
| "transferSize": 345, | |
| "resourceSize": 36, | |
| "statusCode": 200, | |
| "mimeType": "application/json", | |
| "resourceType": "Fetch" | |
| }, | |
| { | |
| "url": "https://googleads.g.doubleclick.net/pagead/viewthroughconversion/955504922/?random=1600682962812&cv=9&fst=1600682962812&num=1&bg=ffffff&guid=ON&resp=GooglemKTybQhCsO&u_h=640&u_w=360&u_ah=640&u_aw=360&u_cd=24&u_his=10&u_tz=60&u_java=false&u_nplug=0&u_nmime=0>m=2oa990&sendb=1&ig=1&data=event%3Dgtag.config&frm=0&url=https%3A%2F%2Fdashboard.pusher.com%2Faccounts%2Fsign_in&tiba=Sign%20in%20-%20Pusher&hn=www.googleadservices.com&async=1&rfmt=3&fmt=4", | |
| "startTime": 1130.7789999991655, | |
| "endTime": 1158.0360000371002, | |
| "finished": true, | |
| "transferSize": 1107, | |
| "resourceSize": 4478, | |
| "statusCode": 200, | |
| "mimeType": "text/javascript", | |
| "resourceType": "Script" | |
| }, | |
| { | |
| "url": "https://www.googleadservices.com/pagead/conversion/955504922/?random=1600682962815&cv=9&fst=1600682962815&num=1&label=home&bg=ffffff&guid=ON&resp=GooglemKTybQhCsO&u_h=640&u_w=360&u_ah=640&u_aw=360&u_cd=24&u_his=10&u_tz=60&u_java=false&u_nplug=0&u_nmime=0>m=2oa990&sendb=1&ig=1&data=event%3Dconversion%3Bname%3DView%20Sign%20in%20Page%3Btitle%3DSign%20in%20-%20%20Pusher%3Bpath%3D%2Faccounts%2Fsign_in%3Breferrer%3D%3Burl%3Dhttps%3A%2F%2Fdashboard.pusher.com%2Faccounts%2Fsign_in%3Bsearch%3D&frm=0&url=https%3A%2F%2Fdashboard.pusher.com%2Faccounts%2Fsign_in&tiba=Sign%20in%20-%20Pusher&hn=www.googleadservices.com&async=1&rfmt=3&fmt=4", | |
| "startTime": 1131.7690000287257, | |
| "endTime": 1151.0980000020936, | |
| "finished": true, | |
| "transferSize": 1209, | |
| "resourceSize": 3880, | |
| "statusCode": 200, | |
| "mimeType": "text/javascript", | |
| "resourceType": "Script" | |
| }, | |
| { | |
| "url": "https://d1sxenc8w1ds8y.cloudfront.net/fonts/maisonneue-semibold-webfont.woff2", | |
| "startTime": 1147.3640000331216, | |
| "endTime": 1160.9260000404902, | |
| "finished": true, | |
| "transferSize": 20986, | |
| "resourceSize": 40928, | |
| "statusCode": 200, | |
| "mimeType": "binary/octet-stream", | |
| "resourceType": "Font" | |
| }, | |
| { | |
| "url": "https://d1sxenc8w1ds8y.cloudfront.net/fonts/maisonneue-medium-webfont.woff2", | |
| "startTime": 1147.8120000101626, | |
| "endTime": 1177.2430000128224, | |
| "finished": true, | |
| "transferSize": 486, | |
| "resourceSize": 40528, | |
| "statusCode": 200, | |
| "mimeType": "binary/octet-stream", | |
| "resourceType": "Font" | |
| }, | |
| { | |
| "url": "https://www.gstatic.com/recaptcha/releases/6TWYOsKNtRFaLeFqv5xN42-l/recaptcha__en.js", | |
| "startTime": 1151.534000004176, | |
| "endTime": 1204.3940000003204, | |
| "finished": true, | |
| "transferSize": 346368, | |
| "resourceSize": 692234, | |
| "statusCode": 200, | |
| "mimeType": "text/javascript", | |
| "resourceType": "Script" | |
| }, | |
| { | |
| "url": "https://googleads.g.doubleclick.net/pagead/viewthroughconversion/955504922/?random=2090929588&cv=9&fst=*&num=1&label=home&bg=ffffff&guid=ON&resp=GooglemKTybQhCsO&u_h=640&u_w=360&u_ah=640&u_aw=360&u_cd=24&u_his=10&u_tz=60&u_java=false&u_nplug=0&u_nmime=0>m=2oa990&sendb=1&ig=1&data=event%3Dconversion%3Bname%3DView%20Sign%20in%20Page%3Btitle%3DSign%20in%20-%20%20Pusher%3Bpath%3D%2Faccounts%2Fsign_in%3Breferrer%3D%3Burl%3Dhttps%3A%2F%2Fdashboard.pusher.com%2Faccounts%2Fsign_in%3Bsearch%3D&frm=0&url=https://dashboard.pusher.com/accounts/sign_in&tiba=Sign%20in%20-%20Pusher&hn=www.googleadservices.com&async=1&fmt=3&ctc_id=CAIVAgAAAB0CAAAA&ct_cookie_present=false&ocp_id=0ntoX8OpNNTD1wbD0JGABQ&sscte=1&crd=", | |
| "startTime": 1162.0439999969676, | |
| "endTime": 1252.7020000270568, | |
| "finished": true, | |
| "transferSize": 1404, | |
| "resourceSize": 0, | |
| "statusCode": 302, | |
| "mimeType": "image/gif" | |
| }, | |
| { | |
| "url": "https://www.google.com/pagead/1p-user-list/955504922/?random=1600682962812&cv=9&fst=1600682400000&num=1&bg=ffffff&guid=ON&u_h=640&u_w=360&u_ah=640&u_aw=360&u_cd=24&u_his=10&u_tz=60&u_java=false&u_nplug=0&u_nmime=0>m=2oa990&sendb=1&data=event%3Dgtag.config&frm=0&url=https%3A%2F%2Fdashboard.pusher.com%2Faccounts%2Fsign_in&tiba=Sign%20in%20-%20Pusher&async=1&fmt=3&is_vtc=1&random=2337890587&resp=GooglemKTybQhCsO&rmt_tld=0&ipr=y", | |
| "startTime": 1165.2040000190027, | |
| "endTime": 1207.4610000126995, | |
| "finished": true, | |
| "transferSize": 46, | |
| "resourceSize": 84, | |
| "statusCode": 200, | |
| "mimeType": "image/gif", | |
| "resourceType": "Image" | |
| }, | |
| { | |
| "url": "https://www.google.co.uk/pagead/1p-user-list/955504922/?random=1600682962812&cv=9&fst=1600682400000&num=1&bg=ffffff&guid=ON&u_h=640&u_w=360&u_ah=640&u_aw=360&u_cd=24&u_his=10&u_tz=60&u_java=false&u_nplug=0&u_nmime=0>m=2oa990&sendb=1&data=event%3Dgtag.config&frm=0&url=https%3A%2F%2Fdashboard.pusher.com%2Faccounts%2Fsign_in&tiba=Sign%20in%20-%20Pusher&async=1&fmt=3&is_vtc=1&random=2337890587&resp=GooglemKTybQhCsO&rmt_tld=1&ipr=y", | |
| "startTime": 1166.224000044167, | |
| "endTime": 1206.4100000425242, | |
| "finished": true, | |
| "transferSize": 47, | |
| "resourceSize": 84, | |
| "statusCode": 200, | |
| "mimeType": "image/gif", | |
| "resourceType": "Image" | |
| }, | |
| { | |
| "url": "https://www.google-analytics.com/collect?v=1&_v=j86&a=534670958&t=pageview&_s=1&dl=https%3A%2F%2Fdashboard.pusher.com%2Faccounts%2Fsign_in&dp=%2Faccounts%2Fsign_in&ul=en&de=UTF-8&dt=Sign%20in%20-%20%20Pusher&sd=24-bit&sr=360x640&vp=980x1742&je=0&_u=SCCAgEAjQ~&jid=&gjid=&cid=788390643.1581085558&uid=713044&tid=UA-59859803-1&_gid=1006970597.1600682959&z=979802884", | |
| "startTime": 1184.3450000160374, | |
| "endTime": 1205.407000030391, | |
| "finished": true, | |
| "transferSize": 27, | |
| "resourceSize": 70, | |
| "statusCode": 200, | |
| "mimeType": "image/gif", | |
| "resourceType": "Image" | |
| }, | |
| { | |
| "url": "https://www.facebook.com/tr/?id=602615083201368&ev=PageView&dl=https%3A%2F%2Fdashboard.pusher.com%2Faccounts%2Fsign_in&rl=&if=false&ts=1600682962932&sw=360&sh=640&v=2.9.24&r=stable&a=seg&ec=0&o=30&fbp=fb.1.1591716083349.1558006463&it=1600682962762&coo=false&dpo=LDU&dpoco=0&dpost=0&rqm=GET", | |
| "startTime": 1213.7940000393428, | |
| "endTime": 1222.5160000380129, | |
| "finished": true, | |
| "transferSize": 93, | |
| "resourceSize": 88, | |
| "statusCode": 200, | |
| "mimeType": "image/gif", | |
| "resourceType": "Image" | |
| }, | |
| { | |
| "url": "https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LcJx9sUAAAAALkEBnK5ivqU506vTEjHXBwejA0e&co=aHR0cHM6Ly9kYXNoYm9hcmQucHVzaGVyLmNvbTo0NDM.&hl=en&v=6TWYOsKNtRFaLeFqv5xN42-l&size=invisible&cb=fo0qw3rtqjgb", | |
| "startTime": 1253.6229999968782, | |
| "endTime": 1289.5550000248477, | |
| "finished": true, | |
| "transferSize": 10889, | |
| "resourceSize": 21454, | |
| "statusCode": 200, | |
| "mimeType": "text/html", | |
| "resourceType": "Document" | |
| }, | |
| { | |
| "url": "https://googleads.g.doubleclick.net/pagead/viewthroughconversion/955504922/?random=2090929588&cv=9&fst=*&num=1&label=home&bg=ffffff&guid=ON&resp=GooglemKTybQhCsO&u_h=640&u_w=360&u_ah=640&u_aw=360&u_cd=24&u_his=10&u_tz=60&u_java=false&u_nplug=0&u_nmime=0>m=2oa990&sendb=1&ig=1&data=event%3Dconversion%3Bname%3DView%20Sign%20in%20Page%3Btitle%3DSign%20in%20-%20%20Pusher%3Bpath%3D%2Faccounts%2Fsign_in%3Breferrer%3D%3Burl%3Dhttps%3A%2F%2Fdashboard.pusher.com%2Faccounts%2Fsign_in%3Bsearch%3D&frm=0&url=https://dashboard.pusher.com/accounts/sign_in&tiba=Sign%20in%20-%20Pusher&hn=www.googleadservices.com&async=1&fmt=3&ctc_id=CAIVAgAAAB0CAAAA&ct_cookie_present=false&ocp_id=0ntoX8OpNNTD1wbD0JGABQ&sscte=1&crd=", | |
| "startTime": 1162.0439999969676, | |
| "endTime": 1252.7359999949113, | |
| "finished": true, | |
| "transferSize": 1404, | |
| "resourceSize": 0, | |
| "statusCode": 302, | |
| "mimeType": "image/gif" | |
| }, | |
| { | |
| "url": "https://www.google.com/pagead/1p-conversion/955504922/?random=2090929588&cv=9&fst=*&num=1&label=home&bg=ffffff&guid=ON&resp=GooglemKTybQhCsO&u_h=640&u_w=360&u_ah=640&u_aw=360&u_cd=24&u_his=10&u_tz=60&u_java=false&u_nplug=0&u_nmime=0>m=2oa990&sendb=1&ig=1&data=event%3Dconversion%3Bname%3DView%20Sign%20in%20Page%3Btitle%3DSign%20in%20-%20%20Pusher%3Bpath%3D%2Faccounts%2Fsign_in%3Breferrer%3D%3Burl%3Dhttps%3A%2F%2Fdashboard.pusher.com%2Faccounts%2Fsign_in%3Bsearch%3D&frm=0&url=https://dashboard.pusher.com/accounts/sign_in&tiba=Sign%20in%20-%20Pusher&hn=www.googleadservices.com&async=1&fmt=3&ctc_id=CAIVAgAAAB0CAAAA&ct_cookie_present=false&sscte=1&crd=&is_vtc=1&ocp_id=0ntoX8OpNNTD1wbD0JGABQ&cid=CAQSKQCNIrLMOM1PksqXLh2tWcCc3UaqI-SpJ9RUgBQx12rXqptowtx85sj5&random=1056863011&resp=GooglemKTybQhCsO", | |
| "startTime": 1254.698000033386, | |
| "endTime": 1293.2359999977052, | |
| "finished": true, | |
| "transferSize": 705, | |
| "resourceSize": 0, | |
| "statusCode": 302, | |
| "mimeType": "image/gif" | |
| }, | |
| { | |
| "url": "https://www.google.com/pagead/1p-conversion/955504922/?random=2090929588&cv=9&fst=*&num=1&label=home&bg=ffffff&guid=ON&resp=GooglemKTybQhCsO&u_h=640&u_w=360&u_ah=640&u_aw=360&u_cd=24&u_his=10&u_tz=60&u_java=false&u_nplug=0&u_nmime=0>m=2oa990&sendb=1&ig=1&data=event%3Dconversion%3Bname%3DView%20Sign%20in%20Page%3Btitle%3DSign%20in%20-%20%20Pusher%3Bpath%3D%2Faccounts%2Fsign_in%3Breferrer%3D%3Burl%3Dhttps%3A%2F%2Fdashboard.pusher.com%2Faccounts%2Fsign_in%3Bsearch%3D&frm=0&url=https://dashboard.pusher.com/accounts/sign_in&tiba=Sign%20in%20-%20Pusher&hn=www.googleadservices.com&async=1&fmt=3&ctc_id=CAIVAgAAAB0CAAAA&ct_cookie_present=false&sscte=1&crd=&is_vtc=1&ocp_id=0ntoX8OpNNTD1wbD0JGABQ&cid=CAQSKQCNIrLMOM1PksqXLh2tWcCc3UaqI-SpJ9RUgBQx12rXqptowtx85sj5&random=1056863011&resp=GooglemKTybQhCsO", | |
| "startTime": 1254.698000033386, | |
| "endTime": 1293.2710000313818, | |
| "finished": true, | |
| "transferSize": 705, | |
| "resourceSize": 0, | |
| "statusCode": 302, | |
| "mimeType": "image/gif" | |
| }, | |
| { | |
| "url": "https://www.google.co.uk/pagead/1p-conversion/955504922/?random=2090929588&cv=9&fst=*&num=1&label=home&bg=ffffff&guid=ON&resp=GooglemKTybQhCsO&u_h=640&u_w=360&u_ah=640&u_aw=360&u_cd=24&u_his=10&u_tz=60&u_java=false&u_nplug=0&u_nmime=0>m=2oa990&sendb=1&ig=1&data=event%3Dconversion%3Bname%3DView%20Sign%20in%20Page%3Btitle%3DSign%20in%20-%20%20Pusher%3Bpath%3D%2Faccounts%2Fsign_in%3Breferrer%3D%3Burl%3Dhttps%3A%2F%2Fdashboard.pusher.com%2Faccounts%2Fsign_in%3Bsearch%3D&frm=0&url=https://dashboard.pusher.com/accounts/sign_in&tiba=Sign%20in%20-%20Pusher&hn=www.googleadservices.com&async=1&fmt=3&ctc_id=CAIVAgAAAB0CAAAA&ct_cookie_present=false&sscte=1&crd=&is_vtc=1&ocp_id=0ntoX8OpNNTD1wbD0JGABQ&cid=CAQSKQCNIrLMOM1PksqXLh2tWcCc3UaqI-SpJ9RUgBQx12rXqptowtx85sj5&random=1056863011&resp=GooglemKTybQhCsO&ipr=y&ezwbk=AZuM4hAaSEvUoPjfRayeBTNah9XT-dkP_01BBfpZiT5uTPqOom96tKhABIxUW1B7-kf1FrBmIzko06b7gnIRSeX_fc2a", | |
| "startTime": 1296.1990000330843, | |
| "endTime": 1364.8960000136867, | |
| "finished": true, | |
| "transferSize": 538, | |
| "resourceSize": 84, | |
| "statusCode": 200, | |
| "mimeType": "image/gif", | |
| "resourceType": "Image" | |
| }, | |
| { | |
| "url": "https://www.gstatic.com/recaptcha/releases/6TWYOsKNtRFaLeFqv5xN42-l/styles__ltr.css", | |
| "startTime": 1308.636000030674, | |
| "endTime": 1321.3509999914095, | |
| "finished": true, | |
| "transferSize": 25330, | |
| "resourceSize": 50696, | |
| "statusCode": 200, | |
| "mimeType": "text/css", | |
| "resourceType": "Stylesheet" | |
| }, | |
| { | |
| "url": "https://www.gstatic.com/recaptcha/releases/6TWYOsKNtRFaLeFqv5xN42-l/recaptcha__en.js", | |
| "startTime": 1309.5300000277348, | |
| "endTime": 1311.040000000503, | |
| "finished": true, | |
| "transferSize": 0, | |
| "resourceSize": 346117, | |
| "statusCode": 200, | |
| "mimeType": "text/javascript", | |
| "resourceType": "Script" | |
| }, | |
| { | |
| "url": "https://www.google.com/js/bg/dvDKLY21EpsggPpYe7mLhx2vZ59WAsI8UCV0Rb2v1fM.js", | |
| "startTime": 1358.3310000249185, | |
| "endTime": 1370.667000010144, | |
| "finished": true, | |
| "transferSize": 6199, | |
| "resourceSize": 13837, | |
| "statusCode": 200, | |
| "mimeType": "text/javascript", | |
| "resourceType": "Script" | |
| }, | |
| { | |
| "url": "https://www.gstatic.com/recaptcha/api2/logo_48.png", | |
| "startTime": 1377.528999990318, | |
| "endTime": 1386.2289999960922, | |
| "finished": true, | |
| "transferSize": 2255, | |
| "resourceSize": 2228, | |
| "statusCode": 200, | |
| "mimeType": "image/png", | |
| "resourceType": "Image" | |
| }, | |
| { | |
| "url": "https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2", | |
| "startTime": 1444.8360000387765, | |
| "endTime": 1454.3410000042059, | |
| "finished": true, | |
| "transferSize": 10810, | |
| "resourceSize": 10748, | |
| "statusCode": 200, | |
| "mimeType": "font/woff2", | |
| "resourceType": "Font" | |
| }, | |
| { | |
| "url": "https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2", | |
| "startTime": 1445.4060000134632, | |
| "endTime": 1455.0330000347458, | |
| "finished": true, | |
| "transferSize": 10850, | |
| "resourceSize": 10788, | |
| "statusCode": 200, | |
| "mimeType": "font/woff2", | |
| "resourceType": "Font" | |
| }, | |
| { | |
| "url": "https://www.google.com/recaptcha/api2/webworker.js?hl=en&v=6TWYOsKNtRFaLeFqv5xN42-l", | |
| "startTime": 1442.4020000151359, | |
| "endTime": 1465.7630000147037, | |
| "finished": true, | |
| "transferSize": 263, | |
| "resourceSize": 102, | |
| "statusCode": 200, | |
| "mimeType": "text/javascript", | |
| "resourceType": "Other" | |
| }, | |
| { | |
| "url": "https://js.hs-scripts.com/6428535.js", | |
| "startTime": 1516.4690000237897, | |
| "endTime": 1640.700000047218, | |
| "finished": true, | |
| "transferSize": 648, | |
| "resourceSize": 1586, | |
| "statusCode": 200, | |
| "mimeType": "application/javascript", | |
| "resourceType": "Script" | |
| }, | |
| { | |
| "url": "https://track.hubspot.com/__ptq.gif?k=1&sd=360x640&cd=24-bit&cs=UTF-8&ln=en&bfp=2340306491&v=1.1&a=6428535&pu=https%3A%2F%2Fdashboard.pusher.com%2Faccounts%2Fsign_in&t=Sign+in+-+Pusher&cts=1600682963234&vi=b4a58aef52a92c29b729bcb161ecc6d7&nc=false&u=102608030.b4a58aef52a92c29b729bcb161ecc6d7.1581085538275.1600354255974.1600682960233.28&b=102608030.1.1600682960233&ce=false", | |
| "startTime": 1517.1040000277571, | |
| "endTime": 1552.6660000323318, | |
| "finished": true, | |
| "transferSize": 194, | |
| "resourceSize": 90, | |
| "statusCode": 200, | |
| "mimeType": "image/gif", | |
| "resourceType": "Image" | |
| }, | |
| { | |
| "url": "https://js-agent.newrelic.com/nr-1177.min.js", | |
| "startTime": 1517.9639999987558, | |
| "endTime": 1530.4510000278242, | |
| "finished": true, | |
| "transferSize": 20913, | |
| "resourceSize": 54992, | |
| "statusCode": 200, | |
| "mimeType": "application/javascript", | |
| "resourceType": "Script" | |
| }, | |
| { | |
| "url": "https://bam.nr-data.net/1/08e69e5ff0?a=10159516&v=1177.96a4d39&to=IVcIEUFcXVVQRRtABBFLDwpdQB5XUEA%3D&rst=1539&ck=1&ref=https://dashboard.pusher.com/accounts/sign_in&qt=2&ap=14&be=1130&fe=1520&dc=1149&perf=%7B%22timing%22:%7B%22of%22:1600682961717,%22n%22:0,%22f%22:1,%22dn%22:1,%22dne%22:1,%22c%22:1,%22ce%22:1,%22rq%22:4,%22rp%22:363,%22rpe%22:366,%22dl%22:373,%22di%22:1144,%22ds%22:1145,%22de%22:1148,%22dc%22:1510,%22l%22:1510,%22le%22:1521%7D,%22navigation%22:%7B%7D%7D&fp=1231&fcp=1231&jsonp=NREUM.setToken", | |
| "startTime": 1537.7310000476427, | |
| "endTime": 1632.242000021506, | |
| "finished": true, | |
| "transferSize": 146, | |
| "resourceSize": 114, | |
| "statusCode": 200, | |
| "mimeType": "text/javascript", | |
| "resourceType": "Script" | |
| }, | |
| { | |
| "url": "https://www.gstatic.com/recaptcha/releases/6TWYOsKNtRFaLeFqv5xN42-l/recaptcha__en.js", | |
| "startTime": 1522.274999995716, | |
| "endTime": 1525.2810000092722, | |
| "finished": true, | |
| "transferSize": 0, | |
| "resourceSize": 346117, | |
| "statusCode": 200, | |
| "mimeType": "text/javascript", | |
| "resourceType": "Other" | |
| }, | |
| { | |
| "url": "https://www.google.com/recaptcha/api2/bframe?hl=en&v=6TWYOsKNtRFaLeFqv5xN42-l&k=6LcJx9sUAAAAALkEBnK5ivqU506vTEjHXBwejA0e&cb=ck8f4jctayup", | |
| "startTime": 1579.0920000290498, | |
| "endTime": 1605.8230000198819, | |
| "finished": true, | |
| "transferSize": 1455, | |
| "resourceSize": 8534, | |
| "statusCode": 200, | |
| "mimeType": "text/html", | |
| "resourceType": "Document" | |
| }, | |
| { | |
| "url": "https://js.hs-banner.com/6428535.js", | |
| "startTime": 1651.8600000417791, | |
| "endTime": 1670.3400000114925, | |
| "finished": true, | |
| "transferSize": 10819, | |
| "resourceSize": 93504, | |
| "statusCode": 200, | |
| "mimeType": "text/javascript", | |
| "resourceType": "Script" | |
| }, | |
| { | |
| "url": "https://www.gstatic.com/recaptcha/releases/6TWYOsKNtRFaLeFqv5xN42-l/styles__ltr.css", | |
| "startTime": 1892.3369999974966, | |
| "endTime": 1892.4209999968298, | |
| "finished": true, | |
| "transferSize": 0, | |
| "resourceSize": 50696, | |
| "statusCode": 200, | |
| "mimeType": "text/css", | |
| "resourceType": "Stylesheet" | |
| }, | |
| { | |
| "url": "https://www.gstatic.com/recaptcha/releases/6TWYOsKNtRFaLeFqv5xN42-l/recaptcha__en.js", | |
| "startTime": 1892.5010000239126, | |
| "endTime": 1892.5700000254437, | |
| "finished": true, | |
| "transferSize": 0, | |
| "resourceSize": 346117, | |
| "statusCode": 200, | |
| "mimeType": "text/javascript", | |
| "resourceType": "Script" | |
| }, | |
| { | |
| "url": "https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2", | |
| "startTime": 1908.1850000075065, | |
| "endTime": 1908.2690000068396, | |
| "finished": true, | |
| "transferSize": 0, | |
| "resourceSize": 10748, | |
| "statusCode": 200, | |
| "mimeType": "font/woff2", | |
| "resourceType": "Font" | |
| }, | |
| { | |
| "url": "https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2", | |
| "startTime": 1908.53400004562, | |
| "endTime": 1908.603000047151, | |
| "finished": true, | |
| "transferSize": 0, | |
| "resourceSize": 10788, | |
| "statusCode": 200, | |
| "mimeType": "font/woff2", | |
| "resourceType": "Font" | |
| }, | |
| { | |
| "url": "https://www.google.com/recaptcha/api2/reload?k=6LcJx9sUAAAAALkEBnK5ivqU506vTEjHXBwejA0e", | |
| "startTime": 1919.7130000102334, | |
| "endTime": 1976.7069999943487, | |
| "finished": true, | |
| "transferSize": 10584, | |
| "resourceSize": 14198, | |
| "statusCode": 200, | |
| "mimeType": "application/json", | |
| "resourceType": "XHR" | |
| }, | |
| { | |
| "url": "https://www.google.com/js/bg/dvDKLY21EpsggPpYe7mLhx2vZ59WAsI8UCV0Rb2v1fM.js", | |
| "startTime": 1997.0520000206307, | |
| "endTime": 1997.1430000150576, | |
| "finished": true, | |
| "transferSize": 0, | |
| "resourceSize": 13837, | |
| "statusCode": 200, | |
| "mimeType": "text/javascript", | |
| "resourceType": "Script" | |
| }, | |
| { | |
| "url": "https://www.gstatic.com/recaptcha/api2/refresh_2x.png", | |
| "startTime": 2012.722000014037, | |
| "endTime": 2023.9200000069104, | |
| "finished": true, | |
| "transferSize": 628, | |
| "resourceSize": 600, | |
| "statusCode": 200, | |
| "mimeType": "image/png", | |
| "resourceType": "Image" | |
| }, | |
| { | |
| "url": "https://www.gstatic.com/recaptcha/api2/audio_2x.png", | |
| "startTime": 2013.5050000390038, | |
| "endTime": 2024.2469999939203, | |
| "finished": true, | |
| "transferSize": 552, | |
| "resourceSize": 530, | |
| "statusCode": 200, | |
| "mimeType": "image/png", | |
| "resourceType": "Image" | |
| }, | |
| { | |
| "url": "https://www.gstatic.com/recaptcha/api2/info_2x.png", | |
| "startTime": 2013.970000029076, | |
| "endTime": 2025.2259999979287, | |
| "finished": true, | |
| "transferSize": 693, | |
| "resourceSize": 665, | |
| "statusCode": 200, | |
| "mimeType": "image/png", | |
| "resourceType": "Image" | |
| }, | |
| { | |
| "url": "https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmYUtfBBc4AMP6lQ.woff2", | |
| "startTime": 2046.2190000107512, | |
| "endTime": 2079.1310000349768, | |
| "finished": true, | |
| "transferSize": 11130, | |
| "resourceSize": 10752, | |
| "statusCode": 200, | |
| "mimeType": "font/woff2", | |
| "resourceType": "Font" | |
| }, | |
| { | |
| "url": "https://www.google.com/recaptcha/api2/payload?p=06AGdBq26TNghFXVH9G7XsVhk67o0z31MyC6tn6Oo3Lr_cKcl4oEmleGJS1m75XUZ7X9uW-bI4YvlfjcrCy_tSY9g7duzBMJGZ2I2fx1iThRBvsyy846dMzICiZoUlKyyVnukt_dtU5q7MrwnjlzwI3qjw-SnY9oahJ3M98KOlO4B9-JMPovMUoH68Yl7rRRMXxlrWtGMwuHqkNUDpwbd1R_gftlQLIFNxK7ZiVgH9m986tI-7Z5SbY_k&k=6LcJx9sUAAAAALkEBnK5ivqU506vTEjHXBwejA0e", | |
| "startTime": 2042.001000023447, | |
| "endTime": 2071.235000039451, | |
| "finished": true, | |
| "transferSize": 27811, | |
| "resourceSize": 27761, | |
| "statusCode": 200, | |
| "mimeType": "image/jpeg", | |
| "resourceType": "Image" | |
| }, | |
| { | |
| "url": "https://www.facebook.com/tr/?id=602615083201368&ev=Microdata&dl=https%3A%2F%2Fdashboard.pusher.com%2Faccounts%2Fsign_in&rl=&if=false&ts=1600682964446&cd[DataLayer]=%5B%5D&cd[Meta]=%7B%22title%22%3A%22Sign%20in%20-%20%20Pusher%22%7D&cd[OpenGraph]=%7B%7D&cd[Schema.org]=%5B%5D&cd[JSON-LD]=%5B%5D&sw=360&sh=640&v=2.9.24&r=stable&a=seg&ec=1&o=30&fbp=fb.1.1591716083349.1558006463&it=1600682962762&coo=false&dpo=LDU&dpoco=0&dpost=0&es=automatic&tm=3&rqm=GET", | |
| "startTime": 2728.017000015825, | |
| "endTime": 2738.5190000059083, | |
| "finished": true, | |
| "transferSize": 93, | |
| "resourceSize": 88, | |
| "statusCode": 200, | |
| "mimeType": "image/gif", | |
| "resourceType": "Image" | |
| } | |
| ] | |
| } | |
| }, | |
| "network-rtt": { | |
| "id": "network-rtt", | |
| "title": "Network Round Trip Times", | |
| "description": "Network round trip times (RTT) have a large impact on performance. If the RTT to an origin is high, it's an indication that servers closer to the user could improve performance. [Learn more](https://hpbn.co/primer-on-latency-and-bandwidth/).", | |
| "score": null, | |
| "scoreDisplayMode": "informative", | |
| "numericValue": 0.0851, | |
| "numericUnit": "millisecond", | |
| "displayValue": "0 ms", | |
| "details": { | |
| "type": "table", | |
| "headings": [ | |
| { | |
| "key": "origin", | |
| "itemType": "text", | |
| "text": "URL" | |
| }, | |
| { | |
| "key": "rtt", | |
| "itemType": "ms", | |
| "granularity": 1, | |
| "text": "Time Spent" | |
| } | |
| ], | |
| "items": [ | |
| { | |
| "origin": "https://px.ads.linkedin.com", | |
| "rtt": 0.0851 | |
| }, | |
| { | |
| "origin": "https://www.gstatic.com", | |
| "rtt": 0.0481 | |
| }, | |
| { | |
| "origin": "https://www.google.com", | |
| "rtt": 0.047799999999999995 | |
| }, | |
| { | |
| "origin": "https://www.google.co.uk", | |
| "rtt": 0.047499999999999994 | |
| }, | |
| { | |
| "origin": "https://www.googleadservices.com", | |
| "rtt": 0.0468 | |
| }, | |
| { | |
| "origin": "https://googleads.g.doubleclick.net", | |
| "rtt": 0.043000000000000003 | |
| }, | |
| { | |
| "origin": "https://cdn.segment.com", | |
| "rtt": 0.0378 | |
| }, | |
| { | |
| "origin": "https://static.hotjar.com", | |
| "rtt": 0.036899999999999995 | |
| }, | |
| { | |
| "origin": "https://www.google-analytics.com", | |
| "rtt": 0.034999999999999996 | |
| }, | |
| { | |
| "origin": "https://dashboard.pusher.com", | |
| "rtt": 0.028699999999999996 | |
| }, | |
| { | |
| "origin": "https://js.hs-banner.com", | |
| "rtt": 0.0261 | |
| }, | |
| { | |
| "origin": "https://www.googletagmanager.com", | |
| "rtt": 0.0251 | |
| }, | |
| { | |
| "origin": "https://d3qy0ae439eg67.cloudfront.net", | |
| "rtt": 0.0246 | |
| }, | |
| { | |
| "origin": "https://snap.licdn.com", | |
| "rtt": 0.024499999999999997 | |
| }, | |
| { | |
| "origin": "https://bam.nr-data.net", | |
| "rtt": 0.023200000000000002 | |
| }, | |
| { | |
| "origin": "https://js-agent.newrelic.com", | |
| "rtt": 0.0227 | |
| }, | |
| { | |
| "origin": "https://js.hs-analytics.net", | |
| "rtt": 0.0226 | |
| }, | |
| { | |
| "origin": "https://ajax.googleapis.com", | |
| "rtt": 0.020999999999999998 | |
| }, | |
| { | |
| "origin": "https://d1sxenc8w1ds8y.cloudfront.net", | |
| "rtt": 0.019 | |
| }, | |
| { | |
| "origin": "https://fonts.gstatic.com", | |
| "rtt": 0.019 | |
| }, | |
| { | |
| "origin": "https://track.hubspot.com", | |
| "rtt": 0.0183 | |
| }, | |
| { | |
| "origin": "https://public.profitwell.com", | |
| "rtt": 0.018099999999999998 | |
| }, | |
| { | |
| "origin": "https://connect.facebook.net", | |
| "rtt": 0.018099999999999998 | |
| }, | |
| { | |
| "origin": "https://api.segment.io", | |
| "rtt": 0.017799999999999996 | |
| }, | |
| { | |
| "origin": "https://www.facebook.com", | |
| "rtt": 0.017799999999999996 | |
| }, | |
| { | |
| "origin": "https://js.hs-scripts.com", | |
| "rtt": 0.017799999999999996 | |
| } | |
| ] | |
| } | |
| }, | |
| "network-server-latency": { | |
| "id": "network-server-latency", | |
| "title": "Server Backend Latencies", | |
| "description": "Server latencies can impact web performance. If the server latency of an origin is high, it's an indication the server is overloaded or has poor backend performance. [Learn more](https://hpbn.co/primer-on-web-performance/#analyzing-the-resource-waterfall).", | |
| "score": null, | |
| "scoreDisplayMode": "informative", | |
| "numericValue": 359.4293, | |
| "numericUnit": "millisecond", | |
| "displayValue": "360 ms", | |
| "details": { | |
| "type": "table", | |
| "headings": [ | |
| { | |
| "key": "origin", | |
| "itemType": "text", | |
| "text": "URL" | |
| }, | |
| { | |
| "key": "serverResponseTime", | |
| "itemType": "ms", | |
| "granularity": 1, | |
| "text": "Time Spent" | |
| } | |
| ], | |
| "items": [ | |
| { | |
| "origin": "https://dashboard.pusher.com", | |
| "serverResponseTime": 359.4293 | |
| }, | |
| { | |
| "origin": "https://d3qy0ae439eg67.cloudfront.net", | |
| "serverResponseTime": 190.52740000000003 | |
| }, | |
| { | |
| "origin": "https://px.ads.linkedin.com", | |
| "serverResponseTime": 155.92189999999997 | |
| }, | |
| { | |
| "origin": "https://api.segment.io", | |
| "serverResponseTime": 153.0362 | |
| }, | |
| { | |
| "origin": "https://js.hs-scripts.com", | |
| "serverResponseTime": 123.3862 | |
| }, | |
| { | |
| "origin": "https://bam.nr-data.net", | |
| "serverResponseTime": 93.7798 | |
| }, | |
| { | |
| "origin": "https://www.google.co.uk", | |
| "serverResponseTime": 39.0345 | |
| }, | |
| { | |
| "origin": "https://track.hubspot.com", | |
| "serverResponseTime": 34.735699999999994 | |
| }, | |
| { | |
| "origin": "https://www.google.com", | |
| "serverResponseTime": 25.584200000000003 | |
| }, | |
| { | |
| "origin": "https://googleads.g.doubleclick.net", | |
| "serverResponseTime": 25.302 | |
| }, | |
| { | |
| "origin": "https://www.googletagmanager.com", | |
| "serverResponseTime": 18.9689 | |
| }, | |
| { | |
| "origin": "https://js.hs-banner.com", | |
| "serverResponseTime": 17.3959 | |
| }, | |
| { | |
| "origin": "https://www.googleadservices.com", | |
| "serverResponseTime": 17.2082 | |
| }, | |
| { | |
| "origin": "https://js.hs-analytics.net", | |
| "serverResponseTime": 17.1214 | |
| }, | |
| { | |
| "origin": "https://public.profitwell.com", | |
| "serverResponseTime": 16.2119 | |
| }, | |
| { | |
| "origin": "https://static.hotjar.com", | |
| "serverResponseTime": 14.560100000000002 | |
| }, | |
| { | |
| "origin": "https://cdn.segment.com", | |
| "serverResponseTime": 12.511199999999999 | |
| }, | |
| { | |
| "origin": "https://d1sxenc8w1ds8y.cloudfront.net", | |
| "serverResponseTime": 12.432 | |
| }, | |
| { | |
| "origin": "https://js-agent.newrelic.com", | |
| "serverResponseTime": 8.9573 | |
| }, | |
| { | |
| "origin": "https://www.google-analytics.com", | |
| "serverResponseTime": 8.892000000000001 | |
| }, | |
| { | |
| "origin": "https://fonts.gstatic.com", | |
| "serverResponseTime": 8.846 | |
| }, | |
| { | |
| "origin": "https://snap.licdn.com", | |
| "serverResponseTime": 8.617500000000001 | |
| }, | |
| { | |
| "origin": "https://connect.facebook.net", | |
| "serverResponseTime": 8.3399 | |
| }, | |
| { | |
| "origin": "https://www.facebook.com", | |
| "serverResponseTime": 8.1262 | |
| }, | |
| { | |
| "origin": "https://www.gstatic.com", | |
| "serverResponseTime": 7.3559 | |
| }, | |
| { | |
| "origin": "https://ajax.googleapis.com", | |
| "serverResponseTime": 6.906999999999999 | |
| } | |
| ] | |
| } | |
| }, | |
| "main-thread-tasks": { | |
| "id": "main-thread-tasks", | |
| "title": "Tasks", | |
| "description": "Lists the toplevel main thread tasks that executed during page load.", | |
| "score": null, | |
| "scoreDisplayMode": "informative", | |
| "details": { | |
| "type": "table", | |
| "headings": [ | |
| { | |
| "key": "startTime", | |
| "itemType": "ms", | |
| "granularity": 1, | |
| "text": "Start Time" | |
| }, | |
| { | |
| "key": "duration", | |
| "itemType": "ms", | |
| "granularity": 1, | |
| "text": "End Time" | |
| } | |
| ], | |
| "items": [ | |
| { | |
| "duration": 5.979, | |
| "startTime": 375.594 | |
| }, | |
| { | |
| "duration": 12.319, | |
| "startTime": 412.153 | |
| }, | |
| { | |
| "duration": 8.528, | |
| "startTime": 427.532 | |
| }, | |
| { | |
| "duration": 5.295, | |
| "startTime": 578.494 | |
| }, | |
| { | |
| "duration": 5.189, | |
| "startTime": 791.751 | |
| }, | |
| { | |
| "duration": 63.125, | |
| "startTime": 849.102 | |
| }, | |
| { | |
| "duration": 14.167, | |
| "startTime": 975.142 | |
| }, | |
| { | |
| "duration": 12.385, | |
| "startTime": 1039.479 | |
| }, | |
| { | |
| "duration": 13.366, | |
| "startTime": 1055.247 | |
| }, | |
| { | |
| "duration": 9.504, | |
| "startTime": 1096.242 | |
| }, | |
| { | |
| "duration": 32.693, | |
| "startTime": 1106.08 | |
| }, | |
| { | |
| "duration": 8.485, | |
| "startTime": 1138.783 | |
| }, | |
| { | |
| "duration": 5.484, | |
| "startTime": 1148.64 | |
| }, | |
| { | |
| "duration": 9.23, | |
| "startTime": 1182.516 | |
| }, | |
| { | |
| "duration": 22.633, | |
| "startTime": 1198.736 | |
| }, | |
| { | |
| "duration": 29.824, | |
| "startTime": 1227.831 | |
| }, | |
| { | |
| "duration": 51.892, | |
| "startTime": 1452.926 | |
| }, | |
| { | |
| "duration": 11.668, | |
| "startTime": 1514.631 | |
| }, | |
| { | |
| "duration": 5.631, | |
| "startTime": 1539.362 | |
| }, | |
| { | |
| "duration": 5.357, | |
| "startTime": 1576.791 | |
| }, | |
| { | |
| "duration": 57.492, | |
| "startTime": 1597.199 | |
| }, | |
| { | |
| "duration": 5.653, | |
| "startTime": 1680.713 | |
| }, | |
| { | |
| "duration": 5.686, | |
| "startTime": 2168.2 | |
| }, | |
| { | |
| "duration": 7.934, | |
| "startTime": 2727.473 | |
| } | |
| ] | |
| } | |
| }, | |
| "metrics": { | |
| "id": "metrics", | |
| "title": "Metrics", | |
| "description": "Collects all available metrics.", | |
| "score": null, | |
| "scoreDisplayMode": "informative", | |
| "numericValue": 10452, | |
| "numericUnit": "millisecond", | |
| "details": { | |
| "type": "debugdata", | |
| "items": [ | |
| { | |
| "firstContentfulPaint": 4585, | |
| "firstMeaningfulPaint": 4585, | |
| "largestContentfulPaint": 10219, | |
| "firstCPUIdle": 4880, | |
| "interactive": 10452, | |
| "speedIndex": 4585, | |
| "estimatedInputLatency": 29, | |
| "totalBlockingTime": 315, | |
| "maxPotentialFID": 231, | |
| "cumulativeLayoutShift": 0, | |
| "observedNavigationStart": 0, | |
| "observedNavigationStartTs": 283300160193, | |
| "observedFirstPaint": 1232, | |
| "observedFirstPaintTs": 283301391699, | |
| "observedFirstContentfulPaint": 1232, | |
| "observedFirstContentfulPaintTs": 283301391699, | |
| "observedFirstMeaningfulPaint": 1239, | |
| "observedFirstMeaningfulPaintTs": 283301398950, | |
| "observedLargestContentfulPaint": 1239, | |
| "observedLargestContentfulPaintTs": 283301398950, | |
| "observedTraceEnd": 3115, | |
| "observedTraceEndTs": 283303275580, | |
| "observedLoad": 1521, | |
| "observedLoadTs": 283301681346, | |
| "observedDomContentLoaded": 1149, | |
| "observedDomContentLoadedTs": 283301308933, | |
| "observedCumulativeLayoutShift": 0, | |
| "observedFirstVisualChange": 1158, | |
| "observedFirstVisualChangeTs": 283301318193, | |
| "observedLastVisualChange": 1242, | |
| "observedLastVisualChangeTs": 283301402193, | |
| "observedSpeedIndex": 1188, | |
| "observedSpeedIndexTs": 283301348049 | |
| }, | |
| { | |
| "lcpInvalidated": false | |
| } | |
| ] | |
| } | |
| }, | |
| "offline-start-url": { | |
| "id": "offline-start-url", | |
| "title": "`start_url` does not respond with a 200 when offline", | |
| "description": "A service worker enables your web app to be reliable in unpredictable network conditions. [Learn more](https://web.dev/offline-start-url).", | |
| "score": 0, | |
| "scoreDisplayMode": "binary", | |
| "explanation": "No usable web app manifest found on page.", | |
| "warnings": [] | |
| }, | |
| "performance-budget": { | |
| "id": "performance-budget", | |
| "title": "Performance budget", | |
| "description": "Keep the quantity and size of network requests under the targets set by the provided performance budget. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/budgets).", | |
| "score": null, | |
| "scoreDisplayMode": "notApplicable" | |
| }, | |
| "timing-budget": { | |
| "id": "timing-budget", | |
| "title": "Timing budget", | |
| "description": "Set a timing budget to help you keep an eye on the performance of your site. Performant sites load fast and respond to user input events quickly. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/budgets).", | |
| "score": null, | |
| "scoreDisplayMode": "notApplicable" | |
| }, | |
| "resource-summary": { | |
| "id": "resource-summary", | |
| "title": "Keep request counts low and transfer sizes small", | |
| "description": "To set budgets for the quantity and size of page resources, add a budget.json file. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/budgets).", | |
| "score": null, | |
| "scoreDisplayMode": "informative", | |
| "displayValue": "67 requests • 1,340 KB", | |
| "details": { | |
| "type": "table", | |
| "headings": [ | |
| { | |
| "key": "label", | |
| "itemType": "text", | |
| "text": "Resource Type" | |
| }, | |
| { | |
| "key": "requestCount", | |
| "itemType": "numeric", | |
| "text": "Requests" | |
| }, | |
| { | |
| "key": "transferSize", | |
| "itemType": "bytes", | |
| "text": "Transfer Size" | |
| } | |
| ], | |
| "items": [ | |
| { | |
| "resourceType": "total", | |
| "label": "Total", | |
| "requestCount": 67, | |
| "transferSize": 1371708 | |
| }, | |
| { | |
| "resourceType": "script", | |
| "label": "Script", | |
| "requestCount": 30, | |
| "transferSize": 1196498 | |
| }, | |
| { | |
| "resourceType": "font", | |
| "label": "Font", | |
| "requestCount": 7, | |
| "transferSize": 54262 | |
| }, | |
| { | |
| "resourceType": "stylesheet", | |
| "label": "Stylesheet", | |
| "requestCount": 3, | |
| "transferSize": 47946 | |
| }, | |
| { | |
| "resourceType": "image", | |
| "label": "Image", | |
| "requestCount": 13, | |
| "transferSize": 33040 | |
| }, | |
| { | |
| "resourceType": "document", | |
| "label": "Document", | |
| "requestCount": 3, | |
| "transferSize": 23932 | |
| }, | |
| { | |
| "resourceType": "other", | |
| "label": "Other", | |
| "requestCount": 11, | |
| "transferSize": 16030 | |
| }, | |
| { | |
| "resourceType": "media", | |
| "label": "Media", | |
| "requestCount": 0, | |
| "transferSize": 0 | |
| }, | |
| { | |
| "resourceType": "third-party", | |
| "label": "Third-party", | |
| "requestCount": 63, | |
| "transferSize": 1115104 | |
| } | |
| ] | |
| } | |
| }, | |
| "third-party-summary": { | |
| "id": "third-party-summary", | |
| "title": "Minimize third-party usage", | |
| "description": "Third-party code can significantly impact load performance. Limit the number of redundant third-party providers and try to load third-party code after your page has primarily finished loading. [Learn more](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/loading-third-party-javascript/).", | |
| "score": 1, | |
| "scoreDisplayMode": "binary", | |
| "displayValue": "Third-party code blocked the main thread for 200 ms", | |
| "details": { | |
| "type": "table", | |
| "headings": [ | |
| { | |
| "key": "entity", | |
| "itemType": "link", | |
| "text": "Third-Party" | |
| }, | |
| { | |
| "key": "transferSize", | |
| "granularity": 1, | |
| "itemType": "bytes", | |
| "text": "Transfer Size" | |
| }, | |
| { | |
| "key": "blockingTime", | |
| "granularity": 1, | |
| "itemType": "ms", | |
| "text": "Main-Thread Blocking Time" | |
| } | |
| ], | |
| "items": [ | |
| { | |
| "entity": { | |
| "type": "link", | |
| "text": "Segment", | |
| "url": "https://segment.com/" | |
| }, | |
| "transferSize": 79828, | |
| "mainThreadTime": 302.4280000000072, | |
| "blockingTime": 155.472 | |
| }, | |
| { | |
| "entity": { | |
| "type": "link", | |
| "text": "Google CDN", | |
| "url": "https://developers.google.com/speed/libraries/" | |
| }, | |
| "transferSize": 435972, | |
| "mainThreadTime": 165.05600000000013, | |
| "blockingTime": 40.428 | |
| }, | |
| { | |
| "entity": { | |
| "type": "link", | |
| "text": "Facebook", | |
| "url": "https://www.facebook.com" | |
| }, | |
| "transferSize": 180581, | |
| "mainThreadTime": 181.1640000000002, | |
| "blockingTime": 7.956000000000003 | |
| }, | |
| { | |
| "entity": { | |
| "type": "link", | |
| "text": "Google Tag Manager", | |
| "url": "https://marketingplatform.google.com/about/tag-manager/" | |
| }, | |
| "transferSize": 71466, | |
| "mainThreadTime": 55.06400000000021, | |
| "blockingTime": 0 | |
| }, | |
| { | |
| "entity": { | |
| "type": "link", | |
| "text": "Other Google APIs/SDKs", | |
| "url": "https://developers.google.com/apis-explorer/#p/" | |
| }, | |
| "transferSize": 59923, | |
| "mainThreadTime": 3.644, | |
| "blockingTime": 0 | |
| }, | |
| { | |
| "entity": { | |
| "type": "link", | |
| "text": "Google Analytics", | |
| "url": "https://www.google.com/analytics/analytics/" | |
| }, | |
| "transferSize": 54975, | |
| "mainThreadTime": 113.04399999999997, | |
| "blockingTime": 0 | |
| }, | |
| { | |
| "entity": { | |
| "type": "link", | |
| "text": "Hubspot", | |
| "url": "https://hubspot.com/" | |
| }, | |
| "transferSize": 37219, | |
| "mainThreadTime": 52.28000000000005, | |
| "blockingTime": 0 | |
| }, | |
| { | |
| "entity": { | |
| "type": "link", | |
| "text": "Google Fonts", | |
| "url": "https://fonts.google.com/" | |
| }, | |
| "transferSize": 32790, | |
| "mainThreadTime": 0, | |
| "blockingTime": 0 | |
| }, | |
| { | |
| "entity": { | |
| "type": "link", | |
| "text": "New Relic", | |
| "url": "https://newrelic.com/" | |
| }, | |
| "transferSize": 21059, | |
| "mainThreadTime": 25.860000000000003, | |
| "blockingTime": 0 | |
| }, | |
| { | |
| "entity": { | |
| "type": "link", | |
| "text": "Google/Doubleclick Ads", | |
| "url": "https://www.doubleclickbygoogle.com/" | |
| }, | |
| "transferSize": 16525, | |
| "mainThreadTime": 28.264000000000006, | |
| "blockingTime": 0 | |
| }, | |
| { | |
| "entity": { | |
| "type": "link", | |
| "text": "LinkedIn Ads", | |
| "url": "" | |
| }, | |
| "transferSize": 2650, | |
| "mainThreadTime": 10.628, | |
| "blockingTime": 0 | |
| }, | |
| { | |
| "entity": { | |
| "type": "link", | |
| "text": "Hotjar", | |
| "url": "https://www.hotjar.com/" | |
| }, | |
| "transferSize": 351, | |
| "mainThreadTime": 0.6920000000000001, | |
| "blockingTime": 0 | |
| } | |
| ], | |
| "summary": { | |
| "wastedBytes": 993339, | |
| "wastedMs": 203.856 | |
| } | |
| } | |
| }, | |
| "largest-contentful-paint-element": { | |
| "id": "largest-contentful-paint-element", | |
| "title": "Largest Contentful Paint element", | |
| "description": "This is the element that was identified as the Largest Contentful Paint. [Learn More](https://web.dev/lighthouse-largest-contentful-paint)", | |
| "score": null, | |
| "scoreDisplayMode": "informative", | |
| "displayValue": "1 element found", | |
| "details": { | |
| "type": "table", | |
| "headings": [ | |
| { | |
| "key": "node", | |
| "itemType": "node", | |
| "text": "Element" | |
| } | |
| ], | |
| "items": [ | |
| { | |
| "node": { | |
| "type": "node", | |
| "path": "1,HTML,1,BODY,0,DIV,0,SECTION,0,DIV,1,H1", | |
| "selector": "div.minh-vh-90 > section.main > div.flex > h1.heading-level-1", | |
| "nodeLabel": "Welcome back", | |
| "snippet": "<h1 class=\"heading-level-1 ph5\">" | |
| } | |
| } | |
| ] | |
| } | |
| }, | |
| "layout-shift-elements": { | |
| "id": "layout-shift-elements", | |
| "title": "Avoid large layout shifts", | |
| "description": "These DOM elements contribute most to the CLS of the page.", | |
| "score": null, | |
| "scoreDisplayMode": "informative", | |
| "displayValue": "5 elements found", | |
| "details": { | |
| "type": "table", | |
| "headings": [ | |
| { | |
| "key": "node", | |
| "itemType": "node", | |
| "text": "Element" | |
| } | |
| ], | |
| "items": [ | |
| { | |
| "node": { | |
| "type": "node", | |
| "path": "1,HTML,1,BODY,0,DIV,0,SECTION", | |
| "selector": "body#logged-out > div.minh-vh-90 > section.main", | |
| "nodeLabel": "Welcome back\nSign in with GitHub\nSign in with Google\nor use email\nEmail address…", | |
| "snippet": "<section class=\"main flex-ns items-center justify-center pa2 pa5-ns center\">" | |
| } | |
| }, | |
| { | |
| "node": { | |
| "type": "node", | |
| "path": "1,HTML,1,BODY,0,DIV,0,SECTION,0,DIV,1,H1", | |
| "selector": "div.minh-vh-90 > section.main > div.flex > h1.heading-level-1", | |
| "nodeLabel": "Welcome back", | |
| "snippet": "<h1 class=\"heading-level-1 ph5\">" | |
| } | |
| }, | |
| { | |
| "node": { | |
| "type": "node", | |
| "path": "1,HTML,1,BODY,0,DIV,0,SECTION,0,DIV,2,DIV,3,FORM,5,P,0,A", | |
| "selector": "div.ba > form#signin_form > p.f7 > a.link", | |
| "nodeLabel": "Forgot your password?", | |
| "snippet": "<a class=\"link underline black\" href=\"/accounts/password/new\">" | |
| } | |
| }, | |
| { | |
| "node": { | |
| "type": "node", | |
| "path": "1,HTML,1,BODY,0,DIV,0,SECTION,0,DIV,2,DIV,1,FORM,2,BUTTON", | |
| "selector": "div.flex > div.ba > form > button.sans-serif", | |
| "nodeLabel": "Sign in with Google", | |
| "snippet": "<button class=\"sans-serif f7 lh-title tc nowrap bg-starflower hover-bg-starflower-light focus-bg-starflower-light active-bg-starflower-dark ba bw1 b--starflower focus-b--starflower-light hover-b--starflower-light active-b--starflower-dark pointer white pv3 ph4 flex items-center justify-center fw6 br2 w-100 mt5 js-track-click\" type=\"submit\">" | |
| } | |
| }, | |
| { | |
| "node": { | |
| "type": "node", | |
| "path": "1,HTML,1,BODY,0,DIV,0,SECTION,0,DIV,2,DIV,0,FORM,2,BUTTON", | |
| "selector": "div.flex > div.ba > form > button.sans-serif", | |
| "nodeLabel": "Sign in with GitHub", | |
| "snippet": "<button class=\"sans-serif f7 lh-title tc nowrap bg-black hover-bg-black-light focus-bg-black-light active-bg-black-dark ba bw1 b--black focus-b--black-light hover-b--black-light active-b--black-dark pointer white pv3 ph4 flex items-center justify-center fw6 br2 w-100 js-track-click\" type=\"submit\">" | |
| } | |
| } | |
| ] | |
| } | |
| }, | |
| "pwa-cross-browser": { | |
| "id": "pwa-cross-browser", | |
| "title": "Site works cross-browser", | |
| "description": "To reach the most number of users, sites should work across every major browser. [Learn more](https://web.dev/pwa-cross-browser).", | |
| "score": null, | |
| "scoreDisplayMode": "manual" | |
| }, | |
| "pwa-page-transitions": { | |
| "id": "pwa-page-transitions", | |
| "title": "Page transitions don't feel like they block on the network", | |
| "description": "Transitions should feel snappy as you tap around, even on a slow network. This experience is key to a user's perception of performance. [Learn more](https://web.dev/pwa-page-transitions).", | |
| "score": null, | |
| "scoreDisplayMode": "manual" | |
| }, | |
| "pwa-each-page-has-url": { | |
| "id": "pwa-each-page-has-url", | |
| "title": "Each page has a URL", | |
| "description": "Ensure individual pages are deep linkable via URL and that URLs are unique for the purpose of shareability on social media. [Learn more](https://web.dev/pwa-each-page-has-url).", | |
| "score": null, | |
| "scoreDisplayMode": "manual" | |
| }, | |
| "accesskeys": { | |
| "id": "accesskeys", | |
| "title": "`[accesskey]` values are unique", | |
| "description": "Access keys let users quickly focus a part of the page. For proper navigation, each access key must be unique. [Learn more](https://web.dev/accesskeys/).", | |
| "score": null, | |
| "scoreDisplayMode": "notApplicable" | |
| }, | |
| "aria-allowed-attr": { | |
| "id": "aria-allowed-attr", | |
| "title": "`[aria-*]` attributes match their roles", | |
| "description": "Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. [Learn more](https://web.dev/aria-allowed-attr/).", | |
| "score": 1, | |
| "scoreDisplayMode": "binary", | |
| "details": { | |
| "type": "table", | |
| "headings": [], | |
| "items": [] | |
| } | |
| }, | |
| "aria-hidden-body": { | |
| "id": "aria-hidden-body", | |
| "title": "`[aria-hidden=\"true\"]` is not present on the document `<body>`", | |
| "description": "Assistive technologies, like screen readers, work inconsistently when `aria-hidden=\"true\"` is set on the document `<body>`. [Learn more](https://web.dev/aria-hidden-body/).", | |
| "score": 1, | |
| "scoreDisplayMode": "binary", | |
| "details": { | |
| "type": "table", | |
| "headings": [], | |
| "items": [] | |
| } | |
| }, | |
| "aria-hidden-focus": { | |
| "id": "aria-hidden-focus", | |
| "title": "`[aria-hidden=\"true\"]` elements do not contain focusable descendents", | |
| "description": "Focusable descendents within an `[aria-hidden=\"true\"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. [Learn more](https://web.dev/aria-hidden-focus/).", | |
| "score": 1, | |
| "scoreDisplayMode": "binary", | |
| "details": { | |
| "type": "table", | |
| "headings": [], | |
| "items": [] | |
| } | |
| }, | |
| "aria-input-field-name": { | |
| "id": "aria-input-field-name", | |
| "title": "ARIA input fields have accessible names", | |
| "description": "When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn more](https://web.dev/aria-input-field-name/).", | |
| "score": null, | |
| "scoreDisplayMode": "notApplicable" | |
| }, | |
| "aria-required-attr": { | |
| "id": "aria-required-attr", | |
| "title": "`[role]`s have all required `[aria-*]` attributes", | |
| "description": "Some ARIA roles have required attributes that describe the state of the element to screen readers. [Learn more](https://web.dev/aria-required-attr/).", | |
| "score": 1, | |
| "scoreDisplayMode": "binary", | |
| "details": { | |
| "type": "table", | |
| "headings": [], | |
| "items": [] | |
| } | |
| }, | |
| "aria-required-children": { | |
| "id": "aria-required-children", | |
| "title": "Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.", | |
| "description": "Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. [Learn more](https://web.dev/aria-required-children/).", | |
| "score": 1, | |
| "scoreDisplayMode": "binary", | |
| "details": { | |
| "type": "table", | |
| "headings": [], | |
| "items": [] | |
| } | |
| }, | |
| "aria-required-parent": { | |
| "id": "aria-required-parent", | |
| "title": "`[role]`s are not contained by their required parent element", | |
| "description": "Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. [Learn more](https://web.dev/aria-required-parent/).", | |
| "score": 0, | |
| "scoreDisplayMode": "binary", | |
| "details": { | |
| "type": "table", | |
| "headings": [ | |
| { | |
| "key": "node", | |
| "itemType": "node", | |
| "text": "Failing Elements" | |
| } | |
| ], | |
| "items": [ | |
| { | |
| "node": { | |
| "type": "node", | |
| "selector": "a[href$=\"sign_up\"]", | |
| "path": "1,HTML,1,BODY,0,DIV,0,SECTION,0,DIV,3,DIV,0,P,1,A", | |
| "snippet": "<a class=\"link underline black\" href=\"/accounts/sign_up\" role=\"menuitem\">Sign up for a new account</a>", | |
| "explanation": "Fix any of the following:\n Required ARIA parents role not present: menu, menubar", | |
| "nodeLabel": "Sign up for a new account" | |
| } | |
| } | |
| ], | |
| "debugData": { | |
| "type": "debugdata", | |
| "impact": "critical", | |
| "tags": [ | |
| "cat.aria", | |
| "wcag2a", | |
| "wcag131" | |
| ] | |
| } | |
| } | |
| }, | |
| "aria-roles": { | |
| "id": "aria-roles", | |
| "title": "`[role]` values are valid", | |
| "description": "ARIA roles must have valid values in order to perform their intended accessibility functions. [Learn more](https://web.dev/aria-roles/).", | |
| "score": 1, | |
| "scoreDisplayMode": "binary", | |
| "details": { | |
| "type": "table", | |
| "headings": [], | |
| "items": [] | |
| } | |
| }, | |
| "aria-toggle-field-name": { | |
| "id": "aria-toggle-field-name", | |
| "title": "ARIA toggle fields have accessible names", | |
| "description": "When a toggle field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn more](https://web.dev/aria-toggle-field-name/).", | |
| "score": null, | |
| "scoreDisplayMode": "notApplicable" | |
| }, | |
| "aria-valid-attr-value": { | |
| "id": "aria-valid-attr-value", | |
| "title": "`[aria-*]` attributes have valid values", | |
| "description": "Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. [Learn more](https://web.dev/aria-valid-attr-value/).", | |
| "score": 1, | |
| "scoreDisplayMode": "binary", | |
| "details": { | |
| "type": "table", | |
| "headings": [], | |
| "items": [] | |
| } | |
| }, | |
| "aria-valid-attr": { | |
| "id": "aria-valid-attr", | |
| "title": "`[aria-*]` attributes are valid and not misspelled", | |
| "description": "Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid names. [Learn more](https://web.dev/aria-valid-attr/).", | |
| "score": 1, | |
| "scoreDisplayMode": "binary", | |
| "details": { | |
| "type": "table", | |
| "headings": [], | |
| "items": [] | |
| } | |
| }, | |
| "button-name": { | |
| "id": "button-name", | |
| "title": "Buttons have an accessible name", | |
| "description": "When a button doesn't have an accessible name, screen readers announce it as \"button\", making it unusable for users who rely on screen readers. [Learn more](https://web.dev/button-name/).", | |
| "score": 1, | |
| "scoreDisplayMode": "binary", | |
| "details": { | |
| "type": "table", | |
| "headings": [], | |
| "items": [] | |
| } | |
| }, | |
| "bypass": { | |
| "id": "bypass", | |
| "title": "The page contains a heading, skip link, or landmark region", | |
| "description": "Adding ways to bypass repetitive content lets keyboard users navigate the page more efficiently. [Learn more](https://web.dev/bypass/).", | |
| "score": 1, | |
| "scoreDisplayMode": "binary", | |
| "details": { | |
| "type": "table", | |
| "headings": [], | |
| "items": [] | |
| } | |
| }, | |
| "color-contrast": { | |
| "id": "color-contrast", | |
| "title": "Background and foreground colors do not have a sufficient contrast ratio.", | |
| "description": "Low-contrast text is difficult or impossible for many users to read. [Learn more](https://web.dev/color-contrast/).", | |
| "score": 0, | |
| "scoreDisplayMode": "binary", | |
| "details": { | |
| "type": "table", | |
| "headings": [ | |
| { | |
| "key": "node", | |
| "itemType": "node", | |
| "text": "Failing Elements" | |
| } | |
| ], | |
| "items": [ | |
| { | |
| "node": { | |
| "type": "node", | |
| "selector": "form[action=\"\\/accounts\\/auth\\/google_oauth2\"] > .bg-starflower.hover-bg-starflower-light.focus-bg-starflower-light", | |
| "path": "1,HTML,1,BODY,0,DIV,0,SECTION,0,DIV,2,DIV,1,FORM,2,BUTTON", | |
| "snippet": "<button class=\"sans-serif f7 lh-title tc nowrap bg-starflower hover-bg-starflower-light focus-bg-starflower-light active-bg-starflower-dark ba bw1 b--starflower focus-b--starflower-light hover-b--starflower-light active-b--starflower-dark pointer white pv3 ph4 flex items-center justify-center fw6 br2 w-100 mt5 js-track-click\" type=\"submit\">", | |
| "explanation": "Fix any of the following:\n Element has insufficient color contrast of 3.57 (foreground color: #ffffff, background color: #0d86ff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1", | |
| "nodeLabel": "Sign in with Google" | |
| } | |
| } | |
| ], | |
| "debugData": { | |
| "type": "debugdata", | |
| "impact": "serious", | |
| "tags": [ | |
| "cat.color", | |
| "wcag2aa", | |
| "wcag143" | |
| ] | |
| } | |
| } | |
| }, | |
| "definition-list": { | |
| "id": "definition-list", | |
| "title": "`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.", | |
| "description": "When definition lists are not properly marked up, screen readers may produce confusing or inaccurate output. [Learn more](https://web.dev/definition-list/).", | |
| "score": null, | |
| "scoreDisplayMode": "notApplicable" | |
| }, | |
| "dlitem": { | |
| "id": "dlitem", | |
| "title": "Definition list items are wrapped in `<dl>` elements", | |
| "description": "Definition list items (`<dt>` and `<dd>`) must be wrapped in a parent `<dl>` element to ensure that screen readers can properly announce them. [Learn more](https://web.dev/dlitem/).", | |
| "score": null, | |
| "scoreDisplayMode": "notApplicable" | |
| }, | |
| "document-title": { | |
| "id": "document-title", | |
| "title": "Document has a `<title>` element", | |
| "description": "The title gives screen reader users an overview of the page, and search engine users rely on it heavily to determine if a page is relevant to their search. [Learn more](https://web.dev/document-title/).", | |
| "score": 1, | |
| "scoreDisplayMode": "binary", | |
| "details": { | |
| "type": "table", | |
| "headings": [], | |
| "items": [] | |
| } | |
| }, | |
| "duplicate-id-active": { | |
| "id": "duplicate-id-active", | |
| "title": "`[id]` attributes on active, focusable elements are unique", | |
| "description": "All focusable elements must have a unique `id` to ensure that they're visible to assistive technologies. [Learn more](https://web.dev/duplicate-id-active/).", | |
| "score": null, | |
| "scoreDisplayMode": "notApplicable" | |
| }, | |
| "duplicate-id-aria": { | |
| "id": "duplicate-id-aria", | |
| "title": "ARIA IDs are unique", | |
| "description": "The value of an ARIA ID must be unique to prevent other instances from being overlooked by assistive technologies. [Learn more](https://web.dev/duplicate-id-aria/).", | |
| "score": 1, | |
| "scoreDisplayMode": "binary", | |
| "details": { | |
| "type": "table", | |
| "headings": [], | |
| "items": [] | |
| } | |
| }, | |
| "form-field-multiple-labels": { | |
| "id": "form-field-multiple-labels", | |
| "title": "No form fields have multiple labels", | |
| "description": "Form fields with multiple labels can be confusingly announced by assistive technologies like screen readers which use either the first, the last, or all of the labels. [Learn more](https://web.dev/form-field-multiple-labels/).", | |
| "score": null, | |
| "scoreDisplayMode": "notApplicable" | |
| }, | |
| "frame-title": { | |
| "id": "frame-title", | |
| "title": "`<frame>` or `<iframe>` elements have a title", | |
| "description": "Screen reader users rely on frame titles to describe the contents of frames. [Learn more](https://web.dev/frame-title/).", | |
| "score": 1, | |
| "scoreDisplayMode": "binary", | |
| "details": { | |
| "type": "table", | |
| "headings": [], | |
| "items": [] | |
| } | |
| }, | |
| "heading-order": { | |
| "id": "heading-order", | |
| "title": "Heading elements appear in a sequentially-descending order", | |
| "description": "Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. [Learn more](https://web.dev/heading-order/).", | |
| "score": 1, | |
| "scoreDisplayMode": "binary", | |
| "details": { | |
| "type": "table", | |
| "headings": [], | |
| "items": [] | |
| } | |
| }, | |
| "html-has-lang": { | |
| "id": "html-has-lang", | |
| "title": "`<html>` element has a `[lang]` attribute", | |
| "description": "If a page doesn't specify a lang attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. [Learn more](https://web.dev/html-has-lang/).", | |
| "score": 1, | |
| "scoreDisplayMode": "binary", | |
| "details": { | |
| "type": "table", | |
| "headings": [], | |
| "items": [] | |
| } | |
| }, | |
| "html-lang-valid": { | |
| "id": "html-lang-valid", | |
| "title": "`<html>` element has a valid value for its `[lang]` attribute", | |
| "description": "Specifying a valid [BCP 47 language](https://www.w3.org/International/questions/qa-choosing-language-tags#question) helps screen readers announce text properly. [Learn more](https://web.dev/html-lang-valid/).", | |
| "score": 1, | |
| "scoreDisplayMode": "binary", | |
| "details": { | |
| "type": "table", | |
| "headings": [], | |
| "items": [] | |
| } | |
| }, | |
| "image-alt": { | |
| "id": "image-alt", | |
| "title": "Image elements have `[alt]` attributes", | |
| "description": "Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more](https://web.dev/image-alt/).", | |
| "score": null, | |
| "scoreDisplayMode": "notApplicable" | |
| }, | |
| "input-image-alt": { | |
| "id": "input-image-alt", | |
| "title": "`<input type=\"image\">` elements have `[alt]` text", | |
| "description": "When an image is being used as an `<input>` button, providing alternative text can help screen reader users understand the purpose of the button. [Learn more](https://web.dev/input-image-alt/).", | |
| "score": null, | |
| "scoreDisplayMode": "notApplicable" | |
| }, | |
| "label": { | |
| "id": "label", | |
| "title": "Form elements have associated labels", | |
| "description": "Labels ensure that form controls are announced properly by assistive technologies, like screen readers. [Learn more](https://web.dev/label/).", | |
| "score": 1, | |
| "scoreDisplayMode": "binary", | |
| "details": { | |
| "type": "table", | |
| "headings": [], | |
| "items": [] | |
| } | |
| }, | |
| "layout-table": { | |
| "id": "layout-table", | |
| "title": "Presentational `<table>` elements avoid using `<th>`, `<caption>` or the `[summary]` attribute.", | |
| "description": "A table being used for layout purposes should not include data elements, such as the th or caption elements or the summary attribute, because this can create a confusing experience for screen reader users. [Learn more](https://web.dev/layout-table/).", | |
| "score": null, | |
| "scoreDisplayMode": "notApplicable" | |
| }, | |
| "link-name": { | |
| "id": "link-name", | |
| "title": "Links have a discernible name", | |
| "description": "Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. [Learn more](https://web.dev/link-name/).", | |
| "score": 1, | |
| "scoreDisplayMode": "binary", | |
| "details": { | |
| "type": "table", | |
| "headings": [], | |
| "items": [] | |
| } | |
| }, | |
| "list": { | |
| "id": "list", | |
| "title": "Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).", | |
| "description": "Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. [Learn more](https://web.dev/list/).", | |
| "score": null, | |
| "scoreDisplayMode": "notApplicable" | |
| }, | |
| "listitem": { | |
| "id": "listitem", | |
| "title": "List items (`<li>`) are contained within `<ul>` or `<ol>` parent elements", | |
| "description": "Screen readers require list items (`<li>`) to be contained within a parent `<ul>` or `<ol>` to be announced properly. [Learn more](https://web.dev/listitem/).", | |
| "score": null, | |
| "scoreDisplayMode": "notApplicable" | |
| }, | |
| "meta-refresh": { | |
| "id": "meta-refresh", | |
| "title": "The document does not use `<meta http-equiv=\"refresh\">`", | |
| "description": "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. [Learn more](https://web.dev/meta-refresh/).", | |
| "score": null, | |
| "scoreDisplayMode": "notApplicable" | |
| }, | |
| "meta-viewport": { | |
| "id": "meta-viewport", | |
| "title": "`[user-scalable=\"no\"]` is used in the `<meta name=\"viewport\">` element or the `[maximum-scale]` attribute is less than 5.", | |
| "description": "Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. [Learn more](https://web.dev/meta-viewport/).", | |
| "score": 0, | |
| "scoreDisplayMode": "binary", | |
| "details": { | |
| "type": "table", | |
| "headings": [ | |
| { | |
| "key": "node", | |
| "itemType": "node", | |
| "text": "Failing Elements" | |
| } | |
| ], | |
| "items": [ | |
| { | |
| "node": { | |
| "type": "node", | |
| "selector": "meta[name=\"viewport\"]", | |
| "path": "1,HTML,0,HEAD,56,META", | |
| "snippet": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0\">", | |
| "explanation": "Fix any of the following:\n maximum-scale on <meta> tag disables zooming on mobile devices", | |
| "nodeLabel": "meta" | |
| } | |
| } | |
| ], | |
| "debugData": { | |
| "type": "debugdata", | |
| "impact": "critical", | |
| "tags": [ | |
| "cat.sensory-and-visual-cues", | |
| "best-practice" | |
| ] | |
| } | |
| } | |
| }, | |
| "object-alt": { | |
| "id": "object-alt", | |
| "title": "`<object>` elements have `[alt]` text", | |
| "description": "Screen readers cannot translate non-text content. Adding alt text to `<object>` elements helps screen readers convey meaning to users. [Learn more](https://web.dev/object-alt/).", | |
| "score": null, | |
| "scoreDisplayMode": "notApplicable" | |
| }, | |
| "tabindex": { | |
| "id": "tabindex", | |
| "title": "No element has a `[tabindex]` value greater than 0", | |
| "description": "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://web.dev/tabindex/).", | |
| "score": null, | |
| "scoreDisplayMode": "notApplicable" | |
| }, | |
| "td-headers-attr": { | |
| "id": "td-headers-attr", | |
| "title": "Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.", | |
| "description": "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. [Learn more](https://web.dev/td-headers-attr/).", | |
| "score": null, | |
| "scoreDisplayMode": "notApplicable" | |
| }, | |
| "th-has-data-cells": { | |
| "id": "th-has-data-cells", | |
| "title": "`<th>` elements and elements with `[role=\"columnheader\"/\"rowheader\"]` have data cells they describe.", | |
| "description": "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. [Learn more](https://web.dev/th-has-data-cells/).", | |
| "score": null, | |
| "scoreDisplayMode": "notApplicable" | |
| }, | |
| "valid-lang": { | |
| "id": "valid-lang", | |
| "title": "`[lang]` attributes have a valid value", | |
| "description": "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. [Learn more](https://web.dev/valid-lang/).", | |
| "score": null, | |
| "scoreDisplayMode": "notApplicable" | |
| }, | |
| "video-caption": { | |
| "id": "video-caption", | |
| "title": "`<video>` elements contain a `<track>` element with `[kind=\"captions\"]`", | |
| "description": "When a video provides a caption it is easier for deaf and hearing impaired users to access its information. [Learn more](https://web.dev/video-caption/).", | |
| "score": null, | |
| "scoreDisplayMode": "notApplicable" | |
| }, | |
| "video-description": { | |
| "id": "video-description", | |
| "title": "`<video>` elements contain a `<track>` element with `[kind=\"description\"]`", | |
| "description": "Audio descriptions provide relevant information for videos that dialogue cannot, such as facial expressions and scenes. [Learn more](https://web.dev/video-description/).", | |
| "score": null, | |
| "scoreDisplayMode": "notApplicable" | |
| }, | |
| "custom-controls-labels": { | |
| "id": "custom-controls-labels", | |
| "title": "Custom controls have associated labels", | |
| "description": "Custom interactive controls have associated labels, provided by aria-label or aria-labelledby. [Learn more](https://web.dev/custom-controls-labels/).", | |
| "score": null, | |
| "scoreDisplayMode": "manual" | |
| }, | |
| "custom-controls-roles": { | |
| "id": "custom-controls-roles", | |
| "title": "Custom controls have ARIA roles", | |
| "description": "Custom interactive controls have appropriate ARIA roles. [Learn more](https://web.dev/custom-control-roles/).", | |
| "score": null, | |
| "scoreDisplayMode": "manual" | |
| }, | |
| "focus-traps": { | |
| "id": "focus-traps", | |
| "title": "User focus is not accidentally trapped in a region", | |
| "description": "A user can tab into and out of any control or region without accidentally trapping their focus. [Learn more](https://web.dev/focus-traps/).", | |
| "score": null, | |
| "scoreDisplayMode": "manual" | |
| }, | |
| "focusable-controls": { | |
| "id": "focusable-controls", | |
| "title": "Interactive controls are keyboard focusable", | |
| "description": "Custom interactive controls are keyboard focusable and display a focus indicator. [Learn more](https://web.dev/focusable-controls/).", | |
| "score": null, | |
| "scoreDisplayMode": "manual" | |
| }, | |
| "interactive-element-affordance": { | |
| "id": "interactive-element-affordance", | |
| "title": "Interactive elements indicate their purpose and state", | |
| "description": "Interactive elements, such as links and buttons, should indicate their state and be distinguishable from non-interactive elements. [Learn more](https://web.dev/interactive-element-affordance/).", | |
| "score": null, | |
| "scoreDisplayMode": "manual" | |
| }, | |
| "logical-tab-order": { | |
| "id": "logical-tab-order", | |
| "title": "The page has a logical tab order", | |
| "description": "Tabbing through the page follows the visual layout. Users cannot focus elements that are offscreen. [Learn more](https://web.dev/logical-tab-order/).", | |
| "score": null, | |
| "scoreDisplayMode": "manual" | |
| }, | |
| "managed-focus": { | |
| "id": "managed-focus", | |
| "title": "The user's focus is directed to new content added to the page", | |
| "description": "If new content, such as a dialog, is added to the page, the user's focus is directed to it. [Learn more](https://web.dev/managed-focus/).", | |
| "score": null, | |
| "scoreDisplayMode": "manual" | |
| }, | |
| "offscreen-content-hidden": { | |
| "id": "offscreen-content-hidden", | |
| "title": "Offscreen content is hidden from assistive technology", | |
| "description": "Offscreen content is hidden with display: none or aria-hidden=true. [Learn more](https://web.dev/offscreen-content-hidden/).", | |
| "score": null, | |
| "scoreDisplayMode": "manual" | |
| }, | |
| "use-landmarks": { | |
| "id": "use-landmarks", | |
| "title": "HTML5 landmark elements are used to improve navigation", | |
| "description": "Landmark elements (<main>, <nav>, etc.) are used to improve the keyboard navigation of the page for assistive technology. [Learn more](https://web.dev/use-landmarks/).", | |
| "score": null, | |
| "scoreDisplayMode": "manual" | |
| }, | |
| "visual-order-follows-dom": { | |
| "id": "visual-order-follows-dom", | |
| "title": "Visual order on the page follows DOM order", | |
| "description": "DOM order matches the visual order, improving navigation for assistive technology. [Learn more](https://web.dev/visual-order-follows-dom/).", | |
| "score": null, | |
| "scoreDisplayMode": "manual" | |
| }, | |
| "uses-long-cache-ttl": { | |
| "id": "uses-long-cache-ttl", | |
| "title": "Serve static assets with an efficient cache policy", | |
| "description": "A long cache lifetime can speed up repeat visits to your page. [Learn more](https://web.dev/uses-long-cache-ttl).", | |
| "score": 0.09, | |
| "scoreDisplayMode": "numeric", | |
| "numericValue": 660277.1215833334, | |
| "numericUnit": "byte", | |
| "displayValue": "26 resources found", | |
| "details": { | |
| "type": "table", | |
| "headings": [ | |
| { | |
| "key": "url", | |
| "itemType": "url", | |
| "text": "URL" | |
| }, | |
| { | |
| "key": "cacheLifetimeMs", | |
| "itemType": "ms", | |
| "text": "Cache TTL", | |
| "displayUnit": "duration" | |
| }, | |
| { | |
| "key": "totalBytes", | |
| "itemType": "bytes", | |
| "text": "Transfer Size", | |
| "displayUnit": "kb", | |
| "granularity": 1 | |
| } | |
| ], | |
| "items": [ | |
| { | |
| "url": "https://dashboard.pusher.com/packs/js/application-3b0d64bea6d3ada6b3db.js", | |
| "cacheLifetimeMs": 0, | |
| "cacheHitProbability": 0, | |
| "totalBytes": 183380, | |
| "wastedBytes": 183380 | |
| }, | |
| { | |
| "url": "https://d3qy0ae439eg67.cloudfront.net/cdn/da7ae6c0-9455-11ea-9b03-c97f7c5e49d9.js", | |
| "cacheLifetimeMs": 0, | |
| "cacheHitProbability": 0, | |
| "totalBytes": 73555, | |
| "wastedBytes": 73555 | |
| }, | |
| { | |
| "url": "https://dashboard.pusher.com/assets/logged-out-cd044cf6ad42a9222ddc861ecfd9d4a79ec16a33f366ce4a56e894bbb31c023e.js", | |
| "cacheLifetimeMs": 0, | |
| "cacheHitProbability": 0, | |
| "totalBytes": 39020, | |
| "wastedBytes": 39020 | |
| }, | |
| { | |
| "url": "https://dashboard.pusher.com/packs/css/application-51f3e994.css", | |
| "cacheLifetimeMs": 0, | |
| "cacheHitProbability": 0, | |
| "totalBytes": 22616, | |
| "wastedBytes": 22616 | |
| }, | |
| { | |
| "url": "https://d1sxenc8w1ds8y.cloudfront.net/fonts/maisonneue-semibold-webfont.woff2", | |
| "cacheLifetimeMs": 0, | |
| "cacheHitProbability": 0, | |
| "totalBytes": 20986, | |
| "wastedBytes": 20986 | |
| }, | |
| { | |
| "url": "https://d1sxenc8w1ds8y.cloudfront.net/fonts/maisonneue-medium-webfont.woff2", | |
| "cacheLifetimeMs": 0, | |
| "cacheHitProbability": 0, | |
| "totalBytes": 486, | |
| "wastedBytes": 486 | |
| }, | |
| { | |
| "url": "https://bam.nr-data.net/1/08e69e5ff0?a=10159516&v=1177.96a4d39&to=IVcIEUFcXVVQRRtABBFLDwpdQB5XUEA%3D&rst=1539&ck=1&ref=https://dashboard.pusher.com/accounts/sign_in&qt=2&ap=14&be=1130&fe=1520&dc=1149&perf=%7B%22timing%22:%7B%22of%22:1600682961717,%22n%22:0,%22f%22:1,%22dn%22:1,%22dne%22:1,%22c%22:1,%22ce%22:1,%22rq%22:4,%22rp%22:363,%22rpe%22:366,%22dl%22:373,%22di%22:1144,%22ds%22:1145,%22de%22:1148,%22dc%22:1510,%22l%22:1510,%22le%22:1521%7D,%22navigation%22:%7B%7D%7D&fp=1231&fcp=1231&jsonp=NREUM.setToken", | |
| "cacheLifetimeMs": 0, | |
| "cacheHitProbability": 0, | |
| "totalBytes": 146, | |
| "wastedBytes": 146 | |
| }, | |
| { | |
| "url": "https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=1243985&url=https%3A%2F%2Fdashboard.pusher.com%2Faccounts%2Fsign_in&time=1600682962789", | |
| "cacheLifetimeMs": 0, | |
| "cacheHitProbability": 0, | |
| "totalBytes": 63, | |
| "wastedBytes": 63 | |
| }, | |
| { | |
| "url": "https://js.hs-scripts.com/6428535.js", | |
| "debugData": { | |
| "type": "debugdata", | |
| "public": true, | |
| "max-age": 60 | |
| }, | |
| "cacheLifetimeMs": 60000, | |
| "cacheHitProbability": 0.008333333333333333, | |
| "totalBytes": 648, | |
| "wastedBytes": 642.6 | |
| }, | |
| { | |
| "url": "https://static.hotjar.com/c/hotjar-34597208057070230.js?sv=6", | |
| "debugData": { | |
| "type": "debugdata", | |
| "max-age": 60 | |
| }, | |
| "cacheLifetimeMs": 60000, | |
| "cacheHitProbability": 0.008333333333333333, | |
| "totalBytes": 351, | |
| "wastedBytes": 348.075 | |
| }, | |
| { | |
| "url": "https://cdn.segment.com/analytics.js/v1/4zywpT0rowDQ9wSYZJACdy5XU50ef02O/analytics.min.js", | |
| "debugData": { | |
| "type": "debugdata", | |
| "public": true, | |
| "max-age": 300 | |
| }, | |
| "cacheLifetimeMs": 300000, | |
| "cacheHitProbability": 0.041666666666666664, | |
| "totalBytes": 79553, | |
| "wastedBytes": 76238.29166666667 | |
| }, | |
| { | |
| "url": "https://js.hs-analytics.net/analytics/1600683000000/6428535.js", | |
| "debugData": { | |
| "type": "debugdata", | |
| "max-age": 300, | |
| "public": true | |
| }, | |
| "cacheLifetimeMs": 300000, | |
| "cacheHitProbability": 0.041666666666666664, | |
| "totalBytes": 36377, | |
| "wastedBytes": 34861.29166666667 | |
| }, | |
| { | |
| "url": "https://js.hs-banner.com/6428535.js", | |
| "debugData": { | |
| "type": "debugdata", | |
| "max-age": 300, | |
| "public": true | |
| }, | |
| "cacheLifetimeMs": 300000, | |
| "cacheHitProbability": 0.041666666666666664, | |
| "totalBytes": 10819, | |
| "wastedBytes": 10368.208333333334 | |
| }, | |
| { | |
| "url": "https://connect.facebook.net/signals/config/602615083201368?v=2.9.24&r=stable", | |
| "debugData": { | |
| "type": "debugdata", | |
| "public": true, | |
| "max-age": 1200 | |
| }, | |
| "cacheLifetimeMs": 1200000, | |
| "cacheHitProbability": 0.11666666666666667, | |
| "totalBytes": 135047, | |
| "wastedBytes": 119291.51666666666 | |
| }, | |
| { | |
| "url": "https://connect.facebook.net/en_US/fbevents.js", | |
| "debugData": { | |
| "type": "debugdata", | |
| "public": true, | |
| "max-age": 1200 | |
| }, | |
| "cacheLifetimeMs": 1200000, | |
| "cacheHitProbability": 0.11666666666666667, | |
| "totalBytes": 34465, | |
| "wastedBytes": 30444.083333333332 | |
| }, | |
| { | |
| "url": "https://connect.facebook.net/signals/plugins/identity.js?v=2.9.24", | |
| "debugData": { | |
| "type": "debugdata", | |
| "public": true, | |
| "max-age": 1200 | |
| }, | |
| "cacheLifetimeMs": 1200000, | |
| "cacheHitProbability": 0.11666666666666667, | |
| "totalBytes": 10883, | |
| "wastedBytes": 9613.316666666666 | |
| }, | |
| { | |
| "url": "https://www.google-analytics.com/plugins/ua/linkid.js", | |
| "debugData": { | |
| "type": "debugdata", | |
| "public": true, | |
| "max-age": 3600 | |
| }, | |
| "cacheLifetimeMs": 3600000, | |
| "cacheHitProbability": 0.2, | |
| "totalBytes": 887, | |
| "wastedBytes": 709.6 | |
| }, | |
| { | |
| "url": "https://js-agent.newrelic.com/nr-1177.min.js", | |
| "debugData": { | |
| "type": "debugdata", | |
| "public": true, | |
| "max-age": 7200, | |
| "stale-if-error": "604800" | |
| }, | |
| "cacheLifetimeMs": 7200000, | |
| "cacheHitProbability": 0.25, | |
| "totalBytes": 20913, | |
| "wastedBytes": 15684.75 | |
| }, | |
| { | |
| "url": "https://www.google-analytics.com/analytics.js", | |
| "debugData": { | |
| "type": "debugdata", | |
| "public": true, | |
| "max-age": 7200 | |
| }, | |
| "cacheLifetimeMs": 7200000, | |
| "cacheHitProbability": 0.25, | |
| "totalBytes": 18719, | |
| "wastedBytes": 14039.25 | |
| }, | |
| { | |
| "url": "https://snap.licdn.com/li.lms-analytics/insight.min.js", | |
| "debugData": { | |
| "type": "debugdata", | |
| "max-age": 19809 | |
| }, | |
| "cacheLifetimeMs": 19809000, | |
| "cacheHitProbability": 0.35005000000000003, | |
| "totalBytes": 760, | |
| "wastedBytes": 493.96200000000005 | |
| }, | |
| { | |
| "url": "https://snap.licdn.com/li.lms-analytics/insight.old.min.js", | |
| "debugData": { | |
| "type": "debugdata", | |
| "max-age": 73834 | |
| }, | |
| "cacheLifetimeMs": 73834000, | |
| "cacheHitProbability": 0.5709120370370371, | |
| "totalBytes": 1890, | |
| "wastedBytes": 810.9762499999999 | |
| }, | |
| { | |
| "url": "https://public.profitwell.com/js/profitwell.js?auth=e4582077950e8f4ef75f72a4ef8b61a3", | |
| "debugData": { | |
| "type": "debugdata", | |
| "public": true, | |
| "max-age": 86400 | |
| }, | |
| "cacheLifetimeMs": 86400000, | |
| "cacheHitProbability": 0.6, | |
| "totalBytes": 15166, | |
| "wastedBytes": 6066.400000000001 | |
| }, | |
| { | |
| "url": "https://www.gstatic.com/recaptcha/api2/logo_48.png", | |
| "debugData": { | |
| "type": "debugdata", | |
| "public": true, | |
| "max-age": 604800 | |
| }, | |
| "cacheLifetimeMs": 604800000, | |
| "cacheHitProbability": 0.9, | |
| "totalBytes": 2255, | |
| "wastedBytes": 225.49999999999994 | |
| }, | |
| { | |
| "url": "https://www.gstatic.com/recaptcha/api2/info_2x.png", | |
| "debugData": { | |
| "type": "debugdata", | |
| "public": true, | |
| "max-age": 604800 | |
| }, | |
| "cacheLifetimeMs": 604800000, | |
| "cacheHitProbability": 0.9, | |
| "totalBytes": 693, | |
| "wastedBytes": 69.29999999999998 | |
| }, | |
| { | |
| "url": "https://www.gstatic.com/recaptcha/api2/refresh_2x.png", | |
| "debugData": { | |
| "type": "debugdata", | |
| "public": true, | |
| "max-age": 604800 | |
| }, | |
| "cacheLifetimeMs": 604800000, | |
| "cacheHitProbability": 0.9, | |
| "totalBytes": 628, | |
| "wastedBytes": 62.79999999999998 | |
| }, | |
| { | |
| "url": "https://www.gstatic.com/recaptcha/api2/audio_2x.png", | |
| "debugData": { | |
| "type": "debugdata", | |
| "public": true, | |
| "max-age": 604800 | |
| }, | |
| "cacheLifetimeMs": 604800000, | |
| "cacheHitProbability": 0.9, | |
| "totalBytes": 552, | |
| "wastedBytes": 55.19999999999999 | |
| } | |
| ], | |
| "summary": { | |
| "wastedBytes": 660277.1215833334 | |
| } | |
| } | |
| }, | |
| "total-byte-weight": { | |
| "id": "total-byte-weight", | |
| "title": "Avoids enormous network payloads", | |
| "description": "Large network payloads cost users real money and are highly correlated with long load times. [Learn more](https://web.dev/total-byte-weight).", | |
| "score": 1, | |
| "scoreDisplayMode": "numeric", | |
| "numericValue": 1371708, | |
| "numericUnit": "byte", | |
| "displayValue": "Total size was 1,340 KB", | |
| "details": { | |
| "type": "table", | |
| "headings": [ | |
| { | |
| "key": "url", | |
| "itemType": "url", | |
| "text": "URL" | |
| }, | |
| { | |
| "key": "totalBytes", | |
| "itemType": "bytes", | |
| "text": "Transfer Size" | |
| } | |
| ], | |
| "items": [ | |
| { | |
| "url": "https://www.gstatic.com/recaptcha/releases/6TWYOsKNtRFaLeFqv5xN42-l/recaptcha__en.js", | |
| "totalBytes": 346368 | |
| }, | |
| { | |
| "url": "https://dashboard.pusher.com/packs/js/application-3b0d64bea6d3ada6b3db.js", | |
| "totalBytes": 183380 | |
| }, | |
| { | |
| "url": "https://connect.facebook.net/signals/config/602615083201368?v=2.9.24&r=stable", | |
| "totalBytes": 135047 | |
| }, | |
| { | |
| "url": "https://cdn.segment.com/analytics.js/v1/4zywpT0rowDQ9wSYZJACdy5XU50ef02O/analytics.min.js", | |
| "totalBytes": 79553 | |
| }, | |
| { | |
| "url": "https://d3qy0ae439eg67.cloudfront.net/cdn/da7ae6c0-9455-11ea-9b03-c97f7c5e49d9.js", | |
| "totalBytes": 73555 | |
| }, | |
| { | |
| "url": "https://www.googletagmanager.com/gtag/js?id=AW-955504922", | |
| "totalBytes": 71466 | |
| }, | |
| { | |
| "url": "https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js", | |
| "totalBytes": 60146 | |
| }, | |
| { | |
| "url": "https://dashboard.pusher.com/assets/logged-out-cd044cf6ad42a9222ddc861ecfd9d4a79ec16a33f366ce4a56e894bbb31c023e.js", | |
| "totalBytes": 39020 | |
| }, | |
| { | |
| "url": "https://js.hs-analytics.net/analytics/1600683000000/6428535.js", | |
| "totalBytes": 36377 | |
| }, | |
| { | |
| "url": "https://www.google-analytics.com/gtm/js?id=GTM-57ZXZJL&cid=788390643.1581085558", | |
| "totalBytes": 35342 | |
| } | |
| ] | |
| } | |
| }, | |
| "offscreen-images": { | |
| "id": "offscreen-images", | |
| "title": "Defer offscreen images", | |
| "description": "Consider lazy-loading offscreen and hidden images after all critical resources have finished loading to lower time to interactive. [Learn more](https://web.dev/offscreen-images).", | |
| "score": 1, | |
| "scoreDisplayMode": "numeric", | |
| "numericValue": 0, | |
| "numericUnit": "millisecond", | |
| "displayValue": "", | |
| "warnings": [], | |
| "details": { | |
| "type": "opportunity", | |
| "headings": [], | |
| "items": [], | |
| "overallSavingsMs": 0, | |
| "overallSavingsBytes": 0 | |
| } | |
| }, | |
| "render-blocking-resources": { | |
| "id": "render-blocking-resources", | |
| "title": "Eliminate render-blocking resources", | |
| "description": "Resources are blocking the first paint of your page. Consider delivering critical JS/CSS inline and deferring all non-critical JS/styles. [Learn more](https://web.dev/render-blocking-resources).", | |
| "score": 0.17, | |
| "scoreDisplayMode": "numeric", | |
| "numericValue": 3584, | |
| "numericUnit": "millisecond", | |
| "displayValue": "Potential savings of 3,580 ms", | |
| "details": { | |
| "type": "opportunity", | |
| "headings": [ | |
| { | |
| "key": "url", | |
| "valueType": "url", | |
| "label": "URL" | |
| }, | |
| { | |
| "key": "totalBytes", | |
| "valueType": "bytes", | |
| "label": "Transfer Size" | |
| }, | |
| { | |
| "key": "wastedMs", | |
| "valueType": "timespanMs", | |
| "label": "Potential Savings" | |
| } | |
| ], | |
| "items": [ | |
| { | |
| "url": "https://d3qy0ae439eg67.cloudfront.net/cdn/da7ae6c0-9455-11ea-9b03-c97f7c5e49d9.js", | |
| "totalBytes": 73555, | |
| "wastedMs": 2591 | |
| }, | |
| { | |
| "url": "https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js", | |
| "totalBytes": 60146, | |
| "wastedMs": 2407 | |
| }, | |
| { | |
| "url": "https://dashboard.pusher.com/assets/logged-out-cd044cf6ad42a9222ddc861ecfd9d4a79ec16a33f366ce4a56e894bbb31c023e.js", | |
| "totalBytes": 39020, | |
| "wastedMs": 1860 | |
| }, | |
| { | |
| "url": "https://dashboard.pusher.com/packs/css/application-51f3e994.css", | |
| "totalBytes": 22616, | |
| "wastedMs": 1109 | |
| }, | |
| { | |
| "url": "https://dashboard.pusher.com/packs/js/application-3b0d64bea6d3ada6b3db.js", | |
| "totalBytes": 183380, | |
| "wastedMs": 3210 | |
| } | |
| ], | |
| "overallSavingsMs": 3584 | |
| } | |
| }, | |
| "unminified-css": { | |
| "id": "unminified-css", | |
| "title": "Minify CSS", | |
| "description": "Minifying CSS files can reduce network payload sizes. [Learn more](https://web.dev/unminified-css).", | |
| "score": 1, | |
| "scoreDisplayMode": "numeric", | |
| "numericValue": 0, | |
| "numericUnit": "millisecond", | |
| "displayValue": "", | |
| "details": { | |
| "type": "opportunity", | |
| "headings": [], | |
| "items": [], | |
| "overallSavingsMs": 0, | |
| "overallSavingsBytes": 0 | |
| } | |
| }, | |
| "unminified-javascript": { | |
| "id": "unminified-javascript", | |
| "title": "Minify JavaScript", | |
| "description": "Minifying JavaScript files can reduce payload sizes and script parse time. [Learn more](https://web.dev/unminified-javascript).", | |
| "score": 1, | |
| "scoreDisplayMode": "numeric", | |
| "numericValue": 0, | |
| "numericUnit": "millisecond", | |
| "displayValue": "", | |
| "warnings": [], | |
| "details": { | |
| "type": "opportunity", | |
| "headings": [], | |
| "items": [], | |
| "overallSavingsMs": 0, | |
| "overallSavingsBytes": 0 | |
| } | |
| }, | |
| "unused-css-rules": { | |
| "id": "unused-css-rules", | |
| "title": "Remove unused CSS", | |
| "description": "Remove dead rules from stylesheets and defer the loading of CSS not used for above-the-fold content to reduce unnecessary bytes consumed by network activity. [Learn more](https://web.dev/unused-css-rules).", | |
| "score": 0.87, | |
| "scoreDisplayMode": "numeric", | |
| "numericValue": 160, | |
| "numericUnit": "millisecond", | |
| "displayValue": "Potential savings of 21 KB", | |
| "details": { | |
| "type": "opportunity", | |
| "headings": [ | |
| { | |
| "key": "url", | |
| "valueType": "url", | |
| "label": "URL" | |
| }, | |
| { | |
| "key": "totalBytes", | |
| "valueType": "bytes", | |
| "label": "Transfer Size" | |
| }, | |
| { | |
| "key": "wastedBytes", | |
| "valueType": "bytes", | |
| "label": "Potential Savings" | |
| } | |
| ], | |
| "items": [ | |
| { | |
| "url": "https://dashboard.pusher.com/packs/css/application-51f3e994.css", | |
| "wastedBytes": 21348, | |
| "wastedPercent": 94.39528365934187, | |
| "totalBytes": 22616 | |
| } | |
| ], | |
| "overallSavingsMs": 160, | |
| "overallSavingsBytes": 21348 | |
| } | |
| }, | |
| "unused-javascript": { | |
| "id": "unused-javascript", | |
| "title": "Remove unused JavaScript", | |
| "description": "Remove unused JavaScript to reduce bytes consumed by network activity. [Learn more](https://web.dev/remove-unused-code/).", | |
| "score": 0.05, | |
| "scoreDisplayMode": "numeric", | |
| "numericValue": 4570, | |
| "numericUnit": "millisecond", | |
| "displayValue": "Potential savings of 707 KB", | |
| "details": { | |
| "type": "opportunity", | |
| "headings": [ | |
| { | |
| "key": "url", | |
| "valueType": "url", | |
| "subRows": { | |
| "key": "sources", | |
| "valueType": "code" | |
| }, | |
| "label": "URL" | |
| }, | |
| { | |
| "key": "totalBytes", | |
| "valueType": "bytes", | |
| "subRows": { | |
| "key": "sourceBytes" | |
| }, | |
| "label": "Transfer Size" | |
| }, | |
| { | |
| "key": "wastedBytes", | |
| "valueType": "bytes", | |
| "subRows": { | |
| "key": "sourceWastedBytes" | |
| }, | |
| "label": "Potential Savings" | |
| } | |
| ], | |
| "items": [ | |
| { | |
| "url": "https://www.gstatic.com/recaptcha/releases/6TWYOsKNtRFaLeFqv5xN42-l/recaptcha__en.js", | |
| "totalBytes": 346368, | |
| "wastedBytes": 168725, | |
| "wastedPercent": 48.71271853159481 | |
| }, | |
| { | |
| "url": "https://dashboard.pusher.com/packs/js/application-3b0d64bea6d3ada6b3db.js", | |
| "totalBytes": 183380, | |
| "wastedBytes": 161763, | |
| "wastedPercent": 88.2117414517714 | |
| }, | |
| { | |
| "url": "https://connect.facebook.net/signals/config/602615083201368?v=2.9.24&r=stable", | |
| "totalBytes": 135047, | |
| "wastedBytes": 116649, | |
| "wastedPercent": 86.37666894101243 | |
| }, | |
| { | |
| "url": "https://d3qy0ae439eg67.cloudfront.net/cdn/da7ae6c0-9455-11ea-9b03-c97f7c5e49d9.js", | |
| "totalBytes": 73555, | |
| "wastedBytes": 44426, | |
| "wastedPercent": 60.39796505748557 | |
| }, | |
| { | |
| "url": "https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js", | |
| "totalBytes": 60146, | |
| "wastedBytes": 42157, | |
| "wastedPercent": 70.0916123302718 | |
| }, | |
| { | |
| "url": "https://www.googletagmanager.com/gtag/js?id=AW-955504922", | |
| "totalBytes": 71466, | |
| "wastedBytes": 36114, | |
| "wastedPercent": 50.533098614940045 | |
| }, | |
| { | |
| "url": "https://cdn.segment.com/analytics.js/v1/4zywpT0rowDQ9wSYZJACdy5XU50ef02O/analytics.min.js", | |
| "totalBytes": 79553, | |
| "wastedBytes": 25112, | |
| "wastedPercent": 31.565774643034683 | |
| }, | |
| { | |
| "url": "https://dashboard.pusher.com/assets/logged-out-cd044cf6ad42a9222ddc861ecfd9d4a79ec16a33f366ce4a56e894bbb31c023e.js", | |
| "totalBytes": 39020, | |
| "wastedBytes": 25035, | |
| "wastedPercent": 64.15881016833131 | |
| }, | |
| { | |
| "url": "https://www.google-analytics.com/gtm/js?id=GTM-57ZXZJL&cid=788390643.1581085558", | |
| "totalBytes": 35342, | |
| "wastedBytes": 24013, | |
| "wastedPercent": 67.94463788735382 | |
| }, | |
| { | |
| "url": "https://connect.facebook.net/en_US/fbevents.js", | |
| "totalBytes": 34465, | |
| "wastedBytes": 17264, | |
| "wastedPercent": 50.091107739439124 | |
| }, | |
| { | |
| "url": "https://js.hs-analytics.net/analytics/1600683000000/6428535.js", | |
| "totalBytes": 36377, | |
| "wastedBytes": 17000, | |
| "wastedPercent": 46.73154880110288 | |
| }, | |
| { | |
| "url": "https://public.profitwell.com/js/profitwell.js?auth=e4582077950e8f4ef75f72a4ef8b61a3", | |
| "totalBytes": 15166, | |
| "wastedBytes": 11083, | |
| "wastedPercent": 73.07824222936763 | |
| }, | |
| { | |
| "url": "https://js-agent.newrelic.com/nr-1177.min.js", | |
| "totalBytes": 20913, | |
| "wastedBytes": 10711, | |
| "wastedPercent": 51.21835903404131 | |
| }, | |
| { | |
| "url": "https://connect.facebook.net/signals/plugins/identity.js?v=2.9.24", | |
| "totalBytes": 10883, | |
| "wastedBytes": 9419, | |
| "wastedPercent": 86.55031035983417 | |
| }, | |
| { | |
| "url": "https://www.google-analytics.com/analytics.js", | |
| "totalBytes": 18719, | |
| "wastedBytes": 6492, | |
| "wastedPercent": 34.681322463378436 | |
| }, | |
| { | |
| "url": "https://www.googleadservices.com/pagead/conversion_async.js", | |
| "totalBytes": 11401, | |
| "wastedBytes": 4161, | |
| "wastedPercent": 36.4933164860012 | |
| }, | |
| { | |
| "url": "https://js.hs-banner.com/6428535.js", | |
| "totalBytes": 10819, | |
| "wastedBytes": 3747, | |
| "wastedPercent": 34.63381245722108 | |
| } | |
| ], | |
| "overallSavingsMs": 4570, | |
| "overallSavingsBytes": 723871 | |
| } | |
| }, | |
| "uses-webp-images": { | |
| "id": "uses-webp-images", | |
| "title": "Serve images in next-gen formats", | |
| "description": "Image formats like JPEG 2000, JPEG XR, and WebP often provide better compression than PNG or JPEG, which means faster downloads and less data consumption. [Learn more](https://web.dev/uses-webp-images).", | |
| "score": 1, | |
| "scoreDisplayMode": "numeric", | |
| "numericValue": 0, | |
| "numericUnit": "millisecond", | |
| "displayValue": "", | |
| "warnings": [], | |
| "details": { | |
| "type": "opportunity", | |
| "headings": [], | |
| "items": [], | |
| "overallSavingsMs": 0, | |
| "overallSavingsBytes": 0 | |
| } | |
| }, | |
| "uses-optimized-images": { | |
| "id": "uses-optimized-images", | |
| "title": "Efficiently encode images", | |
| "description": "Optimized images load faster and consume less cellular data. [Learn more](https://web.dev/uses-optimized-images).", | |
| "score": 1, | |
| "scoreDisplayMode": "numeric", | |
| "numericValue": 0, | |
| "numericUnit": "millisecond", | |
| "displayValue": "", | |
| "warnings": [], | |
| "details": { | |
| "type": "opportunity", | |
| "headings": [], | |
| "items": [], | |
| "overallSavingsMs": 0, | |
| "overallSavingsBytes": 0 | |
| } | |
| }, | |
| "uses-text-compression": { | |
| "id": "uses-text-compression", | |
| "title": "Enable text compression", | |
| "description": "Text-based resources should be served with compression (gzip, deflate or brotli) to minimize total network bytes. [Learn more](https://web.dev/uses-text-compression).", | |
| "score": 1, | |
| "scoreDisplayMode": "numeric", | |
| "numericValue": 0, | |
| "numericUnit": "millisecond", | |
| "displayValue": "", | |
| "details": { | |
| "type": "opportunity", | |
| "headings": [], | |
| "items": [], | |
| "overallSavingsMs": 0, | |
| "overallSavingsBytes": 0 | |
| } | |
| }, | |
| "uses-responsive-images": { | |
| "id": "uses-responsive-images", | |
| "title": "Properly size images", | |
| "description": "Serve images that are appropriately-sized to save cellular data and improve load time. [Learn more](https://web.dev/uses-responsive-images).", | |
| "score": 1, | |
| "scoreDisplayMode": "numeric", | |
| "numericValue": 0, | |
| "numericUnit": "millisecond", | |
| "displayValue": "", | |
| "warnings": [], | |
| "details": { | |
| "type": "opportunity", | |
| "headings": [], | |
| "items": [], | |
| "overallSavingsMs": 0, | |
| "overallSavingsBytes": 0 | |
| } | |
| }, | |
| "efficient-animated-content": { | |
| "id": "efficient-animated-content", | |
| "title": "Use video formats for animated content", | |
| "description": "Large GIFs are inefficient for delivering animated content. Consider using MPEG4/WebM videos for animations and PNG/WebP for static images instead of GIF to save network bytes. [Learn more](https://web.dev/efficient-animated-content)", | |
| "score": 1, | |
| "scoreDisplayMode": "numeric", | |
| "numericValue": 0, | |
| "numericUnit": "millisecond", | |
| "displayValue": "", | |
| "details": { | |
| "type": "opportunity", | |
| "headings": [], | |
| "items": [], | |
| "overallSavingsMs": 0, | |
| "overallSavingsBytes": 0 | |
| } | |
| }, | |
| "appcache-manifest": { | |
| "id": "appcache-manifest", | |
| "title": "Avoids Application Cache", | |
| "description": "Application Cache is deprecated. [Learn more](https://web.dev/appcache-manifest).", | |
| "score": 1, | |
| "scoreDisplayMode": "binary" | |
| }, | |
| "doctype": { | |
| "id": "doctype", | |
| "title": "Page has the HTML doctype", | |
| "description": "Specifying a doctype prevents the browser from switching to quirks-mode. [Learn more](https://web.dev/doctype).", | |
| "score": 1, | |
| "scoreDisplayMode": "binary" | |
| }, | |
| "charset": { | |
| "id": "charset", | |
| "title": "Properly defines charset", | |
| "description": "A character encoding declaration is required. It can be done with a <meta> tag in the first 1024 bytes of the HTML or in the Content-Type HTTP response header. [Learn more](https://web.dev/charset).", | |
| "score": 1, | |
| "scoreDisplayMode": "binary" | |
| }, | |
| "dom-size": { | |
| "id": "dom-size", | |
| "title": "Avoids an excessive DOM size", | |
| "description": "A large DOM will increase memory usage, 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://web.dev/dom-size).", | |
| "score": 1, | |
| "scoreDisplayMode": "numeric", | |
| "numericValue": 66, | |
| "numericUnit": "element", | |
| "displayValue": "66 elements", | |
| "details": { | |
| "type": "table", | |
| "headings": [ | |
| { | |
| "key": "statistic", | |
| "itemType": "text", | |
| "text": "Statistic" | |
| }, | |
| { | |
| "key": "element", | |
| "itemType": "code", | |
| "text": "Element" | |
| }, | |
| { | |
| "key": "value", | |
| "itemType": "numeric", | |
| "text": "Value" | |
| } | |
| ], | |
| "items": [ | |
| { | |
| "statistic": "Total DOM Elements", | |
| "element": "", | |
| "value": "66" | |
| }, | |
| { | |
| "statistic": "Maximum DOM Depth", | |
| "element": { | |
| "type": "code", | |
| "value": "<path d=\"M16.288,0 C7.294,0 0,7.293 0,16.29 C0,23.487 4.667,29.592 11.14,31.746 C11.955,31.896 12.252,31.393 12.252,30.961 C12.252,30.575 12.238,29.55 12.23,28.191 C7.699,29.175 6.743,26.007 6.743,26.007 C6.002,24.125 4.934,23.624 4.934,23.624 C3.455,22.614 5.046,22.634 5.046,22.634 C6.681,22.749 7.541,24.313 7.541,24.313 C8.994,26.802 11.354,26.083 12.282,25.666 C12.43,24.614 12.851,23.896 13.316,23.489 C9.699,23.078 5.896,21.68 5.896,15.438 C5.896,13.66 6.531,12.205 7.573,11.067 C7.405,10.655 6.846,8.998 7.733,6.756 C7.733,6.756 9.1,6.318 12.212,8.426 C13.511,8.064 14.905,7.884 16.29,7.877 C17.674,7.884 19.067,8.064 20.368,8.426 C23.478,6.318 24.843,6.756 24.843,6.756 C25.732,8.998 25.173,10.655 25.006,11.067 C26.05,12.205 26.68,13.66 26.68,15.438 C26.68,21.696 22.871,23.073 19.243,23.476 C19.827,23.979 20.348,24.973 20.348,26.493 C20.348,28.67 20.328,30.427 20.328,30.961 C20.328,31.397 20.622,31.904 21.448,31.745 C27.916,29.586 32.579,23.485 32.579,16.29 C32.579,7.293 25.285,0 16.288,0\">" | |
| }, | |
| "value": "10" | |
| }, | |
| { | |
| "statistic": "Maximum Child Elements", | |
| "element": { | |
| "type": "code", | |
| "value": "<form class=\"new_account\" id=\"signin_form\" onsubmit=\"grecaptcha.execute(); return false;\" action=\"/accounts/sign_in\" accept-charset=\"UTF-8\" method=\"post\">" | |
| }, | |
| "value": "9" | |
| } | |
| ] | |
| } | |
| }, | |
| "external-anchors-use-rel-noopener": { | |
| "id": "external-anchors-use-rel-noopener", | |
| "title": "Links to cross-origin destinations are safe", | |
| "description": "Add `rel=\"noopener\"` or `rel=\"noreferrer\"` to any external links to improve performance and prevent security vulnerabilities. [Learn more](https://web.dev/external-anchors-use-rel-noopener).", | |
| "score": 1, | |
| "scoreDisplayMode": "binary", | |
| "warnings": [], | |
| "details": { | |
| "type": "table", | |
| "headings": [], | |
| "items": [] | |
| } | |
| }, | |
| "geolocation-on-start": { | |
| "id": "geolocation-on-start", | |
| "title": "Avoids requesting the geolocation permission on page load", | |
| "description": "Users are mistrustful of or confused by sites that request their location without context. Consider tying the request to a user action instead. [Learn more](https://web.dev/geolocation-on-start).", | |
| "score": 1, | |
| "scoreDisplayMode": "binary", | |
| "details": { | |
| "type": "table", | |
| "headings": [], | |
| "items": [] | |
| } | |
| }, | |
| "no-document-write": { | |
| "id": "no-document-write", | |
| "title": "Avoids `document.write()`", | |
| "description": "For users on slow connections, external scripts dynamically injected via `document.write()` can delay page load by tens of seconds. [Learn more](https://web.dev/no-document-write).", | |
| "score": 1, | |
| "scoreDisplayMode": "binary", | |
| "details": { | |
| "type": "table", | |
| "headings": [], | |
| "items": [] | |
| } | |
| }, | |
| "no-vulnerable-libraries": { | |
| "id": "no-vulnerable-libraries", | |
| "title": "Includes front-end JavaScript libraries with known security vulnerabilities", | |
| "description": "Some third-party scripts may contain known security vulnerabilities that are easily identified and exploited by attackers. [Learn more](https://web.dev/no-vulnerable-libraries).", | |
| "score": 0, | |
| "scoreDisplayMode": "binary", | |
| "displayValue": "4 vulnerabilities detected", | |
| "details": { | |
| "type": "table", | |
| "headings": [ | |
| { | |
| "key": "detectedLib", | |
| "itemType": "link", | |
| "text": "Library Version" | |
| }, | |
| { | |
| "key": "vulnCount", | |
| "itemType": "text", | |
| "text": "Vulnerability Count" | |
| }, | |
| { | |
| "key": "highestSeverity", | |
| "itemType": "text", | |
| "text": "Highest Severity" | |
| } | |
| ], | |
| "items": [ | |
| { | |
| "highestSeverity": "Medium", | |
| "vulnCount": 4, | |
| "detectedLib": { | |
| "text": "jQuery@2.2.4", | |
| "url": "https://snyk.io/vuln/npm:jquery?lh=2.2.4&utm_source=lighthouse&utm_medium=ref&utm_campaign=audit", | |
| "type": "link" | |
| } | |
| } | |
| ], | |
| "summary": {} | |
| } | |
| }, | |
| "js-libraries": { | |
| "id": "js-libraries", | |
| "title": "Detected JavaScript libraries", | |
| "description": "All front-end JavaScript libraries detected on the page. [Learn more](https://web.dev/js-libraries).", | |
| "score": 1, | |
| "scoreDisplayMode": "binary", | |
| "details": { | |
| "type": "table", | |
| "headings": [ | |
| { | |
| "key": "name", | |
| "itemType": "text", | |
| "text": "Name" | |
| }, | |
| { | |
| "key": "version", | |
| "itemType": "text", | |
| "text": "Version" | |
| } | |
| ], | |
| "items": [ | |
| { | |
| "name": "jQuery", | |
| "version": "2.2.4", | |
| "npm": "jquery" | |
| }, | |
| { | |
| "name": "core-js", | |
| "version": "3.0.0: pure", | |
| "npm": "core-js" | |
| } | |
| ], | |
| "summary": {}, | |
| "debugData": { | |
| "type": "debugdata", | |
| "stacks": [ | |
| { | |
| "id": "jquery", | |
| "version": "2.2.4" | |
| }, | |
| { | |
| "id": "jquery-fast" | |
| }, | |
| { | |
| "id": "corejs", | |
| "version": "3.0.0: pure" | |
| } | |
| ] | |
| } | |
| } | |
| }, | |
| "notification-on-start": { | |
| "id": "notification-on-start", | |
| "title": "Avoids requesting the notification permission on page load", | |
| "description": "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://web.dev/notification-on-start).", | |
| "score": 1, | |
| "scoreDisplayMode": "binary", | |
| "details": { | |
| "type": "table", | |
| "headings": [], | |
| "items": [] | |
| } | |
| }, | |
| "password-inputs-can-be-pasted-into": { | |
| "id": "password-inputs-can-be-pasted-into", | |
| "title": "Allows users to paste into password fields", | |
| "description": "Preventing password pasting undermines good security policy. [Learn more](https://web.dev/password-inputs-can-be-pasted-into).", | |
| "score": 1, | |
| "scoreDisplayMode": "binary", | |
| "details": { | |
| "type": "table", | |
| "headings": [], | |
| "items": [] | |
| } | |
| }, | |
| "uses-http2": { | |
| "id": "uses-http2", | |
| "title": "Does not use HTTP/2 for all of its resources", | |
| "description": "HTTP/2 offers many benefits over HTTP/1.1, including binary headers, multiplexing, and server push. [Learn more](https://web.dev/uses-http2).", | |
| "score": 0, | |
| "scoreDisplayMode": "binary", | |
| "displayValue": "4 requests not served via HTTP/2", | |
| "details": { | |
| "type": "table", | |
| "headings": [ | |
| { | |
| "key": "url", | |
| "itemType": "url", | |
| "text": "URL" | |
| }, | |
| { | |
| "key": "protocol", | |
| "itemType": "text", | |
| "text": "Protocol" | |
| } | |
| ], | |
| "items": [ | |
| { | |
| "protocol": "http/1.1", | |
| "url": "https://dashboard.pusher.com/accounts/sign_in" | |
| }, | |
| { | |
| "protocol": "http/1.1", | |
| "url": "https://dashboard.pusher.com/assets/logged-out-cd044cf6ad42a9222ddc861ecfd9d4a79ec16a33f366ce4a56e894bbb31c023e.js" | |
| }, | |
| { | |
| "protocol": "http/1.1", | |
| "url": "https://dashboard.pusher.com/packs/css/application-51f3e994.css" | |
| }, | |
| { | |
| "protocol": "http/1.1", | |
| "url": "https://dashboard.pusher.com/packs/js/application-3b0d64bea6d3ada6b3db.js" | |
| } | |
| ] | |
| } | |
| }, | |
| "uses-passive-event-listeners": { | |
| "id": "uses-passive-event-listeners", | |
| "title": "Does not use passive listeners to improve scrolling performance", | |
| "description": "Consider marking your touch and wheel event listeners as `passive` to improve your page's scroll performance. [Learn more](https://web.dev/uses-passive-event-listeners).", | |
| "score": 0, | |
| "scoreDisplayMode": "binary", | |
| "details": { | |
| "type": "table", | |
| "headings": [ | |
| { | |
| "key": "url", | |
| "itemType": "url", | |
| "text": "URL" | |
| }, | |
| { | |
| "key": "label", | |
| "itemType": "text", | |
| "text": "Location" | |
| } | |
| ], | |
| "items": [ | |
| { | |
| "label": "line: 9", | |
| "url": "https://www.gstatic.com/recaptcha/releases/6TWYOsKNtRFaLeFqv5xN42-l/recaptcha__en.js" | |
| } | |
| ] | |
| } | |
| }, | |
| "meta-description": { | |
| "id": "meta-description", | |
| "title": "Document does not have a meta description", | |
| "description": "Meta descriptions may be included in search results to concisely summarize page content. [Learn more](https://web.dev/meta-description).", | |
| "score": 0, | |
| "scoreDisplayMode": "binary" | |
| }, | |
| "http-status-code": { | |
| "id": "http-status-code", | |
| "title": "Page has successful HTTP status code", | |
| "description": "Pages with unsuccessful HTTP status codes may not be indexed properly. [Learn more](https://web.dev/http-status-code).", | |
| "score": 1, | |
| "scoreDisplayMode": "binary" | |
| }, | |
| "font-size": { | |
| "id": "font-size", | |
| "title": "Document uses legible font sizes", | |
| "description": "Font sizes less than 12px are too small to be legible and require mobile visitors to “pinch to zoom” in order to read. Strive to have >60% of page text ≥12px. [Learn more](https://web.dev/font-size).", | |
| "score": 1, | |
| "scoreDisplayMode": "binary", | |
| "displayValue": "100% legible text", | |
| "details": { | |
| "type": "table", | |
| "headings": [ | |
| { | |
| "key": "source", | |
| "itemType": "source-location", | |
| "text": "Source" | |
| }, | |
| { | |
| "key": "selector", | |
| "itemType": "code", | |
| "text": "Selector" | |
| }, | |
| { | |
| "key": "coverage", | |
| "itemType": "text", | |
| "text": "% of Page Text" | |
| }, | |
| { | |
| "key": "fontSize", | |
| "itemType": "text", | |
| "text": "Font Size" | |
| } | |
| ], | |
| "items": [ | |
| { | |
| "source": { | |
| "type": "code", | |
| "value": "Legible text" | |
| }, | |
| "selector": "", | |
| "coverage": "100.00%", | |
| "fontSize": "≥ 12px" | |
| } | |
| ] | |
| } | |
| }, | |
| "link-text": { | |
| "id": "link-text", | |
| "title": "Links have descriptive text", | |
| "description": "Descriptive link text helps search engines understand your content. [Learn more](https://web.dev/link-text).", | |
| "score": 1, | |
| "scoreDisplayMode": "binary", | |
| "details": { | |
| "type": "table", | |
| "headings": [], | |
| "items": [], | |
| "summary": {} | |
| } | |
| }, | |
| "is-crawlable": { | |
| "id": "is-crawlable", | |
| "title": "Page isn’t blocked from indexing", | |
| "description": "Search engines are unable to include your pages in search results if they don't have permission to crawl them. [Learn more](https://web.dev/is-crawable).", | |
| "score": 1, | |
| "scoreDisplayMode": "binary", | |
| "details": { | |
| "type": "table", | |
| "headings": [], | |
| "items": [] | |
| } | |
| }, | |
| "robots-txt": { | |
| "id": "robots-txt", | |
| "title": "robots.txt is valid", | |
| "description": "If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. [Learn more](https://web.dev/robots-txt).", | |
| "score": 1, | |
| "scoreDisplayMode": "binary", | |
| "details": { | |
| "type": "table", | |
| "headings": [], | |
| "items": [], | |
| "summary": {} | |
| } | |
| }, | |
| "tap-targets": { | |
| "id": "tap-targets", | |
| "title": "Tap targets are sized appropriately", | |
| "description": "Interactive elements like buttons and links should be large enough (48x48px), and have enough space around them, to be easy enough to tap without overlapping onto other elements. [Learn more](https://web.dev/tap-targets).", | |
| "score": 1, | |
| "scoreDisplayMode": "binary", | |
| "displayValue": "100% appropriately sized tap targets", | |
| "details": { | |
| "type": "table", | |
| "headings": [], | |
| "items": [] | |
| } | |
| }, | |
| "hreflang": { | |
| "id": "hreflang", | |
| "title": "Document has a valid `hreflang`", | |
| "description": "hreflang links tell search engines what version of a page they should list in search results for a given language or region. [Learn more](https://web.dev/hreflang).", | |
| "score": 1, | |
| "scoreDisplayMode": "binary", | |
| "details": { | |
| "type": "table", | |
| "headings": [], | |
| "items": [] | |
| } | |
| }, | |
| "plugins": { | |
| "id": "plugins", | |
| "title": "Document avoids plugins", | |
| "description": "Search engines can't index plugin content, and many devices restrict plugins or don't support them. [Learn more](https://web.dev/plugins).", | |
| "score": 1, | |
| "scoreDisplayMode": "binary", | |
| "details": { | |
| "type": "table", | |
| "headings": [], | |
| "items": [] | |
| } | |
| }, | |
| "canonical": { | |
| "id": "canonical", | |
| "title": "Document has a valid `rel=canonical`", | |
| "description": "Canonical links suggest which URL to show in search results. [Learn more](https://web.dev/canonical).", | |
| "score": null, | |
| "scoreDisplayMode": "notApplicable" | |
| }, | |
| "structured-data": { | |
| "id": "structured-data", | |
| "title": "Structured data is valid", | |
| "description": "Run the [Structured Data Testing Tool](https://search.google.com/structured-data/testing-tool/) and the [Structured Data Linter](http://linter.structured-data.org/) to validate structured data. [Learn more](https://web.dev/structured-data).", | |
| "score": null, | |
| "scoreDisplayMode": "manual" | |
| } | |
| }, | |
| "configSettings": { | |
| "output": "json", | |
| "maxWaitForFcp": 30000, | |
| "maxWaitForLoad": 45000, | |
| "throttlingMethod": "simulate", | |
| "throttling": { | |
| "rttMs": 150, | |
| "throughputKbps": 1638.4, | |
| "requestLatencyMs": 562.5, | |
| "downloadThroughputKbps": 1474.5600000000002, | |
| "uploadThroughputKbps": 675, | |
| "cpuSlowdownMultiplier": 4 | |
| }, | |
| "auditMode": false, | |
| "gatherMode": false, | |
| "disableStorageReset": false, | |
| "emulatedFormFactor": "mobile", | |
| "internalDisableDeviceScreenEmulation": true, | |
| "channel": "devtools", | |
| "budgets": null, | |
| "locale": "en-US", | |
| "blockedUrlPatterns": null, | |
| "additionalTraceCategories": null, | |
| "extraHeaders": null, | |
| "precomputedLanternData": null, | |
| "onlyAudits": null, | |
| "onlyCategories": [ | |
| "performance", | |
| "pwa", | |
| "best-practices", | |
| "accessibility", | |
| "seo" | |
| ], | |
| "skipAudits": null | |
| }, | |
| "categories": { | |
| "performance": { | |
| "title": "Performance", | |
| "auditRefs": [ | |
| { | |
| "id": "first-contentful-paint", | |
| "weight": 15, | |
| "group": "metrics" | |
| }, | |
| { | |
| "id": "speed-index", | |
| "weight": 15, | |
| "group": "metrics" | |
| }, | |
| { | |
| "id": "largest-contentful-paint", | |
| "weight": 25, | |
| "group": "metrics" | |
| }, | |
| { | |
| "id": "interactive", | |
| "weight": 15, | |
| "group": "metrics" | |
| }, | |
| { | |
| "id": "total-blocking-time", | |
| "weight": 25, | |
| "group": "metrics" | |
| }, | |
| { | |
| "id": "cumulative-layout-shift", | |
| "weight": 5, | |
| "group": "metrics" | |
| }, | |
| { | |
| "id": "first-cpu-idle", | |
| "weight": 0 | |
| }, | |
| { | |
| "id": "max-potential-fid", | |
| "weight": 0 | |
| }, | |
| { | |
| "id": "first-meaningful-paint", | |
| "weight": 0 | |
| }, | |
| { | |
| "id": "estimated-input-latency", | |
| "weight": 0 | |
| }, | |
| { | |
| "id": "render-blocking-resources", | |
| "weight": 0, | |
| "group": "load-opportunities" | |
| }, | |
| { | |
| "id": "uses-responsive-images", | |
| "weight": 0, | |
| "group": "load-opportunities" | |
| }, | |
| { | |
| "id": "offscreen-images", | |
| "weight": 0, | |
| "group": "load-opportunities" | |
| }, | |
| { | |
| "id": "unminified-css", | |
| "weight": 0, | |
| "group": "load-opportunities" | |
| }, | |
| { | |
| "id": "unminified-javascript", | |
| "weight": 0, | |
| "group": "load-opportunities" | |
| }, | |
| { | |
| "id": "unused-css-rules", | |
| "weight": 0, | |
| "group": "load-opportunities" | |
| }, | |
| { | |
| "id": "unused-javascript", | |
| "weight": 0, | |
| "group": "load-opportunities" | |
| }, | |
| { | |
| "id": "uses-optimized-images", | |
| "weight": 0, | |
| "group": "load-opportunities" | |
| }, | |
| { | |
| "id": "uses-webp-images", | |
| "weight": 0, | |
| "group": "load-opportunities" | |
| }, | |
| { | |
| "id": "uses-text-compression", | |
| "weight": 0, | |
| "group": "load-opportunities" | |
| }, | |
| { | |
| "id": "uses-rel-preconnect", | |
| "weight": 0, | |
| "group": "load-opportunities" | |
| }, | |
| { | |
| "id": "server-response-time", | |
| "weight": 0, | |
| "group": "load-opportunities" | |
| }, | |
| { | |
| "id": "redirects", | |
| "weight": 0, | |
| "group": "load-opportunities" | |
| }, | |
| { | |
| "id": "uses-rel-preload", | |
| "weight": 0, | |
| "group": "load-opportunities" | |
| }, | |
| { | |
| "id": "efficient-animated-content", | |
| "weight": 0, | |
| "group": "load-opportunities" | |
| }, | |
| { | |
| "id": "total-byte-weight", | |
| "weight": 0, | |
| "group": "diagnostics" | |
| }, | |
| { | |
| "id": "uses-long-cache-ttl", | |
| "weight": 0, | |
| "group": "diagnostics" | |
| }, | |
| { | |
| "id": "dom-size", | |
| "weight": 0, | |
| "group": "diagnostics" | |
| }, | |
| { | |
| "id": "critical-request-chains", | |
| "weight": 0, | |
| "group": "diagnostics" | |
| }, | |
| { | |
| "id": "user-timings", | |
| "weight": 0, | |
| "group": "diagnostics" | |
| }, | |
| { | |
| "id": "bootup-time", | |
| "weight": 0, | |
| "group": "diagnostics" | |
| }, | |
| { | |
| "id": "mainthread-work-breakdown", | |
| "weight": 0, | |
| "group": "diagnostics" | |
| }, | |
| { | |
| "id": "font-display", | |
| "weight": 0, | |
| "group": "diagnostics" | |
| }, | |
| { | |
| "id": "performance-budget", | |
| "weight": 0, | |
| "group": "budgets" | |
| }, | |
| { | |
| "id": "timing-budget", | |
| "weight": 0, | |
| "group": "budgets" | |
| }, | |
| { | |
| "id": "resource-summary", | |
| "weight": 0, | |
| "group": "diagnostics" | |
| }, | |
| { | |
| "id": "third-party-summary", | |
| "weight": 0, | |
| "group": "diagnostics" | |
| }, | |
| { | |
| "id": "largest-contentful-paint-element", | |
| "weight": 0, | |
| "group": "diagnostics" | |
| }, | |
| { | |
| "id": "layout-shift-elements", | |
| "weight": 0, | |
| "group": "diagnostics" | |
| }, | |
| { | |
| "id": "uses-http2", | |
| "weight": 0, | |
| "group": "diagnostics" | |
| }, | |
| { | |
| "id": "uses-passive-event-listeners", | |
| "weight": 0, | |
| "group": "diagnostics" | |
| }, | |
| { | |
| "id": "no-document-write", | |
| "weight": 0, | |
| "group": "diagnostics" | |
| }, | |
| { | |
| "id": "network-requests", | |
| "weight": 0 | |
| }, | |
| { | |
| "id": "network-rtt", | |
| "weight": 0 | |
| }, | |
| { | |
| "id": "network-server-latency", | |
| "weight": 0 | |
| }, | |
| { | |
| "id": "main-thread-tasks", | |
| "weight": 0 | |
| }, | |
| { | |
| "id": "diagnostics", | |
| "weight": 0 | |
| }, | |
| { | |
| "id": "metrics", | |
| "weight": 0 | |
| }, | |
| { | |
| "id": "screenshot-thumbnails", | |
| "weight": 0 | |
| }, | |
| { | |
| "id": "final-screenshot", | |
| "weight": 0 | |
| } | |
| ], | |
| "id": "performance", | |
| "score": 0.47 | |
| }, | |
| "accessibility": { | |
| "title": "Accessibility", | |
| "description": "These checks highlight opportunities to [improve the accessibility of your web app](https://developers.google.com/web/fundamentals/accessibility). Only a subset of accessibility issues can be automatically detected so manual testing is also encouraged.", | |
| "manualDescription": "These items address areas which an automated testing tool cannot cover. Learn more in our guide on [conducting an accessibility review](https://developers.google.com/web/fundamentals/accessibility/how-to-review).", | |
| "auditRefs": [ | |
| { | |
| "id": "accesskeys", | |
| "weight": 0, | |
| "group": "a11y-navigation" | |
| }, | |
| { | |
| "id": "aria-allowed-attr", | |
| "weight": 10, | |
| "group": "a11y-aria" | |
| }, | |
| { | |
| "id": "aria-hidden-body", | |
| "weight": 10, | |
| "group": "a11y-aria" | |
| }, | |
| { | |
| "id": "aria-hidden-focus", | |
| "weight": 3, | |
| "group": "a11y-aria" | |
| }, | |
| { | |
| "id": "aria-input-field-name", | |
| "weight": 0, | |
| "group": "a11y-aria" | |
| }, | |
| { | |
| "id": "aria-required-attr", | |
| "weight": 10, | |
| "group": "a11y-aria" | |
| }, | |
| { | |
| "id": "aria-required-children", | |
| "weight": 10, | |
| "group": "a11y-aria" | |
| }, | |
| { | |
| "id": "aria-required-parent", | |
| "weight": 10, | |
| "group": "a11y-aria" | |
| }, | |
| { | |
| "id": "aria-roles", | |
| "weight": 10, | |
| "group": "a11y-aria" | |
| }, | |
| { | |
| "id": "aria-toggle-field-name", | |
| "weight": 0, | |
| "group": "a11y-aria" | |
| }, | |
| { | |
| "id": "aria-valid-attr-value", | |
| "weight": 10, | |
| "group": "a11y-aria" | |
| }, | |
| { | |
| "id": "aria-valid-attr", | |
| "weight": 10, | |
| "group": "a11y-aria" | |
| }, | |
| { | |
| "id": "button-name", | |
| "weight": 10, | |
| "group": "a11y-names-labels" | |
| }, | |
| { | |
| "id": "bypass", | |
| "weight": 3, | |
| "group": "a11y-navigation" | |
| }, | |
| { | |
| "id": "color-contrast", | |
| "weight": 3, | |
| "group": "a11y-color-contrast" | |
| }, | |
| { | |
| "id": "definition-list", | |
| "weight": 0, | |
| "group": "a11y-tables-lists" | |
| }, | |
| { | |
| "id": "dlitem", | |
| "weight": 0, | |
| "group": "a11y-tables-lists" | |
| }, | |
| { | |
| "id": "document-title", | |
| "weight": 3, | |
| "group": "a11y-names-labels" | |
| }, | |
| { | |
| "id": "duplicate-id-active", | |
| "weight": 0, | |
| "group": "a11y-navigation" | |
| }, | |
| { | |
| "id": "duplicate-id-aria", | |
| "weight": 10, | |
| "group": "a11y-aria" | |
| }, | |
| { | |
| "id": "form-field-multiple-labels", | |
| "weight": 0, | |
| "group": "a11y-names-labels" | |
| }, | |
| { | |
| "id": "frame-title", | |
| "weight": 3, | |
| "group": "a11y-names-labels" | |
| }, | |
| { | |
| "id": "heading-order", | |
| "weight": 2, | |
| "group": "a11y-navigation" | |
| }, | |
| { | |
| "id": "html-has-lang", | |
| "weight": 3, | |
| "group": "a11y-language" | |
| }, | |
| { | |
| "id": "html-lang-valid", | |
| "weight": 3, | |
| "group": "a11y-language" | |
| }, | |
| { | |
| "id": "image-alt", | |
| "weight": 0, | |
| "group": "a11y-names-labels" | |
| }, | |
| { | |
| "id": "input-image-alt", | |
| "weight": 0, | |
| "group": "a11y-names-labels" | |
| }, | |
| { | |
| "id": "label", | |
| "weight": 10, | |
| "group": "a11y-names-labels" | |
| }, | |
| { | |
| "id": "layout-table", | |
| "weight": 0, | |
| "group": "a11y-tables-lists" | |
| }, | |
| { | |
| "id": "link-name", | |
| "weight": 3, | |
| "group": "a11y-names-labels" | |
| }, | |
| { | |
| "id": "list", | |
| "weight": 0, | |
| "group": "a11y-tables-lists" | |
| }, | |
| { | |
| "id": "listitem", | |
| "weight": 0, | |
| "group": "a11y-tables-lists" | |
| }, | |
| { | |
| "id": "meta-refresh", | |
| "weight": 0, | |
| "group": "a11y-best-practices" | |
| }, | |
| { | |
| "id": "meta-viewport", | |
| "weight": 10, | |
| "group": "a11y-best-practices" | |
| }, | |
| { | |
| "id": "object-alt", | |
| "weight": 0, | |
| "group": "a11y-names-labels" | |
| }, | |
| { | |
| "id": "tabindex", | |
| "weight": 0, | |
| "group": "a11y-navigation" | |
| }, | |
| { | |
| "id": "td-headers-attr", | |
| "weight": 0, | |
| "group": "a11y-tables-lists" | |
| }, | |
| { | |
| "id": "th-has-data-cells", | |
| "weight": 0, | |
| "group": "a11y-tables-lists" | |
| }, | |
| { | |
| "id": "valid-lang", | |
| "weight": 0, | |
| "group": "a11y-language" | |
| }, | |
| { | |
| "id": "video-caption", | |
| "weight": 0, | |
| "group": "a11y-audio-video" | |
| }, | |
| { | |
| "id": "video-description", | |
| "weight": 0, | |
| "group": "a11y-audio-video" | |
| }, | |
| { | |
| "id": "logical-tab-order", | |
| "weight": 0 | |
| }, | |
| { | |
| "id": "focusable-controls", | |
| "weight": 0 | |
| }, | |
| { | |
| "id": "interactive-element-affordance", | |
| "weight": 0 | |
| }, | |
| { | |
| "id": "managed-focus", | |
| "weight": 0 | |
| }, | |
| { | |
| "id": "focus-traps", | |
| "weight": 0 | |
| }, | |
| { | |
| "id": "custom-controls-labels", | |
| "weight": 0 | |
| }, | |
| { | |
| "id": "custom-controls-roles", | |
| "weight": 0 | |
| }, | |
| { | |
| "id": "visual-order-follows-dom", | |
| "weight": 0 | |
| }, | |
| { | |
| "id": "offscreen-content-hidden", | |
| "weight": 0 | |
| }, | |
| { | |
| "id": "use-landmarks", | |
| "weight": 0 | |
| } | |
| ], | |
| "id": "accessibility", | |
| "score": 0.84 | |
| }, | |
| "best-practices": { | |
| "title": "Best Practices", | |
| "auditRefs": [ | |
| { | |
| "id": "is-on-https", | |
| "weight": 1, | |
| "group": "best-practices-trust-safety" | |
| }, | |
| { | |
| "id": "external-anchors-use-rel-noopener", | |
| "weight": 1, | |
| "group": "best-practices-trust-safety" | |
| }, | |
| { | |
| "id": "geolocation-on-start", | |
| "weight": 1, | |
| "group": "best-practices-trust-safety" | |
| }, | |
| { | |
| "id": "notification-on-start", | |
| "weight": 1, | |
| "group": "best-practices-trust-safety" | |
| }, | |
| { | |
| "id": "no-vulnerable-libraries", | |
| "weight": 1, | |
| "group": "best-practices-trust-safety" | |
| }, | |
| { | |
| "id": "password-inputs-can-be-pasted-into", | |
| "weight": 1, | |
| "group": "best-practices-ux" | |
| }, | |
| { | |
| "id": "image-aspect-ratio", | |
| "weight": 1, | |
| "group": "best-practices-ux" | |
| }, | |
| { | |
| "id": "image-size-responsive", | |
| "weight": 1, | |
| "group": "best-practices-ux" | |
| }, | |
| { | |
| "id": "doctype", | |
| "weight": 1, | |
| "group": "best-practices-browser-compat" | |
| }, | |
| { | |
| "id": "charset", | |
| "weight": 1, | |
| "group": "best-practices-browser-compat" | |
| }, | |
| { | |
| "id": "appcache-manifest", | |
| "weight": 1, | |
| "group": "best-practices-general" | |
| }, | |
| { | |
| "id": "js-libraries", | |
| "weight": 0, | |
| "group": "best-practices-general" | |
| }, | |
| { | |
| "id": "deprecations", | |
| "weight": 1, | |
| "group": "best-practices-general" | |
| }, | |
| { | |
| "id": "errors-in-console", | |
| "weight": 1, | |
| "group": "best-practices-general" | |
| } | |
| ], | |
| "id": "best-practices", | |
| "score": 0.85 | |
| }, | |
| "seo": { | |
| "title": "SEO", | |
| "description": "These checks ensure that your page is optimized for search engine results ranking. There are additional factors Lighthouse does not check that may affect your search ranking. [Learn more](https://support.google.com/webmasters/answer/35769).", | |
| "manualDescription": "Run these additional validators on your site to check additional SEO best practices.", | |
| "auditRefs": [ | |
| { | |
| "id": "viewport", | |
| "weight": 1, | |
| "group": "seo-mobile" | |
| }, | |
| { | |
| "id": "document-title", | |
| "weight": 1, | |
| "group": "seo-content" | |
| }, | |
| { | |
| "id": "meta-description", | |
| "weight": 1, | |
| "group": "seo-content" | |
| }, | |
| { | |
| "id": "http-status-code", | |
| "weight": 1, | |
| "group": "seo-crawl" | |
| }, | |
| { | |
| "id": "link-text", | |
| "weight": 1, | |
| "group": "seo-content" | |
| }, | |
| { | |
| "id": "is-crawlable", | |
| "weight": 1, | |
| "group": "seo-crawl" | |
| }, | |
| { | |
| "id": "robots-txt", | |
| "weight": 1, | |
| "group": "seo-crawl" | |
| }, | |
| { | |
| "id": "image-alt", | |
| "weight": 0, | |
| "group": "seo-content" | |
| }, | |
| { | |
| "id": "hreflang", | |
| "weight": 1, | |
| "group": "seo-content" | |
| }, | |
| { | |
| "id": "canonical", | |
| "weight": 0, | |
| "group": "seo-content" | |
| }, | |
| { | |
| "id": "font-size", | |
| "weight": 1, | |
| "group": "seo-mobile" | |
| }, | |
| { | |
| "id": "plugins", | |
| "weight": 1, | |
| "group": "seo-content" | |
| }, | |
| { | |
| "id": "tap-targets", | |
| "weight": 1, | |
| "group": "seo-mobile" | |
| }, | |
| { | |
| "id": "structured-data", | |
| "weight": 0 | |
| } | |
| ], | |
| "id": "seo", | |
| "score": 0.91 | |
| }, | |
| "pwa": { | |
| "title": "Progressive Web App", | |
| "description": "These checks validate the aspects of a Progressive Web App. [Learn more](https://developers.google.com/web/progressive-web-apps/checklist).", | |
| "manualDescription": "These checks 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.", | |
| "auditRefs": [ | |
| { | |
| "id": "load-fast-enough-for-pwa", | |
| "weight": 7, | |
| "group": "pwa-fast-reliable" | |
| }, | |
| { | |
| "id": "works-offline", | |
| "weight": 5, | |
| "group": "pwa-fast-reliable" | |
| }, | |
| { | |
| "id": "offline-start-url", | |
| "weight": 1, | |
| "group": "pwa-fast-reliable" | |
| }, | |
| { | |
| "id": "is-on-https", | |
| "weight": 2, | |
| "group": "pwa-installable" | |
| }, | |
| { | |
| "id": "service-worker", | |
| "weight": 1, | |
| "group": "pwa-installable" | |
| }, | |
| { | |
| "id": "installable-manifest", | |
| "weight": 2, | |
| "group": "pwa-installable" | |
| }, | |
| { | |
| "id": "redirects-http", | |
| "weight": 2, | |
| "group": "pwa-optimized" | |
| }, | |
| { | |
| "id": "splash-screen", | |
| "weight": 1, | |
| "group": "pwa-optimized" | |
| }, | |
| { | |
| "id": "themed-omnibox", | |
| "weight": 1, | |
| "group": "pwa-optimized" | |
| }, | |
| { | |
| "id": "content-width", | |
| "weight": 1, | |
| "group": "pwa-optimized" | |
| }, | |
| { | |
| "id": "viewport", | |
| "weight": 2, | |
| "group": "pwa-optimized" | |
| }, | |
| { | |
| "id": "without-javascript", | |
| "weight": 1, | |
| "group": "pwa-optimized" | |
| }, | |
| { | |
| "id": "apple-touch-icon", | |
| "weight": 1, | |
| "group": "pwa-optimized" | |
| }, | |
| { | |
| "id": "maskable-icon", | |
| "weight": 1, | |
| "group": "pwa-optimized" | |
| }, | |
| { | |
| "id": "pwa-cross-browser", | |
| "weight": 0 | |
| }, | |
| { | |
| "id": "pwa-page-transitions", | |
| "weight": 0 | |
| }, | |
| { | |
| "id": "pwa-each-page-has-url", | |
| "weight": 0 | |
| } | |
| ], | |
| "id": "pwa", | |
| "score": 0.32 | |
| } | |
| }, | |
| "categoryGroups": { | |
| "metrics": { | |
| "title": "Metrics" | |
| }, | |
| "load-opportunities": { | |
| "title": "Opportunities", | |
| "description": "These suggestions can help your page load faster. They don't [directly affect](https://web.dev/performance-scoring/) the Performance score." | |
| }, | |
| "budgets": { | |
| "title": "Budgets", | |
| "description": "Performance budgets set standards for the performance of your site." | |
| }, | |
| "diagnostics": { | |
| "title": "Diagnostics", | |
| "description": "More information about the performance of your application. These numbers don't [directly affect](https://web.dev/performance-scoring/) the Performance score." | |
| }, | |
| "pwa-fast-reliable": { | |
| "title": "Fast and reliable" | |
| }, | |
| "pwa-installable": { | |
| "title": "Installable" | |
| }, | |
| "pwa-optimized": { | |
| "title": "PWA Optimized" | |
| }, | |
| "a11y-best-practices": { | |
| "title": "Best practices", | |
| "description": "These items highlight common accessibility best practices." | |
| }, | |
| "a11y-color-contrast": { | |
| "title": "Contrast", | |
| "description": "These are opportunities to improve the legibility of your content." | |
| }, | |
| "a11y-names-labels": { | |
| "title": "Names and labels", | |
| "description": "These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader." | |
| }, | |
| "a11y-navigation": { | |
| "title": "Navigation", | |
| "description": "These are opportunities to improve keyboard navigation in your application." | |
| }, | |
| "a11y-aria": { | |
| "title": "ARIA", | |
| "description": "These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader." | |
| }, | |
| "a11y-language": { | |
| "title": "Internationalization and localization", | |
| "description": "These are opportunities to improve the interpretation of your content by users in different locales." | |
| }, | |
| "a11y-audio-video": { | |
| "title": "Audio and video", | |
| "description": "These are opportunities to provide alternative content for audio and video. This may improve the experience for users with hearing or vision impairments." | |
| }, | |
| "a11y-tables-lists": { | |
| "title": "Tables and lists", | |
| "description": "These are opportunities to to improve the experience of reading tabular or list data using assistive technology, like a screen reader." | |
| }, | |
| "seo-mobile": { | |
| "title": "Mobile Friendly", | |
| "description": "Make sure your pages are mobile friendly so users don’t have to pinch or zoom in order to read the content pages. [Learn more](https://developers.google.com/search/mobile-sites/)." | |
| }, | |
| "seo-content": { | |
| "title": "Content Best Practices", | |
| "description": "Format your HTML in a way that enables crawlers to better understand your app’s content." | |
| }, | |
| "seo-crawl": { | |
| "title": "Crawling and Indexing", | |
| "description": "To appear in search results, crawlers need access to your app." | |
| }, | |
| "best-practices-trust-safety": { | |
| "title": "Trust and Safety" | |
| }, | |
| "best-practices-ux": { | |
| "title": "User Experience" | |
| }, | |
| "best-practices-browser-compat": { | |
| "title": "Browser Compatibility" | |
| }, | |
| "best-practices-general": { | |
| "title": "General" | |
| }, | |
| "lighthouse-plugin-publisher-ads-metrics": { | |
| "title": "Metrics" | |
| }, | |
| "lighthouse-plugin-publisher-ads-ads-performance": { | |
| "title": "Ad Speed" | |
| }, | |
| "lighthouse-plugin-publisher-ads-ads-best-practices": { | |
| "title": "Tag Best Practices" | |
| } | |
| }, | |
| "timing": { | |
| "entries": [ | |
| { | |
| "startTime": 122.82, | |
| "name": "lh:init:config", | |
| "duration": 80.04, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 129.63, | |
| "name": "lh:config:requireGatherers", | |
| "duration": 6.35, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 136.07, | |
| "name": "lh:config:requireAudits", | |
| "duration": 54.25, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 203.57, | |
| "name": "lh:init:connect", | |
| "duration": 2.53, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 206.18, | |
| "name": "lh:gather:loadBlank", | |
| "duration": 66.65, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 272.96, | |
| "name": "lh:gather:getVersion", | |
| "duration": 0.74, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 273.85, | |
| "name": "lh:gather:getBenchmarkIndex", | |
| "duration": 502.07, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 776.03, | |
| "name": "lh:gather:setupDriver", | |
| "duration": 10.69, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 786.94, | |
| "name": "lh:gather:runPass-defaultPass", | |
| "duration": 4974.07, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 787.05, | |
| "name": "lh:gather:loadBlank", | |
| "duration": 13.32, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 800.45, | |
| "name": "lh:gather:setupPassNetwork", | |
| "duration": 1.14, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 801.67, | |
| "name": "lh:driver:cleanBrowserCaches", | |
| "duration": 25.28, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 827.06, | |
| "name": "lh:gather:beforePass", | |
| "duration": 126.48, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 827.11, | |
| "name": "lh:gather:beforePass:CSSUsage", | |
| "duration": 0.05, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 827.19, | |
| "name": "lh:gather:beforePass:JsUsage", | |
| "duration": 122.92, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 950.14, | |
| "name": "lh:gather:beforePass:ViewportDimensions", | |
| "duration": 0.06, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 950.21, | |
| "name": "lh:gather:beforePass:RuntimeExceptions", | |
| "duration": 0.07, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 950.3, | |
| "name": "lh:gather:beforePass:ConsoleMessages", | |
| "duration": 1.47, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 951.83, | |
| "name": "lh:gather:beforePass:AnchorElements", | |
| "duration": 0.06, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 951.92, | |
| "name": "lh:gather:beforePass:ImageElements", | |
| "duration": 0.04, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 951.97, | |
| "name": "lh:gather:beforePass:LinkElements", | |
| "duration": 0.03, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 952.02, | |
| "name": "lh:gather:beforePass:MetaElements", | |
| "duration": 0.01, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 952.04, | |
| "name": "lh:gather:beforePass:ScriptElements", | |
| "duration": 0.02, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 952.06, | |
| "name": "lh:gather:beforePass:MainDocumentContent", | |
| "duration": 0.01, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 952.08, | |
| "name": "lh:gather:beforePass:AppCacheManifest", | |
| "duration": 0.01, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 952.11, | |
| "name": "lh:gather:beforePass:Doctype", | |
| "duration": 0.01, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 952.14, | |
| "name": "lh:gather:beforePass:DOMStats", | |
| "duration": 0.01, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 952.17, | |
| "name": "lh:gather:beforePass:OptimizedImages", | |
| "duration": 0.01, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 952.19, | |
| "name": "lh:gather:beforePass:PasswordInputsWithPreventedPaste", | |
| "duration": 0.01, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 952.21, | |
| "name": "lh:gather:beforePass:ResponseCompression", | |
| "duration": 0.01, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 952.24, | |
| "name": "lh:gather:beforePass:TagsBlockingFirstPaint", | |
| "duration": 1.11, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 953.36, | |
| "name": "lh:gather:beforePass:FontSize", | |
| "duration": 0.03, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 953.4, | |
| "name": "lh:gather:beforePass:EmbeddedContent", | |
| "duration": 0.02, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 953.43, | |
| "name": "lh:gather:beforePass:RobotsTxt", | |
| "duration": 0.03, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 953.47, | |
| "name": "lh:gather:beforePass:TapTargets", | |
| "duration": 0.02, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 953.5, | |
| "name": "lh:gather:beforePass:Accessibility", | |
| "duration": 0.01, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 953.53, | |
| "name": "lh:gather:beforePass:TraceElements", | |
| "duration": 0.01, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 953.62, | |
| "name": "lh:gather:beginRecording", | |
| "duration": 3.82, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 953.8, | |
| "name": "lh:gather:getVersion", | |
| "duration": 1.1, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 957.56, | |
| "name": "lh:gather:loadPage-defaultPass", | |
| "duration": 3114.82, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 4072.54, | |
| "name": "lh:gather:pass", | |
| "duration": 2.04, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 4074.68, | |
| "name": "lh:gather:getTrace", | |
| "duration": 687.17, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 4761.88, | |
| "name": "lh:gather:getDevtoolsLog", | |
| "duration": 2.67, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 4765.95, | |
| "name": "lh:gather:afterPass", | |
| "duration": 994.93, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 4771.61, | |
| "name": "lh:gather:afterPass:CSSUsage", | |
| "duration": 48.84, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 4820.48, | |
| "name": "lh:gather:afterPass:JsUsage", | |
| "duration": 110.65, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 4931.15, | |
| "name": "lh:gather:afterPass:ViewportDimensions", | |
| "duration": 2.08, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 4933.26, | |
| "name": "lh:gather:afterPass:RuntimeExceptions", | |
| "duration": 1.62, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 4934.91, | |
| "name": "lh:gather:afterPass:ConsoleMessages", | |
| "duration": 2.15, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 4937.08, | |
| "name": "lh:gather:afterPass:AnchorElements", | |
| "duration": 5.17, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 4942.27, | |
| "name": "lh:gather:afterPass:ImageElements", | |
| "duration": 3.47, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 4945.75, | |
| "name": "lh:gather:afterPass:LinkElements", | |
| "duration": 2.72, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 4948.5, | |
| "name": "lh:gather:afterPass:MetaElements", | |
| "duration": 2.25, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 4950.77, | |
| "name": "lh:gather:afterPass:ScriptElements", | |
| "duration": 5.22, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 4956.01, | |
| "name": "lh:gather:afterPass:MainDocumentContent", | |
| "duration": 3.19, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 4959.22, | |
| "name": "lh:gather:afterPass:AppCacheManifest", | |
| "duration": 2.59, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 4961.84, | |
| "name": "lh:gather:afterPass:Doctype", | |
| "duration": 1.81, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 4963.68, | |
| "name": "lh:gather:afterPass:DOMStats", | |
| "duration": 3.93, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 4967.63, | |
| "name": "lh:gather:afterPass:OptimizedImages", | |
| "duration": 1.21, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 4968.87, | |
| "name": "lh:gather:afterPass:PasswordInputsWithPreventedPaste", | |
| "duration": 2.29, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 4971.18, | |
| "name": "lh:gather:afterPass:ResponseCompression", | |
| "duration": 1.32, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 4972.56, | |
| "name": "lh:gather:afterPass:TagsBlockingFirstPaint", | |
| "duration": 3.49, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 4976.08, | |
| "name": "lh:gather:afterPass:FontSize", | |
| "duration": 18.73, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 4994.84, | |
| "name": "lh:gather:afterPass:EmbeddedContent", | |
| "duration": 2.92, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 4997.8, | |
| "name": "lh:gather:afterPass:RobotsTxt", | |
| "duration": 104.77, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 5102.61, | |
| "name": "lh:gather:afterPass:TapTargets", | |
| "duration": 10.87, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 5113.51, | |
| "name": "lh:gather:afterPass:Accessibility", | |
| "duration": 599.58, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 5713.12, | |
| "name": "lh:gather:afterPass:TraceElements", | |
| "duration": 47.73, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 5866.98, | |
| "name": "lh:gather:runPass-offlinePass", | |
| "duration": 649.51, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 5867.09, | |
| "name": "lh:gather:loadBlank", | |
| "duration": 39.66, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 5906.78, | |
| "name": "lh:gather:setupPassNetwork", | |
| "duration": 2.65, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 5909.48, | |
| "name": "lh:gather:beforePass", | |
| "duration": 4.17, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 5909.54, | |
| "name": "lh:gather:beforePass:ServiceWorker", | |
| "duration": 3.29, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 5912.85, | |
| "name": "lh:gather:beforePass:Offline", | |
| "duration": 0.73, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 5913.6, | |
| "name": "lh:gather:beforePass:StartUrl", | |
| "duration": 0.03, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 5913.66, | |
| "name": "lh:gather:beginRecording", | |
| "duration": 0.07, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 5913.75, | |
| "name": "lh:gather:loadPage-offlinePass", | |
| "duration": 137.45, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 6051.23, | |
| "name": "lh:gather:pass", | |
| "duration": 0.19, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 6051.43, | |
| "name": "lh:gather:getDevtoolsLog", | |
| "duration": 0.25, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 6197.98, | |
| "name": "lh:gather:afterPass", | |
| "duration": 318.48, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 6234.06, | |
| "name": "lh:gather:afterPass:ServiceWorker", | |
| "duration": 18.36, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 6252.44, | |
| "name": "lh:gather:afterPass:Offline", | |
| "duration": 153.58, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 6406.04, | |
| "name": "lh:gather:afterPass:StartUrl", | |
| "duration": 110.4, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 6516.54, | |
| "name": "lh:gather:runPass-redirectPass", | |
| "duration": 316.62, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 6516.61, | |
| "name": "lh:gather:loadBlank", | |
| "duration": 131.41, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 6648.05, | |
| "name": "lh:gather:setupPassNetwork", | |
| "duration": 2.59, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 6650.66, | |
| "name": "lh:gather:beforePass", | |
| "duration": 0.24, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 6650.69, | |
| "name": "lh:gather:beforePass:HTTPRedirect", | |
| "duration": 0.1, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 6650.8, | |
| "name": "lh:gather:beforePass:HTMLWithoutJavaScript", | |
| "duration": 0.07, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 6650.91, | |
| "name": "lh:gather:beginRecording", | |
| "duration": 0.17, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 6651.11, | |
| "name": "lh:gather:loadPage-redirectPass", | |
| "duration": 167.36, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 6818.5, | |
| "name": "lh:gather:pass", | |
| "duration": 0.16, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 6818.68, | |
| "name": "lh:gather:getDevtoolsLog", | |
| "duration": 0.17, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 6819.66, | |
| "name": "lh:gather:afterPass", | |
| "duration": 13.47, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 6827.86, | |
| "name": "lh:gather:afterPass:HTTPRedirect", | |
| "duration": 2.57, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 6830.45, | |
| "name": "lh:gather:afterPass:HTMLWithoutJavaScript", | |
| "duration": 2.67, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 6833.24, | |
| "name": "lh:gather:disconnect", | |
| "duration": 4.1, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 203.05, | |
| "name": "lh:runner:run", | |
| "duration": 7362.4, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 6837.63, | |
| "name": "lh:runner:auditing", | |
| "duration": 727.24, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 6850.05, | |
| "name": "lh:audit:is-on-https", | |
| "duration": 2.67, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 6850.49, | |
| "name": "lh:computed:NetworkRecords", | |
| "duration": 1.8, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 6853.11, | |
| "name": "lh:audit:redirects-http", | |
| "duration": 0.35, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 6853.75, | |
| "name": "lh:audit:service-worker", | |
| "duration": 0.51, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 6854.65, | |
| "name": "lh:audit:works-offline", | |
| "duration": 0.39, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 6855.26, | |
| "name": "lh:audit:viewport", | |
| "duration": 0.9, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 6855.48, | |
| "name": "lh:computed:ViewportMeta", | |
| "duration": 0.51, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 6856.4, | |
| "name": "lh:audit:without-javascript", | |
| "duration": 0.33, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 6856.9, | |
| "name": "lh:audit:first-contentful-paint", | |
| "duration": 39.97, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 6857.16, | |
| "name": "lh:computed:FirstContentfulPaint", | |
| "duration": 39.43, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 6857.28, | |
| "name": "lh:computed:TraceOfTab", | |
| "duration": 20.83, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 6878.32, | |
| "name": "lh:computed:LanternFirstContentfulPaint", | |
| "duration": 18.25, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 6878.49, | |
| "name": "lh:computed:PageDependencyGraph", | |
| "duration": 9.39, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 6887.94, | |
| "name": "lh:computed:LoadSimulator", | |
| "duration": 2.67, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 6888.05, | |
| "name": "lh:computed:NetworkAnalysis", | |
| "duration": 2.38, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 6897.04, | |
| "name": "lh:audit:largest-contentful-paint", | |
| "duration": 12.19, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 6897.27, | |
| "name": "lh:computed:LargestContentfulPaint", | |
| "duration": 11.78, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 6897.37, | |
| "name": "lh:computed:LanternLargestContentfulPaint", | |
| "duration": 11.65, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 6909.48, | |
| "name": "lh:audit:first-meaningful-paint", | |
| "duration": 2.75, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 6909.76, | |
| "name": "lh:computed:FirstMeaningfulPaint", | |
| "duration": 2.33, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 6909.83, | |
| "name": "lh:computed:LanternFirstMeaningfulPaint", | |
| "duration": 2.23, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 6912.44, | |
| "name": "lh:audit:load-fast-enough-for-pwa", | |
| "duration": 9.99, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 6912.7, | |
| "name": "lh:computed:Interactive", | |
| "duration": 9.49, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 6912.77, | |
| "name": "lh:computed:LanternInteractive", | |
| "duration": 9.4, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 6922.62, | |
| "name": "lh:audit:speed-index", | |
| "duration": 205.44, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 6922.88, | |
| "name": "lh:computed:SpeedIndex", | |
| "duration": 204.99, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 6922.95, | |
| "name": "lh:computed:LanternSpeedIndex", | |
| "duration": 204.83, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 6923.02, | |
| "name": "lh:computed:Speedline", | |
| "duration": 192.7, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7128.11, | |
| "name": "lh:audit:screenshot-thumbnails", | |
| "duration": 165.31, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7293.56, | |
| "name": "lh:audit:final-screenshot", | |
| "duration": 1.92, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7293.78, | |
| "name": "lh:computed:Screenshots", | |
| "duration": 1.66, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7295.77, | |
| "name": "lh:audit:estimated-input-latency", | |
| "duration": 15.19, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7295.99, | |
| "name": "lh:computed:EstimatedInputLatency", | |
| "duration": 14.8, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7296.07, | |
| "name": "lh:computed:LanternEstimatedInputLatency", | |
| "duration": 14.7, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7311.18, | |
| "name": "lh:audit:total-blocking-time", | |
| "duration": 11.78, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7311.43, | |
| "name": "lh:computed:TotalBlockingTime", | |
| "duration": 11.32, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7311.52, | |
| "name": "lh:computed:LanternTotalBlockingTime", | |
| "duration": 11.21, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7323.19, | |
| "name": "lh:audit:max-potential-fid", | |
| "duration": 6.06, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7323.44, | |
| "name": "lh:computed:MaxPotentialFID", | |
| "duration": 5.53, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7323.5, | |
| "name": "lh:computed:LanternMaxPotentialFID", | |
| "duration": 5.45, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7329.46, | |
| "name": "lh:audit:cumulative-layout-shift", | |
| "duration": 1.09, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7329.74, | |
| "name": "lh:computed:CumulativeLayoutShift", | |
| "duration": 0.36, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7330.76, | |
| "name": "lh:audit:errors-in-console", | |
| "duration": 0.69, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7331.64, | |
| "name": "lh:audit:server-response-time", | |
| "duration": 0.68, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7331.92, | |
| "name": "lh:computed:MainResource", | |
| "duration": 0.2, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7332.49, | |
| "name": "lh:audit:first-cpu-idle", | |
| "duration": 4.15, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7332.77, | |
| "name": "lh:computed:FirstCPUIdle", | |
| "duration": 3.54, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7332.87, | |
| "name": "lh:computed:LanternFirstCPUIdle", | |
| "duration": 3.43, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7336.83, | |
| "name": "lh:audit:interactive", | |
| "duration": 0.69, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7337.82, | |
| "name": "lh:audit:user-timings", | |
| "duration": 1.64, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7338.02, | |
| "name": "lh:computed:UserTimings", | |
| "duration": 1.16, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7339.65, | |
| "name": "lh:audit:critical-request-chains", | |
| "duration": 1.2, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7339.85, | |
| "name": "lh:computed:CriticalRequestChains", | |
| "duration": 0.48, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7341.01, | |
| "name": "lh:audit:redirects", | |
| "duration": 0.54, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7341.76, | |
| "name": "lh:audit:installable-manifest", | |
| "duration": 0.71, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7342.04, | |
| "name": "lh:computed:ManifestValues", | |
| "duration": 0.17, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7342.65, | |
| "name": "lh:audit:apple-touch-icon", | |
| "duration": 0.33, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7343.16, | |
| "name": "lh:audit:splash-screen", | |
| "duration": 0.47, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7343.34, | |
| "name": "lh:computed:ManifestValues", | |
| "duration": 0.06, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7343.81, | |
| "name": "lh:audit:themed-omnibox", | |
| "duration": 0.77, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7344.02, | |
| "name": "lh:computed:ManifestValues", | |
| "duration": 0.06, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7344.76, | |
| "name": "lh:audit:maskable-icon", | |
| "duration": 0.3, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7345.25, | |
| "name": "lh:audit:content-width", | |
| "duration": 0.31, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7345.73, | |
| "name": "lh:audit:image-aspect-ratio", | |
| "duration": 0.32, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7346.22, | |
| "name": "lh:audit:image-size-responsive", | |
| "duration": 0.38, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7346.76, | |
| "name": "lh:audit:deprecations", | |
| "duration": 0.36, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7347.29, | |
| "name": "lh:audit:mainthread-work-breakdown", | |
| "duration": 27.32, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7347.52, | |
| "name": "lh:computed:MainThreadTasks", | |
| "duration": 25.76, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7374.8, | |
| "name": "lh:audit:bootup-time", | |
| "duration": 7.28, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7382.28, | |
| "name": "lh:audit:uses-rel-preload", | |
| "duration": 1.15, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7382.6, | |
| "name": "lh:computed:LoadSimulator", | |
| "duration": 0.08, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7383.61, | |
| "name": "lh:audit:uses-rel-preconnect", | |
| "duration": 0.95, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7384.83, | |
| "name": "lh:audit:font-display", | |
| "duration": 2.2, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7387.15, | |
| "name": "lh:audit:diagnostics", | |
| "duration": 1.17, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7388.46, | |
| "name": "lh:audit:network-requests", | |
| "duration": 0.75, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7389.4, | |
| "name": "lh:audit:network-rtt", | |
| "duration": 0.48, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7390.02, | |
| "name": "lh:audit:network-server-latency", | |
| "duration": 0.51, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7390.57, | |
| "name": "lh:audit:main-thread-tasks", | |
| "duration": 0.4, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7391, | |
| "name": "lh:audit:metrics", | |
| "duration": 0.98, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7391.22, | |
| "name": "lh:computed:TimingSummary", | |
| "duration": 0.66, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7392.18, | |
| "name": "lh:audit:offline-start-url", | |
| "duration": 0.36, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7392.7, | |
| "name": "lh:audit:performance-budget", | |
| "duration": 1.2, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7392.92, | |
| "name": "lh:computed:ResourceSummary", | |
| "duration": 0.86, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7394.07, | |
| "name": "lh:audit:timing-budget", | |
| "duration": 0.31, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7394.56, | |
| "name": "lh:audit:resource-summary", | |
| "duration": 0.46, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7395.18, | |
| "name": "lh:audit:third-party-summary", | |
| "duration": 22.01, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7417.39, | |
| "name": "lh:audit:largest-contentful-paint-element", | |
| "duration": 0.3, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7417.83, | |
| "name": "lh:audit:layout-shift-elements", | |
| "duration": 0.28, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7418.29, | |
| "name": "lh:audit:pwa-cross-browser", | |
| "duration": 0.25, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7418.86, | |
| "name": "lh:audit:pwa-page-transitions", | |
| "duration": 0.32, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7419.38, | |
| "name": "lh:audit:pwa-each-page-has-url", | |
| "duration": 0.2, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7419.81, | |
| "name": "lh:audit:accesskeys", | |
| "duration": 0.46, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7420.48, | |
| "name": "lh:audit:aria-allowed-attr", | |
| "duration": 0.88, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7421.64, | |
| "name": "lh:audit:aria-hidden-body", | |
| "duration": 0.78, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7422.61, | |
| "name": "lh:audit:aria-hidden-focus", | |
| "duration": 1.5, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7424.3, | |
| "name": "lh:audit:aria-input-field-name", | |
| "duration": 0.29, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7424.79, | |
| "name": "lh:audit:aria-required-attr", | |
| "duration": 0.74, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7425.8, | |
| "name": "lh:audit:aria-required-children", | |
| "duration": 0.78, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7426.8, | |
| "name": "lh:audit:aria-required-parent", | |
| "duration": 0.76, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7427.73, | |
| "name": "lh:audit:aria-roles", | |
| "duration": 0.69, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7428.6, | |
| "name": "lh:audit:aria-toggle-field-name", | |
| "duration": 0.37, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7429.15, | |
| "name": "lh:audit:aria-valid-attr-value", | |
| "duration": 0.72, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7430.06, | |
| "name": "lh:audit:aria-valid-attr", | |
| "duration": 0.7, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7431.01, | |
| "name": "lh:audit:button-name", | |
| "duration": 0.55, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7431.74, | |
| "name": "lh:audit:bypass", | |
| "duration": 0.53, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7432.46, | |
| "name": "lh:audit:color-contrast", | |
| "duration": 0.52, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7433.21, | |
| "name": "lh:audit:definition-list", | |
| "duration": 0.26, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7433.64, | |
| "name": "lh:audit:dlitem", | |
| "duration": 0.27, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7434.07, | |
| "name": "lh:audit:document-title", | |
| "duration": 0.53, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7434.77, | |
| "name": "lh:audit:duplicate-id-active", | |
| "duration": 0.34, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7435.27, | |
| "name": "lh:audit:duplicate-id-aria", | |
| "duration": 0.55, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7436.02, | |
| "name": "lh:audit:form-field-multiple-labels", | |
| "duration": 0.58, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7436.88, | |
| "name": "lh:audit:frame-title", | |
| "duration": 0.65, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7437.76, | |
| "name": "lh:audit:heading-order", | |
| "duration": 0.57, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7438.53, | |
| "name": "lh:audit:html-has-lang", | |
| "duration": 0.59, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7439.34, | |
| "name": "lh:audit:html-lang-valid", | |
| "duration": 0.53, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7440.04, | |
| "name": "lh:audit:image-alt", | |
| "duration": 0.29, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7440.51, | |
| "name": "lh:audit:input-image-alt", | |
| "duration": 0.36, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7441.04, | |
| "name": "lh:audit:label", | |
| "duration": 0.57, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7441.84, | |
| "name": "lh:audit:layout-table", | |
| "duration": 0.34, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7442.35, | |
| "name": "lh:audit:link-name", | |
| "duration": 0.57, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7443.14, | |
| "name": "lh:audit:list", | |
| "duration": 0.34, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7443.73, | |
| "name": "lh:audit:listitem", | |
| "duration": 0.36, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7444.27, | |
| "name": "lh:audit:meta-refresh", | |
| "duration": 0.4, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7444.92, | |
| "name": "lh:audit:meta-viewport", | |
| "duration": 0.61, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7445.71, | |
| "name": "lh:audit:object-alt", | |
| "duration": 0.43, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7446.37, | |
| "name": "lh:audit:tabindex", | |
| "duration": 0.41, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7447.08, | |
| "name": "lh:audit:td-headers-attr", | |
| "duration": 0.46, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7448.56, | |
| "name": "lh:audit:th-has-data-cells", | |
| "duration": 0.44, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7449.19, | |
| "name": "lh:audit:valid-lang", | |
| "duration": 0.45, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7449.84, | |
| "name": "lh:audit:video-caption", | |
| "duration": 0.46, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7450.49, | |
| "name": "lh:audit:video-description", | |
| "duration": 0.47, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7451.02, | |
| "name": "lh:audit:custom-controls-labels", | |
| "duration": 0.09, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7451.14, | |
| "name": "lh:audit:custom-controls-roles", | |
| "duration": 0.07, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7451.26, | |
| "name": "lh:audit:focus-traps", | |
| "duration": 0.11, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7451.42, | |
| "name": "lh:audit:focusable-controls", | |
| "duration": 0.09, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7451.59, | |
| "name": "lh:audit:interactive-element-affordance", | |
| "duration": 0.15, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7451.79, | |
| "name": "lh:audit:logical-tab-order", | |
| "duration": 0.12, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7451.95, | |
| "name": "lh:audit:managed-focus", | |
| "duration": 0.07, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7452.07, | |
| "name": "lh:audit:offscreen-content-hidden", | |
| "duration": 0.07, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7452.17, | |
| "name": "lh:audit:use-landmarks", | |
| "duration": 0.06, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7452.27, | |
| "name": "lh:audit:visual-order-follows-dom", | |
| "duration": 0.06, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7452.54, | |
| "name": "lh:audit:uses-long-cache-ttl", | |
| "duration": 1.83, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7454.58, | |
| "name": "lh:audit:total-byte-weight", | |
| "duration": 0.51, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7455.26, | |
| "name": "lh:audit:offscreen-images", | |
| "duration": 3.38, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7458.9, | |
| "name": "lh:audit:render-blocking-resources", | |
| "duration": 5.24, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7459.35, | |
| "name": "lh:computed:UnusedCSS", | |
| "duration": 0.43, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7459.82, | |
| "name": "lh:computed:FirstContentfulPaint", | |
| "duration": 3.66, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7459.89, | |
| "name": "lh:computed:LanternFirstContentfulPaint", | |
| "duration": 3.57, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7464.32, | |
| "name": "lh:audit:unminified-css", | |
| "duration": 24.84, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7489.39, | |
| "name": "lh:audit:unminified-javascript", | |
| "duration": 5.77, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7495.34, | |
| "name": "lh:audit:unused-css-rules", | |
| "duration": 2.2, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7497.73, | |
| "name": "lh:audit:unused-javascript", | |
| "duration": 34.46, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7498.08, | |
| "name": "lh:computed:UnusedJavascriptSummary", | |
| "duration": 1.53, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7499.64, | |
| "name": "lh:computed:UnusedJavascriptSummary", | |
| "duration": 9.44, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7509.15, | |
| "name": "lh:computed:UnusedJavascriptSummary", | |
| "duration": 0.51, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7509.71, | |
| "name": "lh:computed:UnusedJavascriptSummary", | |
| "duration": 0.38, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7510.12, | |
| "name": "lh:computed:UnusedJavascriptSummary", | |
| "duration": 2.84, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7513.01, | |
| "name": "lh:computed:UnusedJavascriptSummary", | |
| "duration": 0.09, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7513.14, | |
| "name": "lh:computed:UnusedJavascriptSummary", | |
| "duration": 0.51, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7513.69, | |
| "name": "lh:computed:UnusedJavascriptSummary", | |
| "duration": 0.36, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7514.11, | |
| "name": "lh:computed:UnusedJavascriptSummary", | |
| "duration": 0.31, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7514.48, | |
| "name": "lh:computed:UnusedJavascriptSummary", | |
| "duration": 0.74, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7515.28, | |
| "name": "lh:computed:UnusedJavascriptSummary", | |
| "duration": 0.3, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7515.65, | |
| "name": "lh:computed:UnusedJavascriptSummary", | |
| "duration": 0.1, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7515.82, | |
| "name": "lh:computed:UnusedJavascriptSummary", | |
| "duration": 0.21, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7516.1, | |
| "name": "lh:computed:UnusedJavascriptSummary", | |
| "duration": 3.76, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7520.06, | |
| "name": "lh:computed:UnusedJavascriptSummary", | |
| "duration": 0.18, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7520.35, | |
| "name": "lh:computed:UnusedJavascriptSummary", | |
| "duration": 0.39, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7521.53, | |
| "name": "lh:computed:UnusedJavascriptSummary", | |
| "duration": 0.14, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7521.78, | |
| "name": "lh:computed:UnusedJavascriptSummary", | |
| "duration": 0.14, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7522.01, | |
| "name": "lh:computed:UnusedJavascriptSummary", | |
| "duration": 0.16, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7522.27, | |
| "name": "lh:computed:UnusedJavascriptSummary", | |
| "duration": 0.64, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7523.06, | |
| "name": "lh:computed:UnusedJavascriptSummary", | |
| "duration": 2.89, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7526.06, | |
| "name": "lh:computed:UnusedJavascriptSummary", | |
| "duration": 1.88, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7528.05, | |
| "name": "lh:computed:UnusedJavascriptSummary", | |
| "duration": 0.25, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7528.4, | |
| "name": "lh:computed:UnusedJavascriptSummary", | |
| "duration": 0.1, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7528.62, | |
| "name": "lh:computed:UnusedJavascriptSummary", | |
| "duration": 0.12, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7528.84, | |
| "name": "lh:computed:UnusedJavascriptSummary", | |
| "duration": 0.32, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7532.39, | |
| "name": "lh:audit:uses-webp-images", | |
| "duration": 2.54, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7535.15, | |
| "name": "lh:audit:uses-optimized-images", | |
| "duration": 2.72, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7538.09, | |
| "name": "lh:audit:uses-text-compression", | |
| "duration": 2.21, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7540.48, | |
| "name": "lh:audit:uses-responsive-images", | |
| "duration": 1.98, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7542.63, | |
| "name": "lh:audit:efficient-animated-content", | |
| "duration": 1.86, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7544.66, | |
| "name": "lh:audit:appcache-manifest", | |
| "duration": 0.27, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7545.09, | |
| "name": "lh:audit:doctype", | |
| "duration": 0.23, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7545.48, | |
| "name": "lh:audit:charset", | |
| "duration": 0.45, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7546.09, | |
| "name": "lh:audit:dom-size", | |
| "duration": 0.58, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7546.87, | |
| "name": "lh:audit:external-anchors-use-rel-noopener", | |
| "duration": 0.35, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7547.44, | |
| "name": "lh:audit:geolocation-on-start", | |
| "duration": 0.53, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7548.17, | |
| "name": "lh:audit:no-document-write", | |
| "duration": 0.39, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7548.81, | |
| "name": "lh:audit:no-vulnerable-libraries", | |
| "duration": 5.65, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7554.76, | |
| "name": "lh:audit:js-libraries", | |
| "duration": 0.42, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7555.44, | |
| "name": "lh:audit:notification-on-start", | |
| "duration": 0.34, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7556.23, | |
| "name": "lh:audit:password-inputs-can-be-pasted-into", | |
| "duration": 0.29, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7556.69, | |
| "name": "lh:audit:uses-http2", | |
| "duration": 0.65, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7557.54, | |
| "name": "lh:audit:uses-passive-event-listeners", | |
| "duration": 0.35, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7558.06, | |
| "name": "lh:audit:meta-description", | |
| "duration": 0.26, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7558.48, | |
| "name": "lh:audit:http-status-code", | |
| "duration": 0.29, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7558.92, | |
| "name": "lh:audit:font-size", | |
| "duration": 0.4, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7559.46, | |
| "name": "lh:audit:link-text", | |
| "duration": 0.36, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7560.07, | |
| "name": "lh:audit:is-crawlable", | |
| "duration": 0.98, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7561.22, | |
| "name": "lh:audit:robots-txt", | |
| "duration": 0.47, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7561.86, | |
| "name": "lh:audit:tap-targets", | |
| "duration": 1.07, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7563.16, | |
| "name": "lh:audit:hreflang", | |
| "duration": 0.28, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7563.63, | |
| "name": "lh:audit:plugins", | |
| "duration": 0.29, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7564.09, | |
| "name": "lh:audit:canonical", | |
| "duration": 0.41, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7564.66, | |
| "name": "lh:audit:structured-data", | |
| "duration": 0.19, | |
| "entryType": "measure" | |
| }, | |
| { | |
| "startTime": 7564.88, | |
| "name": "lh:runner:generate", | |
| "duration": 0.55, | |
| "entryType": "measure" | |
| } | |
| ], | |
| "total": 7362.4 | |
| }, | |
| "i18n": { | |
| "rendererFormattedStrings": {}, | |
| "icuMessagePaths": { | |
| "lighthouse-core/audits/is-on-https.js | title": [ | |
| "audits[is-on-https].title" | |
| ], | |
| "lighthouse-core/audits/is-on-https.js | description": [ | |
| "audits[is-on-https].description" | |
| ], | |
| "lighthouse-core/audits/redirects-http.js | title": [ | |
| "audits[redirects-http].title" | |
| ], | |
| "lighthouse-core/audits/redirects-http.js | description": [ | |
| "audits[redirects-http].description" | |
| ], | |
| "lighthouse-core/audits/service-worker.js | failureTitle": [ | |
| "audits[service-worker].title" | |
| ], | |
| "lighthouse-core/audits/service-worker.js | description": [ | |
| "audits[service-worker].description" | |
| ], | |
| "lighthouse-core/audits/works-offline.js | failureTitle": [ | |
| "audits[works-offline].title" | |
| ], | |
| "lighthouse-core/audits/works-offline.js | description": [ | |
| "audits[works-offline].description" | |
| ], | |
| "lighthouse-core/audits/viewport.js | title": [ | |
| "audits.viewport.title" | |
| ], | |
| "lighthouse-core/audits/viewport.js | description": [ | |
| "audits.viewport.description" | |
| ], | |
| "lighthouse-core/audits/without-javascript.js | title": [ | |
| "audits[without-javascript].title" | |
| ], | |
| "lighthouse-core/audits/without-javascript.js | description": [ | |
| "audits[without-javascript].description" | |
| ], | |
| "lighthouse-core/lib/i18n/i18n.js | firstContentfulPaintMetric": [ | |
| "audits[first-contentful-paint].title" | |
| ], | |
| "lighthouse-core/audits/metrics/first-contentful-paint.js | description": [ | |
| "audits[first-contentful-paint].description" | |
| ], | |
| "lighthouse-core/lib/i18n/i18n.js | seconds": [ | |
| { | |
| "values": { | |
| "timeInMs": 4584.511350000001 | |
| }, | |
| "path": "audits[first-contentful-paint].displayValue" | |
| }, | |
| { | |
| "values": { | |
| "timeInMs": 10219.113150000001 | |
| }, | |
| "path": "audits[largest-contentful-paint].displayValue" | |
| }, | |
| { | |
| "values": { | |
| "timeInMs": 4584.511350000001 | |
| }, | |
| "path": "audits[first-meaningful-paint].displayValue" | |
| }, | |
| { | |
| "values": { | |
| "timeInMs": 4584.511350000001 | |
| }, | |
| "path": "audits[speed-index].displayValue" | |
| }, | |
| { | |
| "values": { | |
| "timeInMs": 4880.111800000001 | |
| }, | |
| "path": "audits[first-cpu-idle].displayValue" | |
| }, | |
| { | |
| "values": { | |
| "timeInMs": 10452.0268 | |
| }, | |
| "path": "audits.interactive.displayValue" | |
| }, | |
| { | |
| "values": { | |
| "timeInMs": 2233.7639999999838 | |
| }, | |
| "path": "audits[mainthread-work-breakdown].displayValue" | |
| }, | |
| { | |
| "values": { | |
| "timeInMs": 1359.940000000006 | |
| }, | |
| "path": "audits[bootup-time].displayValue" | |
| } | |
| ], | |
| "lighthouse-core/lib/i18n/i18n.js | largestContentfulPaintMetric": [ | |
| "audits[largest-contentful-paint].title" | |
| ], | |
| "lighthouse-core/audits/metrics/largest-contentful-paint.js | description": [ | |
| "audits[largest-contentful-paint].description" | |
| ], | |
| "lighthouse-core/lib/i18n/i18n.js | firstMeaningfulPaintMetric": [ | |
| "audits[first-meaningful-paint].title" | |
| ], | |
| "lighthouse-core/audits/metrics/first-meaningful-paint.js | description": [ | |
| "audits[first-meaningful-paint].description" | |
| ], | |
| "lighthouse-core/audits/load-fast-enough-for-pwa.js | failureTitle": [ | |
| "audits[load-fast-enough-for-pwa].title" | |
| ], | |
| "lighthouse-core/audits/load-fast-enough-for-pwa.js | description": [ | |
| "audits[load-fast-enough-for-pwa].description" | |
| ], | |
| "lighthouse-core/audits/load-fast-enough-for-pwa.js | displayValueText": [ | |
| { | |
| "values": { | |
| "timeInMs": 10452.0268 | |
| }, | |
| "path": "audits[load-fast-enough-for-pwa].displayValue" | |
| } | |
| ], | |
| "lighthouse-core/audits/load-fast-enough-for-pwa.js | explanationLoadSlow": [ | |
| "audits[load-fast-enough-for-pwa].explanation" | |
| ], | |
| "lighthouse-core/lib/i18n/i18n.js | speedIndexMetric": [ | |
| "audits[speed-index].title" | |
| ], | |
| "lighthouse-core/audits/metrics/speed-index.js | description": [ | |
| "audits[speed-index].description" | |
| ], | |
| "lighthouse-core/lib/i18n/i18n.js | estimatedInputLatencyMetric": [ | |
| "audits[estimated-input-latency].title" | |
| ], | |
| "lighthouse-core/audits/metrics/estimated-input-latency.js | description": [ | |
| "audits[estimated-input-latency].description" | |
| ], | |
| "lighthouse-core/lib/i18n/i18n.js | ms": [ | |
| { | |
| "values": { | |
| "timeInMs": 29.000000000000004 | |
| }, | |
| "path": "audits[estimated-input-latency].displayValue" | |
| }, | |
| { | |
| "values": { | |
| "timeInMs": 314.5066999999999 | |
| }, | |
| "path": "audits[total-blocking-time].displayValue" | |
| }, | |
| { | |
| "values": { | |
| "timeInMs": 230.5 | |
| }, | |
| "path": "audits[max-potential-fid].displayValue" | |
| }, | |
| { | |
| "values": { | |
| "timeInMs": 0.0851 | |
| }, | |
| "path": "audits[network-rtt].displayValue" | |
| }, | |
| { | |
| "values": { | |
| "timeInMs": 359.4293 | |
| }, | |
| "path": "audits[network-server-latency].displayValue" | |
| } | |
| ], | |
| "lighthouse-core/lib/i18n/i18n.js | totalBlockingTimeMetric": [ | |
| "audits[total-blocking-time].title" | |
| ], | |
| "lighthouse-core/audits/metrics/total-blocking-time.js | description": [ | |
| "audits[total-blocking-time].description" | |
| ], | |
| "lighthouse-core/lib/i18n/i18n.js | maxPotentialFIDMetric": [ | |
| "audits[max-potential-fid].title" | |
| ], | |
| "lighthouse-core/audits/metrics/max-potential-fid.js | description": [ | |
| "audits[max-potential-fid].description" | |
| ], | |
| "lighthouse-core/lib/i18n/i18n.js | cumulativeLayoutShiftMetric": [ | |
| "audits[cumulative-layout-shift].title" | |
| ], | |
| "lighthouse-core/audits/metrics/cumulative-layout-shift.js | description": [ | |
| "audits[cumulative-layout-shift].description" | |
| ], | |
| "lighthouse-core/audits/errors-in-console.js | failureTitle": [ | |
| "audits[errors-in-console].title" | |
| ], | |
| "lighthouse-core/audits/errors-in-console.js | description": [ | |
| "audits[errors-in-console].description" | |
| ], | |
| "lighthouse-core/lib/i18n/i18n.js | columnURL": [ | |
| "audits[errors-in-console].details.headings[0].text", | |
| "audits[bootup-time].details.headings[0].text", | |
| "audits[uses-rel-preconnect].details.headings[0].label", | |
| "audits[font-display].details.headings[0].text", | |
| "audits[network-rtt].details.headings[0].text", | |
| "audits[network-server-latency].details.headings[0].text", | |
| "audits[uses-long-cache-ttl].details.headings[0].text", | |
| "audits[total-byte-weight].details.headings[0].text", | |
| "audits[render-blocking-resources].details.headings[0].label", | |
| "audits[unused-css-rules].details.headings[0].label", | |
| "audits[unused-javascript].details.headings[0].label", | |
| "audits[uses-http2].details.headings[0].text", | |
| "audits[uses-passive-event-listeners].details.headings[0].text" | |
| ], | |
| "lighthouse-core/audits/errors-in-console.js | columnDesc": [ | |
| "audits[errors-in-console].details.headings[1].text" | |
| ], | |
| "lighthouse-core/audits/server-response-time.js | title": [ | |
| "audits[server-response-time].title" | |
| ], | |
| "lighthouse-core/audits/server-response-time.js | description": [ | |
| "audits[server-response-time].description" | |
| ], | |
| "lighthouse-core/audits/server-response-time.js | displayValue": [ | |
| { | |
| "values": { | |
| "timeInMs": 359.458 | |
| }, | |
| "path": "audits[server-response-time].displayValue" | |
| } | |
| ], | |
| "lighthouse-core/lib/i18n/i18n.js | firstCPUIdleMetric": [ | |
| "audits[first-cpu-idle].title" | |
| ], | |
| "lighthouse-core/audits/metrics/first-cpu-idle.js | description": [ | |
| "audits[first-cpu-idle].description" | |
| ], | |
| "lighthouse-core/lib/i18n/i18n.js | interactiveMetric": [ | |
| "audits.interactive.title" | |
| ], | |
| "lighthouse-core/audits/metrics/interactive.js | description": [ | |
| "audits.interactive.description" | |
| ], | |
| "lighthouse-core/audits/user-timings.js | title": [ | |
| "audits[user-timings].title" | |
| ], | |
| "lighthouse-core/audits/user-timings.js | description": [ | |
| "audits[user-timings].description" | |
| ], | |
| "lighthouse-core/audits/critical-request-chains.js | title": [ | |
| "audits[critical-request-chains].title" | |
| ], | |
| "lighthouse-core/audits/critical-request-chains.js | description": [ | |
| "audits[critical-request-chains].description" | |
| ], | |
| "lighthouse-core/audits/critical-request-chains.js | displayValue": [ | |
| { | |
| "values": { | |
| "itemCount": 6 | |
| }, | |
| "path": "audits[critical-request-chains].displayValue" | |
| } | |
| ], | |
| "lighthouse-core/audits/redirects.js | title": [ | |
| "audits.redirects.title" | |
| ], | |
| "lighthouse-core/audits/redirects.js | description": [ | |
| "audits.redirects.description" | |
| ], | |
| "lighthouse-core/audits/installable-manifest.js | failureTitle": [ | |
| "audits[installable-manifest].title" | |
| ], | |
| "lighthouse-core/audits/installable-manifest.js | description": [ | |
| "audits[installable-manifest].description" | |
| ], | |
| "lighthouse-core/audits/apple-touch-icon.js | title": [ | |
| "audits[apple-touch-icon].title" | |
| ], | |
| "lighthouse-core/audits/apple-touch-icon.js | description": [ | |
| "audits[apple-touch-icon].description" | |
| ], | |
| "lighthouse-core/audits/apple-touch-icon.js | precomposedWarning": [ | |
| "audits[apple-touch-icon].warnings[0]" | |
| ], | |
| "lighthouse-core/audits/splash-screen.js | failureTitle": [ | |
| "audits[splash-screen].title" | |
| ], | |
| "lighthouse-core/audits/splash-screen.js | description": [ | |
| "audits[splash-screen].description" | |
| ], | |
| "lighthouse-core/audits/themed-omnibox.js | failureTitle": [ | |
| "audits[themed-omnibox].title" | |
| ], | |
| "lighthouse-core/audits/themed-omnibox.js | description": [ | |
| "audits[themed-omnibox].description" | |
| ], | |
| "lighthouse-core/audits/maskable-icon.js | failureTitle": [ | |
| "audits[maskable-icon].title" | |
| ], | |
| "lighthouse-core/audits/maskable-icon.js | description": [ | |
| "audits[maskable-icon].description" | |
| ], | |
| "lighthouse-core/audits/content-width.js | title": [ | |
| "audits[content-width].title" | |
| ], | |
| "lighthouse-core/audits/content-width.js | description": [ | |
| "audits[content-width].description" | |
| ], | |
| "lighthouse-core/audits/image-aspect-ratio.js | title": [ | |
| "audits[image-aspect-ratio].title" | |
| ], | |
| "lighthouse-core/audits/image-aspect-ratio.js | description": [ | |
| "audits[image-aspect-ratio].description" | |
| ], | |
| "lighthouse-core/audits/image-size-responsive.js | title": [ | |
| "audits[image-size-responsive].title" | |
| ], | |
| "lighthouse-core/audits/image-size-responsive.js | description": [ | |
| "audits[image-size-responsive].description" | |
| ], | |
| "lighthouse-core/audits/deprecations.js | title": [ | |
| "audits.deprecations.title" | |
| ], | |
| "lighthouse-core/audits/deprecations.js | description": [ | |
| "audits.deprecations.description" | |
| ], | |
| "lighthouse-core/audits/mainthread-work-breakdown.js | failureTitle": [ | |
| "audits[mainthread-work-breakdown].title" | |
| ], | |
| "lighthouse-core/audits/mainthread-work-breakdown.js | description": [ | |
| "audits[mainthread-work-breakdown].description" | |
| ], | |
| "lighthouse-core/audits/mainthread-work-breakdown.js | columnCategory": [ | |
| "audits[mainthread-work-breakdown].details.headings[0].text" | |
| ], | |
| "lighthouse-core/lib/i18n/i18n.js | columnTimeSpent": [ | |
| "audits[mainthread-work-breakdown].details.headings[1].text", | |
| "audits[network-rtt].details.headings[1].text", | |
| "audits[network-server-latency].details.headings[1].text" | |
| ], | |
| "lighthouse-core/audits/bootup-time.js | failureTitle": [ | |
| "audits[bootup-time].title" | |
| ], | |
| "lighthouse-core/audits/bootup-time.js | description": [ | |
| "audits[bootup-time].description" | |
| ], | |
| "lighthouse-core/audits/bootup-time.js | columnTotal": [ | |
| "audits[bootup-time].details.headings[1].text" | |
| ], | |
| "lighthouse-core/audits/bootup-time.js | columnScriptEval": [ | |
| "audits[bootup-time].details.headings[2].text" | |
| ], | |
| "lighthouse-core/audits/bootup-time.js | columnScriptParse": [ | |
| "audits[bootup-time].details.headings[3].text" | |
| ], | |
| "lighthouse-core/audits/uses-rel-preload.js | title": [ | |
| "audits[uses-rel-preload].title" | |
| ], | |
| "lighthouse-core/audits/uses-rel-preload.js | description": [ | |
| "audits[uses-rel-preload].description" | |
| ], | |
| "lighthouse-core/audits/uses-rel-preconnect.js | title": [ | |
| "audits[uses-rel-preconnect].title" | |
| ], | |
| "lighthouse-core/audits/uses-rel-preconnect.js | description": [ | |
| "audits[uses-rel-preconnect].description" | |
| ], | |
| "lighthouse-core/lib/i18n/i18n.js | displayValueMsSavings": [ | |
| { | |
| "values": { | |
| "wastedMs": 300.06 | |
| }, | |
| "path": "audits[uses-rel-preconnect].displayValue" | |
| }, | |
| { | |
| "values": { | |
| "wastedMs": 3584 | |
| }, | |
| "path": "audits[render-blocking-resources].displayValue" | |
| } | |
| ], | |
| "lighthouse-core/lib/i18n/i18n.js | columnWastedBytes": [ | |
| "audits[uses-rel-preconnect].details.headings[1].label", | |
| "audits[font-display].details.headings[1].text", | |
| "audits[render-blocking-resources].details.headings[2].label", | |
| "audits[unused-css-rules].details.headings[2].label", | |
| "audits[unused-javascript].details.headings[2].label" | |
| ], | |
| "lighthouse-core/audits/font-display.js | failureTitle": [ | |
| "audits[font-display].title" | |
| ], | |
| "lighthouse-core/audits/font-display.js | description": [ | |
| "audits[font-display].description" | |
| ], | |
| "lighthouse-core/audits/font-display.js | undeclaredFontURLWarning": [ | |
| { | |
| "values": { | |
| "fontURL": "https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2" | |
| }, | |
| "path": "audits[font-display].warnings[0]" | |
| }, | |
| { | |
| "values": { | |
| "fontURL": "https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2" | |
| }, | |
| "path": "audits[font-display].warnings[1]" | |
| }, | |
| { | |
| "values": { | |
| "fontURL": "https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2" | |
| }, | |
| "path": "audits[font-display].warnings[2]" | |
| }, | |
| { | |
| "values": { | |
| "fontURL": "https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2" | |
| }, | |
| "path": "audits[font-display].warnings[3]" | |
| }, | |
| { | |
| "values": { | |
| "fontURL": "https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmYUtfBBc4AMP6lQ.woff2" | |
| }, | |
| "path": "audits[font-display].warnings[4]" | |
| } | |
| ], | |
| "lighthouse-core/audits/network-rtt.js | title": [ | |
| "audits[network-rtt].title" | |
| ], | |
| "lighthouse-core/audits/network-rtt.js | description": [ | |
| "audits[network-rtt].description" | |
| ], | |
| "lighthouse-core/audits/network-server-latency.js | title": [ | |
| "audits[network-server-latency].title" | |
| ], | |
| "lighthouse-core/audits/network-server-latency.js | description": [ | |
| "audits[network-server-latency].description" | |
| ], | |
| "lighthouse-core/audits/offline-start-url.js | failureTitle": [ | |
| "audits[offline-start-url].title" | |
| ], | |
| "lighthouse-core/audits/offline-start-url.js | description": [ | |
| "audits[offline-start-url].description" | |
| ], | |
| "lighthouse-core/audits/performance-budget.js | title": [ | |
| "audits[performance-budget].title" | |
| ], | |
| "lighthouse-core/audits/performance-budget.js | description": [ | |
| "audits[performance-budget].description" | |
| ], | |
| "lighthouse-core/audits/timing-budget.js | title": [ | |
| "audits[timing-budget].title" | |
| ], | |
| "lighthouse-core/audits/timing-budget.js | description": [ | |
| "audits[timing-budget].description" | |
| ], | |
| "lighthouse-core/audits/resource-summary.js | title": [ | |
| "audits[resource-summary].title" | |
| ], | |
| "lighthouse-core/audits/resource-summary.js | description": [ | |
| "audits[resource-summary].description" | |
| ], | |
| "lighthouse-core/audits/resource-summary.js | displayValue": [ | |
| { | |
| "values": { | |
| "requestCount": 67, | |
| "byteCount": 1371708 | |
| }, | |
| "path": "audits[resource-summary].displayValue" | |
| } | |
| ], | |
| "lighthouse-core/lib/i18n/i18n.js | columnResourceType": [ | |
| "audits[resource-summary].details.headings[0].text" | |
| ], | |
| "lighthouse-core/lib/i18n/i18n.js | columnRequests": [ | |
| "audits[resource-summary].details.headings[1].text" | |
| ], | |
| "lighthouse-core/lib/i18n/i18n.js | columnTransferSize": [ | |
| "audits[resource-summary].details.headings[2].text", | |
| "audits[third-party-summary].details.headings[1].text", | |
| "audits[uses-long-cache-ttl].details.headings[2].text", | |
| "audits[total-byte-weight].details.headings[1].text", | |
| "audits[render-blocking-resources].details.headings[1].label", | |
| "audits[unused-css-rules].details.headings[1].label", | |
| "audits[unused-javascript].details.headings[1].label" | |
| ], | |
| "lighthouse-core/lib/i18n/i18n.js | totalResourceType": [ | |
| "audits[resource-summary].details.items[0].label" | |
| ], | |
| "lighthouse-core/lib/i18n/i18n.js | scriptResourceType": [ | |
| "audits[resource-summary].details.items[1].label" | |
| ], | |
| "lighthouse-core/lib/i18n/i18n.js | fontResourceType": [ | |
| "audits[resource-summary].details.items[2].label" | |
| ], | |
| "lighthouse-core/lib/i18n/i18n.js | stylesheetResourceType": [ | |
| "audits[resource-summary].details.items[3].label" | |
| ], | |
| "lighthouse-core/lib/i18n/i18n.js | imageResourceType": [ | |
| "audits[resource-summary].details.items[4].label" | |
| ], | |
| "lighthouse-core/lib/i18n/i18n.js | documentResourceType": [ | |
| "audits[resource-summary].details.items[5].label" | |
| ], | |
| "lighthouse-core/lib/i18n/i18n.js | otherResourceType": [ | |
| "audits[resource-summary].details.items[6].label" | |
| ], | |
| "lighthouse-core/lib/i18n/i18n.js | mediaResourceType": [ | |
| "audits[resource-summary].details.items[7].label" | |
| ], | |
| "lighthouse-core/lib/i18n/i18n.js | thirdPartyResourceType": [ | |
| "audits[resource-summary].details.items[8].label" | |
| ], | |
| "lighthouse-core/audits/third-party-summary.js | title": [ | |
| "audits[third-party-summary].title" | |
| ], | |
| "lighthouse-core/audits/third-party-summary.js | description": [ | |
| "audits[third-party-summary].description" | |
| ], | |
| "lighthouse-core/audits/third-party-summary.js | displayValue": [ | |
| { | |
| "values": { | |
| "timeInMs": 203.856 | |
| }, | |
| "path": "audits[third-party-summary].displayValue" | |
| } | |
| ], | |
| "lighthouse-core/audits/third-party-summary.js | columnThirdParty": [ | |
| "audits[third-party-summary].details.headings[0].text" | |
| ], | |
| "lighthouse-core/audits/third-party-summary.js | columnBlockingTime": [ | |
| "audits[third-party-summary].details.headings[2].text" | |
| ], | |
| "lighthouse-core/audits/largest-contentful-paint-element.js | title": [ | |
| "audits[largest-contentful-paint-element].title" | |
| ], | |
| "lighthouse-core/audits/largest-contentful-paint-element.js | description": [ | |
| "audits[largest-contentful-paint-element].description" | |
| ], | |
| "lighthouse-core/audits/largest-contentful-paint-element.js | displayValue": [ | |
| { | |
| "values": { | |
| "itemCount": 1 | |
| }, | |
| "path": "audits[largest-contentful-paint-element].displayValue" | |
| } | |
| ], | |
| "lighthouse-core/lib/i18n/i18n.js | columnElement": [ | |
| "audits[largest-contentful-paint-element].details.headings[0].text", | |
| "audits[layout-shift-elements].details.headings[0].text", | |
| "audits[dom-size].details.headings[1].text" | |
| ], | |
| "lighthouse-core/audits/layout-shift-elements.js | title": [ | |
| "audits[layout-shift-elements].title" | |
| ], | |
| "lighthouse-core/audits/layout-shift-elements.js | description": [ | |
| "audits[layout-shift-elements].description" | |
| ], | |
| "lighthouse-core/audits/layout-shift-elements.js | displayValue": [ | |
| { | |
| "values": { | |
| "nodeCount": 5 | |
| }, | |
| "path": "audits[layout-shift-elements].displayValue" | |
| } | |
| ], | |
| "lighthouse-core/audits/manual/pwa-cross-browser.js | title": [ | |
| "audits[pwa-cross-browser].title" | |
| ], | |
| "lighthouse-core/audits/manual/pwa-cross-browser.js | description": [ | |
| "audits[pwa-cross-browser].description" | |
| ], | |
| "lighthouse-core/audits/manual/pwa-page-transitions.js | title": [ | |
| "audits[pwa-page-transitions].title" | |
| ], | |
| "lighthouse-core/audits/manual/pwa-page-transitions.js | description": [ | |
| "audits[pwa-page-transitions].description" | |
| ], | |
| "lighthouse-core/audits/manual/pwa-each-page-has-url.js | title": [ | |
| "audits[pwa-each-page-has-url].title" | |
| ], | |
| "lighthouse-core/audits/manual/pwa-each-page-has-url.js | description": [ | |
| "audits[pwa-each-page-has-url].description" | |
| ], | |
| "lighthouse-core/audits/accessibility/accesskeys.js | title": [ | |
| "audits.accesskeys.title" | |
| ], | |
| "lighthouse-core/audits/accessibility/accesskeys.js | description": [ | |
| "audits.accesskeys.description" | |
| ], | |
| "lighthouse-core/audits/accessibility/aria-allowed-attr.js | title": [ | |
| "audits[aria-allowed-attr].title" | |
| ], | |
| "lighthouse-core/audits/accessibility/aria-allowed-attr.js | description": [ | |
| "audits[aria-allowed-attr].description" | |
| ], | |
| "lighthouse-core/audits/accessibility/aria-hidden-body.js | title": [ | |
| "audits[aria-hidden-body].title" | |
| ], | |
| "lighthouse-core/audits/accessibility/aria-hidden-body.js | description": [ | |
| "audits[aria-hidden-body].description" | |
| ], | |
| "lighthouse-core/audits/accessibility/aria-hidden-focus.js | title": [ | |
| "audits[aria-hidden-focus].title" | |
| ], | |
| "lighthouse-core/audits/accessibility/aria-hidden-focus.js | description": [ | |
| "audits[aria-hidden-focus].description" | |
| ], | |
| "lighthouse-core/audits/accessibility/aria-input-field-name.js | title": [ | |
| "audits[aria-input-field-name].title" | |
| ], | |
| "lighthouse-core/audits/accessibility/aria-input-field-name.js | description": [ | |
| "audits[aria-input-field-name].description" | |
| ], | |
| "lighthouse-core/audits/accessibility/aria-required-attr.js | title": [ | |
| "audits[aria-required-attr].title" | |
| ], | |
| "lighthouse-core/audits/accessibility/aria-required-attr.js | description": [ | |
| "audits[aria-required-attr].description" | |
| ], | |
| "lighthouse-core/audits/accessibility/aria-required-children.js | title": [ | |
| "audits[aria-required-children].title" | |
| ], | |
| "lighthouse-core/audits/accessibility/aria-required-children.js | description": [ | |
| "audits[aria-required-children].description" | |
| ], | |
| "lighthouse-core/audits/accessibility/aria-required-parent.js | failureTitle": [ | |
| "audits[aria-required-parent].title" | |
| ], | |
| "lighthouse-core/audits/accessibility/aria-required-parent.js | description": [ | |
| "audits[aria-required-parent].description" | |
| ], | |
| "lighthouse-core/audits/accessibility/axe-audit.js | failingElementsHeader": [ | |
| "audits[aria-required-parent].details.headings[0].text", | |
| "audits[color-contrast].details.headings[0].text", | |
| "audits[meta-viewport].details.headings[0].text" | |
| ], | |
| "lighthouse-core/audits/accessibility/aria-roles.js | title": [ | |
| "audits[aria-roles].title" | |
| ], | |
| "lighthouse-core/audits/accessibility/aria-roles.js | description": [ | |
| "audits[aria-roles].description" | |
| ], | |
| "lighthouse-core/audits/accessibility/aria-toggle-field-name.js | title": [ | |
| "audits[aria-toggle-field-name].title" | |
| ], | |
| "lighthouse-core/audits/accessibility/aria-toggle-field-name.js | description": [ | |
| "audits[aria-toggle-field-name].description" | |
| ], | |
| "lighthouse-core/audits/accessibility/aria-valid-attr-value.js | title": [ | |
| "audits[aria-valid-attr-value].title" | |
| ], | |
| "lighthouse-core/audits/accessibility/aria-valid-attr-value.js | description": [ | |
| "audits[aria-valid-attr-value].description" | |
| ], | |
| "lighthouse-core/audits/accessibility/aria-valid-attr.js | title": [ | |
| "audits[aria-valid-attr].title" | |
| ], | |
| "lighthouse-core/audits/accessibility/aria-valid-attr.js | description": [ | |
| "audits[aria-valid-attr].description" | |
| ], | |
| "lighthouse-core/audits/accessibility/button-name.js | title": [ | |
| "audits[button-name].title" | |
| ], | |
| "lighthouse-core/audits/accessibility/button-name.js | description": [ | |
| "audits[button-name].description" | |
| ], | |
| "lighthouse-core/audits/accessibility/bypass.js | title": [ | |
| "audits.bypass.title" | |
| ], | |
| "lighthouse-core/audits/accessibility/bypass.js | description": [ | |
| "audits.bypass.description" | |
| ], | |
| "lighthouse-core/audits/accessibility/color-contrast.js | failureTitle": [ | |
| "audits[color-contrast].title" | |
| ], | |
| "lighthouse-core/audits/accessibility/color-contrast.js | description": [ | |
| "audits[color-contrast].description" | |
| ], | |
| "lighthouse-core/audits/accessibility/definition-list.js | title": [ | |
| "audits[definition-list].title" | |
| ], | |
| "lighthouse-core/audits/accessibility/definition-list.js | description": [ | |
| "audits[definition-list].description" | |
| ], | |
| "lighthouse-core/audits/accessibility/dlitem.js | title": [ | |
| "audits.dlitem.title" | |
| ], | |
| "lighthouse-core/audits/accessibility/dlitem.js | description": [ | |
| "audits.dlitem.description" | |
| ], | |
| "lighthouse-core/audits/accessibility/document-title.js | title": [ | |
| "audits[document-title].title" | |
| ], | |
| "lighthouse-core/audits/accessibility/document-title.js | description": [ | |
| "audits[document-title].description" | |
| ], | |
| "lighthouse-core/audits/accessibility/duplicate-id-active.js | title": [ | |
| "audits[duplicate-id-active].title" | |
| ], | |
| "lighthouse-core/audits/accessibility/duplicate-id-active.js | description": [ | |
| "audits[duplicate-id-active].description" | |
| ], | |
| "lighthouse-core/audits/accessibility/duplicate-id-aria.js | title": [ | |
| "audits[duplicate-id-aria].title" | |
| ], | |
| "lighthouse-core/audits/accessibility/duplicate-id-aria.js | description": [ | |
| "audits[duplicate-id-aria].description" | |
| ], | |
| "lighthouse-core/audits/accessibility/form-field-multiple-labels.js | title": [ | |
| "audits[form-field-multiple-labels].title" | |
| ], | |
| "lighthouse-core/audits/accessibility/form-field-multiple-labels.js | description": [ | |
| "audits[form-field-multiple-labels].description" | |
| ], | |
| "lighthouse-core/audits/accessibility/frame-title.js | title": [ | |
| "audits[frame-title].title" | |
| ], | |
| "lighthouse-core/audits/accessibility/frame-title.js | description": [ | |
| "audits[frame-title].description" | |
| ], | |
| "lighthouse-core/audits/accessibility/heading-order.js | title": [ | |
| "audits[heading-order].title" | |
| ], | |
| "lighthouse-core/audits/accessibility/heading-order.js | description": [ | |
| "audits[heading-order].description" | |
| ], | |
| "lighthouse-core/audits/accessibility/html-has-lang.js | title": [ | |
| "audits[html-has-lang].title" | |
| ], | |
| "lighthouse-core/audits/accessibility/html-has-lang.js | description": [ | |
| "audits[html-has-lang].description" | |
| ], | |
| "lighthouse-core/audits/accessibility/html-lang-valid.js | title": [ | |
| "audits[html-lang-valid].title" | |
| ], | |
| "lighthouse-core/audits/accessibility/html-lang-valid.js | description": [ | |
| "audits[html-lang-valid].description" | |
| ], | |
| "lighthouse-core/audits/accessibility/image-alt.js | title": [ | |
| "audits[image-alt].title" | |
| ], | |
| "lighthouse-core/audits/accessibility/image-alt.js | description": [ | |
| "audits[image-alt].description" | |
| ], | |
| "lighthouse-core/audits/accessibility/input-image-alt.js | title": [ | |
| "audits[input-image-alt].title" | |
| ], | |
| "lighthouse-core/audits/accessibility/input-image-alt.js | description": [ | |
| "audits[input-image-alt].description" | |
| ], | |
| "lighthouse-core/audits/accessibility/label.js | title": [ | |
| "audits.label.title" | |
| ], | |
| "lighthouse-core/audits/accessibility/label.js | description": [ | |
| "audits.label.description" | |
| ], | |
| "lighthouse-core/audits/accessibility/layout-table.js | title": [ | |
| "audits[layout-table].title" | |
| ], | |
| "lighthouse-core/audits/accessibility/layout-table.js | description": [ | |
| "audits[layout-table].description" | |
| ], | |
| "lighthouse-core/audits/accessibility/link-name.js | title": [ | |
| "audits[link-name].title" | |
| ], | |
| "lighthouse-core/audits/accessibility/link-name.js | description": [ | |
| "audits[link-name].description" | |
| ], | |
| "lighthouse-core/audits/accessibility/list.js | title": [ | |
| "audits.list.title" | |
| ], | |
| "lighthouse-core/audits/accessibility/list.js | description": [ | |
| "audits.list.description" | |
| ], | |
| "lighthouse-core/audits/accessibility/listitem.js | title": [ | |
| "audits.listitem.title" | |
| ], | |
| "lighthouse-core/audits/accessibility/listitem.js | description": [ | |
| "audits.listitem.description" | |
| ], | |
| "lighthouse-core/audits/accessibility/meta-refresh.js | title": [ | |
| "audits[meta-refresh].title" | |
| ], | |
| "lighthouse-core/audits/accessibility/meta-refresh.js | description": [ | |
| "audits[meta-refresh].description" | |
| ], | |
| "lighthouse-core/audits/accessibility/meta-viewport.js | failureTitle": [ | |
| "audits[meta-viewport].title" | |
| ], | |
| "lighthouse-core/audits/accessibility/meta-viewport.js | description": [ | |
| "audits[meta-viewport].description" | |
| ], | |
| "lighthouse-core/audits/accessibility/object-alt.js | title": [ | |
| "audits[object-alt].title" | |
| ], | |
| "lighthouse-core/audits/accessibility/object-alt.js | description": [ | |
| "audits[object-alt].description" | |
| ], | |
| "lighthouse-core/audits/accessibility/tabindex.js | title": [ | |
| "audits.tabindex.title" | |
| ], | |
| "lighthouse-core/audits/accessibility/tabindex.js | description": [ | |
| "audits.tabindex.description" | |
| ], | |
| "lighthouse-core/audits/accessibility/td-headers-attr.js | title": [ | |
| "audits[td-headers-attr].title" | |
| ], | |
| "lighthouse-core/audits/accessibility/td-headers-attr.js | description": [ | |
| "audits[td-headers-attr].description" | |
| ], | |
| "lighthouse-core/audits/accessibility/th-has-data-cells.js | title": [ | |
| "audits[th-has-data-cells].title" | |
| ], | |
| "lighthouse-core/audits/accessibility/th-has-data-cells.js | description": [ | |
| "audits[th-has-data-cells].description" | |
| ], | |
| "lighthouse-core/audits/accessibility/valid-lang.js | title": [ | |
| "audits[valid-lang].title" | |
| ], | |
| "lighthouse-core/audits/accessibility/valid-lang.js | description": [ | |
| "audits[valid-lang].description" | |
| ], | |
| "lighthouse-core/audits/accessibility/video-caption.js | title": [ | |
| "audits[video-caption].title" | |
| ], | |
| "lighthouse-core/audits/accessibility/video-caption.js | description": [ | |
| "audits[video-caption].description" | |
| ], | |
| "lighthouse-core/audits/accessibility/video-description.js | title": [ | |
| "audits[video-description].title" | |
| ], | |
| "lighthouse-core/audits/accessibility/video-description.js | description": [ | |
| "audits[video-description].description" | |
| ], | |
| "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | failureTitle": [ | |
| "audits[uses-long-cache-ttl].title" | |
| ], | |
| "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | description": [ | |
| "audits[uses-long-cache-ttl].description" | |
| ], | |
| "lighthouse-core/audits/byte-efficiency/uses-long-cache-ttl.js | displayValue": [ | |
| { | |
| "values": { | |
| "itemCount": 26 | |
| }, | |
| "path": "audits[uses-long-cache-ttl].displayValue" | |
| } | |
| ], | |
| "lighthouse-core/lib/i18n/i18n.js | columnCacheTTL": [ | |
| "audits[uses-long-cache-ttl].details.headings[1].text" | |
| ], | |
| "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | title": [ | |
| "audits[total-byte-weight].title" | |
| ], | |
| "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | description": [ | |
| "audits[total-byte-weight].description" | |
| ], | |
| "lighthouse-core/audits/byte-efficiency/total-byte-weight.js | displayValue": [ | |
| { | |
| "values": { | |
| "totalBytes": 1371708 | |
| }, | |
| "path": "audits[total-byte-weight].displayValue" | |
| } | |
| ], | |
| "lighthouse-core/audits/byte-efficiency/offscreen-images.js | title": [ | |
| "audits[offscreen-images].title" | |
| ], | |
| "lighthouse-core/audits/byte-efficiency/offscreen-images.js | description": [ | |
| "audits[offscreen-images].description" | |
| ], | |
| "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | title": [ | |
| "audits[render-blocking-resources].title" | |
| ], | |
| "lighthouse-core/audits/byte-efficiency/render-blocking-resources.js | description": [ | |
| "audits[render-blocking-resources].description" | |
| ], | |
| "lighthouse-core/audits/byte-efficiency/unminified-css.js | title": [ | |
| "audits[unminified-css].title" | |
| ], | |
| "lighthouse-core/audits/byte-efficiency/unminified-css.js | description": [ | |
| "audits[unminified-css].description" | |
| ], | |
| "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | title": [ | |
| "audits[unminified-javascript].title" | |
| ], | |
| "lighthouse-core/audits/byte-efficiency/unminified-javascript.js | description": [ | |
| "audits[unminified-javascript].description" | |
| ], | |
| "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | title": [ | |
| "audits[unused-css-rules].title" | |
| ], | |
| "lighthouse-core/audits/byte-efficiency/unused-css-rules.js | description": [ | |
| "audits[unused-css-rules].description" | |
| ], | |
| "lighthouse-core/lib/i18n/i18n.js | displayValueByteSavings": [ | |
| { | |
| "values": { | |
| "wastedBytes": 21348 | |
| }, | |
| "path": "audits[unused-css-rules].displayValue" | |
| }, | |
| { | |
| "values": { | |
| "wastedBytes": 723871 | |
| }, | |
| "path": "audits[unused-javascript].displayValue" | |
| } | |
| ], | |
| "lighthouse-core/audits/byte-efficiency/unused-javascript.js | title": [ | |
| "audits[unused-javascript].title" | |
| ], | |
| "lighthouse-core/audits/byte-efficiency/unused-javascript.js | description": [ | |
| "audits[unused-javascript].description" | |
| ], | |
| "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | title": [ | |
| "audits[uses-webp-images].title" | |
| ], | |
| "lighthouse-core/audits/byte-efficiency/uses-webp-images.js | description": [ | |
| "audits[uses-webp-images].description" | |
| ], | |
| "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | title": [ | |
| "audits[uses-optimized-images].title" | |
| ], | |
| "lighthouse-core/audits/byte-efficiency/uses-optimized-images.js | description": [ | |
| "audits[uses-optimized-images].description" | |
| ], | |
| "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | title": [ | |
| "audits[uses-text-compression].title" | |
| ], | |
| "lighthouse-core/audits/byte-efficiency/uses-text-compression.js | description": [ | |
| "audits[uses-text-compression].description" | |
| ], | |
| "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | title": [ | |
| "audits[uses-responsive-images].title" | |
| ], | |
| "lighthouse-core/audits/byte-efficiency/uses-responsive-images.js | description": [ | |
| "audits[uses-responsive-images].description" | |
| ], | |
| "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | title": [ | |
| "audits[efficient-animated-content].title" | |
| ], | |
| "lighthouse-core/audits/byte-efficiency/efficient-animated-content.js | description": [ | |
| "audits[efficient-animated-content].description" | |
| ], | |
| "lighthouse-core/audits/dobetterweb/appcache-manifest.js | title": [ | |
| "audits[appcache-manifest].title" | |
| ], | |
| "lighthouse-core/audits/dobetterweb/appcache-manifest.js | description": [ | |
| "audits[appcache-manifest].description" | |
| ], | |
| "lighthouse-core/audits/dobetterweb/doctype.js | title": [ | |
| "audits.doctype.title" | |
| ], | |
| "lighthouse-core/audits/dobetterweb/doctype.js | description": [ | |
| "audits.doctype.description" | |
| ], | |
| "lighthouse-core/audits/dobetterweb/charset.js | title": [ | |
| "audits.charset.title" | |
| ], | |
| "lighthouse-core/audits/dobetterweb/charset.js | description": [ | |
| "audits.charset.description" | |
| ], | |
| "lighthouse-core/audits/dobetterweb/dom-size.js | title": [ | |
| "audits[dom-size].title" | |
| ], | |
| "lighthouse-core/audits/dobetterweb/dom-size.js | description": [ | |
| "audits[dom-size].description" | |
| ], | |
| "lighthouse-core/audits/dobetterweb/dom-size.js | displayValue": [ | |
| { | |
| "values": { | |
| "itemCount": 66 | |
| }, | |
| "path": "audits[dom-size].displayValue" | |
| } | |
| ], | |
| "lighthouse-core/audits/dobetterweb/dom-size.js | columnStatistic": [ | |
| "audits[dom-size].details.headings[0].text" | |
| ], | |
| "lighthouse-core/audits/dobetterweb/dom-size.js | columnValue": [ | |
| "audits[dom-size].details.headings[2].text" | |
| ], | |
| "lighthouse-core/audits/dobetterweb/dom-size.js | statisticDOMElements": [ | |
| "audits[dom-size].details.items[0].statistic" | |
| ], | |
| "lighthouse-core/audits/dobetterweb/dom-size.js | statisticDOMDepth": [ | |
| "audits[dom-size].details.items[1].statistic" | |
| ], | |
| "lighthouse-core/audits/dobetterweb/dom-size.js | statisticDOMWidth": [ | |
| "audits[dom-size].details.items[2].statistic" | |
| ], | |
| "lighthouse-core/audits/dobetterweb/external-anchors-use-rel-noopener.js | title": [ | |
| "audits[external-anchors-use-rel-noopener].title" | |
| ], | |
| "lighthouse-core/audits/dobetterweb/external-anchors-use-rel-noopener.js | description": [ | |
| "audits[external-anchors-use-rel-noopener].description" | |
| ], | |
| "lighthouse-core/audits/dobetterweb/geolocation-on-start.js | title": [ | |
| "audits[geolocation-on-start].title" | |
| ], | |
| "lighthouse-core/audits/dobetterweb/geolocation-on-start.js | description": [ | |
| "audits[geolocation-on-start].description" | |
| ], | |
| "lighthouse-core/audits/dobetterweb/no-document-write.js | title": [ | |
| "audits[no-document-write].title" | |
| ], | |
| "lighthouse-core/audits/dobetterweb/no-document-write.js | description": [ | |
| "audits[no-document-write].description" | |
| ], | |
| "lighthouse-core/audits/dobetterweb/no-vulnerable-libraries.js | failureTitle": [ | |
| "audits[no-vulnerable-libraries].title" | |
| ], | |
| "lighthouse-core/audits/dobetterweb/no-vulnerable-libraries.js | description": [ | |
| "audits[no-vulnerable-libraries].description" | |
| ], | |
| "lighthouse-core/audits/dobetterweb/no-vulnerable-libraries.js | displayValue": [ | |
| { | |
| "values": { | |
| "itemCount": 4 | |
| }, | |
| "path": "audits[no-vulnerable-libraries].displayValue" | |
| } | |
| ], | |
| "lighthouse-core/audits/dobetterweb/no-vulnerable-libraries.js | columnVersion": [ | |
| "audits[no-vulnerable-libraries].details.headings[0].text" | |
| ], | |
| "lighthouse-core/audits/dobetterweb/no-vulnerable-libraries.js | columnVuln": [ | |
| "audits[no-vulnerable-libraries].details.headings[1].text" | |
| ], | |
| "lighthouse-core/audits/dobetterweb/no-vulnerable-libraries.js | columnSeverity": [ | |
| "audits[no-vulnerable-libraries].details.headings[2].text" | |
| ], | |
| "lighthouse-core/audits/dobetterweb/no-vulnerable-libraries.js | rowSeverityMedium": [ | |
| "audits[no-vulnerable-libraries].details.items[0].highestSeverity" | |
| ], | |
| "lighthouse-core/audits/dobetterweb/js-libraries.js | title": [ | |
| "audits[js-libraries].title" | |
| ], | |
| "lighthouse-core/audits/dobetterweb/js-libraries.js | description": [ | |
| "audits[js-libraries].description" | |
| ], | |
| "lighthouse-core/lib/i18n/i18n.js | columnName": [ | |
| "audits[js-libraries].details.headings[0].text" | |
| ], | |
| "lighthouse-core/audits/dobetterweb/js-libraries.js | columnVersion": [ | |
| "audits[js-libraries].details.headings[1].text" | |
| ], | |
| "lighthouse-core/audits/dobetterweb/notification-on-start.js | title": [ | |
| "audits[notification-on-start].title" | |
| ], | |
| "lighthouse-core/audits/dobetterweb/notification-on-start.js | description": [ | |
| "audits[notification-on-start].description" | |
| ], | |
| "lighthouse-core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | title": [ | |
| "audits[password-inputs-can-be-pasted-into].title" | |
| ], | |
| "lighthouse-core/audits/dobetterweb/password-inputs-can-be-pasted-into.js | description": [ | |
| "audits[password-inputs-can-be-pasted-into].description" | |
| ], | |
| "lighthouse-core/audits/dobetterweb/uses-http2.js | failureTitle": [ | |
| "audits[uses-http2].title" | |
| ], | |
| "lighthouse-core/audits/dobetterweb/uses-http2.js | description": [ | |
| "audits[uses-http2].description" | |
| ], | |
| "lighthouse-core/audits/dobetterweb/uses-http2.js | displayValue": [ | |
| { | |
| "values": { | |
| "itemCount": 4 | |
| }, | |
| "path": "audits[uses-http2].displayValue" | |
| } | |
| ], | |
| "lighthouse-core/audits/dobetterweb/uses-http2.js | columnProtocol": [ | |
| "audits[uses-http2].details.headings[1].text" | |
| ], | |
| "lighthouse-core/audits/dobetterweb/uses-passive-event-listeners.js | failureTitle": [ | |
| "audits[uses-passive-event-listeners].title" | |
| ], | |
| "lighthouse-core/audits/dobetterweb/uses-passive-event-listeners.js | description": [ | |
| "audits[uses-passive-event-listeners].description" | |
| ], | |
| "lighthouse-core/lib/i18n/i18n.js | columnLocation": [ | |
| "audits[uses-passive-event-listeners].details.headings[1].text" | |
| ], | |
| "lighthouse-core/audits/seo/meta-description.js | failureTitle": [ | |
| "audits[meta-description].title" | |
| ], | |
| "lighthouse-core/audits/seo/meta-description.js | description": [ | |
| "audits[meta-description].description" | |
| ], | |
| "lighthouse-core/audits/seo/http-status-code.js | title": [ | |
| "audits[http-status-code].title" | |
| ], | |
| "lighthouse-core/audits/seo/http-status-code.js | description": [ | |
| "audits[http-status-code].description" | |
| ], | |
| "lighthouse-core/audits/seo/font-size.js | title": [ | |
| "audits[font-size].title" | |
| ], | |
| "lighthouse-core/audits/seo/font-size.js | description": [ | |
| "audits[font-size].description" | |
| ], | |
| "lighthouse-core/audits/seo/font-size.js | displayValue": [ | |
| { | |
| "values": { | |
| "decimalProportion": 1 | |
| }, | |
| "path": "audits[font-size].displayValue" | |
| } | |
| ], | |
| "lighthouse-core/audits/seo/link-text.js | title": [ | |
| "audits[link-text].title" | |
| ], | |
| "lighthouse-core/audits/seo/link-text.js | description": [ | |
| "audits[link-text].description" | |
| ], | |
| "lighthouse-core/audits/seo/is-crawlable.js | title": [ | |
| "audits[is-crawlable].title" | |
| ], | |
| "lighthouse-core/audits/seo/is-crawlable.js | description": [ | |
| "audits[is-crawlable].description" | |
| ], | |
| "lighthouse-core/audits/seo/robots-txt.js | title": [ | |
| "audits[robots-txt].title" | |
| ], | |
| "lighthouse-core/audits/seo/robots-txt.js | description": [ | |
| "audits[robots-txt].description" | |
| ], | |
| "lighthouse-core/audits/seo/tap-targets.js | title": [ | |
| "audits[tap-targets].title" | |
| ], | |
| "lighthouse-core/audits/seo/tap-targets.js | description": [ | |
| "audits[tap-targets].description" | |
| ], | |
| "lighthouse-core/audits/seo/tap-targets.js | displayValue": [ | |
| { | |
| "values": { | |
| "decimalProportion": 1 | |
| }, | |
| "path": "audits[tap-targets].displayValue" | |
| } | |
| ], | |
| "lighthouse-core/audits/seo/hreflang.js | title": [ | |
| "audits.hreflang.title" | |
| ], | |
| "lighthouse-core/audits/seo/hreflang.js | description": [ | |
| "audits.hreflang.description" | |
| ], | |
| "lighthouse-core/audits/seo/plugins.js | title": [ | |
| "audits.plugins.title" | |
| ], | |
| "lighthouse-core/audits/seo/plugins.js | description": [ | |
| "audits.plugins.description" | |
| ], | |
| "lighthouse-core/audits/seo/canonical.js | title": [ | |
| "audits.canonical.title" | |
| ], | |
| "lighthouse-core/audits/seo/canonical.js | description": [ | |
| "audits.canonical.description" | |
| ], | |
| "lighthouse-core/audits/seo/manual/structured-data.js | title": [ | |
| "audits[structured-data].title" | |
| ], | |
| "lighthouse-core/audits/seo/manual/structured-data.js | description": [ | |
| "audits[structured-data].description" | |
| ], | |
| "lighthouse-core/config/default-config.js | performanceCategoryTitle": [ | |
| "categories.performance.title" | |
| ], | |
| "lighthouse-core/config/default-config.js | a11yCategoryTitle": [ | |
| "categories.accessibility.title" | |
| ], | |
| "lighthouse-core/config/default-config.js | a11yCategoryDescription": [ | |
| "categories.accessibility.description" | |
| ], | |
| "lighthouse-core/config/default-config.js | a11yCategoryManualDescription": [ | |
| "categories.accessibility.manualDescription" | |
| ], | |
| "lighthouse-core/config/default-config.js | bestPracticesCategoryTitle": [ | |
| "categories[best-practices].title" | |
| ], | |
| "lighthouse-core/config/default-config.js | seoCategoryTitle": [ | |
| "categories.seo.title" | |
| ], | |
| "lighthouse-core/config/default-config.js | seoCategoryDescription": [ | |
| "categories.seo.description" | |
| ], | |
| "lighthouse-core/config/default-config.js | seoCategoryManualDescription": [ | |
| "categories.seo.manualDescription" | |
| ], | |
| "lighthouse-core/config/default-config.js | pwaCategoryTitle": [ | |
| "categories.pwa.title" | |
| ], | |
| "lighthouse-core/config/default-config.js | pwaCategoryDescription": [ | |
| "categories.pwa.description" | |
| ], | |
| "lighthouse-core/config/default-config.js | pwaCategoryManualDescription": [ | |
| "categories.pwa.manualDescription" | |
| ], | |
| "lighthouse-core/config/default-config.js | metricGroupTitle": [ | |
| "categoryGroups.metrics.title" | |
| ], | |
| "lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle": [ | |
| "categoryGroups[load-opportunities].title" | |
| ], | |
| "lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription": [ | |
| "categoryGroups[load-opportunities].description" | |
| ], | |
| "lighthouse-core/config/default-config.js | budgetsGroupTitle": [ | |
| "categoryGroups.budgets.title" | |
| ], | |
| "lighthouse-core/config/default-config.js | budgetsGroupDescription": [ | |
| "categoryGroups.budgets.description" | |
| ], | |
| "lighthouse-core/config/default-config.js | diagnosticsGroupTitle": [ | |
| "categoryGroups.diagnostics.title" | |
| ], | |
| "lighthouse-core/config/default-config.js | diagnosticsGroupDescription": [ | |
| "categoryGroups.diagnostics.description" | |
| ], | |
| "lighthouse-core/config/default-config.js | pwaFastReliableGroupTitle": [ | |
| "categoryGroups[pwa-fast-reliable].title" | |
| ], | |
| "lighthouse-core/config/default-config.js | pwaInstallableGroupTitle": [ | |
| "categoryGroups[pwa-installable].title" | |
| ], | |
| "lighthouse-core/config/default-config.js | pwaOptimizedGroupTitle": [ | |
| "categoryGroups[pwa-optimized].title" | |
| ], | |
| "lighthouse-core/config/default-config.js | a11yBestPracticesGroupTitle": [ | |
| "categoryGroups[a11y-best-practices].title" | |
| ], | |
| "lighthouse-core/config/default-config.js | a11yBestPracticesGroupDescription": [ | |
| "categoryGroups[a11y-best-practices].description" | |
| ], | |
| "lighthouse-core/config/default-config.js | a11yColorContrastGroupTitle": [ | |
| "categoryGroups[a11y-color-contrast].title" | |
| ], | |
| "lighthouse-core/config/default-config.js | a11yColorContrastGroupDescription": [ | |
| "categoryGroups[a11y-color-contrast].description" | |
| ], | |
| "lighthouse-core/config/default-config.js | a11yNamesLabelsGroupTitle": [ | |
| "categoryGroups[a11y-names-labels].title" | |
| ], | |
| "lighthouse-core/config/default-config.js | a11yNamesLabelsGroupDescription": [ | |
| "categoryGroups[a11y-names-labels].description" | |
| ], | |
| "lighthouse-core/config/default-config.js | a11yNavigationGroupTitle": [ | |
| "categoryGroups[a11y-navigation].title" | |
| ], | |
| "lighthouse-core/config/default-config.js | a11yNavigationGroupDescription": [ | |
| "categoryGroups[a11y-navigation].description" | |
| ], | |
| "lighthouse-core/config/default-config.js | a11yAriaGroupTitle": [ | |
| "categoryGroups[a11y-aria].title" | |
| ], | |
| "lighthouse-core/config/default-config.js | a11yAriaGroupDescription": [ | |
| "categoryGroups[a11y-aria].description" | |
| ], | |
| "lighthouse-core/config/default-config.js | a11yLanguageGroupTitle": [ | |
| "categoryGroups[a11y-language].title" | |
| ], | |
| "lighthouse-core/config/default-config.js | a11yLanguageGroupDescription": [ | |
| "categoryGroups[a11y-language].description" | |
| ], | |
| "lighthouse-core/config/default-config.js | a11yAudioVideoGroupTitle": [ | |
| "categoryGroups[a11y-audio-video].title" | |
| ], | |
| "lighthouse-core/config/default-config.js | a11yAudioVideoGroupDescription": [ | |
| "categoryGroups[a11y-audio-video].description" | |
| ], | |
| "lighthouse-core/config/default-config.js | a11yTablesListsVideoGroupTitle": [ | |
| "categoryGroups[a11y-tables-lists].title" | |
| ], | |
| "lighthouse-core/config/default-config.js | a11yTablesListsVideoGroupDescription": [ | |
| "categoryGroups[a11y-tables-lists].description" | |
| ], | |
| "lighthouse-core/config/default-config.js | seoMobileGroupTitle": [ | |
| "categoryGroups[seo-mobile].title" | |
| ], | |
| "lighthouse-core/config/default-config.js | seoMobileGroupDescription": [ | |
| "categoryGroups[seo-mobile].description" | |
| ], | |
| "lighthouse-core/config/default-config.js | seoContentGroupTitle": [ | |
| "categoryGroups[seo-content].title" | |
| ], | |
| "lighthouse-core/config/default-config.js | seoContentGroupDescription": [ | |
| "categoryGroups[seo-content].description" | |
| ], | |
| "lighthouse-core/config/default-config.js | seoCrawlingGroupTitle": [ | |
| "categoryGroups[seo-crawl].title" | |
| ], | |
| "lighthouse-core/config/default-config.js | seoCrawlingGroupDescription": [ | |
| "categoryGroups[seo-crawl].description" | |
| ], | |
| "lighthouse-core/config/default-config.js | bestPracticesTrustSafetyGroupTitle": [ | |
| "categoryGroups[best-practices-trust-safety].title" | |
| ], | |
| "lighthouse-core/config/default-config.js | bestPracticesUXGroupTitle": [ | |
| "categoryGroups[best-practices-ux].title" | |
| ], | |
| "lighthouse-core/config/default-config.js | bestPracticesBrowserCompatGroupTitle": [ | |
| "categoryGroups[best-practices-browser-compat].title" | |
| ], | |
| "lighthouse-core/config/default-config.js | bestPracticesGeneralGroupTitle": [ | |
| "categoryGroups[best-practices-general].title" | |
| ], | |
| "node_modules/lighthouse-plugin-publisher-ads/messages/common-strings.js | GROUPS__METRICS": [ | |
| "categoryGroups[lighthouse-plugin-publisher-ads-metrics].title" | |
| ], | |
| "node_modules/lighthouse-plugin-publisher-ads/messages/common-strings.js | GROUPS__ADS_PERFORMANCE": [ | |
| "categoryGroups[lighthouse-plugin-publisher-ads-ads-performance].title" | |
| ], | |
| "node_modules/lighthouse-plugin-publisher-ads/messages/common-strings.js | GROUPS__ADS_BEST_PRACTICES": [ | |
| "categoryGroups[lighthouse-plugin-publisher-ads-ads-best-practices].title" | |
| ] | |
| } | |
| }, | |
| "stackPacks": [] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment