Mobile 375 × 812

Desktop 1440 × 900

Score: 72 / 100
Based on 8 categories, 0 sections
Room to improve — your 21.8s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Good content signals with minor gaps.
Reasonable footprint with room for optimization.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
'unsafe-eval' found in script source
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 8.3 MB (4.6 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
4 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
144 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/4f19db1c-bdc7-4fe3-9625-1ba4ca62dec4)<a href="https://beavercheck.com/results/4f19db1c-bdc7-4fe3-9625-1ba4ca62dec4"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fopen.spotify.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fopen.spotify.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 21.8s 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.
9 barrier(s) likely increasing bounce by ~33%.
Page takes 21.8s to load
+12% bounceUsers abandon at ~3s — you're 19.3s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.2s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
1 form field(s) without a label
+2% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
Viewport disables user zoom
+2% bounceVisitors with low vision can't read the page — and some jurisdictions treat this as a legal risk
Fix: Remove user-scalable=no; drop maximum-scale if it's below 2
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, …)
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
6 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.
€638 investment → €1.07/month returns + EUR 120,500,000 risk avoided
€638
8h · 5 findings
€1.07 /mo
~€13 / year
EUR 120,500,000
if kept compliant
€43 — 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.
7.5 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,013 / year if left unfixed
€120,500,000
+7 more
€1.07 /mo
14446.5 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 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.
7.88 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
21.77 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.16 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.003
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
8.56 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.
22.19 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.
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 | |
|---|---|---|---|
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e02bbd45c8d36e0e045ef640411 | 56.6 KiB | 45.1 KiB |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab676161000051746e835a500e791bf9c27a422a | 49.3 KiB | 37.8 KiB |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | charts-images.scdn.co/assets/locale_en/regional/weekly/region_us_default.jpg | 46.2 KiB | 34.7 KiB |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e0224ace1518851b27e9983f739 | 45.8 KiB | 34.2 KiB |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e02882265cd9bdded9ea9a153b9 | 45.6 KiB | 34.1 KiB |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | charts-images.scdn.co/assets/locale_en/regional/weekly/region_global_default.jpg | 45.2 KiB | 33.7 KiB |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e022c1f34ecc1929fb59908aad1 | 41.3 KiB | 29.7 KiB |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e02d72fb5571087bca0a2fed008 | 39.9 KiB | 28.4 KiB |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e029ce9e97f45010627a3ea8390 | 35.0 KiB | 23.5 KiB |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e024dea4c1cdf30c359dbaec318 | 34.8 KiB | 23.3 KiB |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e0235ea219ce47813b5e2dc3745 | 34.5 KiB | 23.0 KiB |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616100005174fd0a9fb6c252a3ba44079acf | 33.9 KiB | 22.4 KiB |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e02b5a28a256eae6dc0424fef59 | 33.5 KiB | 22.0 KiB |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e02992b41b178c83a9333268b62 | 33.2 KiB | 21.7 KiB |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e02268a4941736e3d24630266e9 | 31.3 KiB | 19.8 KiB |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e02f8e1043df4c08b991aaec9cf | 31.0 KiB | 19.5 KiB |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616100005174c8752dd511cda8c31e9daee8 | 28.9 KiB | 17.4 KiB |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | charts-images.scdn.co/assets/locale_en/viral/daily/region_us_default.jpg | 28.6 KiB | 17.1 KiB |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | /image/ab67c0de0000deef/dt/v1/img/radio/artist/40ZNYROS4z... | 28.9 KiB | 16.8 KiB |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e02982320da137d0de34410df61 | 28.1 KiB | 16.6 KiB |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e02e77d3253aab699be45f2d2e9 | 27.6 KiB | 16.1 KiB |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616100005174ad85a585103dfc2f3439119a | 27.4 KiB | 15.9 KiB |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | /image/ab67c0de0000deef/dt/v1/img/radio/artist/718COspgdW... | 27.6 KiB | 15.7 KiB |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | /image/ab67c0de0000deef/dt/v1/img/radio/artist/13ZEDW6vyB... | 27.8 KiB | 15.7 KiB |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e02aa82bfd98662bb0f8616839d | 26.5 KiB | 15.0 KiB |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616100005174e2e8e7ff002a4afda1c7147e | 26.7 KiB | 14.9 KiB |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616100005174df2728294ff77dd11eeb18fb | 26.2 KiB | 14.7 KiB |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616100005174e17c0aa1714a03d62b5ce4e0 | 26.2 KiB | 14.7 KiB |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616100005174c1719ac9e6a75c1c25835018 | 26.0 KiB | 14.5 KiB |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | /image/ab67c0de0000deef/dt/v1/img/radio/artist/08GQAI4eEl... | 25.9 KiB | 13.7 KiB |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | /image/ab67c0de0000deef/dt/v1/img/radio/artist/74KM79TiuV... | 25.7 KiB | 13.7 KiB |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | /image/ab67c0de0000deef/dt/v1/img/radio/artist/2RQXRUsr4I... | 25.4 KiB | 13.4 KiB |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e02fd8d7a8d96871e791cb1f626 | 24.8 KiB | 13.3 KiB |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e02b4d59e6fa7e5e7cbc57ac33a | 24.7 KiB | 13.2 KiB |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | /image/ab67c0de0000deef/dt/v1/img/radio/artist/246dkjvS1z... | 25.0 KiB | 13.0 KiB |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | /image/ab67c0de0000deef/dt/v1/img/radio/artist/4YLtscXsxb... | 25.0 KiB | 12.9 KiB |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | /image/ab67c0de0000deef/dt/v1/img/radio/artist/06HL4z0CvF... | 24.7 KiB | 12.8 KiB |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | charts-images.scdn.co/assets/locale_en/viral/daily/region_global_default.jpg | 24.0 KiB | 12.4 KiB |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e02084a94988541c2402615d014 | 23.8 KiB | 12.2 KiB |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | /image/ab67c0de0000deef/dt/v1/img/radio/artist/19k8AgwwTS... | 23.8 KiB | 11.6 KiB |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616100005174aadc18cac8d48124357c38e6 | 22.2 KiB | 10.7 KiB |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | /image/ab67c0de0000deef/dt/v1/img/radio/artist/3TVXtAsR1I... | 22.4 KiB | 10.3 KiB |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e022e92f776279eaf45d14a33fd | 21.6 KiB | 10.1 KiB |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616100005174cb565a8e684e3be458d329ac | 21.3 KiB | 9.8 KiB |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e02c25b53f0a34aa1bb4f77cb3e | 21.2 KiB | 9.7 KiB |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | /image/ab67c0de0000deef/dt/v1/img/radio/artist/4oUHIQIBe0... | 21.7 KiB | 9.6 KiB |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | /image/ab67c0de0000deef/dt/v1/img/radio/artist/7tYKF4w9nC... | 21.3 KiB | 9.1 KiB |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | charts-images.scdn.co/assets/locale_en/regional/daily/region_global_default.jpg | 20.4 KiB | 8.9 KiB |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab6761610000517439ba6dcd4355c03de0b50918 | 19.8 KiB | 8.3 KiB |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e02c5649add07ed3720be9d5526 | 19.1 KiB | 7.6 KiB |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab676161000051744293385d324db8558179afd9 | 19.8 KiB | 7.6 KiB |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | /image/ab67c0de0000deef/dt/v1/img/radio/artist/33qOK5uJ8A... | 15.8 KiB | 4.6 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| open.spotifycdn.com/cdn/build/mobile-web-player/mobile-web-player.b53a27d6.css | 47.2 KiB | 1.1 s |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
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 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 |
|---|---|---|
| open.spotifycdn.com/cdn/build/mobile-web-player/mobile-web-player.ddfa6494.js | 321.6 KiB | 250.1 KiB |
| /cdn/build/mobile-web-player/vendor~mobile-web-player.e9f... | 469.4 KiB | 191.9 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-PZHN3VD | 160.0 KiB | 83.2 KiB |
| cdn.cookielaw.org/scripttemplates/202601.2.0/otBannerSdk.js | 128.2 KiB | 74.1 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| /cdn/build/mobile-web-player/vendor~mobile-web-player.e9f... | 2.2 s | 1.8 s | 229 ms |
| Unattributable | 904 ms | 79 ms | 0.0 ms |
| www.googletagmanager.com/gtm.js?id=GTM-PZHN3VD | 508 ms | 401 ms | 59 ms |
| open.spotify.com/ | 271 ms | 4.0 ms | 0.6 ms |
| cdn.cookielaw.org/scripttemplates/202601.2.0/otBannerSdk.js | 263 ms | 173 ms | 68 ms |
| open.spotifycdn.com/cdn/build/mobile-web-player/mobile-web-player.ddfa6494.js | 246 ms | 6.5 ms | 189 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 | 2.5 s |
| Other | 884 ms |
| Script Parsing & Compilation | 553 ms |
| Style & Layout | 246 ms |
| Garbage Collection | 101 ms |
| Parse HTML & CSS | 95 ms |
| Rendering | 49 ms |
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.
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 | |
|---|---|
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab6761610000517439ba6dcd4355c03de0b50918 |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616100005174c1719ac9e6a75c1c25835018 |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab6761610000517447de0bbc22f08b5ebe14bd6e |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616100005174e17c0aa1714a03d62b5ce4e0 |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616100005174cb565a8e684e3be458d329ac |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616100005174aadc18cac8d48124357c38e6 |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab676161000051744a21b4760d2ecb7b0dcdc8da |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab676161000051746e835a500e791bf9c27a422a |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616100005174df2728294ff77dd11eeb18fb |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616100005174c8752dd511cda8c31e9daee8 |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616100005174ad85a585103dfc2f3439119a |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616100005174fd0a9fb6c252a3ba44079acf |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616100005174998010cd1075921b5faf16b2 |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab6761610000517478e45cfa4697ce3c437cb455 |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616100005174a00b11c129b27a88fc72f36b |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab676161000051741ba8fc5f5c73e7e9313cc6eb |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab676161000051747565b356bc9d9394eefa2ccb |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab676161000051747eaa373538359164b843f7c0 |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | /image/ab67c0de0000deef/dt/v1/img/radio/artist/4oUHIQIBe0... |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | /image/ab67c0de0000deef/dt/v1/img/radio/artist/40ZNYROS4z... |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | /image/ab67c0de0000deef/dt/v1/img/radio/artist/3TVXtAsR1I... |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | /image/ab67c0de0000deef/dt/v1/img/radio/artist/08GQAI4eEl... |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | /image/ab67c0de0000deef/dt/v1/img/radio/artist/7tYKF4w9nC... |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | /image/ab67c0de0000deef/dt/v1/img/radio/artist/74KM79TiuV... |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | /image/ab67c0de0000deef/dt/v1/img/radio/artist/2RQXRUsr4I... |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | /image/ab67c0de0000deef/dt/v1/img/radio/artist/246dkjvS1z... |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | /image/ab67c0de0000deef/dt/v1/img/radio/artist/4YLtscXsxb... |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | /image/ab67c0de0000deef/dt/v1/img/radio/artist/06HL4z0CvF... |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | /image/ab67c0de0000deef/dt/v1/img/radio/artist/19k8AgwwTS... |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | /image/ab67c0de0000deef/dt/v1/img/radio/artist/33qOK5uJ8A... |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | /image/ab67c0de0000deef/dt/v1/img/radio/artist/718COspgdW... |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | /image/ab67c0de0000deef/dt/v1/img/radio/artist/13ZEDW6vyB... |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | /image/ab67c0de0000deef/dt/v1/img/radio/artist/4q3ewBCX7s... |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | /image/ab67c0de0000deef/dt/v1/img/radio/artist/6qxpnaukVa... |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | /image/ab67c0de0000deef/dt/v1/img/radio/artist/2YZyLoL8N0... |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | /image/ab67c0de0000deef/dt/v1/img/radio/artist/22wbnEMDvg... |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | /image/ab67c0de0000deef/dt/v1/img/radio/artist/0L8ExT028j... |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | /image/ab67c0de0000deef/dt/v1/img/radio/artist/4FGPzWzgjU... |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e02c25b53f0a34aa1bb4f77cb3e |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e02d65c4773bc5061fd27facc5b |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e0224ace1518851b27e9983f739 |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e022c1f34ecc1929fb59908aad1 |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e029ce9e97f45010627a3ea8390 |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e02b7129146f87f5f22b8154bee |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e02268a4941736e3d24630266e9 |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e022e92f776279eaf45d14a33fd |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e02aa82bfd98662bb0f8616839d |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e02992b41b178c83a9333268b62 |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e024dea4c1cdf30c359dbaec318 |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e02e77d3253aab699be45f2d2e9 |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e02b4d59e6fa7e5e7cbc57ac33a |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e028509ba1ecd34e1d5410b9a22 |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e0257fc4730e06c9ab20c1e073b |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e02734b1164a9e0faa980ce1b92 |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e02564858dca5482e57c932782f |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e02e6cb19b02e38d18246ac334f |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e0210826dcb26320c49a6cb71b6 |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e02744ce5f9db16330eb4027f26 |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e0235ea219ce47813b5e2dc3745 |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e02bbd45c8d36e0e045ef640411 |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e02f8e1043df4c08b991aaec9cf |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e0271d62ea7ea8a5be92d3c1f62 |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e02d9985092cd88bffd97653b58 |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e02b5a28a256eae6dc0424fef59 |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e026b219c8d8462bfe254a20469 |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e02d72fb5571087bca0a2fed008 |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e02882265cd9bdded9ea9a153b9 |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e02fd8d7a8d96871e791cb1f626 |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e02084a94988541c2402615d014 |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e02c5649add07ed3720be9d5526 |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e02f036cfd075904b4e8445877c |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e02982320da137d0de34410df61 |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e02da5d5aeeabacacc1263c0f4b |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e0249d694203245f241a1bcaa72 |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e028aa339341a0b0c813909c831 |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e02bc18bdade69ec5ef0bb25b17 |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e0296fa88fb1789be437d5cb4b6 |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616d00001e025c0540f97b3f95e387a9b58e |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | charts-images.scdn.co/assets/locale_en/regional/weekly/region_global_default.jpg |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | charts-images.scdn.co/assets/locale_en/regional/weekly/region_us_default.jpg |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | charts-images.scdn.co/assets/locale_en/regional/daily/region_global_default.jpg |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | charts-images.scdn.co/assets/locale_en/regional/daily/region_us_default.jpg |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | charts-images.scdn.co/assets/locale_en/viral/daily/region_global_default.jpg |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | charts-images.scdn.co/assets/locale_en/viral/daily/region_us_default.jpg |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab676161000051744293385d324db8558179afd9 |
div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image div > div.iVFjbVBXFNQUfIjm > div.e-10310-box > img.e-10310-legacy-image | i.scdn.co/image/ab67616100005174e2e8e7ff002a4afda1c7147e |
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.
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Company
About
Jobs
For the Record div.sc-lcIPJg > div.sc-kdBSHD > div.sc-fHjqPf > ul.e-10310-type-list |
Communities
For Artists
Developers
Advertising
Investors
Vendors div.sc-lcIPJg > div.sc-kdBSHD > div.sc-fHjqPf > ul.e-10310-type-list |
Useful links
Support
Free Mobile App
Popular by Country
Import your music div.sc-lcIPJg > div.sc-kdBSHD > div.sc-fHjqPf > ul.e-10310-type-list |
Spotify Plans
Premium Individual
Premium Duo
Premium Family
Premium Student
Sp… div.sc-lcIPJg > div.sc-kdBSHD > div.sc-fHjqPf > ul.e-10310-type-list |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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.mobile-web-player html.mobile-web-player |
These items highlight common accessibility best practices.
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 |
|---|---|
Uncaught Error: Minified React error #421; visit https://reactjs.org/docs/error-decoder.html?invariant=421 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. |
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.
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.
3.03 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.06 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
417 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.659
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.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.
5.51 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.
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.
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.
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 |
|---|---|---|
| open.spotifycdn.com/cdn/build/web-player/web-player.42122f83.js | 1.0 MiB | 1.4 s |
| open.spotifycdn.com/cdn/build/web-player/vendor~web-player.bf1f6caf.js | 232.8 KiB | 210 ms |
| open.spotifycdn.com/cdn/build/web-player/encore~web-player.2731d7c8.js | 95.3 KiB | 84 ms |
| open.spotifycdn.com/cdn/build/web-player/web-player.826e7a83.css | 75.6 KiB | 362 ms |
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab67616d00001e02bbd45c8d36e0e045ef640411 | 56.6 KiB | 52.7 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab676161000051746e835a500e791bf9c27a422a | 49.3 KiB | 45.5 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | charts-images.scdn.co/assets/locale_en/regional/weekly/region_us_default.jpg | 46.2 KiB | 42.4 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab67616d00001e0224ace1518851b27e9983f739 | 45.8 KiB | 41.9 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab67616d00001e02882265cd9bdded9ea9a153b9 | 45.6 KiB | 41.8 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | charts-images.scdn.co/assets/locale_en/regional/weekly/region_global_default.jpg | 45.2 KiB | 41.4 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab67616d00001e022c1f34ecc1929fb59908aad1 | 41.3 KiB | 37.4 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab67616d00001e02d72fb5571087bca0a2fed008 | 39.9 KiB | 36.0 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab67616d00001e029ce9e97f45010627a3ea8390 | 35.0 KiB | 31.2 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab67616d00001e024dea4c1cdf30c359dbaec318 | 34.8 KiB | 30.9 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab67616d00001e0235ea219ce47813b5e2dc3745 | 34.5 KiB | 30.7 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab67616d00001e02b5a28a256eae6dc0424fef59 | 33.5 KiB | 29.6 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab67616d00001e02992b41b178c83a9333268b62 | 33.2 KiB | 29.4 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab67616d00001e02268a4941736e3d24630266e9 | 31.3 KiB | 27.5 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab67616d00001e02f8e1043df4c08b991aaec9cf | 31.0 KiB | 27.1 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | charts-images.scdn.co/assets/locale_en/viral/daily/region_us_default.jpg | 28.6 KiB | 24.8 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | /image/ab67c0de0000deef/dt/v1/img/radio/artist/40ZNYROS4z... | 28.9 KiB | 24.5 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab67616d00001e02e77d3253aab699be45f2d2e9 | 27.6 KiB | 23.8 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab67616d00001e02aa82bfd98662bb0f8616839d | 26.5 KiB | 22.7 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab67616100005174e17c0aa1714a03d62b5ce4e0 | 26.2 KiB | 22.4 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab67616100005174c1719ac9e6a75c1c25835018 | 26.0 KiB | 22.2 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab67616100005174e2e8e7ff002a4afda1c7147e | 26.7 KiB | 22.1 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | /image/ab67c0de0000deef/dt/v1/img/radio/artist/08GQAI4eEl... | 25.9 KiB | 21.4 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | /image/ab67c0de0000deef/dt/v1/img/radio/artist/74KM79TiuV... | 25.7 KiB | 21.2 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | /image/ab67c0de0000deef/dt/v1/img/radio/artist/2RQXRUsr4I... | 25.4 KiB | 21.0 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab67616d00001e02fd8d7a8d96871e791cb1f626 | 24.8 KiB | 21.0 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab67616d00001e02b4d59e6fa7e5e7cbc57ac33a | 24.7 KiB | 20.8 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | /image/ab67c0de0000deef/dt/v1/img/radio/artist/246dkjvS1z... | 25.0 KiB | 20.6 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | /image/ab67c0de0000deef/dt/v1/img/radio/artist/4YLtscXsxb... | 24.6 KiB | 20.2 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | charts-images.scdn.co/assets/locale_en/viral/daily/region_global_default.jpg | 24.0 KiB | 20.1 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | /image/ab67c0de0000deef/dt/v1/img/radio/artist/06HL4z0CvF... | 22.8 KiB | 18.6 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab67616100005174aadc18cac8d48124357c38e6 | 22.2 KiB | 18.4 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | /image/ab67c0de0000deef/dt/v1/img/radio/artist/3TVXtAsR1I... | 22.4 KiB | 18.1 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab67616d00001e022e92f776279eaf45d14a33fd | 21.6 KiB | 17.8 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab67616100005174cb565a8e684e3be458d329ac | 21.3 KiB | 17.5 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab67616d00001e02c25b53f0a34aa1bb4f77cb3e | 21.2 KiB | 17.3 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | /image/ab67c0de0000deef/dt/v1/img/radio/artist/4oUHIQIBe0... | 21.7 KiB | 17.3 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | /image/ab67c0de0000deef/dt/v1/img/radio/artist/7tYKF4w9nC... | 21.3 KiB | 16.8 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | charts-images.scdn.co/assets/locale_en/regional/daily/region_global_default.jpg | 20.4 KiB | 16.5 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab6761610000517439ba6dcd4355c03de0b50918 | 19.8 KiB | 15.9 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab676161000051744293385d324db8558179afd9 | 19.8 KiB | 15.3 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab67616d00001e02d9985092cd88bffd97653b58 | 17.8 KiB | 13.9 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | charts-images.scdn.co/assets/locale_en/regional/daily/region_us_default.jpg | 16.5 KiB | 12.7 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab67616d00001e02b7129146f87f5f22b8154bee | 14.3 KiB | 10.5 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab67616d00001e0271d62ea7ea8a5be92d3c1f62 | 11.2 KiB | 8.2 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab676161000051744a21b4760d2ecb7b0dcdc8da | 10.2 KiB | 7.9 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab6761610000517447de0bbc22f08b5ebe14bd6e | 10.0 KiB | 7.7 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab67616d00001e026b219c8d8462bfe254a20469 | 10.2 KiB | 7.5 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab67616d00001e028509ba1ecd34e1d5410b9a22 | 8.8 KiB | 6.5 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|
Home
Trending songs
Show all
drop dead
Olivia Rodrigo
DAISIES
Justin Bieber… div.main-view-container > div.main-view-container__scroll-node > div > div.main-view-container__scroll-node-child | 0.635 |
⌘ShiftL div.Root > div.iRGr6yO6lPcAKUoT > div#global-nav-bar > div.CJFYJUHifjAise1k | 0.013 |
Legal
Safety & Privacy Center
Privacy Policy
Cookies
About Ads
Accessibility
No… div#Desktop_LeftSidebar_Id > nav.zOQ0BU6AULAqd7Qd > div.LzEeFRy7mTU6vYkC > div.QUc50FGWIq8Tqrrr | 0.004 |
Preview of Spotify
Sign up to get unlimited songs and podcasts with occasional… div#main > div.Root > div.iRGr6yO6lPcAKUoT > div.YdGOYWQYr6kqh7KU | 0.004 |
Legal
Safety & Privacy Center
Privacy Policy
Cookies
About Ads
Accessibility
No… div#Desktop_LeftSidebar_Id > nav.zOQ0BU6AULAqd7Qd > div.LzEeFRy7mTU6vYkC > div.QUc50FGWIq8Tqrrr | 0.002 |
Create div > header.ctNLVWve8CosEgh2 > div.xXVaCgUTXZgGPOKl > div.mkxU7yK3S6E71zxQ | 0.000 |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused 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 |
|---|---|---|
| open.spotifycdn.com/cdn/build/web-player/web-player.42122f83.js | 1013.8 KiB | 634.9 KiB |
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 361.8 KiB | 177.0 KiB |
| open.spotifycdn.com/cdn/build/web-player/vendor~web-player.bf1f6caf.js | 232.6 KiB | 175.0 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-PZHN3VD | 160.0 KiB | 83.2 KiB |
| open.spotifycdn.com/cdn/build/web-player/encore~web-player.2731d7c8.js | 95.1 KiB | 74.2 KiB |
| cdn.cookielaw.org/scripttemplates/202601.2.0/otBannerSdk.js | 128.2 KiB | 74.2 KiB |
| open.spotifycdn.com/cdn/build/web-player/dwp-panel-section.36a80850.js | 58.6 KiB | 51.4 KiB |
| open.spotifycdn.com/cdn/build/web-player/xpui-root-dialogs.fdcb51f2.js | 55.2 KiB | 43.0 KiB |
| open.spotifycdn.com/cdn/build/web-player/xpui-routes-your-library-x.91b449bb.js | 37.3 KiB | 26.0 KiB |
| open.spotifycdn.com/cdn/build/web-player/2642.806d6028.js | 30.5 KiB | 25.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 |
|---|---|---|---|
| open.spotifycdn.com/cdn/build/web-player/web-player.42122f83.js | 2.1 s | 1.3 s | 131 ms |
| Unattributable | 482 ms | 112 ms | 0.0 ms |
| open.spotifycdn.com/cdn/build/web-player/encore~web-player.2731d7c8.js | 338 ms | 322 ms | 14 ms |
| open.spotifycdn.com/cdn/build/web-player/vendor~web-player.bf1f6caf.js | 286 ms | 218 ms | 45 ms |
| open.spotify.com/ | 252 ms | 1.1 ms | 0.2 ms |
| www.googletagmanager.com/gtm.js?id=GTM-PZHN3VD | 123 ms | 107 ms | 14 ms |
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 81 ms | 50 ms | 29 ms |
| cdn.cookielaw.org/scripttemplates/202601.2.0/otBannerSdk.js | 79 ms | 53 ms | 21 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 | 2.3 s |
| Other | 630 ms |
| Style & Layout | 563 ms |
| Script Parsing & Compilation | 295 ms |
| Garbage Collection | 95 ms |
| Rendering | 69 ms |
| Parse HTML & CSS | 35 ms |
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 |
|---|---|---|
| 19.9 KiB | 19.6 KiB | |
| open.spotifycdn.com/cdn/build/web-player/dwp-panel-section.7717f029.css | 12.5 KiB | 12.5 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div > div.m9t_KhZ6MI0XQj9b > div.QX95pTnCYcsJl9oD > div.DTD2wBL5oiABNB41 div > div.m9t_KhZ6MI0XQj9b > div.QX95pTnCYcsJl9oD > div.DTD2wBL5oiABNB41 |
div > div.m9t_KhZ6MI0XQj9b > div.Df7FJJOGsrwyBq9p > div.DTD2wBL5oiABNB41 div > div.m9t_KhZ6MI0XQj9b > div.Df7FJJOGsrwyBq9p > div.DTD2wBL5oiABNB41 |
Company
About
Jobs
For the Record div.sc-lcIPJg > div.sc-kdBSHD > div.sc-fHjqPf > ul.e-10310-type-list |
Communities
For Artists
Developers
Advertising
Investors
Vendors div.sc-lcIPJg > div.sc-kdBSHD > div.sc-fHjqPf > ul.e-10310-type-list |
Useful links
Support
Free Mobile App
Popular by Country
Import your music div.sc-lcIPJg > div.sc-kdBSHD > div.sc-fHjqPf > ul.e-10310-type-list |
Spotify Plans
Premium Individual
Premium Duo
Premium Family
Premium Student
Sp… div.sc-lcIPJg > div.sc-kdBSHD > div.sc-fHjqPf > ul.e-10310-type-list |
Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. Learn more about ARIA roles and required parent element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
drop dead
Olivia Rodrigo div#react-aria159841584-:r3:-react-aria-1 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
DAISIES
Justin Bieber div#react-aria159841584-:r3:-react-aria-2 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
REDRED
CORTIS div#react-aria159841584-:r3:-react-aria-3 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Earrings
Malcolm Todd div#react-aria159841584-:r3:-react-aria-4 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
damned
Miguel div#react-aria159841584-:r3:-react-aria-5 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Freakin’ Out
Dexter and The Moonrocks div#react-aria159841584-:r3:-react-aria-6 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Potential
sombr div#react-aria159841584-:r3:-react-aria-7 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Cinderella (feat. Ty Dolla $ign)
E
Mac Miller, Ty Dolla $ign div#react-aria159841584-:r3:-react-aria-8 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Wannabe
Corey Kent div#react-aria159841584-:r3:-react-aria-9 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
I Want You
Cody Johnson div#react-aria159841584-:r3:-react-aria-10 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Eenie Meenie
Sean Kingston, Justin Bieber div#react-aria159841584-:r3:-react-aria-11 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
FERRARI
E
Los Gemelos De Sinaloa, Clave Especial, Fuerza Regida div#react-aria159841584-:r3:-react-aria-12 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
STAY (with Justin Bieber)
E
The Kid LAROI, Justin Bieber div#react-aria159841584-:r3:-react-aria-13 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Oblivius
The Strokes div#react-aria159841584-:r3:-react-aria-14 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Where Are Ü Now (with Justin Bieber)
Jack Ü, Skrillex, Diplo, Justin Bieber div#react-aria159841584-:r3:-react-aria-15 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Because I Got High
E
Afroman div#react-aria159841584-:r3:-react-aria-16 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
SHE DID IT AGAIN (feat. Zara Larsson)
Tyla, Zara Larsson div#react-aria159841584-:r3:-react-aria-17 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Boston
STELLA LEFTY div#react-aria159841584-:r3:-react-aria-18 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
My Way
Riley Green div#react-aria159841584-:r3:-react-aria-19 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Like a Prayer
Madonna div#react-aria159841584-:r3:-react-aria-20 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Kendrick Lamar
Artist div#react-aria159841584-:r7:-react-aria-1 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Drake
Artist div#react-aria159841584-:r7:-react-aria-2 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
The Weeknd
Artist div#react-aria159841584-:r7:-react-aria-3 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Morgan Wallen
Artist div#react-aria159841584-:r7:-react-aria-4 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Post Malone
Artist div#react-aria159841584-:r7:-react-aria-5 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Rihanna
Artist div#react-aria159841584-:r7:-react-aria-6 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Lady Gaga
Artist div#react-aria159841584-:r7:-react-aria-7 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Billie Eilish
Artist div#react-aria159841584-:r7:-react-aria-8 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Taylor Swift
Artist div#react-aria159841584-:r7:-react-aria-9 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Kanye West
Artist div#react-aria159841584-:r7:-react-aria-10 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
I’m The Problem
Morgan Wallen div#react-aria159841584-:rb:-react-aria-1 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
DeBÍ TiRAR MáS FOToS
Bad Bunny div#react-aria159841584-:rb:-react-aria-2 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
10 Hours of Continuous Rain Sounds for Sleeping
White Noise Radiance, Rain Sou… div#react-aria159841584-:rb:-react-aria-3 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
HIT ME HARD AND SOFT
Billie Eilish div#react-aria159841584-:rb:-react-aria-4 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
GNX
Kendrick Lamar div#react-aria159841584-:rb:-react-aria-5 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
$ome $exy $ongs 4 U
PARTYNEXTDOOR, Drake div#react-aria159841584-:rb:-react-aria-6 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
MUSIC
Playboi Carti div#react-aria159841584-:rb:-react-aria-7 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Hamilton (Original Broadway Cast Recording)
Lin-Manuel Miranda div#react-aria159841584-:rb:-react-aria-8 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Even In Arcadia
Sleep Token div#react-aria159841584-:rb:-react-aria-9 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Short n' Sweet
Sabrina Carpenter div#react-aria159841584-:rb:-react-aria-10 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Morgan Wallen Radio
With Bailey Zimmerman, Jordan Davis, Tucker Wetmore and mo… div#react-aria159841584-:rf:-react-aria-1 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Zach Bryan Radio
With Tyler Childers, Dylan Gossett, Chris Stapleton and more div#react-aria159841584-:rf:-react-aria-2 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Drake Radio
With Bryson Tiller, Travis Scott, PARTYNEXTDOOR and more div#react-aria159841584-:rf:-react-aria-3 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Fleetwood Mac Radio
With Elton John, Billy Joel, Eagles and more div#react-aria159841584-:rf:-react-aria-4 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
SZA Radio
With Frank Ocean, Kendrick Lamar, Daniel Caesar and more div#react-aria159841584-:rf:-react-aria-5 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Sabrina Carpenter Radio
With Chappell Roan, Olivia Rodrigo, Tate McRae and more div#react-aria159841584-:rf:-react-aria-6 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Noah Kahan Radio
With Michael Marcagi, Brenn!, Chance Peña and more div#react-aria159841584-:rf:-react-aria-7 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Post Malone Radio
With Morgan Wallen, Jack Harlow, Shaboozey and more div#react-aria159841584-:rf:-react-aria-8 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Chris Stapleton Radio
With Tyler Childers, Zach Bryan, The Red Clay Strays and… div#react-aria159841584-:rf:-react-aria-9 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Taylor Swift Radio
With Chappell Roan, One Direction, Harry Styles and more div#react-aria159841584-:rf:-react-aria-10 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Top Songs - Global
Your weekly update of the most played tracks right now - Gl… div#react-aria159841584-:r59:-react-aria-1 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Top Songs - USA
Your weekly update of the most played tracks right now - USA. div#react-aria159841584-:r59:-react-aria-2 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Top 50 - Global
Your daily update of the most played tracks right now - Global. div#react-aria159841584-:r59:-react-aria-3 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Top 50 - USA
Your daily update of the most played tracks right now - USA. div#react-aria159841584-:r59:-react-aria-4 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Viral 50 - Global
Your daily update of the most viral tracks right now - Globa… div#react-aria159841584-:r59:-react-aria-5 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Viral 50 - USA
Your daily update of the most viral tracks right now - USA. div#react-aria159841584-:r59:-react-aria-6 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
ARIA roles must have valid values in order to perform their intended accessibility functions. Learn more about valid ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Play drop dead div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play DAISIES div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play REDRED div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Earrings div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play damned div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Freakin’ Out div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Potential div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Cinderella (feat. Ty Dolla $ign) div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Wannabe div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play I Want You div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Eenie Meenie div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play FERRARI div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play STAY (with Justin Bieber) div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Oblivius div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Where Are Ü Now (with Justin Bieber) div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Because I Got High div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play SHE DID IT AGAIN (feat. Zara Larsson) div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Boston div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play My Way div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Like a Prayer div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Kendrick Lamar div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Drake div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play The Weeknd div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Morgan Wallen div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Post Malone div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Rihanna div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Lady Gaga div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Billie Eilish div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Taylor Swift div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Kanye West div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play I’m The Problem by Morgan Wallen div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play DeBÍ TiRAR MáS FOToS by Bad Bunny div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play 10 Hours of Continuous Rain Sounds for Sleeping by White Noise Radiance, R… div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play HIT ME HARD AND SOFT by Billie Eilish div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play GNX by Kendrick Lamar div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play $ome $exy $ongs 4 U by PARTYNEXTDOOR, Drake div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play MUSIC by Playboi Carti div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Hamilton (Original Broadway Cast Recording) by Lin-Manuel Miranda div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Even In Arcadia by Sleep Token div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Short n' Sweet by Sabrina Carpenter div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Morgan Wallen Radio div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Zach Bryan Radio div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Drake Radio div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Fleetwood Mac Radio div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play SZA Radio div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Sabrina Carpenter Radio div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Noah Kahan Radio div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Post Malone Radio div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Chris Stapleton Radio div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Taylor Swift Radio div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Top Songs - Global div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Top Songs - USA div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Top 50 - Global div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Top 50 - USA div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Viral 50 - Global div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Viral 50 - USA div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Olivia Rodrigo span.e-10310-line-clamp > div.e-10310-text > span.e-10310-text > a |
Justin Bieber span.e-10310-line-clamp > div.e-10310-text > span.e-10310-text > a |
CORTIS span.e-10310-line-clamp > div.e-10310-text > span.e-10310-text > a |
Malcolm Todd span.e-10310-line-clamp > div.e-10310-text > span.e-10310-text > a |
Miguel span.e-10310-line-clamp > div.e-10310-text > span.e-10310-text > a |
These items highlight common accessibility best practices.
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 |
|---|---|
open.spotifycdn.com/cdn/build/web-player/web-player.42122f83.js line 1, col 1649269 | Uncaught (in promise) undefined |
open.spotifycdn.com/cdn/build/web-player/web-player.42122f83.js line 11, col 7737 | undefined |
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.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback