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.calm.com/api/12Xk43jk/init.js | 600.0 s | 104.5 KiB |
| connect.facebook.net/en_US/fbevents.js | 1200.0 s | 96.6 KiB |
| /signals/config/1716780165218419?v=2.9.303&r=stable&domai... | 1200.0 s | 46.8 KiB |
| /analytics.js/v1/C16PWBq5gYGXHUBqydqThTjx9MdPyo48/analyti... | 120.0 s | 30.0 KiB |
| www.calm.com/_n/images/homepage/blue-wave-bg.webp | 86400.0 s | 68.7 KiB |
| truemed-public.s3.us-west-1.amazonaws.com/truemed-ads/prequal-widget.min.js | 0.0 ms | 22.2 KiB |
| utt.impactcdn.com/A4013006-41a1-4ccd-93e9-9fde9b93a8211.js | 900.0 s | 20.5 KiB |
| websdk.appsflyer.com/?st=pba&af_id=35f7769a-49c6-458f-aa26-4cb9e19ccac9 | 0.0 ms | 15.8 KiB |
| www.google-analytics.com/analytics.js | 7200.0 s | 20.9 KiB |
| www.calm.com/_n/fonts/Figtree-Bold.woff2 | 86400.0 s | 23.5 KiB |
| www.calm.com/_n/fonts/Figtree-Medium.woff2 | 86400.0 s | 23.4 KiB |
| www.calm.com/_n/fonts/Figtree-Regular.woff2 | 86400.0 s | 23.3 KiB |
| cdn.mgln.ai/pixel.min.js | 14400.0 s | 3.0 KiB |
| /tr/?id=1716780165218419&ev=PageView&dl=https%3A%2F%2Fwww... | 0.0 ms | 16 B |
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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 | |
|---|---|---|---|
main#main-content > section.styles__Wrapper-sc-3e6b267a-0 > div.styles__JasperLake-sc-3e6b267a-2 > img main#main-content > section.styles__Wrapper-sc-3e6b267a-0 > div.styles__JasperLake-sc-3e6b267a-2 > img | www.calm.com/_next/static/media/jasper-lake.7b49d2ef.webp | 256.9 KiB | 94.4 KiB |
body > main#main-content > div.styles__Banner-sc-d026f2c8-9 > img body > main#main-content > div.styles__Banner-sc-d026f2c8-9 > img | www.calm.com/_next/static/media/content-tile-collage.ac12f6e5.webp | 249.2 KiB | 77.0 KiB |
Thumbnail for Mindfulness for beginners: 6 techniques for mindful living div.styles__SlideInner-sc-d6f7c755-2 > article.styles__Post-sc-c18ade71-3 > a.styles__PostLink-sc-c18ade71-8 > img.styles__Thumbnail-sc-c18ade71-4 | /content/v1/656f4e4dababbd7c042c4946/1776471218211-W5L8S2... | 94.3 KiB | 25.3 KiB |
Thumbnail for How to deal with toxic family members: 7 tips to help you cope div.styles__SlideInner-sc-d6f7c755-2 > article.styles__Post-sc-c18ade71-3 > a.styles__PostLink-sc-c18ade71-8 > img.styles__Thumbnail-sc-c18ade71-4 | /content/v1/656f4e4dababbd7c042c4946/1718401923928-GEIQ30... | 61.7 KiB | 16.3 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.
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 |
|---|---|
| calm.com/ | 1.1 s |
| www.calm.com/ | 0.0 ms |
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| www.calm.com/ | 702 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
We're here to help you feel better.
Stress less.
Get in-the-moment relief for … body > main#main-content > section.styles__Wrapper-sc-d026f2c8-0 | 0.413 |
We're here to help you feel better. body > main#main-content > section.styles__Wrapper-sc-d026f2c8-0 > h2.styles__StyledText-sc-a4b5006e-0 | 0.000 |
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 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 |
|---|---|---|
| www.calm.com/_next/static/chunks/6bcc3924f73ddcb7.js | 178.1 KiB | 69.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-N4F47DEEC3&cx=c&_slc=1 | 166.0 KiB | 68.8 KiB |
| www.calm.com/_next/static/chunks/9f12a3de7607ad3c.js | 131.1 KiB | 64.7 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-55DFT24 | 168.6 KiB | 62.9 KiB |
| www.googletagmanager.com/gtag/js?id=AW-782291623&cx=c>m=4e64h1 | 140.1 KiB | 51.1 KiB |
| www.calm.com/api/12Xk43jk/init.js | 104.0 KiB | 40.3 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 35.5 KiB |
| www.calm.com/_next/static/chunks/86d1d098e04915b6.js | 49.5 KiB | 26.9 KiB |
| www.calm.com/_next/static/chunks/9a0d6000a621abbf.js | 65.7 KiB | 23.6 KiB |
| /signals/config/1716780165218419?v=2.9.303&r=stable&domai... | 46.7 KiB | 20.1 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.
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 | 5.2 s |
| Other | 1.7 s |
| Style & Layout | 737 ms |
| Script Parsing & Compilation | 602 ms |
| Parse HTML & CSS | 342 ms |
| Rendering | 173 ms |
| Garbage Collection | 27 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.
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 |
|---|---|
| AttributionReporting |
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 |
|---|---|
Uncaught TypeError: Cannot read properties of null (reading 'toString') |
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.