Mobile 375 × 812

Desktop 1440 × 900

Score: 73 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
Reasonable footprint with room for optimization.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
1 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
2 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/ffc468ff-97d9-47fb-a930-a922fb3cad4b)<a href="https://beavercheck.com/results/ffc468ff-97d9-47fb-a930-a922fb3cad4b"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fsportingnews.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fsportingnews.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. 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 ~29%.
Page takes 4.9s to load
+12% bounceUsers abandon at ~3s — you're 2.4s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 3.1s
+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
Viewport disables user zoom
+2% bounceVisitors with low vision can't read the page — and some jurisdictions treat this as a legal risk
Fix: Remove user-scalable=no; drop maximum-scale if it's below 2
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
2 broken link(s) on the page
+3% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€383 investment → €3,041/month returns + EUR 120,500,000 risk avoided
€383
4h · 5 findings
€3,041 /mo
~€36,486 / year
EUR 120,500,000
if kept compliant
€128 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
4.5 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€10,041,667 / month at risk
~€120,500,007 / year if left unfixed
€120,500,000
+5 more
€0.62 /mo
8338.4 MB/mo × 0.074 EUR/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
3.45 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.93 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.13 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.038
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.00 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.
16.24 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.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
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.
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.
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 | |
|---|---|---|---|
Celebrating 140 Years of The Sporting News Covers: From Ty Cobb to Kobe Bryant … a.group > div.relative > picture > img.object-cover | /styles/crop_style_16_9_mobile_webp/s3/2026-03/140 covers... | 43.2 KiB | 22.1 KiB |
Flyers' Porter Martone matches 1929 Cooney Weiland in rare hockey history vs. P… a.flex > div.relative > picture > img.object-cover | /styles/crop_style_16_9_mobile_webp/s3/2026-04/USATSI_287... | 22.3 KiB | 13.9 KiB |
Hawks, Quin Snyder unveil NBA Playoffs plan after Game 2 win vs. Knicks image a.flex > div.relative > picture > img.object-cover | /styles/crop_style_16_9_mobile_webp/s3/2025-09/USATSI_258... | 19.9 KiB | 12.0 KiB |
NFL Mock Draft 2026 with player comparisons: Projecting the best NFL comps for … div.overflow-hidden > a > picture.relative > img.object-cover | /styles/crop_style_16_9_mobile_webp/s3/2026-01/GFX-2440 U... | 29.3 KiB | 8.4 KiB |
Timberwolves' Jaden McDaniels takes shot at Nikola Jokic and Nuggets after Game… div.w-full > a.flex > picture.flex-none > img.object-cover | /styles/crop_style_16_9_mobile_webp/s3/2026-04/USATSI_287... | 22.5 KiB | 6.7 KiB |
Why Mike Tomlin is joining NBC's 'Sunday Night Football' coverage after Steeler… div.w-full > a.flex > picture.flex-none > img.object-cover | /styles/crop_style_16_9_mobile_webp/s3/2026-01/Mike Tomli... | 20.0 KiB | 4.1 KiB |
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 |
|---|---|
| sportingnews.com/ | 762 ms |
| www.sportingnews.com/ | 830 ms |
| www.sportingnews.com/us | 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 |
|---|---|---|
| /css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+... | 33.4 KiB | 33.4 KiB |
| 22.4 KiB | 20.1 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 | 3.7 s |
| Other | 3.3 s |
| Style & Layout | 1.3 s |
| Script Parsing & Compilation | 1.1 s |
| Parse HTML & CSS | 762 ms |
| Rendering | 242 ms |
| Garbage Collection | 163 ms |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+... | 33.8 KiB | 3.9 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 |
|---|---|---|
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31... | 187.7 KiB | 145.0 KiB |
| widgets.outbrain.com/outbrain.js | 109.2 KiB | 87.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-P7SH8WY6Q0&cx=c>m=4e64h1 | 142.6 KiB | 62.4 KiB |
| /gtm.js?id=GTM-W9X8M6R>m_auth=saAE5BoiHsqtfXWcWN0AKQ>... | 135.8 KiB | 58.0 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 | |
|---|---|
Sporting News 140 Greatest Sports Moments Of All Time image a.group > div.relative > picture > img.object-cover | /styles/crop_style_16_9_mobile_webp/s3/2026-03/SN-140-Mai... |
SN Archive: Explore every magazine issue since 1886 image a.group > div.relative > picture > img.object-cover | /styles/crop_style_16_9_mobile_webp/s3/2026-04/SN-Archive... |
Celebrating 140 Years of The Sporting News Covers: From Ty Cobb to Kobe Bryant … a.group > div.relative > picture > img.object-cover | /styles/crop_style_16_9_mobile_webp/s3/2026-03/140 covers... |
Sporting News 140 Greatest Sports Moments Of All Time image a.group > div.relative > picture > img.object-cover | /styles/crop_style_16_9_mobile_webp/s3/2026-03/SN-140-Mai... |
SN Archive: Explore every magazine issue since 1886 image a.group > div.relative > picture > img.object-cover | /styles/crop_style_16_9_mobile_webp/s3/2026-04/SN-Archive... |
Celebrating 140 Years of The Sporting News Covers: From Ty Cobb to Kobe Bryant … a.group > div.relative > picture > img.object-cover | /styles/crop_style_16_9_mobile_webp/s3/2026-03/140 covers... |
Sporting News 140 Greatest Sports Moments Of All Time image a.group > div.relative > picture > img.object-cover | /styles/crop_style_16_9_mobile_webp/s3/2026-03/SN-140-Mai... |
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 |
|---|
15hr div.overflow-hidden > div.grid > div.order-3 > time.p-0 |
5hr a.flex > div.flex > div.flex > time.p-0 |
9hr a.flex > div.flex > div.flex > time.p-0 |
7hr a.flex > div.flex > div.flex > time.p-0 |
9hr a.flex > div.flex > div.flex > time.p-0 |
12hr a.flex > div.flex > div.flex > time.p-0 |
11hr a.flex > div.flex > div.flex > time.p-0 |
03-17-2026 a.group > div.flex > div.flex > time.p-0 |
10m a.flex > div.flex > div.flex > time.p-0 |
37m a.flex > div.flex > div.flex > time.p-0 |
1hr a.flex > div.flex > div.flex > time.p-0 |
1hr a.flex > div.flex > div.flex > time.p-0 |
2hr a.flex > div.flex > div.flex > time.p-0 |
2hr a.flex > div.flex > div.flex > time.p-0 |
12hr a.flex > div.flex > div.flex > time.p-0 |
21hr a.flex > div.flex > div.flex > time.p-0 |
Copyright @ 2026 Sporting News Holdings. All Rights Reserved. footer#new-footer-layout > div.relative > div.flex > span.relative |
Images by Getty Images, Imagn and AP Images. footer#new-footer-layout > div.relative > div.flex > span.relative |
IF YOU OR SOMEONE YOU KNOW HAS A GAMBLING PROBLEM, HELP IS AVAILABLE. PLEASE GA… div.wide-page-layout > div#gambling-awareness > div#responsible-gaming-contact > p.mb-1 |
SPORTS BETTING AND GAMBLING ARE NOT LEGAL IN ALL LOCATIONS. BE SURE TO COMPLY W… div.wide-page-layout > div#gambling-awareness > div#responsible-gaming-contact > p |
These are opportunities to improve the legibility of your content.
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 > span#resetPixelContainer > img body > span#resetPixelContainer > img |
body > span#resetPixelContainer > img body > span#resetPixelContainer > img |
body > span#resetPixelContainer > img body > span#resetPixelContainer > img |
body > span#resetPixelContainer > img body > span#resetPixelContainer > img |
body > span#resetPixelContainer > img body > span#resetPixelContainer > img |
body > span#resetPixelContainer > img body > span#resetPixelContainer > img |
body > span#resetPixelContainer > img body > span#resetPixelContainer > img |
body > span#resetPixelContainer > img body > span#resetPixelContainer > img |
body > span#resetPixelContainer > img body > span#resetPixelContainer > 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.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
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 |
|---|
pagination div.inline-flex > div.flex > div.inline-flex > button.w-2 |
pagination div.inline-flex > div.flex > div.inline-flex > button.w-2 |
pagination div.inline-flex > div.flex > div.inline-flex > button.w-2 |
pagination div.inline-flex > div.flex > div.inline-flex > button.w-2 |
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 |
|---|
Celebrating 140 Years of The Sporting News Covers: From Ty Cobb to Kobe Bryant
… div.overflow-hidden > ul.glide__slides > li.relative > a.group |
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 |
|---|---|
❌ DetailView failed: e: {"message": "itemId \"\" does not match [a-zA-Z0-9_\\-:@\\.\\$]+"}
at t.<anonymous> (https://cdn.jsdelivr.net/npm/recombee-js-api-client:2:4815)
at Generator.<anonymous> (https://cdn.jsdelivr.net/npm/recombee-js-api-client:2:1562)
at Generator.next (https://cdn.jsdelivr.net/npm/recombee-js-api-client:2:2392)
at c (https://cdn.jsdelivr.net/npm/recombee-js-api-client:2:2572)
at u (https://cdn.jsdelivr.net/npm/recombee-js-api-client:2:5092) | |
Failed to load resource: the server responded with a status of 400 (Bad Request) | |
Failed to load resource: the server responded with a status of 401 () | |
SyntaxError: Failed to execute 'insertBefore' on 'Node': Identifier 'googleSSOFlowStarted' has already been declared
at https://cdn.jsdelivr.net/npm/@zephr/browser@1.9.1/dist/zephr-browser.umd.js:1:31033
at NodeList.forEach (<anonymous>)
at https://cdn.jsdelivr.net/npm/@zephr/browser@1.9.1/dist/zephr-browser.umd.js:1:30816
at n (https://cdn.jsdelivr.net/npm/@zephr/browser@1.9.1/dist/zephr-browser.umd.js:1:31082)
at https://cdn.jsdelivr.net/npm/@zephr/browser@1.9.1/dist/zephr-browser.umd.js:1:31850
at e (https://cdn.jsdelivr.net/npm/@zephr/browser@1.9.1/dist/zephr-browser.umd.js:1:30083)
at https://cdn.jsdelivr.net/npm/@zephr/browser@1.9.1/dist/zephr-browser.umd.js:1:30222
at yo.executeDecisions (https://cdn.jsdelivr.net/npm/@zephr/browser@1.9.1/dist/zephr-browser.umd.js:1:30729)
at https://cdn.jsdelivr.net/npm/@zephr/browser@1.9.1/dist/zephr-browser.umd.js:1:34200 | |
/c9a64ef9f813f6372af20eb10b4791e7a44ccead-static/navigati... line 1, col 23491 | Uncaught TypeError: Cannot read properties of null (reading 'addEventListener') |
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.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.sportingnews.com/us/fantasy | See More |
| www.sportingnews.com/us/betting | See More |
| www.sportingnews.com/us/culture | See More |
| /us/nfl/news/nfl-mock-draft-2026-player-comparisons-first... | Read More |
| www.sportingnews.com/us/nfl | See More |
| www.sportingnews.com/us/nba | See More |
| www.sportingnews.com/us/mlb | See More |
| www.sportingnews.com/us/nhl | See More |
| cookiepedia.co.uk/giving-consent-to-cookies | More information |
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 > span#resetPixelContainer > img body > span#resetPixelContainer > img |
body > span#resetPixelContainer > img body > span#resetPixelContainer > img |
body > span#resetPixelContainer > img body > span#resetPixelContainer > img |
body > span#resetPixelContainer > img body > span#resetPixelContainer > img |
body > span#resetPixelContainer > img body > span#resetPixelContainer > img |
body > span#resetPixelContainer > img body > span#resetPixelContainer > img |
body > span#resetPixelContainer > img body > span#resetPixelContainer > img |
body > span#resetPixelContainer > img body > span#resetPixelContainer > img |
body > span#resetPixelContainer > img body > span#resetPixelContainer > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
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 |
|---|
Log in
div.hidden > div#zephr-desktop-login-button > div.outcome_user-registration-icon > a.button |
LOG IN div.flex > div.flex > div.outcome_user-registration-icon > a.button |
Privacy Preferences div.flex > ul#footerMenuOnMobileSidebar > li.px-3 > a.text-white |
Privacy Preferences section.relative > ul.grid > li.text-left > a.text-white |
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.
1.25 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.62 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
289 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.011
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.55 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
3.40 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|---|---|
Full schedule, channels for today's NHL playoff games image a.flex > div.relative > picture > img.object-cover | /styles/crop_style_16_9_desktop_webp/s3/2025-10/NHL Games... | 64.1 KiB | 59.1 KiB |
Cardinals' high-pressure success has them surging in latest power rankings image a.flex > div.relative > picture > img.object-cover | /styles/crop_style_16_9_desktop_webp/s3/2025-04/USATSI_25... | 62.4 KiB | 57.4 KiB |
Why Giants' Dexter Lawrence trade is deflating news for Bears and Packers image a.flex > div.relative > picture > img.object-cover | /styles/crop_style_16_9_desktop_webp/s3/2025-12/IMG_1956.... | 45.6 KiB | 41.3 KiB |
Celebrating 140 Years of The Sporting News Covers: From Ty Cobb to Kobe Bryant … a.group > div.relative > picture > img.object-cover | /styles/crop_style_16_9_desktop_webp/s3/2026-03/140 cover... | 92.5 KiB | 39.5 KiB |
Timberwolves' Jaden McDaniels takes shot at Nikola Jokic and Nuggets after Game… div.w-full > a.flex > picture.flex-none > img.object-cover | /styles/crop_style_16_9_desktop_webp/s3/2026-04/USATSI_28... | 39.6 KiB | 36.4 KiB |
NFL Draft sleepers to know: 11 potential steals in 2026 include Kaytron Allen, … div.w-full > a.flex > picture.flex-none > img.object-cover | /styles/crop_style_16_9_desktop_webp/s3/2026-04/NFL-Draft... | 38.7 KiB | 35.6 KiB |
Flyers' Porter Martone matches 1929 Cooney Weiland in rare hockey history vs. P… a.flex > div.relative > picture > img.object-cover | /styles/crop_style_16_9_desktop_webp/s3/2026-04/USATSI_28... | 38.9 KiB | 35.2 KiB |
Why Mike Tomlin is joining NBC's 'Sunday Night Football' coverage after Steeler… div.w-full > a.flex > picture.flex-none > img.object-cover | /styles/crop_style_16_9_desktop_webp/s3/2026-01/Mike Toml... | 36.1 KiB | 33.1 KiB |
Hawks, Quin Snyder unveil NBA Playoffs plan after Game 2 win vs. Knicks image a.flex > div.relative > picture > img.object-cover | /styles/crop_style_16_9_desktop_webp/s3/2025-09/USATSI_25... | 34.9 KiB | 31.6 KiB |
Why Hurricanes' OT goal vs. Senators was overturned before penalty shot call im… a.flex > div.relative > picture > img.object-cover | /styles/crop_style_16_9_desktop_webp/s3/2026-04/USATSI_28... | 34.9 KiB | 31.6 KiB |
Mike Brown names Knicks' fatal NBA Playoffs weakness that Hawks exposed image a.flex > div.relative > picture > img.object-cover | /styles/crop_style_16_9_desktop_webp/s3/2026-04/USATSI_27... | 33.8 KiB | 30.6 KiB |
Spurs vs Blazers prediction markets for Game 2: Best props and picks image a.flex > div.relative > picture > img.object-cover | /styles/crop_style_16_9_desktop_webp/s3/2026-04/USATSI_28... | 33.3 KiB | 30.1 KiB |
Planting flags on one prospect from each day of the 2026 NFL Draft image a.flex > div.relative > picture > img.object-cover | /styles/crop_style_16_9_desktop_webp/s3/2026-02/Peter Woo... | 33.2 KiB | 30.0 KiB |
Rockets vs. Lakers Game 2 best props for prediction markets image a.flex > div.relative > picture > img.object-cover | /styles/crop_style_16_9_desktop_webp/s3/2026-04/USATSI_28... | 32.9 KiB | 29.8 KiB |
Browns fans will love Shedeur Sanders' comments on Todd Monken image a.flex > div.relative > picture > img.object-cover | /styles/crop_style_16_9_desktop_webp/s3/2025-12/Shedeur S... | 32.4 KiB | 29.3 KiB |
SN Archive (1999): When Dominik Hasek officially entered the GOAT debate image a.flex > div.relative > picture > img.object-cover | /styles/crop_style_16_9_desktop_webp/s3/2026-04/Dominik H... | 32.2 KiB | 29.2 KiB |
Giants fix Saquon Barkley mistake in latest mock draft image a.flex > div.relative > picture > img.object-cover | /styles/crop_style_16_9_desktop_webp/s3/2026-04/USATSI_25... | 31.9 KiB | 28.9 KiB |
"Smelling Like Doo-Doo": Victor Wembanyama, Luka Doncic get unsavory NBA MVP ja… a.flex > div.relative > picture > img.object-cover | /styles/crop_style_16_9_desktop_webp/s3/2026-04/USATSI_27... | 30.1 KiB | 27.3 KiB |
Billy Donovan landing spots: Ranking most likely options, from NBA jobs to a re… div.w-full > a.flex > picture.flex-none > img.object-cover | /styles/crop_style_16_9_desktop_webp/s3/2025-05/USATSI_25... | 29.5 KiB | 27.1 KiB |
Dodgers’ Blake Snell set to take major step in recovery process image a.flex > div.relative > picture > img.object-cover | /styles/crop_style_16_9_desktop_webp/s3/2025-10/USATSI_27... | 29.4 KiB | 26.6 KiB |
Sporting News 140 Greatest Sports Moments Of All Time image a.group > div.relative > picture > img.object-cover | /styles/crop_style_16_9_desktop_webp/s3/2026-03/SN-140-Ma... | 36.5 KiB | 26.4 KiB |
Mets' best newcomer is Freddy Peralta amid tight race for 'the wrong reasons' i… a.flex > div.relative > picture > img.object-cover | /styles/crop_style_16_9_desktop_webp/s3/2026-04/USATSI_28... | 27.8 KiB | 25.1 KiB |
Padres' Fernando Tatis, Royals' Bobby Witt 2 of 19 qualified hitters without a … a.flex > div.relative > picture > img.object-cover | /styles/crop_style_16_9_desktop_webp/s3/2026-04/USATSI_26... | 26.6 KiB | 24.1 KiB |
Yankees' Aaron Judge gets work at third base before Red Sox series image a.flex > div.relative > picture > img.object-cover | /styles/crop_style_16_9_desktop_webp/s3/2026-04/USATSI_28... | 25.1 KiB | 22.7 KiB |
Stars HC sends confident message on Wild Stanley Cup playoff series image a.flex > div.relative > picture > img.object-cover | /styles/crop_style_16_9_desktop_webp/s3/2026-04/USATSI_28... | 23.0 KiB | 20.8 KiB |
NFL Mock Draft 2026 with player comparisons: Projecting the best NFL comps for … div.overflow-hidden > a > picture.relative > img.object-cover | /styles/crop_style_16_9_desktop_webp/s3/2026-01/GFX-2440 ... | 70.8 KiB | 18.3 KiB |
Todd Monken offers scouting report on Browns' QB competition image a.flex > div.relative > picture > img.object-cover | /styles/crop_style_16_9_desktop_webp/s3/2026-01/Shedeur S... | 18.2 KiB | 16.5 KiB |
Mike Vrabel opens up about 'difficult conversations' after Dianna Russini photo… div.w-full > a.flex > picture.flex-none > img.object-cover | /styles/crop_style_16_9_desktop_webp/s3/2026-04/Mike Vrab... | 15.8 KiB | 14.5 KiB |
Bulls part ways with Billy Donovan: Why veteran head coach is stepping away fro… div.w-full > a.flex > picture.flex-none > img.object-cover | /styles/crop_style_16_9_desktop_webp/s3/2026-01/USATSI_27... | 15.7 KiB | 14.4 KiB |
SN Archive: Explore every magazine issue since 1886 image a.group > div.relative > picture > img.object-cover | /styles/crop_style_16_9_desktop_webp/s3/2026-04/SN-Archiv... | 19.2 KiB | 13.9 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.
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.
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 |
|---|---|
| sportingnews.com/ | 216 ms |
| www.sportingnews.com/ | 303 ms |
| www.sportingnews.com/us | 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.
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 |
|---|---|---|
| /css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+... | 33.4 KiB | 33.4 KiB |
| 22.4 KiB | 19.7 KiB |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Other | 914 ms |
| Script Evaluation | 845 ms |
| Style & Layout | 473 ms |
| Script Parsing & Compilation | 277 ms |
| Parse HTML & CSS | 180 ms |
| Rendering | 73 ms |
| Garbage Collection | 31 ms |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+... | 33.8 KiB | 3.9 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 |
|---|---|---|
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 143.2 KiB |
| cdn-ukwest.onetrust.com/scripttemplates/202601.2.0/otBannerSdk.js | 128.2 KiB | 67.1 KiB |
| www.googletagmanager.com/gtag/js?id=G-P7SH8WY6Q0&cx=c>m=4e64h1 | 142.6 KiB | 62.4 KiB |
| widgets.outbrain.com/outbrain.js | 77.2 KiB | 62.1 KiB |
| s.lngtdv.com/sportingnews/default.1776277448.js | 104.3 KiB | 57.5 KiB |
| /gtm.js?id=GTM-W9X8M6R>m_auth=saAE5BoiHsqtfXWcWN0AKQ>... | 96.1 KiB | 41.1 KiB |
| /c9a64ef9f813f6372af20eb10b4791e7a44ccead-static/main.min.js | 45.2 KiB | 38.8 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
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 |
|---|
15hr div.overflow-hidden > div.grid > div.order-3 > time.p-0 |
5hr a.flex > div.flex > div.flex > time.p-0 |
9hr a.flex > div.flex > div.flex > time.p-0 |
7hr a.flex > div.flex > div.flex > time.p-0 |
9hr a.flex > div.flex > div.flex > time.p-0 |
12hr a.flex > div.flex > div.flex > time.p-0 |
11hr a.flex > div.flex > div.flex > time.p-0 |
03-17-2026 a.group > div.flex > div.flex > time.p-0 |
03-18-2026 a.group > div.flex > div.flex > time.p-0 |
04-13-2026 a.group > div.flex > div.flex > time.p-0 |
10m a.flex > div.flex > div.flex > time.p-0 |
37m a.flex > div.flex > div.flex > time.p-0 |
53m a.flex > div.flex > div.flex > time.p-0 |
1hr a.flex > div.flex > div.flex > time.p-0 |
1hr a.flex > div.flex > div.flex > time.p-0 |
1hr a.flex > div.flex > div.flex > time.p-0 |
1hr a.flex > div.flex > div.flex > time.p-0 |
2hr a.flex > div.flex > div.flex > time.p-0 |
2hr a.flex > div.flex > div.flex > time.p-0 |
2hr a.flex > div.flex > div.flex > time.p-0 |
2hr a.flex > div.flex > div.flex > time.p-0 |
2hr a.flex > div.flex > div.flex > time.p-0 |
2hr a.flex > div.flex > div.flex > time.p-0 |
2hr a.flex > div.flex > div.flex > time.p-0 |
3hr a.flex > div.flex > div.flex > time.p-0 |
12hr a.flex > div.flex > div.flex > time.p-0 |
21hr a.flex > div.flex > div.flex > time.p-0 |
21hr a.flex > div.flex > div.flex > time.p-0 |
13hr a.flex > div.flex > div.flex > time.p-0 |
38m a.flex > div.flex > div.flex > time.p-0 |
Copyright @ 2026 Sporting News Holdings. All Rights Reserved. footer#new-footer-layout > div.relative > div.flex > span.relative |
Images by Getty Images, Imagn and AP Images. footer#new-footer-layout > div.relative > div.flex > span.relative |
IF YOU OR SOMEONE YOU KNOW HAS A GAMBLING PROBLEM, HELP IS AVAILABLE. PLEASE GA… div.wide-page-layout > div#gambling-awareness > div#responsible-gaming-contact > p.mb-1 |
SPORTS BETTING AND GAMBLING ARE NOT LEGAL IN ALL LOCATIONS. BE SURE TO COMPLY W… div.wide-page-layout > div#gambling-awareness > div#responsible-gaming-contact > p |
These are opportunities to improve the legibility of your content.
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 > span#resetPixelContainer > img body > span#resetPixelContainer > img |
body > span#resetPixelContainer > img body > span#resetPixelContainer > img |
body > span#resetPixelContainer > img body > span#resetPixelContainer > img |
body > span#resetPixelContainer > img body > span#resetPixelContainer > img |
body > span#resetPixelContainer > img body > span#resetPixelContainer > img |
body > span#resetPixelContainer > img body > span#resetPixelContainer > img |
body > span#resetPixelContainer > img body > span#resetPixelContainer > img |
body > span#resetPixelContainer > img body > span#resetPixelContainer > img |
body > span#resetPixelContainer > img body > span#resetPixelContainer > 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.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
NFL
NBA
MLB
NHL
Soccer
••• nav#mainNavigation > header#headerNavigation > div#desktopNavigation > ul#desktopPrimaryMenu |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
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 |
|---|
Celebrating 140 Years of The Sporting News Covers: From Ty Cobb to Kobe Bryant
… div.overflow-hidden > ul.glide__slides > li.relative > a.group |
Sporting News 140 Greatest Sports Moments Of All Time
BOB HILLE
03-18-2026 div.overflow-hidden > ul.glide__slides > li.relative > a.group |
SN Archive: Explore every magazine issue since 1886
THE SPORTING NEWS
04-13-2… div.overflow-hidden > ul.glide__slides > li.relative > a.group |
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 |
|---|---|
❌ DetailView failed: e: {"message": "itemId \"\" does not match [a-zA-Z0-9_\\-:@\\.\\$]+"}
at t.<anonymous> (https://cdn.jsdelivr.net/npm/recombee-js-api-client:2:4815)
at Generator.<anonymous> (https://cdn.jsdelivr.net/npm/recombee-js-api-client:2:1562)
at Generator.next (https://cdn.jsdelivr.net/npm/recombee-js-api-client:2:2392)
at c (https://cdn.jsdelivr.net/npm/recombee-js-api-client:2:2572)
at u (https://cdn.jsdelivr.net/npm/recombee-js-api-client:2:5092) | |
❌ scroll failed: e: {"message": "itemId \"\" does not match [a-zA-Z0-9_\\-:@\\.\\$]+"}
at t.<anonymous> (https://cdn.jsdelivr.net/npm/recombee-js-api-client:2:4815)
at Generator.<anonymous> (https://cdn.jsdelivr.net/npm/recombee-js-api-client:2:1562)
at Generator.next (https://cdn.jsdelivr.net/npm/recombee-js-api-client:2:2392)
at c (https://cdn.jsdelivr.net/npm/recombee-js-api-client:2:2572)
at u (https://cdn.jsdelivr.net/npm/recombee-js-api-client:2:5092) | |
Failed to load resource: the server responded with a status of 400 (Bad Request) | |
Failed to load resource: the server responded with a status of 400 (Bad Request) | |
Failed to load resource: the server responded with a status of 401 () | |
SyntaxError: Failed to execute 'insertBefore' on 'Node': Identifier 'googleSSOFlowStarted' has already been declared
at https://cdn.jsdelivr.net/npm/@zephr/browser@1.9.1/dist/zephr-browser.umd.js:1:31033
at NodeList.forEach (<anonymous>)
at https://cdn.jsdelivr.net/npm/@zephr/browser@1.9.1/dist/zephr-browser.umd.js:1:30816
at n (https://cdn.jsdelivr.net/npm/@zephr/browser@1.9.1/dist/zephr-browser.umd.js:1:31082)
at https://cdn.jsdelivr.net/npm/@zephr/browser@1.9.1/dist/zephr-browser.umd.js:1:31850
at e (https://cdn.jsdelivr.net/npm/@zephr/browser@1.9.1/dist/zephr-browser.umd.js:1:30083)
at https://cdn.jsdelivr.net/npm/@zephr/browser@1.9.1/dist/zephr-browser.umd.js:1:30222
at yo.executeDecisions (https://cdn.jsdelivr.net/npm/@zephr/browser@1.9.1/dist/zephr-browser.umd.js:1:30729)
at https://cdn.jsdelivr.net/npm/@zephr/browser@1.9.1/dist/zephr-browser.umd.js:1:34200 |
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.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| /us/nfl/news/nfl-mock-draft-2026-player-comparisons-first... | Read More |
| www.sportingnews.com/us/nfl | See More |
| www.sportingnews.com/us/nba | See More |
| www.sportingnews.com/us/mlb | See More |
| www.sportingnews.com/us/nhl | See More |
| cookiepedia.co.uk/giving-consent-to-cookies | More information |
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 > span#resetPixelContainer > img body > span#resetPixelContainer > img |
body > span#resetPixelContainer > img body > span#resetPixelContainer > img |
body > span#resetPixelContainer > img body > span#resetPixelContainer > img |
body > span#resetPixelContainer > img body > span#resetPixelContainer > img |
body > span#resetPixelContainer > img body > span#resetPixelContainer > img |
body > span#resetPixelContainer > img body > span#resetPixelContainer > img |
body > span#resetPixelContainer > img body > span#resetPixelContainer > img |
body > span#resetPixelContainer > img body > span#resetPixelContainer > img |
body > span#resetPixelContainer > img body > span#resetPixelContainer > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
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 |
|---|
LOG IN div.hidden > div#zephr-desktop-login-button > div.outcome_user-registration-icon > a.button |
LOG IN div.flex > div.flex > div.outcome_user-registration-icon > a.button |
Privacy Preferences div.flex > ul#footerMenuOnMobileSidebar > li.px-3 > a.text-white |
Privacy Preferences section.relative > ul.grid > li.text-left > a.text-white |
To appear in search results, crawlers need access to your app.
Send Feedback