Mobile 375 × 812

Desktop 1440 × 900

Score: 69 / 100
Based on 8 categories, 0 sections
Room to improve — your 7.5s 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.
Good server performance with room for optimization.
Strong compliance posture across regulations.
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.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 24.3 MB (7.7 MB transferred)
Performance issues directly impact user engagement and conversion rates.
14 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/83f0858a-5f42-42e2-a7e5-26b581de150a)<a href="https://beavercheck.com/results/83f0858a-5f42-42e2-a7e5-26b581de150a"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fsi.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fsi.comThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 7.5s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~32%.
Page takes 7.5s to load
+12% bounceUsers abandon at ~3s — you're 5.0s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 5.6s
+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
Layout shifts during page load
+3% bounceContent movement causes mis-clicks on CTAs and form fields
Fix: Add width/height to images; reserve space for late-loading embeds
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
20 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
3 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€425 investment → €4,622/month returns + EUR 120,500,000 risk avoided
€425
5h · 5 findings
€4,622 /mo
~€55,461 / year
EUR 120,500,000
if kept compliant
€128 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.0 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€10,041,668 / month at risk
~€120,500,021 / year if left unfixed
€120,500,000
+18 more
€1.79 /mo
24145.0 MB/mo × 0.074 EUR/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
5.66 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
7.50 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
5.62 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.106
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
8.68 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
39.28 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
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.
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 | |
|---|---|---|---|
Kobe Bryant Found Texas Commit Amalia Holguin at 9, Now She’s The Last “Mamba” div.flex > div > div.size-fit > img.aspect-video | /image/upload/video/thumbnail/mmsport/01kpraq3tkjyzr28x34... | 171.0 KiB | 168.1 KiB |
Fernando Mendoza Explains Why Skipping the NFL Draft Could Be “Perfect” div.flex > div > div.size-fit > img.aspect-video | /image/upload/video/thumbnail/mmsport/01kp9b8a1gt0dhq2zs4... | 150.3 KiB | 147.8 KiB |
Charlotte Flair Breaks Character: The Real Woman Behind WWE’s ‘Queen’ div.flex > div > div.size-fit > img.aspect-video | /image/upload/video/thumbnail/mmsport/01kp66hwj620mfw3z56... | 147.0 KiB | 144.5 KiB |
Meet the Next NFL Star: Jeremiyah Love Answers 10 Burning Questions div.flex > div > div.size-fit > img.aspect-video | /image/upload/video/thumbnail/mmsport/01kp27wt1hmt4x3a0dy... | 141.4 KiB | 139.0 KiB |
div.relative > div.overflow-hidden > picture > img.min-w-full div.relative > div.overflow-hidden > picture > img.min-w-full | /image/upload/c_crop,x_0,y_0,w_1289,h_725/c_fill,w_670,ar... | 51.8 KiB | 42.9 KiB |
div.relative > div.overflow-hidden > picture > img.min-w-full div.relative > div.overflow-hidden > picture > img.min-w-full | /image/upload/c_crop,x_0,y_0,w_1024,h_576/c_fill,w_670,ar... | 46.0 KiB | 32.4 KiB |
div.relative > div.overflow-hidden > picture > img.min-w-full div.relative > div.overflow-hidden > picture > img.min-w-full | /image/upload/c_crop,x_0,y_0,w_2000,h_2000/c_fill,w_670,a... | 39.6 KiB | 31.0 KiB |
div.relative > div.overflow-hidden > picture > img.min-w-full div.relative > div.overflow-hidden > picture > img.min-w-full | /image/upload/c_crop,x_583,y_0,w_3415,h_1920/c_fill,w_670... | 67.7 KiB | 26.6 KiB |
div.relative > div.overflow-hidden > picture > img.min-w-full div.relative > div.overflow-hidden > picture > img.min-w-full | /image/upload/c_crop,x_0,y_0,w_1919,h_1079/c_fill,w_670,a... | 34.4 KiB | 23.0 KiB |
div.relative > div.overflow-hidden > picture > img.min-w-full div.relative > div.overflow-hidden > picture > img.min-w-full | /image/upload/c_crop,x_0,y_0,w_1919,h_1079/c_fill,w_670,a... | 30.1 KiB | 20.2 KiB |
div.relative > div.overflow-hidden > picture > img.min-w-full div.relative > div.overflow-hidden > picture > img.min-w-full | /image/upload/c_crop,x_282,y_108,w_3989,h_2243/c_fill,w_6... | 26.8 KiB | 18.0 KiB |
div.relative > div.overflow-hidden > picture > img.min-w-full div.relative > div.overflow-hidden > picture > img.min-w-full | /image/upload/c_crop,x_160,y_88,w_4156,h_2337/c_fill,w_67... | 25.6 KiB | 17.1 KiB |
div.relative > div.overflow-hidden > picture > img.min-w-full div.relative > div.overflow-hidden > picture > img.min-w-full | /image/upload/c_crop,x_1758,y_9,w_5906,h_3322/c_fill,w_67... | 25.2 KiB | 16.9 KiB |
div.relative > div.overflow-hidden > picture > img.min-w-full div.relative > div.overflow-hidden > picture > img.min-w-full | /image/upload/c_crop,x_0,y_0,w_1024,h_576/c_fill,w_670,ar... | 24.8 KiB | 16.6 KiB |
div.relative > div.overflow-hidden > picture > img.min-w-full div.relative > div.overflow-hidden > picture > img.min-w-full | /image/upload/c_crop,x_0,y_88,w_3645,h_2050/c_fill,w_670,... | 23.5 KiB | 15.8 KiB |
div.relative > div.overflow-hidden > picture > img.min-w-full div.relative > div.overflow-hidden > picture > img.min-w-full | /image/upload/c_crop,x_0,y_0,w_5021,h_2824/c_fill,w_670,a... | 22.5 KiB | 15.1 KiB |
div.relative > div.overflow-hidden > picture > img.min-w-full div.relative > div.overflow-hidden > picture > img.min-w-full | /image/upload/c_crop,x_0,y_23,w_1024,h_576/c_fill,w_670,a... | 19.9 KiB | 13.3 KiB |
div.relative > div.overflow-hidden > picture > img.min-w-full div.relative > div.overflow-hidden > picture > img.min-w-full | /image/upload/c_crop,x_0,y_116,w_3382,h_1902/c_fill,w_670... | 19.5 KiB | 13.1 KiB |
div.relative > div.overflow-hidden > picture > img.min-w-full div.relative > div.overflow-hidden > picture > img.min-w-full | /image/upload/c_crop,x_0,y_99,w_7510,h_4224/c_fill,w_670,... | 18.7 KiB | 12.5 KiB |
div.relative > div.overflow-hidden > picture > img.min-w-full div.relative > div.overflow-hidden > picture > img.min-w-full | /image/upload/c_crop,x_0,y_34,w_5453,h_3067/c_fill,w_320,... | 21.2 KiB | 11.8 KiB |
div.sr-us-score-nano__match > div.sr-us-score-nano__team > div.sr-us-score-nano__team-crest > img.sr-crest-img div.sr-us-score-nano__match > div.sr-us-score-nano__team > div.sr-us-score-nano__team-crest > img.sr-crest-img | img.sportradar.com/ls/crest/medium/3417.png | 8.1 KiB | 7.9 KiB |
div.sr-us-score-nano__match > div.sr-us-score-nano__team > div.sr-us-score-nano__team-crest > img.sr-crest-img div.sr-us-score-nano__match > div.sr-us-score-nano__team > div.sr-us-score-nano__team-crest > img.sr-crest-img | img.sportradar.com/ls/crest/medium/3426.png | 7.9 KiB | 7.7 KiB |
div.sr-us-score-nano__match > div.sr-us-score-nano__team > div.sr-us-score-nano__team-crest > img.sr-crest-img div.sr-us-score-nano__match > div.sr-us-score-nano__team > div.sr-us-score-nano__team-crest > img.sr-crest-img | img.sportradar.com/ls/crest/medium/3421.png | 7.7 KiB | 7.5 KiB |
div.sr-us-score-nano__match > div.sr-us-score-nano__team > div.sr-us-score-nano__team-crest > img.sr-crest-img div.sr-us-score-nano__match > div.sr-us-score-nano__team > div.sr-us-score-nano__team-crest > img.sr-crest-img | img.sportradar.com/ls/crest/medium/3423.png | 6.7 KiB | 6.5 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| assets.minutemediacdn.com/vl-prod/assets/CmYcQYOv-style.css | 20.4 KiB | 1.2 s |
| cdn-ukwest.onetrust.com/scripttemplates/otSDKStub.js | 9.1 KiB | 1.1 s |
| cdn.cookielaw.org/opt-out/otCCPAiab.js | 6.4 KiB | 921 ms |
| /css2?family=Inter:wght@400;700;800&family=Roboto:wght@10... | 2.8 KiB | 758 ms |
| /p.css?s=1&k=pvh6tvg&ht=tk&f=25308.25310.25312.25314.2531... | 172 B | 782 ms |
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.
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 |
|---|---|
| si.com/ | 1.3 s |
| www.si.com/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
We Care About Your Privacy
We and our 168 partners store and access personal da… body > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.027 |
We Care About Your Privacy
We and our 168 partners store and access personal da… body > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.026 |
We Care About Your Privacy
We and our 168 partners store and access personal da… body > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.016 |
We Care About Your Privacy
We and our 168 partners store and access personal da… body > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.015 |
We Care About Your Privacy
We and our 168 partners store and access personal da… body > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.013 |
We Care About Your Privacy
We and our 168 partners store and access personal da… body > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.007 |
ATL
FINAL
107 - 106
NYK
MIN
FINAL
119 - 114
DEN
PHI
+14
4/21
11:00 PM
BOS
-14 div.sr-scrollable-list__container > div.sr-scrollable-list__viewport > div > div.sr-scrollable-list__list | 0.002 |
SI NEWSLETTERS div.flex > nav.grow > ul.nav-ul > li.list-none | 0.000 |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| 22.4 KiB | 19.7 KiB | |
| assets.minutemediacdn.com/vl-prod/assets/CmYcQYOv-style.css | 20.1 KiB | 17.4 KiB |
| /* stylelint-disable scss/no-global-function-names */ /* stylelint-disable scss/dollar-variable-col… | 14.4 KiB | 14.3 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 | 9.8 s |
| Other | 6.0 s |
| Style & Layout | 1.4 s |
| Script Parsing & Compilation | 1.2 s |
| Parse HTML & CSS | 614 ms |
| Garbage Collection | 481 ms |
| Rendering | 432 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 |
|---|---|---|
| /* stylelint-disable scss/no-global-function-names */ /* stylelint-disable scss/dollar-variable-col… | 14.4 KiB | 2.1 KiB |
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 |
|---|---|---|
| cdn.cookielaw.org/opt-out/otCCPAiab.js | 5.8 KiB | 2.6 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| mp.mmvideocdn.com/voltax-vertical-video/control/voltax_vv_widget_control.js | 555.5 KiB | 446.5 KiB |
| edge-auth.microsoft.com/js/ms_auth_client.min.js | 279.9 KiB | 199.2 KiB |
| accounts.google.com/gsi/client | 95.4 KiB | 74.3 KiB |
| www.googletagmanager.com/gtag/js?id=G-1C6Y1S6VBD&cx=c>m=4e64k0h2 | 143.4 KiB | 70.4 KiB |
| cdn-ukwest.onetrust.com/scripttemplates/202602.1.0/otBannerSdk.js | 128.8 KiB | 62.5 KiB |
| www.googletagmanager.com/gtag/js?id=G-ZEQBJHN5PB&cx=c>m=4e64k0h2 | 146.3 KiB | 60.1 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-TCW5HW | 149.6 KiB | 54.8 KiB |
| widgets.media.sportradar.com/assets/js/chunk.87468.5d297472.js | 103.3 KiB | 51.8 KiB |
| widgets.media.sportradar.com/minutemedia/widgetloader | 80.5 KiB | 36.9 KiB |
| widgets.media.sportradar.com/assets/js/chunk.us.common.scoreTicker.d72b302a.js | 47.6 KiB | 20.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 | |
|---|---|
Fernando Mendoza’s Unlikely NFL journey div.relative > div.overflow-hidden > picture > img.min-w-full | /image/upload/c_fill,w_670,ar_3:4,f_auto,q_auto,g_auto/im... |
div.relative > div.overflow-hidden > picture > img.min-w-full div.relative > div.overflow-hidden > picture > img.min-w-full | /image/upload/c_fill,w_670,ar_16:9,f_auto,q_auto,g_auto/s... |
Jeremiyah Love Is the NFL’s Next Superhero div.relative > div.overflow-hidden > picture > img.min-w-full | /image/upload/c_fill,w_670,ar_3:4,f_auto,q_auto,g_auto/im... |
Rory McIlroy Was Ready for This Masters div.relative > div.overflow-hidden > picture > img.min-w-full | /image/upload/c_fill,w_670,ar_3:4,f_auto,q_auto,g_auto/im... |
Adam Silver Faces a Critical Stretch for the NBA’s Future div.relative > div.overflow-hidden > picture > img.min-w-full | /image/upload/c_fill,w_670,ar_3:4,f_auto,q_auto,g_auto/im... |
Men’s March Mandess most memorable players div.relative > div.overflow-hidden > picture > img.min-w-full | /image/upload/c_fill,w_670,ar_3:4,f_auto,q_auto,g_auto/im... |
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 |
|---|
MORE DIGITAL COVERS div.relative > div > a.header-link > h4.font-group-tiny |
SHOP SI COVERS div.relative > div > a.header-link > h4.font-group-tiny |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
MORE MMQB div.relative > div > a.header-link > h4.font-group-tiny |
MORE NFL div.relative > div > a.header-link > h4.font-group-tiny |
MORE SOCCER div.relative > div > a.header-link > h4.font-group-tiny |
MORE WORLD CUP div.relative > div > a.header-link > h4.font-group-tiny |
MORE NBA div.relative > div > a.header-link > h4.font-group-tiny |
MORE MLB div.relative > div > a.header-link > h4.font-group-tiny |
MORE DIGITAL COVERS div.relative > div > a.header-link > h4.font-group-tiny |
MORE WNBA div.relative > div > a.header-link > h4.font-group-tiny |
MORE CFB div.relative > div > a.header-link > h4.font-group-tiny |
MORE GOLF div.relative > div > a.header-link > h4.font-group-tiny |
MORE NCAA HOOPS div.relative > div > a.header-link > h4.font-group-tiny |
MORE FANTASY div.relative > div > a.header-link > h4.font-group-tiny |
SHOP SI COVERS div.relative > div > a.header-link > h4.font-group-tiny |
MORE SI SWIM div.relative > div > a.header-link > h4.font-group-tiny |
These are opportunities to improve keyboard navigation in your application.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.sr-us-score-nano__match > div.sr-us-score-nano__team > div.sr-us-score-nano__team-crest > img.sr-crest-img div.sr-us-score-nano__match > div.sr-us-score-nano__team > div.sr-us-score-nano__team-crest > img.sr-crest-img |
div.sr-us-score-nano__match > div.sr-us-score-nano__team > div.sr-us-score-nano__team-crest > img.sr-crest-img div.sr-us-score-nano__match > div.sr-us-score-nano__team > div.sr-us-score-nano__team-crest > img.sr-crest-img |
div.sr-us-score-nano__match > div.sr-us-score-nano__team > div.sr-us-score-nano__team-crest > img.sr-crest-img div.sr-us-score-nano__match > div.sr-us-score-nano__team > div.sr-us-score-nano__team-crest > img.sr-crest-img |
div.sr-us-score-nano__match > div.sr-us-score-nano__team > div.sr-us-score-nano__team-crest > img.sr-crest-img div.sr-us-score-nano__match > div.sr-us-score-nano__team > div.sr-us-score-nano__team-crest > img.sr-crest-img |
div.sr-us-score-nano__match > div.sr-us-score-nano__team > div.sr-us-score-nano__team-crest > img.sr-crest-img div.sr-us-score-nano__match > div.sr-us-score-nano__team > div.sr-us-score-nano__team-crest > img.sr-crest-img |
div.sr-us-score-nano__match > div.sr-us-score-nano__team > div.sr-us-score-nano__team-crest > img.sr-crest-img div.sr-us-score-nano__match > div.sr-us-score-nano__team > div.sr-us-score-nano__team-crest > img.sr-crest-img |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
header > div.fixed > div.flex > a.[&>svg]:stroke-white header > div.fixed > div.flex > a.[&>svg]:stroke-white |
div.gallery-column > article.card > div.absolute > a.absolute div.gallery-column > article.card > div.absolute > a.absolute |
div.gallery-column > article.card > div.absolute > a.absolute div.gallery-column > article.card > div.absolute > a.absolute |
div.gallery-column > article.card > div.absolute > a.absolute div.gallery-column > article.card > div.absolute > a.absolute |
div.gallery-column > article.card > div.absolute > a.absolute div.gallery-column > article.card > div.absolute > a.absolute |
div.gallery-column > article.card > div.absolute > a.absolute div.gallery-column > article.card > div.absolute > a.absolute |
div.flex > article.card > div.absolute > a.absolute div.flex > article.card > div.absolute > a.absolute |
div.flex > article.card > div.absolute > a.absolute div.flex > article.card > div.absolute > a.absolute |
div.flex > article.card > div.absolute > a.absolute div.flex > article.card > div.absolute > a.absolute |
div.flex > article.card > div.absolute > a.absolute div.flex > article.card > div.absolute > a.absolute |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Show More div.block > div.flex > div.flex > button.min-w-[120px] |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Topics | mp.mmvideocdn.com/voltax-vertical-video/control/voltax_vv_widget_control.js line 128, col 66189 |
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.si.com/ line 901, col 8472 | SecurityError: Failed to register a ServiceWorker: The origin of the provided scriptURL ('https://assets.minutemediacdn.com') does not match the current origin ('https://www.si.com'). |
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.si.com/fannation | Read More |
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 |
|---|
div.sr-us-score-nano__match > div.sr-us-score-nano__team > div.sr-us-score-nano__team-crest > img.sr-crest-img div.sr-us-score-nano__match > div.sr-us-score-nano__team > div.sr-us-score-nano__team-crest > img.sr-crest-img |
div.sr-us-score-nano__match > div.sr-us-score-nano__team > div.sr-us-score-nano__team-crest > img.sr-crest-img div.sr-us-score-nano__match > div.sr-us-score-nano__team > div.sr-us-score-nano__team-crest > img.sr-crest-img |
div.sr-us-score-nano__match > div.sr-us-score-nano__team > div.sr-us-score-nano__team-crest > img.sr-crest-img div.sr-us-score-nano__match > div.sr-us-score-nano__team > div.sr-us-score-nano__team-crest > img.sr-crest-img |
div.sr-us-score-nano__match > div.sr-us-score-nano__team > div.sr-us-score-nano__team-crest > img.sr-crest-img div.sr-us-score-nano__match > div.sr-us-score-nano__team > div.sr-us-score-nano__team-crest > img.sr-crest-img |
div.sr-us-score-nano__match > div.sr-us-score-nano__team > div.sr-us-score-nano__team-crest > img.sr-crest-img div.sr-us-score-nano__match > div.sr-us-score-nano__team > div.sr-us-score-nano__team-crest > img.sr-crest-img |
div.sr-us-score-nano__match > div.sr-us-score-nano__team > div.sr-us-score-nano__team-crest > img.sr-crest-img div.sr-us-score-nano__match > div.sr-us-score-nano__team > div.sr-us-score-nano__team-crest > img.sr-crest-img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.06 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.46 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
437 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.014
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.25 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.
6.84 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.
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 | |
|---|---|---|---|
Dan Evans Is Playing Augusta National…And He Just Found Out Live div.flex > div > div.size-fit > img.aspect-video | /image/upload/video/thumbnail/mmsport/01knz0h63sep67a1966... | 285.1 KiB | 283.6 KiB |
Marching Into Madness | Chapter 4: Blue and Bloodied div.flex > div > div.size-fit > img.aspect-video | /image/upload/video/thumbnail/mmsport/01km0gf30j708r8hymk... | 200.6 KiB | 199.6 KiB |
How Amen Corner Changed The Masters (And Does Every Year) div.flex > div > div.size-fit > img.aspect-video | /image/upload/video/thumbnail/mmsport/01kp3kjqjp8p4f7gnex... | 193.3 KiB | 192.3 KiB |
Kobe Bryant Found Texas Commit Amalia Holguin at 9, Now She’s The Last “Mamba” div.flex > div > div.size-fit > img.aspect-video | /image/upload/video/thumbnail/mmsport/01kpraq3tkjyzr28x34... | 171.0 KiB | 170.1 KiB |
Fernando Mendoza Explains Why Skipping the NFL Draft Could Be “Perfect” div.flex > div > div.size-fit > img.aspect-video | /image/upload/video/thumbnail/mmsport/01kp9b8a1gt0dhq2zs4... | 150.3 KiB | 149.5 KiB |
Charlotte Flair Breaks Character: The Real Woman Behind WWE’s ‘Queen’ div.flex > div > div.size-fit > img.aspect-video | /image/upload/video/thumbnail/mmsport/01kp66hwj620mfw3z56... | 147.0 KiB | 146.2 KiB |
Meet the Next NFL Star: Jeremiyah Love Answers 10 Burning Questions div.flex > div > div.size-fit > img.aspect-video | /image/upload/video/thumbnail/mmsport/01kp27wt1hmt4x3a0dy... | 141.4 KiB | 140.6 KiB |
Marching Into Madness | Chapter 1: Ride or Die div.flex > div > div.size-fit > img.aspect-video | /image/upload/video/thumbnail/mmsport/01kkkk0jgdkzeshxs35... | 133.6 KiB | 132.9 KiB |
Marching Into Madness | Chapter 2: The Honeymoon is Over div.flex > div > div.size-fit > img.aspect-video | /image/upload/video/thumbnail/mmsport/01kkkkmb91e9qtwsj48... | 121.4 KiB | 120.8 KiB |
Marching Into Madness | Chapter 3: Zero, Zero div.flex > div > div.size-fit > img.aspect-video | /image/upload/video/thumbnail/mmsport/01km0g4pzpw5bc0a0zp... | 90.2 KiB | 89.7 KiB |
div.relative > div.overflow-hidden > picture > img.min-w-full div.relative > div.overflow-hidden > picture > img.min-w-full | /image/upload/c_crop,x_583,y_0,w_3415,h_1920/c_fill,w_600... | 71.2 KiB | 38.2 KiB |
div.relative > div.overflow-hidden > picture > img.min-w-full div.relative > div.overflow-hidden > picture > img.min-w-full | /image/upload/c_crop,x_0,y_0,w_1024,h_576/c_fill,w_600,ar... | 38.0 KiB | 33.6 KiB |
div.relative > div.overflow-hidden > picture > img.min-w-full div.relative > div.overflow-hidden > picture > img.min-w-full | /image/upload/c_crop,x_0,y_0,w_1919,h_1079/c_fill,w_600,a... | 34.8 KiB | 30.4 KiB |
div.relative > div.overflow-hidden > picture > img.min-w-full div.relative > div.overflow-hidden > picture > img.min-w-full | /image/upload/c_crop,x_282,y_108,w_3989,h_2243/c_fill,w_6... | 27.1 KiB | 23.4 KiB |
div.relative > div.overflow-hidden > picture > img.min-w-full div.relative > div.overflow-hidden > picture > img.min-w-full | /image/upload/c_crop,x_0,y_0,w_1919,h_1079/c_fill,w_600,a... | 26.7 KiB | 23.1 KiB |
div.relative > div.overflow-hidden > picture > img.min-w-full div.relative > div.overflow-hidden > picture > img.min-w-full | /image/upload/c_crop,x_0,y_0,w_1289,h_725/c_fill,w_320,ar... | 29.6 KiB | 20.3 KiB |
div.relative > div.overflow-hidden > picture > img.min-w-full div.relative > div.overflow-hidden > picture > img.min-w-full | /image/upload/c_crop,x_160,y_88,w_4156,h_2337/c_fill,w_60... | 22.8 KiB | 19.7 KiB |
div.relative > div.overflow-hidden > picture > img.min-w-full div.relative > div.overflow-hidden > picture > img.min-w-full | /image/upload/c_crop,x_1758,y_9,w_5906,h_3322/c_fill,w_60... | 21.2 KiB | 18.4 KiB |
div.relative > div.overflow-hidden > picture > img.min-w-full div.relative > div.overflow-hidden > picture > img.min-w-full | /image/upload/c_crop,x_0,y_0,w_1024,h_576/c_fill,w_600,ar... | 20.9 KiB | 18.1 KiB |
div.relative > div.overflow-hidden > picture > img.min-w-full div.relative > div.overflow-hidden > picture > img.min-w-full | /image/upload/c_crop,x_0,y_88,w_3645,h_2050/c_fill,w_600,... | 20.6 KiB | 17.8 KiB |
div.relative > div.overflow-hidden > picture > img.min-w-full div.relative > div.overflow-hidden > picture > img.min-w-full | /image/upload/c_crop,x_0,y_0,w_5021,h_2824/c_fill,w_600,a... | 20.5 KiB | 17.7 KiB |
div.relative > div.overflow-hidden > picture > img.min-w-full div.relative > div.overflow-hidden > picture > img.min-w-full | /image/upload/c_crop,x_0,y_23,w_1024,h_576/c_fill,w_600,a... | 20.2 KiB | 17.5 KiB |
div.relative > div.overflow-hidden > picture > img.min-w-full div.relative > div.overflow-hidden > picture > img.min-w-full | /image/upload/c_crop,x_0,y_116,w_3382,h_1902/c_fill,w_600... | 17.3 KiB | 15.0 KiB |
div.relative > div.overflow-hidden > picture > img.min-w-full div.relative > div.overflow-hidden > picture > img.min-w-full | /image/upload/c_crop,x_0,y_99,w_7510,h_4224/c_fill,w_600,... | 16.7 KiB | 14.4 KiB |
div.relative > div.overflow-hidden > picture > img.min-w-full div.relative > div.overflow-hidden > picture > img.min-w-full | /image/upload/c_crop,x_2493,y_209,w_4908,h_2760/c_fill,w_... | 15.0 KiB | 13.0 KiB |
div.relative > div.overflow-hidden > picture > img.min-w-full div.relative > div.overflow-hidden > picture > img.min-w-full | /image/upload/c_crop,x_0,y_0,w_2000,h_2000/c_fill,w_320,a... | 15.2 KiB | 5.8 KiB |
div.relative > div.overflow-hidden > picture > img.min-w-full div.relative > div.overflow-hidden > picture > img.min-w-full | /image/upload/c_crop,x_0,y_264,w_3000,h_1687/c_fill,w_186... | 7.2 KiB | 4.0 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.
| URL | Transfer Size | Duration |
|---|---|---|
| cdn-ukwest.onetrust.com/scripttemplates/otSDKStub.js | 9.1 KiB | 295 ms |
| cdn.cookielaw.org/opt-out/otCCPAiab.js | 6.4 KiB | 257 ms |
| assets.minutemediacdn.com/vl-prod/assets/CmYcQYOv-style.css | 20.4 KiB | 356 ms |
| /css2?family=Inter:wght@400;700;800&family=Roboto:wght@10... | 2.8 KiB | 216 ms |
| /p.css?s=1&k=pvh6tvg&ht=tk&f=25308.25310.25312.25314.2531... | 172 B | 204 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| si.com/ | 618 ms |
| www.si.com/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| 22.4 KiB | 19.3 KiB | |
| assets.minutemediacdn.com/vl-prod/assets/CmYcQYOv-style.css | 20.1 KiB | 16.6 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| Unattributable | 922 ms | 166 ms | 0.0 ms |
| www.si.com/ | 650 ms | 18 ms | 3.7 ms |
| assets.minutemediacdn.com/vl-prod/build/q-RFD0BxB0.js | 549 ms | 510 ms | 0.0 ms |
| www.googletagmanager.com/gtm.js?id=GTM-TCW5HW | 260 ms | 228 ms | 20 ms |
| cdn-ukwest.onetrust.com/scripttemplates/202602.1.0/otTCF.js | 205 ms | 177 ms | 3.3 ms |
| /voltax-vertical-video/envs/voltax_vv_widget_t/voltax_vv_... | 179 ms | 96 ms | 83 ms |
| cdn-ukwest.onetrust.com/scripttemplates/202602.1.0/otBannerSdk.js | 170 ms | 101 ms | 25 ms |
| www.googletagmanager.com/gtag/js?id=G-ZEQBJHN5PB&cx=c>m=4e64h1h1 | 121 ms | 106 ms | 15 ms |
| assets.minutemediacdn.com/vl-prod/build/q-DGRjx-LV.js | 105 ms | 97 ms | 0.2 ms |
| assets.minutemediacdn.com/vl-prod/build/q-XYi0b4s7.js | 95 ms | 95 ms | 0.1 ms |
| www.googletagmanager.com/gtag/js?id=G-1C6Y1S6VBD&cx=c>m=4e64h1h1 | 86 ms | 69 ms | 16 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.8 s |
| Other | 1.2 s |
| Style & Layout | 231 ms |
| Script Parsing & Compilation | 204 ms |
| Parse HTML & CSS | 143 ms |
| Rendering | 118 ms |
| Garbage Collection | 55 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 |
|---|---|---|
| cdn.cookielaw.org/opt-out/otCCPAiab.js | 5.8 KiB | 2.6 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /voltax-vertical-video/envs/voltax_vv_widget_t/voltax_vv_... | 555.6 KiB | 446.4 KiB |
| edge-auth.microsoft.com/js/ms_auth_client.min.js | 279.9 KiB | 199.2 KiB |
| accounts.google.com/gsi/client | 95.4 KiB | 71.1 KiB |
| www.googletagmanager.com/gtag/js?id=G-1C6Y1S6VBD&cx=c>m=4e64h1h1 | 143.5 KiB | 70.4 KiB |
| www.googletagmanager.com/gtag/js?id=G-ZEQBJHN5PB&cx=c>m=4e64h1h1 | 146.5 KiB | 59.9 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-TCW5HW | 149.9 KiB | 54.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.
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 | |
|---|---|
Fernando Mendoza’s Unlikely NFL journey div.relative > div.overflow-hidden > picture > img.min-w-full | /image/upload/c_fill,w_600,ar_3:4,f_auto,q_auto,g_auto/im... |
div.relative > div.overflow-hidden > picture > img.min-w-full div.relative > div.overflow-hidden > picture > img.min-w-full | /image/upload/c_fill,w_600,ar_16:9,f_auto,q_auto,g_auto/s... |
Jeremiyah Love Is the NFL’s Next Superhero div.relative > div.overflow-hidden > picture > img.min-w-full | /image/upload/c_fill,w_320,ar_3:4,f_auto,q_auto,g_auto/im... |
Rory McIlroy Was Ready for This Masters div.relative > div.overflow-hidden > picture > img.min-w-full | /image/upload/c_fill,w_320,ar_3:4,f_auto,q_auto,g_auto/im... |
Adam Silver Faces a Critical Stretch for the NBA’s Future div.relative > div.overflow-hidden > picture > img.min-w-full | /image/upload/c_fill,w_320,ar_3:4,f_auto,q_auto,g_auto/im... |
Men’s March Mandess most memorable players div.relative > div.overflow-hidden > picture > img.min-w-full | /image/upload/c_fill,w_320,ar_3:4,f_auto,q_auto,g_auto/im... |
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 |
|---|
MORE DIGITAL COVERS div.relative > div > a.header-link > h4.font-group-tiny |
SHOP SI COVERS div.relative > div > a.header-link > h4.font-group-tiny |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
MORE MMQB div.relative > div > a.header-link > h4.font-group-tiny |
MORE NFL div.relative > div > a.header-link > h4.font-group-tiny |
MORE SOCCER div.relative > div > a.header-link > h4.font-group-tiny |
MORE WORLD CUP div.relative > div > a.header-link > h4.font-group-tiny |
MORE NBA div.relative > div > a.header-link > h4.font-group-tiny |
MORE MLB div.relative > div > a.header-link > h4.font-group-tiny |
MORE DIGITAL COVERS div.relative > div > a.header-link > h4.font-group-tiny |
MORE WNBA div.relative > div > a.header-link > h4.font-group-tiny |
MORE CFB div.relative > div > a.header-link > h4.font-group-tiny |
MORE GOLF div.relative > div > a.header-link > h4.font-group-tiny |
MORE NCAA HOOPS div.relative > div > a.header-link > h4.font-group-tiny |
MORE FANTASY div.relative > div > a.header-link > h4.font-group-tiny |
SHOP SI COVERS div.relative > div > a.header-link > h4.font-group-tiny |
MORE SI SWIM div.relative > div > a.header-link > h4.font-group-tiny |
These are opportunities to improve keyboard navigation in your application.
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
header > div.fixed > div.flex > a.[&>svg]:stroke-white header > div.fixed > div.flex > a.[&>svg]:stroke-white |
div.gallery-column > article.card > div.absolute > a.absolute div.gallery-column > article.card > div.absolute > a.absolute |
div.gallery-column > article.card > div.absolute > a.absolute div.gallery-column > article.card > div.absolute > a.absolute |
div.gallery-column > article.card > div.absolute > a.absolute div.gallery-column > article.card > div.absolute > a.absolute |
div.gallery-column > article.card > div.absolute > a.absolute div.gallery-column > article.card > div.absolute > a.absolute |
div.gallery-column > article.card > div.absolute > a.absolute div.gallery-column > article.card > div.absolute > a.absolute |
div.flex > article.card > div.absolute > a.absolute div.flex > article.card > div.absolute > a.absolute |
div.flex > article.card > div.absolute > a.absolute div.flex > article.card > div.absolute > a.absolute |
div.flex > article.card > div.absolute > a.absolute div.flex > article.card > div.absolute > a.absolute |
div.flex > article.card > div.absolute > a.absolute div.flex > article.card > div.absolute > a.absolute |
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 |
|---|
NBA PLAYOFFS
NFL
DRAFT
NCAAF
SOCCER
MLB
WNBA
NCAAB
FANTASY
BETTING
WATCH
SI TV div.w-full > div.flex > nav.grow > ul.nav-ul |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Topics | /voltax-vertical-video/envs/voltax_vv_widget_t/voltax_vv_... line 128, col 66189 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
accounts.google.com/gsi/client line 85, col 88 | [GSI_LOGGER]: FedCM get() rejects with NetworkError: Error retrieving a token. |
Not signed in with the identity provider. | |
www.si.com/ line 901, col 8498 | SecurityError: Failed to register a ServiceWorker: The origin of the provided scriptURL ('https://assets.minutemediacdn.com') does not match the current origin ('https://www.si.com'). |
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.si.com/fannation | Read More |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback