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.
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.easy-swiper > div.easy-swiper-wrapper > div.easy_slide > div.c-immersiveBanner-new__bgImage div.easy-swiper > div.easy-swiper-wrapper > div.easy_slide > div.c-immersiveBanner-new__bgImage | /v4/j/ccc/2026/04/02/73/17751222592820d9d0b4d8a0bac0d67d2... | 176.0 KiB | 61.8 KiB |
div.easy-swiper > div.easy-swiper-wrapper > div.easy_slide > div.c-immersiveBanner-new__bgImage div.easy-swiper > div.easy-swiper-wrapper > div.easy_slide > div.c-immersiveBanner-new__bgImage | /v4/j/ccc/2026/04/02/4e/177511763164d4f18f7f91ebcfdf2e2f7... | 137.4 KiB | 23.3 KiB |
Zapatos div.category-recommend-placeholder__item > div.base-img > a.base-img__href > img.base-img__inner | /v4/p/ccc/2026/01/30/c7/1769768257da82d6fa75cbbb717c6c5db... | 23.2 KiB | 21.2 KiB |
Trajes de baño div.category-recommend-placeholder__item > div.base-img > a.base-img__href > img.base-img__inner | /v4/p/abccv/2026/04/09/5d/17757342369cafe367035173e7457ac... | 16.9 KiB | 14.8 KiB |
Bolsos y Equipaje div.category-recommend-placeholder__item > div.base-img > a.base-img__href > img.base-img__inner | /v4/p/ccc/2026/01/30/57/1769768239a543832de6bb588f1f08589... | 14.3 KiB | 12.3 KiB |
Bebés y Maternidad div.category-recommend-placeholder__item > div.base-img > a.base-img__href > img.base-img__inner | /v4/p/ccc/2026/01/08/0e/17678408620c95e8cd38d8a55d80e65a7... | 13.0 KiB | 11.2 KiB |
Deportes y Exteriores div.category-recommend-placeholder__item > div.base-img > a.base-img__href > img.base-img__inner | /images3_ccc/2024/11/18/06/173191160400b9aa88983a2640c584... | 12.3 KiB | 10.4 KiB |
Niños div.category-recommend-placeholder__item > div.base-img > a.base-img__href > img.base-img__inner | /v4/p/ccc/2026/01/08/5e/1767840801d3028838a928d49fced7376... | 11.8 KiB | 10.0 KiB |
Blusa casual de mujer, tejido de punto acanalado con contraste de rayas, para u… div.product-card__top-wrapper > div.crop-image-container > div.transform-img-container > img.fsp-element | /v4/j/spmp/2026/01/05/74/17675927995c811f96312d4e3ed6f1b9... | 15.3 KiB | 9.5 KiB |
Hogar y Vida div.category-recommend-placeholder__item > div.base-img > a.base-img__href > img.base-img__inner | /images3_ccc/2025/01/13/7d/17367475290b11b7f547685bb80021... | 10.6 KiB | 8.7 KiB |
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.
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 |
|---|---|
| www.shein.com/ | 812 ms |
| m.shein.com/es/?cdn_rsite=cf&ref=www&rep=dir&ret=mes | 0.0 ms |
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.
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.5 s |
| Other | 2.5 s |
| Script Parsing & Compilation | 1.7 s |
| Style & Layout | 724 ms |
| Garbage Collection | 185 ms |
| Rendering | 163 ms |
| Parse HTML & CSS | 146 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 the main frame. | Actionable |
| 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 |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
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.
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.
body > div._shein_privacy_3412236945 > div.cmp_c_1100 > img.cmp_c_1500 body > div._shein_privacy_3412236945 > div.cmp_c_1100 > img.cmp_c_1500 |
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
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 |
|---|
4,42€ div.immersiveBanner-products-container > div.immersiveBanner-products-container__product-item > div.product-card > div.bff-price-container |
6,49€ div.immersiveBanner-products-container > div.immersiveBanner-products-container__product-item > div.product-card > div.bff-price-container |
4,12€ div.immersiveBanner-products-container > div.immersiveBanner-products-container__product-item > div.product-card > div.bff-price-container |
4,12€ div.immersiveBanner-products-container > div.immersiveBanner-products-container__product-item > div.product-card > div.bff-price-container |
3,94€ div.immersiveBanner-products-container > div.immersiveBanner-products-container__product-item > div.product-card > div.bff-price-container |
19,95€ div.immersiveBanner-products-container > div.immersiveBanner-products-container__product-item > div.product-card > div.bff-price-container |
5,60€ div.multi-line__half-container > div.multi-line__half_container-product > div.product-card > div.bff-price-container |
0,44€ div.multi-line__half-container > div.multi-line__half_container-product > div.product-card > div.bff-price-container |
24,99€ div.multi-line__half-container > div.multi-line__half_container-product > div.product-card > div.bff-price-container |
7,96€ div.multi-line__half-container > div.multi-line__half_container-product > div.product-card > div.bff-price-container |
9,99€ div.scroll-snap-wrapper > div.single-container__swiper_slide > div.product-card > div.bff-price-container |
14,42€ div.scroll-snap-wrapper > div.single-container__swiper_slide > div.product-card > div.bff-price-container |
26,28€ div.scroll-snap-wrapper > div.single-container__swiper_slide > div.product-card > div.bff-price-container |
100,78€ div.scroll-snap-wrapper > div.single-container__swiper_slide > div.product-card > div.bff-price-container |
42,52€ div.scroll-snap-wrapper > div.single-container__swiper_slide > div.product-card > div.bff-price-container |
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.
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 |
|---|
div.bsc-common-header > header.bsc-common-header__wrap > div.bsc-common-header__left > button.full-hotzone-icon div.bsc-common-header > header.bsc-common-header__wrap > div.bsc-common-header__left > button.full-hotzone-icon |
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 > div._shein_privacy_3412236945 > div.cmp_c_1100 > img.cmp_c_1500 body > div._shein_privacy_3412236945 > div.cmp_c_1100 > img.cmp_c_1500 |
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
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
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | |
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
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 |
|---|---|
accounts.google.com/gsi/client line 85, col 88 | [GSI_LOGGER]: FedCM get() rejects with NetworkError: Error retrieving a token. |
Not signed in with the identity provider. |
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
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 > div._shein_privacy_3412236945 > div.cmp_c_1100 > img.cmp_c_1500 body > div._shein_privacy_3412236945 > div.cmp_c_1100 > img.cmp_c_1500 |
Format your HTML in a way that enables crawlers to better understand your app’s content.