Performance
· 22 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.58 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.55 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
762 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.
1.58 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.
3.76 s
Page Load Progression
FPage Weight BudgetAction10.9 MB transferred, 167 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
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
DJS Execution CostAction2721ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://tarotai.chat/assets/chatarot-landing-Dfs5cQfN.js | 1450ms | 170ms | 0ms | 1st |
| Unattributable | 664ms | 81ms | 0ms | 1st |
| https://tarotai.chat/assets/three.module-UEBaNSRS.js | 253ms | 250ms | 0ms | 1st |
| https://tarotai.chat/ | 243ms | 7ms | 5ms | 1st |
| https://tarotai.chat/assets/framework-DJH1pfSr.js | 110ms | 96ms | 0ms | 1st |
DHTTP CachingActionno-store (uncacheable)FIX
no-store, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| no-store | — | Never cache this response |
| must-revalidate | — | Must recheck with server after expiry |
BImage Optimization91 images, 0 KB saveableREVIEW
CJS BundlesAction37 scripts, 186 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://tarotai.chat/assets/three.module-UEBaNSRS.js | 186 KB | 100 KB (54%) | ✓ | 1st |
| https://tarotai.chat/assets/chatarot-landing-Dfs5cQfN.js | 61 KB | 32 KB (53%) | ✓ | 1st |
| https://tarotai.chat/assets/bottom-chrome-DXfCLf2W.js | 49 KB | 29 KB (69%) | ✓ | 1st |
| https://tarotai.chat/assets/markdown-it-BVcQdzKk.js | 47 KB | 25 KB (60%) | ✓ | 1st |
| https://tarotai.chat/assets/react-client-CAjdHkmk.js | 1 KB | — | ✓ | 1st |
| https://tarotai.chat/assets/track-Bf9tpy8G.js | 3 KB | — | ✓ | 1st |
| https://tarotai.chat/assets/react-DlbkFqaW.js | 14 KB | — | ✓ | 1st |
| https://tarotai.chat/assets/BaseLink-ChC4aoCQ.js | 6 KB | — | ✓ | 1st |
| https://tarotai.chat/assets/locale-CIUEaCla.js | 2 KB | — | ✓ | 1st |
| https://tarotai.chat/assets/global-error-CVl8f3Cz.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
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 InventoryAction167 resources · 10.9 MB · 186 KB savings availableREVIEW
~185.6 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 167 resources | 10.9 MiB | ||||||
A+Third-Party Impact0% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading20 fonts (489 KB)PASS
Web fonts
20
489 KB total
Render-blocking
0
of 20
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+Document CompressionDocument 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+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Asset CompressionNo text asset hosts to measureINFO
Network Waterfall167 requests over 3198msINFO
Image Optimization30 images, 321 KB total, 288 KB wastedINFO
Image Optimization Audit
Total Images
30
Total Size
321 KB
Oversized
3
Wasted
288 KB