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.68 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.42 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
193 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.022
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.52 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.
6.76 s
Page Load Progression
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
BPage Weight Budget1.4 MB transferred, 45 requestsREVIEW
BImage Optimization33 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
Performance issues directly impact user engagement and conversion rates.
CJS Execution CostAction1564ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.umu.se/ | 602ms | 28ms | 7ms | 3rd |
| Unattributable | 402ms | 16ms | 0ms | 3rd |
| https://www.umu.se/Static/umu.js?v=52493967 | 365ms | 272ms | 56ms | 3rd |
| https://matomo.analys.cloud/js/container_ihGxGRPo.js | 133ms | 90ms | 41ms | 3rd |
| https://www.umu.se/Static/klaro_v0.7.22_no_css.js | 62ms | 49ms | 12ms | 3rd |
BJS Bundles4 scripts, 106 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.umu.se/Static/umu.js?v=52493967 | 93 KB | 62 KB (66%) | ✓ | 3rd |
| https://matomo.analys.cloud/js/container_ihGxGRPo.js | 79 KB | 44 KB (56%) | ✓ | 3rd |
| https://www.umu.se/Static/klaro_v0.7.22_no_css.js | 21 KB | — | ✗ | 3rd |
| https://matomo.analys.cloud/plugins/HeatmapSessionRecording/configs.php?idsite=24&trackerid=wgy2Rb&url=https%3A%2F%2Fwww.umu.se%2F | 0 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
CPage Weight InventoryAction45 resources · 1.4 MB · 106 KB savings availableREVIEW
~105.8 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 45 resources | 1.4 MiB | ||||||
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 Loading3 fonts (177 KB)PASS
Web fonts
3
177 KB total
Render-blocking
0
of 3
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 Hints10 hints, 0 missing preconnectsPASS
Current Resource Hints
10 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall45 requests over 3353msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.umu.se www.umu.se | Other | 602ms | 16 KB | — | kr65/mo | Costly |
Unattributable Unattributable | Other | 402ms | 0 KB | — | kr44/mo | Costly |
www.umu.se www.umu.se | Other | 365ms | 93 KB | 66% | kr40/mo | Costly |
Matomo matomo.analys.cloud | Analytics | 133ms | 79 KB | 56% | kr14/mo | Optional |
www.umu.se www.umu.se | Other | 62ms | 21 KB | — | kr7/mo | Optional |
These scripts may cost more than they're worth
- www.umu.se adds 602ms and costs ~kr65/month
- Unattributable adds 402ms and costs ~kr44/month
- www.umu.se adds 365ms and costs ~kr40/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.umu.se takes 602ms 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 402ms 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
www.umu.se takes 365ms 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
66% of www.umu.se'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
56% of Matomo'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