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 |
|---|---|---|
| c.amazon-adsystem.com/aax2/apstag.js | 3600.0 s | 90.9 KiB |
| storage.googleapis.com/zh-public-assets/fonts/fonts_DINOT-CondBold.otf | 3600.0 s | 49.5 KiB |
| storage.googleapis.com/zh-public-assets/fonts/fonts_DINOT-CondMedium.otf | 3600.0 s | 47.9 KiB |
| cdn.id5-sync.com/api/1.0/id5PrebidModule.js | 3600.0 s | 29.5 KiB |
| secure.statcounter.com/counter/counter.js | 43200.0 s | 17.5 KiB |
| eus.rubiconproject.com/usync.js | 20112.0 s | 11.5 KiB |
| config.aps.amazon-adsystem.com/configs/940db4ee-28cf-4307-9b65-76d8ba12e927 | 3600.0 s | 709 B |
| rules.quantcount.com/rules-p-1yk5_U8fZJWsq.js | 3600.0 s | 640 B |
| www.gstatic.com/recaptcha/api2/logo_48.png | 604800.0 s | 2.3 KiB |
| /dsp_match/275?ssp=45&r=https%3A%2F%2Frtb-csync.smartadse... | 0.0 ms | 199 B |
| /sync?redirect=https%3A%2F%2Fads.servenobid.com%2Fsync%3F... | 0.0 ms | 17 B |
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.
Performance issues directly impact user engagement and conversion rates.
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.
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.
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 | |
|---|---|---|---|
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 KiB | 5.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.
Performance issues directly impact user engagement and conversion rates.
| URL | Time 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
Performance issues directly impact user engagement and conversion rates.
| Element | Layout 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.
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 |
|---|---|---|
| www.zerohedge.com/_next/static/css/2d44d6037b3cd9d5.css | 43.3 KiB | 42.2 KiB |
| .fc-consent-root .fc-dialog-container.fc-fullscreen { height: 100% !important; … } … | 16.2 KiB | 14.0 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.
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 | 1.3 s |
| Other | 505 ms |
| Style & Layout | 190 ms |
| Script Parsing & Compilation | 173 ms |
| Rendering | 154 ms |
| Parse HTML & CSS | 47 ms |
| Garbage Collection | 41 ms |
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.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
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.
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.
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.
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.
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.
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.
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.
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.
Best Practices
User Experience
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect 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.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Topics | www.zerohedge.com/prebid.zh.js line 11, col 91691 |
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 |
|---|---|
accounts.google.com/gsi/client line 85, col 88 | [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) | |
c.amazon-adsystem.com/aax2/apstag.js line 4, col 3691 | 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.
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.