Mobile 375 × 812

Desktop 1440 × 900

Score: 72 / 100
Based on 8 categories, 0 sections
Room to improve — your 7.7s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
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 18.5 MB (4.0 MB transferred)
Performance issues directly impact user engagement and conversion rates.
3 link(s) with no accessible text
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/3eb2b681-f2da-487d-8367-dce7eb3a181a)<a href="https://beavercheck.com/results/3eb2b681-f2da-487d-8367-dce7eb3a181a"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fnewsweek.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fnewsweek.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 7.7s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Addressing the critical issues below would have the most immediate impact on your user trust.
7 barrier(s) likely increasing bounce by ~30%.
Page takes 7.7s to load
+12% bounceUsers abandon at ~3s — you're 5.2s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 3.8s
+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
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
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
3 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€425 investment → €4,741/month returns + EUR 120,500,000 risk avoided
€425
5h · 5 findings
€4,741 /mo
~€56,891 / year
EUR 120,500,000
if kept compliant
€128 — 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 €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€10,041,668 / month at risk
~€120,500,011 / year if left unfixed
€120,500,000
+6 more
€0.93 /mo
12617.5 MB/mo × 0.074 EUR/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.
3.12 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
7.69 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.77 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.75 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.
32.40 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.
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 | |
|---|---|---|---|
Image for article: $166 Billion Tariff Refunds: Consumers ‘Might Have a Claim’ … div.ContentTile_mediaContainer__XuvvF > a.NewsweekLink_link__BTn_o > div > img.ContentTile_image__Lp15m | /wp-content/uploads/2026/04/GettyImages-2271206806.jpg?w=... | 90.4 KiB | 62.0 KiB |
Image for article: Pennsylvania Court Strikes Down Medicaid Abortion Funding Ban div.ContentTile_mediaContainer__XuvvF > a.NewsweekLink_link__BTn_o > div > img.ContentTile_image__Lp15m | /wp-content/uploads/2026/04/AP26110660439599.jpg?w=750&qu... | 48.2 KiB | 28.1 KiB |
Image for article: Trump Says Expanding US Gas Production a National Defense Is… div.ContentTile_mediaContainer__XuvvF > a.NewsweekLink_link__BTn_o > div > img.ContentTile_image__Lp15m | /wp-content/uploads/2026/04/GettyImages-2270492133_ad7850... | 42.3 KiB | 22.7 KiB |
Image for article: Ohio Student Dies in School Cafeteria: What We Know div.ContentTile_mediaContainer__XuvvF > a.NewsweekLink_link__BTn_o > div > img.ContentTile_image__Lp15m | /wp-content/uploads/2025/08/2519400-police-lights-tape.jp... | 25.4 KiB | 14.8 KiB |
Image for article: Iran War Live Updates: U.S.–Iran Talks in Doubt as Ceasefire… div.ContentTile_mediaContainer__XuvvF > a.NewsweekLink_link__BTn_o > div > img.ContentTile_image__Lp15m | /wp-content/uploads/2026/04/GettyImages-2271800512.jpg?w=... | 60.7 KiB | 13.0 KiB |
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| newsweek.com/ | 855 ms |
| www.newsweek.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 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 |
|---|---|---|
| 22.1 KiB | 19.1 KiB | |
| www.newsweek.com/_next/static/css/6eaacd5a8e7ece3a.css | 12.0 KiB | 11.7 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.
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 |
|---|---|
| Script Evaluation | 7.7 s |
| Other | 1.7 s |
| Script Parsing & Compilation | 990 ms |
| Style & Layout | 963 ms |
| Rendering | 400 ms |
| Parse HTML & CSS | 371 ms |
| Garbage Collection | 251 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 was evicted from the cache because an active network connection received too much data. Chrome limits the amount of data that a page may receive while cached. | Not actionable |
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.
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.ArticleHeader_container__MAdLr > div.ArticleSideMenu_container__rGTO7 > div.ArticleSideMenu_header__UizGc > button.Actionable_root__LiyqW div.ArticleHeader_container__MAdLr > div.ArticleSideMenu_container__rGTO7 > div.ArticleSideMenu_header__UizGc > button.Actionable_root__LiyqW |
section.MainStage_mainStage__Ypf8m > div.MainStage_mainStageContentTile__asQC9 > div.ContentTile_contentContainer__8AjAh > button.Actionable_root__LiyqW section.MainStage_mainStage__Ypf8m > div.MainStage_mainStageContentTile__asQC9 > div.ContentTile_contentContainer__8AjAh > button.Actionable_root__LiyqW |
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 |
|---|
nav.ArticleHeader_navBar__7p6J2 > div.ArticleHeader_left__PiZtS > div.ArticleHeader_brand____Vp5 > a.Actionable_root__LiyqW nav.ArticleHeader_navBar__7p6J2 > div.ArticleHeader_left__PiZtS > div.ArticleHeader_brand____Vp5 > a.Actionable_root__LiyqW |
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.
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 |
|---|
Accept All div.ketch-max-h-full > div.ketch-flex > div#ketch-banner-buttons-container-compact > button#ketch-banner-button-primary |
Reject All div.ketch-max-h-full > div.ketch-flex > div#ketch-banner-buttons-container-compact > button#ketch-banner-button-secondary |
Customize Settings div.ketch-max-h-full > div.ketch-flex > div#ketch-banner-buttons-container-compact > button#ketch-banner-button-tertiary |
WORLD div.ContentTile_contentContainer__8AjAh > div.ContentTile_eyebrowContainer__mLWXI > a.NewsweekLink_link__BTn_o > div.CategoryBadge_categoryBadge__2Ulz4 |
TRENDING div.SectionHeader_header__TlsBL > div.SectionHeader_headerContent__ynqSs > div.TrendingBar_container__V_fW5 > span.TrendingBar_label__pbO90 |
LIVE BLOG div.ContentTile_contentContainer__8AjAh > div.ContentTile_eyebrowContainer__mLWXI > a.NewsweekLink_link__BTn_o > div.CategoryBadge_categoryBadge__2Ulz4 |
NEWS div.ContentTile_contentContainer__8AjAh > div.ContentTile_eyebrowContainer__mLWXI > a.NewsweekLink_link__BTn_o > div.CategoryBadge_categoryBadge__2Ulz4 |
TRENDING div.SectionHeader_header__TlsBL > div.SectionHeader_headerContent__ynqSs > div.TrendingBar_container__V_fW5 > span.TrendingBar_label__pbO90 |
NEWS div.ContentTile_contentContainer__8AjAh > div.ContentTile_eyebrowContainer__mLWXI > a.NewsweekLink_link__BTn_o > div.CategoryBadge_categoryBadge__2Ulz4 |
TRENDING div.SectionHeader_header__TlsBL > div.SectionHeader_headerContent__ynqSs > div.TrendingBar_container__V_fW5 > span.TrendingBar_label__pbO90 |
POLITICS div.ContentTile_contentContainer__8AjAh > div.ContentTile_eyebrowContainer__mLWXI > a.NewsweekLink_link__BTn_o > div.CategoryBadge_categoryBadge__2Ulz4 |
NEWS div.ContentTile_contentContainer__8AjAh > div.ContentTile_eyebrowContainer__mLWXI > a.NewsweekLink_link__BTn_o > div.CategoryBadge_categoryBadge__2Ulz4 |
SCIENCE div.ContentTile_contentContainer__8AjAh > div.ContentTile_eyebrowContainer__mLWXI > a.NewsweekLink_link__BTn_o > div.CategoryBadge_categoryBadge__2Ulz4 |
WORLD div.ContentTile_contentContainer__8AjAh > div.ContentTile_eyebrowContainer__mLWXI > a.NewsweekLink_link__BTn_o > div.CategoryBadge_categoryBadge__2Ulz4 |
FOR MEMBERS div.ContentTile_contentContainer__8AjAh > div.ContentTile_eyebrowContainer__mLWXI > a.NewsweekLink_link__BTn_o > div.CategoryBadge_categoryBadge__2Ulz4 |
POLITICS div.ContentTile_contentContainer__8AjAh > div.ContentTile_eyebrowContainer__mLWXI > a.NewsweekLink_link__BTn_o > div.CategoryBadge_categoryBadge__2Ulz4 |
These are opportunities to improve the legibility of your content.
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 |
|---|
1 div.slick-slider > ul.slick-dots > li.slick-active > button |
2 div.slick-slider > ul.slick-dots > li > button |
3 div.slick-slider > ul.slick-dots > li > button |
4 div.slick-slider > ul.slick-dots > li > button |
5 div.slick-slider > ul.slick-dots > li > button |
6 div.slick-slider > ul.slick-dots > li > button |
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 |
|---|
NOW PLAYING
Andrew Mountbatten-Windsor ‘Got a Cut’ of Jeffrey Epstein’s Deals—A… div.slick-slide > div > div.ContentTileCarousel_slide__Ostx_ > div.ContentTileCarousel_clickableSlide__bOiml |
Could AI Accidentally Solve Climate Change? — With Amy Harder div.slick-slide > div > div.ContentTileCarousel_slide__Ostx_ > div.ContentTileCarousel_clickableSlide__bOiml |
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.newsweek.com/prebid.js line 96, col 1149 |
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. |
Access to XMLHttpRequest at 'https://segment-data.zqtk.net/fAMs6jjuogtg8Rs_sCMro3eDZRDCWdUAlc_BOvD2IvI?url=https%3A%2F%2Fwww.newsweek.com%2F' from origin 'https://www.newsweek.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Error fetching podcast episodes: SyntaxError: Failed to execute 'json' on 'Response': Unexpected end of JSON input
at r (https://www.newsweek.com/_next/static/chunks/app/page-9bc68153cd6bdf8f.js:1:32694) | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: the server responded with a status of 404 () | |
Failed to load resource: the server responded with a status of 451 () | |
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.
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.
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.53 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.35 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
263 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.68 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.
8.08 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.
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 | |
|---|---|---|---|
Image for article: $166 Billion Tariff Refunds: Consumers ‘Might Have a Claim’ … div.ContentTile_mediaContainer__XuvvF > a.NewsweekLink_link__BTn_o > div > img.ContentTile_image__Lp15m | /wp-content/uploads/2026/04/GettyImages-2271206806.jpg?w=... | 276.7 KiB | 267.2 KiB |
Image for article: Ohio Student Dies in School Cafeteria: What We Know div.ContentTile_mediaContainer__XuvvF > a.NewsweekLink_link__BTn_o > div > img.ContentTile_image__Lp15m | /wp-content/uploads/2025/08/2519400-police-lights-tape.jp... | 195.5 KiB | 192.3 KiB |
Image for article: When Are May 2026 Social Security Payments Coming? div.ContentTile_mediaContainer__XuvvF > a.NewsweekLink_link__BTn_o > div > img.ContentTile_image__Lp15m | /wp-content/uploads/2026/04/GettyImages-2208697593.jpg?w=... | 178.8 KiB | 173.3 KiB |
Image for article: Social Security Update: Seniors Will Wait Longer for Benefit… div.ContentTile_mediaContainer__XuvvF > a.NewsweekLink_link__BTn_o > div > img.ContentTile_image__Lp15m | /wp-content/uploads/2026/04/GettyImages-2207558225-11.jpg... | 151.4 KiB | 146.7 KiB |
Image for article: Pennsylvania Court Strikes Down Medicaid Abortion Funding Ban div.ContentTile_mediaContainer__XuvvF > a.NewsweekLink_link__BTn_o > div > img.ContentTile_image__Lp15m | /wp-content/uploads/2026/04/AP26110660439599.jpg?w=1600&q... | 139.6 KiB | 137.3 KiB |
Image for article: Trump Says Expanding US Gas Production a National Defense Is… div.ContentTile_mediaContainer__XuvvF > a.NewsweekLink_link__BTn_o > div > img.ContentTile_image__Lp15m | /wp-content/uploads/2026/04/GettyImages-2270492133_ad7850... | 122.0 KiB | 119.9 KiB |
Image for article: NATO Scrambles Fighter Jets to Intercept Russian Military Pl… div.ContentTile_mediaContainer__XuvvF > a.NewsweekLink_link__BTn_o > div > img.ContentTile_image__Lp15m | /wp-content/uploads/2026/04/AP24208434166415.jpg?w=1600&q... | 125.9 KiB | 119.4 KiB |
Image for article: China Could Help the US Unlock Iran div.ContentTile_mediaContainer__XuvvF > a.NewsweekLink_link__BTn_o > div > img.ContentTile_image__Lp15m | /wp-content/uploads/2026/04/AP26108447222186.jpg?w=1600&q... | 132.0 KiB | 114.6 KiB |
Image for article: Mike Tomlin Makes Decision on Next Career Move After Steeler… div.ContentTile_mediaContainer__XuvvF > a.NewsweekLink_link__BTn_o > div > img.ContentTile_image__Lp15m | /wp-content/uploads/2026/03/GettyImages-2192443494.jpg?w=... | 117.5 KiB | 113.8 KiB |
Image for article: I Was Told I Had Anxiety, Then Doctors Found a Tumor div.ContentTile_mediaContainer__XuvvF > a.NewsweekLink_link__BTn_o > div > img.ContentTile_image__Lp15m | /wp-content/uploads/2026/04/Copy-of-32-Split-Screen-2026-... | 108.5 KiB | 105.1 KiB |
Image for article: America's Greatest Workplaces for Entry Level 2026 div.ContentTile_mediaContainer__XuvvF > a.NewsweekLink_link__BTn_o > div > img.ContentTile_image__Lp15m | /wp-content/uploads/2026/03/AGW-Entry_Level_2026_Thumbnai... | 86.8 KiB | 86.0 KiB |
Image for article: Sheila Cherfilus-McCormick Leaving Congress Before Ethics In… div.ContentTile_mediaContainer__XuvvF > a.NewsweekLink_link__BTn_o > div > img.ContentTile_image__Lp15m | /wp-content/uploads/2026/04/AP26085811747789.jpg?w=1600&q... | 89.5 KiB | 82.9 KiB |
Image for article: Americans Back Pope Leo Over Donald Trump on Iran War—Poll div.ContentTile_mediaContainer__XuvvF > a.NewsweekLink_link__BTn_o > div > img.ContentTile_image__Lp15m | /wp-content/uploads/2026/04/Copy-of-32-Split-Screen-10-1.... | 81.7 KiB | 79.1 KiB |
Image for article: America's Greatest Midsize Workplaces in Health Care 2026 div.ContentTile_mediaContainer__XuvvF > a.NewsweekLink_link__BTn_o > div > img.ContentTile_image__Lp15m | /wp-content/uploads/2026/04/AGW-Midsize-Workplaces-for-He... | 77.1 KiB | 76.5 KiB |
Image for article: Iran War Live Updates: U.S.–Iran Talks in Doubt as Ceasefire… div.ContentTile_mediaContainer__XuvvF > a.NewsweekLink_link__BTn_o > div > img.ContentTile_image__Lp15m | /wp-content/uploads/2026/04/GettyImages-2271800512.jpg?w=... | 89.8 KiB | 72.8 KiB |
Image for article: Heavy Snow Warning As 2 Feet To Hit: Travel Could Be ‘Imposs… div.ContentTile_mediaContainer__XuvvF > a.NewsweekLink_link__BTn_o > div > img.ContentTile_image__Lp15m | /wp-content/uploads/2026/04/GettyImages-2043995129.jpg?w=... | 70.8 KiB | 69.7 KiB |
Image for article: Virginia’s Redistricting Vote: High Stakes for Trump, Dems, … div.ContentTile_mediaContainer__XuvvF > a.NewsweekLink_link__BTn_o > div > img.ContentTile_image__Lp15m | /wp-content/uploads/2026/04/Trump_Spanberger.jpg?w=1600&q... | 78.5 KiB | 68.8 KiB |
Image for article: Everything To Know About ‘Wednesday’ Season 3 as Netflix Tea… div.ContentTile_mediaContainer__XuvvF > a.NewsweekLink_link__BTn_o > div > img.ContentTile_image__Lp15m | /wp-content/uploads/2026/04/Copy-of-32-circle-inset-right... | 66.6 KiB | 64.6 KiB |
Image for article: NASA Rejects Congress’ ‘Security Threat’ Label in Missing Sc… div.ContentTile_mediaContainer__XuvvF > a.NewsweekLink_link__BTn_o > div > img.ContentTile_image__Lp15m | /wp-content/uploads/2026/03/Copy-of-32-image-22-1.png?w=1... | 53.3 KiB | 51.6 KiB |
Image for article: Hair Found at Nancy Guthrie’s Home Could Delay Case: Retired… div.ContentTile_mediaContainer__XuvvF > a.NewsweekLink_link__BTn_o > div > img.ContentTile_image__Lp15m | /wp-content/uploads/2026/04/AP26038166151392-19.jpg?w=136... | 66.5 KiB | 48.8 KiB |
Image for article: America's Most Charitable Companies 2026 div.ContentTile_mediaContainer__XuvvF > a.NewsweekLink_link__BTn_o > div > img.ContentTile_image__Lp15m | /wp-content/uploads/2026/01/Americas-Most-Charitable-Comp... | 39.8 KiB | 39.5 KiB |
Image for article: World's Best Hospitals 2026 div.ContentTile_mediaContainer__XuvvF > a.NewsweekLink_link__BTn_o > div > img.ContentTile_image__Lp15m | /wp-content/uploads/2026/02/WBH_Online-Banners_2026_Thumb... | 37.6 KiB | 37.3 KiB |
Image for article: America's Greatest Workplaces for Mental Well-Being 2026 div.ContentTile_mediaContainer__XuvvF > a.NewsweekLink_link__BTn_o > div > img.ContentTile_image__Lp15m | /wp-content/uploads/2026/04/AGW_Mental-Wellbeing_Online-B... | 32.4 KiB | 29.8 KiB |
Image for article: Kevin Warsh Refuses to Admit Epstein Ties in Senate Confirma… div.ContentTile_mediaContainer__XuvvF > a.NewsweekLink_link__BTn_o > div > img.ContentTile_image__Lp15m | /wp-content/uploads/2026/04/AP26111599486784.jpg?w=1000&q... | 26.0 KiB | 23.9 KiB |
Image for article: How ‘Super’ El Niño Could Affect Weather This Summer div.ContentTile_mediaContainer__XuvvF > a.NewsweekLink_link__BTn_o > div > img.ContentTile_image__Lp15m | /wp-content/uploads/2026/04/GettyImages-1612698961.jpg?w=... | 24.0 KiB | 23.3 KiB |
Image for article: Most Trustworthy Companies in America 2026 div.ContentTile_mediaContainer__XuvvF > a.NewsweekLink_link__BTn_o > div > img.ContentTile_image__Lp15m | /wp-content/uploads/2026/04/Most-Trustworthy-Companies_20... | 23.1 KiB | 22.9 KiB |
Image for article: Vladimir Putin Is Running Out of Cards div.ContentTile_mediaContainer__XuvvF > a.NewsweekLink_link__BTn_o > div > img.ContentTile_image__Lp15m | /wp-content/uploads/2026/04/Split-1-31.jpg?w=1600&quality... | 18.8 KiB | 18.2 KiB |
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| newsweek.com/ | 851 ms |
| www.newsweek.com/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
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.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.newsweek.com/ | 511 ms | 13 ms | 30 ms |
| Unattributable | 365 ms | 49 ms | 0.0 ms |
| www.newsweek.com/_next/static/chunks/1255-01735991e86fac1b.js | 297 ms | 262 ms | 4.4 ms |
| www.newsweek.com/_next/static/chunks/4bd1b696-182b6b13bdad92e3.js | 295 ms | 219 ms | 2.8 ms |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 240 ms | 219 ms | 9.9 ms |
| cadmus.script.ac/d275im4r3zngba/script.js | 236 ms | 219 ms | 4.2 ms |
| cdn.newsweek.com/api/tinypass.min.js | 120 ms | 86 ms | 8.2 ms |
| cdn.ketchjs.com/ketchtag/stable/v2.12/ketch-sdk.js | 118 ms | 84 ms | 30 ms |
| www.newsweek.com/_next/static/chunks/8133-d66177fd28c10cd8.js | 94 ms | 82 ms | 10 ms |
| www.googletagmanager.com/gtag/destination?id=G-2PP6KZK9B2&cx=c>m=4e64h1 | 66 ms | 57 ms | 9.2 ms |
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.8 s |
| Other | 442 ms |
| Style & Layout | 251 ms |
| Script Parsing & Compilation | 218 ms |
| Rendering | 176 ms |
| Parse HTML & CSS | 89 ms |
| Garbage Collection | 65 ms |
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.
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.
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
U.S.
Global
Lifestyle
Opinion
Rankings
Social
Extra div.ArticleHeader_container__MAdLr > nav.ArticleHeader_navBar__7p6J2 > div.ArticleHeader_center__YvkO5 > ul.ArticleHeader_menu__6UG5T |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
section.MainStage_mainStage__Ypf8m > div.MainStage_mainStageContentTile__asQC9 > div.ContentTile_contentContainer__8AjAh > button.Actionable_root__LiyqW section.MainStage_mainStage__Ypf8m > div.MainStage_mainStageContentTile__asQC9 > div.ContentTile_contentContainer__8AjAh > button.Actionable_root__LiyqW |
div.SectionHeader_header__TlsBL > div.SectionHeader_headerContent__ynqSs > div.PodcastsSection_navArrows__DX1KT > button.Actionable_root__LiyqW div.SectionHeader_header__TlsBL > div.SectionHeader_headerContent__ynqSs > div.PodcastsSection_navArrows__DX1KT > button.Actionable_root__LiyqW |
div.SectionHeader_header__TlsBL > div.SectionHeader_headerContent__ynqSs > div.PodcastsSection_navArrows__DX1KT > button.Actionable_root__LiyqW div.SectionHeader_header__TlsBL > div.SectionHeader_headerContent__ynqSs > div.PodcastsSection_navArrows__DX1KT > button.Actionable_root__LiyqW |
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 |
|---|
nav.ArticleHeader_navBar__7p6J2 > div.ArticleHeader_left__PiZtS > div.ArticleHeader_brand____Vp5 > a.Actionable_root__LiyqW nav.ArticleHeader_navBar__7p6J2 > div.ArticleHeader_left__PiZtS > div.ArticleHeader_brand____Vp5 > a.Actionable_root__LiyqW |
div.ArticleHeader_container__MAdLr > nav.ArticleHeader_navBar__7p6J2 > div.ArticleHeader_center__YvkO5 > a.Actionable_root__LiyqW div.ArticleHeader_container__MAdLr > nav.ArticleHeader_navBar__7p6J2 > div.ArticleHeader_center__YvkO5 > a.Actionable_root__LiyqW |
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.
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 |
|---|
Accept All div.ketch-max-h-full > div.ketch-flex > div#ketch-banner-buttons-container-compact > button#ketch-banner-button-primary |
Reject All div.ketch-max-h-full > div.ketch-flex > div#ketch-banner-buttons-container-compact > button#ketch-banner-button-secondary |
Customize Settings div.ketch-max-h-full > div.ketch-flex > div#ketch-banner-buttons-container-compact > button#ketch-banner-button-tertiary |
WORLD div.ContentTile_contentContainer__8AjAh > div.ContentTile_eyebrowContainer__mLWXI > a.NewsweekLink_link__BTn_o > div.CategoryBadge_categoryBadge__2Ulz4 |
TRENDING div.SectionHeader_header__TlsBL > div.SectionHeader_headerContent__ynqSs > div.TrendingBar_container__V_fW5 > span.TrendingBar_label__pbO90 |
LIVE BLOG div.ContentTile_contentContainer__8AjAh > div.ContentTile_eyebrowContainer__mLWXI > a.NewsweekLink_link__BTn_o > div.CategoryBadge_categoryBadge__2Ulz4 |
NEWS div.ContentTile_contentContainer__8AjAh > div.ContentTile_eyebrowContainer__mLWXI > a.NewsweekLink_link__BTn_o > div.CategoryBadge_categoryBadge__2Ulz4 |
FOR MEMBERS div.ContentTile_contentContainer__8AjAh > div.ContentTile_eyebrowContainer__mLWXI > a.NewsweekLink_link__BTn_o > div.CategoryBadge_categoryBadge__2Ulz4 |
TRENDING div.SectionHeader_header__TlsBL > div.SectionHeader_headerContent__ynqSs > div.TrendingBar_container__V_fW5 > span.TrendingBar_label__pbO90 |
NEWS div.ContentTile_contentContainer__8AjAh > div.ContentTile_eyebrowContainer__mLWXI > a.NewsweekLink_link__BTn_o > div.CategoryBadge_categoryBadge__2Ulz4 |
TRENDING div.SectionHeader_header__TlsBL > div.SectionHeader_headerContent__ynqSs > div.TrendingBar_container__V_fW5 > span.TrendingBar_label__pbO90 |
POLITICS div.ContentTile_contentContainer__8AjAh > div.ContentTile_eyebrowContainer__mLWXI > a.NewsweekLink_link__BTn_o > div.CategoryBadge_categoryBadge__2Ulz4 |
NEWS div.ContentTile_contentContainer__8AjAh > div.ContentTile_eyebrowContainer__mLWXI > a.NewsweekLink_link__BTn_o > div.CategoryBadge_categoryBadge__2Ulz4 |
SCIENCE div.ContentTile_contentContainer__8AjAh > div.ContentTile_eyebrowContainer__mLWXI > a.NewsweekLink_link__BTn_o > div.CategoryBadge_categoryBadge__2Ulz4 |
WORLD div.ContentTile_contentContainer__8AjAh > div.ContentTile_eyebrowContainer__mLWXI > a.NewsweekLink_link__BTn_o > div.CategoryBadge_categoryBadge__2Ulz4 |
FOR MEMBERS div.ContentTile_contentContainer__8AjAh > div.ContentTile_eyebrowContainer__mLWXI > a.NewsweekLink_link__BTn_o > div.CategoryBadge_categoryBadge__2Ulz4 |
POLITICS div.ContentTile_contentContainer__8AjAh > div.ContentTile_eyebrowContainer__mLWXI > a.NewsweekLink_link__BTn_o > div.CategoryBadge_categoryBadge__2Ulz4 |
These are opportunities to improve the legibility of your content.
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 |
|---|
Open U.S. submenu div.ArticleHeader_menuItemContainer__F4jqO > a.ArticleHeader_menuLink___Wd00 > span.Link_iconTrailing___auLo > span#menu-0-disclosure |
Open Global submenu div.ArticleHeader_menuItemContainer__F4jqO > a.ArticleHeader_menuLink___Wd00 > span.Link_iconTrailing___auLo > span#menu-1-disclosure |
Open Lifestyle submenu div.ArticleHeader_menuItemContainer__F4jqO > a.ArticleHeader_menuLink___Wd00 > span.Link_iconTrailing___auLo > span#menu-2-disclosure |
Open Opinion submenu div.ArticleHeader_menuItemContainer__F4jqO > a.ArticleHeader_menuLink___Wd00 > span.Link_iconTrailing___auLo > span#menu-3-disclosure |
Open Rankings submenu div.ArticleHeader_menuItemContainer__F4jqO > a.Actionable_root__LiyqW > span.Link_iconTrailing___auLo > span#menu-4-disclosure |
Open Social submenu div.ArticleHeader_menuItemContainer__F4jqO > a.ArticleHeader_menuLink___Wd00 > span.Link_iconTrailing___auLo > span#menu-5-disclosure |
Open Extra submenu div.ArticleHeader_menuItemContainer__F4jqO > a.ArticleHeader_menuLink___Wd00 > span.Link_iconTrailing___auLo > span#menu-6-disclosure |
NEWS div.ContentTile_container__cV6Sn > div.ContentTile_contentContainer__8AjAh > div.ContentTile_eyebrowContainer__mLWXI > a.NewsweekLink_link__BTn_o |
POLITICS div.ContentTile_container__cV6Sn > div.ContentTile_contentContainer__8AjAh > div.ContentTile_eyebrowContainer__mLWXI > a.NewsweekLink_link__BTn_o |
NEWS div.ContentTile_container__cV6Sn > div.ContentTile_contentContainer__8AjAh > div.ContentTile_eyebrowContainer__mLWXI > a.NewsweekLink_link__BTn_o |
PERSONAL FINANCE div.ContentTile_container__cV6Sn > div.ContentTile_contentContainer__8AjAh > div.ContentTile_eyebrowContainer__mLWXI > a.NewsweekLink_link__BTn_o |
1 div.slick-slider > ul.slick-dots > li.slick-active > button |
2 div.slick-slider > ul.slick-dots > li > button |
3 div.slick-slider > ul.slick-dots > li > button |
4 div.slick-slider > ul.slick-dots > li > button |
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 |
|---|
U.S. ul.ArticleHeader_menu__6UG5T > li.ArticleHeader_item__MpXEZ > div.ArticleHeader_menuItemContainer__F4jqO > a.ArticleHeader_menuLink___Wd00 |
Global ul.ArticleHeader_menu__6UG5T > li.ArticleHeader_item__MpXEZ > div.ArticleHeader_menuItemContainer__F4jqO > a.ArticleHeader_menuLink___Wd00 |
Lifestyle ul.ArticleHeader_menu__6UG5T > li.ArticleHeader_item__MpXEZ > div.ArticleHeader_menuItemContainer__F4jqO > a.ArticleHeader_menuLink___Wd00 |
Opinion ul.ArticleHeader_menu__6UG5T > li.ArticleHeader_item__MpXEZ > div.ArticleHeader_menuItemContainer__F4jqO > a.ArticleHeader_menuLink___Wd00 |
Social ul.ArticleHeader_menu__6UG5T > li.ArticleHeader_item__MpXEZ > div.ArticleHeader_menuItemContainer__F4jqO > a.ArticleHeader_menuLink___Wd00 |
Extra ul.ArticleHeader_menu__6UG5T > li.ArticleHeader_item__MpXEZ > div.ArticleHeader_menuItemContainer__F4jqO > a.ArticleHeader_menuLink___Wd00 |
NOW PLAYING
Andrew Mountbatten-Windsor ‘Got a Cut’ of Jeffrey Epstein’s Deals—A… div.ContentHub_gridSecondary__K40J_ > div.VideoContentHub_gridSecondaryContent___SsLY > div.VideoContentHub_item__N69wE > div.VideoContentHub_videoThumbnail__hJpMB |
Could AI Accidentally Solve Climate Change? — With Amy Harder div.ContentHub_gridSecondary__K40J_ > div.VideoContentHub_gridSecondaryContent___SsLY > div.VideoContentHub_item__N69wE > div.VideoContentHub_videoThumbnail__hJpMB |
Jeffries Targets GOP Gerrymandering Ahead of Virginia Vote div.ContentHub_gridSecondary__K40J_ > div.VideoContentHub_gridSecondaryContent___SsLY > div.VideoContentHub_item__N69wE > div.VideoContentHub_videoThumbnail__hJpMB |
Singer D4vd Pleads Not Guilty To First-Degree Murder Charge In 14-Year-Old’s De… div.ContentHub_gridSecondary__K40J_ > div.VideoContentHub_gridSecondaryContent___SsLY > div.VideoContentHub_item__N69wE > div.VideoContentHub_videoThumbnail__hJpMB |
Apple Names John Ternus CEO As Tim Cook Steps Down div.ContentHub_gridSecondary__K40J_ > div.VideoContentHub_gridSecondaryContent___SsLY > div.VideoContentHub_item__N69wE > div.VideoContentHub_videoThumbnail__hJpMB |
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.newsweek.com/prebid.js line 96, col 1149 |
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. |
Access to XMLHttpRequest at 'https://segment-data.zqtk.net/fAMs6jjuogtg8Rs_sCMro3eDZRDCWdUAlc_BOvD2IvI?url=https%3A%2F%2Fwww.newsweek.com%2F' from origin 'https://www.newsweek.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Error fetching podcast episodes: SyntaxError: Failed to execute 'json' on 'Response': Unexpected end of JSON input
at r (https://www.newsweek.com/_next/static/chunks/app/page-9bc68153cd6bdf8f.js:1:32694) | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: the server responded with a status of 404 () | |
Failed to load resource: the server responded with a status of 451 () | |
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.
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.
Send Feedback