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.21 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.69 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.26 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.
6.41 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.
21.95 s
Page Load Progression
FPage Weight BudgetAction2.9 MB transferred, 115 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
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 CostAction7337ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 1219ms | 84ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-TDHW9DQ | 764ms | 658ms | 88ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-CS3DSQ64VQ&cx=c>m=4e64k0 | 570ms | 454ms | 52ms | 3rd |
| https://www.rijksmuseum.nl/nl | 476ms | 19ms | 4ms | 3rd |
| https://cdn-4.convertexperiments.com/v1/js/10042695-10043546.js?environment=production | 440ms | 363ms | 40ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-12345&cx=c>m=4e64k0 | 369ms | 296ms | 68ms | 3rd |
| https://www.rijksmuseum.nl/statics/generated/vue-router.1d374ba6a02c7388ebe5.mjs | 364ms | 326ms | 5ms | 3rd |
| https://scripts.clarity.ms/0.8.60-beta/clarity.js | 346ms | 297ms | 16ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-970895607&cx=c>m=4e64k0 | 323ms | 281ms | 39ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-976087125&cx=c>m=4e64k0 | 302ms | 216ms | 35ms | 3rd |
Showing top 10 of 21 scripts
FJS BundlesAction36 scripts, 650 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-CS3DSQ64VQ&cx=c>m=4e64k0 | 164 KB | 64 KB (39%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=DC-14853655&cx=c>m=4e64k0 | 129 KB | 62 KB (48%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-12345&cx=c>m=4e64k0 | 137 KB | 60 KB (44%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-970895607&cx=c>m=4e64k0 | 145 KB | 60 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-990532474&cx=c>m=4e64k0 | 134 KB | 59 KB (44%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-794194365&cx=c>m=4e64k0 | 134 KB | 59 KB (44%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-976087125&cx=c>m=4e64k0 | 136 KB | 59 KB (43%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-TDHW9DQ | 181 KB | 57 KB (32%) | ✓ | 3rd |
| https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.js | 110 KB | 53 KB (57%) | ✓ | 3rd |
| https://cdn-4.convertexperiments.com/v1/js/10042695-10043546.js?environment=production | 86 KB | 45 KB (52%) | ✓ | 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 InventoryAction115 resources · 2.9 MB · 650 KB savings availableFIX
~650.2 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 115 resources | 2.9 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction29 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
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 Loading2 fonts (31 KB)PASS
Web fonts
2
31 KB total
Render-blocking
0
of 2
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 Hints2 hints, 0 missing preconnectsPASS
Current Resource Hints
2 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall115 requests over 5935msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 1219ms | 0 KB | — | €13/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 764ms | 181 KB | 32% | €8/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 570ms | 164 KB | 39% | €6/mo | Costly |
www.rijksmuseum.nl www.rijksmuseum.nl | Other | 476ms | 109 KB | — | €5/mo | Costly |
cdn-4.convertexperiments.com cdn-4.convertexperiments.com | Other | 440ms | 86 KB | 52% | €5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 369ms | 137 KB | 44% | €4/mo | Costly |
www.rijksmuseum.nl www.rijksmuseum.nl | Other | 364ms | 10 KB | — | €4/mo | Costly |
Microsoft Clarity scripts.clarity.ms | Session Replay | 346ms | 25 KB | — | €4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 323ms | 145 KB | 42% | €4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 302ms | 136 KB | 43% | €3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 273ms | 129 KB | 48% | €3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 261ms | 134 KB | 44% | €3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 239ms | 134 KB | 44% | €3/mo | Costly |
analytics.tiktok.com analytics.tiktok.com | Other | 233ms | 110 KB | 57% | €3/mo | Costly |
Hotjar script.hotjar.com | Session Replay | 227ms | 57 KB | 67% | €2/mo | Costly |
sc-static.net sc-static.net | Other | 208ms | 25 KB | — | €2/mo | Costly |
www.rijksmuseum.nl www.rijksmuseum.nl | Other | 205ms | 52 KB | — | €2/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 197ms | 97 KB | 33% | €2/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 183ms | 47 KB | — | €2/mo | Optional |
LinkedIn Insight snap.licdn.com | Advertising | 72ms | 19 KB | — | €1/mo | Optional |
analytics.tiktok.com analytics.tiktok.com | Other | 67ms | 40 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 1219ms and costs ~€13/month
- Google Tag Manager adds 764ms and costs ~€8/month
- Google Tag Manager adds 570ms and costs ~€6/month
- www.rijksmuseum.nl adds 476ms and costs ~€5/month
- cdn-4.convertexperiments.com adds 440ms and costs ~€5/month
- Google Tag Manager adds 369ms and costs ~€4/month
- www.rijksmuseum.nl adds 364ms and costs ~€4/month
- Microsoft Clarity adds 346ms and costs ~€4/month
- Google Tag Manager adds 323ms and costs ~€4/month
- Google Tag Manager adds 302ms and costs ~€3/month
- Google Tag Manager adds 273ms and costs ~€3/month
- Google Tag Manager adds 261ms and costs ~€3/month
- Google Tag Manager adds 239ms and costs ~€3/month
- analytics.tiktok.com adds 233ms and costs ~€3/month
- Hotjar adds 227ms and costs ~€2/month
- sc-static.net adds 208ms and costs ~€2/month
- www.rijksmuseum.nl adds 205ms and costs ~€2/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
Unattributable takes 1219ms 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 764ms 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 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
www.rijksmuseum.nl 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
cdn-4.convertexperiments.com takes 440ms 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-4.convertexperiments.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 369ms 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.rijksmuseum.nl takes 364ms 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
Microsoft Clarity takes 346ms 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 323ms 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 302ms 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 273ms 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 261ms 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 239ms 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
analytics.tiktok.com takes 233ms 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
57% of analytics.tiktok.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
Hotjar takes 227ms 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
67% of Hotjar'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
sc-static.net takes 208ms 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.rijksmuseum.nl takes 205ms 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