Lighthouse Mobile
· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
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
Performance issues directly impact user engagement and conversion rates.
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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| /CF6YEld6/91qK8Zv/WnnBwoW/9n/E9kazL3Gwiu9Dp3Vb3/ChhnPnsWA... | 21600.0 s | 176.7 KiB |
| qb3mmcu0z3.kameleoon.io/engine.js | 14400.0 s | 43.1 KiB |
| www.deezer.com/CF6YEld6/91qK8Zv/WnnBwoW/9n/VrkaOm/A3xPPnsWAg/ShoucH4O/Tl8p | 86400.0 s | 28.5 KiB |
| survey.survicate.com/workspaces/e69a030efff76782eb8bdad0a7d95357/web_surveys.js | 10.0 s | 9.9 KiB |
| cdn.segment.com/next-integrations/actions/3962/1faa179dfb20d0a3f5a0.js | 0.0 ms | 9.2 KiB |
| /next-integrations/actions/braze-cloud-plugins/c3dbe2dde9... | 0.0 ms | 2.5 KiB |
| cdn-assets.dzcdn.net/common/css/deezer-brand.css | 300.0 s | 1.1 KiB |
| cdn-assets.dzcdn.net/common/css/inter.css | 300.0 s | 870 B |
| www.deezer.com/CF6YEld6/91qK8Zv/WnnBwoW/9n/VrkaOm/A3xPPnsWAg/VyMAeAhl/cDJZ | 86400.0 s | 1007 B |
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.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| cdn-assets.dzcdn.net/common/css/deezer-brand.css | 1.1 KiB | 762 ms |
| cdn-assets.dzcdn.net/common/css/inter.css | 870 B | 151 ms |
| /cache/css/sass_c/app-backstage-plain-html.bbde1571c0047b... | 8.7 KiB | 150 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| www.deezer.com/ | 809 ms |
| www.deezer.com/us/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
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.
Diagnostics
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| surveys-static-prd.survicate-cdn.com/widget_core-28.22.7.js | 159.1 KiB | 75.6 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-PPQNZ6 | 181.7 KiB | 70.1 KiB |
| cdn-files.dzcdn.net/cache/js/app-backstage-plain-html.1de236d206f16f2e8525.js | 112.3 KiB | 68.0 KiB |
| /CF6YEld6/91qK8Zv/WnnBwoW/9n/E9kazL3Gwiu9Dp3Vb3/ChhnPnsWA... | 175.8 KiB | 38.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 |
|---|---|---|---|
| /CF6YEld6/91qK8Zv/WnnBwoW/9n/E9kazL3Gwiu9Dp3Vb3/ChhnPnsWA... | 657 ms | 527 ms | 40 ms |
| surveys-static-prd.survicate-cdn.com/widget_core-28.22.7.js | 333 ms | 209 ms | 65 ms |
| Unattributable | 326 ms | 55 ms | 0.0 ms |
| www.googletagmanager.com/gtm.js?id=GTM-PPQNZ6 | 256 ms | 205 ms | 49 ms |
| qb3mmcu0z3.kameleoon.io/engine.js | 243 ms | 191 ms | 14 ms |
| cdn-assets.dzcdn.net/common/js/gdpr-appliance.js | 137 ms | 96 ms | 40 ms |
| cdn-files.dzcdn.net/cache/js/app-backstage-plain-html.1de236d206f16f2e8525.js | 98 ms | 64 ms | 29 ms |
| www.deezer.com/us/ | 85 ms | 10 ms | 2.3 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.5 s |
| Other | 333 ms |
| Script Parsing & Compilation | 274 ms |
| Style & Layout | 169 ms |
| Parse HTML & CSS | 38 ms |
| Garbage Collection | 29 ms |
| Rendering | 11 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
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 |
|---|---|---|
| .sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0; … } … | 28.0 KiB | 27.9 KiB |
| cdn-files.dzcdn.net/cache/css/sass_c/bootstrap-tempo.d4454b37f0bbdda229df.css | 16.3 KiB | 12.8 KiB |
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 | |
|---|---|
Get it on Google Play footer.footer > div.cell > a > img#footer-play-store-button | cdn-assets.dzcdn.net/common/images/play-store-badge/en-us.svg |
Download on the App Store footer.footer > div.cell > a > img#footer-app-store-button | cdn-assets.dzcdn.net/common/images/apple-store-badge/en-us.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
section.gap-2xl-vertical > div.stack-m-vertical > div.carousel-controls > button.tempo-icon-btn section.gap-2xl-vertical > div.stack-m-vertical > div.carousel-controls > button.tempo-icon-btn |
section.gap-2xl-vertical > div.stack-m-vertical > div.carousel-controls > button.tempo-icon-btn section.gap-2xl-vertical > div.stack-m-vertical > div.carousel-controls > button.tempo-icon-btn |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.carousel-item > div.border-s > picture.tempo-picture > img div.carousel-item > div.border-s > picture.tempo-picture > img |
div.carousel-item > div.border-s > picture.tempo-picture > img div.carousel-item > div.border-s > picture.tempo-picture > img |
div.carousel-item > div.border-s > picture.tempo-picture > img div.carousel-item > div.border-s > picture.tempo-picture > img |
div.carousel-item > div.border-s > picture.tempo-picture > img div.carousel-item > div.border-s > picture.tempo-picture > img |
section.bg-primary > div.w-full > picture.tempo-picture > img section.bg-primary > div.w-full > picture.tempo-picture > img |
Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the `select` element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Čeština
Dansk
Deutsch
English
English (us)
Español
Español (latam)
Français
Hrv… div.legal > div.legal-list > div.index-navbar-lang > select#language_select |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body#unlogged-body > nav.tempo-topbar > a#topbar-deezer-logo body#unlogged-body > nav.tempo-topbar > a#topbar-deezer-logo |
div > footer.footer > div.cell > a.logo-container div > footer.footer > div.cell > a.logo-container |
div.cell > ul.social-list > li.social-list-item > a#footer-social-link-facebook div.cell > ul.social-list > li.social-list-item > a#footer-social-link-facebook |
div.cell > ul.social-list > li.social-list-item > a#footer-social-link-instagram div.cell > ul.social-list > li.social-list-item > a#footer-social-link-instagram |
div.cell > ul.social-list > li.social-list-item > a#footer-social-link-twitter div.cell > ul.social-list > li.social-list-item > a#footer-social-link-twitter |
div.cell > ul.social-list > li.social-list-item > a#footer-social-link-youtube div.cell > ul.social-list > li.social-list-item > a#footer-social-link-youtube |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
partners div.gdpr-modalScrollableContent > div.gdpr-wrapperCookieContent > p.gdpr-text > a#gdpr-partners-link |
Accept div.gdpr-modalContainer > div.gdpr-modalCtas > div.gdpr-ctaContainer > button#gdpr-btn-accept-all |
These are opportunities to improve the legibility of your content.
Best practices
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.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
Best Practices
General
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 |
|---|---|
The Content Security Policy directive 'upgrade-insecure-requests' is ignored when delivered in a report-only policy. | |
cdn-assets.dzcdn.net/common/js/gdpr-appliance.js line 2, col 48550 | The Content Security Policy directive 'upgrade-insecure-requests' is ignored when delivered in a report-only policy. |
cdn-assets.dzcdn.net/common/js/gdpr-appliance.js line 2, col 48550 | The Content Security Policy directive 'upgrade-insecure-requests' is ignored when delivered in a report-only policy. |
The Content Security Policy directive 'upgrade-insecure-requests' is ignored when delivered in a report-only policy. | |
The Content Security Policy directive 'upgrade-insecure-requests' is ignored when delivered in a report-only policy. |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
SEO
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.
Crawling and Indexing
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
partners div.gdpr-modalScrollableContent > div.gdpr-wrapperCookieContent > p.gdpr-text > a#gdpr-partners-link |
To appear in search results, crawlers need access to your app.
Content Best Practices
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.carousel-item > div.border-s > picture.tempo-picture > img div.carousel-item > div.border-s > picture.tempo-picture > img |
div.carousel-item > div.border-s > picture.tempo-picture > img div.carousel-item > div.border-s > picture.tempo-picture > img |
div.carousel-item > div.border-s > picture.tempo-picture > img div.carousel-item > div.border-s > picture.tempo-picture > img |
div.carousel-item > div.border-s > picture.tempo-picture > img div.carousel-item > div.border-s > picture.tempo-picture > img |
section.bg-primary > div.w-full > picture.tempo-picture > img section.bg-primary > div.w-full > picture.tempo-picture > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.