Performance
· 15 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.
797 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.19 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
26 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.108
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.26 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.
1.46 s
Page Load Progression
FPage Weight BudgetAction8.1 MB transferred, 47 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 BundlesAction20 scripts, 306 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 | 66 KB (45%) | ✓ | 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=DC-13694846&cx=c>m=4e64k0 | 130 KB | 62 KB (47%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-16759074303&cx=c>m=4e64k0 | 145 KB | 61 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 InventoryAction47 resources · 8.1 MB · 306 KB savings availableFIX
~306.3 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 47 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 Optimization13 images, 0 KB saveableREVIEW
BJS Execution Cost511ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 156ms | 3ms | 0ms | 3rd |
| https://dtu.dk/ | 126ms | 1ms | 0ms | 1st |
| https://www.googletagmanager.com/gtm.js?id=GTM-W25B4BH | 119ms | 104ms | 14ms | 3rd |
| https://cdn.cookie-script.com/s/be1efe1aad9fbaeb5a003be3d5204ae9.js | 58ms | 24ms | 4ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-16759074303&cx=c>m=4e64k0 | 51ms | 43ms | 8ms | 3rd |
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
Network Waterfall47 requests over 1525msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 156ms | 0 KB | — | kr12/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 119ms | 166 KB | 34% | kr9/mo | Optional |
Cookie Script cdn.cookie-script.com | Consent | 58ms | 31 KB | — | kr5/mo | Essential |
Google Tag Manager www.googletagmanager.com | Tag Manager | 51ms | 145 KB | 42% | kr4/mo | Optional |
75% 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