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.45 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
9.46 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
966 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.106
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.49 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.
9.48 s
Page Load Progression
FPage Weight BudgetAction8.1 MB transferred, 46 requestsFIX
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.
Source: web.dev
DThird-Party ImpactAction97% third-party, 0 ms blockingFIX
DJS Execution CostAction2730ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 580ms | 14ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-W25B4BH | 537ms | 453ms | 64ms | 3rd |
| https://dtu.dk/ | 407ms | 7ms | 2ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=AW-16759074303&cx=c>m=4e64k0 | 287ms | 236ms | 50ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-11476363041&cx=c>m=4e64k0 | 228ms | 192ms | 34ms | 3rd |
| https://cdn.cookie-script.com/s/be1efe1aad9fbaeb5a003be3d5204ae9.js | 201ms | 91ms | 18ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-15979278&cx=c>m=4e64k0 | 162ms | 124ms | 37ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-13694846&cx=c>m=4e64k0 | 160ms | 134ms | 25ms | 3rd |
| https://dtu.dk/dist/js/0-c623f27b.pkg.js | 92ms | 69ms | 12ms | 1st |
| https://dtu.dk/dist/js/37-6c8ee472.pkg.js | 76ms | 13ms | 1ms | 1st |
DJS BundlesAction20 scripts, 303 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=AW-11476363041&cx=c>m=4e64k0 | 145 KB | 63 KB (43%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-13694846&cx=c>m=4e64k0 | 130 KB | 62 KB (47%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-15979278&cx=c>m=4e64k0 | 129 KB | 62 KB (48%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-16759074303&cx=c>m=4e64k0 | 145 KB | 62 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-W25B4BH | 166 KB | 56 KB (34%) | ✓ | 3rd |
| https://dtu.dk/dist/js/43-c1cef2bf.pkg.js | 1 KB | — | ✓ | 1st |
| https://dtu.dk/dist/js/62-c893bb67.pkg.js | 1 KB | — | ✓ | 1st |
| https://dtu.dk/dist/js/1-b366bbeb.pkg.js | 5 KB | — | ✓ | 1st |
| https://dtu.dk/dist/js/2-2676b503.pkg.js | 5 KB | — | ✓ | 1st |
| https://dtu.dk/dist/js/8-28378740.pkg.js | 6 KB | — | ✓ | 1st |
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
DPage Weight InventoryAction46 resources · 8.1 MB · 303 KB savings availableFIX
~303.3 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 46 resources | 8.1 MiB | ||||||
DHTTP CachingActionno-store (uncacheable)FIX
no-cache, no-store
| Directive | Value | Meaning |
|---|---|---|
| no-cache | — | Cache but always revalidate first |
| no-store | — | Never cache this response |
BImage Optimization12 images, 0 KB saveableREVIEW
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Font Loading2 fonts (51 KB)PASS
Web fonts
2
51 KB total
Render-blocking
0
of 2
Dominant font-display
swap
Most common across fonts
Font loading timeline
Optimization checklist
- Preload critical fonts (priority=high)
- Use woff2 format for all fonts
- Set font-display to swap, optional, or fallback
- Subset large fonts (≤100 KB each)
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall46 requests over 1605msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 580ms | 0 KB | — | kr46/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 537ms | 166 KB | 34% | kr42/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 287ms | 145 KB | 42% | kr23/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 228ms | 145 KB | 43% | kr18/mo | Costly |
Cookie Script cdn.cookie-script.com | Consent | 201ms | 31 KB | — | kr16/mo | Essential |
Google Tag Manager www.googletagmanager.com | Tag Manager | 162ms | 129 KB | 48% | kr13/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 160ms | 130 KB | 47% | kr13/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 580ms and costs ~kr46/month
- Google Tag Manager adds 537ms and costs ~kr42/month
- Google Tag Manager adds 287ms and costs ~kr23/month
- Google Tag Manager adds 228ms and costs ~kr18/month
79% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.
Learn more ▾ ▴
Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.
Source: web.dev
Unattributable takes 580ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 537ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 287ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 228ms 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