Skip to content
https://nrc.nl

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
74
GRADE
C
FIX
6
REVIEW
1
PASS
6
INFO
2

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

42
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
83
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
81
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
100
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

2.46 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

2.46 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

176 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.881

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

3.06 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.

6.09 s

Page Load Progression

785 ms
1.6 s
2.4 s
3.1 s
3.9 s
4.7 s
5.5 s
6.3 s
Checks
15
6 PASS 1 REVIEW 6 FIX
D
Page Weight Budget
Action
2.3 MB transferred, 119 requests
FIX
2.3 MB transferred, 119 requests
Info::
Page weighs 6.5 MB (2.3 MB transferred)
Warning::
JavaScript is 1.2 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.2 MB
Info::
Fonts are 271 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 271 KB
Warning::
119 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.48 g CO2 per page load
2.3 MB / 2.4 MB budget
2.3 MB transferred
119 requests
0.48 g CO2 per page load
JavaScript 1.2 MiB 51%
Images 693.2 KiB 29%
Fonts 271.2 KiB 11%
HTML 61.5 KiB 3%
CSS 44.6 KiB 2%
Other 43.6 KiB 2%
Other 37.0 KiB 2%
Other 13.7 KiB 1%
Other 316 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Approaching limit

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

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.

Why this matters

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.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (2.3 MiB of 2.3 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Execution Cost
Action
2441ms total JS execution
FIX
2441ms total JS execution
Warning::
https://www.nrc.nl/: 1017ms CPU time
Warning::
https://load.sst.nrc.nl/kxlupzzx.js?st=KKRPPB: 343ms CPU time
Info::
Unattributable: 236ms CPU time
Info::
https://assets.nrc.nl/static/front/js/main.db164c9...: 209ms CPU time
Info::
https://load.sst.nrc.nl/gtag/js?id=G-Q3L8E2PF4V&cx...: 133ms CPU time
Warning::
Third-party scripts: 2441ms (100% of total)

Main Thread Breakdown

Script Evaluation 40% Other 26% Style & Layout 15% Rendering 9% Script Parsing & Compilation 7%
ScriptTotalScriptingParse/CompileParty
https://www.nrc.nl/1017ms20ms1ms3rd
https://load.sst.nrc.nl/kxlupzzx.js?st=KKRPPB343ms295ms25ms3rd
Unattributable236ms7ms0ms3rd
https://assets.nrc.nl/static/front/js/main.db164c9ed.js209ms137ms23ms3rd
https://load.sst.nrc.nl/gtag/js?id=G-Q3L8E2PF4V&cx=c&gtm=4e64k0133ms114ms17ms3rd
https://script.hotjar.com/survey-v2.8b9993fd273bc1f4ea37.js112ms75ms36ms3rd
https://prod-nrcm.mhtr.be/public/tr/tracker.min.js78ms46ms24ms3rd
https://content3.nrc.nl/script/ootag.v2.min.js76ms37ms2ms3rd
https://sdk.privacy-center.org/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/sdk.22ecd6bfac93de604efec0b75b2c796ee1675f92.js66ms52ms14ms3rd
https://assets.nrc.nl/static/front/components/js/dmt-icon.2405b9fc1.js62ms45ms11ms3rd

Showing top 10 of 12 scripts

F
JS Bundles
Action
35 scripts, 515 KB unused
FIX
35 scripts, 515 KB unused
Warning::
https://prod-nrcm.mhtr.be/public/tr/tracker.min.js: 113 KB unused (71%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://assets.nrc.nl/static/front/js/main.db164c9...: 76 KB unused (64%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://sdk.privacy-center.org/sdk/22ecd6bfac93de6...: 63 KB unused (63%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://assets.nrc.nl/static/front/components/js/d...: 63 KB unused (71%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://load.sst.nrc.nl/gtag/js?id=G-Q3L8E2PF4V&cx...: 61 KB unused (38%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 515 KB
515 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://prod-nrcm.mhtr.be/public/tr/tracker.min.js159 KB113 KB (71%)3rd
https://assets.nrc.nl/static/front/js/main.db164c9ed.js119 KB76 KB (64%)3rd
https://sdk.privacy-center.org/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/sdk.22ecd6bfac93de604efec0b75b2c796ee1675f92.js101 KB63 KB (63%)3rd
https://assets.nrc.nl/static/front/components/js/dmt-icon.2405b9fc1.js89 KB63 KB (71%)3rd
https://load.sst.nrc.nl/gtag/js?id=G-Q3L8E2PF4V&cx=c&gtm=4e64k0162 KB61 KB (38%)3rd
https://load.sst.nrc.nl/kxlupzzx.js?st=KKRPPB166 KB45 KB (27%)3rd
https://script.hotjar.com/survey-v2.8b9993fd273bc1f4ea37.js63 KB35 KB (57%)3rd
https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js57 KB35 KB (62%)3rd
https://assets.nrc.nl/static/front/js/vendor.0677b1b4d.js49 KB24 KB (48%)3rd
https://static.chartbeat.com/js/chartbeat_mab.js10 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
119 resources · 2.3 MB · 515 KB savings available
FIX
119 resources · 2.3 MB · 515 KB savings available
Warning::
Page weight 1.3 MB over 1MB target
Got: 2.3 MB Expected: ≤ 1 MB
Info::
~515 KB of savings available
Warning::
118 third-party resources (100% of weight)
119 resources · 2.3 MiB · 118 third-party 1.3 MiB over 1MB target
JavaScript 51% · 1.2 MiB
Image 31% · 728.6 KiB
Font 11% · 271.2 KiB
Document 3% · 70.7 KiB
Other 2% · 50.0 KiB
CSS 2% · 44.6 KiB

~515.0 KiB of savings available

Remove unused JavaScript: 515.0 KiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

B
Image Optimization
38 images, 0 KB saveable
REVIEW
38 images, 0 KB saveable
Warning::
is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
38 images 693 KB
0 oversized -0 KB
14 legacy format
1 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Performance issues directly impact user engagement and conversion rates.

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
8 fonts (271 KB)
PASS
8 fonts (271 KB)
Info::
8 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

8

271 KB total

Render-blocking

0

of 8

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s FCP 2.5 s LCP 2.5 shttps://assets.nrc.nl/static/front/fonts/GuardianEgyp-Medium-Web.6aed85556.woff2GuardianEgyp-Medium-Web... https://assets.nrc.nl/static/front/fonts/GuardianEgyp-Medium-Web.6aed85556.woff2 — 32.1 KiB — 814 ms — font-display: swaphttps://assets.nrc.nl/static/front/fonts/GuardianEgyp-Regular-Web.a71963a16.woff2GuardianEgyp-Regular-We... https://assets.nrc.nl/static/front/fonts/GuardianEgyp-Regular-Web.a71963a16.woff2 — 30.3 KiB — 979 ms — font-display: swaphttps://assets.nrc.nl/static/front/fonts/LFT_Etica_Reg.4bfcdd546.woff2LFT_Etica_Reg.4bfcdd546... https://assets.nrc.nl/static/front/fonts/LFT_Etica_Reg.4bfcdd546.woff2 — 32.2 KiB — 975 ms — font-display: swaphttps://assets.nrc.nl/static/front/fonts/LFT_Etica_Semibold.1be95c177.woff2LFT_Etica_Semibold.1be9... https://assets.nrc.nl/static/front/fonts/LFT_Etica_Semibold.1be95c177.woff2 — 31.7 KiB — 819 ms — font-display: swaphttps://assets.nrc.nl/static/front/fonts/GuardianTextEgyp-Regular-Web.0561af52a.woff2GuardianTextEgyp-Regula... https://assets.nrc.nl/static/front/fonts/GuardianTextEgyp-Regular-Web.0561af52a.woff2 — 43.0 KiB — 234 ms — font-display: swaphttps://assets.nrc.nl/static/front/fonts/LFT_Etica_Book.8f783e38c.woff2LFT_Etica_Book.8f783e38... https://assets.nrc.nl/static/front/fonts/LFT_Etica_Book.8f783e38c.woff2 — 38.9 KiB — 241 ms — font-display: swaphttps://assets.nrc.nl/static/front/fonts/GuardianEgyp-Light-Web.54c4728dd.woff2GuardianEgyp-Light-Web.... https://assets.nrc.nl/static/front/fonts/GuardianEgyp-Light-Web.54c4728dd.woff2 — 31.0 KiB — 273 ms — font-display: swaphttps://assets.nrc.nl/static/front/fonts/GuardianEgyp-Semibold-Web.cfd157ab0.woff2GuardianEgyp-Semibold-W... https://assets.nrc.nl/static/front/fonts/GuardianEgyp-Semibold-Web.cfd157ab0.woff2 — 32.0 KiB — 165 ms — font-display: swap
GuardianEgyp-Medium-Web... woff2 swap
Size 32 KB
Load time 814 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
GuardianEgyp-Regular-We... woff2 swap
Size 30 KB
Load time 979 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
LFT_Etica_Reg.4bfcdd546... woff2 swap
Size 32 KB
Load time 975 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
LFT_Etica_Semibold.1be9... woff2 swap
Size 32 KB
Load time 819 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
GuardianTextEgyp-Regula... woff2 swap
Size 43 KB
Load time 234 ms
Start 1.8 s
Risk FOUT — text flashes from fallback to web font
LFT_Etica_Book.8f783e38... woff2 swap
Size 39 KB
Load time 241 ms
Start 1.8 s
Risk FOUT — text flashes from fallback to web font
GuardianEgyp-Light-Web.... woff2 swap
Size 31 KB
Load time 273 ms
Start 1.8 s
Risk FOUT — text flashes from fallback to web font
GuardianEgyp-Semibold-W... woff2 swap
Size 32 KB
Load time 165 ms
Start 2.9 s
Risk FOUT — text flashes from fallback to web font
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 Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Intermax

Network Waterfall
119 requests over 8768ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s 9.0 s FCP 2.5 s LCP 2.5 shttps://nrc.nl// https://nrc.nl/ — 301 — 337 B — 495 ms — http/1.1https://www.nrc.nl/www.nrc.nl/ https://www.nrc.nl/ — 200 — 57.9 KiB — 826 ms — http/1.1https://assets.nrc.nl/static/front/fonts/GuardianEgyp-Medium-Web.6aed85556.woff2assets.nrc.nl/static/front/fonts/Gu... https://assets.nrc.nl/static/front/fonts/GuardianEgyp-Medium-Web.6aed85556.woff2 — 200 — 32.1 KiB — 814 ms — h2https://assets.nrc.nl/static/front/fonts/GuardianEgyp-Regular-Web.a71963a16.woff2assets.nrc.nl/static/front/fonts/Gu... https://assets.nrc.nl/static/front/fonts/GuardianEgyp-Regular-Web.a71963a16.woff2 — 200 — 30.3 KiB — 979 ms — h2https://assets.nrc.nl/static/front/fonts/LFT_Etica_Reg.4bfcdd546.woff2assets.nrc.nl/static/front/fonts/LF... https://assets.nrc.nl/static/front/fonts/LFT_Etica_Reg.4bfcdd546.woff2 — 200 — 32.2 KiB — 975 ms — h2https://assets.nrc.nl/static/front/fonts/LFT_Etica_Semibold.1be95c177.woff2assets.nrc.nl/static/front/fonts/LF... https://assets.nrc.nl/static/front/fonts/LFT_Etica_Semibold.1be95c177.woff2 — 200 — 31.7 KiB — 819 ms — h2https://assets.nrc.nl/static/front/css/main.11aa071ef.cssassets.nrc.nl/static/front/css/main... https://assets.nrc.nl/static/front/css/main.11aa071ef.css — 200 — 13.2 KiB — 664 ms — h2https://assets.nrc.nl/static/front/css/split/header-and-footer.5e49114f3.cssassets.nrc.nl/static/front/css/spli... https://assets.nrc.nl/static/front/css/split/header-and-footer.5e49114f3.css — 200 — 5.4 KiB — 655 ms — h2https://assets.nrc.nl/static/front/css/split/vorm-variables.fa674b062.cssassets.nrc.nl/static/front/css/spli... https://assets.nrc.nl/static/front/css/split/vorm-variables.fa674b062.css — 200 — 1.6 KiB — 657 ms — h2https://assets.nrc.nl/static/front/css/split/index.d7cde8467.cssassets.nrc.nl/static/front/css/spli... https://assets.nrc.nl/static/front/css/split/index.d7cde8467.css — 200 — 8.9 KiB — 663 ms — h2https://assets.nrc.nl/static/front/css/split/layout-home.0f6721656.cssassets.nrc.nl/static/front/css/spli... https://assets.nrc.nl/static/front/css/split/layout-home.0f6721656.css — 200 — 416 B — 659 ms — h2https://assets.nrc.nl/static/front/css/split/timed-articles.140afb3fc.cssassets.nrc.nl/static/front/css/spli... https://assets.nrc.nl/static/front/css/split/timed-articles.140afb3fc.css — 200 — 764 B — 660 ms — h2https://images.nrc.nl/-i4B3fO8tgxuulp_G33CUeLD4q0=/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/22151837/220426BIN_2033207905_energieprijzen.jpgimages.nrc.nl/-i4B3fO8tgxuulp_G33CU... https://images.nrc.nl/-i4B3fO8tgxuulp_G33CUeLD4q0=/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/22151837/220426BIN_2033207905_energieprijzen.jpg — 200 — 31.9 KiB — 25 ms — h2https://images.nrc.nl/ycOfe3rDc4fzK-_kS38DOdDwgb4=/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/22212556/220426VER_2033231439_Loosdrecht.jpgimages.nrc.nl/ycOfe3rDc4fzK-_kS38DO... https://images.nrc.nl/ycOfe3rDc4fzK-_kS38DOdDwgb4=/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/22212556/220426VER_2033231439_Loosdrecht.jpg — 200 — 54.5 KiB — 28 ms — h2https://sdk.privacy-center.org/11ef8ac9-6270-4d5e-8b99-8d6a5bd60059/loader.js?target_type=notice&target=Ft3H289Tsdk.privacy-center.org/11ef8ac9-627... https://sdk.privacy-center.org/11ef8ac9-6270-4d5e-8b99-8d6a5bd60059/loader.js?target_type=notice&target=Ft3H289T — 200 — 31.1 KiB — 485 ms — h2https://assets.nrc.nl/static/front/img/economist-e.3c4590c9c.svgassets.nrc.nl/static/front/img/econ... https://assets.nrc.nl/static/front/img/economist-e.3c4590c9c.svg — 200 — 489 B — 165 ms — h2https://assets.nrc.nl/static/front/img/header-selections/foksuk.pngassets.nrc.nl/static/front/img/head... https://assets.nrc.nl/static/front/img/header-selections/foksuk.png — 200 — 3.3 KiB — 396 ms — h2https://images.nrc.nl/I57VLQZqjq6qWwsD2ZxGgy7r1MM=/0x82:5892x3617/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/22211510/220426VER_2033231236_Trump.jpgimages.nrc.nl/I57VLQZqjq6qWwsD2ZxGg... https://images.nrc.nl/I57VLQZqjq6qWwsD2ZxGgy7r1MM=/0x82:5892x3617/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/22211510/220426VER_2033231236_Trump.jpg — 200 — 21.1 KiB — 194 ms — h2https://images.nrc.nl/YwsdVI2fav3Hx97cujMnSR9dnug=/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/22113040/220426VER_2033209413_.jpgimages.nrc.nl/YwsdVI2fav3Hx97cujMnS... https://images.nrc.nl/YwsdVI2fav3Hx97cujMnSR9dnug=/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/22113040/220426VER_2033209413_.jpg — 200 — 64.0 KiB — 20 ms — h2https://images.nrc.nl/6W5m80s1fbgYfp-ajmLzB4YHmOg=/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/22131111/220426BIN_2033203444_utrecht1.jpgimages.nrc.nl/6W5m80s1fbgYfp-ajmLzB... https://images.nrc.nl/6W5m80s1fbgYfp-ajmLzB4YHmOg=/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/22131111/220426BIN_2033203444_utrecht1.jpg — 200 — 64.7 KiB — 29 ms — h2https://images.nrc.nl/06EifwYSiT452ri-Kvf-PLYoiRs=/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/21151246/220426BIN_2033187618_asielwet.jpgimages.nrc.nl/06EifwYSiT452ri-Kvf-P... https://images.nrc.nl/06EifwYSiT452ri-Kvf-PLYoiRs=/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/21151246/220426BIN_2033187618_asielwet.jpg — 200 — 23.5 KiB — 47 ms — h2https://images.nrc.nl/OCQjHCqH_b038WptE8F2Lv2fRCQ=/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/22183247/IRAN-CRISIS-IRGC-SEIZURE_74253022.jpgimages.nrc.nl/OCQjHCqH_b038WptE8F2L... https://images.nrc.nl/OCQjHCqH_b038WptE8F2Lv2fRCQ=/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/22183247/IRAN-CRISIS-IRGC-SEIZURE_74253022.jpg — 200 — 50.5 KiB — 24 ms — h2https://images.nrc.nl/c0yHXjen48LOgYWrYh69lkuHSno=/0x2:1920x1154/640x384/smart/filters:no_upscale()/s3/static.nrc.nl/wp-content/uploads/2026/04/22184726/080426BUI_2032858926_.webpimages.nrc.nl/c0yHXjen48LOgYWrYh69l... https://images.nrc.nl/c0yHXjen48LOgYWrYh69lkuHSno=/0x2:1920x1154/640x384/smart/filters:no_upscale()/s3/static.nrc.nl/wp-content/uploads/2026/04/22184726/080426BUI_2032858926_.webp — 200 — 40.3 KiB — 32 ms — h2https://images.nrc.nl/AtOHBnGx2VPQWa22i4RfePiic1U=/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/08122130/090426OPI_2032606117_WEB_FI_ILLU_Consumptiecultuur_Hajo.jpgimages.nrc.nl/AtOHBnGx2VPQWa22i4Rfe... https://images.nrc.nl/AtOHBnGx2VPQWa22i4RfePiic1U=/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/08122130/090426OPI_2032606117_WEB_FI_ILLU_Consumptiecultuur_Hajo.jpg — 200 — 43.8 KiB — 36 ms — h2https://images.nrc.nl/-HcOTgovjNwy2jtrYAafToOtH_g=/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/10163252/130426BUI_2032802378_intRowlandDragend.jpgimages.nrc.nl/-HcOTgovjNwy2jtrYAafT... https://images.nrc.nl/-HcOTgovjNwy2jtrYAafToOtH_g=/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/10163252/130426BUI_2032802378_intRowlandDragend.jpg — 200 — 35.7 KiB — 46 ms — h2https://images.nrc.nl/MLN735lqCETFx-jD0QiWRKgKtO8=/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/21144658/220426CUL_2032395008_1.jpgimages.nrc.nl/MLN735lqCETFx-jD0QiWR... https://images.nrc.nl/MLN735lqCETFx-jD0QiWRKgKtO8=/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/21144658/220426CUL_2032395008_1.jpg — 200 — 16.9 KiB — 53 ms — h2https://images.nrc.nl/Vvfd_ZAfosTUcUREPmDhuO6-vJ0=/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/21142055/210426CUL_2033036671_samuel.jpgimages.nrc.nl/Vvfd_ZAfosTUcUREPmDhu... https://images.nrc.nl/Vvfd_ZAfosTUcUREPmDhuO6-vJ0=/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/21142055/210426CUL_2033036671_samuel.jpg — 200 — 14.2 KiB — 46 ms — h2https://images.nrc.nl/Ugv_Jb9FZ4KJa2dlIrUJqOpM43g=/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/16153237/170426BIN_2032906642_fietsers.jpgimages.nrc.nl/Ugv_Jb9FZ4KJa2dlIrUJq... https://images.nrc.nl/Ugv_Jb9FZ4KJa2dlIrUJqOpM43g=/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/16153237/170426BIN_2032906642_fietsers.jpg — 200 — 51.0 KiB — 48 ms — h2https://images.nrc.nl/m6nDNCh-1M_8wK0PvY3HxuQfuKY=/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/20132756/200426CUL_2032398941_beeple.jpgimages.nrc.nl/m6nDNCh-1M_8wK0PvY3Hx... https://images.nrc.nl/m6nDNCh-1M_8wK0PvY3HxuQfuKY=/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/20132756/200426CUL_2032398941_beeple.jpg — 200 — 30.5 KiB — 52 ms — h2https://images.nrc.nl/66GEIfdeYiIs4fHvdRqq-NZPFdg=/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/15125030/200426CUL_2029979692_chevalier2.jpgimages.nrc.nl/66GEIfdeYiIs4fHvdRqq-... https://images.nrc.nl/66GEIfdeYiIs4fHvdRqq-NZPFdg=/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/15125030/200426CUL_2029979692_chevalier2.jpg — 200 — 68.1 KiB — 56 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s 9.0 s FCP 2.5 s LCP 2.5 shttps://nrc.nl// https://nrc.nl/ — 301 — 337 B — 495 ms — http/1.1https://www.nrc.nl/www.nrc.nl/ https://www.nrc.nl/ — 200 — 57.9 KiB — 826 ms — http/1.1https://assets.nrc.nl/static/front/fonts/GuardianEgyp-Medium-Web.6aed85556.woff2assets.nrc.nl/static/front/fonts/Gu... https://assets.nrc.nl/static/front/fonts/GuardianEgyp-Medium-Web.6aed85556.woff2 — 200 — 32.1 KiB — 814 ms — h2https://assets.nrc.nl/static/front/fonts/GuardianEgyp-Regular-Web.a71963a16.woff2assets.nrc.nl/static/front/fonts/Gu... https://assets.nrc.nl/static/front/fonts/GuardianEgyp-Regular-Web.a71963a16.woff2 — 200 — 30.3 KiB — 979 ms — h2https://assets.nrc.nl/static/front/fonts/LFT_Etica_Reg.4bfcdd546.woff2assets.nrc.nl/static/front/fonts/LF... https://assets.nrc.nl/static/front/fonts/LFT_Etica_Reg.4bfcdd546.woff2 — 200 — 32.2 KiB — 975 ms — h2https://assets.nrc.nl/static/front/fonts/LFT_Etica_Semibold.1be95c177.woff2assets.nrc.nl/static/front/fonts/LF... https://assets.nrc.nl/static/front/fonts/LFT_Etica_Semibold.1be95c177.woff2 — 200 — 31.7 KiB — 819 ms — h2https://assets.nrc.nl/static/front/css/main.11aa071ef.cssassets.nrc.nl/static/front/css/main... https://assets.nrc.nl/static/front/css/main.11aa071ef.css — 200 — 13.2 KiB — 664 ms — h2https://assets.nrc.nl/static/front/css/split/header-and-footer.5e49114f3.cssassets.nrc.nl/static/front/css/spli... https://assets.nrc.nl/static/front/css/split/header-and-footer.5e49114f3.css — 200 — 5.4 KiB — 655 ms — h2https://assets.nrc.nl/static/front/css/split/vorm-variables.fa674b062.cssassets.nrc.nl/static/front/css/spli... https://assets.nrc.nl/static/front/css/split/vorm-variables.fa674b062.css — 200 — 1.6 KiB — 657 ms — h2https://assets.nrc.nl/static/front/css/split/index.d7cde8467.cssassets.nrc.nl/static/front/css/spli... https://assets.nrc.nl/static/front/css/split/index.d7cde8467.css — 200 — 8.9 KiB — 663 ms — h2https://assets.nrc.nl/static/front/css/split/layout-home.0f6721656.cssassets.nrc.nl/static/front/css/spli... https://assets.nrc.nl/static/front/css/split/layout-home.0f6721656.css — 200 — 416 B — 659 ms — h2https://assets.nrc.nl/static/front/css/split/timed-articles.140afb3fc.cssassets.nrc.nl/static/front/css/spli... https://assets.nrc.nl/static/front/css/split/timed-articles.140afb3fc.css — 200 — 764 B — 660 ms — h2https://images.nrc.nl/-i4B3fO8tgxuulp_G33CUeLD4q0=/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/22151837/220426BIN_2033207905_energieprijzen.jpgimages.nrc.nl/-i4B3fO8tgxuulp_G33CU... https://images.nrc.nl/-i4B3fO8tgxuulp_G33CUeLD4q0=/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/22151837/220426BIN_2033207905_energieprijzen.jpg — 200 — 31.9 KiB — 25 ms — h2https://images.nrc.nl/ycOfe3rDc4fzK-_kS38DOdDwgb4=/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/22212556/220426VER_2033231439_Loosdrecht.jpgimages.nrc.nl/ycOfe3rDc4fzK-_kS38DO... https://images.nrc.nl/ycOfe3rDc4fzK-_kS38DOdDwgb4=/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/22212556/220426VER_2033231439_Loosdrecht.jpg — 200 — 54.5 KiB — 28 ms — h2https://sdk.privacy-center.org/11ef8ac9-6270-4d5e-8b99-8d6a5bd60059/loader.js?target_type=notice&target=Ft3H289Tsdk.privacy-center.org/11ef8ac9-627... https://sdk.privacy-center.org/11ef8ac9-6270-4d5e-8b99-8d6a5bd60059/loader.js?target_type=notice&target=Ft3H289T — 200 — 31.1 KiB — 485 ms — h2https://assets.nrc.nl/static/front/img/economist-e.3c4590c9c.svgassets.nrc.nl/static/front/img/econ... https://assets.nrc.nl/static/front/img/economist-e.3c4590c9c.svg — 200 — 489 B — 165 ms — h2https://assets.nrc.nl/static/front/img/header-selections/foksuk.pngassets.nrc.nl/static/front/img/head... https://assets.nrc.nl/static/front/img/header-selections/foksuk.png — 200 — 3.3 KiB — 396 ms — h2https://images.nrc.nl/I57VLQZqjq6qWwsD2ZxGgy7r1MM=/0x82:5892x3617/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/22211510/220426VER_2033231236_Trump.jpgimages.nrc.nl/I57VLQZqjq6qWwsD2ZxGg... https://images.nrc.nl/I57VLQZqjq6qWwsD2ZxGgy7r1MM=/0x82:5892x3617/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/22211510/220426VER_2033231236_Trump.jpg — 200 — 21.1 KiB — 194 ms — h2https://images.nrc.nl/YwsdVI2fav3Hx97cujMnSR9dnug=/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/22113040/220426VER_2033209413_.jpgimages.nrc.nl/YwsdVI2fav3Hx97cujMnS... https://images.nrc.nl/YwsdVI2fav3Hx97cujMnSR9dnug=/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/22113040/220426VER_2033209413_.jpg — 200 — 64.0 KiB — 20 ms — h2https://images.nrc.nl/6W5m80s1fbgYfp-ajmLzB4YHmOg=/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/22131111/220426BIN_2033203444_utrecht1.jpgimages.nrc.nl/6W5m80s1fbgYfp-ajmLzB... https://images.nrc.nl/6W5m80s1fbgYfp-ajmLzB4YHmOg=/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/22131111/220426BIN_2033203444_utrecht1.jpg — 200 — 64.7 KiB — 29 ms — h2https://images.nrc.nl/06EifwYSiT452ri-Kvf-PLYoiRs=/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/21151246/220426BIN_2033187618_asielwet.jpgimages.nrc.nl/06EifwYSiT452ri-Kvf-P... https://images.nrc.nl/06EifwYSiT452ri-Kvf-PLYoiRs=/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/21151246/220426BIN_2033187618_asielwet.jpg — 200 — 23.5 KiB — 47 ms — h2https://images.nrc.nl/OCQjHCqH_b038WptE8F2Lv2fRCQ=/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/22183247/IRAN-CRISIS-IRGC-SEIZURE_74253022.jpgimages.nrc.nl/OCQjHCqH_b038WptE8F2L... https://images.nrc.nl/OCQjHCqH_b038WptE8F2Lv2fRCQ=/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/22183247/IRAN-CRISIS-IRGC-SEIZURE_74253022.jpg — 200 — 50.5 KiB — 24 ms — h2https://images.nrc.nl/c0yHXjen48LOgYWrYh69lkuHSno=/0x2:1920x1154/640x384/smart/filters:no_upscale()/s3/static.nrc.nl/wp-content/uploads/2026/04/22184726/080426BUI_2032858926_.webpimages.nrc.nl/c0yHXjen48LOgYWrYh69l... https://images.nrc.nl/c0yHXjen48LOgYWrYh69lkuHSno=/0x2:1920x1154/640x384/smart/filters:no_upscale()/s3/static.nrc.nl/wp-content/uploads/2026/04/22184726/080426BUI_2032858926_.webp — 200 — 40.3 KiB — 32 ms — h2https://images.nrc.nl/AtOHBnGx2VPQWa22i4RfePiic1U=/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/08122130/090426OPI_2032606117_WEB_FI_ILLU_Consumptiecultuur_Hajo.jpgimages.nrc.nl/AtOHBnGx2VPQWa22i4Rfe... https://images.nrc.nl/AtOHBnGx2VPQWa22i4RfePiic1U=/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/08122130/090426OPI_2032606117_WEB_FI_ILLU_Consumptiecultuur_Hajo.jpg — 200 — 43.8 KiB — 36 ms — h2https://images.nrc.nl/-HcOTgovjNwy2jtrYAafToOtH_g=/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/10163252/130426BUI_2032802378_intRowlandDragend.jpgimages.nrc.nl/-HcOTgovjNwy2jtrYAafT... https://images.nrc.nl/-HcOTgovjNwy2jtrYAafToOtH_g=/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/10163252/130426BUI_2032802378_intRowlandDragend.jpg — 200 — 35.7 KiB — 46 ms — h2https://images.nrc.nl/MLN735lqCETFx-jD0QiWRKgKtO8=/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/21144658/220426CUL_2032395008_1.jpgimages.nrc.nl/MLN735lqCETFx-jD0QiWR... https://images.nrc.nl/MLN735lqCETFx-jD0QiWRKgKtO8=/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/21144658/220426CUL_2032395008_1.jpg — 200 — 16.9 KiB — 53 ms — h2https://images.nrc.nl/Vvfd_ZAfosTUcUREPmDhuO6-vJ0=/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/21142055/210426CUL_2033036671_samuel.jpgimages.nrc.nl/Vvfd_ZAfosTUcUREPmDhu... https://images.nrc.nl/Vvfd_ZAfosTUcUREPmDhuO6-vJ0=/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/21142055/210426CUL_2033036671_samuel.jpg — 200 — 14.2 KiB — 46 ms — h2https://images.nrc.nl/Ugv_Jb9FZ4KJa2dlIrUJqOpM43g=/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/16153237/170426BIN_2032906642_fietsers.jpgimages.nrc.nl/Ugv_Jb9FZ4KJa2dlIrUJq... https://images.nrc.nl/Ugv_Jb9FZ4KJa2dlIrUJqOpM43g=/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/16153237/170426BIN_2032906642_fietsers.jpg — 200 — 51.0 KiB — 48 ms — h2https://images.nrc.nl/m6nDNCh-1M_8wK0PvY3HxuQfuKY=/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/20132756/200426CUL_2032398941_beeple.jpgimages.nrc.nl/m6nDNCh-1M_8wK0PvY3Hx... https://images.nrc.nl/m6nDNCh-1M_8wK0PvY3HxuQfuKY=/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/20132756/200426CUL_2032398941_beeple.jpg — 200 — 30.5 KiB — 52 ms — h2https://images.nrc.nl/66GEIfdeYiIs4fHvdRqq-NZPFdg=/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/15125030/200426CUL_2029979692_chevalier2.jpgimages.nrc.nl/66GEIfdeYiIs4fHvdRqq-... https://images.nrc.nl/66GEIfdeYiIs4fHvdRqq-NZPFdg=/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/15125030/200426CUL_2029979692_chevalier2.jpg — 200 — 68.1 KiB — 56 ms — h2https://images.nrc.nl/WvAx1ITuRuUiaxIfLKC0QZWVKzU=/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/22145250/230426CUL_2031349773_OpeningNight03.jpgimages.nrc.nl/WvAx1ITuRuUiaxIfLKC0Q... https://images.nrc.nl/WvAx1ITuRuUiaxIfLKC0QZWVKzU=/640x384/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/22145250/230426CUL_2031349773_OpeningNight03.jpg — 200 — 41.0 KiB — 56 ms — h2https://assets.nrc.nl/static/front/fonts/GuardianTextEgyp-Regular-Web.0561af52a.woff2assets.nrc.nl/static/front/fonts/Gu... https://assets.nrc.nl/static/front/fonts/GuardianTextEgyp-Regular-Web.0561af52a.woff2 — 200 — 43.0 KiB — 234 ms — h2https://assets.nrc.nl/static/front/fonts/LFT_Etica_Book.8f783e38c.woff2assets.nrc.nl/static/front/fonts/LF... https://assets.nrc.nl/static/front/fonts/LFT_Etica_Book.8f783e38c.woff2 — 200 — 38.9 KiB — 241 ms — h2https://assets.nrc.nl/static/front/fonts/GuardianEgyp-Light-Web.54c4728dd.woff2assets.nrc.nl/static/front/fonts/Gu... https://assets.nrc.nl/static/front/fonts/GuardianEgyp-Light-Web.54c4728dd.woff2 — 200 — 31.0 KiB — 273 ms — h2https://assets.nrc.nl/static/front/js/runtime.d72e4306f.jsassets.nrc.nl/static/front/js/runti... https://assets.nrc.nl/static/front/js/runtime.d72e4306f.js — 200 — 2.7 KiB — 301 ms — h2https://assets.nrc.nl/static/front/js/vendor.0677b1b4d.jsassets.nrc.nl/static/front/js/vendo... https://assets.nrc.nl/static/front/js/vendor.0677b1b4d.js — 200 — 49.4 KiB — 307 ms — h2https://assets.nrc.nl/static/front/js/main.db164c9ed.jsassets.nrc.nl/static/front/js/main.... https://assets.nrc.nl/static/front/js/main.db164c9ed.js — 200 — 118.5 KiB — 311 ms — h2https://assets.nrc.nl/static/front/components/js/dmt-icon.2405b9fc1.jsassets.nrc.nl/static/front/componen... https://assets.nrc.nl/static/front/components/js/dmt-icon.2405b9fc1.js — 200 — 89.4 KiB — 327 ms — h2https://sdk.privacy-center.org/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/sdk.22ecd6bfac93de604efec0b75b2c796ee1675f92.jssdk.privacy-center.org/sdk/22ecd6bf... https://sdk.privacy-center.org/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/sdk.22ecd6bfac93de604efec0b75b2c796ee1675f92.js — 200 — 100.9 KiB — 431 ms — h2https://www.nrc.nl/static/front/icons/nrc-icons.svg?v=11www.nrc.nl/static/front/icons/nrc-i... https://www.nrc.nl/static/front/icons/nrc-icons.svg?v=11 — 200 — 20.7 KiB — 184 ms — http/1.1https://www.nrc.nl/data/fragments/latest-newswww.nrc.nl/data/fragments/latest-ne... https://www.nrc.nl/data/fragments/latest-news — 200 — 3.2 KiB — 247 ms — http/1.1https://www.nrc.nl/newsletters/flat-list.jsonwww.nrc.nl/newsletters/flat-list.js... https://www.nrc.nl/newsletters/flat-list.json — 200 — 2.9 KiB — 404 ms — http/1.1https://assets.nrc.nl/static/front/nmt-split-css-manifest.167c5b347.jsassets.nrc.nl/static/front/nmt-spli... https://assets.nrc.nl/static/front/nmt-split-css-manifest.167c5b347.js — 200 — 2.2 KiB — 166 ms — h2data:image/webp;base64,UklGRiQAAABXRUJQVlA4IBgAAAAwAQCdASoBAAEAAwA0JaQAA3AA/vuUAAA=data:image/webp;base64,UklGRiQAAABX... data:image/webp;base64,UklGRiQAAABXRUJQVlA4IBgAAAAwAQCdASoBAAEAAwA0JaQAA3AA/vuUAAA= — 200 — 0 B — 0 ms — datahttps://assets.nrc.nl/static/front/js/chunks/WebNotifications.cffe1920a.jsassets.nrc.nl/static/front/js/chunk... https://assets.nrc.nl/static/front/js/chunks/WebNotifications.cffe1920a.js — 200 — 1.3 KiB — 163 ms — h2https://static.chartbeat.com/js/chartbeat_mab.jsstatic.chartbeat.com/js/chartbeat_m... https://static.chartbeat.com/js/chartbeat_mab.js — 200 — 10.1 KiB — 24 ms — h2https://www.nrc.nl/data/fragments/newsletter-bannerswww.nrc.nl/data/fragments/newslette... https://www.nrc.nl/data/fragments/newsletter-banners — 200 — 3.6 KiB — 470 ms — http/1.1https://www.nrc.nl/paywall-api/api/zephrwww.nrc.nl/paywall-api/api/zephr https://www.nrc.nl/paywall-api/api/zephr — 200 — 1002 B — 537 ms — http/1.1https://www.nrc.nl/data/weatherwww.nrc.nl/data/weather https://www.nrc.nl/data/weather — 200 — 599 B — 495 ms — http/1.1https://www.nrc.nl/data/fragments/most-readwww.nrc.nl/data/fragments/most-read https://www.nrc.nl/data/fragments/most-read — 200 — 2.1 KiB — 494 ms — http/1.1https://cdn.sophi.io/assets/demeter/1/stable/3569875221.js?isConsented=truecdn.sophi.io/assets/demeter/1/stabl... https://cdn.sophi.io/assets/demeter/1/stable/3569875221.js?isConsented=true — 200 — 40.9 KiB — 45 ms — h2https://sb.scorecardresearch.com/c2/11546962/cs.jssb.scorecardresearch.com/c2/1154696... https://sb.scorecardresearch.com/c2/11546962/cs.js — 302 — 258 B — 206 ms — h2https://content3.nrc.nl/script/ootag.v2.min.jscontent3.nrc.nl/script/ootag.v2.min... https://content3.nrc.nl/script/ootag.v2.min.js — 200 — 18.8 KiB — 2.5 s — h2https://cdn.parsely.com/keys/nrc.nl/p.jscdn.parsely.com/keys/nrc.nl/p.js https://cdn.parsely.com/keys/nrc.nl/p.js — 200 — 21.0 KiB — 31 ms — h2https://sb.scorecardresearch.com/b?c1=2&c2=11546962&ns_site=total&cs_fpid=1776892034618_92615321&nmo_01=*null&nmo_02=1&nmo_03=2100&nmo_04=*null&nmo_05=0&nmo_10=0&ns__t=1776892034620&ns_c=UTF-8&c8=NRC%20-%20Nieuws%2C%20achtergronden%20en%20onderzoeksjournalistiek&c7=https%3A%2F%2Fwww.nrc.nl%2F&c9=sb.scorecardresearch.com/b?c1=2&c2=... https://sb.scorecardresearch.com/b?c1=2&c2=11546962&ns_site=total&cs_fpid=1776892034618_92615321&nmo_01=*null&nmo_02=1&nmo_03=2100&nmo_04=*null&nmo_05=0&nmo_10=0&ns__t=1776892034620&ns_c=UTF-8&c8=NRC%20-%20Nieuws%2C%20achtergronden%20en%20onderzoeksjournalistiek&c7=https%3A%2F%2Fwww.nrc.nl%2F&c9= — 302 — 636 B — 193 ms — h2https://static.chartbeat.com/js/chartbeat.jsstatic.chartbeat.com/js/chartbeat.j... https://static.chartbeat.com/js/chartbeat.js — 200 — 16.1 KiB — 13 ms — h2https://mab.chartbeat.com/mab_strategy/headline_testing/get_strategy/?host=nrc.nl&domain=nrc.nl&path=%2Fmab.chartbeat.com/mab_strategy/head... https://mab.chartbeat.com/mab_strategy/headline_testing/get_strategy/?host=nrc.nl&domain=nrc.nl&path=%2F — 200 — 6.4 KiB — 21 ms — h2https://mabping.chartbeat.net/ping/mab?h=nrc.nl&p=%2F&d=nrc.nl&u=CbTde0BjppGNDCg-f-&c=0&V=150&x=5xXbTlC4WQSCF&v=A&ml=m&sl=DKs1Yd&e=-1mabping.chartbeat.net/ping/mab?h=nr... https://mabping.chartbeat.net/ping/mab?h=nrc.nl&p=%2F&d=nrc.nl&u=CbTde0BjppGNDCg-f-&c=0&V=150&x=5xXbTlC4WQSCF&v=A&ml=m&sl=DKs1Yd&e=-1 — 200 — 200 B — 967 ms — h2https://mabping.chartbeat.net/ping/mab?h=nrc.nl&p=%2F&d=nrc.nl&u=CbTde0BjppGNDCg-f-&c=0&V=150&x=vF7LVb3upVyr9&v=B&ml=m&sl=BfkPq8&e=-1mabping.chartbeat.net/ping/mab?h=nr... https://mabping.chartbeat.net/ping/mab?h=nrc.nl&p=%2F&d=nrc.nl&u=CbTde0BjppGNDCg-f-&c=0&V=150&x=vF7LVb3upVyr9&v=B&ml=m&sl=BfkPq8&e=-1 — 200 — 200 B — 733 ms — h2https://mabping.chartbeat.net/ping/mab?h=nrc.nl&p=%2F&d=nrc.nl&u=CbTde0BjppGNDCg-f-&c=0&V=150&x=KvemNsuh4Ib1u&v=A&ml=m&sl=BWwf09&e=-1mabping.chartbeat.net/ping/mab?h=nr... https://mabping.chartbeat.net/ping/mab?h=nrc.nl&p=%2F&d=nrc.nl&u=CbTde0BjppGNDCg-f-&c=0&V=150&x=KvemNsuh4Ib1u&v=A&ml=m&sl=BWwf09&e=-1 — 200 — 201 B — 731 ms — h2https://mabping.chartbeat.net/ping/mab?h=nrc.nl&p=%2F&d=nrc.nl&u=CbTde0BjppGNDCg-f-&c=0&V=150&x=VJmwXBuQjsFWn&v=C&ml=m&sl=DWiWdH&e=-1mabping.chartbeat.net/ping/mab?h=nr... https://mabping.chartbeat.net/ping/mab?h=nrc.nl&p=%2F&d=nrc.nl&u=CbTde0BjppGNDCg-f-&c=0&V=150&x=VJmwXBuQjsFWn&v=C&ml=m&sl=DWiWdH&e=-1 — 200 — 200 B — 734 ms — h2https://mabping.chartbeat.net/ping/mab?h=nrc.nl&p=%2F&d=nrc.nl&u=CbTde0BjppGNDCg-f-&c=0&V=150&x=D1mbuc4gXD0LR&v=A&ml=m&sl=DUm2n0&e=-1mabping.chartbeat.net/ping/mab?h=nr... https://mabping.chartbeat.net/ping/mab?h=nrc.nl&p=%2F&d=nrc.nl&u=CbTde0BjppGNDCg-f-&c=0&V=150&x=D1mbuc4gXD0LR&v=A&ml=m&sl=DUm2n0&e=-1 — 200 — 200 B — 969 ms — h2https://mabping.chartbeat.net/ping/mab?h=nrc.nl&p=%2F&d=nrc.nl&u=CbTde0BjppGNDCg-f-&c=0&V=150&x=8wthqmLHJNPKe&v=A&ml=m&sl=DhtCef&e=-1mabping.chartbeat.net/ping/mab?h=nr... https://mabping.chartbeat.net/ping/mab?h=nrc.nl&p=%2F&d=nrc.nl&u=CbTde0BjppGNDCg-f-&c=0&V=150&x=8wthqmLHJNPKe&v=A&ml=m&sl=DhtCef&e=-1 — 200 — 200 B — 967 ms — h2https://ping.chartbeat.net/ping?h=nrc.nl&p=%2F&u=CbTde0BjppGNDCg-f-&d=nrc.nl&g=19903&g0=No%20Section&g1=No%20Author&n=1&f=00001&c=0&x=0&m=0&y=13490&o=1350&w=940&j=45&R=1&W=0&I=0&E=0&e=0&r=&PA=https%3A%2F%2Fwww.nrc.nl%2F&b=2533&t=RwkODCEipjaZeozZD343npDTIKIu&V=150&i=NRC%20-%20Nieuws%2C%20achtergronden%20en%20onderzoeksjournalistiek&tz=0&_acct=anon&sn=1&sv=B2ZpV1DXPlQlDOrd2fDe-3P6yneiQ&sr=external&sd=1&im=062b0f33&_ping.chartbeat.net/ping?h=nrc.nl&p=... https://ping.chartbeat.net/ping?h=nrc.nl&p=%2F&u=CbTde0BjppGNDCg-f-&d=nrc.nl&g=19903&g0=No%20Section&g1=No%20Author&n=1&f=00001&c=0&x=0&m=0&y=13490&o=1350&w=940&j=45&R=1&W=0&I=0&E=0&e=0&r=&PA=https%3A%2F%2Fwww.nrc.nl%2F&b=2533&t=RwkODCEipjaZeozZD343npDTIKIu&V=150&i=NRC%20-%20Nieuws%2C%20achtergronden%20en%20onderzoeksjournalistiek&tz=0&_acct=anon&sn=1&sv=B2ZpV1DXPlQlDOrd2fDe-3P6yneiQ&sr=external&sd=1&im=062b0f33&_ — 200 — 201 B — 762 ms — h2https://assets.nrc.nl/static/front/css/split/photo-articles.ef3c37f2c.cssassets.nrc.nl/static/front/css/spli... https://assets.nrc.nl/static/front/css/split/photo-articles.ef3c37f2c.css — 200 — 1.1 KiB — 164 ms — h2https://assets.nrc.nl/static/front/css/split/native-slider.04601336b.cssassets.nrc.nl/static/front/css/spli... https://assets.nrc.nl/static/front/css/split/native-slider.04601336b.css — 200 — 603 B — 168 ms — h2https://assets.nrc.nl/static/front/css/split/login-modal.d90920714.cssassets.nrc.nl/static/front/css/spli... https://assets.nrc.nl/static/front/css/split/login-modal.d90920714.css — 200 — 1.7 KiB — 170 ms — h2https://sb.scorecardresearch.com/b2?c1=2&c2=11546962&ns_site=total&cs_fpid=1776892034618_92615321&nmo_01=*null&nmo_02=1&nmo_03=2100&nmo_04=*null&nmo_05=0&nmo_10=0&ns__t=1776892034620&ns_c=UTF-8&c8=NRC%20-%20Nieuws%2C%20achtergronden%20en%20onderzoeksjournalistiek&c7=https%3A%2F%2Fwww.nrc.nl%2F&c9=sb.scorecardresearch.com/b2?c1=2&c2... https://sb.scorecardresearch.com/b2?c1=2&c2=11546962&ns_site=total&cs_fpid=1776892034618_92615321&nmo_01=*null&nmo_02=1&nmo_03=2100&nmo_04=*null&nmo_05=0&nmo_10=0&ns__t=1776892034620&ns_c=UTF-8&c8=NRC%20-%20Nieuws%2C%20achtergronden%20en%20onderzoeksjournalistiek&c7=https%3A%2F%2Fwww.nrc.nl%2F&c9= — 302 — 458 B — 163 ms — h2https://sb.scorecardresearch.com/internal-c2/default/cs.jssb.scorecardresearch.com/internal-c... https://sb.scorecardresearch.com/internal-c2/default/cs.js — 200 — 359 B — 4 ms — h2https://p1.parsely.com/plogger/?rand=1776892034749&plid=4ef6e77c-a3df-4933-9a64-50daeddf2afe&idsite=nrc.nl&url=https%3A%2F%2Fwww.nrc.nl%2F&urlref=&screen=800x600%7C800x600%7C24&data=%7B%22subscription_type%22%3A%22niet_abonnee%22%7D&sid=1&surl=https%3A%2F%2Fwww.nrc.nl%2F&sref=&sts=1776892034746&slts=0&title=NRC+-+Nieuws%2C+achtergronden+en+onderzoeksjournalistiek&date=Wed+Apr+22+2026+21%3A07%3A14+GMT%2B0000+(Coordinated+Universal+Time)&action=pageview&pvid=2935338d-efef-45d2-a094-d11c475bb805&u=pid%3D8c7ae751-8fd0-46a3-964e-b00524d6754ep1.parsely.com/plogger/?rand=177689... https://p1.parsely.com/plogger/?rand=1776892034749&plid=4ef6e77c-a3df-4933-9a64-50daeddf2afe&idsite=nrc.nl&url=https%3A%2F%2Fwww.nrc.nl%2F&urlref=&screen=800x600%7C800x600%7C24&data=%7B%22subscription_type%22%3A%22niet_abonnee%22%7D&sid=1&surl=https%3A%2F%2Fwww.nrc.nl%2F&sref=&sts=1776892034746&slts=0&title=NRC+-+Nieuws%2C+achtergronden+en+onderzoeksjournalistiek&date=Wed+Apr+22+2026+21%3A07%3A14+GMT%2B0000+(Coordinated+Universal+Time)&action=pageview&pvid=2935338d-efef-45d2-a094-d11c475bb805&u=pid%3D8c7ae751-8fd0-46a3-964e-b00524d6754e — 200 — 260 B — 775 ms — http/1.1https://www.nrc.nl/paywall-api/api/zephrwww.nrc.nl/paywall-api/api/zephr https://www.nrc.nl/paywall-api/api/zephr — 200 — 1012 B — 303 ms — http/1.1https://end.nmo-ep.nl/b2?c1=2&c2=11546962&ns_site=total&cs_fpid=1776892034618_92615321&nmo_01=*null&nmo_02=1&nmo_03=2100&nmo_04=*null&nmo_05=0&nmo_10=0&ns__t=1776892034620&ns_c=UTF-8&c8=NRC%20-%20Nieuws%2C%20achtergronden%20en%20onderzoeksjournalistiek&c7=https%3A%2F%2Fwww.nrc.nl%2F&c9=&cs_rdr_ts=1776892034end.nmo-ep.nl/b2?c1=2&c2=11546962&n... https://end.nmo-ep.nl/b2?c1=2&c2=11546962&ns_site=total&cs_fpid=1776892034618_92615321&nmo_01=*null&nmo_02=1&nmo_03=2100&nmo_04=*null&nmo_05=0&nmo_10=0&ns__t=1776892034620&ns_c=UTF-8&c8=NRC%20-%20Nieuws%2C%20achtergronden%20en%20onderzoeksjournalistiek&c7=https%3A%2F%2Fwww.nrc.nl%2F&c9=&cs_rdr_ts=1776892034 — 200 — 303 B — 588 ms — h2https://assets.nrc.nl/static/front/fonts/GuardianEgyp-Semibold-Web.cfd157ab0.woff2assets.nrc.nl/static/front/fonts/Gu... https://assets.nrc.nl/static/front/fonts/GuardianEgyp-Semibold-Web.cfd157ab0.woff2 — 200 — 32.0 KiB — 165 ms — h2https://images.nrc.nl/DZ0lPbQQj_6_s9UV7spFOjdo63o=/0x82:5892x3617/160x96/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/22211510/220426VER_2033231236_Trump.jpgimages.nrc.nl/DZ0lPbQQj_6_s9UV7spFO... https://images.nrc.nl/DZ0lPbQQj_6_s9UV7spFOjdo63o=/0x82:5892x3617/160x96/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/22211510/220426VER_2033231236_Trump.jpg — 200 — 6.5 KiB — 11 ms — h2https://images.nrc.nl/3HbiHUOEP-RVOy3T6nwiPZOLt14=/160x96/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/16153237/170426BIN_2032906642_fietsers.jpgimages.nrc.nl/3HbiHUOEP-RVOy3T6nwiP... https://images.nrc.nl/3HbiHUOEP-RVOy3T6nwiPZOLt14=/160x96/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/16153237/170426BIN_2032906642_fietsers.jpg — 200 — 7.4 KiB — 16 ms — h2https://images.nrc.nl/eNtBb2TkBejUDMtm6fqQavGb1Tk=/160x96/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/22131111/220426BIN_2033203444_utrecht1.jpgimages.nrc.nl/eNtBb2TkBejUDMtm6fqQa... https://images.nrc.nl/eNtBb2TkBejUDMtm6fqQavGb1Tk=/160x96/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/22131111/220426BIN_2033203444_utrecht1.jpg — 200 — 8.5 KiB — 10 ms — h2https://images.nrc.nl/3CGdgxUBSQ3zZvqPEx49vO6Vaew=/160x96/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/21151246/220426BIN_2033187618_asielwet.jpgimages.nrc.nl/3CGdgxUBSQ3zZvqPEx49v... https://images.nrc.nl/3CGdgxUBSQ3zZvqPEx49vO6Vaew=/160x96/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/21151246/220426BIN_2033187618_asielwet.jpg — 200 — 6.9 KiB — 11 ms — h2https://images.nrc.nl/nOStUNgd_EaEzJlz9XUWLOWK6os=/160x96/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/16145642/210426CUL_2033036632_2.jpgimages.nrc.nl/nOStUNgd_EaEzJlz9XUWL... https://images.nrc.nl/nOStUNgd_EaEzJlz9XUWLOWK6os=/160x96/smart/filters:no_upscale():format(webp)/s3/static.nrc.nl/wp-content/uploads/2026/04/16145642/210426CUL_2033036632_2.jpg — 200 — 5.9 KiB — 13 ms — h2https://www.nrc.nl/paywall-api/api/web/campaigns/388www.nrc.nl/paywall-api/api/web/camp... https://www.nrc.nl/paywall-api/api/web/campaigns/388 — 200 — 974 B — 172 ms — http/1.1https://assets.nrc.nl/static/front/css/split/paywall.6b081e5b3.cssassets.nrc.nl/static/front/css/spli... https://assets.nrc.nl/static/front/css/split/paywall.6b081e5b3.css — 200 — 11.1 KiB — 165 ms — h2https://load.sst.nrc.nl/kxlupzzx.js?st=KKRPPBload.sst.nrc.nl/kxlupzzx.js?st=KKRP... https://load.sst.nrc.nl/kxlupzzx.js?st=KKRPPB — 200 — 166.4 KiB — 257 ms — h2https://www.nrc.nl/static/front/icons/nrc-icons-newsletter.svg?v=11www.nrc.nl/static/front/icons/nrc-i... https://www.nrc.nl/static/front/icons/nrc-icons-newsletter.svg?v=11 — 200 — 6.2 KiB — 172 ms — http/1.1https://www.nrc.nl/static/front/icons/weather/all-icons.svgwww.nrc.nl/static/front/icons/weath... https://www.nrc.nl/static/front/icons/weather/all-icons.svg — 200 — 5.9 KiB — 171 ms — http/1.1https://analytics.google.com/g/collect?a=adblocker_checkanalytics.google.com/g/collect?a=ad... https://analytics.google.com/g/collect?a=adblocker_check — 204 — 502 B — 64 ms — h2https://load.sst.nrc.nl/gtag/js?id=G-Q3L8E2PF4V&cx=c&gtm=4e64k0load.sst.nrc.nl/gtag/js?id=G-Q3L8E2... https://load.sst.nrc.nl/gtag/js?id=G-Q3L8E2PF4V&cx=c&gtm=4e64k0 — 200 — 161.6 KiB — 48 ms — h2https://prod-nrcm.mhtr.be/public/tr/tracker.min.jsprod-nrcm.mhtr.be/public/tr/tracker... https://prod-nrcm.mhtr.be/public/tr/tracker.min.js — 200 — 159.3 KiB — 591 ms — h2https://www.googletagmanager.com/gtag/js?id=G-Q3L8E2PF4V&gtg_health=1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-Q3L8E2PF4V&gtg_health=1 — 200 — 392 B — 16 ms — h2https://sst.nrc.nl/g/collect?v=2&tid=G-Q3L8E2PF4V&gtm=45he64k0v870725205z871576918za20kzb71576918zd71576918&_p=1776892034930&gcs=G101&gcd=13p3t3p3p5l1&npa=1&dma_cps=-&dma=0&tcfd=10000&ecid=108677613&_eu=AAAAAGA&_fplc=0&are=1&cid=340639111.1776892036&frm=0&pscdl=denied&rcb=14&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&ur=SG&sst.rnd=199715910.1776892036&sst.etld=google.com.sg&sst.us_privacy=1---&sst.tft=1776892034930&sst.lpc=195554419&sst.navt=n&sst.ude=0&sst.sw_exp=1&gaf=2&_s=1&tag_exp=0~115616986~115938465~115938469~117266400~117512543~117884344&sid=1776892036&sct=1&seg=0&dl=https%3A%2F%2Fwww.nrc.nl%2F&dt=NRC%20-%20Nieuws%2C%20achtergronden%20en%20onderzoeksjournalistiek&_tu=DA&en=page_view&_fv=1&_nsi=1&_ss=2&gap.gtb=1&ep.eventId=1776892619614_177689222291274&epn.client_timestamp=1776892035966&ep.compact_url=https%3A%2F%2Fwww.nrc.nl%2F&ep.previous_compact_url=&ep.application=www&ep.sophi_experiments_code=pw%3Aarticle%3Atest3_ab%3Dvariant&ep.sophi_inputs=HA%3A11%7CHB%3A1%7CFA%3A00%7CDC%3A01%7CDE%3A01%7CEA%3AMac%20OS%7CEC%3AChrome%7CDD%3A20%7CDB%3AUTC%7CGC%3Adirect&ep.sophi_context=DA00AA00AB00AC00BA00BB00BC00AD00AE00BD00BE00BF00AF00BG00CA00CB00CC00CD00CE00CF00CG00&ep.sophi_trace=t004010v00----d0093xxb0069xx&up.subscription_status=Onbekend&up.login_status=niet%20ingelogd&up.subscription_type=niet_abonnee&tfd=3953&richsstssesst.nrc.nl/g/collect?v=2&tid=G-Q3L8... https://sst.nrc.nl/g/collect?v=2&tid=G-Q3L8E2PF4V&gtm=45he64k0v870725205z871576918za20kzb71576918zd71576918&_p=1776892034930&gcs=G101&gcd=13p3t3p3p5l1&npa=1&dma_cps=-&dma=0&tcfd=10000&ecid=108677613&_eu=AAAAAGA&_fplc=0&are=1&cid=340639111.1776892036&frm=0&pscdl=denied&rcb=14&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&ur=SG&sst.rnd=199715910.1776892036&sst.etld=google.com.sg&sst.us_privacy=1---&sst.tft=1776892034930&sst.lpc=195554419&sst.navt=n&sst.ude=0&sst.sw_exp=1&gaf=2&_s=1&tag_exp=0~115616986~115938465~115938469~117266400~117512543~117884344&sid=1776892036&sct=1&seg=0&dl=https%3A%2F%2Fwww.nrc.nl%2F&dt=NRC%20-%20Nieuws%2C%20achtergronden%20en%20onderzoeksjournalistiek&_tu=DA&en=page_view&_fv=1&_nsi=1&_ss=2&gap.gtb=1&ep.eventId=1776892619614_177689222291274&epn.client_timestamp=1776892035966&ep.compact_url=https%3A%2F%2Fwww.nrc.nl%2F&ep.previous_compact_url=&ep.application=www&ep.sophi_experiments_code=pw%3Aarticle%3Atest3_ab%3Dvariant&ep.sophi_inputs=HA%3A11%7CHB%3A1%7CFA%3A00%7CDC%3A01%7CDE%3A01%7CEA%3AMac%20OS%7CEC%3AChrome%7CDD%3A20%7CDB%3AUTC%7CGC%3Adirect&ep.sophi_context=DA00AA00AB00AC00BA00BB00BC00AD00AE00BD00BE00BF00AF00BG00CA00CB00CC00CD00CE00CF00CG00&ep.sophi_trace=t004010v00----d0093xxb0069xx&up.subscription_status=Onbekend&up.login_status=niet%20ingelogd&up.subscription_type=niet_abonnee&tfd=3953&richsstsse — 200 — 227 B — 550 ms — h2https://sst.nrc.nl/_/service_worker/63b0/sw_iframe.html?origin=https%3A%2F%2Fwww.nrc.nl&1p=1sst.nrc.nl/_/service_worker/63b0/sw... https://sst.nrc.nl/_/service_worker/63b0/sw_iframe.html?origin=https%3A%2F%2Fwww.nrc.nl&1p=1 — 200 — 1.9 KiB — 485 ms — h2https://prod-nrcm.mhtr.be/next/vprod-nrcm.mhtr.be/next/v https://prod-nrcm.mhtr.be/next/v — 200 — 0 B — 183 ms — h2https://prod-nrcm.mhtr.be/next/vprod-nrcm.mhtr.be/next/v https://prod-nrcm.mhtr.be/next/v — 200 — 430 B — 179 ms — h2https://cdn.optoutadvertising.com/script/sf/base.min.jscdn.optoutadvertising.com/script/sf... https://cdn.optoutadvertising.com/script/sf/base.min.js — 200 — 6.0 KiB — 1.0 s — h2https://adserving.optoutadvertising.com/prebid/displayadserving.optoutadvertising.com/pre... https://adserving.optoutadvertising.com/prebid/display — 200 — 34.5 KiB — 671 ms — h2https://cdn.optoutadvertising.com/script/sf/hostOptOut.min.jscdn.optoutadvertising.com/script/sf... https://cdn.optoutadvertising.com/script/sf/hostOptOut.min.js — 200 — 9.6 KiB — 158 ms — h2https://static.hotjar.com/c/hotjar-298877.js?sv=7static.hotjar.com/c/hotjar-298877.j... https://static.hotjar.com/c/hotjar-298877.js?sv=7 — 200 — 9.2 KiB — 16 ms — h2https://bgmin.cdn.billygrace.com/?t=1776902400000&v=0.1.0.1bgmin.cdn.billygrace.com/?t=1776902... https://bgmin.cdn.billygrace.com/?t=1776902400000&v=0.1.0.1 — 200 — 5.7 KiB — 698 ms — h2https://assets.nrc.nl/static/front/icons/favicon.icoassets.nrc.nl/static/front/icons/fa... https://assets.nrc.nl/static/front/icons/favicon.ico — 200 — 2.3 KiB — 165 ms — h2https://cdn.optoutadvertising.com/script/sf/r.htmlcdn.optoutadvertising.com/script/sf... https://cdn.optoutadvertising.com/script/sf/r.html — 200 — 1.1 KiB — 469 ms — h2https://cdn.optoutadvertising.com/script/sf/r.htmlcdn.optoutadvertising.com/script/sf... https://cdn.optoutadvertising.com/script/sf/r.html — 200 — 0 B — 454 ms — h2https://script.hotjar.com/modules.6a0f3932cb1341a35c18.jsscript.hotjar.com/modules.6a0f3932c... https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js — 200 — 56.6 KiB — 20 ms — h2https://script.hotjar.com/survey-v2.8b9993fd273bc1f4ea37.jsscript.hotjar.com/survey-v2.8b9993f... https://script.hotjar.com/survey-v2.8b9993fd273bc1f4ea37.js — 200 — 62.5 KiB — 8 ms — h2https://cdn.optoutadvertising.com/script/sf/base.jscdn.optoutadvertising.com/script/sf... https://cdn.optoutadvertising.com/script/sf/base.js — 200 — 24.1 KiB — 318 ms — h2https://cdn.optoutadvertising.com/script/sf/ext.jscdn.optoutadvertising.com/script/sf... https://cdn.optoutadvertising.com/script/sf/ext.js — 200 — 15.6 KiB — 316 ms — h2https://cdn.optoutadvertising.com/script/sf/base.jscdn.optoutadvertising.com/script/sf... https://cdn.optoutadvertising.com/script/sf/base.js — 200 — 0 B — 315 ms — h2https://cdn.optoutadvertising.com/script/sf/ext.jscdn.optoutadvertising.com/script/sf... https://cdn.optoutadvertising.com/script/sf/ext.js — 200 — 0 B — 314 ms — h2https://b.billypx.com/?id=ID-BD-A49C72&uid=v0.4.11-b06vp77u-moajn43b&session_id=v0.4.11-o3uuu3tq-moajn43b_1776892039031&ev=pageload&ed=%7B%22pageLoadID%22%3A%22v0.4.11-98949584-1776892039031%22%7D&v=v0.4.11&dl=https%3A%2F%2Fwww.nrc.nl%2F&rl=&ts=1776892038326&de=&sr=&vp=&cd=&dt=NRC%20-%20Nieuws%2C%20achtergronden%20en%20onderzoeksjournalistiek&bn=Chrome%20146&md=false&ua=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F146.0.0.0%20Safari%2F537.36&tz=0&tt=web&utm_source=&utm_medium=&utm_term=&utm_content=&utm_campaign=&utm_source_platform=&utm_creative_format=&utm_marketing_tactic=&bg_source=&bg_source_id=&bg_kw=&bg_campaign=&bg_aid_k=&bg_aid_v=&bg_ts=b.billypx.com/?id=ID-BD-A49C72&uid=... https://b.billypx.com/?id=ID-BD-A49C72&uid=v0.4.11-b06vp77u-moajn43b&session_id=v0.4.11-o3uuu3tq-moajn43b_1776892039031&ev=pageload&ed=%7B%22pageLoadID%22%3A%22v0.4.11-98949584-1776892039031%22%7D&v=v0.4.11&dl=https%3A%2F%2Fwww.nrc.nl%2F&rl=&ts=1776892038326&de=&sr=&vp=&cd=&dt=NRC%20-%20Nieuws%2C%20achtergronden%20en%20onderzoeksjournalistiek&bn=Chrome%20146&md=false&ua=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F146.0.0.0%20Safari%2F537.36&tz=0&tt=web&utm_source=&utm_medium=&utm_term=&utm_content=&utm_campaign=&utm_source_platform=&utm_creative_format=&utm_marketing_tactic=&bg_source=&bg_source_id=&bg_kw=&bg_campaign=&bg_aid_k=&bg_aid_v=&bg_ts= — 200 — 316 B — 553 ms — h2https://content3.nrc.nl/script/mraidSideBridge.jscontent3.nrc.nl/script/mraidSideBri... https://content3.nrc.nl/script/mraidSideBridge.js — 200 — 2.9 KiB — 1.2 s — h2https://content4.nrc.nl/pixel?https%3A%2F%2Fadserving.optoutadvertising.com%2Fevent%2Fimpression%3Fbid_id%3D1776892037_FEF18087AE3240BE6D2E6B460ADF7EA6_13_00229001_60_1%26ad_id%3D483558%26ssp%3Ddisplay_cookieless%26cachebuster%3D2821998%26gdpr%3D1%26consent%3D0content4.nrc.nl/pixel?https%3A%2F%2... https://content4.nrc.nl/pixel?https%3A%2F%2Fadserving.optoutadvertising.com%2Fevent%2Fimpression%3Fbid_id%3D1776892037_FEF18087AE3240BE6D2E6B460ADF7EA6_13_00229001_60_1%26ad_id%3D483558%26ssp%3Ddisplay_cookieless%26cachebuster%3D2821998%26gdpr%3D1%26consent%3D0 — 200 — 183 B — 511 ms — h2https://content3.nrc.nl/script/viewability.jscontent3.nrc.nl/script/viewability.... https://content3.nrc.nl/script/viewability.js — 200 — 4.3 KiB — 1.2 s — h2https://content4.nrc.nl/redirect/pub/163/prod/display/483321/rehosted_oo/scripts/15/webodisplay_launch_1.5.0_scrambled.jscontent4.nrc.nl/redirect/pub/163/pr... https://content4.nrc.nl/redirect/pub/163/prod/display/483321/rehosted_oo/scripts/15/webodisplay_launch_1.5.0_scrambled.js — 302 — 245 B — 509 ms — h2https://content3.nrc.nl/script/viewability.jscontent3.nrc.nl/script/viewability.... https://content3.nrc.nl/script/viewability.js — 200 — 0 B — 1.2 s — h2https://content4.nrc.nl/pixel?https%3A%2F%2Fadserving.optoutadvertising.com%2Fevent%2Fimpression%3Fbid_id%3D1776892037_FEF18087AE3240BE6D2E6B460ADF7EA6_13_00229000_60%26ad_id%3D483336%26ssp%3Ddisplay_cookieless%26cachebuster%3D2823835%26gdpr%3D1%26consent%3D0content4.nrc.nl/pixel?https%3A%2F%2... https://content4.nrc.nl/pixel?https%3A%2F%2Fadserving.optoutadvertising.com%2Fevent%2Fimpression%3Fbid_id%3D1776892037_FEF18087AE3240BE6D2E6B460ADF7EA6_13_00229000_60%26ad_id%3D483336%26ssp%3Ddisplay_cookieless%26cachebuster%3D2823835%26gdpr%3D1%26consent%3D0 — 200 — 184 B — 506 ms — h2https://content3.nrc.nl/pub/163/prod/display/483321/rehosted_oo/scripts/15/webodisplay_launch_1.5.0_scrambled.jscontent3.nrc.nl/pub/163/prod/displa... https://content3.nrc.nl/pub/163/prod/display/483321/rehosted_oo/scripts/15/webodisplay_launch_1.5.0_scrambled.js — 200 — 10.4 KiB — 874 ms — h2https://content3.nrc.nl/prod/display/483558//index.html?fallbackcb=https%3A%2F%2Fabonnementen.nrc.nl&landingPage=https%3A%2F%2Fwww.nrc.nl%2Frubriek%2Fthe-economist%2F%3Futm_campaign%3Dc-economist-26%26utm_content%3Dbanners-nrc&ssp=display_cookieless&latitude=&longitude=&viewerId=1776892037-33721004&bid_id=1776892037_FEF18087AE3240BE6D2E6B460ADF7EA6_13_00229001_60_1&advertiserId=20089&campaign_id=149067&substrategyId=10&bannerId=938940&substrategyName=Main&adframeId=1776892037_FEF18087AE3240BE6D2E6B460ADF7EA6_13_00229001_60_1&frameInterface=0&parameters=&consent=0&CC=false&LI=falsecontent3.nrc.nl/prod/display/483558... https://content3.nrc.nl/prod/display/483558//index.html?fallbackcb=https%3A%2F%2Fabonnementen.nrc.nl&landingPage=https%3A%2F%2Fwww.nrc.nl%2Frubriek%2Fthe-economist%2F%3Futm_campaign%3Dc-economist-26%26utm_content%3Dbanners-nrc&ssp=display_cookieless&latitude=&longitude=&viewerId=1776892037-33721004&bid_id=1776892037_FEF18087AE3240BE6D2E6B460ADF7EA6_13_00229001_60_1&advertiserId=20089&campaign_id=149067&substrategyId=10&bannerId=938940&substrategyName=Main&adframeId=1776892037_FEF18087AE3240BE6D2E6B460ADF7EA6_13_00229001_60_1&frameInterface=0&parameters=&consent=0&CC=false&LI=false — 200 — 533 B — 477 ms — h2https://content4.nrc.nl/pixel?https://adserving.optoutadvertising.com/viewable?bid_id=1776892037_FEF18087AE3240BE6D2E6B460ADF7EA6_13_00229001_60_1&ssp=display_cookieless&event=measurable&m=2content4.nrc.nl/pixel?https://adser... https://content4.nrc.nl/pixel?https://adserving.optoutadvertising.com/viewable?bid_id=1776892037_FEF18087AE3240BE6D2E6B460ADF7EA6_13_00229001_60_1&ssp=display_cookieless&event=measurable&m=2 — 200 — 183 B — 166 ms — h2https://proxy.optoutadvertising.com/webo/mrq/prod/display/483321/rehosted_oo/q?evn=impression&rid=72wcyg59o4&tid=5504541359367127040&eid=&evv[dsv]=1.5.0&el=core&wi=1&he=250&sw=800&sh=600&pm=0&gdpr=1&gdpr_consent=0&pu=https%3A//www.nrc.nl/&ru=proxy.optoutadvertising.com/webo/mr... https://proxy.optoutadvertising.com/webo/mrq/prod/display/483321/rehosted_oo/q?evn=impression&rid=72wcyg59o4&tid=5504541359367127040&eid=&evv[dsv]=1.5.0&el=core&wi=1&he=250&sw=800&sh=600&pm=0&gdpr=1&gdpr_consent=0&pu=https%3A//www.nrc.nl/&ru= — -1 — 0 B — 0 ms — https://cdn.optoutadvertising.com/script/mraid2.jscdn.optoutadvertising.com/script/mr... https://cdn.optoutadvertising.com/script/mraid2.js — -1 — 0 B — 0 ms — https://cdn.optoutadvertising.com/script/adscience_dynamic_banner.jscdn.optoutadvertising.com/script/ad... https://cdn.optoutadvertising.com/script/adscience_dynamic_banner.js — -1 — 0 B — 0 ms — https://content3.nrc.nl/prod/display/483558//image.jpgcontent3.nrc.nl/prod/display/483558... https://content3.nrc.nl/prod/display/483558//image.jpg — -1 — 0 B — 0 ms —
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 2441ms · 1033KB · €27/mo
www.nrc.nl
Other
Costly
Execution 1017ms
Transfer 58 KB
Monthly Cost €11/mo
load.sst.nrc.nl
Other
Costly
Execution 343ms
Transfer 166 KB
Unused 27%
Monthly Cost €4/mo
Unattributable
Other
Costly
Execution 236ms
Transfer 0 KB
Monthly Cost €3/mo
assets.nrc.nl
Other
Costly
Execution 209ms
Transfer 119 KB
Unused 64%
Monthly Cost €2/mo
load.sst.nrc.nl
Other
Optional
Execution 133ms
Transfer 162 KB
Unused 38%
Monthly Cost €1/mo
Hotjar
Session Replay
Optional
Execution 112ms
Transfer 63 KB
Unused 57%
Monthly Cost €1/mo
prod-nrcm.mhtr.be
Other
Optional
Execution 78ms
Transfer 159 KB
Unused 71%
Monthly Cost €1/mo
content3.nrc.nl
Other
Optional
Execution 76ms
Transfer 19 KB
Monthly Cost €1/mo
sdk.privacy-center.org
Other
Optional
Execution 66ms
Transfer 101 KB
Unused 63%
Monthly Cost €1/mo
assets.nrc.nl
Other
Optional
Execution 62ms
Transfer 89 KB
Unused 71%
Monthly Cost €1/mo
Hotjar
Session Replay
Optional
Execution 57ms
Transfer 57 KB
Unused 62%
Monthly Cost €1/mo
cdn.sophi.io
Other
Optional
Execution 52ms
Transfer 41 KB
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • www.nrc.nl adds 1017ms and costs ~€11/month
  • load.sst.nrc.nl adds 343ms and costs ~€4/month
  • Unattributable adds 236ms and costs ~€3/month
  • assets.nrc.nl adds 209ms and costs ~€2/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

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.nrc.nl takes 1017ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

load.sst.nrc.nl takes 343ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

Unattributable takes 236ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

assets.nrc.nl takes 209ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

64% of assets.nrc.nl's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

57% of Hotjar's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

71% of prod-nrcm.mhtr.be's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

63% of sdk.privacy-center.org's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

71% of assets.nrc.nl's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

62% of Hotjar's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback