Skip to content
https://tarotai.chat

Performance

· 27 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
83
GRADE
B
FIX
3
REVIEW
5
PASS
15
INFO
4

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

36
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
96
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
96
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
100
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

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

646 ms
1.3 s
1.9 s
2.6 s
3.2 s
3.9 s
4.5 s
5.2 s
Checks
27
15 PASS 5 REVIEW 3 FIX
F
Page Weight Budget
Action
11.1 MB transferred, 167 requests
FIX
11.1 MB transferred, 167 requests
Critical::
Page weighs 13.4 MB (11.1 MB transferred)
Warning::
Images are 9.8 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 9.8 MB
Warning::
JavaScript is 645 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 645 KB
Info::
Fonts are 487 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 487 KB
Warning::
167 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 2.3 g CO2 per page load
11.1 MB / 2.4 MB budget
11.1 MB transferred
167 requests
2.3 g CO2 per page load
Images 9.8 MiB 88%
JavaScript 644.9 KiB 6%
Fonts 487.2 KiB 4%
CSS 139.4 KiB 1%
HTML 31.4 KiB 0%
Other 4.0 KiB 0%
Other 2.7 KiB 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

F
JS Execution Cost
Action
9594ms total JS execution
FIX
9594ms total JS execution
Warning::
https://tarotai.chat/assets/chatarot-landing-Dfs5c...: 3872ms CPU time
Warning::
https://tarotai.chat/assets/framework-DJH1pfSr.js: 2499ms CPU time
Warning::
Unattributable: 1903ms CPU time
Warning::
https://tarotai.chat/assets/three.module-UEBaNSRS....: 685ms CPU time
Warning::
https://tarotai.chat/: 552ms CPU time
Info::
Third-party scripts: 82ms (1% of total)

Main Thread Breakdown

Other 68% Script Evaluation 24% Style & Layout 4%
ScriptTotalScriptingParse/CompileParty
https://tarotai.chat/assets/chatarot-landing-Dfs5cQfN.js3872ms1165ms1ms1st
https://tarotai.chat/assets/framework-DJH1pfSr.js2499ms317ms0ms1st
Unattributable1903ms108ms0ms1st
https://tarotai.chat/assets/three.module-UEBaNSRS.js685ms660ms1ms1st
https://tarotai.chat/552ms29ms13ms1st
https://accounts.google.com/gsi/client82ms60ms22ms3rd
D
HTTP Caching
Action
no-store (uncacheable)
FIX
no-store (uncacheable)
Info::
Cache-Control: no-store prevents all caching
Intentional for dynamic content, but increases server load for every page view.
Got: no-store, must-revalidate
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-store, must-revalidate

DirectiveValueMeaning
no-storeNever cache this response
must-revalidateMust recheck with server after expiry
B
Image Optimization
88 images, 0 KB saveable
REVIEW
88 images, 0 KB saveable
Info::
All images are well-optimized
88 images 9.8 MB
0 oversized -0 KB
80 legacy format
0 missing dimensions CLS risk
C
JS Bundles
Action
38 scripts, 260 KB unused
REVIEW
38 scripts, 260 KB unused
Warning::
https://tarotai.chat/assets/three.module-UEBaNSRS....: 100 KB unused (54%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://accounts.google.com/gsi/client: 75 KB unused (76%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://tarotai.chat/assets/chatarot-landing-Dfs5c...: 32 KB unused (53%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://tarotai.chat/assets/bottom-chrome-DXfCLf2W...: 29 KB unused (69%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://tarotai.chat/assets/markdown-it-BVcQdzKk.j...: 24 KB unused (60%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 260 KB
260 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://tarotai.chat/assets/three.module-UEBaNSRS.js186 KB100 KB (54%)1st
https://accounts.google.com/gsi/client99 KB75 KB (76%)3rd
https://tarotai.chat/assets/chatarot-landing-Dfs5cQfN.js61 KB32 KB (53%)1st
https://tarotai.chat/assets/bottom-chrome-DXfCLf2W.js48 KB29 KB (69%)1st
https://tarotai.chat/assets/markdown-it-BVcQdzKk.js46 KB24 KB (60%)1st
https://tarotai.chat/assets/react-client-CAjdHkmk.js0 KB1st
https://tarotai.chat/assets/NextIntlClientProvider-d9oaY35C.js0 KB1st
https://tarotai.chat/assets/BaseLink-ChC4aoCQ.js6 KB1st
https://tarotai.chat/assets/locale-CIUEaCla.js2 KB1st
https://tarotai.chat/assets/global-error-CVl8f3Cz.js1 KB1st

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
C
Page Weight Inventory
Action
167 resources · 11.1 MB · 260 KB savings available
REVIEW
167 resources · 11.1 MB · 260 KB savings available
Warning::
Page weight 11.1 MB exceeds 1 MB target by 10.1 MB
Got: 11.1 MB Expected: ≤ 1 MB
Info::
~260 KB of savings available
Info::
5 third-party resources (1% of weight)
Info::
1 resources over 200KB
167 resources · 11.1 MiB · 5 third-party 10.1 MiB over 1MB target
Image 88% · 9.8 MiB
JavaScript 6% · 644.9 KiB
Font 4% · 487.2 KiB
CSS 1% · 139.4 KiB
Document 0% · 31.4 KiB
Other 0% · 4.0 KiB

~259.8 KiB of savings available

