Mobile 375 × 812

Desktop 1440 × 900

Score: 76 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
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.
Reasonable footprint with room for optimization.
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.
120 image(s) missing alt attribute
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
22 button(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/2cf6219e-6a33-4908-9b68-ca7d4fd65b4f)<a href="https://beavercheck.com/results/2cf6219e-6a33-4908-9b68-ca7d4fd65b4f"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fnewsbreak.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fnewsbreak.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Addressing the critical issues below would have the most immediate impact on your user trust.
6 barrier(s) likely increasing bounce by ~28%.
Page takes 11.3s to load
+12% bounceUsers abandon at ~3s — you're 8.8s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 964ms
+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
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
5 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.
€383 investment → €3,289/month returns + EUR 120,500,000 risk avoided
€383
4h · 5 findings
€3,289 /mo
~€39,472 / 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.
4.5 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€10,041,667 / month at risk
~€120,500,003 / year if left unfixed
€120,500,000
+8 more
€0.28 /mo
3767.9 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.
5.03 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
11.32 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
964 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.
5.03 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.
12.60 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.
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.
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 |
|---|---|
| newsbreak.com/ | 847 ms |
| www.newsbreak.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.
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
| URL | Transfer Size | Est Savings |
|---|---|---|
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 145.0 KiB |
| static.newsbreak.com/local/_next/static/chunks/pages/_app-50da5b2fdd9eabda.js | 191.1 KiB | 116.2 KiB |
| /p/323954724/connatix.player.js?cid=caed33f8-35f6-446c-85... | 138.5 KiB | 94.7 KiB |
| static.newsbreak.com/nova/assets/static/mspai.js?a=1&t=x | 95.3 KiB | 69.7 KiB |
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.newsbreak.com/ | 1.0 s | 36 ms | 4.3 ms |
| static.newsbreak.com/local/_next/static/chunks/pages/index-9387a5ef370f7128.js | 603 ms | 488 ms | 1.2 ms |
| Unattributable | 469 ms | 26 ms | 0.0 ms |
| static.newsbreak.com/local/_next/static/chunks/pages/_app-50da5b2fdd9eabda.js | 293 ms | 220 ms | 67 ms |
| static.newsbreak.com/nova/assets/static/mspai.js?a=1&t=x | 257 ms | 199 ms | 32 ms |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 234 ms | 158 ms | 62 ms |
| /p/323954724/connatix.player.js?cid=caed33f8-35f6-446c-85... | 223 ms | 161 ms | 60 ms |
| cdn.amplitude.com/libs/amplitude-8.21.4-min.gz.js | 189 ms | 156 ms | 9.8 ms |
| b-code.liadm.com/b-02by.min.js | 187 ms | 138 ms | 19 ms |
| securepubads.g.doubleclick.net/tag/js/gpt.js | 114 ms | 97 ms | 17 ms |
| static.newsbreak.com/local/_next/static/chunks/framework-45ce3d09104a2cae.js | 106 ms | 84 ms | 15 ms |
| static.newsbreak.com/local/_next/static/chunks/main-61dd0163a4f4d156.js | 69 ms | 57 ms | 10 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.9 s |
| Style & Layout | 841 ms |
| Other | 578 ms |
| Script Parsing & Compilation | 324 ms |
| Parse HTML & CSS | 114 ms |
| Rendering | 104 ms |
| Garbage Collection | 30 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 |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
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 > header.left-0 > section.flex-row-0 > button.text-[16px] div > header.left-0 > section.flex-row-0 > button.text-[16px] |
div.flex > div > div.relative > button div.flex > div > div.relative > button |
div.flex > div > div.relative > button div.flex > div > div.relative > button |
div.flex > div > div.relative > button div.flex > div > div.relative > button |
div.flex > div > div.relative > button div.flex > div > div.relative > button |
div.flex > div > div.relative > button div.flex > div > div.relative > button |
div.flex > div > div.relative > button div.flex > div > div.relative > button |
div.flex > div > div.relative > button div.flex > div > div.relative > button |
div.flex > div > div.relative > button div.flex > div > div.relative > button |
div.flex > div > div.relative > button div.flex > div > div.relative > button |
div.flex > div > div.relative > button div.flex > div > div.relative > button |
div.flex > div > div.relative > button div.flex > div > div.relative > button |
div.flex > div > div.relative > button div.flex > div > div.relative > button |
div.flex > div > div.relative > button div.flex > div > div.relative > button |
div.flex > div > div.relative > button div.flex > div > div.relative > button |
div.flex > div > div.relative > button div.flex > div > div.relative > button |
div.flex > div > div.relative > button div.flex > div > div.relative > button |
div.flex > div > div.relative > button div.flex > div > div.relative > button |
div.flex > div > div.relative > button div.flex > div > div.relative > button |
div.flex > div > div.relative > button div.flex > div > div.relative > button |
div.flex > div > div.relative > button div.flex > div > div.relative > button |
section.my-1 > div.flex > a.hover:text-green-500 > button.flex section.my-1 > div.flex > a.hover:text-green-500 > button.flex |
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 |
|---|
ul > div.gap-y-2 > div.flex > a.w-6 ul > div.gap-y-2 > div.flex > a.w-6 |
ul > div.gap-y-2 > div.flex > a.w-6 ul > div.gap-y-2 > div.flex > a.w-6 |
ul > div.gap-y-2 > div.flex > a.w-6 ul > div.gap-y-2 > div.flex > a.w-6 |
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 |
|---|
Open in NewsBreak div.fixed > div.flex-1 > a > div.md:hidden |
Open a > div.flex > div > button.text-center |
Local div.flex > div.flex-grow > a.text-black/60 > div.textsoverflow |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Fox News div.w-full > div.overflow-hidden > div.flex > h4.text-black/85 |
These are opportunities to improve keyboard navigation in your application.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
©2025 NewsBreak. All Rights Reserved. div > nav.fixed > section.mb-8 > ul |
These are opportunities to improve the experience of reading tabular or list data using 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 |
|---|
Next Page div.px-4 > div.flex > button.px-8 > a |
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 |
|---|
Open in NewsBreak section.flex-row-0 > div.fixed > div.flex-1 > a |
Fox News
partner publisher · 2.0M followers div.flex > div.border-b > section.my-1 > a |
House Democrats demand Kash Patel take alcohol test under penalty of perjury af… section.my-1 > section.flex > div.flex-1 > a |
1K div.border-b > section.my-1 > div.flex > a.hover:text-green-500 |
Share div.border-b > section.my-1 > div.flex > button.jsx-3878513889 |
CBS News
partner publisher · 2.2M followers div.flex > div.border-b > section.my-1 > a |
Crypto mogul sues Trump family's World Liberty Financial, alleging fraud
Sun a… section.my-1 > section.flex > div.flex-1 > a |
23 div.border-b > section.my-1 > div.flex > a.hover:text-green-500 |
Share div.border-b > section.my-1 > div.flex > button.jsx-3878513889 |
CNN
partner publisher · 3.0M followers div.flex > div.border-b > section.my-1 > a |
Spirit Airlines close to a $500 million bailout from Trump administration
Spir… section.my-1 > section.flex > div.flex-1 > a |
Share div.border-b > section.my-1 > div.flex > button.jsx-3878513889 |
NBC News
publisher · 766.2K followers div.flex > div.border-b > section.my-1 > a |
Family of teen girl found dead in trunk of singer D4vd's Tesla says 'all we wan… section.my-1 > section.flex > div.flex-1 > a |
Los Angeles, CA · section.flex > div.flex-1 > div.flex > a.flex |
71 div.border-b > section.my-1 > div.flex > a.hover:text-green-500 |
Share div.border-b > section.my-1 > div.flex > button.jsx-3878513889 |
ABC News
partner publisher · 1.8M followers div.flex > div.border-b > section.my-1 > a |
Texas court interpreter detained by ICE says she's been 'treated like a crimina… section.my-1 > section.flex > div.flex-1 > a |
Raymondville, TX · section.flex > div.flex-1 > div.flex > a.flex |
158 div.border-b > section.my-1 > div.flex > a.hover:text-green-500 |
Share div.border-b > section.my-1 > div.flex > button.jsx-3878513889 |
Fox News
partner publisher · 2.0M followers div.flex > div.border-b > section.my-1 > a |
Republicans eye ending government shutdowns forever over fears Dems will do it … section.my-1 > section.flex > div.flex-1 > a |
15 div.border-b > section.my-1 > div.flex > a.hover:text-green-500 |
Share div.border-b > section.my-1 > div.flex > button.jsx-3878513889 |
The Associated Press
partner publisher · 2.3M followers div.flex > div.border-b > section.my-1 > a |
The Gates Foundation is reviewing its Epstein ties as released emails raise que… section.my-1 > section.flex > div.flex-1 > a |
Share div.border-b > section.my-1 > div.flex > button.jsx-3878513889 |
UPI News
partner publisher · 781.6K followers div.flex > div.border-b > section.my-1 > a |
Iranian forces attack, seize two cargo ships near Strait of Hormuz
Iran's mili… section.my-1 > section.flex > div.flex-1 > a |
59 div.border-b > section.my-1 > div.flex > a.hover:text-green-500 |
Share div.border-b > section.my-1 > div.flex > button.jsx-3878513889 |
NBC News
publisher · 766.2K followers div.flex > div.border-b > section.my-1 > a |
Senate hopeful Graham Platner calls to investigate Trump and impeach two Suprem… section.my-1 > section.flex > div.flex-1 > a |
70 div.border-b > section.my-1 > div.flex > a.hover:text-green-500 |
Share div.border-b > section.my-1 > div.flex > button.jsx-3878513889 |
CBS News
partner publisher · 2.2M followers div.flex > div.border-b > section.my-1 > a |
It's not just gasoline. Iran war could drive prices higher for many products.
… section.my-1 > section.flex > div.flex-1 > a |
Share div.border-b > section.my-1 > div.flex > button.jsx-3878513889 |
Fox News
partner publisher · 2.0M followers div.flex > div.border-b > section.my-1 > a |
Supreme Court liberals side with Clarence Thomas on Taliban suicide bomber laws… section.my-1 > section.flex > div.flex-1 > a |
65 div.border-b > section.my-1 > div.flex > a.hover:text-green-500 |
Share div.border-b > section.my-1 > div.flex > button.jsx-3878513889 |
The Associated Press
partner publisher · 2.3M followers div.flex > div.border-b > section.my-1 > a |
Supreme Court rules for Michigan in its fight to shut down an aging energy pipe… section.my-1 > section.flex > div.flex-1 > a |
Share div.border-b > section.my-1 > div.flex > button.jsx-3878513889 |
Fortune
partner publisher · 513.2K followers div.flex > div.border-b > section.my-1 > a |
The housing affordability crisis isn’t just crushing millennials—it’s squeezing… section.my-1 > section.flex > div.flex-1 > a |
49 div.border-b > section.my-1 > div.flex > a.hover:text-green-500 |
Share div.border-b > section.my-1 > div.flex > button.jsx-3878513889 |
NBC News
publisher · 766.2K followers div.flex > div.border-b > section.my-1 > a |
El Salvador holds mass trial for 486 alleged gang members
A Salvadoran court o… section.my-1 > section.flex > div.flex-1 > a |
27 div.border-b > section.my-1 > div.flex > a.hover:text-green-500 |
Share div.border-b > section.my-1 > div.flex > button.jsx-3878513889 |
abcnews.com
website div.flex > div.border-b > section.my-1 > a |
Dave Mason, co-founder of Traffic known for 'We Just Disagree' and 'Feelin’ Alr… section.my-1 > section.flex > div.flex-1 > a |
Gardnerville, NV · section.flex > div.flex-1 > div.flex > a.flex |
Share div.border-b > section.my-1 > div.flex > button.jsx-3878513889 |
Fox News
partner publisher · 2.0M followers div.flex > div.border-b > section.my-1 > a |
Marine veteran allegedly gunned down by husband in attack outside home, police … section.my-1 > section.flex > div.flex-1 > a |
Wichita, KS · section.flex > div.flex-1 > div.flex > a.flex |
Share div.border-b > section.my-1 > div.flex > button.jsx-3878513889 |
CNBC
website div.flex > div.border-b > section.my-1 > a |
Mortgage rates sink again, and homebuyers jump back in
The average rate for 30… section.my-1 > section.flex > div.flex-1 > a |
20 div.border-b > section.my-1 > div.flex > a.hover:text-green-500 |
Share div.border-b > section.my-1 > div.flex > button.jsx-3878513889 |
CNN
partner publisher · 3.0M followers div.flex > div.border-b > section.my-1 > a |
Devin Nunes steps down as head of Trump’s struggling media company
The company… section.my-1 > section.flex > div.flex-1 > a |
Share div.border-b > section.my-1 > div.flex > button.jsx-3878513889 |
NBC News
publisher · 766.2K followers div.flex > div.border-b > section.my-1 > a |
Man who swiped Noem's purse in a D.C. restaurant is sentenced to 3 years in pri… section.my-1 > section.flex > div.flex-1 > a |
Washington, DC · section.flex > div.flex-1 > div.flex > a.flex |
Share div.border-b > section.my-1 > div.flex > button.jsx-3878513889 |
ABC News
partner publisher · 1.8M followers div.flex > div.border-b > section.my-1 > a |
Baby girl found abandoned in stroller in Times Square, search underway for fath… section.my-1 > section.flex > div.flex-1 > a |
Share div.border-b > section.my-1 > div.flex > button.jsx-3878513889 |
NewsBreak App
Open div.w-full > div.bg-white > div > a |
Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. Learn more about responsibly getting permission for notifications.
Performance issues directly impact user engagement and conversion rates.
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.05 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.30 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
148 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.146
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.70 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.
3.37 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.
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.
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.
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.
| URL | Est Savings |
|---|---|
| /s/googlesans/v67/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iq... | 10 ms |
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 |
|---|---|
| newsbreak.com/ | 297 ms |
| www.newsbreak.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 |
|---|---|
It’s essential to note our commitment to transparency:
Our Terms of Use acknow… div.mx-auto > div.hidden > section.w-[320px] > div.bg-[#FAFAFA] | 0.053 |
CBS News
partner publisher · 2.2M followers
Crypto mogul sues Trump family's Wo… div.mx-auto > div.flex-1 > div.px-4 > div.flex | 0.035 |
CBS News
partner publisher · 2.2M followers
Crypto mogul sues Trump family's Wo… div.mx-auto > div.flex-1 > div.px-4 > div.flex | 0.029 |
CBS News
partner publisher · 2.2M followers
Crypto mogul sues Trump family's Wo… div.mx-auto > div.flex-1 > div.px-4 > div.flex | 0.029 |
It’s essential to note our commitment to transparency:
Our Terms of Use acknow… div.mx-auto > div.hidden > section.w-[320px] > div.bg-[#FAFAFA] | 0.001 |
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.
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 |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not 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 |
|---|---|---|
| static.newsbreak.com/local/_next/static/css/dafcd1e5219352f5.css | 18.7 KiB | 16.6 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
| URL | Transfer Size | Est Savings |
|---|---|---|
| static.newsbreak.com/local/_next/static/chunks/pages/_app-50da5b2fdd9eabda.js | 191.1 KiB | 115.1 KiB |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 95.5 KiB |
| /p/324082750/connatix.player.js?cid=caed33f8-35f6-446c-85... | 138.6 KiB | 94.8 KiB |
| accounts.google.com/gsi/client | 95.5 KiB | 71.6 KiB |
| static.newsbreak.com/nova/assets/static/mspai.js?a=1&t=x | 95.3 KiB | 43.0 KiB |
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.flex > div > div.relative > button div.flex > div > div.relative > button |
div.flex > div > div.relative > button div.flex > div > div.relative > button |
div.flex > div > div.relative > button div.flex > div > div.relative > button |
div.flex > div > div.relative > button div.flex > div > div.relative > button |
div.flex > div > div.relative > button div.flex > div > div.relative > button |
div.flex > div > div.relative > button div.flex > div > div.relative > button |
div.flex > div > div.relative > button div.flex > div > div.relative > button |
div.flex > div > div.relative > button div.flex > div > div.relative > button |
div.flex > div > div.relative > button div.flex > div > div.relative > button |
div.flex > div > div.relative > button div.flex > div > div.relative > button |
div.flex > div > div.relative > button div.flex > div > div.relative > button |
div.flex > div > div.relative > button div.flex > div > div.relative > button |
div.flex > div > div.relative > button div.flex > div > div.relative > button |
div.flex > div > div.relative > button div.flex > div > div.relative > button |
div.flex > div > div.relative > button div.flex > div > div.relative > button |
div.flex > div > div.relative > button div.flex > div > div.relative > button |
div.flex > div > div.relative > button div.flex > div > div.relative > button |
div.flex > div > div.relative > button div.flex > div > div.relative > button |
div.flex > div > div.relative > button div.flex > div > div.relative > button |
div.flex > div > div.relative > button div.flex > div > div.relative > button |
section.my-1 > div.flex > a.hover:text-green-500 > button.flex section.my-1 > div.flex > a.hover:text-green-500 > button.flex |
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 |
|---|
ul > div.gap-y-2 > div.flex > a.w-6 ul > div.gap-y-2 > div.flex > a.w-6 |
ul > div.gap-y-2 > div.flex > a.w-6 ul > div.gap-y-2 > div.flex > a.w-6 |
ul > div.gap-y-2 > div.flex > a.w-6 ul > div.gap-y-2 > div.flex > a.w-6 |
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 |
|---|
Local News li > div.md:hover:bg-black/5 > a.w-full > span.textsoverflow |
ABOUT NEWSBREAK div > nav.fixed > section.mb-8 > h3.text-xs |
PARTNER WITH US div > nav.fixed > section.mb-8 > h3.text-xs |
FOLLOW US div > nav.fixed > section.mb-8 > h3.text-xs |
©2025 NewsBreak. All Rights Reserved. nav.fixed > section.mb-8 > ul > div.whitespace-nowrap |
Ad div > div.flex > div.flex > div.flex |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Fox News div.w-full > div.overflow-hidden > div.flex > h4.text-black/85 |
These are opportunities to improve keyboard navigation in your application.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Choose your location
See all locations
Customize your news nav.fixed > div.hidden > section.mb-8 > ul |
©2025 NewsBreak. All Rights Reserved. div > nav.fixed > section.mb-8 > ul |
These are opportunities to improve the experience of reading tabular or list data using 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 |
|---|
Next Page div.px-4 > div.flex > button.px-8 > a |
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 |
|---|
Fox News
partner publisher · 2.0M followers div.flex > div.border-b > section.my-1 > a |
House Democrats demand Kash Patel take alcohol test under penalty of perjury af… section.my-1 > section.flex > div.flex-1 > a |
1K div.border-b > section.my-1 > div.flex > a.hover:text-green-500 |
Share div.border-b > section.my-1 > div.flex > button.jsx-3878513889 |
CBS News
partner publisher · 2.2M followers div.flex > div.border-b > section.my-1 > a |
Crypto mogul sues Trump family's World Liberty Financial, alleging fraud
Sun a… section.my-1 > section.flex > div.flex-1 > a |
23 div.border-b > section.my-1 > div.flex > a.hover:text-green-500 |
Share div.border-b > section.my-1 > div.flex > button.jsx-3878513889 |
CNN
partner publisher · 3.0M followers div.flex > div.border-b > section.my-1 > a |
Spirit Airlines close to a $500 million bailout from Trump administration
Spir… section.my-1 > section.flex > div.flex-1 > a |
Share div.border-b > section.my-1 > div.flex > button.jsx-3878513889 |
NBC News
publisher · 766.2K followers div.flex > div.border-b > section.my-1 > a |
Family of teen girl found dead in trunk of singer D4vd's Tesla says 'all we wan… section.my-1 > section.flex > div.flex-1 > a |
Los Angeles, CA · section.flex > div.flex-1 > div.flex > a.flex |
71 div.border-b > section.my-1 > div.flex > a.hover:text-green-500 |
Share div.border-b > section.my-1 > div.flex > button.jsx-3878513889 |
ABC News
partner publisher · 1.8M followers div.flex > div.border-b > section.my-1 > a |
Texas court interpreter detained by ICE says she's been 'treated like a crimina… section.my-1 > section.flex > div.flex-1 > a |
Raymondville, TX · section.flex > div.flex-1 > div.flex > a.flex |
158 div.border-b > section.my-1 > div.flex > a.hover:text-green-500 |
Share div.border-b > section.my-1 > div.flex > button.jsx-3878513889 |
Fox News
partner publisher · 2.0M followers div.flex > div.border-b > section.my-1 > a |
Republicans eye ending government shutdowns forever over fears Dems will do it … section.my-1 > section.flex > div.flex-1 > a |
15 div.border-b > section.my-1 > div.flex > a.hover:text-green-500 |
Share div.border-b > section.my-1 > div.flex > button.jsx-3878513889 |
The Associated Press
partner publisher · 2.3M followers div.flex > div.border-b > section.my-1 > a |
The Gates Foundation is reviewing its Epstein ties as released emails raise que… section.my-1 > section.flex > div.flex-1 > a |
Share div.border-b > section.my-1 > div.flex > button.jsx-3878513889 |
UPI News
partner publisher · 781.6K followers div.flex > div.border-b > section.my-1 > a |
Iranian forces attack, seize two cargo ships near Strait of Hormuz
Iran's mili… section.my-1 > section.flex > div.flex-1 > a |
59 div.border-b > section.my-1 > div.flex > a.hover:text-green-500 |
Share div.border-b > section.my-1 > div.flex > button.jsx-3878513889 |
NBC News
publisher · 766.2K followers div.flex > div.border-b > section.my-1 > a |
Senate hopeful Graham Platner calls to investigate Trump and impeach two Suprem… section.my-1 > section.flex > div.flex-1 > a |
70 div.border-b > section.my-1 > div.flex > a.hover:text-green-500 |
Share div.border-b > section.my-1 > div.flex > button.jsx-3878513889 |
CBS News
partner publisher · 2.2M followers div.flex > div.border-b > section.my-1 > a |
It's not just gasoline. Iran war could drive prices higher for many products.
… section.my-1 > section.flex > div.flex-1 > a |
Share div.border-b > section.my-1 > div.flex > button.jsx-3878513889 |
Fox News
partner publisher · 2.0M followers div.flex > div.border-b > section.my-1 > a |
Supreme Court liberals side with Clarence Thomas on Taliban suicide bomber laws… section.my-1 > section.flex > div.flex-1 > a |
65 div.border-b > section.my-1 > div.flex > a.hover:text-green-500 |
Share div.border-b > section.my-1 > div.flex > button.jsx-3878513889 |
The Associated Press
partner publisher · 2.3M followers div.flex > div.border-b > section.my-1 > a |
Supreme Court rules for Michigan in its fight to shut down an aging energy pipe… section.my-1 > section.flex > div.flex-1 > a |
Share div.border-b > section.my-1 > div.flex > button.jsx-3878513889 |
Fortune
partner publisher · 513.2K followers div.flex > div.border-b > section.my-1 > a |
The housing affordability crisis isn’t just crushing millennials—it’s squeezing… section.my-1 > section.flex > div.flex-1 > a |
49 div.border-b > section.my-1 > div.flex > a.hover:text-green-500 |
Share div.border-b > section.my-1 > div.flex > button.jsx-3878513889 |
NBC News
publisher · 766.2K followers div.flex > div.border-b > section.my-1 > a |
El Salvador holds mass trial for 486 alleged gang members
A Salvadoran court o… section.my-1 > section.flex > div.flex-1 > a |
27 div.border-b > section.my-1 > div.flex > a.hover:text-green-500 |
Share div.border-b > section.my-1 > div.flex > button.jsx-3878513889 |
abcnews.com
website div.flex > div.border-b > section.my-1 > a |
Dave Mason, co-founder of Traffic known for 'We Just Disagree' and 'Feelin’ Alr… section.my-1 > section.flex > div.flex-1 > a |
Gardnerville, NV · section.flex > div.flex-1 > div.flex > a.flex |
Share div.border-b > section.my-1 > div.flex > button.jsx-3878513889 |
Fox News
partner publisher · 2.0M followers div.flex > div.border-b > section.my-1 > a |
Marine veteran allegedly gunned down by husband in attack outside home, police … section.my-1 > section.flex > div.flex-1 > a |
Wichita, KS · section.flex > div.flex-1 > div.flex > a.flex |
Share div.border-b > section.my-1 > div.flex > button.jsx-3878513889 |
CNBC
website div.flex > div.border-b > section.my-1 > a |
Mortgage rates sink again, and homebuyers jump back in
The average rate for 30… section.my-1 > section.flex > div.flex-1 > a |
21 div.border-b > section.my-1 > div.flex > a.hover:text-green-500 |
Share div.border-b > section.my-1 > div.flex > button.jsx-3878513889 |
CNN
partner publisher · 3.0M followers div.flex > div.border-b > section.my-1 > a |
Devin Nunes steps down as head of Trump’s struggling media company
The company… section.my-1 > section.flex > div.flex-1 > a |
Share div.border-b > section.my-1 > div.flex > button.jsx-3878513889 |
NBC News
publisher · 766.2K followers div.flex > div.border-b > section.my-1 > a |
Man who swiped Noem's purse in a D.C. restaurant is sentenced to 3 years in pri… section.my-1 > section.flex > div.flex-1 > a |
Washington, DC · section.flex > div.flex-1 > div.flex > a.flex |
Share div.border-b > section.my-1 > div.flex > button.jsx-3878513889 |
ABC News
partner publisher · 1.8M followers div.flex > div.border-b > section.my-1 > a |
Baby girl found abandoned in stroller in Times Square, search underway for fath… section.my-1 > section.flex > div.flex-1 > a |
Share div.border-b > section.my-1 > div.flex > button.jsx-3878513889 |
Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. Learn more about responsibly getting permission for notifications.
Performance issues directly impact user engagement and conversion rates.
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 | static.newsbreak.com/nova/assets/static/mspai.js?a=1&t=x line 11, col 31760 |
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 |
|---|---|
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