Lighthouse Mobile
· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Performance issues directly impact user engagement and conversion rates.
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.datagovuk-home-collections > div.datagovuk-home-collections__items > div.datagovuk-home-collections__item > img.datagovuk-home-collections__item-image div.datagovuk-home-collections > div.datagovuk-home-collections__items > div.datagovuk-home-collections__item > img.datagovuk-home-collections__item-image | /find-assets/v2/collections/badge-people-ea1d57564368da33... | 51.0 KiB | 48.5 KiB |
div.datagovuk-home-collections > div.datagovuk-home-collections__items > div.datagovuk-home-collections__item > img.datagovuk-home-collections__item-image div.datagovuk-home-collections > div.datagovuk-home-collections__items > div.datagovuk-home-collections__item > img.datagovuk-home-collections__item-image | /find-assets/v2/collections/badge-government-441d78215c73... | 50.8 KiB | 48.3 KiB |
div.datagovuk-home-collections > div.datagovuk-home-collections__items > div.datagovuk-home-collections__item > img.datagovuk-home-collections__item-image div.datagovuk-home-collections > div.datagovuk-home-collections__items > div.datagovuk-home-collections__item > img.datagovuk-home-collections__item-image | /find-assets/v2/collections/badge-land-and-property-e6d19... | 49.8 KiB | 47.4 KiB |
div.datagovuk-home-collections > div.datagovuk-home-collections__items > div.datagovuk-home-collections__item > img.datagovuk-home-collections__item-image div.datagovuk-home-collections > div.datagovuk-home-collections__items > div.datagovuk-home-collections__item > img.datagovuk-home-collections__item-image | /find-assets/v2/collections/badge-transport-0c2fc879379f0... | 48.2 KiB | 45.7 KiB |
div.datagovuk-home-collections > div.datagovuk-home-collections__items > div.datagovuk-home-collections__item > img.datagovuk-home-collections__item-image div.datagovuk-home-collections > div.datagovuk-home-collections__items > div.datagovuk-home-collections__item > img.datagovuk-home-collections__item-image | /find-assets/v2/collections/badge-environment-0c106b83ab0... | 44.6 KiB | 42.1 KiB |
div.datagovuk-home-collections > div.datagovuk-home-collections__items > div.datagovuk-home-collections__item > img.datagovuk-home-collections__item-image div.datagovuk-home-collections > div.datagovuk-home-collections__items > div.datagovuk-home-collections__item > img.datagovuk-home-collections__item-image | /find-assets/v2/collections/badge-business-and-economy-c2... | 33.5 KiB | 31.1 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| data.gov.uk/ | 750 ms |
| www.data.gov.uk/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
The home of UK public data to inform decisions and build services
Find out mor… body.govuk-template__body > main#main | 0.890 |
body.govuk-template__body body.govuk-template__body | 0.531 |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Diagnostics
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /find-assets/v2/application-fefafe876eb73609633cb4fe79695... | 178.8 KiB | 140.0 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-5WRWCH8X& | 125.5 KiB | 67.3 KiB |
| www.data.gov.uk/javascript/govuk-frontend-6.0.0.min.js | 45.8 KiB | 38.4 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /find-assets/v2/govuk-frontend-6.0.0.min-0b4f1b047b982122... | 14.6 KiB | 13.7 KiB |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Best Practices
General
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
SEO
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.