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.
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 | |
|---|---|---|---|
Inside Joe Wicks’ desperate plan to stay relevant & Page 3 model wife’s key rol… div.story__hero-container > div.story__image-container > a > img.attachment-large | /wp-content/uploads/2026/04/TM-21-04-Joe-Wicks-v1_HERO-1.... | 127.4 KiB | 66.6 KiB |
Kate hugs tearful hero who caught gun-toting crooks as Royal Family gather to m… div.story__hero-container > div.story__image-container > a > img.attachment-large | /wp-content/uploads/2026/04/dk-21-04-kate-hugs_HERO.jpg?q... | 86.7 KiB | 45.3 KiB |
Royals div.story__hero-container > div.story__copy-container > div.story__data > a.story__data-item | s0.2mdn.net/sadbundle/11332753327299715925/RCI_728x90_bkg2.jpg | 38.4 KiB | 28.8 KiB |
LATEST div.story__hero-container > div.story__copy-container > a > span.story__slug | s0.2mdn.net/sadbundle/11332753327299715925/RCI_728x90_bkg3.jpg | 32.4 KiB | 24.3 KiB |
Collage of a man before and after weight loss, with a smaller inset photo of hi… div.story > div.story__image-container > a > img.attachment-thesun-landscape-small | /wp-content/uploads/2026/04/RW-20-04-Weight-loss_COMP_41d... | 23.7 KiB | 21.3 KiB |
PURPLE REIGN div.story__hero-container > div.story__copy-container > a > p.story__kicker | s0.2mdn.net/sadbundle/11332753327299715925/RCI_728x90_bkg1.jpg | 23.4 KiB | 17.6 KiB |
div.story > div.story__hero-container > div.story__image-container > ::after div.story > div.story__hero-container > div.story__image-container > ::after | s0.2mdn.net/sadbundle/11332753327299715925/RCI_728x90_bkup.jpg | 26.2 KiB | 15.5 KiB |
Sun Club div.site-header__right > div.site-header__sun-club > a.site-header__sun-club-link > span | s0.2mdn.net/sadbundle/11332753327299715925/RCI_728x90_border.png | 13.4 KiB | 10.0 KiB |
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 |
|---|---|---|
| experiments.parsely.com/vip-experiments.js?apiKey=thesun.co.uk&ver=3.22.1 | 8.9 KiB | 203 ms |
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.
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 |
|---|---|
| thesun.co.uk/ | 776 ms |
| www.thesun.co.uk/ | 1.2 s |
| www.thesun.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.
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.
Diagnostics
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 4.8 s |
| Style & Layout | 1.1 s |
| Other | 886 ms |
| Script Parsing & Compilation | 493 ms |
| Parse HTML & CSS | 125 ms |
| Garbage Collection | 79 ms |
| Rendering | 66 ms |
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 |
|---|---|
| An iframe on the page started a navigation that did not complete. | Not actionable |
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 |
|---|---|---|
| secure.widget.cloud.opta.net/v3/v3.opta-widgets.js?ver=1.0.0 | 149.0 KiB | 24.6 KiB |
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.
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.
ARIA
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
MORE SECTIONS
Motors
Tech
Royals
Wellness
Dear Deidre
Betting
Shopping
Topics … body.home > div.horizontal-nav > nav.subnav-dropdown |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
MISSING SYD div.story > div.story__copy-container > a > p.story__kicker |
Celebrity div.layout__inner > div.story > div.story__data > a.story__data-item |
Advertisement div.layout__item > div.module > div.advert-wrapper > span.advert-wrapper__text |
div.story__copy-container > div.story__data > a.story__data-meta > span div.story__copy-container > div.story__data > a.story__data-meta > span |
div.layout__inner > div.story > div.story__image-container > span.story__slug div.layout__inner > div.story > div.story__image-container > span.story__slug |
div.layout__inner > div.story > div.story__data > a.story__data-item div.layout__inner > div.story > div.story__data > a.story__data-item |
div.layout__inner > div.story > div.story__image-container > span.story__slug div.layout__inner > div.story > div.story__image-container > span.story__slug |
div.layout__inner > div.story > div.story__image-container > span.story__slug div.layout__inner > div.story > div.story__image-container > span.story__slug |
div.layout__inner > div.story > div.story__image-container > span.story__slug div.layout__inner > div.story > div.story__image-container > span.story__slug |
Advertisement div.layout__item > div.module > div.advert-wrapper > span.advert-wrapper__text |
div.story__hero-container > div.story__copy-container > div.story__data > a.story__data-item div.story__hero-container > div.story__copy-container > div.story__data > a.story__data-item |
div.story__copy-container > div.story__data > a.story__data-meta > span div.story__copy-container > div.story__data > a.story__data-meta > span |
div.layout__inner > div.story > div.story__image-container > span.story__slug div.layout__inner > div.story > div.story__image-container > span.story__slug |
div.layout__inner > div.story > div.story__image-container > span.story__slug div.layout__inner > div.story > div.story__image-container > span.story__slug |
div.layout__inner > div.story > div.story__image-container > span.story__slug div.layout__inner > div.story > div.story__image-container > span.story__slug |
Advertisement div.layout__item > div.module > div.advert-wrapper > span.advert-wrapper__text |
div.layout__inner > div.story > div.story__data > a.story__data-item div.layout__inner > div.story > div.story__data > a.story__data-item |
div.layout__inner > div.story > div.story__image-container > span.story__slug div.layout__inner > div.story > div.story__image-container > span.story__slug |
div.story > div.story__copy-container > a > p.story__kicker div.story > div.story__copy-container > a > p.story__kicker |
div.layout__inner > div.story > div.story__data > a.story__data-item div.layout__inner > div.story > div.story__data > a.story__data-item |
div.layout__inner > div.story > div.story__image-container > span.story__slug div.layout__inner > div.story > div.story__image-container > span.story__slug |
div.story > div.story__copy-container > a > p.story__kicker div.story > div.story__copy-container > a > p.story__kicker |
div.layout__inner > div.story > div.story__data > a.story__data-item div.layout__inner > div.story > div.story__data > a.story__data-item |
div.layout__inner > div.story > div.story__image-container > span.story__slug div.layout__inner > div.story > div.story__image-container > span.story__slug |
Advertisement div.layout__item > div.module > div.advert-wrapper > span.advert-wrapper__text |
div.story > div.story__copy-container > a > p.story__kicker div.story > div.story__copy-container > a > p.story__kicker |
div.layout__inner > div.story > div.story__data > a.story__data-item div.layout__inner > div.story > div.story__data > a.story__data-item |
div.story__hero-container > div.story__copy-container > div.story__data > a.story__data-item div.story__hero-container > div.story__copy-container > div.story__data > a.story__data-item |
div.story__copy-container > div.story__data > a.story__data-meta > span div.story__copy-container > div.story__data > a.story__data-meta > span |
div.layout__inner > div.story > div.story__image-container > span.story__slug div.layout__inner > div.story > div.story__image-container > span.story__slug |
div.layout__inner > div.story > div.story__data > a.story__data-item div.layout__inner > div.story > div.story__data > a.story__data-item |
div.story > div.story__copy-container > a > p.story__kicker div.story > div.story__copy-container > a > p.story__kicker |
div.layout__inner > div.story > div.story__data > a.story__data-item div.layout__inner > div.story > div.story__data > a.story__data-item |
Advertisement div.layout__item > div.module > div.advert-wrapper > span.advert-wrapper__text |
div.story > div.story__copy-container > a > p.story__kicker div.story > div.story__copy-container > a > p.story__kicker |
div.layout__inner > div.story > div.story__data > a.story__data-item div.layout__inner > div.story > div.story__data > a.story__data-item |
Advertisement div.layout__item > div.module > div.advert-wrapper > span.advert-wrapper__text |
div.layout__inner > div.story > div.story__image-container > span.story__slug div.layout__inner > div.story > div.story__image-container > span.story__slug |
div.story > div.story__copy-container > a > p.story__kicker div.story > div.story__copy-container > a > p.story__kicker |
div.layout__inner > div.story > div.story__data > a.story__data-item div.layout__inner > div.story > div.story__data > a.story__data-item |
div.story > div.story__copy-container > a > p.story__kicker div.story > div.story__copy-container > a > p.story__kicker |
div.layout__inner > div.story > div.story__data > a.story__data-item div.layout__inner > div.story > div.story__data > a.story__data-item |
These are opportunities to improve the legibility of your content.
Best Practices
Trust and Safety
Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. Learn more about responsibly getting permission for notifications.
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 |
|---|---|
| Topics | ads.thesun.co.uk/prebid.sun.min.js?ver=1.0.0 line 10, col 409357 |
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
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 |
|---|---|
Attestation check for Protected Audience on https://fastlane.rubiconproject.com failed. | |
Attestation check for Protected Audience on https://fastlane.rubiconproject.com failed. | |
Attestation check for Protected Audience on https://fastlane.rubiconproject.com failed. | |
Attestation check for Protected Audience on https://fastlane.rubiconproject.com failed. | |
Attestation check for Protected Audience on https://fastlane.rubiconproject.com failed. | |
Attestation check for Protected Audience on https://fastlane.rubiconproject.com failed. | |
Attestation check for Protected Audience on https://fastlane.rubiconproject.com failed. | |
Attestation check for Protected Audience on https://fastlane.rubiconproject.com failed. | |
Attestation check for Protected Audience on https://fastlane.rubiconproject.com failed. | |
Attestation check for Protected Audience on https://grid-bidder.criteo.com failed. | |
Attestation check for Protected Audience on https://grid-bidder.criteo.com failed. | |
Attestation check for Protected Audience on https://hbopenbid.pubmatic.com failed. | |
Attestation check for Protected Audience on https://hbopenbid.pubmatic.com failed. | |
Attestation check for Protected Audience on https://htlb.casalemedia.com failed. | |
Attestation check for Protected Audience on https://htlb.casalemedia.com failed. | |
www.thesun.co.uk/ line 17, col 9141 | Error: Permission blocked
at https://cdn.onesignal.com/sdks/web/v16/OneSignalSDK.page.es6.js?v=160603:1:4413
at https://cdn.onesignal.com/sdks/web/v16/OneSignalSDK.page.es6.js?v=160603:1:139350 |
Failed to load resource: net::ERR_NAME_NOT_RESOLVED | |
Failed to load resource: the server responded with a status of 400 () | |
www.thesun.co.uk/ line 2061, col 0 | ReferenceError: wp is not defined
at https://www.thesun.co.uk/:2062:1 |
www.thesun.co.uk/ line 2075, col 1 | ReferenceError: wp is not defined
at https://www.thesun.co.uk/:2076:2
at https://www.thesun.co.uk/:2078:4 |
Uncaught SyntaxError: Identifier 'p' has already been declared |
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.
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 |
|---|
Do not sell or share my personal information div.site-footer__grid > div.site-footer__copyright > p > a.optanon-toggle-display |
To appear in search results, crawlers need access to your app.