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.
4.46 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
20.32 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
509 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.146
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.87 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.
23.77 s
Page Load Progression
FPage Weight BudgetAction4.8 MB transferred, 87 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
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction5279ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.utwente.nl/en/ | 1595ms | 19ms | 2ms | 3rd |
| https://utwente.becdn.net/.wh/ea/ap/utwente_base.ws2016/ap.mjs | 1321ms | 651ms | 135ms | 3rd |
| Unattributable | 937ms | 15ms | 0ms | 3rd |
| https://tagging.utwente.nl/gtag/js?id=G-DHY20KGR51&cx=c>m=4e64h1&sign=4f3621c4bb5e9474852988429993d7f4cfafa5313cb616ef992466d0a3ba6e09_20260421 | 494ms | 416ms | 70ms | 3rd |
| https://tagging.utwente.nl/gtm.js?id=GTM-WW6CJT | 434ms | 349ms | 77ms | 3rd |
| https://collect.mopinion.com/assets/surveys/2.0/js/survey.min.js?v=18082023 | 250ms | 104ms | 24ms | 3rd |
| https://deploy.mopinion.com/js/pastease.js | 193ms | 151ms | 7ms | 3rd |
| https://utwente.becdn.net/.wh/ea/ap/utwente_base.ws2016/ap.css | 54ms | 0ms | 0ms | 3rd |
DJS BundlesAction11 scripts, 413 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://utwente.becdn.net/.wh/ea/ap/utwente_base.ws2016/ap.mjs | 248 KB | 160 KB (64%) | ✓ | 3rd |
| https://utwente.becdn.net/.wh/ea/ap/utwente_base.ws2016/ap.mjs | 0 KB | 160 KB (64%) | ✓ | 3rd |
| https://tagging.utwente.nl/gtag/js?id=G-DHY20KGR51&cx=c>m=4e64h1&sign=4f3621c4bb5e9474852988429993d7f4cfafa5313cb616ef992466d0a3ba6e09_20260421 | 171 KB | 64 KB (38%) | ✓ | 3rd |
| https://collect.mopinion.com/assets/surveys/2.0/js/survey.min.js?v=18082023 | 59 KB | 30 KB (52%) | ✓ | 3rd |
| https://tagging.utwente.nl/gtm.js?id=GTM-WW6CJT | 0 KB | — | ✓ | 3rd |
| https://utwente.becdn.net/.wh/ea/ap/utwente_base.ws2016/chunk-T73UGGDL.mjs | 23 KB | — | ✓ | 3rd |
| https://tagging.utwente.nl/gtm.js?id=GTM-WW6CJT | 169 KB | — | ✓ | 3rd |
| https://utwente.becdn.net/.wh/ea/ap/utwente_base.ws2016/chunk-T73UGGDL.mjs | 0 KB | — | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-WW6CJT>g_health=1 | 0 KB | — | ✓ | 3rd |
| https://deploy.mopinion.com/js/pastease.js | 13 KB | — | ✓ | 3rd |
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
FPage Weight InventoryAction87 resources · 4.8 MB · 413 KB savings availableFIX
~413.2 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 87 resources | 4.8 MiB | ||||||
BImage Optimization32 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
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
BHTTP Cachingno-cacheREVIEW
no-cache
| Directive | Value | Meaning |
|---|---|---|
| no-cache | — | Cache but always revalidate first |
A+Text CompressionAll text resources are compressedPASS
A+Font Loading13 fonts (176 KB)PASS
Web fonts
13
176 KB total
Render-blocking
0
of 13
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 ~9 KB and ~18 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints6 hints, 0 missing preconnectsPASS
Current Resource Hints
6 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall87 requests over 4618msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.utwente.nl www.utwente.nl | Other | 1595ms | 14 KB | — | €17/mo | Costly |
utwente.becdn.net utwente.becdn.net | Other | 1321ms | 0 KB | 64% | €14/mo | Costly |
Unattributable Unattributable | Other | 937ms | 0 KB | — | €10/mo | Costly |
tagging.utwente.nl tagging.utwente.nl | Other | 494ms | 171 KB | 38% | €5/mo | Costly |
tagging.utwente.nl tagging.utwente.nl | Other | 434ms | 169 KB | — | €5/mo | Costly |
collect.mopinion.com collect.mopinion.com | Other | 250ms | 59 KB | 52% | €3/mo | Costly |
deploy.mopinion.com deploy.mopinion.com | Other | 193ms | 13 KB | — | €2/mo | Optional |
utwente.becdn.net utwente.becdn.net | Other | 54ms | 0 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- www.utwente.nl adds 1595ms and costs ~€17/month
- utwente.becdn.net adds 1321ms and costs ~€14/month
- Unattributable adds 937ms and costs ~€10/month
- tagging.utwente.nl adds 494ms and costs ~€5/month
- tagging.utwente.nl adds 434ms and costs ~€5/month
- collect.mopinion.com adds 250ms and costs ~€3/month
100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.
Learn more ▾ ▴
Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.
Source: web.dev
www.utwente.nl takes 1595ms 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
utwente.becdn.net takes 1321ms 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
64% of utwente.becdn.net'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
Unattributable takes 937ms 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
tagging.utwente.nl takes 494ms 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
tagging.utwente.nl takes 434ms 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
collect.mopinion.com takes 250ms 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 collect.mopinion.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