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.
4.05 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
8.85 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.62 s
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.
5.93 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.
11.56 s
Page Load Progression
FPage Weight BudgetAction11.1 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
FJS Execution CostAction9594ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://tarotai.chat/assets/chatarot-landing-Dfs5cQfN.js | 3872ms | 1165ms | 1ms | 1st |
| https://tarotai.chat/assets/framework-DJH1pfSr.js | 2499ms | 317ms | 0ms | 1st |
| Unattributable | 1903ms | 108ms | 0ms | 1st |
| https://tarotai.chat/assets/three.module-UEBaNSRS.js | 685ms | 660ms | 1ms | 1st |
| https://tarotai.chat/ | 552ms | 29ms | 13ms | 1st |
| https://accounts.google.com/gsi/client | 82ms | 60ms | 22ms | 3rd |
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 Optimization88 images, 0 KB saveableREVIEW
CJS BundlesAction38 scripts, 260 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://accounts.google.com/gsi/client | 99 KB | 75 KB (76%) | ✓ | 3rd |
| https://tarotai.chat/assets/chatarot-landing-Dfs5cQfN.js | 61 KB | 32 KB (53%) | ✓ | 1st |
| https://tarotai.chat/assets/bottom-chrome-DXfCLf2W.js | 48 KB | 29 KB (69%) | ✓ | 1st |
| https://tarotai.chat/assets/markdown-it-BVcQdzKk.js | 46 KB | 24 KB (60%) | ✓ | 1st |
| https://tarotai.chat/assets/react-client-CAjdHkmk.js | 0 KB | — | ✓ | 1st |
| https://tarotai.chat/assets/NextIntlClientProvider-d9oaY35C.js | 0 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
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 · 11.1 MB · 260 KB savings availableREVIEW
~259.8 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 167 resources | 11.1 MiB | ||||||
BCSS Performance Depth2 CSS depth issue(s) detectedREVIEW
A+Third-Party Impact1% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading20 fonts (487 KB)PASS
Web fonts
20
487 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 Hints23 hints, 0 missing preconnectsPASS
Current Resource Hints
23 resource hints configured
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+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
AJavaScript Blocking1 JS blocking issue(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 4891msINFO
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 | 82ms | 99 KB | 76% | €1/mo | Optional |
76% 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
Image Optimization30 images, 321 KB total, 288 KB wastedINFO
Image Optimization Audit
Total Images
30
Total Size
321 KB
Oversized
3
Wasted
288 KB