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.
6.42 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
23.27 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
534 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
11.08 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.
24.30 s
Page Load Progression
FPage Weight BudgetAction4.7 MB transferred, 60 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
DJS Execution CostAction2950ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://cdn.cookie-script.com/s/a8ca7e688df75cd8a6a03fcab6d18143.js | 807ms | 151ms | 50ms | 3rd |
| https://cdn.au.dk/2016/assets/js/vendor.js | 692ms | 580ms | 65ms | 3rd |
| https://www.au.dk/ | 540ms | 8ms | 6ms | 3rd |
| Unattributable | 493ms | 7ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-WXRLNF | 206ms | 144ms | 47ms | 3rd |
| https://cdn.apple-mapkit.com/mk/5.x.x/mapkit.js | 142ms | 41ms | 101ms | 3rd |
| https://cdn.au.dk/apps/react/findwidget/6.0.2/app.js | 70ms | 51ms | 19ms | 3rd |
DJS BundlesAction22 scripts, 473 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://cdn.apple-mapkit.com/mk/5.x.x/mapkit.js | 232 KB | 205 KB (89%) | ✓ | 3rd |
| https://cdn.au.dk/2016/assets/js/vendor.js | 123 KB | 94 KB (77%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-WXRLNF | 120 KB | 68 KB (57%) | ✓ | 3rd |
| https://cdn.jsdelivr.net/npm/react-dom@16.13.1/umd/react-dom.production.min.js | 38 KB | 31 KB (83%) | ✓ | 3rd |
| https://cdn.au.dk/apps/react/findwidget/6.0.2/app.js | 41 KB | 27 KB (67%) | ✓ | 3rd |
| https://customer.cludo.com/scripts/bundles/search-script.min.js | 51 KB | 26 KB (52%) | ✓ | 3rd |
| https://www.au.dk/_assets/948410ace0dfa9ad00627133d9ca8a23/JavaScript/Powermail/Form.min.js?1773493937 | 28 KB | 21 KB (75%) | ✓ | 3rd |
| https://www.au.dk/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js | 1 KB | — | ✓ | 3rd |
| https://cdn.jsdelivr.net/npm/es6-shim@0.35.5/es6-shim.min.js | 17 KB | — | ✓ | 3rd |
| https://www.au.dk/fileadmin/www.au.dk/AU_i_tal/forside-tal/js/locations-da_v2.js?v=2 | 2 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
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 InventoryAction60 resources · 4.7 MB · 473 KB savings availableFIX
~472.7 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 60 resources | 4.7 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization18 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
A+Text CompressionAll text resources are compressedPASS
A+Font Loading4 fonts (102 KB)PASS
Web fonts
4
102 KB total
Render-blocking
0
of 4
Dominant font-display
swap
Most common across fonts
Font loading timeline
- 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 ~5 KB and ~10 ms
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 Waterfall60 requests over 4582msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Cookie Script cdn.cookie-script.com | Consent | 807ms | 57 KB | — | kr66/mo | Essential |
cdn.au.dk cdn.au.dk | Other | 692ms | 123 KB | 77% | kr57/mo | Costly |
www.au.dk www.au.dk | Other | 540ms | 12 KB | — | kr44/mo | Costly |
Unattributable Unattributable | Other | 493ms | 0 KB | — | kr40/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 206ms | 120 KB | 57% | kr17/mo | Costly |
cdn.apple-mapkit.com cdn.apple-mapkit.com | Other | 142ms | 232 KB | 89% | kr12/mo | Optional |
cdn.au.dk cdn.au.dk | Other | 70ms | 41 KB | 67% | kr6/mo | Optional |
These scripts may cost more than they're worth
- cdn.au.dk adds 692ms and costs ~kr57/month
- www.au.dk adds 540ms and costs ~kr44/month
- Unattributable adds 493ms and costs ~kr40/month
- Google Tag Manager adds 206ms and costs ~kr17/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
cdn.au.dk takes 692ms 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
77% of cdn.au.dk'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
www.au.dk takes 540ms 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
Unattributable takes 493ms 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 206ms 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
57% of Google Tag Manager'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
89% of cdn.apple-mapkit.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
67% of cdn.au.dk'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