Performance
· 23 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.39 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.96 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.009
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.72 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.97 s
Page Load Progression
CPage Weight BudgetAction1.9 MB transferred, 118 requestsREVIEW
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
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
BImage Optimization19 images, 0 KB saveableREVIEW
CJS Execution CostAction1050ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://minimaxh3.art/ | 284ms | 4ms | 7ms | 1st |
| https://minimaxh3.art/assets/framework-DJH1pfSr.js | 264ms | 204ms | 0ms | 1st |
| https://minimaxh3.art/assets/demo-reel-DuPcTGlO.js | 226ms | 59ms | 0ms | 1st |
| Unattributable | 135ms | 11ms | 0ms | 1st |
| https://scripts.clarity.ms/0.8.69/clarity.js | 78ms | 70ms | 2ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-SY0NFPEG1T | 65ms | 54ms | 10ms | 3rd |
BJS Bundles77 scripts, 145 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://accounts.google.com/gsi/client | 99 KB | 74 KB (75%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-SY0NFPEG1T | 169 KB | 71 KB (42%) | ✓ | 3rd |
| https://minimaxh3.art/assets/global-error-CVl8f3Cz.js | 1 KB | — | ✓ | 1st |
| https://minimaxh3.art/assets/framework-DJH1pfSr.js | 60 KB | — | ✓ | 1st |
| https://minimaxh3.art/assets/rolldown-runtime-QTnfLwEv.js | 1 KB | — | ✓ | 1st |
| https://minimaxh3.art/assets/url-utils-BQKFb685.js | 1 KB | — | ✓ | 1st |
| https://minimaxh3.art/assets/error-lSfRIvyA.js | 1 KB | — | ✓ | 1st |
| https://minimaxh3.art/assets/navigation-CBnhO4Zv.js | 2 KB | — | ✓ | 1st |
| https://minimaxh3.art/assets/react-DlbkFqaW.js | 13 KB | — | ✓ | 1st |
| https://minimaxh3.art/assets/BaseLink-B2dSlgLT.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
BServer-Timing ObservabilityNo Server-Timing header foundREVIEW
CPage Weight InventoryAction118 resources · 1.9 MB · 145 KB savings availableREVIEW
~144.7 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 118 resources | 1.9 MiB | ||||||
BHTTP Cachingpublic, max-age=0, s-maxage=60, must-revalidateREVIEW
public, max-age=0, s-maxage=60, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 0 | Cache for 0 seconds |
| s-maxage | 60 | CDN caches for 1 minute |
| must-revalidate | — | Must recheck with server after expiry |
A+Third-Party Impact15% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading2 fonts (21 KB)PASS
Web fonts
2
21 KB total
Render-blocking
0
of 2
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+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 max-age=0 (≤ 5min) is appropriatePASS
A+Server Response Intelligence2 server-response signal(s) 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 Waterfall118 requests over 3539msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Microsoft Clarity scripts.clarity.ms | Session Replay | 78ms | 25 KB | — | €0/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 65ms | 169 KB | 42% | €0/mo | Optional |
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-07-28 — 2026-08-24)
LCP (p75)
1867 ms
88% good
INP (p75)
73 ms
95% good
CLS (p75)
0.010
97% good
FCP (p75)
1646 ms
TTFB (p75)
871 ms
Image Optimization48 images, 528 KB total, 165 KB wastedINFO
Image Optimization Audit
Total Images
48
Total Size
528 KB
Oversized
2
Wasted
165 KB