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.
8.79 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
91.48 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.96 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
10.32 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.
95.80 s
Page Load Progression
FPage Weight BudgetAction22.1 MB transferred, 92 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
Subset fonts to include only used characters, or switch to system font stacks.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
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
FJS Execution CostAction7528ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://mfstatic.com/js/mediaflowplayer.min.js | 2595ms | 1550ms | 572ms | 3rd |
| Unattributable | 1258ms | 28ms | 0ms | 3rd |
| https://www.su.se/sitevision/system-resource/7a381d6fc52fd8251185cacec4a91323565c321a3e9eae94fac0e4faeb5977ea/webapps/webapp_sdk-legacy.js | 1137ms | 509ms | 5ms | 3rd |
| https://www.su.se/ | 917ms | 121ms | 38ms | 3rd |
| https://www.su.se/sitevision/system-resource/7a381d6fc52fd8251185cacec4a91323565c321a3e9eae94fac0e4faeb5977ea/js/webAppExternals/react_18_3.js | 448ms | 273ms | 30ms | 3rd |
| https://cdn.matomo.cloud/su.matomo.cloud/container_Pt55LtXh.js | 382ms | 267ms | 81ms | 3rd |
| https://www.su.se/webapp-resource/2.5a231a8f188bd840a134521/360.23a0fc5419d726c9ba87f2/1776147172726/webapp-assets.js | 250ms | 64ms | 12ms | 3rd |
| https://analytics.silktide.com/74b131141f81660adb30681e6579d5b4.js | 190ms | 73ms | 11ms | 3rd |
| https://www.su.se/sitevision/system-resource/7a381d6fc52fd8251185cacec4a91323565c321a3e9eae94fac0e4faeb5977ea/js/jquery.js | 131ms | 96ms | 24ms | 3rd |
| https://www.su.se/sitevision/system-resource/7a381d6fc52fd8251185cacec4a91323565c321a3e9eae94fac0e4faeb5977ea/js/portlets.js | 128ms | 101ms | 26ms | 3rd |
Showing top 10 of 11 scripts
DPage Weight InventoryAction92 resources · 22.1 MB · 216 KB savings availableFIX
~216.2 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 92 resources | 22.1 MiB | ||||||
BImage Optimization31 images, 0 KB saveableREVIEW
CJS BundlesAction22 scripts, 216 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://mfstatic.com/js/mediaflowplayer.min.js | 232 KB | 166 KB (72%) | ✓ | 3rd |
| https://www.su.se/sitevision/system-resource/7a381d6fc52fd8251185cacec4a91323565c321a3e9eae94fac0e4faeb5977ea/js/portlets.js | 39 KB | 27 KB (70%) | ✓ | 3rd |
| https://cdn.matomo.cloud/su.matomo.cloud/container_Pt55LtXh.js | 82 KB | 23 KB (29%) | ✓ | 3rd |
| https://www.su.se/download/18.2c91e408196f633cb5f6362/1773219662725/su-click-banner.js | 1 KB | — | ✓ | 3rd |
| https://www.su.se/webapp-resource/2.5a231a8f188bd840a134521/360.79f8abbf19c47ba34bd15f5/1771347729306/webapp-assets.js | 20 KB | — | ✓ | 3rd |
| https://www.su.se/sitevision/system-resource/7a381d6fc52fd8251185cacec4a91323565c321a3e9eae94fac0e4faeb5977ea/js/jquery.js | 31 KB | — | ✓ | 3rd |
| https://www.su.se/download/18.1c7635ca19b2be312be5aa/1766047954093/su-cookie-banner.js | 1 KB | — | ✓ | 3rd |
| https://www.su.se/download/18.4347052c19c47d1ff8034a/1772023148506/su-caption-resizer.js | 1 KB | — | ✓ | 3rd |
| https://www.su.se/sitevision/system-resource/7a381d6fc52fd8251185cacec4a91323565c321a3e9eae94fac0e4faeb5977ea/js/webAppExternals/react_18_3.js | 39 KB | — | ✓ | 3rd |
| https://www.su.se/sitevision/system-resource/7a381d6fc52fd8251185cacec4a91323565c321a3e9eae94fac0e4faeb5977ea/js/utils.js | 18 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
A+Text CompressionAll text resources are compressedPASS
A+Font Loading7 fonts (892 KB)PASS
Web fonts
7
892 KB total
Render-blocking
0
of 7
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- 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 ~350 KB and ~700 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints4 hints, 0 missing preconnectsPASS
Current Resource Hints
4 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Sitevision AB
AHTTP Cachingmax-age=31536000 (52 weeks)PASS
public, max-age=31536000, immutable
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 31536000 | Cache for 52 weeks |
| immutable | — | Content will never change |
Network Waterfall92 requests over 2389msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
mfstatic.com mfstatic.com | Other | 2595ms | 232 KB | 72% | kr282/mo | Costly |
Unattributable Unattributable | Other | 1258ms | 0 KB | — | kr137/mo | Costly |
www.su.se www.su.se | Other | 1137ms | 9 KB | — | kr123/mo | Costly |
www.su.se www.su.se | Other | 917ms | 23 KB | — | kr100/mo | Costly |
www.su.se www.su.se | Other | 448ms | 39 KB | — | kr49/mo | Costly |
Matomo cdn.matomo.cloud | Analytics | 382ms | 82 KB | 29% | kr41/mo | Costly |
www.su.se www.su.se | Other | 250ms | 20 KB | — | kr27/mo | Costly |
analytics.silktide.com analytics.silktide.com | Other | 190ms | 16 KB | — | kr21/mo | Optional |
www.su.se www.su.se | Other | 131ms | 31 KB | — | kr14/mo | Optional |
www.su.se www.su.se | Other | 128ms | 39 KB | 70% | kr14/mo | Optional |
www.su.se www.su.se | Other | 91ms | 18 KB | — | kr10/mo | Optional |
These scripts may cost more than they're worth
- mfstatic.com adds 2595ms and costs ~kr282/month
- Unattributable adds 1258ms and costs ~kr137/month
- www.su.se adds 1137ms and costs ~kr123/month
- www.su.se adds 917ms and costs ~kr100/month
- www.su.se adds 448ms and costs ~kr49/month
- Matomo adds 382ms and costs ~kr41/month
- www.su.se adds 250ms and costs ~kr27/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
mfstatic.com takes 2595ms 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
72% of mfstatic.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
Unattributable takes 1258ms 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.su.se takes 1137ms 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.su.se takes 917ms 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.su.se takes 448ms 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
Matomo takes 382ms 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.su.se takes 250ms 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
70% of www.su.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