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.
2.07 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
7.06 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
775 ms
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.
5.02 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.
7.06 s
Page Load Progression
DPage Weight BudgetAction2.2 MB transferred, 22 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
FJS BundlesAction4 scripts, 572 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://overheid.nl/sites/default/files/js/js_uOMZ6Shqc42Sf1wo7NmMYjjwm2inS8gWpjvbFOSqHho.js?scope=header&delta=0&language=nl&theme=koopoverheid_theme&include=eJxtytEJwCAMBcCFBEcSU18T0ZKSxILbd4D2-26o3vrABL2VEFzIPJXqTOMrHnuCV28oh_vfCDElgiVfzPCA5ajcz_0CnGop0Q | 603 KB | 497 KB (82%) | ✓ | 1st |
| https://overheid.nl/sites/default/files/js/js_RGZDxG-0U-PNstrwDRvFXIEZx7FI45u607ekWWKg7vk.js?scope=footer&delta=0&language=nl&theme=koopoverheid_theme&include=eJxtytEJwCAMBcCFBEcSU18T0ZKSxILbd4D2-26o3vrABL2VEFzIPJXqTOMrHnuCV28oh_vfCDElgiVfzPCA5ajcz_0CnGop0Q | 61 KB | 40 KB (66%) | ✓ | 1st |
| https://koop.piwik.pro/containers/042a8a3e-7692-4e18-8abf-c3034df672d0.js?use_secure_cookies | 81 KB | 36 KB (44%) | ✓ | 3rd |
| https://koop.piwik.pro/ppms.js | 26 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
DPage Weight InventoryAction22 resources · 2.2 MB · 572 KB savings availableFIX
~572.4 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 22 resources | 2.2 MiB | ||||||
BImage Optimization9 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
CJS Execution CostAction1346ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://overheid.nl/sites/default/files/js/js_uOMZ6Shqc42Sf1wo7NmMYjjwm2inS8gWpjvbFOSqHho.js?scope=header&delta=0&language=nl&theme=koopoverheid_theme&include=eJxtytEJwCAMBcCFBEcSU18T0ZKSxILbd4D2-26o3vrABL2VEFzIPJXqTOMrHnuCV28oh_vfCDElgiVfzPCA5ajcz_0CnGop0Q | 723ms | 481ms | 209ms | 1st |
| Unattributable | 202ms | 6ms | 0ms | 3rd |
| https://koop.piwik.pro/containers/042a8a3e-7692-4e18-8abf-c3034df672d0.js?use_secure_cookies | 196ms | 143ms | 32ms | 3rd |
| https://overheid.nl/sites/default/files/js/js_RGZDxG-0U-PNstrwDRvFXIEZx7FI45u607ekWWKg7vk.js?scope=footer&delta=0&language=nl&theme=koopoverheid_theme&include=eJxtytEJwCAMBcCFBEcSU18T0ZKSxILbd4D2-26o3vrABL2VEFzIPJXqTOMrHnuCV28oh_vfCDElgiVfzPCA5ajcz_0CnGop0Q | 153ms | 56ms | 22ms | 1st |
| https://overheid.nl/ | 72ms | 7ms | 2ms | 1st |
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Third-Party Impact5% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading2 fonts (143 KB)PASS
Web fonts
2
143 KB total
Render-blocking
0
of 2
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- 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 ~43 KB and ~86 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
A+HTTP Cachingmax-age=31536000 (52 weeks)PASS
max-age=31536000, public
| Directive | Value | Meaning |
|---|---|---|
| max-age | 31536000 | Cache for 52 weeks |
| public | — | Any cache may store this response |
Network Waterfall22 requests over 860msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 202ms | 0 KB | — | €2/mo | Costly |
koop.piwik.pro koop.piwik.pro | Other | 196ms | 81 KB | 44% | €2/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 202ms and costs ~€2/month
Unattributable takes 202ms 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