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.
5.03 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
13.13 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
749 ms
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.
7.59 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.
15.54 s
Page Load Progression
DPage Weight BudgetAction2.1 MB transferred, 92 requestsFIX
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 CostAction4241ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.helsinki.fi/themes/custom/helsingin_yliopisto/dist/hudslib-0.12.0/esm/index-2ffe17c9.js | 807ms | 688ms | 0ms | 3rd |
| https://www.helsinki.fi/en | 676ms | 21ms | 7ms | 3rd |
| Unattributable | 654ms | 60ms | 0ms | 3rd |
| https://consent.cookiebot.com/e422c4ee-0ebe-400c-b22b-9c74b6faeac3/cc.js?renew=false&referer=www.helsinki.fi&dnt=false&init=false | 620ms | 245ms | 76ms | 3rd |
| https://www.helsinki.fi/themes/custom/helsingin_yliopisto/dist/uhds-1.0.1/component-library/index-BuQM5G1b.js | 373ms | 293ms | 0ms | 3rd |
| https://d2oarllo6tn86.cloudfront.net/sites/helsinki_fi.js | 286ms | 252ms | 11ms | 3rd |
| https://consent.cookiebot.com/uc.js | 199ms | 169ms | 14ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-5PMSGQ | 158ms | 105ms | 52ms | 3rd |
| https://customer.cludo.com/templates/2594/11998/dist/js/cludo-search-results.js | 143ms | 104ms | 38ms | 3rd |
| https://www.helsinki.fi/themes/custom/helsingin_yliopisto/dist/js/hy-handle-gtm-delay.min.js?v=1.x | 133ms | 130ms | 0ms | 3rd |
Showing top 10 of 13 scripts
DPage Weight InventoryAction92 resources · 2.1 MB · 235 KB savings availableFIX
~235.4 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 92 resources | 2.1 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CJS BundlesAction68 scripts, 235 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtm.js?id=GTM-5PMSGQ | 168 KB | 86 KB (51%) | ✓ | 3rd |
| https://customer.cludo.com/templates/2594/11998/dist/js/cludo-search-results.js | 75 KB | 49 KB (66%) | ✓ | 3rd |
| https://www.helsinki.fi/sites/default/files/js/js_MYhGOsBvUFurx-Db_M6LGjYTEH9Thw6V-YNskMVxFSU.js?scope=footer&delta=0&language=en&theme=helsingin_yliopisto&include=eJyF0EEOAjEIBdALSTySoVNsiRQaYdTe3ro0GeuGxf8vf0ElcdbCehnC1tnDzpmci4IPD2ognE71QBWxhAIeM9JySCpqFoJN9myQSXCsWIm2QmOWfgvroPjggsGmv2SzxHPxD1R6Olxxi2Qv6Oa8lp8jFEH3Nd4rfH3wDW65jb8 | 38 KB | 27 KB (74%) | ✓ | 3rd |
| https://customer.cludo.com/scripts/bundles/search-script.min.js | 51 KB | 25 KB (52%) | ✓ | 3rd |
| https://consent.cookiebot.com/e422c4ee-0ebe-400c-b22b-9c74b6faeac3/cc.js?renew=false&referer=www.helsinki.fi&dnt=false&init=false | 106 KB | 25 KB (24%) | ✓ | 3rd |
| https://consent.cookiebot.com/uc.js | 36 KB | 23 KB (64%) | ✓ | 3rd |
| https://www.helsinki.fi/themes/custom/helsingin_yliopisto/dist/uhds-1.0.1/component-library/index-BuQM5G1b.js | 21 KB | — | ✓ | 3rd |
| https://www.helsinki.fi/themes/custom/helsingin_yliopisto/dist/hudslib-0.12.0/esm/ResizeObserver.es-ccb10328.js | 4 KB | — | ✓ | 3rd |
| https://www.helsinki.fi/themes/custom/helsingin_yliopisto/dist/hudslib-0.12.0/esm/hy-box.entry.js | 2 KB | — | ✓ | 3rd |
| https://www.helsinki.fi/themes/custom/helsingin_yliopisto/dist/hudslib-0.12.0/esm/hy-breadcrumbs_15.entry.js | 26 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
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Image Optimization10 images, 0 KB saveablePASS
A+Font Loading2 fonts (1037 KB)PASS
Web fonts
2
1037 KB total
Render-blocking
0
of 2
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Convert to woff2 for ~30% smaller file size
- 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 ~829 KB and ~1658 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints8 hints, 0 missing preconnectsPASS
Current Resource Hints
8 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall92 requests over 6756msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.helsinki.fi www.helsinki.fi | Other | 807ms | 11 KB | — | €9/mo | Costly |
www.helsinki.fi www.helsinki.fi | Other | 676ms | 47 KB | — | €7/mo | Costly |
Unattributable Unattributable | Other | 654ms | 0 KB | — | €7/mo | Costly |
consent.cookiebot.com consent.cookiebot.com | Other | 620ms | 106 KB | 24% | €7/mo | Costly |
www.helsinki.fi www.helsinki.fi | Other | 373ms | 21 KB | — | €4/mo | Costly |
d2oarllo6tn86.cloudfront.net d2oarllo6tn86.cloudfront.net | Other | 286ms | 25 KB | — | €3/mo | Costly |
consent.cookiebot.com consent.cookiebot.com | Other | 199ms | 36 KB | 64% | €2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 158ms | 168 KB | 51% | €2/mo | Optional |
customer.cludo.com customer.cludo.com | Other | 143ms | 75 KB | 66% | €2/mo | Optional |
www.helsinki.fi www.helsinki.fi | Other | 133ms | 1 KB | — | €1/mo | Optional |
d2oarllo6tn86.cloudfront.net d2oarllo6tn86.cloudfront.net | Other | 81ms | 50 KB | — | €1/mo | Optional |
www.helsinki.fi www.helsinki.fi | Other | 58ms | 40 KB | — | €1/mo | Optional |
www.helsinki.fi www.helsinki.fi | Other | 52ms | 38 KB | 74% | €1/mo | Optional |
These scripts may cost more than they're worth
- www.helsinki.fi adds 807ms and costs ~€9/month
- www.helsinki.fi adds 676ms and costs ~€7/month
- Unattributable adds 654ms and costs ~€7/month
- consent.cookiebot.com adds 620ms and costs ~€7/month
- www.helsinki.fi adds 373ms and costs ~€4/month
- d2oarllo6tn86.cloudfront.net adds 286ms and costs ~€3/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.helsinki.fi takes 807ms 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.helsinki.fi takes 676ms 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 654ms 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
consent.cookiebot.com takes 620ms 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.helsinki.fi takes 373ms 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
d2oarllo6tn86.cloudfront.net takes 286ms 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
64% of consent.cookiebot.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
51% 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
66% of customer.cludo.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
74% of www.helsinki.fi'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