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 |
|---|---|---|
| cdn.jsdelivr.net/ghost/portal@~2.68/umd/portal.min.js | 600.0 s | 436.0 KiB |
| js.stripe.com/v3/ | 120.0 s | 226.1 KiB |
| cdn4.buysellads.net/pub/404mediaco.js?1776900000000 | 3600.0 s | 162.4 KiB |
| cdn.jsdelivr.net/ghost/sodo-search@~1.8/umd/sodo-search.min.js | 600.0 s | 98.1 KiB |
| cdn.jsdelivr.net/ghost/announcement-bar@~1.1/umd/announcement-bar.min.js | 600.0 s | 43.8 KiB |
| m.servedby-buysellads.com/monetization.js | 0.0 ms | 16.8 KiB |
| script.4dex.io/a/latest/adagio.js | 1800.0 s | 19.4 KiB |
| assets.outpostpublishingcoop.com/assets/fonts/Inter/font_6.woff2 | 14400.0 s | 23.7 KiB |
| m.stripe.network/out-4.5.45.js | 300.0 s | 14.7 KiB |
| www.gravatar.com/avatar/87e07bd5bb3d003b0b135303a3e7f8b9?s=250&r=x&d=mp | 300.0 s | 12.3 KiB |
| /nIp-3c2M8ef8UZRpcGUwfp_IyCvFSxl4GkU24Mfw-KDMzkJINRUHtAqE... | 86400.0 s | 3.3 KiB |
| apps.smartadserver.com/diff/templates/ts/dist/csync/csync.js | 3600.0 s | 1.6 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.
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.
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 | |
|---|---|---|---|
Trump Wants to Double Production of New Nuclear Weapon Cores div.col-xs > div.post-card > a.post-card__image > img.lazyload | /c/0f/76/0f76b548-bc58-4f25-abc3-3f5ebca07da4/content/ima... | 142.7 KiB | 83.2 KiB |
Matthew Gault div.byline > div.byline__author > a > img.lazyload | www.gravatar.com/avatar/87e07bd5bb3d003b0b135303a3e7f8b9?s=250&r=x&d=mp | 11.8 KiB | 11.8 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.404media.co/public/cards.min.css?v=c2986781e8 | 7.7 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 |
|---|---|
| 404media.co/ | 293 ms |
| www.404media.co/ | 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 |
|---|---|---|
| .ctx-overlay{position:fixed!important;top:0!important;left:0!important;width:100%!important; … } … | 24.2 KiB | 24.2 KiB |
| www.404media.co/assets/dist/app.min.css?v=c2986781e8 | 19.8 KiB | 15.0 KiB |
| .fc-consent-root .fc-dialog-container.fc-fullscreen { height: 100% !important; … } … | 16.2 KiB | 13.9 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.
| URL | Transfer Size | Est Savings |
|---|---|---|
| js.stripe.com/v3/ | 225.7 KiB | 164.1 KiB |
| /pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... | 187.4 KiB | 128.0 KiB |
| cdn.jsdelivr.net/ghost/portal@~2.68/umd/portal.min.js | 395.5 KiB | 90.7 KiB |
| cdn4.buysellads.net/pub/404mediaco.js?1776900000000 | 162.2 KiB | 71.5 KiB |
| cdn.jsdelivr.net/ghost/sodo-search@~1.8/umd/sodo-search.min.js | 97.0 KiB | 54.1 KiB |
| fundingchoicesmessages.google.com/i/22960212090?ers=3 | 68.8 KiB | 36.2 KiB |
| www.404media.co/assets/dist/app.min.js?v=c2986781e8 | 37.5 KiB | 23.4 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.
ARIA
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Search div.row > div.col-xs-3 > div.header__search > a.header__search--open |
Light Theme div.row > div.col-xs-3 > div.header__theme > a#theme-light |
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 |
|---|
Learn more div.fc-dialog-content > div.fc-dialog-scrollable-content > button.fc-faq-header > span.fc-faq-label |
List of partners. div.fc-dialog-scrollable-content > div.fc-footer > p > a.fc-vendors-list-dialog |
Manage options div.fc-dialog > div.fc-footer-buttons-container > button.fc-button > p.fc-manage-options-third-button-label |
These are opportunities to improve the legibility of your content.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
SUPPORT OUR REPORTING. SUBSCRIBE. main.main > div.promo-unit > div.promo-unit__content > h6.promo-unit__cta |
AI div.col-xs-12 > div.post-card > div.post-card__content > h6 |
PODCAST div.col-xs-12 > div.post-card > div.post-card__content > h6 |
PODCASTS div.col-xs-12 > div.post-card > div.post-card__content > h6 |
NEWS div.col-xs-12 > div.post-card > div.post-card__content > h6 |
THE ABSTRACT div.col-xs-12 > div.post-card > div.post-card__content > h6 |
NEWS div.col-xs-12 > div.post-card > div.post-card__content > h6 |
PODCAST div.col-xs-12 > div.post-card > div.post-card__content > h6 |
THE ABSTRACT div.col-xs-12 > div.post-card > div.post-card__content > h6 |
NEWS div.col-xs-12 > div.post-card > div.post-card__content > h6 |
THE ABSTRACT div.col-xs-12 > div.post-card > div.post-card__content > h6 |
BEHIND THE BLOG div.col-xs-12 > div.post-card > div.post-card__content > h6 |
These are opportunities to improve keyboard navigation in your application.
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.row > div.col-xs-6 > div.header__brand > a.header__logo div.row > div.col-xs-6 > div.header__brand > a.header__logo |
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
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 | cdn4.buysellads.net/pub/404mediaco.js?1776900000000 line 14, col 34286 |
| Specifying overflow: visible on img, video and canvas tags may cause them to produce visual content outside of the element bounds. See https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md. | /_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads... line 19, col 449 |
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
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.404media.co/about | here |
Format your HTML in a way that enables crawlers to better understand your app’s content.
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 |
|---|
Search div.row > div.col-xs-3 > div.header__search > a.header__search--open |
To appear in search results, crawlers need access to your app.