Skip to content
https://zerohedge.com

Lighthouse Desktop

· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.
SCORE
0
GRADE
FIX
0
REVIEW
0
PASS
0
INFO
0

Detailed Report

Audit breakdown by category with detailed findings.

67

Performance

Insights

Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.

Why this matters

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

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.

Why this matters

Performance issues directly impact user engagement and conversion rates.

headings: [map[key:node label:Element subItemsHeading:map[key:extra] valueType:node] map[granularity:0.001 key:score label:Layout shift score subItemsHeading:map[key:cause valueType:text] valueType:numeric]]
items: [map[node:map[type:text value:Total] score:0.247043] map[score:0.191868 subItems:map[items:[map[cause:Unsized image element] map[cause:Web font extra:map[type:url value:https://storage.googleapis.com/zh-public-assets/fonts/fonts_DINOT-CondBold.otf]]] type:subitems]] map[node:map[boundingRect:map[bottom:0 height:0 left:0 right:0 top:0 width:0] lhId:page-1-ARTICLE nodeLabel:Trump Extends Ceasefire By 3-5 Days, Precisely Amount Of Time Needed For Third … path:5,DIV,1,MAIN,0,DIV,0,DIV,0,ARTICLE selector:main.main-content > div > div > article.NewArticle_teaser__jQRQd snippet:<article class="NewArticle_teaser__jQRQd NewArticle_sticky__dWPYr"> type:node] score:0.049102 subItems:map[items:[map[cause:Unsized image element extra:map[boundingRect:map[bottom:0 height:0 left:0 right:0 top:0 width:0] lhId:page-8-IMG nodeLabel:premium-content path:5,DIV,1,MAIN,0,DIV,0,DIV,2,ARTICLE,2,DIV,1,DIV,0,SPAN,2,DIV,0,DIV,0,IMG selector:span.ArticleFooter_footer__comments__b_bF6 > div.PremiumBadge_container__fMCCM > div > img snippet:<img src="/images/icons/premium-content.svg" alt="premium-content"> type:node]]] type:subitems]] map[score:0.00334 subItems:map[items:[map[cause:Unsized image element]] type:subitems]] map[node:map[boundingRect:map[bottom:719 height:498 left:419 right:931 top:221 width:512] lhId:page-6-DIV nodeLabel:Welcome to Zerohedge Zerohedge asks for your consent to use your personal data… path:1,HTML,1,BODY,25,DIV,1,DIV selector:body > div.fc-consent-root > div.fc-dialog-container snippet:<div class="fc-dialog-container"> type:node] score:0.00147 subItems:map[items:[map[cause:Web font extra:map[type:url value:https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2]] map[cause:Web font extra:map[type:url value:https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2]]] type:subitems]] map[node:map[boundingRect:map[bottom:0 height:0 left:0 right:0 top:0 width:0] lhId:page-3-DIV nodeLabel:HomeJoin PremiumContributorsChannelsAIAllBailoutCommoditiesCOVID-19CryptoEconom… path:0,HEADER,1,DIV selector:div > header.Header_siteHeader__TYYsX > div.Header_headerControls__wb0pt snippet:<div class="Header_headerControls__wb0pt"> type:node] score:0.001241 subItems:map[items:[map[cause:Unsized image element extra:map[boundingRect:map[bottom:0 height:0 left:0 right:0 top:0 width:0] lhId:page-9-IMG nodeLabel:triangle path:0,HEADER,1,DIV,0,UL,3,LI,0,DIV,1,IMG selector:ul.Header_headerMenu__dByQ2 > li.Header_overflowMenuContainerNoSpace__OaMoh > div.Header_overflowMenuBtn__KWPuT > img.Header_overflowMenuIndicator__hPNmG snippet:<img class="Header_overflowMenuIndicator__hPNmG" src="/images/icons/triangle.svg" alt="triangle"> type:node]]] type:subitems]]]

Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

headings: [map[key:source label:Source valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:76.664 source:map[type:text value:[unattributed]]] map[reflowTime:5.906 source:map[column:449 line:19 type:source-location url:/_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads-contributor.ContributorServingResponseClientJs.en_US.pSJko196IH0.es5.O/d=1/exm=kernel_loader,loader_js_executable,monetization_cookie_state_migration_initialization_executable/ed=1/rs=AJlcJMwW9cECbTFkq4PRqOWQ0smSYbz1fw/m=web_iab_tcf_v2_wall_executable urlProvider:network]] map[reflowTime:0.655 source:map[column:237229 line:18 type:source-location url:https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604210101/pubads_impl.js?cb=31098008 urlProvider:network]] map[reflowTime:0.407 source:map[column:332 line:412 type:source-location url:https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js urlProvider:network]]]

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

description: [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints help the browser establish a connection earlier in the page load, saving time when the first request for that origin is made. The following are the origins that the page preconnected to.
title: Preconnected origins
description: Add [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints to your most important origins, but try to use no more than 4.
title: Preconnect candidates

Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLResource SizeEst Savings
Monetary Metals Promo 1 div.MMWidgetFeb12_container__3UvjX > div.MMWidgetFeb12_container__3UvjX > a.MMWidgetFeb12_link__dk3wb > img.MMWidgetFeb12_image__guE_H
/_next/image?url=%2Fimages%2Fmarketing%2Fmonetary_metals%...24.7 KiB5.2 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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 508 ms
URLTime Spent
zerohedge.com/508 ms
www.zerohedge.com/0.0 ms

These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS

Why this matters

Performance issues directly impact user engagement and conversion rates.

ElementLayout shift score
0.192
Trump Extends Ceasefire By 3-5 Days, Precisely Amount Of Time Needed For Third … main.main-content > div > div > article.NewArticle_teaser__jQRQd
0.049
0.003
Welcome to Zerohedge Zerohedge asks for your consent to use your personal data… body > div.fc-consent-root > div.fc-dialog-container
0.001
HomeJoin PremiumContributorsChannelsAIAllBailoutCommoditiesCOVID-19CryptoEconom… div > header.Header_siteHeader__TYYsX > div.Header_headerControls__wb0pt
0.001
2,604 span.ArticleFooter_footer__comments__b_bF6 > a.ArticleFooter_commentCount__Dpc6B > span.CommentCount_container__dm70_ > span
0.000
0.000

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

TTI

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.

Why this matters

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

CategoryTime Spent
Script Evaluation1.3 s
Other505 ms
Style & Layout190 ms
Script Parsing & Compilation173 ms
Rendering154 ms
Parse HTML & CSS47 ms
Garbage Collection41 ms

Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions

Why this matters

Performance issues directly impact user engagement and conversion rates.

URL
zerohedge logo div.HeaderSticky_outerContainer__4w8qO > header.HeaderSticky_siteHeader__dUvOO > a > img.HeaderSticky_siteHeaderLogo__sRKiU
www.zerohedge.com/images/logo/full.svg
premium-content span.ArticleFooter_footer__comments__b_bF6 > div.PremiumBadge_container__fMCCM > div > img
www.zerohedge.com/images/icons/premium-content.svg
premium-content span.ArticleFooter_footer__comments__b_bF6 > div.PremiumBadge_container__fMCCM > div > img
www.zerohedge.com/images/icons/premium-content.svg
premium-content span.ArticleFooter_footer__comments__b_bF6 > div.PremiumBadge_container__fMCCM > div > img
www.zerohedge.com/images/icons/premium-content.svg
premium-content span.ArticleFooter_footer__comments__b_bF6 > div.PremiumBadge_container__fMCCM > div > img
www.zerohedge.com/images/icons/premium-content.svg
triangle ul.HeaderSticky_headerMenu__O7ANn > li.HeaderSticky_overflowMenuContainerNoSpace___6rxF > div.HeaderSticky_overflowMenuBtn__0vKcM > img.HeaderSticky_overflowMenuIndicator__2hEam
www.zerohedge.com/images/icons/triangle.svg
triangle ul.HeaderSticky_headerMenu__O7ANn > li.HeaderSticky_overflowMenuContainerNoSpace___6rxF > div.HeaderSticky_overflowMenuBtn__0vKcM > img.HeaderSticky_overflowMenuIndicator__2hEam
www.zerohedge.com/images/icons/triangle.svg
triangle ul.HeaderSticky_headerMenu__O7ANn > li.HeaderSticky_overflowMenuContainer__OLUc6 > div.HeaderSticky_overflowMenuBtn__0vKcM > img.HeaderSticky_overflowMenuIndicator__2hEam
www.zerohedge.com/images/icons/triangle.svg

More information about the performance of your application. These numbers don't directly affect the Performance score.

Max Potential First Input Delay 80 ms
Optimize DOM size
LCP breakdown
LCP request discovery
Modern HTTP
Render blocking requests
Optimize viewport for mobile
Minify CSS
Minify JavaScript
User Timing marks and measures 18 user timings
JavaScript execution time 1.2 s
Avoid long main-thread tasks 5 long tasks found
Avoid non-composited animations 1 animated element found
Page didn't prevent back/forward cache restoration
Network Requests
Network Round Trip Times 130 ms
Server Backend Latencies 140 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Initial server response time was short Root document took 120 ms
INP breakdown
77

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.

Names and labels

When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.content > section.SidebarRight_container__mTgfh > form.BlockSearch_container__TSPdm > button.BlockSearch_searchBtn__gaXU5 div.content > section.SidebarRight_container__mTgfh > form.BlockSearch_container__TSPdm > button.BlockSearch_searchBtn__gaXU5

Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.BlockLogin_container__ZIjvS > form > div.BlockLogin_formField__k0EJP > input.BlockLogin_formFieldInput__PdKyr div.BlockLogin_container__ZIjvS > form > div.BlockLogin_formField__k0EJP > input.BlockLogin_formFieldInput__PdKyr
div.BlockLogin_container__ZIjvS > form > div.BlockLogin_formField__k0EJP > input.BlockLogin_formFieldInput__PdKyr div.BlockLogin_container__ZIjvS > form > div.BlockLogin_formField__k0EJP > input.BlockLogin_formFieldInput__PdKyr

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div > article.NewArticle_teaser__jQRQd > div.NewArticle_imageWrapper__AIPsK > a.NewArticle_rel__tBjfu div > article.NewArticle_teaser__jQRQd > div.NewArticle_imageWrapper__AIPsK > a.NewArticle_rel__tBjfu
div > article.NewArticle_teaser__jQRQd > div.NewArticle_imageWrapper__AIPsK > a.NewArticle_rel__tBjfu div > article.NewArticle_teaser__jQRQd > div.NewArticle_imageWrapper__AIPsK > a.NewArticle_rel__tBjfu
div > article.NewArticle_teaser__jQRQd > div.NewArticle_imageWrapper__AIPsK > a.NewArticle_rel__tBjfu div > article.NewArticle_teaser__jQRQd > div.NewArticle_imageWrapper__AIPsK > a.NewArticle_rel__tBjfu
div > article.NewArticle_teaser__jQRQd > div.NewArticle_imageWrapper__AIPsK > a.NewArticle_rel__tBjfu div > article.NewArticle_teaser__jQRQd > div.NewArticle_imageWrapper__AIPsK > a.NewArticle_rel__tBjfu
div > article.NewArticle_teaser__jQRQd > div.NewArticle_imageWrapper__AIPsK > a.NewArticle_rel__tBjfu div > article.NewArticle_teaser__jQRQd > div.NewArticle_imageWrapper__AIPsK > a.NewArticle_rel__tBjfu
div > article.NewArticle_teaser__jQRQd > div.NewArticle_imageWrapper__AIPsK > a.NewArticle_rel__tBjfu div > article.NewArticle_teaser__jQRQd > div.NewArticle_imageWrapper__AIPsK > a.NewArticle_rel__tBjfu
div > article.NewArticle_teaser__jQRQd > div.NewArticle_imageWrapper__AIPsK > a.NewArticle_rel__tBjfu div > article.NewArticle_teaser__jQRQd > div.NewArticle_imageWrapper__AIPsK > a.NewArticle_rel__tBjfu
div > article.NewArticle_teaser__jQRQd > div.NewArticle_imageWrapper__AIPsK > a.NewArticle_rel__tBjfu div > article.NewArticle_teaser__jQRQd > div.NewArticle_imageWrapper__AIPsK > a.NewArticle_rel__tBjfu
div > article.NewArticle_teaser__jQRQd > div.NewArticle_imageWrapper__AIPsK > a.NewArticle_rel__tBjfu div > article.NewArticle_teaser__jQRQd > div.NewArticle_imageWrapper__AIPsK > a.NewArticle_rel__tBjfu
div > article.NewArticle_teaser__jQRQd > div.NewArticle_imageWrapper__AIPsK > a.NewArticle_rel__tBjfu div > article.NewArticle_teaser__jQRQd > div.NewArticle_imageWrapper__AIPsK > a.NewArticle_rel__tBjfu
div > article.NewArticle_teaser__jQRQd > div.NewArticle_imageWrapper__AIPsK > a.NewArticle_rel__tBjfu div > article.NewArticle_teaser__jQRQd > div.NewArticle_imageWrapper__AIPsK > a.NewArticle_rel__tBjfu
div > article.NewArticle_teaser__jQRQd > div.NewArticle_imageWrapper__AIPsK > a.NewArticle_rel__tBjfu div > article.NewArticle_teaser__jQRQd > div.NewArticle_imageWrapper__AIPsK > a.NewArticle_rel__tBjfu
div > article.NewArticle_teaser__jQRQd > div.NewArticle_imageWrapper__AIPsK > a.NewArticle_rel__tBjfu div > article.NewArticle_teaser__jQRQd > div.NewArticle_imageWrapper__AIPsK > a.NewArticle_rel__tBjfu
div > article.NewArticle_teaser__jQRQd > div.NewArticle_imageWrapper__AIPsK > a.NewArticle_rel__tBjfu div > article.NewArticle_teaser__jQRQd > div.NewArticle_imageWrapper__AIPsK > a.NewArticle_rel__tBjfu
div > article.NewArticle_teaser__jQRQd > div.NewArticle_imageWrapper__AIPsK > a.NewArticle_rel__tBjfu div > article.NewArticle_teaser__jQRQd > div.NewArticle_imageWrapper__AIPsK > a.NewArticle_rel__tBjfu
div > article.NewArticle_teaser__jQRQd > div.NewArticle_imageWrapper__AIPsK > a.NewArticle_rel__tBjfu div > article.NewArticle_teaser__jQRQd > div.NewArticle_imageWrapper__AIPsK > a.NewArticle_rel__tBjfu
div > article.NewArticle_teaser__jQRQd > div.NewArticle_imageWrapper__AIPsK > a.NewArticle_rel__tBjfu div > article.NewArticle_teaser__jQRQd > div.NewArticle_imageWrapper__AIPsK > a.NewArticle_rel__tBjfu
div > article.NewArticle_teaser__jQRQd > div.NewArticle_imageWrapper__AIPsK > a.NewArticle_rel__tBjfu div > article.NewArticle_teaser__jQRQd > div.NewArticle_imageWrapper__AIPsK > a.NewArticle_rel__tBjfu
div > article.NewArticle_teaser__jQRQd > div.NewArticle_imageWrapper__AIPsK > a.NewArticle_rel__tBjfu div > article.NewArticle_teaser__jQRQd > div.NewArticle_imageWrapper__AIPsK > a.NewArticle_rel__tBjfu
div > article.NewArticle_teaser__jQRQd > div.NewArticle_imageWrapper__AIPsK > a.NewArticle_rel__tBjfu div > article.NewArticle_teaser__jQRQd > div.NewArticle_imageWrapper__AIPsK > a.NewArticle_rel__tBjfu

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.

Contrast

Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
36m ago div.PolymarketWidget_container__r11vx > div.PolymarketWidget_card__viSl5 > div.PolymarketWidget_sourceLine__jxB9S > span.PolymarketWidget_time__SwRyU
1% div.PolymarketWidget_markets__FfKdn > a.PolymarketWidget_market__VmD87 > div.PolymarketWidget_marketBar__u_u1w > span.PolymarketWidget_marketOdds__AqIJc
$378K vol div.PolymarketWidget_markets__FfKdn > a.PolymarketWidget_market__VmD87 > div.PolymarketWidget_marketBar__u_u1w > span.PolymarketWidget_volume___cMCs
53m ago div.PolymarketWidget_container__r11vx > div.PolymarketWidget_card__viSl5 > div.PolymarketWidget_sourceLine__jxB9S > span.PolymarketWidget_time__SwRyU
21% div.PolymarketWidget_markets__FfKdn > a.PolymarketWidget_market__VmD87 > div.PolymarketWidget_marketBar__u_u1w > span.PolymarketWidget_marketOdds__AqIJc
$669.3852840000002 vol div.PolymarketWidget_markets__FfKdn > a.PolymarketWidget_market__VmD87 > div.PolymarketWidget_marketBar__u_u1w > span.PolymarketWidget_volume___cMCs
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

These are opportunities to improve the legibility of your content.

Tables and lists

Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.slick-slider > div.slick-dots > div.TopPosts_controlsContainer__ylkdz > li div.slick-slider > div.slick-dots > div.TopPosts_controlsContainer__ylkdz > li
div.slick-slider > div.slick-dots > div.TopPosts_controlsContainer__ylkdz > li.slick-active div.slick-slider > div.slick-dots > div.TopPosts_controlsContainer__ylkdz > li.slick-active
div.slick-slider > div.slick-dots > div.TopPosts_controlsContainer__ylkdz > li div.slick-slider > div.slick-dots > div.TopPosts_controlsContainer__ylkdz > li
div.slick-slider > div.slick-dots > div.TopPosts_controlsContainer__ylkdz > li div.slick-slider > div.slick-dots > div.TopPosts_controlsContainer__ylkdz > li
div.slick-slider > div.slick-dots > div.TopPosts_controlsContainer__ylkdz > li div.slick-slider > div.slick-dots > div.TopPosts_controlsContainer__ylkdz > li
div.slick-slider > div.slick-dots > div.TopPosts_controlsContainer__ylkdz > li div.slick-slider > div.slick-dots > div.TopPosts_controlsContainer__ylkdz > li
div.slick-slider > div.slick-dots > div.TopPosts_controlsContainer__ylkdz > li div.slick-slider > div.slick-dots > div.TopPosts_controlsContainer__ylkdz > li
div.slick-slider > div.slick-dots > div.TopPosts_controlsContainer__ylkdz > li div.slick-slider > div.slick-dots > div.TopPosts_controlsContainer__ylkdz > li
div.slick-slider > div.slick-dots > div.TopPosts_controlsContainer__ylkdz > li div.slick-slider > div.slick-dots > div.TopPosts_controlsContainer__ylkdz > li
div.slick-slider > div.slick-dots > div.TopPosts_controlsContainer__ylkdz > li div.slick-slider > div.slick-dots > div.TopPosts_controlsContainer__ylkdz > li

These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
ALT-MARKET div.ZeroHedgeReads_listControl__ypOg_ > ul.ZeroHedgeReads_list__r0iVR > li.ZeroHedgeReads_listItem__7Ebc0 > a
ANTIWAR.COM div.ZeroHedgeReads_listControl__ypOg_ > ul.ZeroHedgeReads_list__r0iVR > li.ZeroHedgeReads_listItem__7Ebc0 > a
BOMBTHROWER div.ZeroHedgeReads_listControl__ypOg_ > ul.ZeroHedgeReads_list__r0iVR > li.ZeroHedgeReads_listItem__7Ebc0 > a
BULLIONSTAR div.ZeroHedgeReads_listControl__ypOg_ > ul.ZeroHedgeReads_list__r0iVR > li.ZeroHedgeReads_listItem__7Ebc0 > a
CAPITALIST EXPLOITS div.ZeroHedgeReads_listControl__ypOg_ > ul.ZeroHedgeReads_list__r0iVR > li.ZeroHedgeReads_listItem__7Ebc0 > a
CHRISTOPHE BARRAUD div.ZeroHedgeReads_listControl__ypOg_ > ul.ZeroHedgeReads_list__r0iVR > li.ZeroHedgeReads_listItem__7Ebc0 > a

These items highlight common accessibility best practices.

Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Image elements have `[alt]` attributes
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
ARIA attributes are used as specified for the element's role
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
`[aria-hidden="true"]` elements do not contain focusable descendents
Elements use only permitted ARIA attributes
Document has a `<title>` element
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links are distinguishable without relying on color.
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
No element has a `[tabindex]` value greater than 0
Heading elements appear in a sequentially-descending order
Document has a main landmark.
Deprecated ARIA roles were not used
Uses ARIA roles only on compatible elements
Image elements do not have `[alt]` attributes that are redundant text.
Identical links have the same purpose.
Elements with visible text labels have matching accessible names.
`[accesskey]` values are unique
`button`, `link`, and `menuitem` elements have accessible names
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
`<frame>` or `<iframe>` elements have a title
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Skip links are focusable.
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`[lang]` attributes have a valid value
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
73

Best Practices

User Experience

Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLAspect Ratio (Displayed)Aspect Ratio (Actual)
Iran War: What's Next For Markets a#debate-archive > div.DebateButton_promoButtonTxt__bOr2o > div.DebateButton_imageWrapper__IlLmN > img.DebateButton_thumbnail__dZI59
/_next/image?url=https%3A%2F%2Fassets.zerohedge.com%2Fs3f...170 x 100 (1.70)384 x 215 (1.79)

General

Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Deprecation / WarningSource
Topics

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

SourceDescription
[GSI_LOGGER]: FedCM get() rejects with NetworkError: Error retrieving a token.
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. at ag (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:115392) at i (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:189987) at uI (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:167954) at https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:167821 at uM (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:167828) at uS (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:162867) at x (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:206664) at MessagePort.R (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:207194)
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. at ag (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:115392) at i (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:189987) at uI (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:167954) at https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:167821 at uM (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:167828) at uS (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:162867) at x (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:206664) at MessagePort.R (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:207194)
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. at ag (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:115392) at i (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:189987) at uI (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:167954) at https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:167821 at uM (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:167828) at uS (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:162867) at x (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:206664) at MessagePort.R (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:207194)
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. at ag (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:115392) at i (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:189987) at uI (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:167954) at https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:167821 at uM (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:167828) at uS (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:162867) at x (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:206664) at MessagePort.R (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:207194)
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. at ag (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:115392) at i (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:189987) at uI (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:167954) at https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:167821 at uM (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:167828) at uS (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:162867) at x (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:206664) at MessagePort.R (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:207194)
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. at ag (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:115392) at i (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:189987) at uI (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:167954) at https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:167821 at uM (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:167828) at uS (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:162867) at x (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:206664) at MessagePort.R (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:207194)
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. at ag (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:115392) at i (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:189987) at uI (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:167954) at https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:167821 at uM (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:167828) at uS (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:162867) at x (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:206664) at MessagePort.R (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:207194)
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. at ag (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:115392) at i (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:189987) at uI (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:167954) at https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:167821 at uM (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:167828) at uS (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:162867) at x (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:206664) at MessagePort.R (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:207194)
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. at ag (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:115392) at i (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:189987) at uI (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:167954) at https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:167821 at uM (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:167828) at uS (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:162867) at x (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:206664) at MessagePort.R (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:207194)
Error: Minified React error #422; visit https://reactjs.org/docs/error-decoder.html?invariant=422 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. at https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:145965 at ob (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:147225) at i (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:190190) at uI (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:167954) at https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:167821 at uM (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:167828) at uS (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:162867) at x (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:206664) at MessagePort.R (https://www.zerohedge.com/_next/static/chunks/framework-3bc9684f49160ebb.js:1:207194)
Error: No GPT slots provided to apstag.fetchBids() had valid sizes at L (https://c.amazon-adsystem.com/aax2/apstag.js:5:100616) at https://c.amazon-adsystem.com/aax2/apstag.js:5:97140 at https://c.amazon-adsystem.com/aax2/apstag.js:5:4265 at y (https://c.amazon-adsystem.com/aax2/apstag.js:5:111479) at d (https://c.amazon-adsystem.com/aax2/apstag.js:5:111181) at yt (https://c.amazon-adsystem.com/aax2/apstag.js:5:97098) at https://c.amazon-adsystem.com/aax2/apstag.js:5:176391 at Object.fetchBids (https://c.amazon-adsystem.com/aax2/apstag.js:5:4265) at n.value (https://www.zerohedge.com/_next/static/chunks/pages/_app-f7c435f990a00da3.js:11:39210) at https://www.zerohedge.com/_next/static/chunks/723-e23792bd220b8697.js:1:8346
Not signed in with the identity provider.

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Uses HTTPS
Avoids third-party cookies
Allows users to paste into input fields
Avoids requesting the geolocation permission on page load
Avoids requesting the notification permission on page load
Serves images with appropriate resolution
Page has the HTML doctype
Properly defines charset
No issues in the `Issues` panel in Chrome Devtools
Ensure CSP is effective against XSS attacks
Use a strong HSTS policy
Ensure proper origin isolation with COOP
Mitigate clickjacking with XFO or CSP
Mitigate DOM-based XSS with Trusted Types
Detected JavaScript libraries
Redirects HTTP traffic to HTTPS
100

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.

Structured data is valid
Page isn’t blocked from indexing
Document has a `<title>` element
Document has a meta description
Page has successful HTTP status code
Links have descriptive text
Links are crawlable
robots.txt is valid
Image elements have `[alt]` attributes
Document has a valid `hreflang`
Document has a valid `rel=canonical`

Send Feedback