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.
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.
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.
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 | |
|---|---|---|---|
Ad div.GoogleActiveViewElement > a#link-wrapper > div > img#img-elem | tpc.googlesyndication.com/simgad/4516178547338515213? | 902.9 KiB | 884.9 KiB |
milan-brand-guide div.responsiveImage___eTIU7 > div.wrapper___bGRjz > picture.picture___tD9x4 > img.image___Pa58C | /static-assets/dato/1776872737-1776756775-hs_ed_milan_bra... | 168.6 KiB | 148.5 KiB |
milan-brand-guide div.responsiveImage___eTIU7 > div.wrapper___bGRjz > picture.picture___tD9x4 > img.image___Pa58C | /static-assets/dato/1776872577-iuter-ss26-friends-and-fam... | 148.3 KiB | 142.3 KiB |
milan-brand-guide div.responsiveImage___eTIU7 > div.wrapper___bGRjz > picture.picture___tD9x4 > img.image___Pa58C | /static-assets/dato/1776872814-2026-01-18-mtl-look-book-f... | 128.2 KiB | 110.9 KiB |
milan-brand-guide div.responsiveImage___eTIU7 > div.wrapper___bGRjz > picture.picture___tD9x4 > img.image___Pa58C | /static-assets/dato/1776872814-image00009.jpg?fp-x=0.5&fp... | 59.0 KiB | 55.6 KiB |
milan-guide div.responsiveImage___eTIU7 > div.wrapper___bGRjz > picture.picture___tD9x4 > img.image___Pa58C | /static-assets/dato/1776873129-1670784.jpg?fp-x=0.5&fp-y=... | 54.5 KiB | 51.7 KiB |
milan-brand-guide div.responsiveImage___eTIU7 > div.wrapper___bGRjz > picture.picture___tD9x4 > img.image___Pa58C | /static-assets/dato/1776871149-app-look0019.jpg?fp-x=0.5&... | 41.4 KiB | 35.8 KiB |
milan-brand-guide div.responsiveImage___eTIU7 > div.wrapper___bGRjz > picture.picture___tD9x4 > img.image___Pa58C | /static-assets/dato/1776872484-milan-headline-4x5.png?fp-... | 33.7 KiB | 20.5 KiB |
milan-brand-guide div.responsiveImage___eTIU7 > div.wrapper___bGRjz > picture.picture___tD9x4 > img.image___Pa58C | /static-assets/dato/1776871713-4x5-brands-milan-headline.... | 29.6 KiB | 18.0 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.
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.
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.
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 |
|---|---|
| highsnobiety.com/ | 767 ms |
| www.highsnobiety.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
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 | 9.4 s |
| Other | 3.3 s |
| Style & Layout | 1.6 s |
| Script Parsing & Compilation | 967 ms |
| Parse HTML & CSS | 871 ms |
| Rendering | 769 ms |
| Garbage Collection | 370 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 |
| 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 |
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 |
|---|---|---|
| html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6... | 22.1 KiB | 16.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.
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 parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Highsnobiety Magazine Teaser Video div > aside.drawerMenu___DAflD > nav.nav___iLV_l > div.tileSlideshow___UkpPw |
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 |
|---|
CULTURE div.contentSection___s6xm3 > footer.footer___lyeFj > ul.categoryList___dNv2e > li.categoryItem___gUdai |
ROSS SCARANO div.contentSection___s6xm3 > footer.footer___lyeFj > div.author___X9sGK > a.authorLink___rtr2w |
label.label___Ap4iz > div.wrapper > div.container___eA4W5 > span.label___Ap4iz label.label___Ap4iz > div.wrapper > div.container___eA4W5 > span.label___Ap4iz |
These are opportunities to improve the legibility of your content.
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 |
|---|
div.contentSectionWrapper___TizIy > div.heroDense___HZYas > article.primaryTeaser___A10XK > a.link___rADBZ div.contentSectionWrapper___TizIy > div.heroDense___HZYas > article.primaryTeaser___A10XK > a.link___rADBZ |
div.heroDense___HZYas > div.secondaryTeasers___Baqrq > article.secondaryTeaser___S5tsX > a.link___rADBZ div.heroDense___HZYas > div.secondaryTeasers___Baqrq > article.secondaryTeaser___S5tsX > a.link___rADBZ |
div.heroDense___HZYas > div.secondaryTeasers___Baqrq > article.secondaryTeaser___S5tsX > a.link___rADBZ div.heroDense___HZYas > div.secondaryTeasers___Baqrq > article.secondaryTeaser___S5tsX > a.link___rADBZ |
div.heroDense___HZYas > div.secondaryTeasers___Baqrq > article.secondaryTeaser___S5tsX > a.link___rADBZ div.heroDense___HZYas > div.secondaryTeasers___Baqrq > article.secondaryTeaser___S5tsX > a.link___rADBZ |
div.heroDense___HZYas > div.secondaryTeasers___Baqrq > article.secondaryTeaser___S5tsX > a.link___rADBZ div.heroDense___HZYas > div.secondaryTeasers___Baqrq > article.secondaryTeaser___S5tsX > a.link___rADBZ |
div.heroDense___HZYas > div.secondaryTeasers___Baqrq > article.secondaryTeaser___S5tsX > a.link___rADBZ div.heroDense___HZYas > div.secondaryTeasers___Baqrq > article.secondaryTeaser___S5tsX > a.link___rADBZ |
div.heroDense___HZYas > div.secondaryTeasers___Baqrq > article.secondaryTeaser___S5tsX > a.link___rADBZ div.heroDense___HZYas > div.secondaryTeasers___Baqrq > article.secondaryTeaser___S5tsX > a.link___rADBZ |
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 |
|---|
PAUL THOMPSON div.contentSection___s6xm3 > footer.footer___lyeFj > div.author___X9sGK > a.authorLink___rtr2w |
ANNA SILMAN div.contentSection___s6xm3 > footer.footer___lyeFj > div.author___X9sGK > a.authorLink___rtr2w |
IVA DIXIT div.contentSection___s6xm3 > footer.footer___lyeFj > div.author___X9sGK > a.authorLink___rtr2w |
(SHOP NOW) div.contentSection___s6xm3 > footer.footer___lyeFj > span.cta___ujsTk > a.ctaLink___oDDv4 |
(SHOP NOW) div.contentSection___s6xm3 > footer.footer___lyeFj > span.cta___ujsTk > a.ctaLink___oDDv4 |
HENRY LEVINSON div.contentSection___s6xm3 > footer.footer___lyeFj > div.author___X9sGK > a.authorLink___rtr2w |
TREY DICKENSON div.contentSection___s6xm3 > footer.footer___lyeFj > div.author___X9sGK > a.authorLink___rtr2w |
CHRIS ERIK THOMAS div.contentSection___s6xm3 > footer.footer___lyeFj > div.author___X9sGK > a.authorLink___rtr2w |
TOM BARKER div.contentSection___s6xm3 > footer.footer___lyeFj > div.author___X9sGK > a.authorLink___rtr2w |
HIGHSNOBIETY div.contentSection___s6xm3 > footer.footer___lyeFj > div.author___X9sGK > a.authorLink___rtr2w |
CHRIS ERIK THOMAS div.contentSection___s6xm3 > footer.footer___lyeFj > div.author___X9sGK > a.authorLink___rtr2w |
YOHANA DESTA div.contentSection___s6xm3 > footer.footer___lyeFj > div.author___X9sGK > a.authorLink___rtr2w |
JORDAN COLEY div.contentSection___s6xm3 > footer.footer___lyeFj > div.author___X9sGK > a.authorLink___rtr2w |
CLAIRE LANDSBAUM div.contentSection___s6xm3 > footer.footer___lyeFj > div.author___X9sGK > a.authorLink___rtr2w |
TOM BARKER div.contentSection___s6xm3 > footer.footer___lyeFj > div.author___X9sGK > a.authorLink___rtr2w |
PAUL CHAUMIEN div.contentSection___s6xm3 > footer.footer___lyeFj > div.author___X9sGK > a.authorLink___rtr2w |
TOM BARKER div.contentSection___s6xm3 > footer.footer___lyeFj > div.author___X9sGK > a.authorLink___rtr2w |
ROSS SCARANO div.contentSection___s6xm3 > footer.footer___lyeFj > div.author___X9sGK > a.authorLink___rtr2w |
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 |
|---|
SUBSCRIBE div.contentSectionWrapper___TizIy > div.section___xVV4I > form.sectionForm___vvAPL > button.subscribeButton___uGjM7 |
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 | /pagead/managed/js/activeview/current/ufs_web_display.js line 252, col 234 |
| AttributionReporting | /static-assets/application/8f23d4f1-5f66-4470-bb30-741194... line 1, col 323981 |
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.