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
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
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
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
B
HTTP Caching
no-cache
REVIEW
no-cache
Info::
✓
Cache-Control header is set
Got: no-cache
Info::
i
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control
no-cache
Directive
Value
Meaning
no-cache
—
Cache but always revalidate first
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
12 images, 0 KB saveable
PASS
12 images, 0 KB saveable
Warning::
!
https://www.ku.dk/assets/Cookieinformation/KU-digi... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
12images192 KB
0oversized-0 KB
1legacy format
1missing dimensionsCLS 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
3 fonts (389 KB)
PASS
3 fonts (389 KB)
Info::
i
3 font(s) use font-display: swap (FOUT risk but functional)
Web fonts
3
389 KB total
Render-blocking
0
of 3
Dominant font-display
swap
Most common across fonts
Font loading timeline
TransferFOIT (block)FOUT (swap)
inter-regular.woff2woff2swap
Size109 KB
Load time18 ms
Start245 ms
RiskFOUT — text flashes from fallback to web font
Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
EBGaramond-Medium.woff2woff2swap
Size168 KB
Load time21 ms
Start246 ms
RiskFOUT — text flashes from fallback to web font
Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
inter-semibold.woff2woff2swap
Size112 KB
Load time24 ms
Start246 ms
RiskFOUT — text flashes from fallback to web font
Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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 ~195 KB and ~390 ms
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
No optimization needed
PASS
No optimization needed
Info::
✓
No resource hint issues
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
43 requests over 645ms
INFO
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-party1313ms · 338KB · kr104/mo
Script
Category
Execution
Transfer
Unused
Monthly Cost
Verdict
www.ku.dk
www.ku.dk
Other
301ms
36 KB
—
kr24/mo
Costly
Unattributable
Unattributable
Other
279ms
0 KB
—
kr22/mo
Costly
www.ku.dk
www.ku.dk
Other
212ms
166 KB
70%
kr17/mo
Costly
kumain.containers.piwik.pro
kumain.containers.piwik.pro
Other
207ms
82 KB
35%
kr16/mo
Costly
policy.app.cookieinformation.com
policy.app.cookieinformation.com
Other
144ms
12 KB
—
kr11/mo
Optional
policy.app.cookieinformation.com
policy.app.cookieinformation.com
Other
95ms
15 KB
—
kr7/mo
Optional
www.ku.dk
www.ku.dk
Other
74ms
27 KB
—
kr6/mo
Optional
www.ku.dk
Other
Costly
Execution301ms
Transfer36 KB
Monthly Costkr24/mo
Unattributable
Other
Costly
Execution279ms
Transfer0 KB
Monthly Costkr22/mo
www.ku.dk
Other
Costly
Execution212ms
Transfer166 KB
Unused70%
Monthly Costkr17/mo
kumain.containers.piwik.pro
Other
Costly
Execution207ms
Transfer82 KB
Unused35%
Monthly Costkr16/mo
policy.app.cookieinformation.com
Other
Optional
Execution144ms
Transfer12 KB
Monthly Costkr11/mo
policy.app.cookieinformation.com
Other
Optional
Execution95ms
Transfer15 KB
Monthly Costkr7/mo
www.ku.dk
Other
Optional
Execution74ms
Transfer27 KB
Monthly Costkr6/mo
These scripts may cost more than they're worth
www.ku.dk adds 301ms and costs ~kr24/month
Unattributable adds 279ms and costs ~kr22/month
www.ku.dk adds 212ms and costs ~kr17/month
kumain.containers.piwik.pro adds 207ms and costs ~kr16/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
www.ku.dk takes 301ms 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
Unattributable takes 279ms 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
www.ku.dk takes 212ms 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
70% of www.ku.dk's code is unused. The script may be loading features you don't use.
Why this matters
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
kumain.containers.piwik.pro takes 207ms 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.