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.
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.
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.
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.PJwtGh2V > div.FaNuH3kT > a > img div.PJwtGh2V > div.FaNuH3kT > a > img | /a/images/w_144,c_limit/5c2125fc-5e2d-43f5-a4a5-d89cc18c1... | 61.6 KiB | 59.0 KiB |
div.PJwtGh2V > div.FaNuH3kT > a > img div.PJwtGh2V > div.FaNuH3kT > a > img | /a/images/w_144,c_limit/89d11aab-43e6-45d5-9c27-64ed74ea7... | 48.8 KiB | 46.2 KiB |
div.PJwtGh2V > div.FaNuH3kT > a > img div.PJwtGh2V > div.FaNuH3kT > a > img | /a/images/w_144,c_limit/9fee9ae4-b37d-4548-9d46-53b941169... | 35.6 KiB | 33.0 KiB |
div.PJwtGh2V > div.FaNuH3kT > a > img div.PJwtGh2V > div.FaNuH3kT > a > img | /a/images/w_144,c_limit/cc519c1f-fb07-4e52-b58a-fd94c8c9e... | 32.4 KiB | 29.8 KiB |
div.PJwtGh2V > div.FaNuH3kT > a > img div.PJwtGh2V > div.FaNuH3kT > a > img | /a/images/w_144,c_limit/77b9afd9-3266-4a81-bf0a-5ac2197ca... | 31.6 KiB | 29.0 KiB |
div.PJwtGh2V > div.FaNuH3kT > a > img div.PJwtGh2V > div.FaNuH3kT > a > img | /a/images/w_144,c_limit/5e4a52b4-7df3-4e71-9b0c-df8c5aed3... | 31.3 KiB | 28.7 KiB |
div.PJwtGh2V > div.FaNuH3kT > a > img div.PJwtGh2V > div.FaNuH3kT > a > img | /a/images/w_144,c_limit/6766dc89-8127-4d60-abe3-0086088f0... | 29.7 KiB | 27.1 KiB |
div.PJwtGh2V > div.FaNuH3kT > a > img div.PJwtGh2V > div.FaNuH3kT > a > img | /a/images/w_144,c_limit/1646730d-96cb-4186-a6a5-9959a77c8... | 29.1 KiB | 26.5 KiB |
div.PJwtGh2V > div.FaNuH3kT > a > img div.PJwtGh2V > div.FaNuH3kT > a > img | /a/images/w_144,c_limit/9eff6436-f802-4b77-b161-2b8e1b51a... | 28.0 KiB | 25.4 KiB |
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.
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 |
|---|---|---|
| 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.en-us.min.css | 16.7 KiB | 13.9 KiB |
| www.nike.com/_next/static/chunks/77d14ff971946677.css | 12.3 KiB | 11.0 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.
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 | 18.0 s |
| Other | 5.4 s |
| Script Parsing & Compilation | 1.6 s |
| Style & Layout | 1.6 s |
| Rendering | 607 ms |
| Garbage Collection | 519 ms |
| Parse HTML & CSS | 302 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 |
|---|---|
| The page has an unload handler in a sub frame. | Actionable |
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.PJwtGh2V > div.FaNuH3kT > a > img div.PJwtGh2V > div.FaNuH3kT > a > img | /a/images/w_144,c_limit/1646730d-96cb-4186-a6a5-9959a77c8... |
div.PJwtGh2V > div.FaNuH3kT > a > img div.PJwtGh2V > div.FaNuH3kT > a > img | /a/images/w_144,c_limit/9eff6436-f802-4b77-b161-2b8e1b51a... |
div.PJwtGh2V > div.FaNuH3kT > a > img div.PJwtGh2V > div.FaNuH3kT > a > img | /a/images/w_144,c_limit/cc519c1f-fb07-4e52-b58a-fd94c8c9e... |
div.PJwtGh2V > div.FaNuH3kT > a > img div.PJwtGh2V > div.FaNuH3kT > a > img | /a/images/w_144,c_limit/5c2125fc-5e2d-43f5-a4a5-d89cc18c1... |
div.PJwtGh2V > div.FaNuH3kT > a > img div.PJwtGh2V > div.FaNuH3kT > a > img | /a/images/w_144,c_limit/6766dc89-8127-4d60-abe3-0086088f0... |
div.PJwtGh2V > div.FaNuH3kT > a > img div.PJwtGh2V > div.FaNuH3kT > a > img | /a/images/w_144,c_limit/9fee9ae4-b37d-4548-9d46-53b941169... |
div.PJwtGh2V > div.FaNuH3kT > a > img div.PJwtGh2V > div.FaNuH3kT > a > img | /a/images/w_144,c_limit/5e4a52b4-7df3-4e71-9b0c-df8c5aed3... |
div.PJwtGh2V > div.FaNuH3kT > a > img div.PJwtGh2V > div.FaNuH3kT > a > img | /a/images/w_144,c_limit/77b9afd9-3266-4a81-bf0a-5ac2197ca... |
div.PJwtGh2V > div.FaNuH3kT > a > img div.PJwtGh2V > div.FaNuH3kT > a > img | /a/images/w_144,c_limit/89d11aab-43e6-45d5-9c27-64ed74ea7... |
div.PJwtGh2V > div.FaNuH3kT > a > img div.PJwtGh2V > div.FaNuH3kT > a > img | /a/images/w_144,c_limit/983de953-a677-4fe6-bbca-0edc4c5e0... |
div.PJwtGh2V > div.FaNuH3kT > a > img div.PJwtGh2V > div.FaNuH3kT > a > img | /a/images/w_144,c_limit/2538caab-6c51-4c37-9ef7-c19cd6fdd... |
div.PJwtGh2V > div.FaNuH3kT > a > img div.PJwtGh2V > div.FaNuH3kT > a > img | /a/images/w_144,c_limit/3ae386c7-a1b2-4fa7-a334-c4ec3fc8a... |
div.PJwtGh2V > div.FaNuH3kT > a > img div.PJwtGh2V > div.FaNuH3kT > a > img | /a/images/w_144,c_limit/f654108e-e3cc-42bc-a4c3-272c2f2eb... |
div.PJwtGh2V > div.FaNuH3kT > a > img div.PJwtGh2V > div.FaNuH3kT > a > img | /a/images/w_144,c_limit/086aa99b-a7a8-432f-a8b0-9b2f4c1b7... |
div.PJwtGh2V > div.FaNuH3kT > a > img div.PJwtGh2V > div.FaNuH3kT > a > img | /a/images/w_144,c_limit/49ce29f3-aa43-45f9-a8f2-34299d2e5... |
div.PJwtGh2V > div.FaNuH3kT > a > img div.PJwtGh2V > div.FaNuH3kT > a > img | /a/images/w_144,c_limit/9b3a504b-ff4c-441f-8366-b0c3f76f5... |
ul.footer-list > li > a.nav-css-1isz5ne > img ul.footer-list > li > a.nav-css-1isz5ne > img | /a/images/w_960,c_limit/3732c58b-d0ad-4c3c-898c-c4b901933... |
body.nav-scrollable > div#singular-banner > img.singular-banner-background-image body.nav-scrollable > div#singular-banner > img.singular-banner-background-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.
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 |
|---|
Guides li > div.nav-css-s8yvqs > details.nav-css-1qehhq > summary.drop-down-accessibility-button |
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Nike AI body.nav-scrollable > div#footer-wrapper > div#gen-nav-footer > div.nav-css-1sf9wd7 |
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 |
|---|
Only in the Nike App body.nav-scrollable > div#singular-banner > div.singular-banner-content > span.singular-banner-title |
Get exclusive access, member rewards, and more. body.nav-scrollable > div#singular-banner > div.singular-banner-content > span.singular-banner-subtitle |
OPEN body.nav-scrollable > div#singular-banner > div.singular-banner-download-button |
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 |
|---|
TEE IT HIGH. LET IT FLY. figure.image-card > figcaption._13xDDA0A > div._3T7SP3hk > h3#a11y_react-aria-:R8u5pl6:-title |
Featured div#d5d48201-75f8-4fa5-942d-6c05ed94265b > div#123e7f31-636e-4819-a8a4-60d9346d30de > div.merchMenuWrapper > h4.merch-menu-heading |
These are opportunities to improve keyboard navigation in your application.
Names and labels
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 |
|---|
body.nav-scrollable > div#singular-banner > img.singular-banner-background-image body.nav-scrollable > div#singular-banner > img.singular-banner-background-image |
body.nav-scrollable > div#singular-banner > img.singular-banner-logo body.nav-scrollable > div#singular-banner > img.singular-banner-logo |
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
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 |
|---|
Current slide, Go to slide 3 of 3 div#1a73c582-b70e-4103-8c9d-775a302e49fd > div#carousel-a9424745-c262-43cb-8c2a-97dddf494c77 > div.S2QRw7W4 > button.TYczRBi0 |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
See All div > div._3PJUZAN0 > div.Yjk73vve > button.nds-btn |
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 31 |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | line 2, col 31 |
| Fledge | line 2, col 31 |
| AttributionReporting | www.nike.com/ line 1, col 45337 |
| Unload event listeners are deprecated and will be removed. | s.go-mpulse.net/boomerang/MG9H6-WWTWX-BY4DC-TR8KC-XUZD2 line 9, col 11504 |
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 |
|---|---|
www.nike.com/ line 1, col 9631 | [NikeAI] users accessToken is not detected |
www.nike.com/ line 1, col 9631 | [NikeAI] users profile is not detected |
Attestation check for Shared Storage on https://ara.paa-reporting-advertising.amazon failed. | |
Failed to load resource: the server responded with a status of 404 () | |
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/membership | Learn more |
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 |
|---|
body.nav-scrollable > div#singular-banner > img.singular-banner-background-image body.nav-scrollable > div#singular-banner > img.singular-banner-background-image |
body.nav-scrollable > div#singular-banner > img.singular-banner-logo body.nav-scrollable > div#singular-banner > img.singular-banner-logo |
Format your HTML in a way that enables crawlers to better understand your app’s content.