Skip to content
https://volkskrant.nl

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
90
GRADE
A
FIX
2
REVIEW
3
PASS
10
INFO
2

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

85
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
98
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
50
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.39 s

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

3.44 s

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

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

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

3.95 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
17
10 PASS 3 REVIEW 2 FIX
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 (202.7 KiB of 203.1 KiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
HTTP Caching
Action
no-store (uncacheable)
FIX
no-store (uncacheable)
Info::
Cache-Control: no-store prevents all caching
Intentional for dynamic content, but increases server load for every page view.
Got: no-cache, no-store, must-revalidate
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-cache, no-store, must-revalidate

DirectiveValueMeaning
no-cacheCache but always revalidate first
no-storeNever cache this response
must-revalidateMust recheck with server after expiry
B
JS Execution Cost
853ms total JS execution
REVIEW
853ms total JS execution
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-NT4...: 402ms CPU time
Info::
https://myprivacy-static.dpgmedia.net/consent.js: 209ms CPU time
Info::
Unattributable: 108ms CPU time
Info::
https://myprivacy.dpgmedia.nl/consent?siteKey=PUBX...: 70ms CPU time
Info::
https://sp.dpgmedia.net/X9MmT8zP6LqV4RdK7Jw_v4_4_0...: 64ms CPU time
Warning::
Third-party scripts: 853ms (100% of total)

Main Thread Breakdown

Script Evaluation 64% Other 17% Script Parsing & Compilation 8% Style & Layout 6%
ScriptTotalScriptingParse/CompileParty
https://www.googletagmanager.com/gtm.js?id=GTM-NT4WR7C402ms343ms42ms3rd
https://myprivacy-static.dpgmedia.net/consent.js209ms139ms21ms3rd
Unattributable108ms7ms0ms3rd
https://myprivacy.dpgmedia.nl/consent?siteKey=PUBX2BuuZfEPJ6vF&callbackUrl=https%3A%2F%2Fwww.volkskrant.nl%2Fprivacygate-confirm%3FredirectUri%3D%252F&isLoggedIn=false70ms5ms2ms3rd
https://sp.dpgmedia.net/X9MmT8zP6LqV4RdK7Jw_v4_4_0.js64ms54ms6ms3rd
B
JS Bundles
3 scripts, 59 KB unused
REVIEW
3 scripts, 59 KB unused
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-NT4...: 59 KB unused (46%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 59 KB
59 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtm.js?id=GTM-NT4WR7C129 KB59 KB (46%)3rd
https://myprivacy-static.dpgmedia.net/consent.js0 KB3rd
https://sp.dpgmedia.net/X9MmT8zP6LqV4RdK7Jw_v4_4_0.js25 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

C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Page Weight Budget
203 KB transferred, 16 requests
PASS
203 KB transferred, 16 requests
Info::
Page weighs 902 KB (203 KB transferred)
Info::
16 HTTP requests
Info::
Estimated 0.04 g CO2 per page load
203 KB / 2.4 MB budget
203 KB transferred
16 requests
0.04 g CO2 per page load
JavaScript 154.0 KiB 76%
Images 19.7 KiB 10%
Other 19.0 KiB 9%
Other 7.0 KiB 3%
HTML 3.4 KiB 2%
Other 18 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Under budget
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
Image Optimization
3 images, 0 KB saveable
PASS
3 images, 0 KB saveable
Warning::
https://myprivacy-static.dpgmedia.net/consent/reso... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
3 images 20 KB
0 oversized -0 KB
2 legacy format
1 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

A+
Font Loading
No web fonts (system fonts)
PASS
No web fonts (system fonts)
Info::
No web fonts loaded — system fonts are fastest
No web fonts loaded — system fonts are optimal.
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
6 hints, 0 missing preconnects
PASS
6 hints, 0 missing preconnects
Info::
Page uses 6 resource hint(s)

Current Resource Hints

preconnect
1
preload
5
dns-prefetch
prefetch

6 resource hints configured

A
Page Weight Inventory
16 resources · 203 KB · 59 KB savings available
PASS
16 resources · 203 KB · 59 KB savings available
Info::
Within 1MB page-weight target
Got: 203 KB
Info::
~59 KB of savings available
Warning::
15 third-party resources (100% of weight)
16 resources · 203.1 KiB · 15 third-party Within 1MB page-weight target
JavaScript 76% · 154.0 KiB
Image 12% · 25.2 KiB
Other 10% · 19.4 KiB
Document 2% · 4.5 KiB

~58.9 KiB of savings available

Remove unused JavaScript: 58.9 KiB
A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
Network Waterfall
16 requests over 948ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 2.4 s LCP 3.4 shttps://volkskrant.nl// https://volkskrant.nl/ — 301 — 445 B — 39 ms — http/1.1https://www.volkskrant.nl/www.volkskrant.nl/ https://www.volkskrant.nl/ — 302 — 1.1 KiB — 38 ms — h2https://myprivacy.dpgmedia.nl/consent?siteKey=PUBX2BuuZfEPJ6vF&callbackUrl=https%3A%2F%2Fwww.volkskrant.nl%2Fprivacygate-confirm%3FredirectUri%3D%252F&isLoggedIn=falsemyprivacy.dpgmedia.nl/consent?siteK... https://myprivacy.dpgmedia.nl/consent?siteKey=PUBX2BuuZfEPJ6vF&callbackUrl=https%3A%2F%2Fwww.volkskrant.nl%2Fprivacygate-confirm%3FredirectUri%3D%252F&isLoggedIn=false — 200 — 3.4 KiB — 209 ms — h2https://myprivacy-static.dpgmedia.net/consent.jsmyprivacy-static.dpgmedia.net/conse... https://myprivacy-static.dpgmedia.net/consent.js — 200 — 0 B — 3 ms — h2https://myprivacy-static.dpgmedia.net/consent/resources/logos/logo-dpgmedia.svgmyprivacy-static.dpgmedia.net/conse... https://myprivacy-static.dpgmedia.net/consent/resources/logos/logo-dpgmedia.svg — 200 — 2.5 KiB — 14 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-NT4WR7Cwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-NT4WR7C — 200 — 129.1 KiB — 194 ms — h2https://pg.dpgmedia.nl/api/consent?language=nl&siteUrl=https%3A%2F%2Fwww.volkskrant.nl&readOnly=false&authId=22b93486-7c3c-4c24-8cb5-4546e683e571&integratorId=volkskrantpg.dpgmedia.nl/api/consent?language... https://pg.dpgmedia.nl/api/consent?language=nl&siteUrl=https%3A%2F%2Fwww.volkskrant.nl&readOnly=false&authId=22b93486-7c3c-4c24-8cb5-4546e683e571&integratorId=volkskrant — 200 — 952 B — 135 ms — h2https://myprivacy-static.dpgmedia.net/integrator-config/volkskrant-nl.jsonmyprivacy-static.dpgmedia.net/integ... https://myprivacy-static.dpgmedia.net/integrator-config/volkskrant-nl.json — 200 — 17.7 KiB — 24 ms — h3https://myprivacy-static.dpgmedia.net/consent/resources/backgrounds/small/vk.webpmyprivacy-static.dpgmedia.net/conse... https://myprivacy-static.dpgmedia.net/consent/resources/backgrounds/small/vk.webp — 200 — 13.3 KiB — 380 ms — h3https://pg.dpgmedia.net/api/metricspg.dpgmedia.net/api/metrics https://pg.dpgmedia.net/api/metrics — 200 — 0 B — 67 ms — h2https://myprivacy-static.dpgmedia.net/consent/resources/logos/logo-vk.svgmyprivacy-static.dpgmedia.net/conse... https://myprivacy-static.dpgmedia.net/consent/resources/logos/logo-vk.svg — 200 — 3.8 KiB — 21 ms — h3https://pg.dpgmedia.net/api/metricspg.dpgmedia.net/api/metrics https://pg.dpgmedia.net/api/metrics — 200 — 18 B — 75 ms — h3https://sp.dpgmedia.net/X9MmT8zP6LqV4RdK7Jw_v4_4_0.jssp.dpgmedia.net/X9MmT8zP6LqV4RdK7Jw... https://sp.dpgmedia.net/X9MmT8zP6LqV4RdK7Jw_v4_4_0.js — 200 — 24.9 KiB — 63 ms — h2https://c.dpgmedia.net/a/bc.dpgmedia.net/a/b https://c.dpgmedia.net/a/b — 200 — 0 B — 173 ms — h2https://myprivacy.dpgmedia.nl/favicon.icomyprivacy.dpgmedia.nl/favicon.ico https://myprivacy.dpgmedia.nl/favicon.ico — 200 — 5.5 KiB — 25 ms — h2https://c.dpgmedia.net/a/bc.dpgmedia.net/a/b https://c.dpgmedia.net/a/b — 200 — 310 B — 107 ms — h2
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 853ms · 157KB · €5/mo
Google Tag Manager
Tag Manager
Costly
Execution 402ms
Transfer 129 KB
Unused 46%
Monthly Cost €2/mo
myprivacy-static.dpgmedia.net
Other
Costly
Execution 209ms
Transfer 0 KB
Monthly Cost €1/mo
Unattributable
Other
Optional
Execution 108ms
Transfer 0 KB
Monthly Cost €1/mo
myprivacy.dpgmedia.nl
Other
Optional
Execution 70ms
Transfer 3 KB
Monthly Cost €0/mo
sp.dpgmedia.net
Other
Optional
Execution 64ms
Transfer 25 KB
Monthly Cost €0/mo

These scripts may cost more than they're worth

  • Google Tag Manager adds 402ms and costs ~€2/month
  • myprivacy-static.dpgmedia.net adds 209ms and costs ~€1/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

Google Tag Manager takes 402ms 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

myprivacy-static.dpgmedia.net 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

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