Performance
· 17 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.76 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
16.05 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.72 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.035
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.13 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.
28.72 s
Page Load Progression
FPage Weight BudgetAction6.1 MB transferred, 77 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
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction9287ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://nl.movember.com/ | 2968ms | 7ms | 3ms | 3rd |
| https://nl.movember.com/static/js/main.af82aa93.js | 1516ms | 1089ms | 162ms | 3rd |
| Unattributable | 1391ms | 133ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-KKFPTZN | 822ms | 594ms | 97ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-T4M6JQ | 683ms | 537ms | 125ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-8VW6D9TZ36&cx=c>m=4e64k1 | 578ms | 480ms | 84ms | 3rd |
| https://cdn-au.onetrust.com/scripttemplates/202601.1.0/otBannerSdk.js | 543ms | 379ms | 83ms | 3rd |
| https://cdn.optimizely.com/js/24139460674.js | 449ms | 388ms | 47ms | 3rd |
| https://connect.facebook.net/en_US/bundle/sdk.js/ | 278ms | 158ms | 118ms | 3rd |
| https://cdn-au.onetrust.com/scripttemplates/otSDKStub.js | 61ms | 40ms | 4ms | 3rd |
DJS BundlesAction15 scripts, 472 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://nl.movember.com/static/js/main.af82aa93.js | 240 KB | 104 KB (43%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-KKFPTZN | 180 KB | 71 KB (40%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-T4M6JQ | 206 KB | 67 KB (32%) | ✓ | 3rd |
| https://cdn-au.onetrust.com/scripttemplates/202601.1.0/otBannerSdk.js | 127 KB | 66 KB (52%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-8VW6D9TZ36&cx=c>m=4e64k1 | 171 KB | 65 KB (38%) | ✓ | 3rd |
| https://connect.facebook.net/en_US/bundle/sdk.js/ | 78 KB | 56 KB (73%) | ✓ | 3rd |
| https://cdn.optimizely.com/js/24139460674.js | 95 KB | 43 KB (46%) | ✓ | 3rd |
| https://cdn-au.onetrust.com/scripttemplates/otSDKStub.js | 9 KB | — | ✓ | 3rd |
| https://cdn-au.onetrust.com/consent/ea5960ce-518b-4f0c-be23-59cff9958b91/ea5960ce-518b-4f0c-be23-59cff9958b91.json | 3 KB | — | ✓ | 3rd |
| https://www.youtube.com/s/player/8456c9de/www-widgetapi.vflset/www-widgetapi.js | 11 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
FPage Weight InventoryAction77 resources · 6.1 MB · 472 KB savings availableFIX
~472.5 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 77 resources | 6.1 MiB | ||||||
DHTTP CachingActionno-store (uncacheable)FIX
no-store, no-cache, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| no-store | — | Never cache this response |
| no-cache | — | Cache but always revalidate first |
| must-revalidate | — | Must recheck with server after expiry |
CImage OptimizationAction32 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
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 Loading8 fonts (820 KB)PASS
Web fonts
8
820 KB total
Render-blocking
0
of 8
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Convert to woff2 for ~30% smaller file size
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Convert to woff2 for ~30% smaller file size
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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 ~523 KB and ~1046 ms
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
Network Waterfall77 requests over 4213msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
nl.movember.com nl.movember.com | Other | 2968ms | 74 KB | — | €32/mo | Costly |
nl.movember.com nl.movember.com | Other | 1516ms | 240 KB | 43% | €16/mo | Costly |
Unattributable Unattributable | Other | 1391ms | 0 KB | — | €15/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 822ms | 180 KB | 40% | €9/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 683ms | 206 KB | 32% | €7/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 578ms | 171 KB | 38% | €6/mo | Costly |
cdn-au.onetrust.com cdn-au.onetrust.com | Other | 543ms | 127 KB | 52% | €6/mo | Costly |
Optimizely cdn.optimizely.com | A/B Testing | 449ms | 95 KB | 46% | €5/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 278ms | 78 KB | 73% | €3/mo | Costly |
cdn-au.onetrust.com cdn-au.onetrust.com | Other | 61ms | 9 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- nl.movember.com adds 2968ms and costs ~€32/month
- nl.movember.com adds 1516ms and costs ~€16/month
- Unattributable adds 1391ms and costs ~€15/month
- Google Tag Manager adds 822ms and costs ~€9/month
- Google Tag Manager adds 683ms and costs ~€7/month
- Google Tag Manager adds 578ms and costs ~€6/month
- cdn-au.onetrust.com adds 543ms and costs ~€6/month
- Optimizely adds 449ms and costs ~€5/month
- Facebook Pixel adds 278ms and costs ~€3/month
100% 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
nl.movember.com takes 2968ms 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
nl.movember.com takes 1516ms 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 1391ms 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 822ms 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 683ms 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 578ms 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
cdn-au.onetrust.com takes 543ms 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
52% of cdn-au.onetrust.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
Optimizely takes 449ms 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
Facebook Pixel takes 278ms 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
73% of Facebook Pixel'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