Mobile 375 × 812

Desktop 1440 × 900

Score: 72 / 100
Based on 8 categories, 0 sections
Room to improve — your 36.1s 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.
Good content signals with minor gaps.
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 23.5 MB (8.4 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.
12 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/673f4e2d-fca6-452e-a8bb-df65cb3c33e8)<a href="https://beavercheck.com/results/673f4e2d-fca6-452e-a8bb-df65cb3c33e8"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Ffoxsports.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Ffoxsports.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 36.1s 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.
9 barrier(s) likely increasing bounce by ~32%.
Page takes 36.1s to load
+12% bounceUsers abandon at ~3s — you're 33.6s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 4.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 Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
12 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
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
8 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 → $2.11/month returns + USD 157,500 risk avoided
$600
6h · 5 findings
$2.11 /mo
~$25 / 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,127 / month at risk
~$157,525 / year if left unfixed
$157,500
+4 more
$2.11 /mo
26328.9 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.
15.87 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
36.09 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.98 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.
18.44 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.
50.04 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 | 35 ms |
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.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
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.
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 | |
|---|---|---|---|
Croatia’s INSANE Golden Generation's 2018 Run 🇭🇷🏅 No. 51 in Best FIFA World Cup™… div#anchor-el > div.pointer > a.video > img.thumbnail | /static-media.fox.com/fmc/prod/sports/VX-16046030/336/600... | 241.0 KiB | 232.8 KiB |
GRAND SLAM in the 12th! 💪 div#anchor-el > div.pointer > a.video > img.thumbnail | /static-media.fox.com/fmc/prod/sports/VX-16046214/336/600... | 184.1 KiB | 175.9 KiB |
Nick Wright on Dexter Lawrence trade, LeBron & Lakers, Chiefs draft | FULL INTE… div.video-player-container > a.pointer > picture.thumbnail > img.thumbnail | /static-media.fox.com/fmc/prod/sports/25fe2780-ece4-47f1-... | 39.0 KiB | 30.4 KiB |
Of the 42 teams that have qualified, two have won the FIFA World Cup as a capta… div#anchor-el > div.pointer > a.video > img.thumbnail | /static-media.fox.com/fmc/prod/sports/VX-16048756/336/600... | 34.4 KiB | 26.2 KiB |
Orioles battled with the Royals in a 12-inning showdown 💪 div#anchor-el > div.pointer > a.video > img.thumbnail | /static-media.fox.com/fmc/prod/sports/VX-16046213/336/600... | 32.7 KiB | 24.5 KiB |
2026 NFL Draft: Pro Player Comps for Fernando Mendoza, Other Top Draft Prospects a.card-story > div.card-bg-image > picture > img.zoom | /statics.foxsports.com/www.foxsports.com/content/uploads/... | 28.1 KiB | 21.1 KiB |
Has Pellegrino Matarazzo officially changed the perception of U.S. coaches in E… div#anchor-el > div.pointer > a.video > img.thumbnail | /static-media.fox.com/fmc/prod/sports/VX-16047970/336/600... | 28.0 KiB | 21.0 KiB |
2026 NFL Draft: What Drives Jeremiyah Love, Who Could Be First Top-5 RB Pick Si… a.card-story > div.card-bg-image > picture > img.zoom | /statics.foxsports.com/www.foxsports.com/content/uploads/... | 26.9 KiB | 20.1 KiB |
NFL Draft: The Best Player Taken at All 32 1st-Round Picks Since 2000 a.card-story > div.card-bg-image > picture > img.zoom | /statics.foxsports.com/www.foxsports.com/content/uploads/... | 26.6 KiB | 20.0 KiB |
Tyler Reddick's 'Going to Break' Wins Record in 2026, Kevin Harvick Says a.card-story > div.card-bg-image > picture > img.zoom | /statics.foxsports.com/www.foxsports.com/content/uploads/... | 25.7 KiB | 19.3 KiB |
Tyler Reddick & Michael Jordan ARE UNSTOPPABLE 🔥 div#anchor-el > div.pointer > a.video > img.thumbnail | /static-media.fox.com/fmc/prod/sports/VX-16045864/336/600... | 22.6 KiB | 17.0 KiB |
Last Night in Baseball: Orioles-Royals Was a Pitching Duel Until it Wasn't a.card-story > div.card-bg-image > picture > img.zoom | /statics.foxsports.com/www.foxsports.com/content/uploads/... | 22.2 KiB | 16.7 KiB |
Brou likes the Spurs and Wemby's chances at a title div#anchor-el > div.pointer > a.video > img.thumbnail | /static-media.fox.com/fmc/prod/sports/VX-16045611/336/600... | 21.7 KiB | 16.3 KiB |
2026 NFL Mock Draft: Who's the First WR Picked? Where Do Ohio State's Stars Lan… a.card-story > div.card-bg-image > picture > img.zoom | /statics.foxsports.com/www.foxsports.com/content/uploads/... | 20.9 KiB | 15.7 KiB |
Madness at the Madhouse has Will Buxton handing out a very f***ing special awar… div#anchor-el > div.pointer > a.video > img.thumbnail | /static-media.fox.com/fmc/prod/sports/VX-16045865/336/600... | 20.4 KiB | 15.3 KiB |
2026 NFL Draft: What Drives Jeremiyah Love, Who Could Be First Top-5 RB Pick Si… a > div.article-picture > picture > img.image-article | /statics.foxsports.com/www.foxsports.com/content/uploads/... | 17.6 KiB | 15.2 KiB |
LeBron channeled his inner Magic div#anchor-el > div.pointer > a.video > img.thumbnail | /static-media.fox.com/fmc/prod/sports/VX-16045515/336/600... | 19.3 KiB | 14.4 KiB |
2026 NFL Draft Betting Report: Lack of Information Creates Chaos for Books a > div.article-picture > picture > img.image-article | /statics.foxsports.com/www.foxsports.com/content/uploads/... | 15.9 KiB | 12.3 KiB |
Toulouse div.teams > div.is-loser > div.score-team-logo > img.team-logo | /uploads/application/soccer/team-logos/toulouse.vresize.8... | 10.1 KiB | 10.0 KiB |
NFL Draft: The Best Player Taken at All 32 1st-Round Picks Since 2000 a > div.article-picture > picture > img.image-article | /statics.foxsports.com/www.foxsports.com/content/uploads/... | 15.9 KiB | 7.5 KiB |
Astros div.teams > div.score-team-row > div.score-team-logo > img.team-logo | b.fssta.com/uploads/application/mlb/team-logos/Astros.vresize.80.80.medium.0.png | 7.1 KiB | 7.1 KiB |
NFL DRAFT Logo div.groupings-component-wrapper > a.groupings-header > picture.flex-inline > img.grouping-logo | /uploads/application/external-logos/NFL-Draft-2026-Logo.v... | 7.7 KiB | 6.9 KiB |
Lens div.teams > div.score-team-row > div.score-team-logo > img.team-logo | /uploads/application/soccer/team-logos/lens.vresize.80.80... | 6.6 KiB | 6.6 KiB |
Danny’s NBA playoff Top 10 reveals who will shape the postseason; Carnell Tate … div.video-player-container > a.pointer > picture.thumbnail > img.thumbnail | /static-media.fox.com/fmc/prod/sports/VX-16005470/290/168... | 14.2 KiB | 6.5 KiB |
Lakers div.teams > div.score-team-row > div.score-team-logo > img.team-logo | b.fssta.com/uploads/application/nba/team-logos/Lakers.vresize.80.80.medium.0.png | 6.4 KiB | 6.3 KiB |
Rockets div.teams > div.score-team-row > div.score-team-logo > img.team-logo | /uploads/application/nba/team-logos/Rockets.vresize.80.80... | 5.5 KiB | 5.4 KiB |
2026 NFL Draft Odds: Who Will Make Up the Top 15 Picks? a > div.article-picture > picture > img.image-article | /statics.foxsports.com/www.foxsports.com/content/uploads/... | 13.3 KiB | 5.0 KiB |
Yankees div.teams > div.score-team-row > div.score-team-logo > img.team-logo | /uploads/application/mlb/team-logos/Yankees.vresize.80.80... | 4.6 KiB | 4.6 KiB |
Red Sox div.teams > div.score-team-row > div.score-team-logo > img.team-logo | b.fssta.com/uploads/application/mlb/team-logos/RedSox.vresize.80.80.medium.0.png | 4.6 KiB | 4.5 KiB |
Guardians div.teams > div.score-team-row > div.score-team-logo > img.team-logo | /uploads/application/mlb/team-logos/Guardians.vresize.80.... | 4.6 KiB | 4.5 KiB |
Spurs div.teams > div.score-team-row > div.score-team-logo > img.team-logo | b.fssta.com/uploads/application/nba/team-logos/Spurs.vresize.80.80.medium.0.png | 4.3 KiB | 4.3 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 |
|---|---|
| foxsports.com/ | 852 ms |
| www.foxsports.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 |
|---|---|---|
| statics.foxsports.com/static/orion/css/home.min.css | 67.0 KiB | 58.2 KiB |
| 22.1 KiB | 22.1 KiB | |
| .trc_rbox_container { direction: ltr; text-align: left; } … | 21.8 KiB | 16.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 | 10.1 s |
| Other | 4.1 s |
| Style & Layout | 1.3 s |
| Script Parsing & Compilation | 1.1 s |
| Rendering | 580 ms |
| Parse HTML & CSS | 275 ms |
| Garbage Collection | 232 ms |
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/orion/scripts/core/utils/geo.js?cb=1776812250111&... | 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 | |
|---|---|
Personalized Newsletter div.ff-h > p.fs-14 > a > img | /statics.foxsports.com/www.foxsports.com/content/uploads/... |
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.DefaultCard_diw1l80 > div.CardContent_cene200 > div.Cta_cbylxvg > button div.DefaultCard_diw1l80 > div.CardContent_cene200 > div.Cta_cbylxvg > button |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body.default > iframe#LOCSTORAGE body.default > iframe#LOCSTORAGE |
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 |
|---|
▼ 3, 0 OUTS div.score-chip-content > div.status-text > div.score-game-info > span.secondary-text |
▼ 1, 1 OUT div.score-chip-content > div.status-text > div.score-game-info > span.secondary-text |
COUPE DE FRANCE div.score-chip-content > div.highlight-text > div.secondary-text > span |
SEMIFINALS div.score-chip-content > div.highlight-text > div.secondary-text > span |
GM 2 SAS LEADS 1-0 div.score-chip-content > div.highlight-text > div.secondary-text > span |
APR 22 div.score-chip-content > div.score-team-data > div.score-team-pregame-info > span.dateDisplay |
12:00AM div.score-chip-content > div.score-team-data > div.score-team-pregame-info > span.secondary-text |
SAS -11.0 div.score-chip-content > div.status-text > div.score-game-info > span.secondary-text |
TOTAL 220.5 div.score-chip-content > div.status-text > div.score-game-info > span.secondary-text |
GM 2 LAL LEADS 1-0 div.score-chip-content > div.highlight-text > div.secondary-text > span |
APR 22 div.score-chip-content > div.score-team-data > div.score-team-pregame-info > span.dateDisplay |
2:30AM div.score-chip-content > div.score-team-data > div.score-team-pregame-info > span.secondary-text |
HOU -5.5 div.score-chip-content > div.status-text > div.score-game-info > span.secondary-text |
TOTAL 208 div.score-chip-content > div.status-text > div.score-game-info > span.secondary-text |
lesfurets.com a.item-label-href > span.video-label-box > span.branding > span.branding-inner |
Sponsored span.branding > div.logoDiv > a.trc_mobile_disclosure_link > span |
lesfurets.com a.item-label-href > span.video-label-box > span.branding > span.branding-inner |
Sponsored span.branding > div.logoDiv > a.trc_mobile_disclosure_link > span |
Yahoo Search | online bank a.item-label-href > span.video-label-box > span.branding > span.branding-inner |
Sponsored span.branding > div.logoDiv > a.trc_mobile_disclosure_link > span |
onestoparticle.com a.item-label-href > span.video-label-box > span.branding > span.branding-inner |
Sponsored span.branding > div.logoDiv > a.trc_mobile_disclosure_link > span |
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 |
|---|
Sponsored span.video-label-box > span.branding > div.logoDiv > a.trc_mobile_disclosure_link |
Sponsored span.video-label-box > span.branding > div.logoDiv > a.trc_mobile_disclosure_link |
Sponsored span.video-label-box > span.branding > div.logoDiv > a.trc_mobile_disclosure_link |
Sponsored span.video-label-box > span.branding > div.logoDiv > a.trc_mobile_disclosure_link |
RSS div.footer-container > div.footer-links > div.footer-links-1 > a.footer-links-text |
FS1 div.footer-container > div.footer-links > div.footer-links-2 > a.footer-links-text |
FOX div.footer-container > div.footer-links > div.footer-links-2 > a.footer-links-text |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.light-mode html.light-mode |
These items highlight common accessibility best practices.
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 |
|---|---|
| Authorization will not be covered by the wildcard symbol (*) in CORS Access-Control-Allow-Headers handling. |
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 |
|---|---|
www.foxsports.com/_nuxt/CdHbt080.js line 40, col 1093 | AxiosError: Request failed with status code 406
at cte (https://www.foxsports.com/_nuxt/CdHbt080.js:41:1094)
at XMLHttpRequest.A (https://www.foxsports.com/_nuxt/CdHbt080.js:41:5977)
at oh.request (https://www.foxsports.com/_nuxt/CdHbt080.js:43:2102)
at async sx (https://www.foxsports.com/_nuxt/CdHbt080.js:69:73571)
at async Mm (https://www.foxsports.com/_nuxt/CdHbt080.js:69:74783)
at async Aa (https://www.foxsports.com/_nuxt/CdHbt080.js:69:71799) |
www.foxsports.com/_nuxt/CdHbt080.js line 40, col 1093 | AxiosError: Request failed with status code 406
at cte (https://www.foxsports.com/_nuxt/CdHbt080.js:41:1094)
at XMLHttpRequest.A (https://www.foxsports.com/_nuxt/CdHbt080.js:41:5977)
at oh.request (https://www.foxsports.com/_nuxt/CdHbt080.js:43:2102)
at async sx (https://www.foxsports.com/_nuxt/CdHbt080.js:69:73571)
at async Mm (https://www.foxsports.com/_nuxt/CdHbt080.js:69:74783)
at async Aa (https://www.foxsports.com/_nuxt/CdHbt080.js:69:71799) |
www.foxsports.com/_nuxt/CdHbt080.js line 40, col 1093 | AxiosError: Request failed with status code 406
at cte (https://www.foxsports.com/_nuxt/CdHbt080.js:41:1094)
at XMLHttpRequest.A (https://www.foxsports.com/_nuxt/CdHbt080.js:41:5977)
at oh.request (https://www.foxsports.com/_nuxt/CdHbt080.js:43:2102)
at async sx (https://www.foxsports.com/_nuxt/CdHbt080.js:69:73571)
at async Mm (https://www.foxsports.com/_nuxt/CdHbt080.js:69:74783)
at async Aa (https://www.foxsports.com/_nuxt/CdHbt080.js:69:71799) |
www.foxsports.com/_nuxt/CdHbt080.js line 36, col 3259 | AxiosError: Request failed with status code 406
at cte (https://www.foxsports.com/_nuxt/CdHbt080.js:41:1094)
at XMLHttpRequest.A (https://www.foxsports.com/_nuxt/CdHbt080.js:41:5977)
at oh.request (https://www.foxsports.com/_nuxt/CdHbt080.js:43:2102)
at async sx (https://www.foxsports.com/_nuxt/CdHbt080.js:69:73571)
at async Mm (https://www.foxsports.com/_nuxt/CdHbt080.js:69:74783)
at async Aat (https://www.foxsports.com/_nuxt/CdHbt080.js:78:15891)
at async Proxy.updateChannels (https://www.foxsports.com/_nuxt/DfXXmHIL.js:1:207)
at async Proxy.mounted (https://www.foxsports.com/_nuxt/Bp4ASu9Y.js:3:4827) |
www.foxsports.com/_nuxt/CdHbt080.js line 40, col 1093 | AxiosError: Request failed with status code 406
at cte (https://www.foxsports.com/_nuxt/CdHbt080.js:41:1094)
at XMLHttpRequest.A (https://www.foxsports.com/_nuxt/CdHbt080.js:41:5977)
at oh.request (https://www.foxsports.com/_nuxt/CdHbt080.js:43:2102)
at async sx (https://www.foxsports.com/_nuxt/CdHbt080.js:69:73571)
at async Mm (https://www.foxsports.com/_nuxt/CdHbt080.js:69:74783)
at async xat (https://www.foxsports.com/_nuxt/CdHbt080.js:78:15322)
at async Proxy.loadLiveListings (https://www.foxsports.com/_nuxt/C_Rs2nhq.js:1:4372) |
www.foxsports.com/_nuxt/CdHbt080.js line 163, col 1186 | AxiosError: Request failed with status code 406
at wl (https://www.foxsports.com/_nuxt/CdHbt080.js:164:1187)
at XMLHttpRequest.nr (https://www.foxsports.com/_nuxt/CdHbt080.js:164:6508)
at Mo.request (https://www.foxsports.com/_nuxt/CdHbt080.js:166:2215)
at async rj (https://www.foxsports.com/_nuxt/CdHbt080.js:205:58927)
at async sj (https://www.foxsports.com/_nuxt/CdHbt080.js:205:59948)
at async Fl (https://www.foxsports.com/_nuxt/CdHbt080.js:205:57909) |
www.foxsports.com/_nuxt/CdHbt080.js line 36, col 3259 | Braze Service Log --- Unable to complete action: fscom_page_load |
Failed to load resource: the server responded with a status of 406 () | |
Failed to load resource: the server responded with a status of 406 () | |
Failed to load resource: the server responded with a status of 406 () | |
Failed to load resource: the server responded with a status of 406 () | |
Failed to load resource: the server responded with a status of 406 () | |
Failed to load resource: the server responded with a status of 406 () | |
Failed to load resource: the server responded with a status of 406 () |
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.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
MY FAVS
Access and manage your favorites here
DISMISS div#nav > div.nav-header > div#navMenu > a.my-favs |
Image for Taboola Advertising Unit div#rbox-h2v > div#internal_trc_161052817 > div.videoCube > a.item-thumbnail-href |
This may be of interest to you!
Sponsored div#rbox-h2v > div#internal_trc_161052817 > div.videoCube > a.item-label-href |
To appear in search results, crawlers need access to your app.
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.
2.57 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.05 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
254 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.008
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.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.
9.58 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 | 40 ms |
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 | |
|---|---|---|---|
Personalized Newsletter div.ff-h > p.fs-14 > a > img | /statics.foxsports.com/www.foxsports.com/content/uploads/... | 131.2 KiB | 121.5 KiB |
INDYCAR Power Rankings: Alex Palou Remains In Familiar Spot a > div.article-picture > picture > img.image-article | /statics.foxsports.com/www.foxsports.com/content/uploads/... | 142.4 KiB | 106.8 KiB |
Croatia’s INSANE Golden Generation's 2018 Run 🇭🇷🏅 No. 51 in Best FIFA World Cup™… div#anchor-el > div.pointer > a.video > img.thumbnail | /static-media.fox.com/fmc/prod/sports/VX-16046030/168/300... | 67.1 KiB | 58.8 KiB |
Nick Wright on Dexter Lawrence trade, LeBron & Lakers, Chiefs draft | FULL INTE… div.video-player-container > a.pointer > picture.thumbnail > img.thumbnail | /static-media.fox.com/fmc/prod/sports/25fe2780-ece4-47f1-... | 75.0 KiB | 56.2 KiB |
GRAND SLAM in the 12th! 💪 div#anchor-el > div.pointer > a.video > img.thumbnail | /static-media.fox.com/fmc/prod/sports/VX-16046214/168/300... | 59.4 KiB | 51.2 KiB |
2026 NFL Draft: Pro Player Comps for Fernando Mendoza, Other Top Draft Prospects a.card-story > div.card-bg-image > picture > img.zoom | /statics.foxsports.com/www.foxsports.com/content/uploads/... | 51.5 KiB | 39.5 KiB |
NFL Draft: The Best Player Taken at All 32 1st-Round Picks Since 2000 a.card-story > div.card-bg-image > picture > img.zoom | /statics.foxsports.com/www.foxsports.com/content/uploads/... | 49.9 KiB | 38.2 KiB |
2026 NFL Draft: What Drives Jeremiyah Love, Who Could Be First Top-5 RB Pick Si… a > div.article-picture > picture > img.image-article | /statics.foxsports.com/www.foxsports.com/content/uploads/... | 46.7 KiB | 37.8 KiB |
2026 NFL Draft: What Drives Jeremiyah Love, Who Could Be First Top-5 RB Pick Si… a.card-story > div.card-bg-image > picture > img.zoom | /statics.foxsports.com/www.foxsports.com/content/uploads/... | 46.1 KiB | 35.3 KiB |
NFL Draft: The Best Player Taken at All 32 1st-Round Picks Since 2000 a > div.article-picture > picture > img.image-article | /statics.foxsports.com/www.foxsports.com/content/uploads/... | 43.4 KiB | 34.4 KiB |
Tyler Reddick's 'Going to Break' Wins Record in 2026, Kevin Harvick Says a.card-story > div.card-bg-image > picture > img.zoom | /statics.foxsports.com/www.foxsports.com/content/uploads/... | 43.1 KiB | 33.0 KiB |
2026 NFL Mock Draft: Who's the First WR Picked? Where Do Ohio State's Stars Lan… a.card-story > div.card-bg-image > picture > img.zoom | /statics.foxsports.com/www.foxsports.com/content/uploads/... | 41.4 KiB | 31.7 KiB |
2026 NFL Draft Betting Report: Lack of Information Creates Chaos for Books a > div.article-picture > picture > img.image-article | /statics.foxsports.com/www.foxsports.com/content/uploads/... | 40.6 KiB | 30.5 KiB |
Danny’s NBA playoff Top 10 reveals who will shape the postseason; Carnell Tate … div.video-player-container > a.pointer > picture.thumbnail > img.thumbnail | /static-media.fox.com/fmc/prod/sports/VX-16005470/602/340... | 39.1 KiB | 30.1 KiB |
Last Night in Baseball: Orioles-Royals Was a Pitching Duel Until it Wasn't a.card-story > div.card-bg-image > picture > img.zoom | /statics.foxsports.com/www.foxsports.com/content/uploads/... | 36.3 KiB | 27.8 KiB |
Nick Wright's Mock Draft 2.0: Carnell Tate-Jets, Chiefs select David Bailey, Om… div.video-player-container > a.pointer > picture.thumbnail > img.thumbnail | /static-media.fox.com/fmc/prod/sports/ca8d230f-bf3b-4efd-... | 31.4 KiB | 22.9 KiB |
2026 NFL Draft Odds: Who Will Make Up the Top 15 Picks? a > div.article-picture > picture > img.image-article | /statics.foxsports.com/www.foxsports.com/content/uploads/... | 30.3 KiB | 22.7 KiB |
NFL DRAFT Logo div.groupings-component-wrapper > a.groupings-header > picture.flex-inline > img.grouping-logo | /uploads/application/external-logos/NFL-Draft-2026-Logo.v... | 21.3 KiB | 21.1 KiB |
Nick Wright's Mock Draft 3.0: Chiefs select Caleb Downs at No.9, Eagles take Ka… div.video-player-container > a.pointer > picture.thumbnail > img.thumbnail | /static-media.fox.com/fmc/prod/sports/451a218b-4fa3-4953-... | 26.8 KiB | 19.6 KiB |
Geoff Schwartz on Chiefs drafting defense, David Bailey-Jets, Ty Simpson's ceil… div.video-player-container > a.pointer > picture.thumbnail > img.thumbnail | /static-media.fox.com/fmc/prod/sports/150b2eb9-bd96-4ef9-... | 26.1 KiB | 19.0 KiB |
INDYCAR Logo div.groupings-component-wrapper > a.groupings-header > picture.flex-inline > img.grouping-logo | /uploads/application/leagues/logos/IndyCar-alternate.vres... | 15.6 KiB | 15.4 KiB |
Toulouse div.teams > div.is-loser > div.score-team-logo > img.team-logo | /uploads/application/soccer/team-logos/toulouse.vresize.8... | 10.1 KiB | 10.0 KiB |
Astros div.teams > div.score-team-row > div.score-team-logo > img.team-logo | b.fssta.com/uploads/application/mlb/team-logos/Astros.vresize.80.80.medium.0.png | 7.1 KiB | 7.1 KiB |
Lens div.teams > div.score-team-row > div.score-team-logo > img.team-logo | /uploads/application/soccer/team-logos/lens.vresize.80.80... | 6.6 KiB | 6.6 KiB |
Lakers div.teams > div.score-team-row > div.score-team-logo > img.team-logo | b.fssta.com/uploads/application/nba/team-logos/Lakers.vresize.80.80.medium.0.png | 6.4 KiB | 6.3 KiB |
INDYCAR NTT SERIES: Acura Grand Prix of Long Beach 🏁 INDYCAR on FOX div.hc-item > a.hc-thumbnail > picture > img | /static-media.fox.com/fmc/prod/sports/VX-16041366/290/168... | 13.5 KiB | 5.6 KiB |
Rockets div.teams > div.score-team-row > div.score-team-logo > img.team-logo | /uploads/application/nba/team-logos/Rockets.vresize.80.80... | 5.5 KiB | 5.4 KiB |
Of the 42 teams that have qualified, two have won the FIFA World Cup as a capta… div#anchor-el > div.pointer > a.video > img.thumbnail | /static-media.fox.com/fmc/prod/sports/VX-16048756/168/300... | 12.9 KiB | 4.7 KiB |
Yankees div.teams > div.score-team-row > div.score-team-logo > img.team-logo | /uploads/application/mlb/team-logos/Yankees.vresize.80.80... | 4.6 KiB | 4.6 KiB |
Red Sox div.teams > div.score-team-row > div.score-team-logo > img.team-logo | b.fssta.com/uploads/application/mlb/team-logos/RedSox.vresize.80.80.medium.0.png | 4.6 KiB | 4.5 KiB |
Guardians div.teams > div.score-team-row > div.score-team-logo > img.team-logo | /uploads/application/mlb/team-logos/Guardians.vresize.80.... | 4.6 KiB | 4.5 KiB |
Spurs div.teams > div.score-team-row > div.score-team-logo > img.team-logo | b.fssta.com/uploads/application/nba/team-logos/Spurs.vresize.80.80.medium.0.png | 4.3 KiB | 4.3 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 |
|---|---|
| foxsports.com/ | 293 ms |
| www.foxsports.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 |
|---|---|---|
| statics.foxsports.com/static/orion/css/home.min.css | 67.0 KiB | 60.6 KiB |
| 22.1 KiB | 22.1 KiB | |
| .trc_rbox_container { direction: ltr; text-align: left; } … | 21.1 KiB | 17.3 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 | 2.6 s |
| Other | 1.3 s |
| Style & Layout | 467 ms |
| Rendering | 340 ms |
| Script Parsing & Compilation | 261 ms |
| Parse HTML & CSS | 76 ms |
| Garbage Collection | 60 ms |
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/orion/scripts/core/utils/geo.js?cb=1776812287968&... | 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 | |
|---|---|
Personalized Newsletter div.ff-h > p.fs-14 > a > img | /statics.foxsports.com/www.foxsports.com/content/uploads/... |
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.
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Divider Line div.nav-main-content > ul.nav > li.nav-item > span.nav-item |
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 |
|---|
div.DefaultCard_diw1l80 > div.CardContent_cene200 > div.Cta_cbylxvg > button div.DefaultCard_diw1l80 > div.CardContent_cene200 > div.Cta_cbylxvg > button |
div.strike-ad-container > div#strike-container-desktop-ad-adh > div.strike-ad-area-placeholder > button.close-icon div.strike-ad-container > div#strike-container-desktop-ad-adh > div.strike-ad-area-placeholder > button.close-icon |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body.default > iframe#LOCSTORAGE body.default > iframe#LOCSTORAGE |
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 |
|---|
Follow your favorite teams, players, shows and more. div.nav-content > div.nav-main-content > div.add-your-favorites > span.fs-11 |
▼ 3, 0 OUTS div.score-chip-content > div.status-text > div.score-game-info > span.secondary-text |
▼ 1, 1 OUT div.score-chip-content > div.status-text > div.score-game-info > span.secondary-text |
COUPE DE FRANCE div.score-chip-content > div.highlight-text > div.secondary-text > span |
SEMIFINALS div.score-chip-content > div.highlight-text > div.secondary-text > span |
TOU div.teams > div.is-loser > div.score-team-name > span.scores-text |
GM 2 SAS LEADS 1-0 div.score-chip-content > div.highlight-text > div.secondary-text > span |
APR 22 div.score-chip-content > div.score-team-data > div.score-team-pregame-info > span.dateDisplay |
12:00AM div.score-chip-content > div.score-team-data > div.score-team-pregame-info > span.secondary-text |
SAS -11.0 div.score-chip-content > div.status-text > div.score-game-info > span.secondary-text |
TOTAL 220.5 div.score-chip-content > div.status-text > div.score-game-info > span.secondary-text |
GM 2 LAL LEADS 1-0 div.score-chip-content > div.highlight-text > div.secondary-text > span |
APR 22 div.score-chip-content > div.score-team-data > div.score-team-pregame-info > span.dateDisplay |
2:30AM div.score-chip-content > div.score-team-data > div.score-team-pregame-info > span.secondary-text |
HOU -5.5 div.score-chip-content > div.status-text > div.score-game-info > span.secondary-text |
TOTAL 208 div.score-chip-content > div.status-text > div.score-game-info > span.secondary-text |
TheGadgetWiseList a.item-label-href > span.video-label-box > span.branding > span.branding-inner |
Sponsored span.branding > div.logoDiv > a.trc_desktop_disclosure_link > span |
lesfurets.com a.item-label-href > span.video-label-box > span.branding > span.branding-inner |
Sponsored span.branding > div.logoDiv > a.trc_desktop_disclosure_link > span |
lesfurets.com a.item-label-href > span.video-label-box > span.branding > span.branding-inner |
Sponsored span.branding > div.logoDiv > a.trc_desktop_disclosure_link > span |
Soinver a.item-label-href > span.video-label-box > span.branding > span.branding-inner |
Sponsored span.branding > div.logoDiv > a.trc_desktop_disclosure_link > span |
Forge Of Empires a.item-label-href > span.video-label-box > span.branding > span.branding-inner |
Sponsored span.branding > div.logoDiv > a.trc_desktop_disclosure_link > span |
Forge Of Empires a.item-label-href > span.video-label-box > span.branding > span.branding-inner |
Sponsored span.branding > div.logoDiv > a.trc_desktop_disclosure_link > span |
Volvo a.item-label-href > span.video-label-box > span.branding > span.branding-inner |
Sponsored span.branding > div.logoDiv > a.trc_desktop_disclosure_link > span |
Mes droits en ligne a.item-label-href > span.video-label-box > span.branding > span.branding-inner |
Sponsored span.branding > div.logoDiv > a.trc_desktop_disclosure_link > span |
Volvo a.item-label-href > span.video-label-box > span.branding > span.branding-inner |
Sponsored span.branding > div.logoDiv > a.trc_desktop_disclosure_link > span |
Ooni Pizza Ovens a.item-label-href > span.video-label-box > span.branding > span.branding-inner |
Sponsored span.branding > div.logoDiv > a.trc_desktop_disclosure_link > span |
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 |
|---|
MORE NASCAR NEWS div.groupings-content > div.content-container > div.title-container > a.more |
Navigate to slide 1 section.carousel > ol.carousel__pagination > li.carousel__pagination-item > button.carousel__pagination-button |
Navigate to slide 2 section.carousel > ol.carousel__pagination > li.carousel__pagination-item > button.carousel__pagination-button |
Navigate to slide 3 section.carousel > ol.carousel__pagination > li.carousel__pagination-item > button.carousel__pagination-button |
Sponsored span.video-label-box > span.branding > div.logoDiv > a.trc_desktop_disclosure_link |
Sponsored span.video-label-box > span.branding > div.logoDiv > a.trc_desktop_disclosure_link |
Sponsored span.video-label-box > span.branding > div.logoDiv > a.trc_desktop_disclosure_link |
Sponsored span.video-label-box > span.branding > div.logoDiv > a.trc_desktop_disclosure_link |
Sponsored span.video-label-box > span.branding > div.logoDiv > a.trc_desktop_disclosure_link |
Sponsored span.video-label-box > span.branding > div.logoDiv > a.trc_desktop_disclosure_link |
Sponsored span.video-label-box > span.branding > div.logoDiv > a.trc_desktop_disclosure_link |
Sponsored span.video-label-box > span.branding > div.logoDiv > a.trc_desktop_disclosure_link |
FOX Sports Supports div.footer-container > div.footer-links > div.footer-links-2 > a.footer-links-text |
FOX Deportes div.footer-container > div.footer-links > div.footer-links-2 > a.footer-links-text |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.light-mode html.light-mode |
These items highlight common accessibility best practices.
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 |
|---|---|
| Authorization will not be covered by the wildcard symbol (*) in CORS Access-Control-Allow-Headers handling. |
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 |
|---|---|
www.foxsports.com/_nuxt/CdHbt080.js line 40, col 1093 | AxiosError: Request failed with status code 406
at cte (https://www.foxsports.com/_nuxt/CdHbt080.js:41:1094)
at XMLHttpRequest.A (https://www.foxsports.com/_nuxt/CdHbt080.js:41:5977)
at oh.request (https://www.foxsports.com/_nuxt/CdHbt080.js:43:2102)
at async sx (https://www.foxsports.com/_nuxt/CdHbt080.js:69:73571)
at async Mm (https://www.foxsports.com/_nuxt/CdHbt080.js:69:74783)
at async Aa (https://www.foxsports.com/_nuxt/CdHbt080.js:69:71799) |
www.foxsports.com/_nuxt/CdHbt080.js line 40, col 1093 | AxiosError: Request failed with status code 406
at cte (https://www.foxsports.com/_nuxt/CdHbt080.js:41:1094)
at XMLHttpRequest.A (https://www.foxsports.com/_nuxt/CdHbt080.js:41:5977)
at oh.request (https://www.foxsports.com/_nuxt/CdHbt080.js:43:2102)
at async sx (https://www.foxsports.com/_nuxt/CdHbt080.js:69:73571)
at async Mm (https://www.foxsports.com/_nuxt/CdHbt080.js:69:74783)
at async Aa (https://www.foxsports.com/_nuxt/CdHbt080.js:69:71799) |
www.foxsports.com/_nuxt/CdHbt080.js line 40, col 1093 | AxiosError: Request failed with status code 406
at cte (https://www.foxsports.com/_nuxt/CdHbt080.js:41:1094)
at XMLHttpRequest.A (https://www.foxsports.com/_nuxt/CdHbt080.js:41:5977)
at oh.request (https://www.foxsports.com/_nuxt/CdHbt080.js:43:2102)
at async sx (https://www.foxsports.com/_nuxt/CdHbt080.js:69:73571)
at async Mm (https://www.foxsports.com/_nuxt/CdHbt080.js:69:74783)
at async Aa (https://www.foxsports.com/_nuxt/CdHbt080.js:69:71799) |
www.foxsports.com/_nuxt/CdHbt080.js line 36, col 3259 | AxiosError: Request failed with status code 406
at cte (https://www.foxsports.com/_nuxt/CdHbt080.js:41:1094)
at XMLHttpRequest.A (https://www.foxsports.com/_nuxt/CdHbt080.js:41:5977)
at oh.request (https://www.foxsports.com/_nuxt/CdHbt080.js:43:2102)
at async sx (https://www.foxsports.com/_nuxt/CdHbt080.js:69:73571)
at async Mm (https://www.foxsports.com/_nuxt/CdHbt080.js:69:74783)
at async Aat (https://www.foxsports.com/_nuxt/CdHbt080.js:78:15891)
at async Proxy.updateChannels (https://www.foxsports.com/_nuxt/DfXXmHIL.js:1:207)
at async Proxy.mounted (https://www.foxsports.com/_nuxt/Bp4ASu9Y.js:3:4827) |
www.foxsports.com/_nuxt/CdHbt080.js line 40, col 1093 | AxiosError: Request failed with status code 406
at cte (https://www.foxsports.com/_nuxt/CdHbt080.js:41:1094)
at XMLHttpRequest.A (https://www.foxsports.com/_nuxt/CdHbt080.js:41:5977)
at oh.request (https://www.foxsports.com/_nuxt/CdHbt080.js:43:2102)
at async sx (https://www.foxsports.com/_nuxt/CdHbt080.js:69:73571)
at async Mm (https://www.foxsports.com/_nuxt/CdHbt080.js:69:74783)
at async xat (https://www.foxsports.com/_nuxt/CdHbt080.js:78:15322)
at async Proxy.loadLiveListings (https://www.foxsports.com/_nuxt/C_Rs2nhq.js:1:4372) |
www.foxsports.com/_nuxt/CdHbt080.js line 163, col 1186 | AxiosError: Request failed with status code 406
at wl (https://www.foxsports.com/_nuxt/CdHbt080.js:164:1187)
at XMLHttpRequest.nr (https://www.foxsports.com/_nuxt/CdHbt080.js:164:6508)
at Mo.request (https://www.foxsports.com/_nuxt/CdHbt080.js:166:2215)
at async rj (https://www.foxsports.com/_nuxt/CdHbt080.js:205:58927)
at async sj (https://www.foxsports.com/_nuxt/CdHbt080.js:205:59948)
at async Fl (https://www.foxsports.com/_nuxt/CdHbt080.js:205:57909) |
www.foxsports.com/_nuxt/CdHbt080.js line 36, col 3259 | Braze Service Log --- Unable to complete action: fscom_page_load |
Failed to load resource: the server responded with a status of 404 () | |
Failed to load resource: the server responded with a status of 406 () | |
Failed to load resource: the server responded with a status of 406 () | |
Failed to load resource: the server responded with a status of 406 () | |
Failed to load resource: the server responded with a status of 406 () | |
Failed to load resource: the server responded with a status of 406 () | |
Failed to load resource: the server responded with a status of 406 () | |
Failed to load resource: the server responded with a status of 406 () |
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.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
my favs
Access and manage your favorites here
… div#nav > div.nav-header > div#navMenu > a.my-favs |
Image for Taboola Advertising Unit div#rbox-h2v > div#internal_trc_2204279548 > div.videoCube > a.item-thumbnail-href |
Would you like to know more?
Sponsored div#rbox-h2v > div#internal_trc_2204279548 > div.videoCube > a.item-label-href |
Image for Taboola Advertising Unit div#rbox-h2v > div#internal_trc_8021735690 > div.videoCube > a.item-thumbnail-href |
VOLVO EX30 : Bénéficiez de 3 mois de loyer* et d’assurance** offerts
Accédez à … div#rbox-h2v > div#internal_trc_8021735690 > div.videoCube > a.item-label-href |
Image for Taboola Advertising Unit div#rbox-h2v > div#internal_trc_6189650429 > div.videoCube > a.item-thumbnail-href |
Accedez à l'excellence avec le Volvo EX30
Bénéficiez de 3 mois de loyer* et d’a… div#rbox-h2v > div#internal_trc_6189650429 > div.videoCube > a.item-label-href |
To appear in search results, crawlers need access to your app.
Send Feedback