Remove unused JavaScript: 259.8 KiB
B
CSS Performance Depth
2 CSS depth issue(s) detected
REVIEW
2 CSS depth issue(s) detected
Warning::
10 render-blocking stylesheet(s) -- recommended: <=3
Each `<link rel="stylesheet">` without a non-blocking `media` attribute holds up the first paint. Browsers download all of them before painting any content. Consolidate into 1-2 critical-path stylesheets; defer non-critical CSS via `<link rel="stylesheet" media="print" onload="this.media='all'">` or via the loadCSS pattern; inline above-the-fold CSS in `<style>` to short-circuit the request entirely.
Warning::
5 `@font-face` rule(s) without `font-display` -- causes FOIT
An `@font-face` rule without `font-display` causes Flash of Invisible Text (FOIT): the browser hides the styled text for up to 3 seconds while the custom font downloads, then either swaps to fallback (Chrome / Firefox) or stays invisible (older Safari). Add `font-display: swap` (shows fallback immediately, swaps in the custom font when ready) or `font-display: optional` (uses fallback if the font isn't ready in 100ms; never causes visible swap). Either eliminates FOIT outright.
A+
Third-Party Impact
1% third-party, 0 ms blocking
PASS
1% third-party, 0 ms blocking
Info::
Third-party code accounts for 1% of page weight (104.0 KiB of 11.1 MiB)
Info::
Third-party blocking time is low (0 ms)
99%
First-party Third-party
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
20 fonts (487 KB)
PASS
20 fonts (487 KB)
Info::
20 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

20

487 KB total

Render-blocking

0

of 20

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s 9.0 s FCP 4.1 s LCP 8.9 shttps://tarotai.chat/assets/_vinext_fonts/outfit-13e458115ea1/outfit-f37fa50e.woff2outfit-f37fa50e.woff2 https://tarotai.chat/assets/_vinext_fonts/outfit-13e458115ea1/outfit-f37fa50e.woff2 — 14.8 KiB — 296 ms — font-display: swaphttps://tarotai.chat/assets/_vinext_fonts/outfit-13e458115ea1/outfit-c8e7a734.woff2outfit-c8e7a734.woff2 https://tarotai.chat/assets/_vinext_fonts/outfit-13e458115ea1/outfit-c8e7a734.woff2 — 31.8 KiB — 296 ms — font-display: swaphttps://tarotai.chat/assets/_vinext_fonts/cormorant-garamond-f03df7a5d5a4/cormorant-garamond-7d0fab25.woff2cormorant-garamond-7d0f... https://tarotai.chat/assets/_vinext_fonts/cormorant-garamond-f03df7a5d5a4/cormorant-garamond-7d0fab25.woff2 — 24.9 KiB — 300 ms — font-display: swaphttps://tarotai.chat/assets/_vinext_fonts/cormorant-garamond-f03df7a5d5a4/cormorant-garamond-bd3fa9fe.woff2cormorant-garamond-bd3f... https://tarotai.chat/assets/_vinext_fonts/cormorant-garamond-f03df7a5d5a4/cormorant-garamond-bd3fa9fe.woff2 — 21.1 KiB — 300 ms — font-display: swaphttps://tarotai.chat/assets/_vinext_fonts/cormorant-garamond-f03df7a5d5a4/cormorant-garamond-5f813686.woff2cormorant-garamond-5f81... https://tarotai.chat/assets/_vinext_fonts/cormorant-garamond-f03df7a5d5a4/cormorant-garamond-5f813686.woff2 — 11.6 KiB — 300 ms — font-display: swaphttps://tarotai.chat/assets/_vinext_fonts/cormorant-garamond-f03df7a5d5a4/cormorant-garamond-0365c557.woff2cormorant-garamond-0365... https://tarotai.chat/assets/_vinext_fonts/cormorant-garamond-f03df7a5d5a4/cormorant-garamond-0365c557.woff2 — 34.0 KiB — 300 ms — font-display: swaphttps://tarotai.chat/assets/_vinext_fonts/cormorant-garamond-f03df7a5d5a4/cormorant-garamond-fe99e303.woff2cormorant-garamond-fe99... https://tarotai.chat/assets/_vinext_fonts/cormorant-garamond-f03df7a5d5a4/cormorant-garamond-fe99e303.woff2 — 38.7 KiB — 298 ms — font-display: swaphttps://tarotai.chat/assets/_vinext_fonts/cormorant-garamond-f03df7a5d5a4/cormorant-garamond-dd44b623.woff2cormorant-garamond-dd44... https://tarotai.chat/assets/_vinext_fonts/cormorant-garamond-f03df7a5d5a4/cormorant-garamond-dd44b623.woff2 — 23.2 KiB — 308 ms — font-display: swaphttps://tarotai.chat/assets/_vinext_fonts/cormorant-garamond-f03df7a5d5a4/cormorant-garamond-44d82aa9.woff2cormorant-garamond-44d8... https://tarotai.chat/assets/_vinext_fonts/cormorant-garamond-f03df7a5d5a4/cormorant-garamond-44d82aa9.woff2 — 20.9 KiB — 308 ms — font-display: swaphttps://tarotai.chat/assets/_vinext_fonts/cormorant-garamond-f03df7a5d5a4/cormorant-garamond-7f5a19db.woff2cormorant-garamond-7f5a... https://tarotai.chat/assets/_vinext_fonts/cormorant-garamond-f03df7a5d5a4/cormorant-garamond-7f5a19db.woff2 — 11.3 KiB — 307 ms — font-display: swaphttps://tarotai.chat/assets/_vinext_fonts/cormorant-garamond-f03df7a5d5a4/cormorant-garamond-21114939.woff2cormorant-garamond-2111... https://tarotai.chat/assets/_vinext_fonts/cormorant-garamond-f03df7a5d5a4/cormorant-garamond-21114939.woff2 — 33.3 KiB — 307 ms — font-display: swaphttps://tarotai.chat/assets/_vinext_fonts/cormorant-garamond-f03df7a5d5a4/cormorant-garamond-e99b45a2.woff2cormorant-garamond-e99b... https://tarotai.chat/assets/_vinext_fonts/cormorant-garamond-f03df7a5d5a4/cormorant-garamond-e99b45a2.woff2 — 37.2 KiB — 311 ms — font-display: swaphttps://tarotai.chat/assets/_vinext_fonts/playfair-display-bb198aad0130/playfair-display-71101758.woff2playfair-display-711017... https://tarotai.chat/assets/_vinext_fonts/playfair-display-bb198aad0130/playfair-display-71101758.woff2 — 23.3 KiB — 242 ms — font-display: swaphttps://tarotai.chat/assets/_vinext_fonts/playfair-display-bb198aad0130/playfair-display-f690fa55.woff2playfair-display-f690fa... https://tarotai.chat/assets/_vinext_fonts/playfair-display-bb198aad0130/playfair-display-f690fa55.woff2 — 9.8 KiB — 67 ms — font-display: swaphttps://tarotai.chat/assets/_vinext_fonts/playfair-display-bb198aad0130/playfair-display-a9bc00d9.woff2playfair-display-a9bc00... https://tarotai.chat/assets/_vinext_fonts/playfair-display-bb198aad0130/playfair-display-a9bc00d9.woff2 — 23.3 KiB — 66 ms — font-display: swaphttps://tarotai.chat/assets/_vinext_fonts/playfair-display-bb198aad0130/playfair-display-ef5ca8ac.woff2playfair-display-ef5ca8... https://tarotai.chat/assets/_vinext_fonts/playfair-display-bb198aad0130/playfair-display-ef5ca8ac.woff2 — 38.5 KiB — 242 ms — font-display: swaphttps://tarotai.chat/assets/_vinext_fonts/playfair-display-bb198aad0130/playfair-display-73961b9b.woff2playfair-display-73961b... https://tarotai.chat/assets/_vinext_fonts/playfair-display-bb198aad0130/playfair-display-73961b9b.woff2 — 21.1 KiB — 201 ms — font-display: swaphttps://tarotai.chat/assets/_vinext_fonts/playfair-display-bb198aad0130/playfair-display-49e0be96.woff2playfair-display-49e0be... https://tarotai.chat/assets/_vinext_fonts/playfair-display-bb198aad0130/playfair-display-49e0be96.woff2 — 9.3 KiB — 201 ms — font-display: swaphttps://tarotai.chat/assets/_vinext_fonts/playfair-display-bb198aad0130/playfair-display-f556cda9.woff2playfair-display-f556cd... https://tarotai.chat/assets/_vinext_fonts/playfair-display-bb198aad0130/playfair-display-f556cda9.woff2 — 21.0 KiB — 241 ms — font-display: swaphttps://tarotai.chat/assets/_vinext_fonts/playfair-display-bb198aad0130/playfair-display-9deeae77.woff2playfair-display-9deeae... https://tarotai.chat/assets/_vinext_fonts/playfair-display-bb198aad0130/playfair-display-9deeae77.woff2 — 38.0 KiB — 267 ms — font-display: swap
outfit-f37fa50e.woff2 woff2 swap
Size 15 KB
Load time 296 ms
Start 178 ms
Risk FOUT — text flashes from fallback to web font
outfit-c8e7a734.woff2 woff2 swap
Size 32 KB
Load time 296 ms
Start 178 ms
Risk FOUT — text flashes from fallback to web font
cormorant-garamond-7d0f... woff2 swap
Size 25 KB
Load time 300 ms
Start 178 ms
Risk FOUT — text flashes from fallback to web font
cormorant-garamond-bd3f... woff2 swap
Size 21 KB
Load time 300 ms
Start 178 ms
Risk FOUT — text flashes from fallback to web font
cormorant-garamond-5f81... woff2 swap
Size 12 KB
Load time 300 ms
Start 179 ms
Risk FOUT — text flashes from fallback to web font
cormorant-garamond-0365... woff2 swap
Size 34 KB
Load time 300 ms
Start 179 ms
Risk FOUT — text flashes from fallback to web font
cormorant-garamond-fe99... woff2 swap
Size 39 KB
Load time 298 ms
Start 181 ms
Risk FOUT — text flashes from fallback to web font
cormorant-garamond-dd44... woff2 swap
Size 23 KB
Load time 308 ms
Start 181 ms
Risk FOUT — text flashes from fallback to web font
cormorant-garamond-44d8... woff2 swap
Size 21 KB
Load time 308 ms
Start 181 ms
Risk FOUT — text flashes from fallback to web font
cormorant-garamond-7f5a... woff2 swap
Size 11 KB
Load time 307 ms
Start 183 ms
Risk FOUT — text flashes from fallback to web font
cormorant-garamond-2111... woff2 swap
Size 33 KB
Load time 307 ms
Start 183 ms
Risk FOUT — text flashes from fallback to web font
cormorant-garamond-e99b... woff2 swap
Size 37 KB
Load time 311 ms
Start 183 ms
Risk FOUT — text flashes from fallback to web font
playfair-display-711017... woff2 swap
Size 23 KB
Load time 242 ms
Start 185 ms
Risk FOUT — text flashes from fallback to web font
playfair-display-f690fa... woff2 swap
Size 10 KB
Load time 67 ms
Start 185 ms
Risk FOUT — text flashes from fallback to web font
playfair-display-a9bc00... woff2 swap
Size 23 KB
Load time 66 ms
Start 186 ms
Risk FOUT — text flashes from fallback to web font
playfair-display-ef5ca8... woff2 swap
Size 38 KB
Load time 242 ms
Start 186 ms
Risk FOUT — text flashes from fallback to web font
playfair-display-73961b... woff2 swap
Size 21 KB
Load time 201 ms
Start 186 ms
Risk FOUT — text flashes from fallback to web font
playfair-display-49e0be... woff2 swap
Size 9 KB
Load time 201 ms
Start 186 ms
Risk FOUT — text flashes from fallback to web font
playfair-display-f556cd... woff2 swap
Size 21 KB
Load time 241 ms
Start 187 ms
Risk FOUT — text flashes from fallback to web font
playfair-display-9deeae... woff2 swap
Size 38 KB
Load time 267 ms
Start 187 ms
Risk FOUT — text flashes from fallback to web font
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 Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
23 hints, 0 missing preconnects
PASS
23 hints, 0 missing preconnects
Info::
Page uses 23 resource hint(s)

Current Resource Hints

preconnect
preload
+13
23
dns-prefetch
prefetch

23 resource hints configured

A+
HTTP/3 (QUIC)
HTTP/3 advertised via Alt-Svc
PASS
HTTP/3 advertised via Alt-Svc
Info::
HTTP/3 (QUIC) is supported
First-load mobile users on cellular networks see meaningful latency improvements with HTTP/3. The QUIC transport collapses TLS + TCP handshakes into one and recovers faster from packet loss.
A+
Document Compression
Document response uses brotli
PASS
Document response uses brotli
Info::
Main HTML response uses brotli (Content-Encoding: br)
Brotli is the best text-compression algorithm for general use, ~20% smaller than gzip on average (40% on smaller files). Modern browsers all support it.
A+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A+
Main HTML Cache-Control
Main HTML uses no-store -- correct for sensitive/dynamic content
PASS
Main HTML uses no-store -- correct for sensitive/dynamic content
Info::
Main HTML uses no-store -- correct for sensitive/dynamic content
Got: no-store, must-revalidate
A+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: RSC, Accept, Next-Router-State-Tree, Next-Router-Prefetch, Next-Router-Segment-P...
The page declares a `Vary` header, telling downstream caches which request headers the response varies on. Critical for content-negotiated responses (compression, language, cookies, device class).
Info::
No `ETag` or `Last-Modified` -- conditional GET not supported
Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.
A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A
JavaScript Blocking
1 JS blocking issue(s) detected
PASS
1 JS blocking issue(s) detected
Warning::
Total JS execution time is 9.6 s -- over the 3.5s budget
Total JavaScript execution (parse + compile + run) across all scripts exceeds 3.5 seconds. On low-end devices that becomes 7-15+ seconds and shows up directly in TBT and INP. Reduce by: tree-shaking unused dependencies, code-splitting (dynamic `import()`), removing or deferring third-party tracking, and replacing heavy frameworks where they're not needed.
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Asset Compression
No text asset hosts to measure
INFO
No text asset hosts to measure
Info::
No third-party or subdomain host served enough text assets to measure
Asset compression is measured per host, from one HEAD request against a sampled resource. Pages that serve all their JS and CSS from the document's own origin are covered by the document compression check instead.
Network Waterfall
167 requests over 4891ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s 9.0 s FCP 4.1 s LCP 8.9 shttps://tarotai.chat// https://tarotai.chat/ — 200 — 31.4 KiB — 145 ms — h2https://tarotai.chat/icons/logomark.png/icons/logomark.png https://tarotai.chat/icons/logomark.png — 200 — 282.1 KiB — 343 ms — h2https://tarotai.chat/images/responsive/home-seo/reader-selene-128.webp/images/responsive/home-seo/reader-... https://tarotai.chat/images/responsive/home-seo/reader-selene-128.webp — 200 — 4.0 KiB — 342 ms — h2https://tarotai.chat/assets/index-C9EKumtJ.css/assets/index-C9EKumtJ.css https://tarotai.chat/assets/index-C9EKumtJ.css — 200 — 31.5 KiB — 288 ms — h2https://tarotai.chat/assets/chatarot-landing-DydPvP1v.css/assets/chatarot-landing-DydPvP1v.c... https://tarotai.chat/assets/chatarot-landing-DydPvP1v.css — 200 — 2.1 KiB — 285 ms — h2https://tarotai.chat/assets/credits-purchase-BsaBMS_X.css/assets/credits-purchase-BsaBMS_X.c... https://tarotai.chat/assets/credits-purchase-BsaBMS_X.css — 200 — 3.5 KiB — 285 ms — h2https://tarotai.chat/assets/bottom-chrome-LipoL3-B.css/assets/bottom-chrome-LipoL3-B.css https://tarotai.chat/assets/bottom-chrome-LipoL3-B.css — 200 — 30.2 KiB — 287 ms — h2https://tarotai.chat/assets/auth-copy-ss992XpR.css/assets/auth-copy-ss992XpR.css https://tarotai.chat/assets/auth-copy-ss992XpR.css — 200 — 3.7 KiB — 286 ms — h2https://tarotai.chat/assets/global-error-CVl8f3Cz.js/assets/global-error-CVl8f3Cz.js https://tarotai.chat/assets/global-error-CVl8f3Cz.js — 200 — 862 B — 74 ms — h2https://tarotai.chat/assets/framework-DJH1pfSr.js/assets/framework-DJH1pfSr.js https://tarotai.chat/assets/framework-DJH1pfSr.js — 200 — 59.7 KiB — 298 ms — h2https://tarotai.chat/assets/rolldown-runtime-QTnfLwEv.js/assets/rolldown-runtime-QTnfLwEv.j... https://tarotai.chat/assets/rolldown-runtime-QTnfLwEv.js — 200 — 726 B — 289 ms — h2https://tarotai.chat/assets/url-utils-BQKFb685.js/assets/url-utils-BQKFb685.js https://tarotai.chat/assets/url-utils-BQKFb685.js — 200 — 1.3 KiB — 289 ms — h2https://tarotai.chat/assets/error-CjIX2pux.js/assets/error-CjIX2pux.js https://tarotai.chat/assets/error-CjIX2pux.js — 200 — 780 B — 289 ms — h2https://tarotai.chat/assets/navigation-BiNT0EEI.js/assets/navigation-BiNT0EEI.js https://tarotai.chat/assets/navigation-BiNT0EEI.js — 200 — 1.4 KiB — 289 ms — h2https://tarotai.chat/assets/react-DlbkFqaW.js/assets/react-DlbkFqaW.js https://tarotai.chat/assets/react-DlbkFqaW.js — 200 — 13.3 KiB — 289 ms — h2https://tarotai.chat/assets/BaseLink-ChC4aoCQ.js/assets/BaseLink-ChC4aoCQ.js https://tarotai.chat/assets/BaseLink-ChC4aoCQ.js — 200 — 5.6 KiB — 289 ms — h2https://tarotai.chat/assets/locale-CIUEaCla.js/assets/locale-CIUEaCla.js https://tarotai.chat/assets/locale-CIUEaCla.js — 200 — 1.6 KiB — 289 ms — h2https://tarotai.chat/assets/react-client-CAjdHkmk.js/assets/react-client-CAjdHkmk.js https://tarotai.chat/assets/react-client-CAjdHkmk.js — 200 — 424 B — 289 ms — h2https://tarotai.chat/assets/layout-segment-context-CPcGgnz8.js/assets/layout-segment-context-CPcG... https://tarotai.chat/assets/layout-segment-context-CPcGgnz8.js — 200 — 507 B — 290 ms — h2https://tarotai.chat/assets/dist-BqFYcBMN.js/assets/dist-BqFYcBMN.js https://tarotai.chat/assets/dist-BqFYcBMN.js — 200 — 1.8 KiB — 290 ms — h2https://tarotai.chat/assets/sonner-2KtkNM3b.js/assets/sonner-2KtkNM3b.js https://tarotai.chat/assets/sonner-2KtkNM3b.js — 200 — 1.1 KiB — 290 ms — h2https://tarotai.chat/assets/createLucideIcon-BRWvWrMn.js/assets/createLucideIcon-BRWvWrMn.j... https://tarotai.chat/assets/createLucideIcon-BRWvWrMn.js — 200 — 1.1 KiB — 290 ms — h2https://tarotai.chat/assets/circle-check-B8l71IIG.js/assets/circle-check-B8l71IIG.js https://tarotai.chat/assets/circle-check-B8l71IIG.js — 200 — 457 B — 290 ms — h2https://tarotai.chat/assets/loader-circle-Cxy4jRlv.js/assets/loader-circle-Cxy4jRlv.js https://tarotai.chat/assets/loader-circle-Cxy4jRlv.js — 200 — 483 B — 290 ms — h2https://tarotai.chat/assets/dist-Dxtr84wd.js/assets/dist-Dxtr84wd.js https://tarotai.chat/assets/dist-Dxtr84wd.js — 200 — 9.8 KiB — 290 ms — h2https://tarotai.chat/assets/google-one-tap-K1hggQHK.js/assets/google-one-tap-K1hggQHK.js https://tarotai.chat/assets/google-one-tap-K1hggQHK.js — 200 — 986 B — 290 ms — h2https://tarotai.chat/assets/client-CG8mcngQ.js/assets/client-CG8mcngQ.js https://tarotai.chat/assets/client-CG8mcngQ.js — 200 — 12.1 KiB — 290 ms — h2https://tarotai.chat/assets/redirect-D3sErBTx.js/assets/redirect-D3sErBTx.js https://tarotai.chat/assets/redirect-D3sErBTx.js — 200 — 1.1 KiB — 290 ms — h2https://tarotai.chat/assets/runtime-DfS9jZRR.js/assets/runtime-DfS9jZRR.js https://tarotai.chat/assets/runtime-DfS9jZRR.js — 200 — 1.7 KiB — 290 ms — h2https://tarotai.chat/assets/track-Bf9tpy8G.js/assets/track-Bf9tpy8G.js https://tarotai.chat/assets/track-Bf9tpy8G.js — 200 — 2.4 KiB — 290 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s 9.0 s FCP 4.1 s LCP 8.9 shttps://tarotai.chat// https://tarotai.chat/ — 200 — 31.4 KiB — 145 ms — h2https://tarotai.chat/icons/logomark.png/icons/logomark.png https://tarotai.chat/icons/logomark.png — 200 — 282.1 KiB — 343 ms — h2https://tarotai.chat/images/responsive/home-seo/reader-selene-128.webp/images/responsive/home-seo/reader-... https://tarotai.chat/images/responsive/home-seo/reader-selene-128.webp — 200 — 4.0 KiB — 342 ms — h2https://tarotai.chat/assets/index-C9EKumtJ.css/assets/index-C9EKumtJ.css https://tarotai.chat/assets/index-C9EKumtJ.css — 200 — 31.5 KiB — 288 ms — h2https://tarotai.chat/assets/chatarot-landing-DydPvP1v.css/assets/chatarot-landing-DydPvP1v.c... https://tarotai.chat/assets/chatarot-landing-DydPvP1v.css — 200 — 2.1 KiB — 285 ms — h2https://tarotai.chat/assets/credits-purchase-BsaBMS_X.css/assets/credits-purchase-BsaBMS_X.c... https://tarotai.chat/assets/credits-purchase-BsaBMS_X.css — 200 — 3.5 KiB — 285 ms — h2https://tarotai.chat/assets/bottom-chrome-LipoL3-B.css/assets/bottom-chrome-LipoL3-B.css https://tarotai.chat/assets/bottom-chrome-LipoL3-B.css — 200 — 30.2 KiB — 287 ms — h2https://tarotai.chat/assets/auth-copy-ss992XpR.css/assets/auth-copy-ss992XpR.css https://tarotai.chat/assets/auth-copy-ss992XpR.css — 200 — 3.7 KiB — 286 ms — h2https://tarotai.chat/assets/global-error-CVl8f3Cz.js/assets/global-error-CVl8f3Cz.js https://tarotai.chat/assets/global-error-CVl8f3Cz.js — 200 — 862 B — 74 ms — h2https://tarotai.chat/assets/framework-DJH1pfSr.js/assets/framework-DJH1pfSr.js https://tarotai.chat/assets/framework-DJH1pfSr.js — 200 — 59.7 KiB — 298 ms — h2https://tarotai.chat/assets/rolldown-runtime-QTnfLwEv.js/assets/rolldown-runtime-QTnfLwEv.j... https://tarotai.chat/assets/rolldown-runtime-QTnfLwEv.js — 200 — 726 B — 289 ms — h2https://tarotai.chat/assets/url-utils-BQKFb685.js/assets/url-utils-BQKFb685.js https://tarotai.chat/assets/url-utils-BQKFb685.js — 200 — 1.3 KiB — 289 ms — h2https://tarotai.chat/assets/error-CjIX2pux.js/assets/error-CjIX2pux.js https://tarotai.chat/assets/error-CjIX2pux.js — 200 — 780 B — 289 ms — h2https://tarotai.chat/assets/navigation-BiNT0EEI.js/assets/navigation-BiNT0EEI.js https://tarotai.chat/assets/navigation-BiNT0EEI.js — 200 — 1.4 KiB — 289 ms — h2https://tarotai.chat/assets/react-DlbkFqaW.js/assets/react-DlbkFqaW.js https://tarotai.chat/assets/react-DlbkFqaW.js — 200 — 13.3 KiB — 289 ms — h2https://tarotai.chat/assets/BaseLink-ChC4aoCQ.js/assets/BaseLink-ChC4aoCQ.js https://tarotai.chat/assets/BaseLink-ChC4aoCQ.js — 200 — 5.6 KiB — 289 ms — h2https://tarotai.chat/assets/locale-CIUEaCla.js/assets/locale-CIUEaCla.js https://tarotai.chat/assets/locale-CIUEaCla.js — 200 — 1.6 KiB — 289 ms — h2https://tarotai.chat/assets/react-client-CAjdHkmk.js/assets/react-client-CAjdHkmk.js https://tarotai.chat/assets/react-client-CAjdHkmk.js — 200 — 424 B — 289 ms — h2https://tarotai.chat/assets/layout-segment-context-CPcGgnz8.js/assets/layout-segment-context-CPcG... https://tarotai.chat/assets/layout-segment-context-CPcGgnz8.js — 200 — 507 B — 290 ms — h2https://tarotai.chat/assets/dist-BqFYcBMN.js/assets/dist-BqFYcBMN.js https://tarotai.chat/assets/dist-BqFYcBMN.js — 200 — 1.8 KiB — 290 ms — h2https://tarotai.chat/assets/sonner-2KtkNM3b.js/assets/sonner-2KtkNM3b.js https://tarotai.chat/assets/sonner-2KtkNM3b.js — 200 — 1.1 KiB — 290 ms — h2https://tarotai.chat/assets/createLucideIcon-BRWvWrMn.js/assets/createLucideIcon-BRWvWrMn.j... https://tarotai.chat/assets/createLucideIcon-BRWvWrMn.js — 200 — 1.1 KiB — 290 ms — h2https://tarotai.chat/assets/circle-check-B8l71IIG.js/assets/circle-check-B8l71IIG.js https://tarotai.chat/assets/circle-check-B8l71IIG.js — 200 — 457 B — 290 ms — h2https://tarotai.chat/assets/loader-circle-Cxy4jRlv.js/assets/loader-circle-Cxy4jRlv.js https://tarotai.chat/assets/loader-circle-Cxy4jRlv.js — 200 — 483 B — 290 ms — h2https://tarotai.chat/assets/dist-Dxtr84wd.js/assets/dist-Dxtr84wd.js https://tarotai.chat/assets/dist-Dxtr84wd.js — 200 — 9.8 KiB — 290 ms — h2https://tarotai.chat/assets/google-one-tap-K1hggQHK.js/assets/google-one-tap-K1hggQHK.js https://tarotai.chat/assets/google-one-tap-K1hggQHK.js — 200 — 986 B — 290 ms — h2https://tarotai.chat/assets/client-CG8mcngQ.js/assets/client-CG8mcngQ.js https://tarotai.chat/assets/client-CG8mcngQ.js — 200 — 12.1 KiB — 290 ms — h2https://tarotai.chat/assets/redirect-D3sErBTx.js/assets/redirect-D3sErBTx.js https://tarotai.chat/assets/redirect-D3sErBTx.js — 200 — 1.1 KiB — 290 ms — h2https://tarotai.chat/assets/runtime-DfS9jZRR.js/assets/runtime-DfS9jZRR.js https://tarotai.chat/assets/runtime-DfS9jZRR.js — 200 — 1.7 KiB — 290 ms — h2https://tarotai.chat/assets/track-Bf9tpy8G.js/assets/track-Bf9tpy8G.js https://tarotai.chat/assets/track-Bf9tpy8G.js — 200 — 2.4 KiB — 290 ms — h2https://tarotai.chat/assets/NextIntlClientProvider-d9oaY35C.js/assets/NextIntlClientProvider-d9oa... https://tarotai.chat/assets/NextIntlClientProvider-d9oaY35C.js — 200 — 485 B — 290 ms — h2https://tarotai.chat/assets/chatarot-landing-Dfs5cQfN.js/assets/chatarot-landing-Dfs5cQfN.j... https://tarotai.chat/assets/chatarot-landing-Dfs5cQfN.js — 200 — 60.7 KiB — 294 ms — h2https://tarotai.chat/assets/credits-purchase-CSAd58dT.js/assets/credits-purchase-CSAd58dT.j... https://tarotai.chat/assets/credits-purchase-CSAd58dT.js — 200 — 19.0 KiB — 291 ms — h2https://tarotai.chat/assets/check-CX-FwU1S.js/assets/check-CX-FwU1S.js https://tarotai.chat/assets/check-CX-FwU1S.js — 200 — 427 B — 291 ms — h2https://tarotai.chat/assets/frontend-copy-BU0XWCpM.js/assets/frontend-copy-BU0XWCpM.js https://tarotai.chat/assets/frontend-copy-BU0XWCpM.js — 200 — 2.2 KiB — 291 ms — h2https://tarotai.chat/assets/bottom-chrome-DXfCLf2W.js/assets/bottom-chrome-DXfCLf2W.js https://tarotai.chat/assets/bottom-chrome-DXfCLf2W.js — 200 — 48.5 KiB — 294 ms — h2https://tarotai.chat/assets/utils-DXalBF5w.js/assets/utils-DXalBF5w.js https://tarotai.chat/assets/utils-DXalBF5w.js — 200 — 8.8 KiB — 292 ms — h2https://tarotai.chat/assets/markdown-it-BVcQdzKk.js/assets/markdown-it-BVcQdzKk.js https://tarotai.chat/assets/markdown-it-BVcQdzKk.js — 200 — 45.7 KiB — 297 ms — h2https://tarotai.chat/assets/auth-copy-axIBpTGA.js/assets/auth-copy-axIBpTGA.js https://tarotai.chat/assets/auth-copy-axIBpTGA.js — 200 — 3.3 KiB — 297 ms — h2https://tarotai.chat/assets/cosmic-auth-form-jCADi9Ma.js/assets/cosmic-auth-form-jCADi9Ma.j... https://tarotai.chat/assets/cosmic-auth-form-jCADi9Ma.js — 200 — 3.9 KiB — 298 ms — h2https://tarotai.chat/assets/service-DPwdp2jV.js/assets/service-DPwdp2jV.js https://tarotai.chat/assets/service-DPwdp2jV.js — 200 — 443 B — 298 ms — h2https://tarotai.chat/assets/index-CH5AKVrG.js/assets/index-CH5AKVrG.js https://tarotai.chat/assets/index-CH5AKVrG.js — 200 — 39.2 KiB — 327 ms — h2https://tarotai.chat/assets/vinext-font-808226eb0008782c.css/assets/vinext-font-808226eb0008782... https://tarotai.chat/assets/vinext-font-808226eb0008782c.css — 200 — 719 B — 47 ms — h2https://tarotai.chat/assets/vinext-font-0fe17d0400d0d340.css/assets/vinext-font-0fe17d0400d0d34... https://tarotai.chat/assets/vinext-font-0fe17d0400d0d340.css — 200 — 1.1 KiB — 44 ms — h2https://tarotai.chat/assets/vinext-font-f81f21ebc0dbfabb.css/assets/vinext-font-f81f21ebc0dbfab... https://tarotai.chat/assets/vinext-font-f81f21ebc0dbfabb.css — 200 — 904 B — 276 ms — h2https://tarotai.chat/assets/vinext-font-2c3eb071f78cb36b.css/assets/vinext-font-2c3eb071f78cb36... https://tarotai.chat/assets/vinext-font-2c3eb071f78cb36b.css — 200 — 32.7 KiB — 279 ms — h2https://tarotai.chat/assets/vinext-font-9642ceba48fb2090.css/assets/vinext-font-9642ceba48fb209... https://tarotai.chat/assets/vinext-font-9642ceba48fb2090.css — 200 — 32.4 KiB — 279 ms — h2https://tarotai.chat/assets/_vinext_fonts/outfit-13e458115ea1/outfit-f37fa50e.woff2/assets/_vinext_fonts/outfit-13e458... https://tarotai.chat/assets/_vinext_fonts/outfit-13e458115ea1/outfit-f37fa50e.woff2 — 200 — 14.8 KiB — 296 ms — h2https://tarotai.chat/assets/_vinext_fonts/outfit-13e458115ea1/outfit-c8e7a734.woff2/assets/_vinext_fonts/outfit-13e458... https://tarotai.chat/assets/_vinext_fonts/outfit-13e458115ea1/outfit-c8e7a734.woff2 — 200 — 31.8 KiB — 296 ms — h2https://tarotai.chat/assets/_vinext_fonts/cormorant-garamond-f03df7a5d5a4/cormorant-garamond-7d0fab25.woff2/assets/_vinext_fonts/cormorant-gar... https://tarotai.chat/assets/_vinext_fonts/cormorant-garamond-f03df7a5d5a4/cormorant-garamond-7d0fab25.woff2 — 200 — 24.9 KiB — 300 ms — h2https://tarotai.chat/assets/_vinext_fonts/cormorant-garamond-f03df7a5d5a4/cormorant-garamond-bd3fa9fe.woff2/assets/_vinext_fonts/cormorant-gar... https://tarotai.chat/assets/_vinext_fonts/cormorant-garamond-f03df7a5d5a4/cormorant-garamond-bd3fa9fe.woff2 — 200 — 21.1 KiB — 300 ms — h2https://tarotai.chat/assets/_vinext_fonts/cormorant-garamond-f03df7a5d5a4/cormorant-garamond-5f813686.woff2/assets/_vinext_fonts/cormorant-gar... https://tarotai.chat/assets/_vinext_fonts/cormorant-garamond-f03df7a5d5a4/cormorant-garamond-5f813686.woff2 — 200 — 11.6 KiB — 300 ms — h2https://tarotai.chat/assets/_vinext_fonts/cormorant-garamond-f03df7a5d5a4/cormorant-garamond-0365c557.woff2/assets/_vinext_fonts/cormorant-gar... https://tarotai.chat/assets/_vinext_fonts/cormorant-garamond-f03df7a5d5a4/cormorant-garamond-0365c557.woff2 — 200 — 34.0 KiB — 300 ms — h2https://tarotai.chat/assets/_vinext_fonts/cormorant-garamond-f03df7a5d5a4/cormorant-garamond-fe99e303.woff2/assets/_vinext_fonts/cormorant-gar... https://tarotai.chat/assets/_vinext_fonts/cormorant-garamond-f03df7a5d5a4/cormorant-garamond-fe99e303.woff2 — 200 — 38.7 KiB — 298 ms — h2https://tarotai.chat/assets/_vinext_fonts/cormorant-garamond-f03df7a5d5a4/cormorant-garamond-dd44b623.woff2/assets/_vinext_fonts/cormorant-gar... https://tarotai.chat/assets/_vinext_fonts/cormorant-garamond-f03df7a5d5a4/cormorant-garamond-dd44b623.woff2 — 200 — 23.2 KiB — 308 ms — h2https://tarotai.chat/assets/_vinext_fonts/cormorant-garamond-f03df7a5d5a4/cormorant-garamond-44d82aa9.woff2/assets/_vinext_fonts/cormorant-gar... https://tarotai.chat/assets/_vinext_fonts/cormorant-garamond-f03df7a5d5a4/cormorant-garamond-44d82aa9.woff2 — 200 — 20.9 KiB — 308 ms — h2https://tarotai.chat/assets/_vinext_fonts/cormorant-garamond-f03df7a5d5a4/cormorant-garamond-7f5a19db.woff2/assets/_vinext_fonts/cormorant-gar... https://tarotai.chat/assets/_vinext_fonts/cormorant-garamond-f03df7a5d5a4/cormorant-garamond-7f5a19db.woff2 — 200 — 11.3 KiB — 307 ms — h2https://tarotai.chat/assets/_vinext_fonts/cormorant-garamond-f03df7a5d5a4/cormorant-garamond-21114939.woff2/assets/_vinext_fonts/cormorant-gar... https://tarotai.chat/assets/_vinext_fonts/cormorant-garamond-f03df7a5d5a4/cormorant-garamond-21114939.woff2 — 200 — 33.3 KiB — 307 ms — h2https://tarotai.chat/assets/_vinext_fonts/cormorant-garamond-f03df7a5d5a4/cormorant-garamond-e99b45a2.woff2/assets/_vinext_fonts/cormorant-gar... https://tarotai.chat/assets/_vinext_fonts/cormorant-garamond-f03df7a5d5a4/cormorant-garamond-e99b45a2.woff2 — 200 — 37.2 KiB — 311 ms — h2https://tarotai.chat/assets/_vinext_fonts/playfair-display-bb198aad0130/playfair-display-71101758.woff2/assets/_vinext_fonts/playfair-disp... https://tarotai.chat/assets/_vinext_fonts/playfair-display-bb198aad0130/playfair-display-71101758.woff2 — 200 — 23.3 KiB — 242 ms — h3https://tarotai.chat/assets/_vinext_fonts/playfair-display-bb198aad0130/playfair-display-f690fa55.woff2/assets/_vinext_fonts/playfair-disp... https://tarotai.chat/assets/_vinext_fonts/playfair-display-bb198aad0130/playfair-display-f690fa55.woff2 — 200 — 9.8 KiB — 67 ms — h3https://tarotai.chat/assets/_vinext_fonts/playfair-display-bb198aad0130/playfair-display-a9bc00d9.woff2/assets/_vinext_fonts/playfair-disp... https://tarotai.chat/assets/_vinext_fonts/playfair-display-bb198aad0130/playfair-display-a9bc00d9.woff2 — 200 — 23.3 KiB — 66 ms — h3https://tarotai.chat/assets/_vinext_fonts/playfair-display-bb198aad0130/playfair-display-ef5ca8ac.woff2/assets/_vinext_fonts/playfair-disp... https://tarotai.chat/assets/_vinext_fonts/playfair-display-bb198aad0130/playfair-display-ef5ca8ac.woff2 — 200 — 38.5 KiB — 242 ms — h3https://tarotai.chat/assets/_vinext_fonts/playfair-display-bb198aad0130/playfair-display-73961b9b.woff2/assets/_vinext_fonts/playfair-disp... https://tarotai.chat/assets/_vinext_fonts/playfair-display-bb198aad0130/playfair-display-73961b9b.woff2 — 200 — 21.1 KiB — 201 ms — h3https://tarotai.chat/assets/_vinext_fonts/playfair-display-bb198aad0130/playfair-display-49e0be96.woff2/assets/_vinext_fonts/playfair-disp... https://tarotai.chat/assets/_vinext_fonts/playfair-display-bb198aad0130/playfair-display-49e0be96.woff2 — 200 — 9.3 KiB — 201 ms — h3https://tarotai.chat/assets/_vinext_fonts/playfair-display-bb198aad0130/playfair-display-f556cda9.woff2/assets/_vinext_fonts/playfair-disp... https://tarotai.chat/assets/_vinext_fonts/playfair-display-bb198aad0130/playfair-display-f556cda9.woff2 — 200 — 21.0 KiB — 241 ms — h3https://tarotai.chat/assets/_vinext_fonts/playfair-display-bb198aad0130/playfair-display-9deeae77.woff2/assets/_vinext_fonts/playfair-disp... https://tarotai.chat/assets/_vinext_fonts/playfair-display-bb198aad0130/playfair-display-9deeae77.woff2 — 200 — 38.0 KiB — 267 ms — h3https://tarotai.chat/images/responsive/spread-avatars/time-flow-128.webp/images/responsive/spread-avatars/t... https://tarotai.chat/images/responsive/spread-avatars/time-flow-128.webp — 200 — 4.8 KiB — 200 ms — h3https://tarotai.chat/favicon.svg/favicon.svg https://tarotai.chat/favicon.svg — 200 — 694 B — 37 ms — h3https://tarotai.chat/api/auth/get-session/api/auth/get-session https://tarotai.chat/api/auth/get-session — 200 — 543 B — 43 ms — h3https://tarotai.chat/api/readings/quota/api/readings/quota https://tarotai.chat/api/readings/quota — 200 — 618 B — 31 ms — h3https://tarotai.chat/assets/three.module-UEBaNSRS.js/assets/three.module-UEBaNSRS.js https://tarotai.chat/assets/three.module-UEBaNSRS.js — 200 — 185.6 KiB — 62 ms — h3https://tarotai.chat/favicon.svg/favicon.svg https://tarotai.chat/favicon.svg — 200 — 480 B — 30 ms — h3https://tarotai.chat/favicon.ico/favicon.ico https://tarotai.chat/favicon.ico — 200 — 1.5 KiB — 32 ms — h3https://tarotai.chat/assets/OrbitControls-D40i2xe0.js/assets/OrbitControls-D40i2xe0.js https://tarotai.chat/assets/OrbitControls-D40i2xe0.js — 200 — 5.2 KiB — 31 ms — h3https://tarotai.chat/images/card-back.png/images/card-back.png https://tarotai.chat/images/card-back.png — 200 — 177.4 KiB — 40 ms — h3https://tarotai.chat/api/readings/shuffle/api/readings/shuffle https://tarotai.chat/api/readings/shuffle — 200 — 991 B — 27 ms — h3https://tarotai.chat/images/pentacles_2.png/images/pentacles_2.png https://tarotai.chat/images/pentacles_2.png — 200 — 129.5 KiB — 40 ms — h3https://tarotai.chat/images/major_19.png/images/major_19.png https://tarotai.chat/images/major_19.png — 200 — 137.6 KiB — 51 ms — h3https://tarotai.chat/images/major_3.png/images/major_3.png https://tarotai.chat/images/major_3.png — 200 — 140.7 KiB — 54 ms — h3https://tarotai.chat/images/swords_8.png/images/swords_8.png https://tarotai.chat/images/swords_8.png — 200 — 112.8 KiB — 398 ms — h3https://tarotai.chat/images/major_12.png/images/major_12.png https://tarotai.chat/images/major_12.png — 200 — 102.5 KiB — 96 ms — h3https://tarotai.chat/images/wands_5.png/images/wands_5.png https://tarotai.chat/images/wands_5.png — 200 — 119.5 KiB — 436 ms — h3https://tarotai.chat/images/pentacles_6.png/images/pentacles_6.png https://tarotai.chat/images/pentacles_6.png — 200 — 113.0 KiB — 470 ms — h3https://tarotai.chat/images/major_13.png/images/major_13.png https://tarotai.chat/images/major_13.png — 200 — 134.4 KiB — 359 ms — h3https://tarotai.chat/images/swords_3.png/images/swords_3.png https://tarotai.chat/images/swords_3.png — 200 — 109.7 KiB — 465 ms — h3https://tarotai.chat/images/pentacles_11.png/images/pentacles_11.png https://tarotai.chat/images/pentacles_11.png — 200 — 96.0 KiB — 639 ms — h3https://tarotai.chat/images/major_17.png/images/major_17.png https://tarotai.chat/images/major_17.png — 200 — 120.4 KiB — 664 ms — h3https://tarotai.chat/images/major_18.png/images/major_18.png https://tarotai.chat/images/major_18.png — 200 — 127.8 KiB — 606 ms — h3https://tarotai.chat/images/swords_11.png/images/swords_11.png https://tarotai.chat/images/swords_11.png — 200 — 114.5 KiB — 397 ms — h3https://tarotai.chat/images/cups_1.png/images/cups_1.png https://tarotai.chat/images/cups_1.png — 200 — 117.9 KiB — 474 ms — h3https://tarotai.chat/images/pentacles_9.png/images/pentacles_9.png https://tarotai.chat/images/pentacles_9.png — 200 — 135.1 KiB — 711 ms — h3https://tarotai.chat/images/wands_9.png/images/wands_9.png https://tarotai.chat/images/wands_9.png — 200 — 120.4 KiB — 740 ms — h3https://tarotai.chat/images/swords_5.png/images/swords_5.png https://tarotai.chat/images/swords_5.png — 200 — 107.9 KiB — 691 ms — h3https://tarotai.chat/images/wands_8.png/images/wands_8.png https://tarotai.chat/images/wands_8.png — 200 — 120.9 KiB — 751 ms — h3https://tarotai.chat/images/cups_3.png/images/cups_3.png https://tarotai.chat/images/cups_3.png — 200 — 118.5 KiB — 720 ms — h3https://tarotai.chat/images/swords_2.png/images/swords_2.png https://tarotai.chat/images/swords_2.png — 200 — 98.4 KiB — 648 ms — h3https://tarotai.chat/images/major_21.png/images/major_21.png https://tarotai.chat/images/major_21.png — 200 — 134.8 KiB — 753 ms — h3https://tarotai.chat/images/pentacles_4.png/images/pentacles_4.png https://tarotai.chat/images/pentacles_4.png — 200 — 134.8 KiB — 754 ms — h3https://tarotai.chat/images/wands_0.png/images/wands_0.png https://tarotai.chat/images/wands_0.png — 200 — 91.4 KiB — 590 ms — h3https://tarotai.chat/images/pentacles_0.png/images/pentacles_0.png https://tarotai.chat/images/pentacles_0.png — 200 — 104.5 KiB — 676 ms — h3https://tarotai.chat/images/pentacles_8.png/images/pentacles_8.png https://tarotai.chat/images/pentacles_8.png — 200 — 115.3 KiB — 660 ms — h3https://tarotai.chat/images/cups_0.png/images/cups_0.png https://tarotai.chat/images/cups_0.png — 200 — 104.5 KiB — 680 ms — h3https://tarotai.chat/images/wands_7.png/images/wands_7.png https://tarotai.chat/images/wands_7.png — 200 — 110.9 KiB — 668 ms — h3https://tarotai.chat/images/pentacles_1.png/images/pentacles_1.png https://tarotai.chat/images/pentacles_1.png — 200 — 103.5 KiB — 709 ms — h3https://tarotai.chat/images/swords_4.png/images/swords_4.png https://tarotai.chat/images/swords_4.png — 200 — 116.0 KiB — 663 ms — h3https://tarotai.chat/images/cups_2.png/images/cups_2.png https://tarotai.chat/images/cups_2.png — 200 — 120.1 KiB — 705 ms — h3https://tarotai.chat/images/swords_10.png/images/swords_10.png https://tarotai.chat/images/swords_10.png — 200 — 112.6 KiB — 671 ms — h3https://tarotai.chat/images/pentacles_7.png/images/pentacles_7.png https://tarotai.chat/images/pentacles_7.png — 200 — 104.9 KiB — 682 ms — h3https://tarotai.chat/images/swords_1.png/images/swords_1.png https://tarotai.chat/images/swords_1.png — 200 — 111.3 KiB — 708 ms — h3https://tarotai.chat/images/major_6.png/images/major_6.png https://tarotai.chat/images/major_6.png — 200 — 136.4 KiB — 756 ms — h3https://tarotai.chat/images/wands_13.png/images/wands_13.png https://tarotai.chat/images/wands_13.png — 200 — 132.9 KiB — 743 ms — h3https://tarotai.chat/images/major_10.png/images/major_10.png https://tarotai.chat/images/major_10.png — 200 — 126.9 KiB — 746 ms — h3https://tarotai.chat/images/major_0.png/images/major_0.png https://tarotai.chat/images/major_0.png — 200 — 109.8 KiB — 705 ms — h3https://tarotai.chat/images/swords_9.png/images/swords_9.png https://tarotai.chat/images/swords_9.png — 200 — 102.4 KiB — 693 ms — h3https://tarotai.chat/images/cups_10.png/images/cups_10.png https://tarotai.chat/images/cups_10.png — 200 — 104.6 KiB — 708 ms — h3https://tarotai.chat/images/swords_7.png/images/swords_7.png https://tarotai.chat/images/swords_7.png — 200 — 117.1 KiB — 739 ms — h3https://tarotai.chat/images/wands_10.png/images/wands_10.png https://tarotai.chat/images/wands_10.png — 200 — 109.9 KiB — 708 ms — h3https://tarotai.chat/images/wands_12.png/images/wands_12.png https://tarotai.chat/images/wands_12.png — 200 — 133.6 KiB — 755 ms — h3https://tarotai.chat/images/wands_2.png/images/wands_2.png https://tarotai.chat/images/wands_2.png — 200 — 119.0 KiB — 739 ms — h3https://tarotai.chat/images/pentacles_3.png/images/pentacles_3.png https://tarotai.chat/images/pentacles_3.png — 200 — 98.3 KiB — 678 ms — h3https://tarotai.chat/images/wands_1.png/images/wands_1.png https://tarotai.chat/images/wands_1.png — 200 — 117.0 KiB — 739 ms — h3https://tarotai.chat/images/cups_7.png/images/cups_7.png https://tarotai.chat/images/cups_7.png — 200 — 112.6 KiB — 729 ms — h3https://tarotai.chat/images/pentacles_13.png/images/pentacles_13.png https://tarotai.chat/images/pentacles_13.png — 200 — 123.9 KiB — 748 ms — h3https://tarotai.chat/images/swords_6.png/images/swords_6.png https://tarotai.chat/images/swords_6.png — 200 — 99.6 KiB — 691 ms — h3https://tarotai.chat/images/major_15.png/images/major_15.png https://tarotai.chat/images/major_15.png — 200 — 112.6 KiB — 729 ms — h3https://tarotai.chat/images/pentacles_12.png/images/pentacles_12.png https://tarotai.chat/images/pentacles_12.png — 200 — 137.9 KiB — 754 ms — h3https://tarotai.chat/images/wands_4.png/images/wands_4.png https://tarotai.chat/images/wands_4.png — 200 — 119.6 KiB — 746 ms — h3https://tarotai.chat/images/wands_3.png/images/wands_3.png https://tarotai.chat/images/wands_3.png — 200 — 107.6 KiB — 718 ms — h3https://tarotai.chat/images/major_20.png/images/major_20.png https://tarotai.chat/images/major_20.png — 200 — 135.2 KiB — 757 ms — h3https://tarotai.chat/images/cups_8.png/images/cups_8.png https://tarotai.chat/images/cups_8.png — 200 — 116.9 KiB — 741 ms — h3https://tarotai.chat/images/major_16.png/images/major_16.png https://tarotai.chat/images/major_16.png — 200 — 127.8 KiB — 753 ms — h3https://tarotai.chat/images/major_4.png/images/major_4.png https://tarotai.chat/images/major_4.png — 200 — 130.5 KiB — 754 ms — h3https://tarotai.chat/images/major_2.png/images/major_2.png https://tarotai.chat/images/major_2.png — 200 — 126.3 KiB — 754 ms — h3https://tarotai.chat/images/wands_11.png/images/wands_11.png https://tarotai.chat/images/wands_11.png — 200 — 121.4 KiB — 748 ms — h3https://tarotai.chat/images/pentacles_10.png/images/pentacles_10.png https://tarotai.chat/images/pentacles_10.png — 200 — 94.8 KiB — 674 ms — h3https://tarotai.chat/images/major_5.png/images/major_5.png https://tarotai.chat/images/major_5.png — 200 — 136.7 KiB — 754 ms — h3https://tarotai.chat/images/major_11.png/images/major_11.png https://tarotai.chat/images/major_11.png — 200 — 123.5 KiB — 749 ms — h3https://tarotai.chat/images/major_8.png/images/major_8.png https://tarotai.chat/images/major_8.png — 200 — 100.5 KiB — 693 ms — h3https://tarotai.chat/images/cups_11.png/images/cups_11.png https://tarotai.chat/images/cups_11.png — 200 — 121.1 KiB — 754 ms — h3https://tarotai.chat/images/swords_12.png/images/swords_12.png https://tarotai.chat/images/swords_12.png — 200 — 121.6 KiB — 755 ms — h3https://tarotai.chat/images/cups_9.png/images/cups_9.png https://tarotai.chat/images/cups_9.png — 200 — 112.1 KiB — 724 ms — h3https://tarotai.chat/images/major_9.png/images/major_9.png https://tarotai.chat/images/major_9.png — 200 — 111.3 KiB — 728 ms — h3https://tarotai.chat/images/cups_5.png/images/cups_5.png https://tarotai.chat/images/cups_5.png — 200 — 141.1 KiB — 731 ms — h3https://tarotai.chat/images/major_14.png/images/major_14.png https://tarotai.chat/images/major_14.png — 200 — 130.4 KiB — 755 ms — h3https://tarotai.chat/images/wands_6.png/images/wands_6.png https://tarotai.chat/images/wands_6.png — 200 — 115.8 KiB — 735 ms — h3https://tarotai.chat/images/cups_13.png/images/cups_13.png https://tarotai.chat/images/cups_13.png — 200 — 122.6 KiB — 755 ms — h3https://tarotai.chat/images/major_7.png/images/major_7.png https://tarotai.chat/images/major_7.png — 200 — 127.2 KiB — 755 ms — h3https://tarotai.chat/images/cups_4.png/images/cups_4.png https://tarotai.chat/images/cups_4.png — 200 — 94.5 KiB — 671 ms — h3https://tarotai.chat/images/cups_12.png/images/cups_12.png https://tarotai.chat/images/cups_12.png — 200 — 125.7 KiB — 694 ms — h3https://tarotai.chat/images/swords_13.png/images/swords_13.png https://tarotai.chat/images/swords_13.png — 200 — 121.4 KiB — 755 ms — h3https://tarotai.chat/images/swords_0.png/images/swords_0.png https://tarotai.chat/images/swords_0.png — 200 — 98.9 KiB — 683 ms — h3https://tarotai.chat/images/major_1.png/images/major_1.png https://tarotai.chat/images/major_1.png — 200 — 121.5 KiB — 754 ms — h3https://tarotai.chat/images/pentacles_5.png/images/pentacles_5.png https://tarotai.chat/images/pentacles_5.png — 200 — 112.8 KiB — 754 ms — h3https://tarotai.chat/images/cups_6.png/images/cups_6.png https://tarotai.chat/images/cups_6.png — 200 — 124.4 KiB — 755 ms — h3https://tarotai.chat/images/responsive/home-seo/what-hi-1264.webp/images/responsive/home-seo/what-hi... https://tarotai.chat/images/responsive/home-seo/what-hi-1264.webp — 200 — 152.8 KiB — 355 ms — h3https://tarotai.chat/images/responsive/home-seo/fate-wide-1280.webp/images/responsive/home-seo/fate-wi... https://tarotai.chat/images/responsive/home-seo/fate-wide-1280.webp — 200 — 28.2 KiB — 177 ms — h3https://tarotai.chat/images/responsive/home-seo/masters-wide-1280.webp/images/responsive/home-seo/masters... https://tarotai.chat/images/responsive/home-seo/masters-wide-1280.webp — 200 — 44.8 KiB — 269 ms — h3https://tarotai.chat/images/responsive/home-seo/echo-hi-1280.webp/images/responsive/home-seo/echo-hi... https://tarotai.chat/images/responsive/home-seo/echo-hi-1280.webp — 200 — 23.6 KiB — 161 ms — h3https://tarotai.chat/images/responsive/home-seo/case-love-1280.webp/images/responsive/home-seo/case-lo... https://tarotai.chat/images/responsive/home-seo/case-love-1280.webp — 200 — 46.1 KiB — 268 ms — h3https://tarotai.chat/images/responsive/home-seo/case-work-1280.webp/images/responsive/home-seo/case-wo... https://tarotai.chat/images/responsive/home-seo/case-work-1280.webp — 200 — 81.6 KiB — 350 ms — h3https://umami.bestvid.net/script.jsumami.bestvid.net/script.js https://umami.bestvid.net/script.js — 200 — 3.0 KiB — 102 ms — h3https://umami.bestvid.net/api/sendumami.bestvid.net/api/send https://umami.bestvid.net/api/send — 204 — 0 B — 131 ms — h3https://umami.bestvid.net/api/sendumami.bestvid.net/api/send https://umami.bestvid.net/api/send — 200 — 1.1 KiB — 65 ms — h3https://tarotai.chat/api/config/public/api/config/public https://tarotai.chat/api/config/public — 200 — 872 B — 29 ms — h3https://accounts.google.com/gsi/clientaccounts.google.com/gsi/client https://accounts.google.com/gsi/client — 200 — 99.3 KiB — 129 ms — h2https://accounts.google.com/gsi/styleaccounts.google.com/gsi/style https://accounts.google.com/gsi/style — 200 — 642 B — 31 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
1% of JavaScript execution is third-party
First-party Third-party 82ms · 99KB · €1/mo
accounts.google.com
Other
Optional
Execution 82ms
Transfer 99 KB
Unused 76%
Monthly Cost €1/mo

76% of accounts.google.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

Image Optimization
30 images, 321 KB total, 288 KB wasted
INFO

Image Optimization Audit

Total Images

30

Total Size

321 KB

Oversized

3

Wasted

288 KB

3 missing dimensions
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback