Tests
Lighthouse
This report from Lighthouse against the site homepage gives information about performance, best practices compliance, automated accessibility compliance, and SEO (search engine optimization) practices.
Top-line scores
Category | Percent score |
---|---|
Performance | 97 |
Accessibility | 100 |
Best Practices | 100 |
SEO | 100 |
Progressive Web App | 100 |
These scores are recorded on the local development machine of the last person to develop and test new functionality, and as such may be lower or higher than scores experienced in real-word scenarios.
Progress
300 ms
600 ms
900 ms
1200 ms
1500 ms
1800 ms
2100 ms
2400 ms
2700 ms
3000 ms
Audits
Audit | Pass/fail | Display value |
---|---|---|
Uses HTTPS All sites should be protected with HTTPS, even ones that don’t handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more. | Pass | |
Redirects HTTP traffic to HTTPS 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. | Manual | |
Registers a service worker that controls page and `start_url` 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. | Pass | |
Has a `<meta name="viewport">` tag with `width` or `initial-scale` Add a | Pass | |
First Contentful Paint First Contentful Paint marks the time at which the first text or image is painted. Learn more. | Pass | 0.4 s |
Largest Contentful Paint Largest Contentful Paint marks the time at which the largest text or image is painted. Learn more | Pass (89%) | 1.2 s |
First Meaningful Paint First Meaningful Paint measures when the primary content of a page is visible. Learn more. | Pass | 0.5 s |
Speed Index Speed Index shows how quickly the contents of a page are visibly populated. Learn more. | Pass | 0.7 s |
Screenshot Thumbnails This is what the load of your site looked like. | Manual | |
Final Screenshot The last screenshot captured of the pageload. | Manual | |
Estimated Input Latency 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. | Pass | 10 ms |
Total Blocking Time Sum of all time periods between FCP and Time to Interactive, when task length exceeded 50ms, expressed in milliseconds. Learn more. | Pass | 40 ms |
Max Potential First Input Delay The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more. | Pass (91%) | 130 ms |
Cumulative Layout Shift Cumulative Layout Shift measures the movement of visible elements within the viewport. Learn more. | Pass | 0 |
No browser errors logged to the console Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more | Pass | |
Initial server response time was short Keep the server response time for the main document short because all other requests depend on it. Learn more. | Pass | Root document took 50 ms |
First CPU Idle First CPU Idle marks the first time at which the page’s main thread is quiet enough to handle input. Learn more. | Pass | 0.8 s |
Time to Interactive Time to interactive is the amount of time it takes for the page to become fully interactive. Learn more. | Pass | 1.1 s |
User Timing marks and measures Consider instrumenting your app with the User Timing API to measure your app’s real-world performance during key user experiences. Learn more. | Manual | |
Avoid chaining critical requests 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. | Manual | 1 chain found |
Avoid multiple page redirects Redirects introduce additional delays before the page can be loaded. Learn more. | Pass | |
Web app manifest and service worker meet the installability requirements Service worker is the technology that enables your app to use many Progressive Web App features, such as offline, add to homescreen, and push notifications. With proper service worker and manifest implementations, browsers can proactively prompt users to add your app to their homescreen, which can lead to higher engagement. Learn more. | Pass | |
Provides a valid `apple-touch-icon` For ideal appearance on iOS when users add a progressive web app to the home screen, define an | Pass | |
Configured for a custom splash screen A themed splash screen ensures a high-quality experience when users launch your app from their homescreens. Learn more. | Pass | |
Sets a theme color for the address bar. The browser address bar can be themed to match your site. Learn more. | Pass | |
Manifest has a maskable icon A maskable icon ensures that the image fills the entire shape without being letterboxed when installing the app on a device. Learn more. | Pass | |
Content is sized correctly for the viewport 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. | Manual | |
Displays images with correct aspect ratio Image display dimensions should match natural aspect ratio. Learn more. | Pass | |
Serves images with appropriate resolution Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn more. | Pass | |
Fonts with `font-display: optional` are preloaded Preload | Pass | |
Avoids deprecated APIs Deprecated APIs will eventually be removed from the browser. Learn more. | Pass | |
Minimizes main-thread work Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn more | Pass | 0.4 s |
JavaScript execution time Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn more. | Pass | 0.3 s |
Preload key requests Consider using | Pass | |
Preconnect to required origins Consider adding | Pass | |
All text remains visible during webfont loads Leverage the font-display CSS feature to ensure text is user-visible while webfonts are loading. Learn more. | Pass | |
Diagnostics Collection of useful page vitals. | Manual | |
Network Requests Lists the network requests that were made during page load. | Manual | |
Network Round Trip Times 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. | Manual | 0 ms |
Server Backend Latencies 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. | Manual | 10 ms |
Tasks Lists the toplevel main thread tasks that executed during page load. | Manual | |
Metrics Collects all available metrics. | Manual | |
Performance budget Keep the quantity and size of network requests under the targets set by the provided performance budget. Learn more. | Manual | |
Timing budget 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. | Manual | |
Keep request counts low and transfer sizes small To set budgets for the quantity and size of page resources, add a budget.json file. Learn more. | Manual | 20 requests • 798 KiB |
Minimize third-party usage 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. | Manual | |
Lazy load third-party resources with facades Some third-party embeds can be lazy loaded. Consider replacing them with a facade until they are required. Learn more. | Manual | |
Largest Contentful Paint element This is the largest contentful element painted within the viewport. Learn More | Manual | 1 element found |
Avoid large layout shifts These DOM elements contribute most to the CLS of the page. | Manual | |
Avoid long main-thread tasks Lists the longest tasks on the main thread, useful for identifying worst contributors to input delay. Learn more | Manual | 1 long task found |
Avoids `unload` event listeners The | Pass | |
Avoid non-composited animations Animations which are not composited can be janky and increase CLS. Learn more | Manual | 8 animated elements found |
Image elements have explicit `width` and `height` Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn more | Pass | |
Page has valid source maps Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more. | Pass | |
Preload Largest Contentful Paint image Preload the image used by the LCP element in order to improve your LCP time. Learn more. | Pass (90%) | Potential savings of 120 ms |
Site works cross-browser To reach the most number of users, sites should work across every major browser. Learn more. | Manual | |
Page transitions don't feel like they block on the network 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. | Manual | |
Each page has a URL Ensure individual pages are deep linkable via URL and that URLs are unique for the purpose of shareability on social media. Learn more. | Manual | |
`[accesskey]` values are unique Access keys let users quickly focus a part of the page. For proper navigation, each access key must be unique. Learn more. | Manual | |
`[aria-*]` attributes match their roles Each ARIA | Pass | |
`button`, `link`, and `menuitem` elements have accessible names When an element doesn’t have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more. | Manual | |
`[aria-hidden="true"]` is not present on the document `<body>` Assistive technologies, like screen readers, work inconsistently when | Pass | |
`[aria-hidden="true"]` elements do not contain focusable descendents Focusable descendents within an | Pass | |
ARIA input fields have accessible names 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. | Manual | |
ARIA `meter` elements have accessible names When an element doesn’t have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more. | Manual | |
ARIA `progressbar` elements have accessible names When an element doesn’t have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more. | Manual | |
`[role]`s have all required `[aria-*]` attributes Some ARIA roles have required attributes that describe the state of the element to screen readers. Learn more. | Pass | |
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children. Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more. | Pass | |
`[role]`s are contained by their required parent element Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. Learn more. | Pass | |
`[role]` values are valid ARIA roles must have valid values in order to perform their intended accessibility functions. Learn more. | Pass | |
ARIA toggle fields have accessible names 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. | Manual | |
ARIA `tooltip` elements have accessible names When an element doesn’t have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more. | Manual | |
ARIA `treeitem` elements have accessible names When an element doesn’t have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more. | Manual | |
`[aria-*]` attributes have valid values Assistive technologies, like screen readers, can’t interpret ARIA attributes with invalid values. Learn more. | Pass | |
`[aria-*]` attributes are valid and not misspelled Assistive technologies, like screen readers, can’t interpret ARIA attributes with invalid names. Learn more. | Pass | |
Buttons have an accessible name 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. | Pass | |
The page contains a heading, skip link, or landmark region Adding ways to bypass repetitive content lets keyboard users navigate the page more efficiently. Learn more. | Pass | |
Background and foreground colors have a sufficient contrast ratio Low-contrast text is difficult or impossible for many users to read. Learn more. | Pass | |
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements. When definition lists are not properly marked up, screen readers may produce confusing or inaccurate output. Learn more. | Manual | |
Definition list items are wrapped in `<dl>` elements Definition list items ( | Manual | |
Document has a `<title>` element 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. | Pass | |
`[id]` attributes on active, focusable elements are unique All focusable elements must have a unique | Manual | |
ARIA IDs are unique The value of an ARIA ID must be unique to prevent other instances from being overlooked by assistive technologies. Learn more. | Pass | |
No form fields have multiple labels 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. | Manual | |
`<frame>` or `<iframe>` elements have a title Screen reader users rely on frame titles to describe the contents of frames. Learn more. | Manual | |
Heading elements appear in a sequentially-descending order 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. | Pass | |
`<html>` element has a `[lang]` attribute 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. | Pass | |
`<html>` element has a valid value for its `[lang]` attribute Specifying a valid BCP 47 language helps screen readers announce text properly. Learn more. | Pass | |
Image elements have `[alt]` attributes Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more. | Pass | |
`<input type="image">` elements have `[alt]` text When an image is being used as an | Manual | |
Form elements have associated labels Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more. | Pass | |
Links have a discernible name 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. | Pass | |
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`). Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more. | Pass | |
List items (`<li>`) are contained within `<ul>` or `<ol>` parent elements Screen readers require list items ( | Pass | |
The document does not use `<meta http-equiv="refresh">` 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. | Manual | |
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5. 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. | Pass | |
`<object>` elements have `[alt]` text Screen readers cannot translate non-text content. Adding alt text to | Manual | |
No element has a `[tabindex]` value greater than 0 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. | Manual | |
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table. Screen readers have features to make navigating tables easier. Ensuring | Manual | |
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe. 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. | Manual | |
`[lang]` attributes have a valid value Specifying a valid BCP 47 language on elements helps ensure that text is pronounced correctly by a screen reader. Learn more. | Manual | |
`<video>` elements contain a `<track>` element with `[kind="captions"]` When a video provides a caption it is easier for deaf and hearing impaired users to access its information. Learn more. | Manual | |
Custom controls have associated labels Custom interactive controls have associated labels, provided by aria-label or aria-labelledby. Learn more. | Manual | |
Custom controls have ARIA roles Custom interactive controls have appropriate ARIA roles. Learn more. | Manual | |
User focus is not accidentally trapped in a region A user can tab into and out of any control or region without accidentally trapping their focus. Learn more. | Manual | |
Interactive controls are keyboard focusable Custom interactive controls are keyboard focusable and display a focus indicator. Learn more. | Manual | |
Interactive elements indicate their purpose and state Interactive elements, such as links and buttons, should indicate their state and be distinguishable from non-interactive elements. Learn more. | Manual | |
The page has a logical tab order Tabbing through the page follows the visual layout. Users cannot focus elements that are offscreen. Learn more. | Manual | |
The user's focus is directed to new content added to the page If new content, such as a dialog, is added to the page, the user’s focus is directed to it. Learn more. | Manual | |
Offscreen content is hidden from assistive technology Offscreen content is hidden with display: none or aria-hidden=true. Learn more. | Manual | |
HTML5 landmark elements are used to improve navigation Landmark elements (<main>, <nav>, etc.) are used to improve the keyboard navigation of the page for assistive technology. Learn more. | Manual | |
Visual order on the page follows DOM order DOM order matches the visual order, improving navigation for assistive technology. Learn more. | Manual | |
Uses efficient cache policy on static assets A long cache lifetime can speed up repeat visits to your page. Learn more. | Pass | 0 resources found |
Avoids enormous network payloads Large network payloads cost users real money and are highly correlated with long load times. Learn more. | Pass | Total size was 803 KiB |
Defer offscreen images Consider lazy-loading offscreen and hidden images after all critical resources have finished loading to lower time to interactive. Learn more. | Pass | |
Eliminate render-blocking resources Resources are blocking the first paint of your page. Consider delivering critical JS/CSS inline and deferring all non-critical JS/styles. Learn more. | Pass (93%) | Potential savings of 90 ms |
Minify CSS Minifying CSS files can reduce network payload sizes. Learn more. | Pass | |
Minify JavaScript Minifying JavaScript files can reduce payload sizes and script parse time. Learn more. | Pass | Potential savings of 5 KiB |
Reduce unused CSS Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn more. | Pass | Potential savings of 38 KiB |
Reduce unused JavaScript Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn more. | Pass | |
Serve images in next-gen formats 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. | Pass (90%) | Potential savings of 155 KiB |
Efficiently encode images Optimized images load faster and consume less cellular data. Learn more. | Pass | Potential savings of 22 KiB |
Enable text compression Text-based resources should be served with compression (gzip, deflate or brotli) to minimize total network bytes. Learn more. | Pass (93%) | Potential savings of 105 KiB |
Properly size images Serve images that are appropriately-sized to save cellular data and improve load time. Learn more. | Pass (97%) | Potential savings of 31 KiB |
Use video formats for animated content 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 | Pass | |
Remove duplicate modules in JavaScript bundles Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity. | Pass | |
Avoid serving legacy JavaScript to modern browsers Polyfills and transforms enable legacy browsers to use new JavaScript features. However, many aren’t necessary for modern browsers. For your bundled JavaScript, adopt a modern script deployment strategy using module/nomodule feature detection to reduce the amount of code shipped to modern browsers, while retaining support for legacy browsers. Learn More | Pass | |
Avoids Application Cache Application Cache is deprecated. Learn more. | Pass | |
Page has the HTML doctype Specifying a doctype prevents the browser from switching to quirks-mode. Learn more. | Pass | |
Properly defines charset A character encoding declaration is required. It can be done with a | Pass | |
Avoids an excessive DOM size A large DOM will increase memory usage, cause longer style calculations, and produce costly layout reflows. Learn more. | Pass | 184 elements |
Links to cross-origin destinations are safe Add | Pass | |
Avoids requesting the geolocation permission on page load 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. | Pass | |
No issues in the `Issues` panel in Chrome Devtools Issues logged to the | Pass | |
Avoids `document.write()` For users on slow connections, external scripts dynamically injected via | Pass | |
Avoids front-end JavaScript libraries with known security vulnerabilities Some third-party scripts may contain known security vulnerabilities that are easily identified and exploited by attackers. Learn more. | Pass | |
Detected JavaScript libraries All front-end JavaScript libraries detected on the page. Learn more. | Pass | |
Avoids requesting the notification permission on page load 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. | Pass | |
Allows users to paste into password fields Preventing password pasting undermines good security policy. Learn more. | Pass | |
Uses passive listeners to improve scrolling performance Consider marking your touch and wheel event listeners as | Pass | |
Document has a meta description Meta descriptions may be included in search results to concisely summarize page content. Learn more. | Pass | |
Page has successful HTTP status code Pages with unsuccessful HTTP status codes may not be indexed properly. Learn more. | Pass | |
Document uses legible font sizes 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. | Manual | |
Links have descriptive text Descriptive link text helps search engines understand your content. Learn more. | Pass | |
Links are crawlable Search engines may use | Pass | |
Page isn’t blocked from indexing Search engines are unable to include your pages in search results if they don’t have permission to crawl them. Learn more. | Pass | |
robots.txt is valid 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. | Pass | |
Tap targets are sized appropriately 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. | Manual | |
Document has a valid `hreflang` hreflang links tell search engines what version of a page they should list in search results for a given language or region. Learn more. | Pass | |
Document avoids plugins Search engines can’t index plugin content, and many devices restrict plugins or don’t support them. Learn more. | Pass | |
Document has a valid `rel=canonical` Canonical links suggest which URL to show in search results. Learn more. | Pass | |
Structured data is valid Run the Structured Data Testing Tool and the Structured Data Linter to validate structured data. Learn more. | Manual |
Functional tests
These functional, behavioral, end-to-end (e2e) tests are run at the end of a development cycle, and the results update here to reflect whether changes to the codebase and content have broken other mission-critical functionality.
Metric | Value |
---|---|
Total test suites | 2 |
Passed test suites | 2 |
Failed test suites | 0 |
Total tests | 3 |
Passed tests | 3 |
Failed tests | 0 |
Results
"Toggle below" JavaScript functionality
Test | Result |
---|---|
Toggle button says "Example" and exists on page. | passed |
Test suite connectivity
Test | Result |
---|---|
Page title for finished starter | passed |
Home page contains H1 with "What you do, in clear words" | passed |