Mobile 375 × 812

Desktop 1440 × 900

Score: 71 / 100
Based on 8 categories, 0 sections
Room to improve — your 10.8s 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.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 14.2 MB (5.3 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
1 image(s) missing alt attribute
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/d6bb078d-821c-4a67-9c2f-dd19e4225268)<a href="https://beavercheck.com/results/d6bb078d-821c-4a67-9c2f-dd19e4225268"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Ffoxnews.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Ffoxnews.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 10.8s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
7 barrier(s) likely increasing bounce by ~30%.
Page takes 10.8s to load
+12% bounceUsers abandon at ~3s — you're 8.3s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 2.0s
+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
1 form field(s) without a label
+2% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
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
22 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.
$600 investment → $4,607/month returns + USD 157,500 risk avoided
$600
6h · 5 findings
$4,607 /mo
~$55,285 / year
USD 157,500
if kept compliant
$100 — 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.
6.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,126 / month at risk
~$157,516 / year if left unfixed
$157,500
+8 more
$1.34 /mo
16780.3 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
6.46 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
10.80 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.95 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.018
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.46 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.
19.14 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.
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 | |
|---|---|---|---|
Judge unseals ATF ballistics report in assassination of Charlie Kirk - Fox News div.m > a > picture > img | /prod-hp.foxnews.com/images/2026/04/686/386/139040e42634c... | 333.4 KiB | 292.9 KiB |
Dems' sly compact to kill the electoral college could backfire spectacularly - … div.m > a > picture > img | /static.foxnews.com/foxnews.com/content/uploads/2026/03/6... | 286.5 KiB | 246.0 KiB |
Artemis II astronauts on 'Fox News @ Night' at 11PM ET - Fox News a > div.m > picture > img | /prod-hp.foxnews.com/images/2026/04/286/160/73cd072998b9f... | 60.1 KiB | 52.6 KiB |
GET THE BUNDLE: Stream FOX News, sports, and exclusive originals with the FOX O… a > div.m > picture > img | /prod-hp.foxnews.com/images/2026/04/286/160/069c406f70b8e... | 58.5 KiB | 51.0 KiB |
Police say key evidence may have been captured in Dem's apparent murder-suicide… div.m > a > picture > img | /prod-hp.foxnews.com/images/2026/04/686/386/ed46a83844db5... | 88.8 KiB | 45.7 KiB |
The 28 weirdest things you can buy on Amazon - Fox News a > div.m > picture > img | /static.foxnews.com/foxnews.com/content/uploads/2026/04/2... | 52.7 KiB | 45.2 KiB |
College student cuffed after alleged sex assault at frat house: report - Fox Ne… div.m > a > picture > img | /static.foxnews.com/foxnews.com/content/uploads/2026/04/6... | 50.6 KiB | 7.5 KiB |
Vacation hot spot turns scary as US issues security alert about attacks, kidnap… div.m > a > picture > img | /static.foxnews.com/foxnews.com/content/uploads/2026/04/6... | 49.7 KiB | 6.6 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
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.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| foxnews.com/ | 1.1 s |
| www.foxnews.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 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.foxnews.com/static/orion/styles/css/fox-news/home-v3.rs.css?v=2026416182 | 37.1 KiB | 32.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 |
|---|---|---|
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 361.8 KiB | 173.4 KiB |
| static.foxnews.com/static/orion/scripts/core/ag.core.js | 91.6 KiB | 63.8 KiB |
| static.foxnews.com/static/isa/core-app.js | 76.1 KiB | 49.8 KiB |
| static.foxnews.com/static/strike/ver/app.v239.js | 122.2 KiB | 49.2 KiB |
| static.foxnews.com/static/isa/core-app.js | 76.1 KiB | 48.7 KiB |
| static.foxnews.com/static/orion/scripts/core/ag.core.js?v=2026416182 | 91.6 KiB | 48.5 KiB |
| js.appboycdn.com/web-sdk/6.2/braze.min.js | 62.9 KiB | 32.7 KiB |
| my.foxnews.com/v2/scripts/libs.js?v=v3.11.0 | 39.2 KiB | 25.2 KiB |
| static.foxnews.com/static/orion/scripts/core/video/ag.app.js | 26.7 KiB | 22.0 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.
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 | 4.6 s |
| Style & Layout | 2.1 s |
| Other | 1.7 s |
| Script Parsing & Compilation | 775 ms |
| Rendering | 315 ms |
| Parse HTML & CSS | 300 ms |
| Garbage Collection | 94 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| static.foxnews.com/static/orion/scripts/core/utils/geo.js?cb=1776360678177 | 6.3 KiB | 3.2 KiB |
| static.foxnews.com/static/orion/scripts/core/utils/geo.js?cb=1776360679219 | 6.3 KiB | 3.2 KiB |
| static.foxnews.com/static/orion/scripts/core/utils/geo.js?cb=1776360679767 | 6.3 KiB | 3.2 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
DownWords - Fox News article.game-card > a.link-out > div.m > img | /static/orion/styles/img/fox-news/pages/games/game-hub/lo... |
5 Across - Fox News article.game-card > a.link-out > div.m > img | /static/orion/styles/img/fox-news/pages/games/game-hub/lo... |
Word Search - Fox News article.game-card > a.link-out > div.m > img | /static/orion/styles/img/fox-news/pages/games/game-hub/lo... |
Swap - Fox News article.game-card > a.link-out > div.m > img | /static/orion/styles/img/fox-news/pages/games/game-hub/lo... |
Sudoku - Fox News article.game-card > a.link-out > div.m > img | /static/orion/styles/img/fox-news/pages/games/game-hub/lo... |
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.
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 |
|---|
SWALWELL SCANDAL nav.topic-nav > ul.topic-nav-items > li.topic-nav-item > a.nav-item-label |
LONGEVITY nav.topic-nav > ul.topic-nav-items > li.topic-nav-item > a.nav-item-label |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Factset div.footer-lower > div.legal > p.copyright > a |
FactSet Digital Solutions div.footer-lower > div.legal > p.copyright > a |
Legal Statement div.footer-lower > div.legal > p.copyright > a |
LSEG div.footer-lower > div.legal > p.copyright > a |
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 |
|---|
Trump brokers 10-day ceasefire between Israel and Lebanon after 34-year gap article.article > div.info > header.info-header > h3.title |
U.S. div.footer-upper > div.inner > nav > h5.nav-title |
These are opportunities to improve keyboard navigation in your application.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body.fn > img body.fn > img |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Terms of Use div.legal > ul > li > a |
Privacy Policy div.legal > ul > li > a |
Closed Caption Policy div.legal > ul > li > a |
Help div.legal > ul > li > a |
Contact Us div.legal > ul > li > a |
Accessibility Statement div.legal > ul > li > a |
News Sitemap div.legal > ul > li > a |
Video Sitemap div.legal > ul > li > 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 |
|---|
READ THE FINDINGS div.thumbs-2-7 > article.article > div.m > a |
RIGGED BY DESIGN div.thumbs-2-7 > article.article > div.m > a |
GREEK ROW TERROR div.thumbs-2-7 > article.article > div.m > a |
SEARCHING FOR ANSWERS div.thumbs-2-7 > article.article > div.m > a |
CALL FOR COURAGE div.thumbs-2-7 > article.article > div.m > a |
CULTURE CURVEBALL div.thumbs-2-7 > article.article > div.m > a |
CAUTION NEEDED div.thumbs-2-7 > article.article > div.m > a |
PARTY FRACTURE div.thumbs-2-7 > article.article > div.m > a |
GLITZ AND GROOMING div.thumbs-2-7 > article.article > div.m > a |
Video div.content > article.article > div.m > a |
Video div.content > article.article > div.m > a |
Your Privacy Choices div.legal > ul > li > 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 |
|---|
js.appboycdn.com/web-sdk/6.2/braze.min.js line 292, col 388 |
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | line 2, col 1792 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Access to fetch at 'https://prod.idgraph.dt.fox/api/v2/item' from origin 'https://www.foxnews.com' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
static.foxnews.com/static/orion/scripts/core/auth/ag.app.js line 7, col 3013 | Error updating user props: TypeError: Cannot read properties of undefined (reading 'push')
at Object.pushAnon (https://static.foxnews.com/static/isa/core-app.js:36:9836)
at Helper.updateAuthLeapProps (https://static.foxnews.com/static/orion/scripts/core/auth/ag.app.js:6:2671)
at https://static.foxnews.com/static/orion/scripts/core/auth/ag.app.js:8:2950
at https://static.foxnews.com/static/orion/scripts/core/auth/ag.app.js:8:3070
at new Promise (<anonymous>)
at AUTH_EXECUTIONER.executeMethod.prioritize (https://static.foxnews.com/static/orion/scripts/core/auth/ag.app.js:8:2701)
at processQueueMethod (https://static.foxnews.com/static/orion/scripts/core/auth/ag.app.js:7:663)
at processQueueMethod (https://static.foxnews.com/static/orion/scripts/core/auth/ag.app.js:7:838) |
Failed to load resource: net::ERR_FAILED | |
static.foxnews.com/static/isa/core-app.js line 18, col 5425 | Fox Profile getGraph failed: [object Object] |
static.foxnews.com/static/isa/core-app.js line 18, col 4303 | Fox Profile promise getGraph failed: [object Object] |
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.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body.fn > img body.fn > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.83 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.12 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
256 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.211
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.01 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.
4.65 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.
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 | |
|---|---|---|---|
Visited by an angel and chosen by God—get an in-depth look at Mary in a special… article.article > div.m > a > img | /prod-hp.foxnews.com/images/2026/03/480/270/7c0e0fc5772de... | 130.5 KiB | 124.8 KiB |
America Reports div.schedule-list > div.schedule-item > a.thumb-link > img.show-thumb | /static.foxnews.com/foxnews.com/content/uploads/2024/02/3... | 59.0 KiB | 50.8 KiB |
Dems' sly compact to kill the electoral college could backfire spectacularly - … div.m > a > picture > img | /static.foxnews.com/foxnews.com/content/uploads/2026/03/2... | 52.7 KiB | 45.7 KiB |
Judge unseals ATF ballistics report in assassination of Charlie Kirk - Fox News div.m > a > picture > img | /prod-hp.foxnews.com/images/2026/04/277/156/139040e42634c... | 52.6 KiB | 45.6 KiB |
Artemis II astronauts on 'Fox News @ Night' at 11PM ET - Fox News a > div.m > picture > img | /prod-hp.foxnews.com/images/2026/04/197/111/73cd072998b9f... | 32.2 KiB | 28.6 KiB |
GET THE BUNDLE: Stream FOX News, sports, and exclusive originals with the FOX O… a > div.m > picture > img | /prod-hp.foxnews.com/images/2026/04/197/111/069c406f70b8e... | 30.8 KiB | 27.2 KiB |
The 28 weirdest things you can buy on Amazon - Fox News a > div.m > picture > img | /static.foxnews.com/foxnews.com/content/uploads/2026/04/1... | 29.4 KiB | 25.9 KiB |
America Reports div.schedule-list > div.schedule-item > a.thumb-link > img.show-thumb | static.foxnews.com/static/orion/styles/img/fox-news/bg/fox-news-channel.jpg | 15.7 KiB | 14.8 KiB |
Police say key evidence may have been captured in Dem's apparent murder-suicide… div.m > a > picture > img | /prod-hp.foxnews.com/images/2026/04/277/156/ed46a83844db5... | 14.6 KiB | 7.5 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| foxnews.com/ | 577 ms |
| www.foxnews.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 |
|---|---|
GUNS FALL SILENT
Trump brokers 10-day ceasefire between Israel and Lebanon afte… body.fn > div#wrapper > div.page > div.region-content-sidebar | 0.175 |
RIGGED BY DESIGN
OPINION
DAVID MARCUS:Dems' sly compact to kill the electoral c… div.region-content-sidebar > main.main-content > div.thumbs-2-7 > article.article | 0.034 |
S&P 500 +0.11%
NASDAQ +0.24%
DJIA +0.06% header.site-header > div.nav-row > div.inner > div.lower-nav-items | 0.001 |
S&P 500 +0.11% nav.market-data > ul.rotate-items > li.stock > a.ticker-link | 0.000 |
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.
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 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.foxnews.com/static/orion/styles/css/fox-news/home-v3.rs.css?v=2026416182 | 37.1 KiB | 25.5 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 |
|---|---|---|
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 361.8 KiB | 173.4 KiB |
| static.foxnews.com/static/orion/scripts/core/ag.core.js | 91.6 KiB | 63.8 KiB |
| static.foxnews.com/static/strike/ver/app.v239.js | 122.2 KiB | 49.0 KiB |
| static.foxnews.com/static/orion/scripts/core/ag.core.js?v=2026416182 | 91.6 KiB | 46.1 KiB |
| js.appboycdn.com/web-sdk/6.2/braze.min.js | 62.9 KiB | 32.7 KiB |
| my.foxnews.com/v2/scripts/libs.js?v=v3.11.0 | 39.2 KiB | 25.2 KiB |
| static.foxnews.com/static/orion/scripts/core/video/ag.app.js | 26.7 KiB | 22.0 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.foxnews.com/ | 921 ms | 49 ms | 13 ms |
| Unattributable | 496 ms | 28 ms | 0.0 ms |
| prod.fennec.atp.fox/js/fennec.js | 480 ms | 425 ms | 54 ms |
| static.foxnews.com/static/orion/scripts/core/ag.core.js?v=2026416182 | 343 ms | 194 ms | 10 ms |
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 323 ms | 281 ms | 29 ms |
| static.foxnews.com/static/isa/core-app.js | 102 ms | 74 ms | 17 ms |
| static.foxnews.com/static/strike/ver/app.v239.js | 91 ms | 46 ms | 26 ms |
| static.foxnews.com/static/isa/app/lib/omtr_code.js | 74 ms | 47 ms | 2.3 ms |
| js.appboycdn.com/web-sdk/6.2/braze.min.js | 61 ms | 49 ms | 6.9 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.4 s |
| Style & Layout | 733 ms |
| Other | 656 ms |
| Script Parsing & Compilation | 226 ms |
| Rendering | 139 ms |
| Parse HTML & CSS | 76 ms |
| Garbage Collection | 38 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| static.foxnews.com/static/orion/scripts/core/utils/geo.js?cb=1776360705847 | 6.3 KiB | 3.2 KiB |
| static.foxnews.com/static/orion/scripts/core/utils/geo.js?cb=1776360707106 | 6.3 KiB | 3.2 KiB |
| static.foxnews.com/static/orion/scripts/core/utils/geo.js?cb=1776360707880 | 6.3 KiB | 3.2 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Visited by an angel and chosen by God—get an in-depth look at Mary in a special… article.article > div.m > a > img | /prod-hp.foxnews.com/images/2026/03/480/270/7c0e0fc5772de... |
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.
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 |
|---|
SWALWELL SCANDAL nav.hot-topics > ul.trending-item > li > a |
LONGEVITY nav.hot-topics > ul.trending-item > li > a |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Factset div.footer-lower > div.legal > p.copyright > a |
FactSet Digital Solutions div.footer-lower > div.legal > p.copyright > a |
Legal Statement div.footer-lower > div.legal > p.copyright > a |
LSEG div.footer-lower > div.legal > p.copyright > a |
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 |
|---|
Trump brokers 10-day ceasefire between Israel and Lebanon after 34-year gap article.article > div.info > header.info-header > h3.title |
U.S. div.footer-upper > div.inner > nav > h5.nav-title |
These are opportunities to improve keyboard navigation in your application.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body.fn > img body.fn > img |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
READ THE FINDINGS div.thumbs-2-7 > article.article > div.m > a |
RIGGED BY DESIGN div.thumbs-2-7 > article.article > div.m > a |
GREEK ROW TERROR div.thumbs-2-7 > article.article > div.m > a |
SEARCHING FOR ANSWERS div.thumbs-2-7 > article.article > div.m > a |
CALL FOR COURAGE div.thumbs-2-7 > article.article > div.m > a |
CULTURE CURVEBALL div.thumbs-2-7 > article.article > div.m > a |
CAUTION NEEDED div.thumbs-2-7 > article.article > div.m > a |
PARTY FRACTURE div.thumbs-2-7 > article.article > div.m > a |
GLITZ AND GROOMING div.thumbs-2-7 > article.article > div.m > a |
Video div.content > article.article > div.m > a |
Video div.content > article.article > div.m > a |
Your Privacy Choices div.legal > ul > li > 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 |
|---|
js.appboycdn.com/web-sdk/6.2/braze.min.js line 292, col 388 |
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | line 2, col 1792 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Access to fetch at 'https://prod.idgraph.dt.fox/api/v2/item' from origin 'https://www.foxnews.com' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
static.foxnews.com/static/orion/scripts/core/auth/ag.app.js line 7, col 3013 | Error updating user props: TypeError: Cannot read properties of undefined (reading 'push')
at Object.pushAnon (https://static.foxnews.com/static/isa/core-app.js:36:9836)
at Helper.updateAuthLeapProps (https://static.foxnews.com/static/orion/scripts/core/auth/ag.app.js:6:2671)
at https://static.foxnews.com/static/orion/scripts/core/auth/ag.app.js:8:2950
at https://static.foxnews.com/static/orion/scripts/core/auth/ag.app.js:8:3070
at new Promise (<anonymous>)
at AUTH_EXECUTIONER.executeMethod.prioritize (https://static.foxnews.com/static/orion/scripts/core/auth/ag.app.js:8:2701)
at processQueueMethod (https://static.foxnews.com/static/orion/scripts/core/auth/ag.app.js:7:663)
at processQueueMethod (https://static.foxnews.com/static/orion/scripts/core/auth/ag.app.js:7:838) |
Failed to load resource: net::ERR_FAILED | |
static.foxnews.com/static/isa/core-app.js line 18, col 5425 | Fox Profile getGraph failed: [object Object] |
static.foxnews.com/static/isa/core-app.js line 18, col 4303 | Fox Profile promise getGraph failed: [object Object] |
Framing 'https://www.google.com/' violates the following report-only Content Security Policy directive: "frame-ancestors 'self'". The violation has been logged, but no further action has been taken.
| |
Framing 'https://www.google.com/' violates the following report-only Content Security Policy directive: "frame-ancestors 'self'". The violation has been logged, but no further action has been taken.
| |
Not signed in with the identity provider. |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
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.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body.fn > img body.fn > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback