Performance
· 27 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.37 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
11.91 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
244 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.
2.57 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.
12.81 s
Page Load Progression
FPage Weight BudgetAction4.2 MB transferred, 28 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
DHTTP CachingActionno-store (uncacheable)FIX
private, no-cache, no-store, max-age=0, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| private | — | Only browser cache, not CDN/proxy |
| no-cache | — | Cache but always revalidate first |
| no-store | — | Never cache this response |
| max-age | 0 | Cache for 0 seconds |
| must-revalidate | — | Must recheck with server after expiry |
BImage Optimization4 images, 0 KB saveableREVIEW
CJS Execution CostAction1895ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://seedaud.io/ | 753ms | 30ms | 40ms | 1st |
| https://seedaud.io/_next/static/chunks/1255-32f0b2a4c4d3a714.js | 531ms | 494ms | 29ms | 1st |
| Unattributable | 329ms | 9ms | 0ms | 1st |
| https://seedaud.io/_next/static/chunks/4924-dc64fd92a9d76251.js | 121ms | 116ms | 3ms | 1st |
| https://accounts.google.com/gsi/client | 95ms | 50ms | 45ms | 3rd |
| https://seedaud.io/_next/static/chunks/4bd1b696-f785427dddbba9fb.js | 65ms | 19ms | 24ms | 1st |
BJS Bundles17 scripts, 93 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://accounts.google.com/gsi/client | 97 KB | 72 KB (75%) | ✓ | 3rd |
| https://seedaud.io/_next/static/chunks/1255-32f0b2a4c4d3a714.js | 46 KB | 20 KB (45%) | ✓ | 1st |
| https://seedaud.io/_next/static/chunks/4924-dc64fd92a9d76251.js | 4 KB | — | ✓ | 1st |
| https://seedaud.io/_next/static/chunks/5889-3802aac086dc2541.js | 9 KB | — | ✓ | 1st |
| https://seedaud.io/_next/static/chunks/6091-6bdfcd8c31001171.js | 13 KB | — | ✓ | 1st |
| https://seedaud.io/_next/static/chunks/4707-840002ee52637aa6.js | 6 KB | — | ✓ | 1st |
| https://seedaud.io/_next/static/chunks/1356-e0431919f9b272a7.js | 6 KB | — | ✓ | 1st |
| https://seedaud.io/_next/static/chunks/6199-69bf43d3f1b562f8.js | 3 KB | — | ✓ | 1st |
| https://seedaud.io/_next/static/chunks/webpack-5c044839b60d7a79.js | 2 KB | — | ✓ | 1st |
| https://seedaud.io/_next/static/chunks/main-app-d7ecdd8ea1b11d21.js | 1 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
BServer-Timing ObservabilityNo Server-Timing header foundREVIEW
CPage Weight InventoryAction28 resources · 4.2 MB · 93 KB savings availableREVIEW
~92.5 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 28 resources | 4.2 MiB | ||||||
A+Third-Party Impact2% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font LoadingNo web fonts (system fonts)PASS
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints2 hints, 0 missing preconnectsPASS
Current Resource Hints
2 resource hints configured
A+HTTP/3 (QUIC)HTTP/3 advertised via Alt-SvcPASS
A+Compression AlgorithmMain response uses brotliPASS
A+LCP Image PreloadLCP preload audit not availablePASS
A+Main HTML Cache-ControlMain HTML uses no-store -- correct for sensitive/dynamic contentPASS
A+Server Response Intelligence2 server-response signal(s) detectedPASS
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
AJavaScript Blocking1 JS blocking issue(s) detectedPASS
A+CSS Performance DepthNo CSS performance depth issues detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall28 requests over 1547msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
accounts.google.com accounts.google.com | Other | 95ms | 97 KB | 75% | kr76/mo | Costly |
These scripts may cost more than they're worth
- accounts.google.com adds 95ms and costs ~kr76/month
accounts.google.com takes 95ms 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
75% of accounts.google.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
Real-User Performance (CrUX)Field metrics from the Chrome User Experience ReportINFO
Chrome User Experience (CrUX)
Real-user metrics from the Chrome UX Report (2026-06-12 — 2026-07-09)
LCP (p75)
2447 ms
77% good
INP (p75)
96 ms
84% good
CLS (p75)
0.000
99% good
FCP (p75)
2322 ms
TTFB (p75)
1603 ms
Image Optimization41 images, 1101 KB total, 0 KB wastedINFO
Image Optimization Audit
Total Images
41
Total Size
1101 KB