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 |
|---|---|---|
| /assets/fonts/Boathouse/Static/Boathouse-Regular-Oblique.... | 0.0 ms | 43.7 KiB |
| /assets/fonts/Boathouse/Static/Boathouse-Medium.woff2 | 0.0 ms | 42.0 KiB |
| /assets/fonts/Boathouse/Static/Boathouse-Regular.woff2 | 0.0 ms | 41.8 KiB |
| consent.cookiebot.com/uc.js | 202.0 s | 35.7 KiB |
| appleid.cdn-apple.com/appleauth/static/jsapi/appleid/1/en_US/appleid.auth.js | 86400.0 s | 17.4 KiB |
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 | |
|---|---|---|---|
ul#splide01-list > li#splide01-slide01 > div.ImageSequence_container__XzI3K > img.ImageSequence_staticLayer___rx6N ul#splide01-list > li#splide01-slide01 > div.ImageSequence_container__XzI3K > img.ImageSequence_staticLayer___rx6N | /assets/landing-pages/_next/static/media/static-layer.a3a... | 294.6 KiB | 265.4 KiB |
div.Mobile_container__dzJVJ > section.Hero_container__dwBFb > picture.HeroBackgroundImage_picture__JiFsQ > img div.Mobile_container__dzJVJ > section.Hero_container__dwBFb > picture.HeroBackgroundImage_picture__JiFsQ > img | /assets/landing-pages/_next/static/media/background.1c5a9... | 85.9 KiB | 55.1 KiB |
div.Mobile_container__dzJVJ > section.Section_container__4WNJ1 > div.ImageSequence_container__XzI3K > img.ImageSequence_fadeInLayer__yCtSt div.Mobile_container__dzJVJ > section.Section_container__4WNJ1 > div.ImageSequence_container__XzI3K > img.ImageSequence_fadeInLayer__yCtSt | web-assets.strava.com/assets/landing-pages/_next/static/media/frame.20c32256.png | 34.1 KiB | 24.5 KiB |
Activity Summary ul#splide01-list > li#splide01-slide01 > div.ImageSequence_container__XzI3K > img.ImageSequence_fadeInLayer__yCtSt | web-assets.strava.com/assets/landing-pages/_next/static/media/frame.842c929b.png | 24.3 KiB | 21.3 KiB |
Beacon div.Mobile_container__dzJVJ > section.Section_container__4WNJ1 > div.ImageSequence_container__XzI3K > img.ImageSequence_staticLayer___rx6N | /assets/landing-pages/_next/static/media/static-layer-fro... | 9.6 KiB | 8.4 KiB |
div.Mobile_container__dzJVJ > section.Section_container__4WNJ1 > div.ImageSequence_container__XzI3K > img.ImageSequence_staticLayer___rx6N div.Mobile_container__dzJVJ > section.Section_container__4WNJ1 > div.ImageSequence_container__XzI3K > img.ImageSequence_staticLayer___rx6N | /assets/landing-pages/_next/static/media/static-layer.04c... | 8.4 KiB | 7.4 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.
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.
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 |
|---|---|---|
| web-assets.strava.com/assets/landing-pages/_next/static/css/53350daed7761b4b.css | 30.1 KiB | 29.0 KiB |
| 13.5 KiB | 11.3 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 |
|---|---|---|
| /assets/landing-pages/_next/static/chunks/pages/_app-090d... | 439.8 KiB | 255.9 KiB |
| /assets/landing-pages/_next/static/chunks/59947-2e0be482d... | 89.7 KiB | 72.2 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-TP845S&l=googleTagManagerDataLayer | 165.0 KiB | 72.0 KiB |
| /gtag/js?id=G-ESZ0QKJW56&l=googleTagManagerDataLayer&cx=c... | 174.2 KiB | 63.4 KiB |
| /gtag/js?id=DC-15023759&l=googleTagManagerDataLayer&cx=c&... | 128.8 KiB | 63.3 KiB |
| consent.cookiebot.com/uc.js | 35.4 KiB | 22.4 KiB |
| /assets/landing-pages/_next/static/chunks/main-6f5274bcc7... | 39.0 KiB | 20.9 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.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.strava.com/ | 962 ms | 5.4 ms | 1.2 ms |
| /assets/landing-pages/_next/static/chunks/pages/_app-090d... | 814 ms | 571 ms | 152 ms |
| /assets/landing-pages/_next/static/chunks/framework-7f9d5... | 570 ms | 485 ms | 15 ms |
| Unattributable | 521 ms | 36 ms | 0.0 ms |
| consent.cookiebot.com/uc.js | 384 ms | 213 ms | 11 ms |
| /gtag/js?id=G-ESZ0QKJW56&l=googleTagManagerDataLayer&cx=c... | 343 ms | 293 ms | 46 ms |
| www.googletagmanager.com/gtm.js?id=GTM-TP845S&l=googleTagManagerDataLayer | 189 ms | 142 ms | 45 ms |
| appleid.cdn-apple.com/appleauth/static/jsapi/appleid/1/en_US/appleid.auth.js | 183 ms | 7.1 ms | 3.9 ms |
| /assets/landing-pages/_next/static/chunks/main-6f5274bcc7... | 171 ms | 156 ms | 14 ms |
| /assets/landing-pages/_next/static/chunks/pages/index-c53... | 166 ms | 161 ms | 5.0 ms |
| /gtag/js?id=DC-15023759&l=googleTagManagerDataLayer&cx=c&... | 119 ms | 88 ms | 30 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 | 2.2 s |
| Other | 926 ms |
| Style & Layout | 461 ms |
| Script Parsing & Compilation | 427 ms |
| Rendering | 355 ms |
| Parse HTML & CSS | 179 ms |
| Garbage Collection | 71 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 |
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.
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 |
|---|
GET APP div.Header_items__xlCyf > div.SmartBanner_wrapper__5eRa3 > div.SmartBanner_smartBanner__8x4sY > a.Button_btn__EdK33 |
Sign Up div.Header_items__xlCyf > div.MobileNav_container__ki3E9 > div.MobileNav_right__xVNWr > a.Button_btn__EdK33 |
Join Us Now div.Mobile_container__dzJVJ > section.Hero_container__dwBFb > div.Hero_overlay__pFJ6Z > a.PillButton_pillButton__lT2Fo |
Join Us Now div.Mobile_container__dzJVJ > section.Section_container__4WNJ1 > a.JoinTryCta_container__ZJPGJ > h4 |
EXPLORE div.Community_container__WfglZ > section.Section_container__4WNJ1 > a.PillButton_pillButton__lT2Fo > span |
Join Us Now div.Community_container__WfglZ > section.Section_container__4WNJ1 > a.JoinTryCta_container__ZJPGJ > h4 |
STRAVA SUBSCRIPTION div.Homepage_container__m8Vvy > div.Mobile_container__dzJVJ > section.Section_container__4WNJ1 > span.Subscription_header__7D445 |
Strava Features div.Mobile_container__dzJVJ > div.Summary_container__vWu0R > div.Summary_features__ixBz6 > h3 |
EXPLORE div.Summary_container__vWu0R > div.Summary_features__ixBz6 > a.PillButton_pillButton__lT2Fo > span |
Log In li > ul > li > a.Footer_highlight__3ACCZ |
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 |
|---|
If you're active, Strava was made for you. Our mobile app and website enhance t… div.Homepage_container__m8Vvy > div.Mobile_container__dzJVJ > section.Section_container__4WNJ1 > h3 |
Open, tap, go. div.JoinAndStay_content__acYij > div.JoinAndStay_paragraphs__dTdy9 > div.JoinAndStay_paragraph__guLbH > h4 |
Track & Analyze div.ItemGrid_container__lWVNA > div.ItemGrid_items__NEEM5 > div.ItemGrid_item__Z0wTV > h4 |
Track & Analyze div.ItemGrid_container__lWVNA > div.ItemGrid_items__NEEM5 > div.ItemGrid_item__Z0wTV > h4 |
These are opportunities to improve keyboard navigation in your application.
Best Practices
General
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.