Mobile 375 × 812

Desktop 1440 × 900

Score: 72 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
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.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 7.0 MB (4.3 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.
2 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/d15dfd85-35a1-4104-82ac-f15c98529764)<a href="https://beavercheck.com/results/d15dfd85-35a1-4104-82ac-f15c98529764"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fspoti.fi" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fspoti.fiThis 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 8.9s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~34%.
Page takes 8.9s to load
+12% bounceUsers abandon at ~3s — you're 6.4s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 625ms
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
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
Severe layout shift during page load
+6% bounceUsers mis-click when content jumps — converting intent into frustration
Fix: Reserve space for images, ads, and embeds with explicit width/height
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, …)
5 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.
€480 investment → €5,468/month returns + EUR 120,500,000 risk avoided
€480
6h · 5 findings
€5,468 /mo
~€65,614 / year
EUR 120,500,000
if kept compliant
€80 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
6.0 developer hours at €80/hr
Based on Finland rates (€80/hr)
Start here for the best return on investment
€10,041,668 / month at risk
~€120,500,012 / year if left unfixed
€120,500,000
+5 more
€1.00 /mo
13476.9 MB/mo × 0.074 EUR/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
4.22 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
8.87 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
625 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.303
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.22 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.
18.30 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.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
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/ab67616d00001e02b95f6e93c2a5b9b3ae479624 | 76.9 KiB | 65.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/ab67616d00001e0282de1ca074ae63cb18fce335 | 67.1 KiB | 55.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/ab67616d00001e0249d694203245f241a1bcaa72 | 57.1 KiB | 45.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/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/ab67616d00001e02eeaaf6a1eb6a160ccc565c4c | 55.8 KiB | 44.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/ab67616d00001e02a6224f2f93c0ab4b2e01b44b | 54.2 KiB | 42.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/ab67616d00001e026ef30136c8e7d238a6cfe840 | 48.9 KiB | 37.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/ab67616d00001e0245e020709cacb4d7733d5714 | 47.1 KiB | 35.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 | charts-images.scdn.co/assets/locale_en/viral/daily/region_es_default.jpg | 46.3 KiB | 34.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_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/ab6761610000517466041ce9eb4497057cbc3496 | 41.6 KiB | 30.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_es_default.jpg | 36.6 KiB | 25.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/ab67616d00001e029d8645e943c9c45d66da0d7c | 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/ab67616d00001e02b62ac83032bd03907fa32e52 | 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/ab67616d00001e02a01abf0f3b93ee5902fef2a7 | 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/ab67616d00001e02ebfe9e2e17186f8aa42542fc | 34.3 KiB | 22.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/ab67616d00001e02996764071dbd5240eefb2422 | 34.0 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/ab67616d00001e027ab227a7f32cb9a757d49f4a | 33.8 KiB | 22.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/ab676161000051741c4284179078e2529b1630e2 | 33.8 KiB | 22.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/ab67616d00001e02cf3de6092bc6bb2f5312f6ab | 32.8 KiB | 21.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/ab676161000051746705b864a7254d1572039b3d | 31.4 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/ab67616d00001e02f1d02a6cec967f8b6b78f76e | 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/ab676161000051748372345609bebaf1e948ef7f | 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/ab6761610000517443ea45ccf08451d2511d33fa | 27.9 KiB | 16.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 | /image/ab67c0de0000deef/dt/v1/img/radio/artist/2Wwiu1wnq1... | 28.3 KiB | 16.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/ab67616d00001e024b690afba75a356fcdad526e | 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/ab67616d00001e029aaafebdf72716e31b95f7b2 | 27.1 KiB | 15.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/57s0ep3eNS... | 26.9 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 | /image/ab67c0de0000deef/dt/v1/img/radio/artist/4gzpq5DPGx... | 26.8 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 | /image/ab67c0de0000deef/dt/v1/img/radio/artist/1EXjXQpDx2... | 26.7 KiB | 14.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/ab67616100005174f70cb5cef7d3848570900de5 | 25.9 KiB | 14.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/ab6761610000517481f47f44084e0a09b5f0fa13 | 25.4 KiB | 13.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 | /image/ab67c0de0000deef/dt/v1/img/radio/artist/790FomKkXs... | 25.2 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/0du5cEVh5y... | 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 | i.scdn.co/image/ab676161000051740405b03342c2e56751b9923d | 24.5 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/4q3ewBCX7s... | 24.7 KiB | 12.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 | 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/ab67616d00001e02844035d763c7954e60e7076b | 23.7 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/0fM3rWsshl... | 23.9 KiB | 11.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/ab67616d00001e024cbf1f88953e2f87db81f9bd | 23.2 KiB | 11.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/ab67616100005174e6252cc367480d8fe43e711f | 22.6 KiB | 11.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/5Hsv8dUHHO... | 22.9 KiB | 10.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 | /image/ab67c0de0000deef/dt/v1/img/radio/artist/5ZqnEfVdEG... | 22.8 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/1tZ99Anqyj... | 22.7 KiB | 10.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/7a0XAaPaK2... | 22.6 KiB | 10.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/5TYxZTjIPq... | 22.3 KiB | 10.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/ab67616d00001e0293c849b33139a209cad4be04 | 21.4 KiB | 9.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/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 | 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/ab67616d00001e022b497f6bf340faa8812b940c | 20.2 KiB | 8.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/ab6761610000517490671876e11f39f835ececa4 | 20.0 KiB | 8.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/ab676161000051746ba600ad0f41d8a3aa3f53b2 | 20.1 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 | charts-images.scdn.co/assets/locale_en/regional/daily/region_es_default.jpg | 19.4 KiB | 7.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/2IMZYfNi21... | 19.3 KiB | 7.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/ab6761610000517464bf6054ef4b675ad9ccb157 | 18.7 KiB | 7.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/ab67616100005174de97d2b9ce841f3aba0e6f31 | 16.8 KiB | 5.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/ab6761610000517443ce88c0c0a38f7279ff6c43 | 14.6 KiB | 4.5 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| open.spotifycdn.com/cdn/build/mobile-web-player/mobile-web-player.b53a27d6.css | 47.2 KiB | 1.1 s |
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| spoti.fi/ | 1.3 s |
| open.spotify.com/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
| 0.295 | |
Trending songs
NO LE DIGO QUE NO
De Lejitos
Beauty And A Beat
Pop Up
TUS INICIA… div.LoFRfYaxAS9YMiyS > div.dCdmItcWEwjLGY7z > div.Ap789CyBAWEENSAQ > div.ww6BLSuTFA6_7eOZ | 0.008 |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| open.spotifycdn.com/cdn/build/mobile-web-player/mobile-web-player.b53a27d6.css | 46.8 KiB | 42.9 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| open.spotifycdn.com/cdn/build/mobile-web-player/mobile-web-player.8cd30980.js | 314.8 KiB | 244.8 KiB |
| /cdn/build/mobile-web-player/vendor~mobile-web-player.e9f... | 454.5 KiB | 189.9 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... | 1.6 s | 1.4 s | 173 ms |
| Unattributable | 754 ms | 59 ms | 0.0 ms |
| open.spotify.com/ | 316 ms | 3.3 ms | 0.8 ms |
| open.spotifycdn.com/cdn/build/mobile-web-player/mobile-web-player.8cd30980.js | 188 ms | 5.6 ms | 149 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.4 s |
| Other | 710 ms |
| Script Parsing & Compilation | 326 ms |
| Style & Layout | 252 ms |
| Rendering | 83 ms |
| Garbage Collection | 65 ms |
| Parse HTML & CSS | 44 ms |
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/ab6761610000517481f47f44084e0a09b5f0fa13 |
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/ab676161000051748372345609bebaf1e948ef7f |
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/ab6761610000517466041ce9eb4497057cbc3496 |
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/ab6761610000517443ea45ccf08451d2511d33fa |
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/ab67616100005174e6252cc367480d8fe43e711f |
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/ab67616100005174de97d2b9ce841f3aba0e6f31 |
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/ab676161000051741c4284179078e2529b1630e2 |
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/ab67616100005174f70cb5cef7d3848570900de5 |
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/ab6761610000517443ce88c0c0a38f7279ff6c43 |
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/ab676161000051740405b03342c2e56751b9923d |
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/ab676161000051746705b864a7254d1572039b3d |
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/ab676161000051748e10d05db45e77a86256fc5d |
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/ab67616100005174a23ceb177745632b517cb7b2 |
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/ab676161000051741b0d196ca84f4a0d076b4570 |
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/790FomKkXs... |
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/4gzpq5DPGx... |
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/7a0XAaPaK2... |
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/0du5cEVh5y... |
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/5ZqnEfVdEG... |
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/2Wwiu1wnq1... |
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/1EXjXQpDx2... |
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/5Hsv8dUHHO... |
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/1tZ99Anqyj... |
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/5TYxZTjIPq... |
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/2IMZYfNi21... |
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/57s0ep3eNS... |
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/0fM3rWsshl... |
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/2hazSY4Ef3... |
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/0CVOcYvRcS... |
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/6M2wZ9GZgr... |
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/4U7lXyKdSf... |
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/6eUKZXaKkc... |
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/53XhwfbYqK... |
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/ab67616d00001e0245e020709cacb4d7733d5714 |
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/ab67616d00001e02b62ac83032bd03907fa32e52 |
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/ab67616d00001e02f1d02a6cec967f8b6b78f76e |
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/ab67616d00001e024356a61aa478d2495967d134 |
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/ab67616d00001e026ef30136c8e7d238a6cfe840 |
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/ab67616d00001e02eeaaf6a1eb6a160ccc565c4c |
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/ab67616d00001e022b497f6bf340faa8812b940c |
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/ab67616d00001e02414c832feb9b2b6954d898ea |
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/ab67616d00001e02844035d763c7954e60e7076b |
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/ab67616d00001e02cf3de6092bc6bb2f5312f6ab |
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/ab67616d00001e02ebfe9e2e17186f8aa42542fc |
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/ab67616d00001e02b95f6e93c2a5b9b3ae479624 |
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/ab67616d00001e029aaafebdf72716e31b95f7b2 |
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/ab67616d00001e0261a7e0a859bddc12aa365d2e |
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/ab67616d00001e0225c201e5e71b6362c7f142a6 |
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/ab67616d00001e02f87adb61b38950f5d041d91e |
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/ab67616d00001e028e9e7f416d3421a1e7315f63 |
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/ab67616d00001e02f341a30069a926df3241b244 |
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/ab67616d00001e02f4c5acac20e9d9326b7acea6 |
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/ab67616d00001e024cbf1f88953e2f87db81f9bd |
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/ab67616d00001e02e9c382b5b9b3221428da47c2 |
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/ab67616d00001e024b690afba75a356fcdad526e |
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/ab67616d00001e022feb67a486bcf117e7fb15b0 |
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/ab67616d00001e029d8645e943c9c45d66da0d7c |
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/ab67616d00001e026abd0fcf50a20ac09a028c92 |
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/ab67616d00001e02a01abf0f3b93ee5902fef2a7 |
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/ab67616d00001e02996764071dbd5240eefb2422 |
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/ab67616d00001e027ab227a7f32cb9a757d49f4a |
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/ab67616d00001e02a6224f2f93c0ab4b2e01b44b |
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/ab67616d00001e0282de1ca074ae63cb18fce335 |
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/ab67616d00001e0293c849b33139a209cad4be04 |
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/ab67616d00001e02e83df08dc5b90b0909566bd4 |
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/ab67616d00001e02c0353d023daf5ebda0eb003b |
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/ab67616d00001e0213181cadea9f27465ea6e630 |
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/ab67616d00001e02dc9c43138a621ee63a7bc863 |
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/ab67616d00001e021ed1c8aff132830890f91faa |
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/ab67616d00001e020a752c251684e6ef54896219 |
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_es_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_es_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_es_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/ab676161000051746ba600ad0f41d8a3aa3f53b2 |
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/ab6761610000517464bf6054ef4b675ad9ccb157 |
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/ab67616100005174f76d7edd30b9ec1901b84941 |
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/ab6761610000517490671876e11f39f835ececa4 |
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/ab676161000051747e529f4ad13f86c69962cb12 |
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/ab676161000051749a6918fd0b2fd675d63c675d |
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 (in promise) undefined | |
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.66 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.51 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
274 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.
4.09 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.79 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.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
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/vendor~web-player.bf1f6caf.js | 232.8 KiB | 204 ms |
| open.spotifycdn.com/cdn/build/web-player/encore~web-player.2731d7c8.js | 95.5 KiB | 82 ms |
| open.spotifycdn.com/cdn/build/web-player/web-player.86a99def.css | 75.5 KiB | 355 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/ab67616d00001e02b95f6e93c2a5b9b3ae479624 | 76.9 KiB | 73.1 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab67616d00001e0249d694203245f241a1bcaa72 | 57.1 KiB | 53.2 KiB |
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/ab67616d00001e02eeaaf6a1eb6a160ccc565c4c | 55.8 KiB | 51.9 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab67616d00001e026ef30136c8e7d238a6cfe840 | 48.9 KiB | 45.0 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab67616d00001e0245e020709cacb4d7733d5714 | 47.1 KiB | 43.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_es_default.jpg | 46.3 KiB | 42.4 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/ab6761610000517466041ce9eb4497057cbc3496 | 41.6 KiB | 37.7 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_es_default.jpg | 36.6 KiB | 32.7 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab67616d00001e029d8645e943c9c45d66da0d7c | 35.0 KiB | 31.2 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab67616d00001e02b62ac83032bd03907fa32e52 | 35.0 KiB | 31.1 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab67616d00001e02a01abf0f3b93ee5902fef2a7 | 34.5 KiB | 30.7 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab67616d00001e02ebfe9e2e17186f8aa42542fc | 34.3 KiB | 30.5 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab67616d00001e02996764071dbd5240eefb2422 | 34.0 KiB | 30.1 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab676161000051741c4284179078e2529b1630e2 | 33.8 KiB | 29.9 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab67616d00001e02cf3de6092bc6bb2f5312f6ab | 32.8 KiB | 29.0 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab67616d00001e02f1d02a6cec967f8b6b78f76e | 31.0 KiB | 27.2 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab676161000051748372345609bebaf1e948ef7f | 31.0 KiB | 27.2 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab6761610000517443ea45ccf08451d2511d33fa | 27.9 KiB | 24.1 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | /image/ab67c0de0000deef/dt/v1/img/radio/artist/2Wwiu1wnq1... | 28.1 KiB | 23.8 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab67616d00001e024b690afba75a356fcdad526e | 27.6 KiB | 23.8 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab67616d00001e029aaafebdf72716e31b95f7b2 | 27.1 KiB | 23.3 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | /image/ab67c0de0000deef/dt/v1/img/radio/artist/1EXjXQpDx2... | 26.7 KiB | 22.4 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | /image/ab67c0de0000deef/dt/v1/img/radio/artist/4gzpq5DPGx... | 26.7 KiB | 22.3 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab67616100005174f70cb5cef7d3848570900de5 | 25.9 KiB | 22.1 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab6761610000517481f47f44084e0a09b5f0fa13 | 25.4 KiB | 21.5 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | /image/ab67c0de0000deef/dt/v1/img/radio/artist/0du5cEVh5y... | 25.0 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/790FomKkXs... | 25.2 KiB | 20.8 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 | i.scdn.co/image/ab67616d00001e02844035d763c7954e60e7076b | 23.7 KiB | 19.9 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | /image/ab67c0de0000deef/dt/v1/img/radio/artist/4q3ewBCX7s... | 24.0 KiB | 19.6 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab67616d00001e024cbf1f88953e2f87db81f9bd | 23.2 KiB | 19.4 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab67616100005174e6252cc367480d8fe43e711f | 22.6 KiB | 18.7 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | /image/ab67c0de0000deef/dt/v1/img/radio/artist/5Hsv8dUHHO... | 22.9 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/5ZqnEfVdEG... | 22.8 KiB | 18.3 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | /image/ab67c0de0000deef/dt/v1/img/radio/artist/1tZ99Anqyj... | 22.7 KiB | 18.3 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | /image/ab67c0de0000deef/dt/v1/img/radio/artist/7a0XAaPaK2... | 22.6 KiB | 18.2 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 | 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/ab67616d00001e022b497f6bf340faa8812b940c | 20.2 KiB | 16.3 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_es_default.jpg | 19.4 KiB | 15.6 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab676161000051746ba600ad0f41d8a3aa3f53b2 | 20.1 KiB | 15.5 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab67616d00001e02e9c382b5b9b3221428da47c2 | 18.2 KiB | 14.3 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab6761610000517464bf6054ef4b675ad9ccb157 | 18.7 KiB | 14.1 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab67616100005174de97d2b9ce841f3aba0e6f31 | 16.8 KiB | 13.0 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab67616d00001e026abd0fcf50a20ac09a028c92 | 12.3 KiB | 9.1 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab67616d00001e02414c832feb9b2b6954d898ea | 11.5 KiB | 8.4 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab67616d00001e022feb67a486bcf117e7fb15b0 | 8.5 KiB | 6.2 KiB |
div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 div.YR9YVGItxfIgAZje > div.P0DCrcBH45YVGZwP > div > img.obD7rdENNc2n3fC0 | i.scdn.co/image/ab67616d00001e024356a61aa478d2495967d134 | 6.1 KiB | 4.5 KiB |
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 |
|---|---|
| spoti.fi/ | 714 ms |
| open.spotify.com/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Home
Trending songs
Show all
NO LE DIGO QUE NO
Los Buyer, Pikeras
De Lejitos… 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
Cookie Settings
About Ads
Accessib… div#Desktop_LeftSidebar_Id > nav.zOQ0BU6AULAqd7Qd > div.LzEeFRy7mTU6vYkC > div.QUc50FGWIq8Tqrrr | 0.005 |
Legal
Safety & Privacy Center
Privacy Policy
Cookie Settings
About Ads
Accessib… div#Desktop_LeftSidebar_Id > nav.zOQ0BU6AULAqd7Qd > div.LzEeFRy7mTU6vYkC > div.QUc50FGWIq8Tqrrr | 0.003 |
Legal
Safety & Privacy Center
Privacy Policy
Cookie Settings
About Ads
Accessib… div#Desktop_LeftSidebar_Id > nav.zOQ0BU6AULAqd7Qd > div.LzEeFRy7mTU6vYkC > div.QUc50FGWIq8Tqrrr | 0.002 |
Create div > header.ctNLVWve8CosEgh2 > div.xXVaCgUTXZgGPOKl > div.mkxU7yK3S6E71zxQ | 0.000 |
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 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.3593eff6.js | 1.0 MiB | 655.3 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.4 KiB |
| open.spotifycdn.com/cdn/build/web-player/encore~web-player.2731d7c8.js | 95.1 KiB | 74.2 KiB |
| open.spotifycdn.com/cdn/build/web-player/dwp-panel-section.57ffe917.js | 58.6 KiB | 51.5 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.3593eff6.js | 1.7 s | 1.0 s | 109 ms |
| open.spotifycdn.com/cdn/build/web-player/vendor~web-player.bf1f6caf.js | 285 ms | 229 ms | 37 ms |
| open.spotifycdn.com/cdn/build/web-player/encore~web-player.2731d7c8.js | 264 ms | 253 ms | 9.9 ms |
| Unattributable | 264 ms | 83 ms | 0.0 ms |
| open.spotify.com/ | 200 ms | 1.1 ms | 0.2 ms |
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 62 ms | 38 ms | 20 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.7 s |
| Style & Layout | 468 ms |
| Other | 441 ms |
| Script Parsing & Compilation | 209 ms |
| Rendering | 61 ms |
| Garbage Collection | 51 ms |
| Parse HTML & CSS | 25 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 |
|---|---|---|
| open.spotifycdn.com/cdn/build/web-player/dwp-panel-section.b8d9a7f9.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 |
|---|
NO LE DIGO QUE NO
Los Buyer, Pikeras div#react-aria7528785066-:r3:-react-aria-1 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
De Lejitos
E
Jay Wheeler div#react-aria7528785066-:r3:-react-aria-2 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Beauty And A Beat
Justin Bieber, Nicki Minaj div#react-aria7528785066-:r3:-react-aria-3 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Pop Up
E
mvrk div#react-aria7528785066-:r3:-react-aria-4 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
TUS INICIALES
Lola Indigo, Lia Kali, Queralt Lahoz, SALMA div#react-aria7528785066-:r3:-react-aria-5 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
drop dead
Olivia Rodrigo div#react-aria7528785066-:r3:-react-aria-6 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Sin Pena
Bebeshito, Rey Tony, Helabusador, Dj Honda div#react-aria7528785066-:r3:-react-aria-7 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Focu 'Ranni
ROSALÍA div#react-aria7528785066-:r3:-react-aria-8 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
POR TI
Yapi, SOUNDPLUG div#react-aria7528785066-:r3:-react-aria-9 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
666
E
Yan Block, Cris MJ, Panda Black div#react-aria7528785066-:r3:-react-aria-10 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Olvidarnos De To' :)
Cano, Justin Quiles div#react-aria7528785066-:r3:-react-aria-11 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
ONDE MI
E
La Pantera div#react-aria7528785066-:r3:-react-aria-12 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Pa que Brinque
Omar Montes, Lucho RK div#react-aria7528785066-:r3:-react-aria-13 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Mclaren
E
Big Papa313, JC Reyes div#react-aria7528785066-:r3:-react-aria-14 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Por Si Muero Mañana
E
Reality div#react-aria7528785066-:r3:-react-aria-15 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Skokka
E
Huan62 div#react-aria7528785066-:r3:-react-aria-16 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Esto Es Así - Remix
E
Louis BPM, Hanzel La H, Hades66, Prieto Gang div#react-aria7528785066-:r3:-react-aria-17 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
QUÉDIRÁN
E
Gsus lz div#react-aria7528785066-:r3:-react-aria-18 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Sevillanas de Triana
Aromas de Feria div#react-aria7528785066-:r3:-react-aria-19 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
La Gerencia
E
Tito "El Bambino", Arcángel, Wisin, Hanzel La H div#react-aria7528785066-:r3:-react-aria-20 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Bad Bunny
Artist div#react-aria7528785066-:r7:-react-aria-1 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Myke Towers
Artist div#react-aria7528785066-:r7:-react-aria-2 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
KAROL G
Artist div#react-aria7528785066-:r7:-react-aria-3 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Rauw Alejandro
Artist div#react-aria7528785066-:r7:-react-aria-4 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Quevedo
Artist div#react-aria7528785066-:r7:-react-aria-5 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Mora
Artist div#react-aria7528785066-:r7:-react-aria-6 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
JC Reyes
Artist div#react-aria7528785066-:r7:-react-aria-7 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
W Sound
Artist div#react-aria7528785066-:r7:-react-aria-8 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Ozuna
Artist div#react-aria7528785066-:r7:-react-aria-9 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Aitana
Artist div#react-aria7528785066-:r7:-react-aria-10 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
DeBÍ TiRAR MáS FOToS
Bad Bunny div#react-aria7528785066-:rb:-react-aria-1 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
LO MISMO DE SIEMPRE
Mora div#react-aria7528785066-:rb:-react-aria-2 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
CUARTO AZUL
Aitana div#react-aria7528785066-:rb:-react-aria-3 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
BUENAS NOCHES
Quevedo div#react-aria7528785066-:rb:-react-aria-4 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
BORONDO
Beéle div#react-aria7528785066-:rb:-react-aria-5 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Un Verano Sin Ti
Bad Bunny div#react-aria7528785066-:rb:-react-aria-6 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
NACER DE NUEVO
JC Reyes div#react-aria7528785066-:rb:-react-aria-7 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
LA CIUDAD
Alleh, Yorghaki div#react-aria7528785066-:rb:-react-aria-8 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Easy Money Baby
Myke Towers div#react-aria7528785066-:rb:-react-aria-9 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
PRIMERA MUSA
Omar Courtz div#react-aria7528785066-:rb:-react-aria-10 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
KAROL G Radio
With Feid, Bad Bunny, Shakira and more div#react-aria7528785066-:rf:-react-aria-1 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Bad Bunny Radio
With Feid, Arcángel, KAROL G and more div#react-aria7528785066-:rf:-react-aria-2 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Coldplay Radio
With Ed Sheeran, Adele, Harry Styles and more div#react-aria7528785066-:rf:-react-aria-3 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Beéle Radio
With Ovy On The Drums, Alleh, Boza and more div#react-aria7528785066-:rf:-react-aria-4 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Bruno Mars Radio
With Ed Sheeran, Justin Bieber, Adele and more div#react-aria7528785066-:rf:-react-aria-5 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Estopa Radio
With Los Delinqüentes, M-Clan, Amaral and more div#react-aria7528785066-:rf:-react-aria-6 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Arde Bogotá Radio
With Viva Suecia, Lori Meyers, Ultraligera and more div#react-aria7528785066-:rf:-react-aria-7 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Melendi Radio
With Amaral, Pereza, Maldita Nerea and more div#react-aria7528785066-:rf:-react-aria-8 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Leiva Radio
With Viva Suecia, IZAL, Vetusta Morla and more div#react-aria7528785066-:rf:-react-aria-9 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Fito y Fitipaldis Radio
By Spotify div#react-aria7528785066-: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-aria7528785066-:r59:-react-aria-1 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Top Songs - Spain
Your weekly update of the most played tracks right now - Spa… div#react-aria7528785066-: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-aria7528785066-:r59:-react-aria-3 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Top 50 - Spain
Your daily update of the most played tracks right now - Spain. div#react-aria7528785066-: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-aria7528785066-:r59:-react-aria-5 > div > div.LXxEtdyreLg2dh0C > div.e-10310-box |
Viral 50 - Spain
Your daily update of the most viral tracks right now - Spain. div#react-aria7528785066-: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 NO LE DIGO QUE NO div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play De Lejitos div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Beauty And A Beat div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Pop Up div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play TUS INICIALES div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play drop dead div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Sin Pena div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Focu 'Ranni div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play POR TI div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play 666 div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Olvidarnos De To' :) div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play ONDE MI div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Pa que Brinque div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Mclaren div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Por Si Muero Mañana div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Skokka div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Esto Es Así - Remix div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play QUÉDIRÁN div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Sevillanas de Triana div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play La Gerencia div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Bad Bunny div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Myke Towers div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play KAROL G div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Rauw Alejandro div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Quevedo div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Mora div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play JC Reyes div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play W Sound div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Ozuna div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Aitana 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 LO MISMO DE SIEMPRE by Mora div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play CUARTO AZUL by Aitana div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play BUENAS NOCHES by Quevedo div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play BORONDO by Beéle div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Un Verano Sin Ti by Bad Bunny div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play NACER DE NUEVO by JC Reyes div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play LA CIUDAD by Alleh, Yorghaki div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Easy Money Baby by Myke Towers div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play PRIMERA MUSA by Omar Courtz div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play KAROL G Radio div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Bad Bunny Radio div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Coldplay Radio div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Beéle Radio div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Bruno Mars Radio div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Estopa Radio div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Arde Bogotá Radio div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Melendi Radio div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Leiva Radio div.e-10310-box > div.YR9YVGItxfIgAZje > div.qpns1iHTAt8rMNnK > div.pk3lz3TYlskuAfwV |
Play Fito y Fitipaldis 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 - Spain 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 - Spain 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 - Spain 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 |
|---|
Jay Wheeler span.e-10310-line-clamp > div.e-10310-text > span.e-10310-text > a |
mvrk span.e-10310-line-clamp > div.e-10310-text > span.e-10310-text > a |
Olivia Rodrigo 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/vendor~web-player.bf1f6caf.js line 13, col 381936 | Uncaught (in promise) undefined |
open.spotifycdn.com/cdn/build/web-player/web-player.3593eff6.js line 1, col 1649934 | Uncaught (in promise) undefined |
open.spotifycdn.com/cdn/build/web-player/web-player.3593eff6.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