Performance
· 16 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.12 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
13.34 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
6.90 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.002
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
8.12 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.
19.12 s
Page Load Progression
FPage Weight BudgetAction3.8 MB transferred, 119 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
FJS Execution CostAction16692ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.kraken.com/_static/js/e0b2bdd3.js | 11652ms | 9611ms | 15ms | 1st |
| https://www.kraken.com/ | 3253ms | 60ms | 225ms | 1st |
| https://www.kraken.com/_static/js/a1801c53.js | 942ms | 620ms | 123ms | 1st |
| Unattributable | 658ms | 100ms | 0ms | 3rd |
| https://www.kraken.com/js/_seg.ced38012.js | 65ms | 43ms | 21ms | 1st |
| https://www.kraken.com/_static/js/e5fbbb7f.js | 62ms | 5ms | 56ms | 1st |
| https://www.kraken.com/_static/css/641dfaa5.css | 59ms | 0ms | 0ms | 1st |
DJS BundlesAction62 scripts, 390 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.kraken.com/_static/js/a1801c53.js | 405 KB | 180 KB (45%) | ✓ | 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 | 80 KB (47%) | ✓ | 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
BThird-Party Impact60% third-party, 0 ms blockingREVIEW
A+Text CompressionAll text resources are compressedPASS
AImage Optimization39 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 Loading6 fonts (265 KB)PASS
Web fonts
6
265 KB total
Render-blocking
0
of 6
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
- 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 ~47 KB and ~94 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints57 hints, 0 missing preconnectsPASS
Current Resource Hints
57 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: 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 Waterfall119 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 | 658ms | 0 KB | — | €11/mo | Costly |
These scripts may cost more than they're worth
- Unattributable adds 658ms and costs ~€11/month
Unattributable takes 658ms 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