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.
4.57 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
17.12 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.29 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.52 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.
17.23 s
Page Load Progression
FPage Weight BudgetAction2.9 MB transferred, 60 requestsFIX
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
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
DThird-Party ImpactAction93% third-party, 0 ms blockingFIX
FJS Execution CostAction4421ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.strava.com/ | 962ms | 5ms | 1ms | 1st |
| https://web-assets.strava.com/assets/landing-pages/_next/static/chunks/pages/_app-090d844577d2f000.js | 814ms | 571ms | 152ms | 3rd |
| https://web-assets.strava.com/assets/landing-pages/_next/static/chunks/framework-7f9d59fd7074d9f7.js | 570ms | 485ms | 15ms | 3rd |
| Unattributable | 521ms | 36ms | 0ms | 3rd |
| https://consent.cookiebot.com/uc.js | 384ms | 213ms | 11ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-ESZ0QKJW56&l=googleTagManagerDataLayer&cx=c>m=4e6460 | 343ms | 293ms | 46ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-TP845S&l=googleTagManagerDataLayer | 189ms | 142ms | 45ms | 3rd |
| https://appleid.cdn-apple.com/appleauth/static/jsapi/appleid/1/en_US/appleid.auth.js | 183ms | 7ms | 4ms | 3rd |
| https://web-assets.strava.com/assets/landing-pages/_next/static/chunks/main-6f5274bcc70697b8.js | 171ms | 156ms | 14ms | 3rd |
| https://web-assets.strava.com/assets/landing-pages/_next/static/chunks/pages/index-c53ced12e67e5d8f.js | 166ms | 161ms | 5ms | 3rd |
Showing top 10 of 11 scripts
FJS BundlesAction20 scripts, 570 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://web-assets.strava.com/assets/landing-pages/_next/static/chunks/pages/_app-090d844577d2f000.js | 440 KB | 256 KB (58%) | ✓ | 3rd |
| https://web-assets.strava.com/assets/landing-pages/_next/static/chunks/59947-2e0be482d37a1813.js | 91 KB | 72 KB (80%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-TP845S&l=googleTagManagerDataLayer | 165 KB | 72 KB (44%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-ESZ0QKJW56&l=googleTagManagerDataLayer&cx=c>m=4e6460 | 174 KB | 63 KB (36%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-15023759&l=googleTagManagerDataLayer&cx=c>m=4e6460 | 129 KB | 63 KB (49%) | ✓ | 3rd |
| https://consent.cookiebot.com/uc.js | 36 KB | 22 KB (63%) | ✓ | 3rd |
| https://web-assets.strava.com/assets/landing-pages/_next/static/chunks/main-6f5274bcc70697b8.js | 39 KB | 21 KB (54%) | ✓ | 3rd |
| https://web-assets.strava.com/assets/landing-pages/_next/static/chunks/33389-81b68a47342e3051.js | 44 KB | — | ✓ | 3rd |
| https://web-assets.strava.com/assets/landing-pages/_next/static/chunks/38247-4c5e6f845bd4b713.js | 11 KB | — | ✓ | 3rd |
| https://web-assets.strava.com/assets/landing-pages/_next/static/chunks/54780-b89ac63af46500f9.js | 22 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
DHTTP CachingActionno-store (uncacheable)FIX
private, no-cache, no-store, max-age=0, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| private | — | Only browser cache, not CDN/proxy |
| no-cache | — | Cache but always revalidate first |
| no-store | — | Never cache this response |
| max-age | 0 | Cache for 0 seconds |
| must-revalidate | — | Must recheck with server after expiry |
BImage Optimization20 images, 0 KB saveableREVIEW
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Font Loading3 fonts (128 KB)PASS
Web fonts
3
128 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 Hints6 hints, 0 missing preconnectsPASS
Current Resource Hints
6 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall60 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 |
|---|---|---|---|---|---|---|
web-assets.strava.com web-assets.strava.com | Other | 814ms | 440 KB | 58% | €13/mo | Costly |
web-assets.strava.com web-assets.strava.com | Other | 570ms | 45 KB | — | €9/mo | Costly |
Unattributable Unattributable | Other | 521ms | 0 KB | — | €8/mo | Costly |
consent.cookiebot.com consent.cookiebot.com | Other | 384ms | 36 KB | 63% | €6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 343ms | 174 KB | 36% | €5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 189ms | 165 KB | 44% | €3/mo | Optional |
appleid.cdn-apple.com appleid.cdn-apple.com | Other | 183ms | 17 KB | — | €3/mo | Optional |
web-assets.strava.com web-assets.strava.com | Other | 171ms | 39 KB | 54% | €3/mo | Optional |
web-assets.strava.com web-assets.strava.com | Other | 166ms | 12 KB | — | €3/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 119ms | 129 KB | 49% | €2/mo | Optional |
These scripts may cost more than they're worth
- web-assets.strava.com adds 814ms and costs ~€13/month
- web-assets.strava.com adds 570ms and costs ~€9/month
- Unattributable adds 521ms and costs ~€8/month
- consent.cookiebot.com adds 384ms and costs ~€6/month
- Google Tag Manager adds 343ms and costs ~€5/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
web-assets.strava.com takes 814ms 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
58% of web-assets.strava.com'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
web-assets.strava.com takes 570ms 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 521ms 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
consent.cookiebot.com takes 384ms 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
63% of consent.cookiebot.com'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
Google Tag Manager takes 343ms 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
54% of web-assets.strava.com'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