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.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
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.
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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| /css2?family=Roboto:ital,wght@0,100;0,200;0,300;0,400;0,5... | 3.0 KiB | 820 ms |
| www.legislation.gov.uk/scripts/cookie-directive.js | 4.3 KiB | 336 ms |
| www.legislation.gov.uk/styles/buy-now.css | 1.4 KiB | 502 ms |
| www.legislation.gov.uk/scripts/jquery-3.7.1.min.js | 30.3 KiB | 1.2 s |
| www.legislation.gov.uk/styles/website.css | 30.0 KiB | 1.2 s |
| www.legislation.gov.uk/styles/screen.css | 20.5 KiB | 835 ms |
| www.legislation.gov.uk/scripts/chrome.js | 16.7 KiB | 336 ms |
| www.legislation.gov.uk/scripts/survey/survey.js | 1.8 KiB | 170 ms |
| www.legislation.gov.uk/scripts/CentralConfig.js | 4.2 KiB | 170 ms |
| www.legislation.gov.uk/scripts/homepageChrome.js | 2.1 KiB | 170 ms |
| /scripts/jquery-cookie-directive/jquery-cookie-functions.js | 1.8 KiB | 170 ms |
| www.legislation.gov.uk/scripts/jquery-cookie-directive/jquery.cookie.js | 1.7 KiB | 502 ms |
| www.legislation.gov.uk/styles/survey/survey.css | 1.2 KiB | 502 ms |
Tap interactions may be delayed by up to 300 ms if the viewport is not optimized for mobile.
Performance issues directly impact user engagement and conversion rates.
html > head > meta html > head > meta |
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 |
|---|---|
| legislation.gov.uk/ | 827 ms |
| www.legislation.gov.uk/ | 0.0 ms |
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 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 |
|---|---|---|
| www.legislation.gov.uk/styles/website.css | 29.4 KiB | 23.4 KiB |
| www.legislation.gov.uk/styles/screen.css | 19.9 KiB | 17.1 KiB |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.legislation.gov.uk/styles/screen.css | 20.5 KiB | 4.9 KiB |
| www.legislation.gov.uk/styles/website.css | 30.0 KiB | 3.8 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.legislation.gov.uk/scripts/chrome.js | 16.1 KiB | 9.2 KiB |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
legislation.gov.uk homepage call-to-action widget div#intro > div#homeCTA > div.content > img | www.legislation.gov.uk/images/chrome/site_logo_legislation.gif |
html > body#per > img html > body#per > img | www.legislation.gov.uk/images/analytics/cookiesBannerIgnored.gif |
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
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Best Practices
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.
Crawling and Indexing
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Welcome div#intro > ul#countryLeg > li > a#welcome |
United Kingdom div#intro > ul#countryLeg > li > a#uk |
Scotland div#intro > ul#countryLeg > li > a#scotland |
Wales div#intro > ul#countryLeg > li > a#wales |
Northern Ireland div#intro > ul#countryLeg > li > a#ni |
Legislation originating from the EU div#intro > ul#countryLeg > li > a#eu |
To appear in search results, crawlers need access to your app.