Performance
· 16 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
3.03 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
19.61 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.45 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.
8.04 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.
19.90 s
Page Load Progression
FPage Weight BudgetAction4.2 MB transferred, 153 requestsFIX
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
Source: web.dev
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.
Source: web.dev
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
FJS Execution CostAction7850ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://scripts.clarity.ms/0.8.60-beta/clarity.js | 1842ms | 1307ms | 11ms | 3rd |
| https://www.peloton.com/ | 1184ms | 201ms | 250ms | 1st |
| Unattributable | 1159ms | 27ms | 0ms | 3rd |
| https://unpkg.com/@dotlottie/player-component@latest/dist/dotlottie-player.js | 952ms | 852ms | 0ms | 3rd |
| https://js.hs-analytics.net/analytics/1775593200000/21730018.js | 765ms | 519ms | 12ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-WFZLP8J2 | 365ms | 293ms | 56ms | 3rd |
| https://www.peloton.com/hubfs/hub_generated/template_assets/1/183226165104/1775483930631/template_jquery.min.js | 340ms | 185ms | 41ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=AW-16508021088 | 312ms | 260ms | 49ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-TZN35GWCZ2&cx=c>m=4e6460 | 309ms | 249ms | 57ms | 3rd |
| https://www.peloton.com/_hcms/forms/v2.js | 162ms | 83ms | 75ms | 1st |
Showing top 10 of 15 scripts
DJS BundlesAction39 scripts, 435 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.peloton.com/_hcms/forms/v2.js | 201 KB | 112 KB (58%) | ✓ | 1st |
| https://www.googletagmanager.com/gtag/js?id=AW-16508021088&cx=c>m=4e6460 | 143 KB | 105 KB (74%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-TZN35GWCZ2&cx=c>m=4e6460 | 161 KB | 66 KB (41%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-WFZLP8J2 | 152 KB | 62 KB (41%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-16508021088 | 143 KB | 55 KB (39%) | ✓ | 3rd |
| https://www.peloton.com/hubfs/hub_generated/template_assets/1/183226165104/1775483930631/template_jquery.min.js | 84 KB | 34 KB (41%) | ✗ | 1st |
| https://7052064.fs1.hubspotusercontent-na1.net/hubfs/7052064/hub_generated/module_assets/1/-2712622/1775507757444/module_search_input.min.js | 2 KB | — | ✓ | 3rd |
| https://js.hscollectedforms.net/collectedforms.js | 26 KB | — | ✓ | 3rd |
| https://www.peloton.com/hubfs/hub_generated/module_assets/1/183221847562/1765462489901/module_Header_Navigation.min.js | 3 KB | — | ✓ | 1st |
| https://seo-fixer.writesonic.com/site-audit/fixer-script/index.js | 2 KB | — | ✓ | 3rd |
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
BImage Optimization41 images, 0 KB saveableREVIEW
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
AThird-Party Impact34% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading5 fonts (143 KB)PASS
Web fonts
5
143 KB total
Render-blocking
0
of 5
Dominant font-display
swap
Most common across fonts
Font loading timeline
Optimization checklist
- Preload critical fonts (priority=high)
- Use woff2 format for all fonts
- Set font-display to swap, optional, or fallback
- Subset large fonts (≤100 KB each)
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+HTTP Cachingmax-age=5 (5 seconds)PASS
s-maxage=36000, max-age=5
| Directive | Value | Meaning |
|---|---|---|
| s-maxage | 36000 | CDN caches for 10 hours |
| max-age | 5 | Cache for 5 seconds |
Network Waterfall153 requests over 0msINFO
Performance analysis not available for this result.
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Microsoft Clarity scripts.clarity.ms | Session Replay | 1842ms | 25 KB | — | €20/mo | Costly |
Unattributable Unattributable | Other | 1159ms | 0 KB | — | €13/mo | Costly |
unpkg unpkg.com | CDN | 952ms | 0 KB | — | €10/mo | Costly |
HubSpot Analytics js.hs-analytics.net | Analytics | 765ms | 43 KB | — | €8/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 365ms | 152 KB | 41% | €4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 312ms | 143 KB | 39% | €3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 309ms | 161 KB | 41% | €3/mo | Costly |
js.hscollectedforms.net js.hscollectedforms.net | Other | 98ms | 26 KB | — | €1/mo | Optional |
js.hubspot.com js.hubspot.com | Other | 97ms | 28 KB | — | €1/mo | Optional |
LinkedIn Insight snap.licdn.com | Advertising | 95ms | 19 KB | — | €1/mo | Optional |
js.hs-banner.com js.hs-banner.com | Other | 94ms | 26 KB | — | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 77ms | 143 KB | 74% | €1/mo | Optional |
These scripts may cost more than they're worth
- Microsoft Clarity adds 1842ms and costs ~€20/month
- Unattributable adds 1159ms and costs ~€13/month
- unpkg adds 952ms and costs ~€10/month
- HubSpot Analytics adds 765ms and costs ~€8/month
- Google Tag Manager adds 365ms and costs ~€4/month
- Google Tag Manager adds 312ms and costs ~€3/month
- Google Tag Manager adds 309ms and costs ~€3/month
79% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.
Learn more ▾ ▴
Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.
Source: web.dev
Microsoft Clarity takes 1842ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Unattributable takes 1159ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
unpkg takes 952ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
HubSpot Analytics takes 765ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 365ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 312ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 309ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
74% of Google Tag Manager's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev