Mobile 375 × 812

Desktop 1440 × 900

Score: 70 / 100
Based on 8 categories, 0 sections
Room to improve — your 17.9s load time is above Google's 2.5s 'Good' threshold.
Good foundation, but a few gaps could be exploited.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Solid infrastructure — fast server responses across the board.
Several regulatory requirements are not yet met.
Missing metadata means poor previews on social media and search.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 39.6 MB (24.1 MB transferred)
Performance issues directly impact user engagement and conversion rates.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/9045fdab-ef55-41bc-a11e-f07ec5ced324)<a href="https://beavercheck.com/results/9045fdab-ef55-41bc-a11e-f07ec5ced324"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fcnn.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fcnn.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 17.9s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
10 barrier(s) likely increasing bounce by ~39%.
Page takes 17.9s to load
+12% bounceUsers abandon at ~3s — you're 15.4s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 11.7s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
Layout shifts during page load
+3% bounceContent movement causes mis-clicks on CTAs and form fields
Fix: Add width/height to images; reserve space for late-loading embeds
No viewport meta tag
+15% bounceMobile browsers render at desktop width and shrink — text unreadable, tap targets miniature
Fix: Add <meta name="viewport" content="width=device-width, initial-scale=1">
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$500 investment → $6.06/month returns + USD 157,500 risk avoided
$500
5h · 5 findings
$6.06 /mo
~$73 / year
USD 157,500
if kept compliant
$150 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,131 / month at risk
~$157,573 / year if left unfixed
$157,500
+5 more
$6.06 /mo
75773.1 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
10.02 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
17.94 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
11.67 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.141
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
26.10 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
72.12 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
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.
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 | |
|---|---|---|---|
CNN_Headlines_International_Placeholder_Generic.png div.image > div.image__container > picture.image__picture > img.image__dam-img | /api/v1/images/stellar/prod/cnn-headlines-international-p... | 1.1 MiB | 1.1 MiB |
People gather around a destroyed Palestinian police jeep that was targeted by a… div.image > div.image__container > picture.image__picture > img.image__dam-img | /api/v1/images/stellar/prod/gettyimages-2267440730.jpg?c=... | 138.5 KiB | 125.2 KiB |
While Italy remains a popular destination for tourists, the country is cracking… div.image > div.image__container > picture.image__picture > img.image__dam-img | /api/v1/images/stellar/prod/gettyimages-2269936762.jpg?c=... | 115.8 KiB | 102.5 KiB |
Circa 1600, English dramatist and poet William Shakespeare (1564 - 1616) ponder… div.image > div.image__container > picture.image__picture > img.image__dam-img | /api/v1/images/stellar/prod/gettyimages-51246880.jpg?c=16... | 112.8 KiB | 99.6 KiB |
The life jacket is the first from a survivor of the Titanic to ever come up for… div.image > div.image__container > picture.image__picture > img.image__dam-img | /api/v1/images/stellar/prod/310.jpg?c=16x9&q=h_540,w_960,... | 109.3 KiB | 96.1 KiB |
A residential building damaged during Russian drone strike, amid Russia's attac… div.image > div.image__container > picture.image__picture > img.image__dam-img | /api/v1/images/stellar/prod/2026-04-16t065631z-253594607-... | 103.9 KiB | 90.6 KiB |
A crane being used to construct the new White House ballroom is seen next to th… div.image > div.image__container > picture.image__picture > img.image__dam-img | /api/v1/images/stellar/prod/ap26095642336676.jpg?c=16x9&q... | 93.7 KiB | 80.5 KiB |
Artist Alberto Burri poured tons of cement over the ruins of Gibellina in Sicil… div.image > div.image__container > picture.image__picture > img.image__dam-img | /api/v1/images/stellar/prod/sipa-01219076-000049.jpg?c=16... | 83.7 KiB | 70.6 KiB |
div#celtra-object-24534 > div#celtra-object-24535 > div#celtra-object-24537 > img div#celtra-object-24534 > div#celtra-object-24535 > div#celtra-object-24537 > img | /api/blobs/b8c5e0680ffec3ef614530fa0c4da2789017b1a30b8a11... | 96.7 KiB | 65.9 KiB |
Meghan, the Duchess of Sussex, meets young advocates during a visit to Batyr, a… div.image > div.image__container > picture.image__picture > img.image__dam-img | /api/v1/images/stellar/prod/2026-04-16t014253z-1915766456... | 44.1 KiB | 37.2 KiB |
This AI-generated fake image shared by President Donald Trump to the social med… div.image > div.image__container > picture.image__picture > img.image__dam-img | /api/v1/images/stellar/prod/2x3-ai-generated-image-image-... | 43.3 KiB | 36.5 KiB |
Then-Lt. Gov. Justin Fairfax and his wife, Cerina, attend his and Gov. Ralph No… div.image > div.image__container > picture.image__picture > img.image__dam-img | /api/v1/images/stellar/prod/gettyimages-904695948-cropped... | 38.3 KiB | 32.3 KiB |
Ruby Rose and Katy Perry div.image > div.image__container > picture.image__picture > img.image__dam-img | /api/v1/images/stellar/prod/20260415-rose-perry.jpg?c=16x... | 31.8 KiB | 26.8 KiB |
118866_ChildrensVillage_Vertical_1.00_00_13_10.Still001.jpg div.image > div.image__container > picture.image__picture > img.image__dam-img | /api/v1/images/stellar/prod/118866-childrensvillage-verti... | 38.0 KiB | 16.9 KiB |
FARMTORNADO.jpg div.image > div.image__container > picture.image__picture > img.image__dam-img | /api/v1/images/stellar/prod/farmtornado.jpg?c=9x16&q=h_48... | 28.8 KiB | 7.7 KiB |
118891_FormerGovAccused_vrtc_clean.00_01_46_15.Still002.jpg div.image > div.image__container > picture.image__picture > img.image__dam-img | /api/v1/images/stellar/prod/118891-formergovaccused-vrtc-... | 28.2 KiB | 7.1 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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
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 |
|---|---|
| cnn.com/ | 798 ms |
| www.cnn.com/ | 811 ms |
| edition.cnn.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 |
|---|---|
BREAKING NEWS
Trump announces 10-day Israel-Lebanon ceasefire
A pause in hostil… body.layout > div.layout__content-wrapper | 0.141 |
BREAKING NEWS
Trump announces 10-day Israel-Lebanon ceasefire
A pause in hostil… div.container__field-wrapper > div.container__field-links > div.card > a.container__link | 0.005 |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
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 |
|---|---|
| Other | 79.7 s |
| Script Evaluation | 36.4 s |
| Style & Layout | 32.9 s |
| Rendering | 8.5 s |
| Script Parsing & Compilation | 3.3 s |
| Parse HTML & CSS | 1.1 s |
| Garbage Collection | 604 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 |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
| The page has an unload handler in a sub frame. | Actionable |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| @font-face { font-family: "cnn_sans_condensed"; font-weight: 700; … } … | 146.6 KiB | 123.1 KiB |
| 22.4 KiB | 22.1 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#google_ads_iframe_/8663477/CNNi/homepage/landing_0__container__ > div.celtra-ad-inline-host > div.notranslate > iframe div#google_ads_iframe_/8663477/CNNi/homepage/landing_0__container__ > div.celtra-ad-inline-host > div.notranslate > iframe |
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.zone > div.zone__inner > div.zone__kicker > a.zone__kicker-url div.zone > div.zone__inner > div.zone__kicker > a.zone__kicker-url |
div.container__field-wrapper > div.container__field-links > div.card > a.container__link div.container__field-wrapper > div.container__field-links > div.card > a.container__link |
div.container__field-wrapper > ul.container__field-links > li.card > a.container__link div.container__field-wrapper > ul.container__field-links > li.card > a.container__link |
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.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Sign in div#mobile-footer-account-nav > nav.user-account-nav > div.user-account-nav__icons > button.user-account-nav__text-button |
Listen div.layout__bottom > footer#pageFooter > div.footer__inner > a.footer__audio-link |
Watch div.layout__bottom > footer#pageFooter > div.footer__inner > a.footer__video-link |
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 |
|---|---|
| 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. | edition.cnn.com/ line 8183, col -1 |
| Topics | |
| SharedStorage | /pagead/managed/js/activeview/current/ufs_web_display.js line 252, col 234 |
| Unload event listeners are deprecated and will be removed. |
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 |
|---|---|
Access to XMLHttpRequest at 'https://hbopenbid.pubmatic.com/translator?' from origin 'https://edition.cnn.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Attestation check for Protected Audience on https://a.teads.tv failed. | |
Attestation check for Protected Audience on https://direct.adsrvr.org failed. | |
Attestation check for Protected Audience on https://elb.the-ozone-project.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://hbopenbid.pubmatic.com failed. | |
Attestation check for Protected Audience on https://htlb.casalemedia.com failed. | |
Attestation check for Protected Audience on https://ib.adnxs.com failed. | |
Failed to load resource: net::ERR_FAILED |
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.
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.
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 1 | Unknown Error | Syntax not understood |
To appear in search results, crawlers need access to your app.
Canonical links suggest which URL to show in search results. Learn more about canonical links.
Performance issues directly impact user engagement and conversion rates.
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.48 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.11 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.50 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.031
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
8.26 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
15.76 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
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.
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 | |
|---|---|---|---|
| /api/v1/images/stellar/prod/cnn-headlines-international-p... | 1.1 MiB | 1.1 MiB | |
div#player-player-cms.cnn.com/_components/video-player/instances/clnm1qpgd00003b6irfa0z60h@published-pui-wrapper > div.sc-eaIzCS > div.sc-eaIzCS > div.sc-eaIzCS div#player-player-cms.cnn.com/_components/video-player/instances/clnm1qpgd00003b6irfa0z60h@published-pui-wrapper > div.sc-eaIzCS > div.sc-eaIzCS > div.sc-eaIzCS | /api/v1/images/stellar/prod/cnn-headlines-international-p... | 612.3 KiB | 527.9 KiB |
Broken concrete hangs from the first floor as people work to clear rubble at th… div.image > div.image__container > picture.image__picture > img.image__dam-img | /api/v1/images/stellar/prod/c-gettyimages-2270756394.jpg?... | 198.7 KiB | 163.9 KiB |
Market39.jpg div.image > div.image__container > picture.image__picture > img.image__dam-img | /api/v1/images/stellar/prod/market39.jpg?c=16x9&q=h_720,w... | 234.2 KiB | 162.0 KiB |
Gatorade is getting a major makeover, consisting of new drinks, powders and pac… div.image > div.image__container > picture.image__picture > img.image__dam-img | /api/v1/images/stellar/prod/2020-06-10t000000z-1739405005... | 97.0 KiB | 81.4 KiB |
While Italy remains a popular destination for tourists, the country is cracking… div.image > div.image__container > picture.image__picture > img.image__dam-img | /api/v1/images/stellar/prod/gettyimages-2269936762.jpg?c=... | 82.4 KiB | 69.6 KiB |
A crane being used to construct the new White House ballroom is seen next to th… div.image > div.image__container > picture.image__picture > img.image__dam-img | /api/v1/images/stellar/prod/ap26095642336676.jpg?c=16x9&q... | 64.6 KiB | 56.6 KiB |
Artist Alberto Burri poured tons of cement over the ruins of Gibellina in Sicil… div.image > div.image__container > picture.image__picture > img.image__dam-img | /api/v1/images/stellar/prod/sipa-01219076-000049.jpg?c=16... | 56.8 KiB | 48.8 KiB |
If you're getting money back on your federal (and maybe even state) income taxe… div.image > div.image__container > picture.image__picture > img.image__dam-img | /api/v1/images/stellar/prod/gettyimages-2219176261-202603... | 45.0 KiB | 32.4 KiB |
RICHMOND, VA - JANUARY 13: From left, Attorney Elect General Mark Herring and h… div.image > div.image__container > picture.image__picture > img.image__dam-img | /api/v1/images/stellar/prod/gettyimages-904695948-cropped... | 28.7 KiB | 24.5 KiB |
U.S. President Donald Trump and Federal Reserve Chair Jerome Powell speak durin… div.image > div.image__container > picture.image__picture > img.image__dam-img | /api/v1/images/stellar/prod/2025-07-24t211944z-216166992-... | 30.3 KiB | 21.8 KiB |
Ruby Rose and Katy Perry div.image > div.image__container > picture.image__picture > img.image__dam-img | /api/v1/images/stellar/prod/20260415-rose-perry.jpg?c=16x... | 23.9 KiB | 20.5 KiB |
This AI-generated fake image shared by President Donald Trump to the social med… div.image > div.image__container > picture.image__picture > img.image__dam-img | /api/v1/images/stellar/prod/16x9-ai-generated-image-trump... | 22.5 KiB | 19.3 KiB |
American livestreamer indicted in South Korea over offensive antics div.image > div.image__container > picture.image__picture > img.image__dam-img | /api/v1/images/stellar/prod/img-7819-20241121031103327.jp... | 23.5 KiB | 16.9 KiB |
118839_FactoryWorkersAI_Vertical_Clean_Thumb.jpg div.image > div.image__container > picture.image__picture > img.image__dam-img | /api/v1/images/stellar/prod/118839-factoryworkersai-verti... | 22.2 KiB | 16.0 KiB |
FIFA President Gianni Infantino follows a friendly soccer match between Iran an… div.image > div.image__container > picture.image__picture > img.image__dam-img | /api/v1/images/stellar/prod/ap26090549864153.jpg?c=16x9&q... | 19.1 KiB | 13.7 KiB |
118866_ChildrensVillage_Vertical_1.00_00_13_10.Still001.jpg div.image > div.image__container > picture.image__picture > img.image__dam-img | /api/v1/images/stellar/prod/118866-childrensvillage-verti... | 31.0 KiB | 9.9 KiB |
Visualization of ocean currents in the North Atlantic. The colors show sea surf… div.image > div.image__container > picture.image__picture > img.image__dam-img | /api/v1/images/stellar/prod/new-atlantic-cover-1024x576.j... | 10.2 KiB | 4.2 KiB |
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
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 |
|---|---|
| cnn.com/ | 203 ms |
| www.cnn.com/ | 202 ms |
| edition.cnn.com/ | 0.0 ms |
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.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
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 |
|---|---|
| Other | 17.0 s |
| Style & Layout | 9.0 s |
| Script Evaluation | 8.2 s |
| Rendering | 3.0 s |
| Script Parsing & Compilation | 876 ms |
| Parse HTML & CSS | 253 ms |
| Garbage Collection | 163 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 |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
| The page has an unload handler in a sub frame. | Actionable |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| @font-face { font-family: "cnn_sans_condensed"; font-weight: 700; … } … | 165.0 KiB | 132.5 KiB |
| registry.api.cnn.io/bundles/fave/4.33.0/css | 34.1 KiB | 34.0 KiB |
| 22.4 KiB | 22.1 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#google_ads_iframe_/8663477/CNNi/homepage/landing_0__container__ > div.celtra-ad-inline-host > div.notranslate > iframe div#google_ads_iframe_/8663477/CNNi/homepage/landing_0__container__ > div.celtra-ad-inline-host > div.notranslate > iframe |
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.container__field-wrapper > ul.container__field-links > li.card > a.container__link div.container__field-wrapper > ul.container__field-links > li.card > a.container__link |
div.container__field-wrapper > ul.container__field-links > li.card > a.container__link div.container__field-wrapper > ul.container__field-links > li.card > a.container__link |
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.
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 |
|---|
China li.subnav__section > ul.subnav__subsections > li.subnav__subsection > a.subnav__subsection-link |
Europe li.subnav__section > ul.subnav__subsections > li.subnav__subsection > a.subnav__subsection-link |
India li.subnav__section > ul.subnav__subsections > li.subnav__subsection > a.subnav__subsection-link |
Facts First li.subnav__section > ul.subnav__subsections > li.subnav__subsection > a.subnav__subsection-link |
CNN Polls li.subnav__section > ul.subnav__subsections > li.subnav__subsection > a.subnav__subsection-link |
Tech li.subnav__section > ul.subnav__subsections > li.subnav__subsection > a.subnav__subsection-link |
Media li.subnav__section > ul.subnav__subsections > li.subnav__subsection > a.subnav__subsection-link |
Pre-markets li.subnav__section > ul.subnav__subsections > li.subnav__subsection > a.subnav__subsection-link |
After-Hours li.subnav__section > ul.subnav__subsections > li.subnav__subsection > a.subnav__subsection-link |
Fear & Greed li.subnav__section > ul.subnav__subsections > li.subnav__subsection > a.subnav__subsection-link |
Fitness li.subnav__section > ul.subnav__subsections > li.subnav__subsection > a.subnav__subsection-link |
Food li.subnav__section > ul.subnav__subsections > li.subnav__subsection > a.subnav__subsection-link |
Sleep li.subnav__section > ul.subnav__subsections > li.subnav__subsection > a.subnav__subsection-link |
Mindfulness li.subnav__section > ul.subnav__subsections > li.subnav__subsection > a.subnav__subsection-link |
Relationships li.subnav__section > ul.subnav__subsections > li.subnav__subsection > a.subnav__subsection-link |
Movies li.subnav__section > ul.subnav__subsections > li.subnav__subsection > a.subnav__subsection-link |
Television li.subnav__section > ul.subnav__subsections > li.subnav__subsection > a.subnav__subsection-link |
Celebrity li.subnav__section > ul.subnav__subsections > li.subnav__subsection > a.subnav__subsection-link |
Arts li.subnav__section > ul.subnav__subsections > li.subnav__subsection > a.subnav__subsection-link |
Design li.subnav__section > ul.subnav__subsections > li.subnav__subsection > a.subnav__subsection-link |
Fashion li.subnav__section > ul.subnav__subsections > li.subnav__subsection > a.subnav__subsection-link |
Luxury li.subnav__section > ul.subnav__subsections > li.subnav__subsection > a.subnav__subsection-link |
Beauty li.subnav__section > ul.subnav__subsections > li.subnav__subsection > a.subnav__subsection-link |
Video li.subnav__section > ul.subnav__subsections > li.subnav__subsection > a.subnav__subsection-link |
Destinations li.subnav__section > ul.subnav__subsections > li.subnav__subsection > a.subnav__subsection-link |
Food & Drink li.subnav__section > ul.subnav__subsections > li.subnav__subsection > a.subnav__subsection-link |
Stay li.subnav__section > ul.subnav__subsections > li.subnav__subsection > a.subnav__subsection-link |
News li.subnav__section > ul.subnav__subsections > li.subnav__subsection > a.subnav__subsection-link |
Videos li.subnav__section > ul.subnav__subsections > li.subnav__subsection > a.subnav__subsection-link |
Football li.subnav__section > ul.subnav__subsections > li.subnav__subsection > a.subnav__subsection-link |
Tennis li.subnav__section > ul.subnav__subsections > li.subnav__subsection > a.subnav__subsection-link |
Golf li.subnav__section > ul.subnav__subsections > li.subnav__subsection > a.subnav__subsection-link |
Motorsport li.subnav__section > ul.subnav__subsections > li.subnav__subsection > a.subnav__subsection-link |
US Sports li.subnav__section > ul.subnav__subsections > li.subnav__subsection > a.subnav__subsection-link |
Olympics li.subnav__section > ul.subnav__subsections > li.subnav__subsection > a.subnav__subsection-link |
Space li.subnav__section > ul.subnav__subsections > li.subnav__subsection > a.subnav__subsection-link |
Life li.subnav__section > ul.subnav__subsections > li.subnav__subsection > a.subnav__subsection-link |
Solutions li.subnav__section > ul.subnav__subsections > li.subnav__subsection > a.subnav__subsection-link |
Weather li.subnav__section > ul.subnav__subsections > li.subnav__subsection > a.subnav__subsection-link |
Video li.subnav__section > ul.subnav__subsections > li.subnav__subsection > a.subnav__subsection-link |
Climate li.subnav__section > ul.subnav__subsections > li.subnav__subsection > a.subnav__subsection-link |
As Equals li.subnav__section > ul.subnav__subsections > li.subnav__subsection > a.subnav__subsection-link |
Call to Earth li.subnav__section > ul.subnav__subsections > li.subnav__subsection > a.subnav__subsection-link |
Freedom Project li.subnav__section > ul.subnav__subsections > li.subnav__subsection > a.subnav__subsection-link |
Impact Your World li.subnav__section > ul.subnav__subsections > li.subnav__subsection > a.subnav__subsection-link |
Inside Africa li.subnav__section > ul.subnav__subsections > li.subnav__subsection > a.subnav__subsection-link |
CNN Heroes li.subnav__section > ul.subnav__subsections > li.subnav__subsection > a.subnav__subsection-link |
Daily Crossword li.subnav__section > ul.subnav__subsections > li.subnav__subsection > a.subnav__subsection-link |
Jumble Crossword li.subnav__section > ul.subnav__subsections > li.subnav__subsection > a.subnav__subsection-link |
Photo Shuffle li.subnav__section > ul.subnav__subsections > li.subnav__subsection > a.subnav__subsection-link |
Sudoblock li.subnav__section > ul.subnav__subsections > li.subnav__subsection > a.subnav__subsection-link |
Investigations li.subnav__section > ul.subnav__subsections > li.subnav__subsection > a.subnav__subsection-link |
CNN Profiles li.subnav__section > ul.subnav__subsections > li.subnav__subsection > a.subnav__subsection-link |
CNN Leadership li.subnav__section > ul.subnav__subsections > li.subnav__subsection > a.subnav__subsection-link |
CNN Newsletters li.subnav__section > ul.subnav__subsections > li.subnav__subsection > a.subnav__subsection-link |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Sign in div#desktop-header-account-nav > nav.user-account-nav > div.user-account-nav__icons > button.user-account-nav__text-button |
Watch div.footer__inner > div.footer__row > div.footer__right > a.footer__video-link |
Listen div.footer__inner > div.footer__row > div.footer__right > a.footer__audio-link |
Sign in div#desktop-footer-account-nav > nav.user-account-nav > div.user-account-nav__icons > button.user-account-nav__text-button |
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 |
|---|---|
| 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. | edition.cnn.com/ line 5521, col -1 |
| Topics | |
| SharedStorage | /pagead/managed/js/activeview/current/ufs_web_display.js line 252, col 234 |
| Unload event listeners are deprecated and will be removed. |
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://a.teads.tv failed. | |
Attestation check for Protected Audience on https://btlr.sharethrough.com failed. | |
Attestation check for Protected Audience on https://btlr.sharethrough.com failed. | |
Attestation check for Protected Audience on https://direct.adsrvr.org failed. | |
Attestation check for Protected Audience on https://elb.the-ozone-project.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://hbopenbid.pubmatic.com failed. | |
Attestation check for Protected Audience on https://htlb.casalemedia.com failed. | |
Attestation check for Protected Audience on https://ib.adnxs.com failed. | |
registry.api.cnn.io/bundles/fave/boltPlayer-928190fd/boltPlayer line 1344, col 203472 | Player | Player received error, stopping playback session: c4f2ce15-af94-4e93-8dd2-57ee4d5f8f40 code:1K-0043 message: NoKeySystemAvailable: No key system available on device undefined |
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.
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.
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 1 | Unknown Error | Syntax not understood |
To appear in search results, crawlers need access to your app.
Canonical links suggest which URL to show in search results. Learn more about canonical links.
Performance issues directly impact user engagement and conversion rates.
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback