Mobile 375 × 812

Desktop 1440 × 900

Score: 70 / 100
Based on 8 categories, 0 sections
Room to improve — your 4.3s 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.
Missing signals may be hurting your search visibility.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
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 13.1 MB (6.0 MB transferred)
Performance issues directly impact user engagement and conversion rates.
165 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
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/a1f232c9-3e7c-4cb2-9f5c-8c3a10270bcb)<a href="https://beavercheck.com/results/a1f232c9-3e7c-4cb2-9f5c-8c3a10270bcb"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fatptour.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fatptour.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 4.3s exceeds Google's 2.5s 'Good' threshold and the 2 performance issues below directly contribute to it. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~28%.
Page takes 4.3s to load
+12% bounceUsers abandon at ~3s — you're 1.8s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
High main-thread blocking time
+2% bouncePage is non-interactive for 438ms after first paint
Fix: Defer third-party scripts and split large bundles
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$550 investment → $3,213/month returns + USD 150,000 risk avoided
$550
6h · 5 findings
$3,213 /mo
~$38,558 / year
USD 150,000
if kept compliant
$150 — 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.5 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$12,502 / month at risk
~$150,018 / year if left unfixed
$150,000
$1.51 /mo
18866.7 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 4 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.
2.76 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.26 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
438 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.025
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.92 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
19.66 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.
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 | |
|---|---|---|---|
Haier div.partner-group > div.partners > a > img.partner-logo | /-/media/images/sponsored-images/haier-logo_blue-and-whit... | 559.1 KiB | 559.1 KiB |
What were the Madrid tennis results? a.card-link > div.image-container > div.image > img | www.atptour.com/-/media/images/news/2026/04/22/20/37/madrid-2026-resulrs.jpg | 260.8 KiB | 259.6 KiB |
‘Wally’ Grinovero: The driving force behind Team Etcheverry a.card-link > div.image-container > div.image > img | www.atptour.com/-/media/images/news/2026/04/21/10/20/16x9-(1).jpg | 149.6 KiB | 149.0 KiB |
Jude Bellingham is in the house at the Madrid tennis a.card-link > div.image-container > div.image > img | /v1/static/6057277721001/901031fe-5bc1-48c2-8613-e41292f5... | 134.4 KiB | 133.1 KiB |
ATP Fantasy: How to play, choose your team, win points & climb leaderboards a.card-link > div.image-container > div.image > img | /-/media/images/news/2026/03/13/09/43/atp-tennis-fantasy-... | 122.9 KiB | 121.4 KiB |
Highlights: Jodar lifts the roof in Madrid with opening win a.card-link > div.image-container > div.image > img | /v1/static/6057277721001/e1f70911-ae5a-492e-9592-408ed4ff... | 120.6 KiB | 119.4 KiB |
Sinner chases record fifth consecutive Masters 1000 title in Madrid a.card-link > div.image-container > div.image > img | /-/media/images/news/2026/04/20/14/50/sinner-masters-titl... | 118.3 KiB | 117.8 KiB |
Jodar raises the roof, Cilic sets Fonseca clash: Relive Madrid Day 1 video high… a.card-link > div.image-container > div.image > img | www.atptour.com/-/media/images/news/2026/04/22/20/57/jodar-madrid-2026-video.jpg | 114.3 KiB | 113.8 KiB |
What is the Madrid tennis schedule? a.card-link > div.image-container > div.image > img | www.atptour.com/-/media/images/news/2026/04/21/16/05/madrid-2026-schedule.jpg | 113.4 KiB | 111.9 KiB |
Bautista Agut says adios to Madrid: 'My dream came true' a.card-link > div.image-container > div.image > img | /-/media/images/news/2026/04/22/16/10/atp-bautista-madrid... | 112.3 KiB | 111.8 KiB |
Federer on fire! Swiss great’s maiden Madrid crown, 20 years on a.card-link > div.image-container > div.image > img | /-/media/images/news/2026/04/21/10/41/federer-madrid-2006... | 109.2 KiB | 108.7 KiB |
Ruud reveals Nadal's advice ahead of Madrid title defence a.card-link > div.image-container > div.image > img | www.atptour.com/-/media/images/news/2026/04/22/10/28/atp-ruud-madrid-2026.jpg | 90.5 KiB | 90.1 KiB |
Extended Highlights: Jodar, Cilic, Prizmic Day 1 Winners in Madrid 2026 a.card-link > div.image-container > div.image > img | /v1/static/6057277721001/6bcb9130-7dd6-4957-8a1f-5b3203fc... | 128.4 KiB | 87.5 KiB |
Jodar matches Nadal & Alcaraz feat in Madrid, barely 12 km from home a.card-link > div.image-container > div.image > img | /-/media/images/news/2026/04/22/19/42/jodar-madrid-2026-w... | 80.3 KiB | 68.2 KiB |
Logo1 ul#splide02-list > li#splide02-slide02 > a.link > img.exp-tournament-logo | www.atptour.com/assets/atpwt/images/tournament/badges/categorystamps_1000.png | 64.7 KiB | 63.8 KiB |
tennis tv div.atp_media-banner > div.banner-content > a.atp_button > img | www.atptour.com/assets/atptour/assets/tennistv.png | 49.9 KiB | 49.7 KiB |
Carlos Alcaraz-2 div.stats-item > div.player-info > div.profile > img.player-image | www.atptour.com/-/media/alias/player-headshot/a0e2 | 41.7 KiB | 41.6 KiB |
Daniil Medvedev-10 div.stats-item > div.player-info > div.profile > img.player-image | www.atptour.com/-/media/alias/player-headshot/mm58 | 37.6 KiB | 37.5 KiB |
Taylor Fritz-7 div.stats-item > div.player-info > div.profile > img.player-image | www.atptour.com/-/media/alias/player-headshot/fb98 | 37.5 KiB | 37.4 KiB |
Ben Shelton-6 div.stats-item > div.player-info > div.profile > img.player-image | www.atptour.com/-/media/alias/player-headshot/s0s1 | 37.1 KiB | 37.0 KiB |
Camilo Ugo Carabelli div.opponent > div.profile-link > div.headshot > img | www.atptour.com/-/media/alias/player-headshot/u182 | 37.2 KiB | 36.6 KiB |
Camilo Ugo Carabelli div.opponent > a.profile-link > div.headshot > img | /-/media/tennis/players/head-shot/2026/02/17/20/24/ugo_ca... | 37.2 KiB | 36.6 KiB |
Lorenzo Musetti-9 div.stats-item > div.player-info > div.profile > img.player-image | www.atptour.com/-/media/alias/player-headshot/m0ej | 36.6 KiB | 36.5 KiB |
Novak Djokovic-4 div.stats-item > div.player-info > div.profile > img.player-image | www.atptour.com/-/media/alias/player-headshot/d643 | 35.8 KiB | 35.7 KiB |
Alexander Zverev-3 div.stats-item > div.player-info > div.profile > img.player-image | www.atptour.com/-/media/alias/player-headshot/z355 | 34.8 KiB | 34.7 KiB |
Gael Monfils div.player > a.profile-link > div.headshot > img | /-/media/tennis/players/head-shot/2024/02/23/19/48/monfil... | 34.8 KiB | 34.2 KiB |
Felix Auger-Aliassime-5 div.stats-item > div.player-info > div.profile > img.player-image | www.atptour.com/-/media/alias/player-headshot/ag37 | 32.7 KiB | 32.6 KiB |
Alex de Minaur-8 div.stats-item > div.player-info > div.profile > img.player-image | www.atptour.com/-/media/alias/player-headshot/dh58 | 31.2 KiB | 31.1 KiB |
Jannik Sinner-1 div.stats-item > div.player-info > div.profile > img.player-image | www.atptour.com/-/media/alias/player-headshot/s0ag | 31.2 KiB | 31.1 KiB |
Bitpanda div.partner-group > div.partners > a > img.partner-logo | /-/media/sites/atp-tour/partners/bitpanda-logo.png?h=1884... | 25.4 KiB | 25.4 KiB |
ATP Store div.top-down > div.atp_promotional > a > img.image | www.atptour.com/-/media/sites/atp-tour/banners/atp-store-homepage-button.jpg | 16.0 KiB | 10.8 KiB |
H2H Logo Brand div.h2h-content > div.header > a.partner-link > img.partner-logo | www.atptour.com/-/media/sites/atp-tour/header/lexus_atp_head2head_ondark_rgb.png | 10.3 KiB | 10.0 KiB |
PIF div.branding > div.primary-branding > a > img | /-/media/sites/shared/partner-logos/pif-atp_rankings-hori... | 7.3 KiB | 6.9 KiB |
body.rlxmain > div.container > div#rolexClockWim-container > a#clock body.rlxmain > div.container > div#rolexClockWim-container > a#clock | /assets/atptour/assets/third-party/rolex/mobile/css/image... | 6.9 KiB | 6.5 KiB |
ATPTour div.section > div.brand > a > img.logo-image | www.atptour.com/-/media/sites/atp-tour/header/logo-atptour-dark_1.png | 4.2 KiB | 4.2 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 |
|---|---|---|
| www.atptour.com/assets/atptour/css/atptour.css?bust=639113417959252064 | 106.2 KiB | 600 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 |
|---|---|
| atptour.com/ | 1.1 s |
| www.atptour.com/ | 819 ms |
| www.atptour.com/en | 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 |
|---|---|---|
| www.atptour.com/assets/atptour/css/atptour.css?bust=639113417959252064 | 106.1 KiB | 100.7 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 2.5 s |
| Other | 2.0 s |
| Style & Layout | 527 ms |
| Script Parsing & Compilation | 311 ms |
| Parse HTML & CSS | 191 ms |
| Rendering | 186 ms |
| Garbage Collection | 49 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 |
|---|---|---|
| /assets/atptour/assets/third-party/rolex/mobile/js/rolex-... | 14.8 KiB | 7.0 KiB |
| /assets/atptour/assets/third-party/rolex/mobile/js/jquery... | 7.5 KiB | 3.4 KiB |
| /assets/atptour/assets/third-party/rolex/standard/watch_j... | 6.5 KiB | 2.7 KiB |
| /assets/atptour/assets/third-party/rolex/standard/watch_j... | 3.9 KiB | 2.3 KiB |
| www.atptour.com/assets/atptour/assets/third-party/rolex/mobile/js/timezones.js | 3.9 KiB | 2.3 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.atptour.com/assets/atptour/js/atptour.min.js?bust=639113417959252064 | 330.6 KiB | 235.7 KiB |
| www.googletagmanager.com/gtag/js?id=G-D7VPPXYD0V&cx=c>m=4e64m0h2 | 157.4 KiB | 64.2 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-KP6F8L8 | 161.0 KiB | 61.7 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-967735984&cx=c>m=4e64m0h2 | 133.3 KiB | 58.3 KiB |
| api.uk.exponea.com/js/exponea.min.js | 52.2 KiB | 33.3 KiB |
| www.instagram.com/embed.js | 33.7 KiB | 26.9 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 | |
|---|---|
Haier div.partner-group > div.partners > a > img.partner-logo | /-/media/images/sponsored-images/haier-logo_blue-and-whit... |
Bitpanda div.partner-group > div.partners > a > img.partner-logo | /-/media/sites/atp-tour/partners/bitpanda-logo.png?h=1884... |
Stella div.partner-group > div.partners > a > img.partner-logo | www.atptour.com/-/media/sites/atp-tour/partners/stella.svg |
div.h2h-content > div.header > div.partner-link > img.partner-logo div.h2h-content > div.header > div.partner-link > img.partner-logo | www.atptour.com/-/media/sites/atp-tour/header/lexus_atp_head2head_ondark_rgb.png |
H2H Logo Brand div.h2h-content > div.header > a.partner-link > img.partner-logo | www.atptour.com/-/media/sites/atp-tour/header/lexus_atp_head2head_ondark_rgb.png |
ATPTour div.section > div.brand > a > img.logo-image | www.atptour.com/-/media/sites/atp-tour/header/logo-atptour-dark_1.png |
PIF div.partner-group > div.partners > a > img.partner-logo | www.atptour.com/-/media/sites/shared/partner-logos/pif_logo_v3.svg |
div.partner-group > div.partners > a > img.partner-logo div.partner-group > div.partners > a > img.partner-logo | www.atptour.com/-/media/sites/atp-tour/partners/lexus_2d_2510_black_cmyk.svg |
ATP Store div.top-down > div.atp_promotional > a > img.image | www.atptour.com/-/media/sites/atp-tour/banners/atp-store-homepage-button.jpg |
PIF div.branding > div.primary-branding > a > img | /-/media/sites/shared/partner-logos/pif-atp_rankings-hori... |
Gael Monfils div.player > div.profile-link > div.headshot > img | www.atptour.com/-/media/alias/player-headshot/mc65 |
Camilo Ugo Carabelli div.opponent > div.profile-link > div.headshot > img | www.atptour.com/-/media/alias/player-headshot/u182 |
Jannik Sinner-1 div.stats-item > div.player-info > div.profile > img.player-image | www.atptour.com/-/media/alias/player-headshot/s0ag |
Carlos Alcaraz-2 div.stats-item > div.player-info > div.profile > img.player-image | www.atptour.com/-/media/alias/player-headshot/a0e2 |
Alexander Zverev-3 div.stats-item > div.player-info > div.profile > img.player-image | www.atptour.com/-/media/alias/player-headshot/z355 |
Novak Djokovic-4 div.stats-item > div.player-info > div.profile > img.player-image | www.atptour.com/-/media/alias/player-headshot/d643 |
Felix Auger-Aliassime-5 div.stats-item > div.player-info > div.profile > img.player-image | www.atptour.com/-/media/alias/player-headshot/ag37 |
Ben Shelton-6 div.stats-item > div.player-info > div.profile > img.player-image | www.atptour.com/-/media/alias/player-headshot/s0s1 |
Taylor Fritz-7 div.stats-item > div.player-info > div.profile > img.player-image | www.atptour.com/-/media/alias/player-headshot/fb98 |
Alex de Minaur-8 div.stats-item > div.player-info > div.profile > img.player-image | www.atptour.com/-/media/alias/player-headshot/dh58 |
Lorenzo Musetti-9 div.stats-item > div.player-info > div.profile > img.player-image | www.atptour.com/-/media/alias/player-headshot/m0ej |
Daniil Medvedev-10 div.stats-item > div.player-info > div.profile > img.player-image | www.atptour.com/-/media/alias/player-headshot/mm58 |
Gael Monfils div.player > a.profile-link > div.headshot > img | /-/media/tennis/players/head-shot/2024/02/23/19/48/monfil... |
Camilo Ugo Carabelli div.opponent > a.profile-link > div.headshot > img | /-/media/tennis/players/head-shot/2026/02/17/20/24/ugo_ca... |
div.section > div.partner > a.logo-link > img.logo-image div.section > div.partner > a.logo-link > img.logo-image | www.atptour.com/-/media/sites/atp-tour/header/infosys_logo.png |
Purina div.partner-group > div.partners > a > img.partner-logo | www.atptour.com/-/media/sites/atp-tour/partners/purina-pro-plan.svg |
Nitto div.partner-group > div.partners > a > img.partner-logo | www.atptour.com/-/media/sites/atp-tour/partners/nitto.svg |
Lacoste div.partner-group > div.partners > a > img.partner-logo | www.atptour.com/-/media/sites/atp-tour/partners/lacoste.svg |
div.section > div.sponsor > a.sponsor-link > img.sponsor-logo div.section > div.sponsor > a.sponsor-link > img.sponsor-logo | www.atptour.com/-/media/sites/atp-tour/header/logo-emirates-mobile_1.svg |
div.partner-group > div.partners > a > img.partner-logo div.partner-group > div.partners > a > img.partner-logo | www.atptour.com/-/media/sites/atp-tour/header/logo-emirates-mobile_1.svg |
Fitline div.partner-group > div.partners > a > img.partner-logo | www.atptour.com/-/media/sites/atp-tour/partners/fitline_4c.svg |
Polaroid div.partner-group > div.partners > a > img.partner-logo | www.atptour.com/-/media/sites/atp-tour/partners/polaroid_logo_rgb.svg |
Infosys div.partner-group > div.partners > a > img.partner-logo | www.atptour.com/-/media/sites/atp-tour/partners/infosys.svg |
Dunlop div.partner-group > div.partners > a > img.partner-logo | www.atptour.com/-/media/sites/atp-tour/partners/dunlop.svg |
div.partner-group > div.partners > a > img.partner-logo div.partner-group > div.partners > a > img.partner-logo | www.atptour.com/-/media/sites/atp-tour/partners/waterdrop-new.svg |
Yokohama div.partner-group > div.partners > a > img.partner-logo | www.atptour.com/-/media/images/sponsored-images/yokohama-colour-black.svg |
ofx div.partner-group > div.partners > a > img.partner-logo | www.atptour.com/-/media/sites/atp-tour/partners/ofx_main3.svg |
One Vision ul.tournaments > li > a > img.neutral | /-/media/sites/atp-tour/header/global-nav-logos/one_visio... |
ATP No1 Club ul.tournaments > li > a > img.neutral | /-/media/sites/atp-tour/header/global-nav-logos/atp_no1_c... |
ATP Tour ul.tournaments > li.active > a > img.light | /-/media/sites/atp-tour/header/global-nav-logos/atp_tour_... |
ATP Finals ul.tournaments > li > a > img.neutral | /-/media/sites/atp-tour/header/global-nav-logos/nitto_fin... |
ul.tournaments > li > a > img.neutral ul.tournaments > li > a > img.neutral | /-/media/sites/atp-tour/header/global-nav-logos/next_gen_... |
ATP Challenger Tour ul.tournaments > li.separator > a > img.neutral | /-/media/sites/atp-tour/header/global-nav-logos/challenge... |
ATP Serves ul.tournaments > li > a > img.neutral | /-/media/sites/atp-tour/header/global-nav-logos/atp_serve... |
PrivacyChoices div.wrapper > p > a > img | www.atptour.com/-/media/sites/shared/privacy/privacyoptions29x14.png |
Shop div.toolbar > a > div.shop-wrapper > img.shop-icon | www.atptour.com/assets/atptour/assets/atp-store-white.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.search-players > div.search-wrapper > div.search-initial > button.player-search div.search-players > div.search-wrapper > div.search-initial > button.player-search |
div.search-players > div.search-wrapper > div.search-initial > button.opponent-search div.search-players > div.search-wrapper > div.search-initial > button.opponent-search |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.highlights__one > div.top-down > div.atp_ad-rolex > iframe div.highlights__one > div.top-down > div.atp_ad-rolex > iframe |
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 |
|---|
div.section > ul.tournaments > li > a div.section > ul.tournaments > li > a |
div.wrapper > div.section > div.sponsor > a.sponsor-link div.wrapper > div.section > div.sponsor > a.sponsor-link |
div.wrapper > div.partner-group > div.partners > a div.wrapper > div.partner-group > div.partners > a |
div.wrapper > div.partner-group > div.partners > a div.wrapper > div.partner-group > div.partners > a |
div.wrapper > div.partner-group > div.partners > a div.wrapper > div.partner-group > div.partners > a |
div.social > ul > li > a div.social > ul > li > a |
div.social > ul > li > a div.social > ul > li > a |
div.social > ul > li > a div.social > ul > li > a |
div.social > ul > li > a div.social > ul > li > a |
div.social > ul > li > a div.social > ul > li > a |
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 |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.no-js html.no-js |
These items highlight common accessibility best practices.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Corporate div.atp_header-overlay-navigation > ul > li > a |
Media div.atp_header-overlay-navigation > ul > li > a |
Partnerships div.atp_header-overlay-navigation > ul > li > a |
Related Links div.atp_header-overlay-navigation > ul > li > a |
No. 1 Club div.atp_header-overlay-navigation > ul > li > a |
Gaming div.atp_header-overlay-navigation > ul > li > a |
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.02 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.11 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
22 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.019
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.17 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.05 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.
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 | |
|---|---|---|---|
Haier div.partner-group > div.partners > a > img.partner-logo | /-/media/images/sponsored-images/haier-logo_blue-and-whit... | 559.1 KiB | 559.1 KiB |
What were the Madrid tennis results? a.card-link > div.image-container > div.image > img | www.atptour.com/-/media/images/news/2026/04/22/20/37/madrid-2026-resulrs.jpg | 260.8 KiB | 256.3 KiB |
‘Wally’ Grinovero: The driving force behind Team Etcheverry a.card-link > div.image-container > div.image > img | www.atptour.com/-/media/images/news/2026/04/21/10/20/16x9-(1).jpg | 149.6 KiB | 147.1 KiB |
Jude Bellingham is in the house at the Madrid tennis a.card-link > div.image-container > div.image > img | /v1/static/6057277721001/901031fe-5bc1-48c2-8613-e41292f5... | 134.4 KiB | 128.7 KiB |
ATP Fantasy: How to play, choose your team, win points & climb leaderboards a.card-link > div.image-container > div.image > img | /-/media/images/news/2026/03/13/09/43/atp-tennis-fantasy-... | 122.9 KiB | 117.1 KiB |
Sinner chases record fifth consecutive Masters 1000 title in Madrid a.card-link > div.image-container > div.image > img | /-/media/images/news/2026/04/20/14/50/sinner-masters-titl... | 118.3 KiB | 116.2 KiB |
Highlights: Jodar lifts the roof in Madrid with opening win a.card-link > div.image-container > div.image > img | /v1/static/6057277721001/e1f70911-ae5a-492e-9592-408ed4ff... | 120.6 KiB | 115.9 KiB |
Bautista Agut says adios to Madrid: 'My dream came true' a.card-link > div.image-container > div.image > img | /-/media/images/news/2026/04/22/16/10/atp-bautista-madrid... | 112.3 KiB | 110.3 KiB |
Jodar raises the roof, Cilic sets Fonseca clash: Relive Madrid Day 1 video high… a.card-link > div.image-container > div.image > img | www.atptour.com/-/media/images/news/2026/04/22/20/57/jodar-madrid-2026-video.jpg | 114.3 KiB | 109.5 KiB |
What is the Madrid tennis schedule? a.card-link > div.image-container > div.image > img | www.atptour.com/-/media/images/news/2026/04/21/16/05/madrid-2026-schedule.jpg | 113.4 KiB | 107.6 KiB |
Federer on fire! Swiss great’s maiden Madrid crown, 20 years on a.card-link > div.image-container > div.image > img | /-/media/images/news/2026/04/21/10/41/federer-madrid-2006... | 109.2 KiB | 107.4 KiB |
Extended Highlights: Jodar, Cilic, Prizmic Day 1 Winners in Madrid 2026 a.card-link > div.image-container > div.image > img | /v1/static/6057277721001/6bcb9130-7dd6-4957-8a1f-5b3203fc... | 128.4 KiB | 87.5 KiB |
Ruud reveals Nadal's advice ahead of Madrid title defence a.card-link > div.image-container > div.image > img | www.atptour.com/-/media/images/news/2026/04/22/10/28/atp-ruud-madrid-2026.jpg | 90.5 KiB | 86.7 KiB |
Logo1 ul#splide02-list > li#splide02-slide02 > a.link > img.exp-tournament-logo | www.atptour.com/assets/atpwt/images/tournament/badges/categorystamps_1000.png | 64.7 KiB | 63.8 KiB |
Jodar matches Nadal & Alcaraz feat in Madrid, barely 12 km from home a.card-link > div.image-container > div.image > img | /-/media/images/news/2026/04/22/19/42/jodar-madrid-2026-w... | 80.3 KiB | 60.9 KiB |
profilebg-Carlos div.header-bottom > div.player-image > span.player-avatar > img | www.atptour.com/-/media/alias/player-gladiator-headshot/a0e2 | 63.0 KiB | 60.2 KiB |
tennis tv div.atp_media-banner > div.banner-content > a.atp_button > img | www.atptour.com/assets/atptour/assets/tennistv.png | 49.9 KiB | 49.7 KiB |
Carlos Alcaraz-2 div.stats-item > div.player-info > div.profile > img.player-image | www.atptour.com/-/media/alias/player-headshot/a0e2 | 41.7 KiB | 41.6 KiB |
Logo2 ul#splide02-list > li#splide02-slide03 > a.link > img.exp-tournament-logo | www.atptour.com/assets/atpwt/images/tournament/badges/categorystamps_500.png | 39.1 KiB | 38.3 KiB |
Daniil Medvedev-10 div.stats-item > div.player-info > div.profile > img.player-image | www.atptour.com/-/media/alias/player-headshot/mm58 | 37.6 KiB | 37.5 KiB |
Taylor Fritz-7 div.stats-item > div.player-info > div.profile > img.player-image | www.atptour.com/-/media/alias/player-headshot/fb98 | 37.5 KiB | 37.4 KiB |
Ben Shelton-6 div.stats-item > div.player-info > div.profile > img.player-image | www.atptour.com/-/media/alias/player-headshot/s0s1 | 37.1 KiB | 37.0 KiB |
Camilo Ugo Carabelli div.opponent > a.profile-link > div.headshot > img | /-/media/tennis/players/head-shot/2026/02/17/20/24/ugo_ca... | 37.2 KiB | 36.6 KiB |
Lorenzo Musetti-9 div.stats-item > div.player-info > div.profile > img.player-image | www.atptour.com/-/media/alias/player-headshot/m0ej | 36.6 KiB | 36.5 KiB |
Novak Djokovic-4 div.stats-item > div.player-info > div.profile > img.player-image | www.atptour.com/-/media/alias/player-headshot/d643 | 35.8 KiB | 35.7 KiB |
Alexander Zverev-3 div.stats-item > div.player-info > div.profile > img.player-image | www.atptour.com/-/media/alias/player-headshot/z355 | 34.8 KiB | 34.7 KiB |
Gael Monfils div.player > a.profile-link > div.headshot > img | /-/media/tennis/players/head-shot/2024/02/23/19/48/monfil... | 34.8 KiB | 34.2 KiB |
Felix Auger-Aliassime-5 div.stats-item > div.player-info > div.profile > img.player-image | www.atptour.com/-/media/alias/player-headshot/ag37 | 32.7 KiB | 32.6 KiB |
Alex de Minaur-8 div.stats-item > div.player-info > div.profile > img.player-image | www.atptour.com/-/media/alias/player-headshot/dh58 | 31.2 KiB | 31.1 KiB |
Jannik Sinner-1 div.stats-item > div.player-info > div.profile > img.player-image | www.atptour.com/-/media/alias/player-headshot/s0ag | 31.2 KiB | 31.1 KiB |
Bitpanda div.partner-group > div.partners > a > img.partner-logo | /-/media/sites/atp-tour/partners/bitpanda-logo.png?h=1884... | 25.4 KiB | 25.4 KiB |
Logo3 ul#splide02-list > li#splide02-slide04 > a.link > img.exp-tournament-logo | www.atptour.com/assets/atpwt/images/tournament/badges/categorystamps_250.png | 13.3 KiB | 13.0 KiB |
ATP Store div.top-down > div.atp_promotional > a > img.image | www.atptour.com/-/media/sites/atp-tour/banners/atp-store-homepage-button.jpg | 16.0 KiB | 12.0 KiB |
body.rlxmain > div#rolexClockWim-container > a#clock body.rlxmain > div#rolexClockWim-container > a#clock | /assets/atptour/assets/third-party/rolex/standard/images/... | 12.0 KiB | 11.0 KiB |
H2H Logo Brand div.h2h-content > div.header > a.partner-link > img.partner-logo | www.atptour.com/-/media/sites/atp-tour/header/lexus_atp_head2head_ondark_rgb.png | 10.3 KiB | 10.0 KiB |
div.stats-header > h3.primary-heading > span.infosys-logo > img div.stats-header > h3.primary-heading > span.infosys-logo > img | www.atptour.com/-/media/sites/atp-tour/stats/infosys-atp-stats-72px_1.png | 7.5 KiB | 7.5 KiB |
PIF div.branding > div.primary-branding > a > img | /-/media/sites/shared/partner-logos/pif-atp_rankings-hori... | 7.3 KiB | 6.9 KiB |
SCORES div.scores-header > div.scores-header-top > h3 > img | /-/media/sites/atp-tour/header/atp-scores-horiz-navy-rgb_... | 5.4 KiB | 5.3 KiB |
ATPTour div.section > div.brand > a > img.logo-image | www.atptour.com/-/media/sites/atp-tour/header/logo-atptour-dark_1.png | 4.2 KiB | 4.2 KiB |
ATPTour div.section > div#site-logo > a > img.logo-image | www.atptour.com/-/media/sites/atp-tour/header/atp-add-all-logo_1.png | 4.2 KiB | 4.2 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 |
|---|---|---|
| www.atptour.com/assets/atptour/css/atptour.css?bust=639113417959252064 | 106.1 KiB | 122 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 |
|---|---|
| atptour.com/ | 560 ms |
| www.atptour.com/ | 271 ms |
| www.atptour.com/en | 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 |
|---|---|---|
| www.atptour.com/assets/atptour/css/atptour.css?bust=639113417959252064 | 106.0 KiB | 98.7 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 |
|---|---|---|
| /assets/atptour/assets/third-party/rolex/mobile/js/rolex-... | 14.8 KiB | 7.0 KiB |
| /assets/atptour/assets/third-party/rolex/mobile/js/jquery... | 7.5 KiB | 3.4 KiB |
| /assets/atptour/assets/third-party/rolex/standard/watch_j... | 6.5 KiB | 2.7 KiB |
| /assets/atptour/assets/third-party/rolex/standard/watch_j... | 3.9 KiB | 2.3 KiB |
| www.atptour.com/assets/atptour/assets/third-party/rolex/mobile/js/timezones.js | 3.9 KiB | 2.3 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.atptour.com/assets/atptour/js/atptour.min.js?bust=639113417959252064 | 330.6 KiB | 235.3 KiB |
| www.googletagmanager.com/gtag/js?id=G-D7VPPXYD0V&cx=c>m=4e64k1 | 158.0 KiB | 64.3 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-KP6F8L8 | 161.5 KiB | 61.9 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-967735984&cx=c>m=4e64k1 | 133.9 KiB | 58.6 KiB |
| api.uk.exponea.com/js/exponea.min.js | 52.2 KiB | 33.3 KiB |
| www.instagram.com/embed.js | 33.7 KiB | 26.9 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.
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 | 707 ms |
| Other | 630 ms |
| Rendering | 528 ms |
| Style & Layout | 206 ms |
| Script Parsing & Compilation | 92 ms |
| Parse HTML & CSS | 46 ms |
| Garbage Collection | 13 ms |
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 | |
|---|---|
Haier div.partner-group > div.partners > a > img.partner-logo | /-/media/images/sponsored-images/haier-logo_blue-and-whit... |
Bitpanda div.partner-group > div.partners > a > img.partner-logo | /-/media/sites/atp-tour/partners/bitpanda-logo.png?h=1884... |
Stella div.partner-group > div.partners > a > img.partner-logo | www.atptour.com/-/media/sites/atp-tour/partners/stella.svg |
div.h2h-content > div.header > div.partner-link > img.partner-logo div.h2h-content > div.header > div.partner-link > img.partner-logo | www.atptour.com/-/media/sites/atp-tour/header/lexus_atp_head2head_ondark_rgb.png |
H2H Logo Brand div.h2h-content > div.header > a.partner-link > img.partner-logo | www.atptour.com/-/media/sites/atp-tour/header/lexus_atp_head2head_ondark_rgb.png |
profilebg-Carlos div.header-bottom > div.player-image > span.player-avatar > img | www.atptour.com/-/media/alias/player-gladiator-headshot/a0e2 |
ATPTour div.section > div#site-logo > a > img.logo-image | www.atptour.com/-/media/sites/atp-tour/header/atp-add-all-logo_1.png |
ATPTour div.section > div.brand > a > img.logo-image | www.atptour.com/-/media/sites/atp-tour/header/logo-atptour-dark_1.png |
div.stats-header > h3.primary-heading > span.infosys-logo > img div.stats-header > h3.primary-heading > span.infosys-logo > img | www.atptour.com/-/media/sites/atp-tour/stats/infosys-atp-stats-72px_1.png |
PIF div.partner-group > div.partners > a > img.partner-logo | www.atptour.com/-/media/sites/shared/partner-logos/pif_logo_v3.svg |
div.partner-group > div.partners > a > img.partner-logo div.partner-group > div.partners > a > img.partner-logo | www.atptour.com/-/media/sites/atp-tour/partners/lexus_2d_2510_black_cmyk.svg |
SCORES div.scores-header > div.scores-header-top > h3 > img | /-/media/sites/atp-tour/header/atp-scores-horiz-navy-rgb_... |
ATP Store div.top-down > div.atp_promotional > a > img.image | www.atptour.com/-/media/sites/atp-tour/banners/atp-store-homepage-button.jpg |
PIF div.branding > div.primary-branding > a > img | /-/media/sites/shared/partner-logos/pif-atp_rankings-hori... |
Gael Monfils div.player > div.profile-link > div.headshot > img | www.atptour.com/-/media/alias/player-headshot/mc65 |
Camilo Ugo Carabelli div.opponent > div.profile-link > div.headshot > img | www.atptour.com/-/media/alias/player-headshot/u182 |
Jannik Sinner-1 div.stats-item > div.player-info > div.profile > img.player-image | www.atptour.com/-/media/alias/player-headshot/s0ag |
Carlos Alcaraz-2 div.stats-item > div.player-info > div.profile > img.player-image | www.atptour.com/-/media/alias/player-headshot/a0e2 |
Alexander Zverev-3 div.stats-item > div.player-info > div.profile > img.player-image | www.atptour.com/-/media/alias/player-headshot/z355 |
Novak Djokovic-4 div.stats-item > div.player-info > div.profile > img.player-image | www.atptour.com/-/media/alias/player-headshot/d643 |
Felix Auger-Aliassime-5 div.stats-item > div.player-info > div.profile > img.player-image | www.atptour.com/-/media/alias/player-headshot/ag37 |
Ben Shelton-6 div.stats-item > div.player-info > div.profile > img.player-image | www.atptour.com/-/media/alias/player-headshot/s0s1 |
Taylor Fritz-7 div.stats-item > div.player-info > div.profile > img.player-image | www.atptour.com/-/media/alias/player-headshot/fb98 |
Alex de Minaur-8 div.stats-item > div.player-info > div.profile > img.player-image | www.atptour.com/-/media/alias/player-headshot/dh58 |
Lorenzo Musetti-9 div.stats-item > div.player-info > div.profile > img.player-image | www.atptour.com/-/media/alias/player-headshot/m0ej |
Daniil Medvedev-10 div.stats-item > div.player-info > div.profile > img.player-image | www.atptour.com/-/media/alias/player-headshot/mm58 |
Gael Monfils div.player > a.profile-link > div.headshot > img | /-/media/tennis/players/head-shot/2024/02/23/19/48/monfil... |
Camilo Ugo Carabelli div.opponent > a.profile-link > div.headshot > img | /-/media/tennis/players/head-shot/2026/02/17/20/24/ugo_ca... |
div.section > div.partner > a.logo-link > img.logo-image div.section > div.partner > a.logo-link > img.logo-image | www.atptour.com/-/media/sites/atp-tour/header/infosys_logo.png |
Purina div.partner-group > div.partners > a > img.partner-logo | www.atptour.com/-/media/sites/atp-tour/partners/purina-pro-plan.svg |
Nitto div.partner-group > div.partners > a > img.partner-logo | www.atptour.com/-/media/sites/atp-tour/partners/nitto.svg |
Lacoste div.partner-group > div.partners > a > img.partner-logo | www.atptour.com/-/media/sites/atp-tour/partners/lacoste.svg |
div.section > div.sponsor > a.sponsor-link > img.sponsor-logo div.section > div.sponsor > a.sponsor-link > img.sponsor-logo | www.atptour.com/-/media/sites/atp-tour/header/logo-emirates-mobile_1.svg |
div.partner-group > div.partners > a > img.partner-logo div.partner-group > div.partners > a > img.partner-logo | www.atptour.com/-/media/sites/atp-tour/header/logo-emirates-mobile_1.svg |
Fitline div.partner-group > div.partners > a > img.partner-logo | www.atptour.com/-/media/sites/atp-tour/partners/fitline_4c.svg |
Polaroid div.partner-group > div.partners > a > img.partner-logo | www.atptour.com/-/media/sites/atp-tour/partners/polaroid_logo_rgb.svg |
Infosys div.partner-group > div.partners > a > img.partner-logo | www.atptour.com/-/media/sites/atp-tour/partners/infosys.svg |
Dunlop div.partner-group > div.partners > a > img.partner-logo | www.atptour.com/-/media/sites/atp-tour/partners/dunlop.svg |
div.partner-group > div.partners > a > img.partner-logo div.partner-group > div.partners > a > img.partner-logo | www.atptour.com/-/media/sites/atp-tour/partners/waterdrop-new.svg |
Yokohama div.partner-group > div.partners > a > img.partner-logo | www.atptour.com/-/media/images/sponsored-images/yokohama-colour-black.svg |
ofx div.partner-group > div.partners > a > img.partner-logo | www.atptour.com/-/media/sites/atp-tour/partners/ofx_main3.svg |
One Vision ul.tournaments > li > a > img.neutral | /-/media/sites/atp-tour/header/global-nav-logos/one_visio... |
ATP No1 Club ul.tournaments > li > a > img.neutral | /-/media/sites/atp-tour/header/global-nav-logos/atp_no1_c... |
ATP Tour ul.tournaments > li.active > a > img.light | /-/media/sites/atp-tour/header/global-nav-logos/atp_tour_... |
ATP Finals ul.tournaments > li > a > img.neutral | /-/media/sites/atp-tour/header/global-nav-logos/nitto_fin... |
ul.tournaments > li > a > img.neutral ul.tournaments > li > a > img.neutral | /-/media/sites/atp-tour/header/global-nav-logos/next_gen_... |
ATP Challenger Tour ul.tournaments > li.separator > a > img.neutral | /-/media/sites/atp-tour/header/global-nav-logos/challenge... |
ATP Serves ul.tournaments > li > a > img.neutral | /-/media/sites/atp-tour/header/global-nav-logos/atp_serve... |
PrivacyChoices div.wrapper > p > a > img | www.atptour.com/-/media/sites/shared/privacy/privacyoptions29x14.png |
Shop div.toolbar > a > div.shop-wrapper > img.shop-icon | www.atptour.com/assets/atptour/assets/atp-store-white.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.search-players > div.search-wrapper > div.search-initial > button.player-search div.search-players > div.search-wrapper > div.search-initial > button.player-search |
div.search-players > div.search-wrapper > div.search-initial > button.opponent-search div.search-players > div.search-wrapper > div.search-initial > button.opponent-search |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.highlights__one > div.top-down > div.atp_ad-rolex > iframe div.highlights__one > div.top-down > div.atp_ad-rolex > iframe |
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 |
|---|
div.section > ul.tournaments > li > a div.section > ul.tournaments > li > a |
div.wrapper > div.section > div.sponsor > a.sponsor-link div.wrapper > div.section > div.sponsor > a.sponsor-link |
div.wrapper > div.partner-group > div.partners > a div.wrapper > div.partner-group > div.partners > a |
div.wrapper > div.partner-group > div.partners > a div.wrapper > div.partner-group > div.partners > a |
div.wrapper > div.partner-group > div.partners > a div.wrapper > div.partner-group > div.partners > a |
div.social > ul > li > a div.social > ul > li > a |
div.social > ul > li > a div.social > ul > li > a |
div.social > ul > li > a div.social > ul > li > a |
div.social > ul > li > a div.social > ul > li > a |
div.social > ul > li > a div.social > ul > li > a |
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.
When definition lists are not properly marked up, screen readers may produce confusing or inaccurate output. Learn how to structure definition lists correctly.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1
Jannik Sinner
299.6
2
Reilly Opelka
299.4
3
Taylor Fritz
297.6
4
Giovanni Mpe… div.atp_stats > div.stats-content > div.player-stats > dl.stats-list |
Definition list items (`<dt>` and `<dd>`) must be wrapped in a parent `<dl>` element to ensure that screen readers can properly announce them. Learn how to structure definition lists correctly.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1 div.player-stats > dl.stats-list > span > dt |
Jannik Sinner div.player-stats > dl.stats-list > span > dd.name |
299.6 div.player-stats > dl.stats-list > span > dd.points |
2 div.player-stats > dl.stats-list > span > dt |
Reilly Opelka div.player-stats > dl.stats-list > span > dd.name |
299.4 div.player-stats > dl.stats-list > span > dd.points |
3 div.player-stats > dl.stats-list > span > dt |
Taylor Fritz div.player-stats > dl.stats-list > span > dd.name |
297.6 div.player-stats > dl.stats-list > span > dd.points |
4 div.player-stats > dl.stats-list > span > dt |
Giovanni Mpetshi Perricard div.player-stats > dl.stats-list > span > dd.name |
296.7 div.player-stats > dl.stats-list > span > dd.points |
5 div.player-stats > dl.stats-list > span > dt |
Ben Shelton div.player-stats > dl.stats-list > span > dd.name |
295.8 div.player-stats > dl.stats-list > span > dd.points |
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 |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.no-js html.no-js |
These items highlight common accessibility best practices.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Send Feedback