Performance
· 14 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.
787 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.55 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
26 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.005
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.43 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.97 s
Page Load Progression
FPage Weight BudgetAction5.2 MB transferred, 146 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
DJS Execution CostAction2213ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://scripts.clarity.ms/0.8.60-beta/clarity.js | 503ms | 372ms | 3ms | 3rd |
| https://unpkg.com/@dotlottie/player-component@latest/dist/dotlottie-player.js | 422ms | 349ms | 0ms | 3rd |
| https://www.peloton.com/ | 417ms | 52ms | 65ms | 1st |
| Unattributable | 324ms | 8ms | 0ms | 3rd |
| https://js.hs-analytics.net/analytics/1775593200000/21730018.js | 189ms | 128ms | 4ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-16508021088 | 106ms | 77ms | 12ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-WFZLP8J2 | 93ms | 77ms | 14ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-TZN35GWCZ2&cx=c>m=4e6460 | 85ms | 65ms | 19ms | 3rd |
| https://www.peloton.com/hubfs/hub_generated/template_assets/1/183226165104/1775483930631/template_jquery.min.js | 73ms | 55ms | 11ms | 1st |
DJS BundlesAction39 scripts, 436 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 | 56 KB (39%) | ✓ | 3rd |
| https://www.peloton.com/hubfs/hub_generated/template_assets/1/183226165104/1775483930631/template_jquery.min.js | 84 KB | 35 KB (42%) | ✗ | 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 Optimization35 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
AThird-Party Impact26% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading3 fonts (56 KB)PASS
Web fonts
3
56 KB total
Render-blocking
0
of 3
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+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 Waterfall146 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 | 503ms | 25 KB | — | €5/mo | Costly |
unpkg unpkg.com | CDN | 422ms | 0 KB | — | €5/mo | Costly |
Unattributable Unattributable | Other | 324ms | 0 KB | — | €4/mo | Costly |
HubSpot Analytics js.hs-analytics.net | Analytics | 189ms | 43 KB | — | €2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 106ms | 143 KB | 39% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 93ms | 152 KB | 41% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 85ms | 161 KB | 41% | €1/mo | Optional |
These scripts may cost more than they're worth
- Microsoft Clarity adds 503ms and costs ~€5/month
- unpkg adds 422ms and costs ~€5/month
- Unattributable adds 324ms and costs ~€4/month
78% 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 503ms 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 422ms 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 324ms 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