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.
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.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
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.
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
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 |
|---|---|
| nike.com/ | 800 ms |
| www.nike.com/ | 805 ms |
| www.nike.com/es/ | 0.0 ms |
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 |
|---|---|---|
| *:where(.pds--globals) { box-sizing: border-box; margin: 0; } … | 60.9 KiB | 59.0 KiB |
| static-assets.nike.com/video-player/2.2.0/nike-one-video-player.min.css | 16.2 KiB | 15.8 KiB |
| www.nike.com/static/ncss/5.0/dotcom/desktop/css/ncss.es-es.min.css | 16.7 KiB | 13.9 KiB |
| www.nike.com/_next/static/chunks/987e2f2b645f4aa9.css | 12.9 KiB | 11.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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| static-assets.nike.com/video-player/2.2.0/nike-one-video-player.min.js | 188.5 KiB | 83.9 KiB |
| /static/bellotti/playcard/_reco/public/180ba9b95e2f7d6c7d... | 158.8 KiB | 76.8 KiB |
| /static/cssf/async-chat/_reco/public/5b29be0fed8a7cf7a2bb... | 89.5 KiB | 55.0 KiB |
| www.nike.com/static/uxf/web-shell-client/3.1.0/329.chunk.4ef61d.js | 58.6 KiB | 49.2 KiB |
| www.nike.com/_next/static/chunks/pages/_app-3c18c220996fff23.js | 98.3 KiB | 45.6 KiB |
| www.nike.com/_next/static/chunks/864-340035b9ccf95bac.js | 71.0 KiB | 32.5 KiB |
| /static/uxf/dotcom-nav-v3/packages/header-footer-renderer... | 80.7 KiB | 25.7 KiB |
| /static/dotcom-privacy/mfe-inline-cookie/_reco/public/8bd... | 54.0 KiB | 24.0 KiB |
| /static/uxf/error-modal/_reco/public/2d4f2410b5481d5c079a... | 32.6 KiB | 23.9 KiB |
| www.nike.com/_next/static/chunks/pages/%5B%5B...page%5D%5D-3dad83b37ff91285.js | 53.1 KiB | 21.1 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
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 | 10.1 s |
| Other | 1.7 s |
| Style & Layout | 982 ms |
| Script Parsing & Compilation | 704 ms |
| Rendering | 300 ms |
| Garbage Collection | 183 ms |
| Parse HTML & CSS | 156 ms |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| *:where(.pds--globals) { box-sizing: border-box; margin: 0; } … | 60.9 KiB | 42.4 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.
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.
ARIA
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 |
|---|
Guías li > div.nav-css-s8yvqs > details.nav-css-1qehhq > summary.drop-down-accessibility-button |
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 |
|---|
Datos para mejorar tu experiencia
Para mejorar tu experiencia en nuestras plat… div.modal-portal-content-wrapper > div > div.css-lulp55 > div.cookie-modal-base |
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.
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 |
|---|
Air Max 95 "Pink Foam" figure.image-card > figcaption._13xDDA0A > div._3T7SP3hk > p#a11y_react-aria-:Rf5pl6:-subtitle |
Above the Influence figure.image-card > figcaption._13xDDA0A > div._3T7SP3hk > h3#a11y_react-aria-:Rf5pl6:-title |
McIlroy demuestra que tiene talla de campeón y encadena dos triunfos consecutiv… figure.image-card > figcaption._13xDDA0A > div._3T7SP3hk > p.nds-text |
GOLPEA ALTO. SUELTA TU SWING. figure.image-card > figcaption._13xDDA0A > div._3T7SP3hk > h3#a11y_react-aria-:R6v9pl6:-title |
Clásicos renovados para golfistas de hoy. figure.image-card > figcaption._13xDDA0A > div._3T7SP3hk > p.nds-text |
These are opportunities to improve the legibility of your content.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Creadas por atletas.
Diseñadas para destacar. figure.image-card > figcaption._13xDDA0A > div._3T7SP3hk > h3#a11y_react-aria-:Reppl6:-title |
Zapatillas div#3271d803-bbb7-4e2c-abb7-d17e4768107e > div#c74ceb50-ec75-4546-906c-e3ea59464b4f > div.merchMenuWrapper > h4.merch-menu-heading |
These are opportunities to improve keyboard navigation in your application.
Best Practices
General
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| SharedStorage | line 2, col 37 |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | line 2, col 37 |
| Fledge | line 2, col 37 |
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 () | |
Failed to load resource: the server responded with a status of 404 () | |
Failed to load resource: the server responded with a status of 429 () |
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.
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.nike.com/es/inscripcion | Más información |
Format your HTML in a way that enables crawlers to better understand your app’s content.