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.08 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.30 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.51 s
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.54 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.
4.37 s
Page Load Progression
FPage Weight BudgetAction4.1 MB transferred, 132 requestsFIX
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
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
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
DThird-Party ImpactAction64% third-party, 0 ms blockingFIX
FJS Execution CostAction4457ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.kraken.com/_static/js/e0b2bdd3.js | 2970ms | 2407ms | 5ms | 1st |
| https://www.kraken.com/ | 1020ms | 31ms | 77ms | 1st |
| Unattributable | 248ms | 41ms | 0ms | 3rd |
| https://www.kraken.com/_static/js/a1801c53.js | 219ms | 164ms | 26ms | 1st |
DJS BundlesAction62 scripts, 387 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.kraken.com/_static/js/a1801c53.js | 405 KB | 179 KB (44%) | ✓ | 1st |
| https://www.kraken.com/_static/js/async/de47aef5.js | 95 KB | 81 KB (86%) | ✓ | 1st |
| https://www.kraken.com/_static/js/e5fbbb7f.js | 170 KB | 78 KB (46%) | ✓ | 1st |
| https://www.kraken.com/_static/js/async/ad9a5896.js | 33 KB | 24 KB (72%) | ✓ | 1st |
| https://www.kraken.com/_static/js/e0b2bdd3.js | 67 KB | 24 KB (36%) | ✓ | 1st |
| https://www.kraken.com/js/_seg.ced38012.js | 0 KB | — | ✓ | 1st |
| https://www.kraken.com/_static/js/async/6aba3c8c.js | 7 KB | — | ✓ | 1st |
| https://www.kraken.com/_static/js/async/6999667a.js | 8 KB | — | ✓ | 1st |
| https://www.kraken.com/_static/js/async/28a495b3.js | 7 KB | — | ✓ | 1st |
| https://www.kraken.com/_static/js/async/023fa222.js | 6 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
A+Text CompressionAll text resources are compressedPASS
AImage Optimization51 images, 0 KB saveablePASS
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
A+Font Loading5 fonts (213 KB)PASS
Web fonts
5
213 KB total
Render-blocking
0
of 5
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
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 ~31 KB and ~62 ms
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
A+HTTP Cachingmax-age=300 (5 minutes)PASS
max-age=300, public, stale-if-error=604800, stale-while-revalidate=86400
| Directive | Value | Meaning |
|---|---|---|
| max-age | 300 | Cache for 5 minutes |
| public | — | Any cache may store this response |
| stale-if-error | 604800 | |
| stale-while-revalidate | 86400 | Serve stale for 1 day while fetching fresh |
Network Waterfall132 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 |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 248ms | 0 KB | — | €4/mo | Costly |
These scripts may cost more than they're worth
- Unattributable adds 248ms and costs ~€4/month
Unattributable takes 248ms 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