Performance
· 14 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.
1.01 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.01 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
45 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.
1.20 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.
1.61 s
Page Load Progression
DThird-Party ImpactAction62% third-party, 0 ms blockingFIX
DJS BundlesAction11 scripts, 352 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-C4PFB4WZH6&cx=c>m=4e6470h2 | 172 KB | 115 KB (67%) | ✓ | 3rd |
| https://linkr.sh/assets/worker-entry-CqHTzEY3.js | 192 KB | 91 KB (48%) | ✓ | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-C4PFB4WZH6 | 172 KB | 71 KB (41%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-18064357309 | 136 KB | 53 KB (39%) | ✓ | 3rd |
| https://linkr.sh/assets/framework-DGYcMqM3.js | 60 KB | 22 KB (36%) | ✓ | 1st |
| https://linkr.sh/assets/rolldown-runtime-COnpUsM8.js | 1 KB | — | ✓ | 1st |
| https://linkr.sh/assets/index-B4y3pecb.js | 12 KB | — | ✓ | 1st |
| https://linkr.sh/assets/preload-helper-3k_mjWfE.js | 2 KB | — | ✓ | 1st |
| https://linkr.sh/assets/query-BbOc3VB2.js | 1 KB | — | ✓ | 1st |
| https://linkr.sh/cdn-cgi/challenge-platform/h/b/scripts/jsd/625261456364/main.js? | 13 KB | — | ✓ | 1st |
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
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CJS Execution CostAction1761ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://linkr.sh/en | 625ms | 22ms | 3ms | 1st |
| https://linkr.sh/assets/worker-entry-CqHTzEY3.js | 556ms | 154ms | 1ms | 1st |
| https://linkr.sh/assets/framework-DGYcMqM3.js | 246ms | 166ms | 0ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-C4PFB4WZH6 | 98ms | 84ms | 14ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-18064357309 | 86ms | 75ms | 10ms | 3rd |
| https://linkr.sh/cdn-cgi/challenge-platform/scripts/jsd/main.js | 79ms | 75ms | 1ms | 1st |
| Unattributable | 71ms | 3ms | 0ms | 3rd |
APage Weight Budget922 KB transferred, 29 requestsPASS
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
A+Text CompressionAll text resources are compressedPASS
A+Image Optimization1 images, 0 KB saveablePASS
A+Font Loading3 fonts (87 KB)PASS
Web fonts
3
87 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 HintsNo optimization neededPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall29 requests over 0msINFO
Performance analysis not available for this result.
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Google Tag Manager www.googletagmanager.com | Tag Manager | 98ms | 172 KB | 41% | kr235/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 86ms | 136 KB | 39% | kr206/mo | Costly |
Unattributable Unattributable | Other | 71ms | 0 KB | — | kr170/mo | Costly |
These scripts may cost more than they're worth
- Google Tag Manager adds 98ms and costs ~kr235/month
- Google Tag Manager adds 86ms and costs ~kr206/month
- Unattributable adds 71ms and costs ~kr170/month
Google Tag Manager takes 98ms 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 86ms 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 71ms 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