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.
8.77 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
28.79 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4.43 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.024
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
14.24 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.
36.92 s
Page Load Progression
FPage Weight BudgetAction12.2 MB transferred, 197 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
Subset fonts to include only used characters, or switch to system font stacks.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
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
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction18022ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www-assets.withings.com/site/js/cart.sidebar/prod/en/polyfills.bbe2b420840e6ddf7153e0d6b975ba3fcaf4d038.js | 3528ms | 2906ms | 2ms | 3rd |
| Unattributable | 3173ms | 265ms | 0ms | 3rd |
| https://www-assets.withings.com/site/js/main.wi.min.bbe2b420840e6ddf7153e0d6b975ba3fcaf4d038.js | 2427ms | 611ms | 151ms | 3rd |
| https://metrics.withings.com/f37tye7q7kpxzba.js?aw=TH6CL4 | 1933ms | 1719ms | 120ms | 3rd |
| https://www.withings.com/eu/en/ | 1554ms | 157ms | 18ms | 1st |
| https://www.googletagmanager.com/gtm.js?id=GTM-WLCVVSPW | 990ms | 672ms | 113ms | 3rd |
| https://sdk.privacy-center.org/sdk/5d68cf27fcc4e658e7bf39722c7dd84c606f7f7b/modern/sdk.5d68cf27fcc4e658e7bf39722c7dd84c606f7f7b.js | 795ms | 607ms | 58ms | 3rd |
| https://js.klarna.com/web-sdk/v1/1.0.192/sdk.js | 729ms | 471ms | 5ms | 3rd |
| https://sdk.privacy-center.org/sdk/5d68cf27fcc4e658e7bf39722c7dd84c606f7f7b/modern/ui-web-en-web.5d68cf27fcc4e658e7bf39722c7dd84c606f7f7b.js | 594ms | 288ms | 54ms | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 476ms | 283ms | 172ms | 3rd |
Showing top 10 of 25 scripts
FJS BundlesAction57 scripts, 1.3 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www-assets.withings.com/site/js/main.wi.min.bbe2b420840e6ddf7153e0d6b975ba3fcaf4d038.js | 264 KB | 189 KB (72%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 0 KB | 179 KB (49%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 363 KB | 179 KB (49%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 362 KB | 179 KB (49%) | ✓ | 3rd |
| https://www-assets.withings.com/site/js/cart.sidebar/prod/en/main.bbe2b420840e6ddf7153e0d6b975ba3fcaf4d038.js | 290 KB | 170 KB (59%) | ✓ | 3rd |
| https://js.klarna.com/web-sdk/v1/1.0.192/sdk.js | 136 KB | 69 KB (51%) | ✓ | 3rd |
| https://metrics.withings.com/f37tye7q7kpxzba.js?aw=TH6CL4 | 153 KB | 67 KB (44%) | ✓ | 3rd |
| https://www-assets.withings.com/site/js/account.sidebar/prod/en/main.bbe2b420840e6ddf7153e0d6b975ba3fcaf4d038.js | 97 KB | 64 KB (66%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-WLCVVSPW | 140 KB | 62 KB (45%) | ✓ | 3rd |
| https://maps.googleapis.com/maps-api-v3/api/js/64/7d/main.js | 83 KB | 54 KB (66%) | ✓ | 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
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction93 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
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
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
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
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
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
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
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
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
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
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
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
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
A+Text CompressionAll text resources are compressedPASS
A+Font Loading6 fonts (283 KB)PASS
Web fonts
6
283 KB total
Render-blocking
0
of 6
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
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)
Fixing the unchecked items could save ~22 KB and ~44 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints3 hints, 0 missing preconnectsPASS
Current Resource Hints
3 resource hints configured
Network Waterfall197 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 |
|---|---|---|---|---|---|---|
www-assets.withings.com www-assets.withings.com | Other | 3528ms | 18 KB | — | €19/mo | Costly |
Unattributable Unattributable | Other | 3173ms | 0 KB | — | €17/mo | Costly |
www-assets.withings.com www-assets.withings.com | Other | 2427ms | 264 KB | 72% | €13/mo | Costly |
metrics.withings.com metrics.withings.com | Other | 1933ms | 153 KB | 44% | €10/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 990ms | 140 KB | 45% | €5/mo | Costly |
sdk.privacy-center.org sdk.privacy-center.org | Other | 795ms | 90 KB | 49% | €4/mo | Costly |
js.klarna.com js.klarna.com | Other | 729ms | 136 KB | 51% | €4/mo | Costly |
sdk.privacy-center.org sdk.privacy-center.org | Other | 594ms | 53 KB | — | €3/mo | Costly |
www.gstatic.com www.gstatic.com | Other | 476ms | 0 KB | 49% | €3/mo | Costly |
www-assets.withings.com www-assets.withings.com | Other | 210ms | 47 KB | 64% | €1/mo | Costly |
maps.googleapis.com maps.googleapis.com | Other | 187ms | 83 KB | 66% | €1/mo | Optional |
cdn.shipup.co cdn.shipup.co | Other | 176ms | 27 KB | — | €1/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 156ms | 1 KB | — | €1/mo | Optional |
pay.google.com pay.google.com | Other | 121ms | 59 KB | 52% | €1/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 116ms | 3 KB | — | €1/mo | Optional |
www-assets.withings.com www-assets.withings.com | Other | 113ms | 2 KB | — | €1/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 100ms | 2 KB | — | €1/mo | Optional |
www-assets.withings.com www-assets.withings.com | Other | 99ms | 78 KB | — | €1/mo | Optional |
js.klarna.com js.klarna.com | Other | 85ms | 24 KB | — | €0/mo | Optional |
static.klaviyo.com static.klaviyo.com | Other | 83ms | 19 KB | — | €0/mo | Optional |
sdk.privacy-center.org sdk.privacy-center.org | Other | 69ms | 57 KB | — | €0/mo | Optional |
cdn.rollbar.com cdn.rollbar.com | Other | 57ms | 24 KB | — | €0/mo | Optional |
static-tracking.klaviyo.com static-tracking.klaviyo.com | Other | 54ms | 14 KB | — | €0/mo | Optional |
These scripts may cost more than they're worth
- www-assets.withings.com adds 3528ms and costs ~€19/month
- Unattributable adds 3173ms and costs ~€17/month
- www-assets.withings.com adds 2427ms and costs ~€13/month
- metrics.withings.com adds 1933ms and costs ~€10/month
- Google Tag Manager adds 990ms and costs ~€5/month
- sdk.privacy-center.org adds 795ms and costs ~€4/month
- js.klarna.com adds 729ms and costs ~€4/month
- sdk.privacy-center.org adds 594ms and costs ~€3/month
- www.gstatic.com adds 476ms and costs ~€3/month
- www-assets.withings.com adds 210ms and costs ~€1/month
90% 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
www-assets.withings.com takes 3528ms 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 3173ms 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
www-assets.withings.com takes 2427ms 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
72% of www-assets.withings.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
metrics.withings.com takes 1933ms 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 990ms 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
sdk.privacy-center.org takes 795ms 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
js.klarna.com takes 729ms 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
51% of js.klarna.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
sdk.privacy-center.org takes 594ms 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
www.gstatic.com takes 476ms 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
www-assets.withings.com takes 210ms 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
64% of www-assets.withings.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
66% of maps.googleapis.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
52% of pay.google.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