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.
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 |
|---|---|---|
| cookiemanager.parliament.uk/cookie-manager-v2.css | 1.6 KiB | 779 ms |
| publications.parliament.uk/styles/global.css | 7.0 KiB |
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.
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 | |
|---|---|---|---|
Business icon tbody > tr > td > img | publications.parliament.uk/pa/img/icon_business.jpg | 7.4 KiB | 7.2 KiB |
Publications icon tbody > tr > td > img | publications.parliament.uk/pa/img/icon_records_and_publications.jpg | 7.4 KiB | 7.2 KiB |
People icon tbody > tr > td > img | publications.parliament.uk/pa/img/icon_members_and_staff.jpg | 7.1 KiB | 7.0 KiB |
About Parliament icon tbody > tr > td > img | publications.parliament.uk/pa/img/icon_about_parliament.jpg | 6.9 KiB | 6.8 KiB |
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
Internationalization and localization
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 about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
Names and labels
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 how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#banner > div#banner_top > div#banner_img > a div#banner > div#banner_top > div#banner_img > a |
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.
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.
Screen readers have features to make navigating tables easier. Ensuring that `<td>` elements in a large table (3 or more cells in width and height) have an associated table header may improve the experience for screen reader users. Learn more about table headers.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
About Parliament includes sections on About MPs, Lords & officers, Living Heri… body > div#contentHolder > table |
Best Practices
User Experience
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
div#banner_top > div#banner_img > a > img div#banner_top > div#banner_img > a > img | publications.parliament.uk/server-side/images/parliament_logo.gif | 280 x 45 | 280 x 45 | 420 x 68 |
House of Commons icon tbody > tr > td > img | publications.parliament.uk/pa/img/icon_house_of_commons.png | 35 x 35 | 35 x 35 | 53 x 53 |
House of Lords icon tbody > tr > td > img | publications.parliament.uk/pa/img/icon_house_of_lords.png | 35 x 35 | 35 x 35 | 53 x 53 |
Video and Audio Live icon tbody > tr > td > img | publications.parliament.uk/pa/img/icon_parliament_live.png | 35 x 35 | 35 x 35 | 53 x 53 |
People icon tbody > tr > td > img | publications.parliament.uk/pa/img/icon_members_and_staff.jpg | 30 x 30 | 30 x 30 | 45 x 45 |
Publications icon tbody > tr > td > img | publications.parliament.uk/pa/img/icon_records_and_publications.jpg | 30 x 30 | 30 x 30 | 45 x 45 |
About Parliament icon tbody > tr > td > img | publications.parliament.uk/pa/img/icon_about_parliament.jpg | 30 x 29 | 30 x 29 | 45 x 44 |
Business icon tbody > tr > td > img | publications.parliament.uk/pa/img/icon_business.jpg | 30 x 29 | 30 x 29 | 45 x 44 |
Browser Compatibility
Specifying a doctype prevents the browser from switching to quirks-mode. Learn more about the doctype declaration.
Performance issues directly impact user engagement and conversion rates.
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 about declaring the character encoding.
Performance issues directly impact user engagement and conversion rates.
General
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
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.
Content Best Practices
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Format your HTML in a way that enables crawlers to better understand your app’s content.