Mobile 375 × 812

Desktop 1440 × 900

Score: 77 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Good foundation, but a few gaps could be exploited.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Strong compliance posture across regulations.
Rich content metadata — your pages look great everywhere.
Reasonable footprint with room for optimization.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
8 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
No H1 heading found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
130 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
131 HTTP requests — consider bundling or reducing
Performance issues directly impact user engagement and conversion rates.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/61441d0e-cd4c-4d49-8981-297a9b5ff321)<a href="https://beavercheck.com/results/61441d0e-cd4c-4d49-8981-297a9b5ff321"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fheadspace.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fheadspace.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 16.4s exceeds Google's 2.5s 'Good' threshold and the 2 performance issues below directly contribute to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
6 barrier(s) likely increasing bounce by ~28%.
Page takes 16.4s to load
+12% bounceUsers abandon at ~3s — you're 13.9s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.6s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
8 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€638 investment → €0.63/month returns + EUR 120,500,000 risk avoided
€638
8h · 5 findings
€0.63 /mo
~€7.51 / year
EUR 120,500,000
if kept compliant
€43 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
7.5 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€10,041,667 / month at risk
~€120,500,008 / year if left unfixed
€120,500,000
+7 more
€0.63 /mo
8445.1 MB/mo × 0.074 EUR/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 3 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.96 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
16.39 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.60 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.75 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
16.79 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
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.
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.
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 | |
|---|---|---|---|
3 XR (featured tab) div.css-hsndhj > div.css-uk4blr > div.css-1ghcia1 > img | /7eroL3xuLOcFmA8syXUURf/8a96742ca71fc4a30df92bc99033860c/... | 36.3 KiB | 28.7 KiB |
Jan '25 Campaign Explore Screen Mock div.css-1q921eg > div.css-1dmsota > div.css-9fi4om > img.css-cnin99 | /1PZPNpQTJTlXQGGTCoSwpJ/8d7354aa03d2bada6b93b5c326edfb2c/... | 25.7 KiB | 24.2 KiB |
Image (hero with carousel) div.css-eahfdh > div.css-5fdnnx > div.css-1ghcia1 > img | /5pirBM9z8X75FdOGjFnBID/c378cfeff2a4f8fa03ac0b8422ec58a6/... | 26.3 KiB | 22.6 KiB |
d-deepdive div.css-1q921eg > div.css-1er1l76 > div.css-bsd05i > img.css-cnin99 | /7mX035RsbYG48uXqLpbPE2/8a9b19a53d4fb1346ead0bc94fc86ec7/... | 23.6 KiB | 20.4 KiB |
desktop hero 2 june5 2x 1 copy div.css-37k3ha > div.css-12auco2 > picture > img.css-uwwqev | /6VpOlWMhXWZPcWW4MpGU7/1565fd18e33da0d5e2c46715b5bcff96/m... | 18.1 KiB | 12.9 KiB |
5 Ebb 1x div.css-hsndhj > div.css-uk4blr > div.css-1ghcia1 > img | /257VMfFX7e1wGy2MhRzUl6/1d57fc4eab72991b1703f54c82ce99d0/... | 13.3 KiB | 12.7 KiB |
desktop hero 1 june5 2x 1 copy div.css-37k3ha > div.css-12auco2 > picture > img.css-uwwqev | /knWuaYQdTnPg6o6VPtH1K/a0e32e013ebad294eb678f92334eba49/m... | 17.2 KiB | 12.3 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.
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 |
|---|---|
| headspace.com/ | 790 ms |
| www.headspace.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.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| cdn.amplitude.com/libs/plugin-session-replay-browser-1.25.0-min.js.gz | 128.2 KiB | 100.2 KiB |
| /gtm.js?id=GTM-M92JXMV>m_auth=16iCHRn1z7748mckvKDXyw>... | 142.0 KiB | 66.5 KiB |
| www.headspace.com/web-marketing-ssr/_next/static/chunks/c00d49f0c10b04ae.js | 69.7 KiB | 34.4 KiB |
| www.headspace.com/web-marketing-ssr/_next/static/chunks/92df9b1810b1aa1b.js | 77.8 KiB | 26.6 KiB |
| www.headspace.com/web-marketing-ssr/_next/static/chunks/3d2826b45ab622f0.js | 62.4 KiB | 25.7 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 | 6.3 s |
| Other | 3.7 s |
| Style & Layout | 705 ms |
| Script Parsing & Compilation | 343 ms |
| Rendering | 339 ms |
| Garbage Collection | 162 ms |
| Parse HTML & CSS | 81 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 |
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.
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.
When a `progressbar` element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to label `progressbar` elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.css-dymk12 > div.css-2ohn2g > div.css-13ndvf0 > div.css-1z038j1 div.css-dymk12 > div.css-2ohn2g > div.css-13ndvf0 > div.css-1z038j1 |
div.css-dymk12 > div.css-2ohn2g > div.css-13ndvf0 > div.css-1z038j1 div.css-dymk12 > div.css-2ohn2g > div.css-13ndvf0 > div.css-1z038j1 |
div.css-dymk12 > div.css-2ohn2g > div.css-13ndvf0 > div.css-1z038j1 div.css-dymk12 > div.css-2ohn2g > div.css-13ndvf0 > div.css-1z038j1 |
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 |
|---|
Ebb div.css-fpmqj3 > svg > g > g |
You div.css-fpmqj3 > svg > g > g |
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.
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 |
|---|
header#navbar-header-header > div.css-1b5cois > nav.css-4kugue > button.css-v74ccp header#navbar-header-header > div.css-1b5cois > nav.css-4kugue > button.css-v74ccp |
div.css-b95f0i > div.css-fvg637 > div.deeper-dive-indicators > button.css-12nesms div.css-b95f0i > div.css-fvg637 > div.deeper-dive-indicators > button.css-12nesms |
div.css-b95f0i > div.css-fvg637 > div.deeper-dive-indicators > button.css-1hati0i div.css-b95f0i > div.css-fvg637 > div.deeper-dive-indicators > button.css-1hati0i |
div.css-b95f0i > div.css-fvg637 > div.deeper-dive-indicators > button.css-1hati0i div.css-b95f0i > div.css-fvg637 > div.deeper-dive-indicators > button.css-1hati0i |
div.css-b95f0i > div.css-fvg637 > div.deeper-dive-indicators > button.css-1hati0i div.css-b95f0i > div.css-fvg637 > div.deeper-dive-indicators > button.css-1hati0i |
div.css-b95f0i > div.css-fvg637 > div.deeper-dive-indicators > button.css-1hati0i div.css-b95f0i > div.css-fvg637 > div.deeper-dive-indicators > button.css-1hati0i |
div.css-hfwumi > div.css-13unig > div > button.css-1qi2pw5 div.css-hfwumi > div.css-13unig > div > button.css-1qi2pw5 |
div.css-hfwumi > div.css-13unig > div > button.css-1qi2pw5 div.css-hfwumi > div.css-13unig > div > button.css-1qi2pw5 |
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.
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 |
|---|
Stress less div.css-gd0lmb > div.css-14ntoh4 > div.css-h02uj7 > div.css-m6qmz1 |
0.0k div.css-15vu3re > div.css-12uavp7 > div.css-10xddwb > p.css-1vuavp0 |
meditating div.css-15vu3re > div.css-12uavp7 > div.css-10xddwb > p.css-1xr9gj |
Join the millions who use Headspace every day div.css-1m771rd > div.css-15vu3re > div.css-12uavp7 > h2.css-161yfi3 |
App Store Rating div.css-12uavp7 > div.css-ulqck6 > div.css-3io4e8 > p.css-1vw7yqm |
0M+ div.css-12uavp7 > div.css-ulqck6 > div.css-3io4e8 > p.css-3kok21 |
Downloads div.css-12uavp7 > div.css-ulqck6 > div.css-3io4e8 > p.css-1vw7yqm |
0M+ div.css-12uavp7 > div.css-ulqck6 > div.css-3io4e8 > p.css-3kok21 |
Minutes Meditated div.css-12uavp7 > div.css-ulqck6 > div.css-3io4e8 > p.css-1vw7yqm |
Selected Awards div.css-12uavp7 > div.css-ulqck6 > div.css-3io4e8 > p.css-1vw7yqm |
These are opportunities to improve the legibility of your content.
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 |
|---|
Meet Ebb div.css-hsndhj > div.css-15vu3re > div.css-1kp8ita > h5.css-hblk6z |
My Headspace div.css-1hg1vm1 > div.css-yh8ihz > div.css-1clntmr > h4.css-1j454q2 |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
div.css-b95f0i > div.css-fvg637 > div.deeper-dive-indicators > button.css-12nesms div.css-b95f0i > div.css-fvg637 > div.deeper-dive-indicators > button.css-12nesms |
div.css-b95f0i > div.css-fvg637 > div.deeper-dive-indicators > button.css-1hati0i div.css-b95f0i > div.css-fvg637 > div.deeper-dive-indicators > button.css-1hati0i |
div.css-b95f0i > div.css-fvg637 > div.deeper-dive-indicators > button.css-1hati0i div.css-b95f0i > div.css-fvg637 > div.deeper-dive-indicators > button.css-1hati0i |
div.css-b95f0i > div.css-fvg637 > div.deeper-dive-indicators > button.css-1hati0i div.css-b95f0i > div.css-fvg637 > div.deeper-dive-indicators > button.css-1hati0i |
div.css-b95f0i > div.css-fvg637 > div.deeper-dive-indicators > button.css-1hati0i div.css-b95f0i > div.css-fvg637 > div.deeper-dive-indicators > button.css-1hati0i |
These items highlight common accessibility best practices.
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 |
|---|---|
Error: Minified React error #418; visit https://react.dev/errors/418?args[]=HTML&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at rR (https://www.headspace.com/web-marketing-ssr/_next/static/chunks/1a0bb58acbf0b64b.js:2:40311)
at oW (https://www.headspace.com/web-marketing-ssr/_next/static/chunks/1a0bb58acbf0b64b.js:2:90177)
at ub (https://www.headspace.com/web-marketing-ssr/_next/static/chunks/1a0bb58acbf0b64b.js:2:121264)
at https://www.headspace.com/web-marketing-ssr/_next/static/chunks/1a0bb58acbf0b64b.js:2:121109
at uv (https://www.headspace.com/web-marketing-ssr/_next/static/chunks/1a0bb58acbf0b64b.js:2:121117)
at ui (https://www.headspace.com/web-marketing-ssr/_next/static/chunks/1a0bb58acbf0b64b.js:2:116492)
at uX (https://www.headspace.com/web-marketing-ssr/_next/static/chunks/1a0bb58acbf0b64b.js:2:139624)
at MessagePort.R (https://www.headspace.com/web-marketing-ssr/_next/static/chunks/1a0bb58acbf0b64b.js:2:3461) | |
Failed to load resource: the server responded with a status of 401 () | |
Failed to load resource: the server responded with a status of 401 () | |
Failed to load resource: the server responded with a status of 404 () | |
Failed to load resource: the server responded with a status of 404 () | |
Failed to load resource: the server responded with a status of 404 () | |
Failed to load resource: the server responded with a status of 404 () |
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.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.headspace.com/meditation | Learn more |
| www.headspace.com/mental-health | Learn more |
| organizations.headspace.com/?origin=homepage | Learn more |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
544 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.34 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
249 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.099
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.15 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
3.36 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
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 | |
|---|---|---|---|
desktop hero 1 june5 2x 1 copy div.css-37k3ha > div.css-12auco2 > picture > img.css-uwwqev | /2pcwdm6O0Kt0rq19lLLCDC/624cec6f5e77f9d7e0d5de6f02c437b5/... | 49.0 KiB | 40.0 KiB |
desktop hero 2 june5 2x 1 copy div.css-37k3ha > div.css-12auco2 > picture > img.css-uwwqev | /2KFGacky3sZXtt8KLYJgN6/109838d936853779a57a116f0ff2b4ca/... | 27.7 KiB | 22.2 KiB |
Jan '25 Campaign Explore Screen Mock div.css-1q921eg > div.css-1dmsota > div.css-9fi4om > img.css-cnin99 | /1PZPNpQTJTlXQGGTCoSwpJ/8d7354aa03d2bada6b93b5c326edfb2c/... | 25.7 KiB | 20.2 KiB |
3 XR (featured tab) div.css-hsndhj > div.css-uk4blr > div.css-1ghcia1 > img | /7eroL3xuLOcFmA8syXUURf/8a96742ca71fc4a30df92bc99033860c/... | 36.3 KiB | 17.3 KiB |
d-deepdive div.css-1q921eg > div.css-1er1l76 > div.css-bsd05i > img.css-cnin99 | /7mX035RsbYG48uXqLpbPE2/8a9b19a53d4fb1346ead0bc94fc86ec7/... | 23.6 KiB | 17.3 KiB |
homepagenav a.css-rlwou3 > div.css-bm4lwm > div.css-1gr7t27 > img | /5Mvq9tLGfNllvbLYAvpxW3/7e50e746e34d6fbfcdffb15caa86b126/... | 15.4 KiB | 13.3 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.
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 |
|---|---|---|
| cdn.cookielaw.org/scripttemplates/202405.1.0/otBannerSdk.js | 86400.0 s | 109.4 KiB |
| cdn.cookielaw.org/logos/static/ot_company_logo.png | 86400.0 s | 19.1 KiB |
| cdn.cookielaw.org/scripttemplates/otSDKStub.js | 86400.0 s | 9.1 KiB |
| cdn.cookielaw.org/logos/static/powered_by_logo.svg | 86400.0 s | 2.5 KiB |
| cdn.cookielaw.org/logos/static/ot_close.svg | 86400.0 s | 636 B |
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 |
|---|---|
| headspace.com/ | 242 ms |
| www.headspace.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.headspace.com/ | 723 ms |
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.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| cdn.amplitude.com/libs/plugin-session-replay-browser-1.25.0-min.js.gz | 130.3 KiB | 102.3 KiB |
| /gtm.js?id=GTM-M92JXMV>m_auth=16iCHRn1z7748mckvKDXyw>... | 142.0 KiB | 66.5 KiB |
| cdn.cookielaw.org/scripttemplates/202405.1.0/otBannerSdk.js | 109.1 KiB | 58.7 KiB |
| www.headspace.com/web-marketing-ssr/_next/static/chunks/c00d49f0c10b04ae.js | 69.7 KiB | 34.4 KiB |
| www.headspace.com/web-marketing-ssr/_next/static/chunks/92df9b1810b1aa1b.js | 77.8 KiB | 26.6 KiB |
| cdn.amplitude.com/libs/analytics-browser-2.25.1-min.js.gz | 49.4 KiB | 26.0 KiB |
| www.headspace.com/web-marketing-ssr/_next/static/chunks/3d2826b45ab622f0.js | 62.4 KiB | 24.8 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.headspace.com/web-marketing-ssr/_next/static/chunks/1a0bb58acbf0b64b.js | 742 ms | 650 ms | 4.4 ms |
| www.headspace.com/web-marketing-ssr/_next/static/chunks/c15c7cf7199d6fd1.js | 686 ms | 256 ms | 1.3 ms |
| www.headspace.com/web-marketing-ssr/_next/static/chunks/d775b5b016d581e0.js | 394 ms | 65 ms | 2.7 ms |
| Unattributable | 260 ms | 34 ms | 0.0 ms |
| www.headspace.com/ | 254 ms | 4.2 ms | 0.3 ms |
| www.headspace.com/web-marketing-ssr/_next/static/chunks/e9bc471870d3795c.js | 115 ms | 103 ms | 0.9 ms |
| www.headspace.com/web-marketing-ssr/_next/static/chunks/3d2826b45ab622f0.js | 104 ms | 94 ms | 5.1 ms |
| /web-marketing-ssr/_next/static/chunks/turbopack-4e420115... | 83 ms | 83 ms | 0.2 ms |
| /web-marketing-ssr/_next/static/chunks/turbopack-40d0ce1d... | 78 ms | 77 ms | 0.2 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 | 1.6 s |
| Other | 967 ms |
| Style & Layout | 222 ms |
| Rendering | 124 ms |
| Script Parsing & Compilation | 92 ms |
| Parse HTML & CSS | 31 ms |
| Garbage Collection | 26 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 |
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 |
|---|---|---|
| #onetrust-banner-sdk{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%} … | 20.5 KiB | 17.8 KiB |
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.
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.
When a `progressbar` element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to label `progressbar` elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.css-dymk12 > div.css-2ohn2g > div.css-13ndvf0 > div.css-1z038j1 div.css-dymk12 > div.css-2ohn2g > div.css-13ndvf0 > div.css-1z038j1 |
div.css-dymk12 > div.css-2ohn2g > div.css-13ndvf0 > div.css-1z038j1 div.css-dymk12 > div.css-2ohn2g > div.css-13ndvf0 > div.css-1z038j1 |
div.css-dymk12 > div.css-2ohn2g > div.css-13ndvf0 > div.css-1z038j1 div.css-dymk12 > div.css-2ohn2g > div.css-13ndvf0 > div.css-1z038j1 |
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 |
|---|
Ebb div.css-fpmqj3 > svg > g > g |
You div.css-fpmqj3 > svg > g > g |
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.
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.css-b95f0i > div.css-fvg637 > div.deeper-dive-indicators > button.css-12nesms div.css-b95f0i > div.css-fvg637 > div.deeper-dive-indicators > button.css-12nesms |
div.css-b95f0i > div.css-fvg637 > div.deeper-dive-indicators > button.css-1hati0i div.css-b95f0i > div.css-fvg637 > div.deeper-dive-indicators > button.css-1hati0i |
div.css-b95f0i > div.css-fvg637 > div.deeper-dive-indicators > button.css-1hati0i div.css-b95f0i > div.css-fvg637 > div.deeper-dive-indicators > button.css-1hati0i |
div.css-b95f0i > div.css-fvg637 > div.deeper-dive-indicators > button.css-1hati0i div.css-b95f0i > div.css-fvg637 > div.deeper-dive-indicators > button.css-1hati0i |
div.css-b95f0i > div.css-fvg637 > div.deeper-dive-indicators > button.css-1hati0i div.css-b95f0i > div.css-fvg637 > div.deeper-dive-indicators > button.css-1hati0i |
div.css-hfwumi > div.css-13unig > div > button.css-1qi2pw5 div.css-hfwumi > div.css-13unig > div > button.css-1qi2pw5 |
div.css-hfwumi > div.css-13unig > div > button.css-1qi2pw5 div.css-hfwumi > div.css-13unig > div > button.css-1qi2pw5 |
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.
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 |
|---|
0.0k div.css-15vu3re > div.css-12uavp7 > div.css-10xddwb > p.css-1vuavp0 |
meditating div.css-15vu3re > div.css-12uavp7 > div.css-10xddwb > p.css-1xr9gj |
Join the millions who use Headspace every day div.css-1m771rd > div.css-15vu3re > div.css-12uavp7 > h2.css-161yfi3 |
App Store Rating div.css-12uavp7 > div.css-ulqck6 > div.css-3io4e8 > p.css-1vw7yqm |
0M+ div.css-12uavp7 > div.css-ulqck6 > div.css-3io4e8 > p.css-3kok21 |
Downloads div.css-12uavp7 > div.css-ulqck6 > div.css-3io4e8 > p.css-1vw7yqm |
0M+ div.css-12uavp7 > div.css-ulqck6 > div.css-3io4e8 > p.css-3kok21 |
Minutes Meditated div.css-12uavp7 > div.css-ulqck6 > div.css-3io4e8 > p.css-1vw7yqm |
Selected Awards div.css-12uavp7 > div.css-ulqck6 > div.css-3io4e8 > p.css-1vw7yqm |
These are opportunities to improve the legibility of your content.
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 |
|---|
Meet Ebb div.css-hsndhj > div.css-15vu3re > div.css-1kp8ita > h5.css-hblk6z |
My Headspace div.css-1hg1vm1 > div.css-yh8ihz > div.css-1clntmr > h4.css-1j454q2 |
These are opportunities to improve keyboard navigation in your application.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
For You
For Business
For Providers
Our Plans
Resources
About header#navbar-header-header > div.css-1euzfgj > nav > ul.css-1gg327v |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 |
|---|
div.css-b95f0i > div.css-fvg637 > div.deeper-dive-indicators > button.css-12nesms div.css-b95f0i > div.css-fvg637 > div.deeper-dive-indicators > button.css-12nesms |
div.css-b95f0i > div.css-fvg637 > div.deeper-dive-indicators > button.css-1hati0i div.css-b95f0i > div.css-fvg637 > div.deeper-dive-indicators > button.css-1hati0i |
div.css-b95f0i > div.css-fvg637 > div.deeper-dive-indicators > button.css-1hati0i div.css-b95f0i > div.css-fvg637 > div.deeper-dive-indicators > button.css-1hati0i |
div.css-b95f0i > div.css-fvg637 > div.deeper-dive-indicators > button.css-1hati0i div.css-b95f0i > div.css-fvg637 > div.deeper-dive-indicators > button.css-1hati0i |
div.css-b95f0i > div.css-fvg637 > div.deeper-dive-indicators > button.css-1hati0i div.css-b95f0i > div.css-fvg637 > div.deeper-dive-indicators > button.css-1hati0i |
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 |
|---|
Learn more div.ot-sdk-eight > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |
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 |
|---|---|
Error: Minified React error #418; visit https://react.dev/errors/418?args[]=HTML&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at rR (https://www.headspace.com/web-marketing-ssr/_next/static/chunks/1a0bb58acbf0b64b.js:2:40311)
at oW (https://www.headspace.com/web-marketing-ssr/_next/static/chunks/1a0bb58acbf0b64b.js:2:90177)
at ub (https://www.headspace.com/web-marketing-ssr/_next/static/chunks/1a0bb58acbf0b64b.js:2:121264)
at https://www.headspace.com/web-marketing-ssr/_next/static/chunks/1a0bb58acbf0b64b.js:2:121109
at uv (https://www.headspace.com/web-marketing-ssr/_next/static/chunks/1a0bb58acbf0b64b.js:2:121117)
at ui (https://www.headspace.com/web-marketing-ssr/_next/static/chunks/1a0bb58acbf0b64b.js:2:116492)
at uX (https://www.headspace.com/web-marketing-ssr/_next/static/chunks/1a0bb58acbf0b64b.js:2:139624)
at MessagePort.R (https://www.headspace.com/web-marketing-ssr/_next/static/chunks/1a0bb58acbf0b64b.js:2:3461) | |
Failed to load resource: the server responded with a status of 401 () | |
Failed to load resource: the server responded with a status of 401 () | |
Failed to load resource: the server responded with a status of 404 () | |
Failed to load resource: the server responded with a status of 404 () | |
Failed to load resource: the server responded with a status of 404 () | |
Failed to load resource: the server responded with a status of 404 () |
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.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.headspace.com/meditation | Learn more |
| www.headspace.com/mental-health | Learn more |
| organizations.headspace.com/?origin=homepage | Learn more |
| www.headspace.com/cookie-policy | Learn more |
| www.headspace.com/cookie-policy | Learn more |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback