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.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| www.ledger.com/wp-content/themes/ledger-v2/public/fonts/icomoon.ttf?ovw2pd | 40 ms |
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.
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.
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 | |
|---|---|---|---|
Go beyond exchanges and software wallets div.flexbox > div.illustration-block > a > img.illustration | ledger-wp-website-s3-prd.ledger.com/uploads/2026/04/hero_visual-3.webp | 132.6 KiB | 118.3 KiB |
Ledger Stax™ a.product-card > div.image-container > div > img | ledger-wp-website-s3-prd.ledger.com/uploads/2024/10/stax_3x.webp | 86.6 KiB | 83.4 KiB |
Ledger Nano™ a.product-card > div.image-container > div > img | ledger-wp-website-s3-prd.ledger.com/uploads/2025/10/Nano-Gen5-visual.webp | 90.9 KiB | 82.9 KiB |
div.swiper-slide > div.content > div.author > div.illustration div.swiper-slide > div.content > div.author > div.illustration | ledger-wp-website-s3-prd.ledger.com/uploads/2023/09/2160.jpg | 39.1 KiB | 13.1 KiB |
BNB logo div.cryptos-slide > div > a > img | ledger-wp-website-s3-prd.ledger.com/uploads/2022/12/bnb-logo.webp | 11.6 KiB | 11.1 KiB |
Shiba Inu logo div.cryptos-slide > div > a > img | ledger-wp-website-s3-prd.ledger.com/uploads/2022/11/shiba.png | 11.3 KiB | 10.8 KiB |
Optimism logo div.cryptos-slide > div > a > img | ledger-wp-website-s3-prd.ledger.com/uploads/2023/05/Optimism.png | 10.8 KiB | 10.2 KiB |
Ledger Nano™ a.product-card > div.image-container > div > img | /uploads/2024/07/ledger_nanos_ranges_comparison.webp | 12.0 KiB | 9.8 KiB |
USD Coin logo div.cryptos-slide > div > a > img | ledger-wp-website-s3-prd.ledger.com/uploads/2022/11/USD_Coin_icon.png | 9.1 KiB | 8.7 KiB |
Ledger Flex™ a.product-card > div.image-container > div > img | ledger-wp-website-s3-prd.ledger.com/uploads/2024/07/flex_comparison_block.webp | 10.3 KiB | 8.5 KiB |
Bitcoin logo div.cryptos-slide > div > a > img | ledger-wp-website-s3-prd.ledger.com/uploads/2022/12/Bitcoin-Logo.webp | 6.4 KiB | 6.0 KiB |
Polygon logo div.cryptos-slide > div > a > img | ledger-wp-website-s3-prd.ledger.com/uploads/2022/11/matic-token-icon.png | 5.8 KiB | 5.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 |
|---|---|
| ledger.com/ | 805 ms |
| www.ledger.com/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Diagnostics
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.ledger.com/wp-content/themes/ledger-v2/public/css/main.css?ver=14554 | 34.3 KiB | 26.2 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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtm.js?id=GTM-W5FKZ2N | 164.2 KiB | 59.6 KiB |
| cdn.optimizely.com/js/30433690750.js?ver=1 | 87.3 KiB | 55.1 KiB |
| /wp-content/plugins/sassy-social-share/public/js/sassy-so... | 46.2 KiB | 43.9 KiB |
| cdnjs.cloudflare.com/ajax/libs/Swiper/9.2.0/swiper-bundle.min.js | 32.9 KiB | 21.2 KiB |
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 |
|---|---|
| Other | 5.4 s |
| Rendering | 4.1 s |
| Style & Layout | 1.9 s |
| Script Evaluation | 545 ms |
| Parse HTML & CSS | 116 ms |
| Script Parsing & Compilation | 110 ms |
| Garbage Collection | 91 ms |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Ledger Stax™ a.product-card > div.image-container > div > img | ledger-wp-website-s3-prd.ledger.com/uploads/2024/10/stax_3x.webp |
Go beyond exchanges and software wallets div.flexbox > div.illustration-block > a > img.illustration | ledger-wp-website-s3-prd.ledger.com/uploads/2026/04/hero_visual-3.webp |
Ledger Flex™ a.product-card > div.image-container > div > img | ledger-wp-website-s3-prd.ledger.com/uploads/2024/07/flex_comparison_block.webp |
Ledger Nano™ a.product-card > div.image-container > div > img | ledger-wp-website-s3-prd.ledger.com/uploads/2025/10/Nano-Gen5-visual.webp |
Ledger Nano™ a.product-card > div.image-container > div > img | /uploads/2024/07/ledger_nanos_ranges_comparison.webp |
div.row > div > div.credit-container > img div.row > div > div.credit-container > img | /wp-content/themes/ledger-v2/public/images/payment-method... |
div.row > div > a.logo > img div.row > div > a.logo > img | www.ledger.com/wp-content/themes/ledger-v2/public/images/ledger-logo-long.svg |
Ledger div.flexbox > a.logo > picture.flexbox > img | www.ledger.com/wp-content/themes/ledger-v2/public/images/ledger-logo-short.svg |
div.ledger-wallet-scrolly__text-col > div.ledger-wallet-scrolly__step > div.ledger-wallet-scrolly__content > img.ledger-wallet-scrolly__step-image div.ledger-wallet-scrolly__text-col > div.ledger-wallet-scrolly__step > div.ledger-wallet-scrolly__content > img.ledger-wallet-scrolly__step-image | |
div.ledger-wallet-scrolly__text-col > div.ledger-wallet-scrolly__step > div.ledger-wallet-scrolly__content > img.ledger-wallet-scrolly__step-image div.ledger-wallet-scrolly__text-col > div.ledger-wallet-scrolly__step > div.ledger-wallet-scrolly__content > img.ledger-wallet-scrolly__step-image | |
div.ledger-wallet-scrolly__text-col > div.ledger-wallet-scrolly__step > div.ledger-wallet-scrolly__content > img.ledger-wallet-scrolly__step-image div.ledger-wallet-scrolly__text-col > div.ledger-wallet-scrolly__step > div.ledger-wallet-scrolly__content > img.ledger-wallet-scrolly__step-image |
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.
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 |
|---|
Discover the Ledger Wallet app div.flexbox > div.content > div.cta-section > a.button |
50+ div.ledger-wallet-scrolly__step > div.ledger-wallet-scrolly__content > div.ledger-wallet-scrolly__icons > span.color-neutral-500 |
These are opportunities to improve the legibility of your content.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
20%+ global crypto secured
8+ million signers sold
Zero
hacks div.row > div.flexbox > div.content > ul.icons-container |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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.
Names and labels
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 |
|---|
English
Français
Türkçe
Deutsch
Português
Español
Русский
简体中文
日本語
한국어
العربية
… div.navigation-sections-mobile__secondary > div.header-language-selector > div.language-select > select.activeLanguage |
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.
Best Practices
User Experience
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
div.navigation-sections-mobile__secondary > a.navigation-sections__secondary__dynamic > div.container > img.product-image div.navigation-sections-mobile__secondary > a.navigation-sections__secondary__dynamic > div.container > img.product-image | /ge894kijjvls/4gsMvh4slbBc716GvFZEuo/380e9c372967dc135624... | 96 x 64 (1.50) | 417 x 336 (1.24) |
div.navigation-sections-mobile__secondary > a.navigation-sections__secondary__dynamic > div.container > img.product-image div.navigation-sections-mobile__secondary > a.navigation-sections__secondary__dynamic > div.container > img.product-image | /ge894kijjvls/53jPTVO8XdIHpNAQew6GVY/c45be89e1645d28f4549... | 96 x 64 (1.50) | 417 x 336 (1.24) |
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 |
|---|---|
Failed to load resource: the server responded with a status of 403 () | |
www.ledger.com/ line 73, col 24 | TypeError: Cannot read properties of undefined (reading 'OnConsentChanged')
at https://www.ledger.com/:74:25 |
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.
Content Best Practices
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.ledger.com/phishing-campaigns-status | Learn more |
Format your HTML in a way that enables crawlers to better understand your app’s content.