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 |
|---|---|---|
| www.walmart.com/px/PXu6b0qd2S/init.js | 600.0 s | 137.2 KiB |
| /beacon/beacon.js?bd=b.www.walmart.com&bh=beacon.lightest... | 86400.0 s | 1.7 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.
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 | |
|---|---|---|---|
Flash deals. Image shows a blue Fantaslook V-neck pleated tunic top with a boho… div.card-wrapper > div.aspect-ratio--object > div.w-100 > img#TriplePack-contentZone4-medium-LYdPCyut | /dfw/4ff9c6c9-22f3/k2-_eac1607b-0230-4a05-b71c-37e2deab02... | 118.9 KiB | 101.1 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
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 |
|---|---|---|
| /dfw/63fd9f59-561c/572f7d54-ce02-4198-b7a2-891176a4324d/v... | 66.7 KiB | 58.1 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.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| /dfw/63fd9f59-561c/572f7d54-ce02-4198-b7a2-891176a4324d/v... | 2.2 s | 2.0 s | 22 ms |
| /dfw/63fd9f59-561c/572f7d54-ce02-4198-b7a2-891176a4324d/v... | 1.7 s | 1.3 s | 341 ms |
| Unattributable | 1.7 s | 288 ms | 0.0 ms |
| www.walmart.com/ | 1.4 s | 93 ms | 4.2 ms |
| www.walmart.com/px/PXu6b0qd2S/init.js | 811 ms | 728 ms | 37 ms |
| www.walmart.com/~partytown/partytown-sandbox-sw.html?1775592226130 | 508 ms | 465 ms | 3.9 ms |
| /dfw/63fd9f59-561c/572f7d54-ce02-4198-b7a2-891176a4324d/v... | 388 ms | 372 ms | 0.7 ms |
| /dfw/63fd9f59-561c/572f7d54-ce02-4198-b7a2-891176a4324d/v... | 307 ms | 223 ms | 84 ms |
| /dfw/63fd9f59-561c/572f7d54-ce02-4198-b7a2-891176a4324d/v... | 276 ms | 205 ms | 62 ms |
| b.www.walmart.com/rum.js?bh=beacon.lightest.walmart.com | 171 ms | 163 ms | 3.6 ms |
| /dfw/63fd9f59-561c/572f7d54-ce02-4198-b7a2-891176a4324d/v... | 135 ms | 124 ms | 6.1 ms |
| /dfw/63fd9f59-561c/572f7d54-ce02-4198-b7a2-891176a4324d/v... | 104 ms | 97 ms | 3.4 ms |
| /dfw/63fd9f59-561c/572f7d54-ce02-4198-b7a2-891176a4324d/v... | 79 ms | 0.0 ms | 0.0 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 | 6.4 s |
| Other | 2.1 s |
| Script Parsing & Compilation | 925 ms |
| Style & Layout | 669 ms |
| Parse HTML & CSS | 177 ms |
| Garbage Collection | 171 ms |
| Rendering | 166 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 |
| Chrome Password Manager was present upon navigating away. | Pending browser support |
| 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 |
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 | |
|---|---|
Walmart Plus div.w-two-thirds > div.flex > div.flex > img.mr2 | /dfw/4ff9c6c9-9e6a/k2-_6791ea8f-5d70-401b-ad01-b726d27e0c... |
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
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 |
|---|
section > div.absolute > div.f7 > a section > div.absolute > div.f7 > a |
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.
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 |
|---|
0
$0.00 li.undefined > div.relative > div.cart-button > button#cart-button-header |
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 |
|---|---|
| Topics | |
| SharedStorage | www.walmart.com/~partytown/partytown-sandbox-sw.html?1775592226130 line 1, col 8147 |
| AttributionReporting | www.walmart.com/~partytown/partytown-sandbox-sw.html?1775592226130 line 1, col 8147 |
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.walmart.com/ line 12, col 0 | Executing inline script violates the following Content Security Policy directive 'script-src 'self' 'strict-dynamic' 'wasm-unsafe-eval' *.1worldsync.com *.accenture.com *.babylist.com *.buywith.com *.cloudfront.net *.cloudinary.com *.cnetcontent.com *.digital-cloud.medallia.com *.flix360.com *.flix360.io *.fullstory.com *.kampyle.co *.kampyle.com *.ksckreate.net *.px-cloud.net *.quantummetric.com *.richcontext.com *.salsify.com *.syndigo.cloud *.syndigo.com *.talkshop.live *.thestable.com *.wal.co *.walmart-customcards.com *.walmart.com:* *.walmart.net *.walmartimages.com *.zeekit.www.walmart.com aroptical-scan.wal-mart.com aroptical-wasm.walmart.com assets-jpcust.jwpsrv.com assets.optiwise.ai b.affil.walmart.com b.affiliates.walmart.com b.identity.walmart.com b.native-checkout.prod.affiliates.walmart.com b.photos3.walmart.com b.www.walmart.com beacon.walmart.com bp.www.walmart.com ccsprodus1.blob.core.windows.net cdn.jwplayer.com connect.facebook.net content.etilize.com content.jwplatform.com d3nkfb7815bs43.cloudfront.net d3np41mctoibfu.cloudfront.net drfdisvc.walmart.com ls.chatid.com maps.googleapis.com media.flixcar.com media.flixfacts.com media.sku.ninja mmwm-scan-prod.centralus.cloudapp.azure.com photorankstatics-a.akamaihd.net rackcdn.com s.xlgmedia.com salsify-ecdn.com ssl.p.jwpcdn.com videos-cloudfront.jwpsrv.com ws.cnetcontent.com wss://api.talkshop.live www.ezdia.com www.recaptcha.net 'nonce-A_6QjLcUXnHSnxGz''. Either the 'unsafe-inline' keyword, a hash ('sha256-UZk6te9/Y85B/x2038+y0SIVphOgGpQi6vwuqkf6AMk='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
Loading the script 'https://www.walmart.com/akam/13/44a722ed' violates the following Content Security Policy directive: "script-src 'self' 'strict-dynamic' 'wasm-unsafe-eval' *.1worldsync.com *.accenture.com *.babylist.com *.buywith.com *.cloudfront.net *.cloudinary.com *.cnetcontent.com *.digital-cloud.medallia.com *.flix360.com *.flix360.io *.fullstory.com *.kampyle.co *.kampyle.com *.ksckreate.net *.px-cloud.net *.quantummetric.com *.richcontext.com *.salsify.com *.syndigo.cloud *.syndigo.com *.talkshop.live *.thestable.com *.wal.co *.walmart-customcards.com *.walmart.com:* *.walmart.net *.walmartimages.com *.zeekit.www.walmart.com aroptical-scan.wal-mart.com aroptical-wasm.walmart.com assets-jpcust.jwpsrv.com assets.optiwise.ai b.affil.walmart.com b.affiliates.walmart.com b.identity.walmart.com b.native-checkout.prod.affiliates.walmart.com b.photos3.walmart.com b.www.walmart.com beacon.walmart.com bp.www.walmart.com ccsprodus1.blob.core.windows.net cdn.jwplayer.com connect.facebook.net content.etilize.com content.jwplatform.com d3nkfb7815bs43.cloudfront.net d3np41mctoibfu.cloudfront.net drfdisvc.walmart.com ls.chatid.com maps.googleapis.com media.flixcar.com media.flixfacts.com media.sku.ninja mmwm-scan-prod.centralus.cloudapp.azure.com photorankstatics-a.akamaihd.net rackcdn.com s.xlgmedia.com salsify-ecdn.com ssl.p.jwpcdn.com videos-cloudfront.jwpsrv.com ws.cnetcontent.com wss://api.talkshop.live www.ezdia.com www.recaptcha.net 'nonce-A_6QjLcUXnHSnxGz'". Note that 'strict-dynamic' is present, so host-based allowlisting is disabled. Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. The action has been blocked. |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
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 |
|---|
div#__next > div.flex > span.bg-secondary > a.o-0 div#__next > div.flex > span.bg-secondary > a.o-0 |
To appear in search results, crawlers need access to your app.