Lighthouse Desktop
· 0 checks — Desktop 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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| www.bankofengland.co.uk/scripts/boe.vendor.min.js?ver=98f91 | 60.0 s | 68.4 KiB |
| www.bankofengland.co.uk/assets/fonts/GilroyForBOE-Bold.woff | 60.0 s | 42.3 KiB |
| www.bankofengland.co.uk/styles/BoE.min.css?ver=98f91 | 60.0 s | 41.9 KiB |
| www.bankofengland.co.uk/assets/fonts/GilroyForBOE-Regular.woff2 | 60.0 s | 36.6 KiB |
| www.bankofengland.co.uk/styles/boe.vendor.min.css?ver=98f91 | 60.0 s | 17.6 KiB |
| www.bankofengland.co.uk/scripts/boe.min.js?ver=98f91 | 60.0 s | 16.9 KiB |
| s.go-mpulse.net/boomerang/9R3WH-S6EDC-8JGQW-55286-CGTTF | 604800.0 s | 58.0 KiB |
| www.bankofengland.co.uk/assets/img/icon-search.svg | 60.0 s | 1.1 KiB |
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.grid__col > a.med-block-cta > div.cta-img > img div.grid__col > a.med-block-cta > div.cta-img > img | /-/media/boe/images/bank-insights/insights-homepage-cta.p... | 307.5 KiB | 297.7 KiB |
div.grid__col > a.med-block-cta > div.cta-img > img div.grid__col > a.med-block-cta > div.cta-img > img | /-/media/boe/images/education-and-engagement/education/mo... | 74.1 KiB | 64.4 KiB |
div.grid__col > a.med-block-cta > div.cta-img > img div.grid__col > a.med-block-cta > div.cta-img > img | /-/media/boe/images/explainers/ctas/explainers-homepage.j... | 30.0 KiB | 20.2 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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.bankofengland.co.uk/styles/BoE.min.css?ver=98f91 | 41.5 KiB | 34.1 KiB |
| www.bankofengland.co.uk/styles/boe.vendor.min.css?ver=98f91 | 17.2 KiB | 17.2 KiB |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in a sub frame. | Actionable |
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 |
|---|---|---|
| www.bankofengland.co.uk/scripts/boe.vendor.min.js?ver=98f91 | 68.0 KiB | 39.4 KiB |
| s.go-mpulse.net/boomerang/9R3WH-S6EDC-8JGQW-55286-CGTTF | 57.8 KiB | 38.2 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.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Given at Columbia University, New York Read more
about Central Bank Independenc… div > div.home-news-slide > a.home-news-link > p.home-news-slide-intro |
Read more
about Central Bank Independence – in need of further thinking - Speec… div.home-news-slide > a.home-news-link > p.home-news-slide-intro > span.home-news-slide-more |
These are opportunities to improve the legibility of your content.
Best Practices
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | s.go-mpulse.net/boomerang/9R3WH-S6EDC-8JGQW-55286-CGTTF line 10, col 10530 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
A bad HTTP response code (403) was received when fetching the script. | |
www.bankofengland.co.uk/ line 39, col 1805 | TypeError: Failed to register a ServiceWorker for scope ('https://www.bankofengland.co.uk/') with script ('https://www.bankofengland.co.uk/akam-sw.js'): A bad HTTP response code (403) was received when fetching the script. |
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.