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 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.
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.
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 |
|---|---|---|
| /8a36876c-0af1-446c-b4da-51399e9ee198-web.js | 900.0 s | 262.8 KiB |
| www.independent.co.uk/Agent/GA/UniversalID/IIQUniversalID.js | 0.0 ms | 166.1 KiB |
| cdn-piano.independent.co.uk/api/tinypass.min.js | 14400.0 s | 132.3 KiB |
| cmpv2.independent.co.uk/Notice.8f529.js | 3600.0 s | 91.2 KiB |
| cmpv2.independent.co.uk/unified/wrapperMessagingWithoutDetection.js | 3600.0 s | 42.0 KiB |
| pub.doubleverify.com/dvtag/34448457/DV1395182/pub.js | 900.0 s | 22.6 KiB |
| static.chartbeat.com/js/chartbeat_video.js | 86400.0 s | 24.8 KiB |
| cmpv2.independent.co.uk/Notice.30929.css | 3600.0 s | 6.7 KiB |
| static.chartbeat.com/js/chartbeat_mab.js | 86400.0 s | 10.1 KiB |
| uk-script.dotmetrics.net/Scripts/ncs-script.js?v=362 | 0.0 ms | 2.9 KiB |
| script.crazyegg.com/pages/scripts/0131/9866.js | 300.0 s | 2.7 KiB |
| cmpv2.independent.co.uk/polyfills.01516.js | 3600.0 s | 2.3 KiB |
| www.npttech.com/advertising.js | 28800.0 s | 3.0 KiB |
| pm-widget.taboola.com/eslmedia-theindependent/load.js | 3600.0 s | 1.5 KiB |
| /hit.gif?id=6669&url=https%3A%2F%2Fwww.independent.co.uk%... | 86400.0 s | 1.1 KiB |
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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
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 | |
|---|---|---|---|
<p>Magyar, 45, shared a picture of himself alongside president Dr Tamas Sulyok<… div.sc-umxyss-3 > div.sc-p1pys5-0 > a.sc-p1pys5-1 > img.sc-1mc30lb-0 | /2026/04/15/14/24/HF75XGOWUAA2WLm.jpeg?quality=75&width=6... | 44.1 KiB | 39.7 KiB |
<p>Arsenal eked past Sporting to seal their place in the Champions League semi-… div.sc-umxyss-3 > div.sc-p1pys5-0 > a.sc-p1pys5-1 > img.sc-1mc30lb-0 | /2026/04/15/22/2026-04-15T210723Z_1019809882_UP1EM4F1MAUI... | 38.7 KiB | 34.8 KiB |
Luis Diaz (left) scored Bayern’s third goal against Real Madrid (Lennart Preiss… div.sc-umxyss-3 > div.sc-p1pys5-0 > a.sc-p1pys5-1 > img.sc-1mc30lb-0 | /2026/04/15/22/15-e534555e7df3435ebc2b21e87f5106cd.jpg?qu... | 35.1 KiB | 31.7 KiB |
div.sc-umxyss-3 > div.sc-p1pys5-0 > a.sc-p1pys5-1 > img.sc-1mc30lb-0 div.sc-umxyss-3 > div.sc-p1pys5-0 > a.sc-p1pys5-1 > img.sc-1mc30lb-0 | /2026/02/27/17/21/PAYEN5.jpeg?quality=75&width=640&trim=0... | 33.7 KiB | 30.4 KiB |
<p>Trump has denied that the image he posted represents him as Jesus, but consp… div.sc-umxyss-3 > div.sc-p1pys5-0 > a.sc-p1pys5-1 > img.sc-1mc30lb-0 | /2026/04/14/19/27/A-post-on-U-S--President-Donald-Trumps-... | 31.5 KiB | 28.4 KiB |
<p>Ukrainian President Volodymyr Zelensky at a press conference with the German… div.sc-umxyss-3 > div.sc-p1pys5-0 > a.sc-p1pys5-1 > img.sc-1mc30lb-0 | /2026/04/14/12/2270802706.jpg?quality=75&width=640&auto=webp | 22.6 KiB | 20.4 KiB |
<p>Nicholas Lyndhurst as Rodney and David Jason as Del Boy in ‘Only Fools and H… div.sc-qm89yg-4 > div.sc-p1pys5-0 > a.sc-p1pys5-1 > img.sc-1mc30lb-0 | /2026/04/15/10/49/Screenshot-2026-04-15-at-11-40-19.png?q... | 25.5 KiB | 19.0 KiB |
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 |
|---|---|
| www.independent.co.uk/_build/sourcepoint.f3612c3e9acabe15f223.js | 4.5 KiB |
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 |
|---|---|
| independent.co.uk/ | 238 ms |
| www.independent.co.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 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.
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 |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
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 |
|---|---|---|
| .trc_rbox_container { direction: ltr; text-align: left; } … | 18.1 KiB | 18.1 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|
INSIDE STORY div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > span.sc-uum1qx-0 |
Premium div.sc-1t3uya-0 > div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-1ywx8j1-0 |
div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div.sc-1t3uya-0 > div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-1ywx8j1-0 div.sc-1t3uya-0 > div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-1ywx8j1-0 |
div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div.sc-ck4k2b-1 > div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-1ywx8j1-0 div.sc-ck4k2b-1 > div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-1ywx8j1-0 |
div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div.sc-1t3uya-0 > div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-1ywx8j1-0 div.sc-1t3uya-0 > div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-1ywx8j1-0 |
div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div.sc-1t3uya-0 > div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-1ywx8j1-0 div.sc-1t3uya-0 > div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-1ywx8j1-0 |
div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div.sc-1t3uya-0 > div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-1ywx8j1-0 div.sc-1t3uya-0 > div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-1ywx8j1-0 |
div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div.sc-ck4k2b-1 > div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-1ywx8j1-0 div.sc-ck4k2b-1 > div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-1ywx8j1-0 |
div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div.sc-ck4k2b-1 > div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-1ywx8j1-0 div.sc-ck4k2b-1 > div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-1ywx8j1-0 |
div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div.sc-ck4k2b-1 > div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-1ywx8j1-0 div.sc-ck4k2b-1 > div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-1ywx8j1-0 |
div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div.sc-1t3uya-0 > div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-1ywx8j1-0 div.sc-1t3uya-0 > div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-1ywx8j1-0 |
div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div.sc-1t3uya-0 > div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-1ywx8j1-0 div.sc-1t3uya-0 > div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-1ywx8j1-0 |
div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div.sc-1t3uya-0 > div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-1ywx8j1-0 div.sc-1t3uya-0 > div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-1ywx8j1-0 |
div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div.sc-ck4k2b-1 > div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-1ywx8j1-0 div.sc-ck4k2b-1 > div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-1ywx8j1-0 |
div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div.sc-ck4k2b-1 > div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-1ywx8j1-0 div.sc-ck4k2b-1 > div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-1ywx8j1-0 |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Privacy notice label.sc-ip7vp6-1 > div > p.sc-y4bm30-15 > a.sc-141s52x-0 |
These are opportunities to improve the legibility of your content.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Sam Kiley: Trump’s Iran war has left Gulf leaders keen to see the back of him div.sc-umxyss-2 > ul.sc-1seilop-0 > li.sc-j7wso4-1 > a.sc-j7wso4-2 |
Trump says Xi will ‘give him a big hug’ to reopen Hormuz – days after imposing … div.sc-umxyss-2 > ul.sc-1seilop-0 > li.sc-j7wso4-1 > a.sc-j7wso4-2 |
FOOTBALL div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
FOOTBALL div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
EUROPE div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
UK POLITICS div > div.sc-qm89yg-4 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
NEWS div > div.sc-qm89yg-4 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div > div.sc-qm89yg-4 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div > div.sc-qm89yg-4 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div > div.sc-qm89yg-4 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div > div.sc-qm89yg-4 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div > div.sc-qm89yg-4 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div > div.sc-qm89yg-4 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div > div.sc-qm89yg-4 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div > div.sc-qm89yg-4 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
FOOTBALL div > div.sc-qm89yg-4 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
TENNIS div > div.sc-qm89yg-4 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div > div.sc-qm89yg-4 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div > div.sc-qm89yg-4 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div > div.sc-qm89yg-4 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div > div.sc-qm89yg-4 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div > div.sc-qm89yg-4 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div > div.sc-qm89yg-4 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div > div.sc-qm89yg-4 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div > div.sc-qm89yg-4 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div > div.sc-qm89yg-4 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div > div.sc-qm89yg-4 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div > div.sc-qm89yg-4 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div > div.sc-qm89yg-4 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div > div.sc-qm89yg-4 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div > div.sc-qm89yg-4 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div > div.sc-qm89yg-4 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div > div.sc-qm89yg-4 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 div.sc-umxyss-3 > div.sc-umxyss-2 > div.sc-k9o2qf-0 > a.sc-uum1qx-0 |
These items highlight common accessibility best practices.
Best Practices
General
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 |
|---|---|
Bombora did not initialize within 2 seconds. This may be due to a missing permutive context. |
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.