Skip to content
https://seedaud.io

Performance

· 22 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
88
GRADE
B
FIX
2
REVIEW
4
PASS
13
INFO
3

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

80
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
97
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.

532 ms

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

3.66 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.000

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

646 ms

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.75 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
22
13 PASS 4 REVIEW 2 FIX
F
Page Weight Budget
Action
4.6 MB transferred, 38 requests
FIX
4.6 MB transferred, 38 requests
Critical::
Page weighs 5.6 MB (4.6 MB transferred)
Warning::
Images are 4.1 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 4.1 MB
Info::
38 HTTP requests
Info::
Estimated 0.96 g CO2 per page load
4.6 MB / 2.4 MB budget
4.6 MB transferred
38 requests
0.96 g CO2 per page load
Images 4.1 MiB 91%
JavaScript 319.9 KiB 7%
HTML 50.4 KiB 1%
CSS 29.7 KiB 1%
Other 10.5 KiB 0%
Other 6.1 KiB 0%
Other 869 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

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: private, no-cache, no-store, max-age=0, must-revalidate
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

private, no-cache, no-store, max-age=0, must-revalidate

DirectiveValueMeaning
privateOnly browser cache, not CDN/proxy
no-cacheCache but always revalidate first
no-storeNever cache this response
max-age0Cache for 0 seconds
must-revalidateMust recheck with server after expiry
B
Image Optimization
6 images, 0 KB saveable
REVIEW
6 images, 0 KB saveable
Info::
All images are well-optimized
6 images 4.1 MB
0 oversized -0 KB
6 legacy format
0 missing dimensions CLS risk
B
JS Bundles
17 scripts, 72 KB unused
REVIEW
17 scripts, 72 KB unused
Warning::
https://accounts.google.com/gsi/client: 72 KB unused (75%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 72 KB
72 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://accounts.google.com/gsi/client97 KB72 KB (75%)3rd
https://seedaud.io/_next/static/chunks/4924-dc64fd92a9d76251.js4 KB1st
https://seedaud.io/_next/static/chunks/4207-0b1db2edbf6010fb.js7 KB1st
https://seedaud.io/_next/static/chunks/main-app-d7ecdd8ea1b11d21.js1 KB1st
https://seedaud.io/_next/static/chunks/6091-6bdfcd8c31001171.js13 KB1st
https://seedaud.io/_next/static/chunks/4707-840002ee52637aa6.js6 KB1st
https://seedaud.io/_next/static/chunks/1356-e0431919f9b272a7.js6 KB1st
https://seedaud.io/_next/static/chunks/1255-32f0b2a4c4d3a714.js46 KB1st
https://seedaud.io/_next/static/chunks/6199-69bf43d3f1b562f8.js3 KB1st
https://seedaud.io/_next/static/chunks/5889-3802aac086dc2541.js9 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

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
38 resources · 4.6 MB · 72 KB savings available
REVIEW
38 resources · 4.6 MB · 72 KB savings available
Warning::
Page weight 4.6 MB exceeds 1 MB target by 3.6 MB
Got: 4.6 MB Expected: ≤ 1 MB
Info::
~72 KB of savings available
Info::
2 third-party resources (2% of weight)
Info::
4 resources over 200KB
38 resources · 4.6 MiB · 2 third-party 3.6 MiB over 1MB target
Image 91% · 4.2 MiB
JavaScript 7% · 319.9 KiB
Document 1% · 50.4 KiB
CSS 1% · 29.7 KiB
Other 0% · 8.5 KiB

~72.3 KiB of savings available

Remove unused JavaScript: 72.3 KiB
A+
Third-Party Impact
2% third-party, 0 ms blocking
PASS
2% third-party, 0 ms blocking
Info::
Third-party code accounts for 2% of page weight (97.3 KiB of 4.6 MiB)
Info::
Third-party blocking time is low (0 ms)
98%
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+
JS Execution Cost
480ms total JS execution
PASS
480ms total JS execution
Info::
https://seedaud.io/: 206ms CPU time
Info::
Unattributable: 145ms CPU time
Info::
https://seedaud.io/_next/static/chunks/1255-32f0b2...: 129ms CPU time

Main Thread Breakdown

Script Evaluation 34% Other 34% Style & Layout 21% Script Parsing & Compilation 6%
ScriptTotalScriptingParse/CompileParty
https://seedaud.io/206ms7ms9ms1st
Unattributable145ms5ms0ms1st
https://seedaud.io/_next/static/chunks/1255-32f0b2a4c4d3a714.js129ms122ms3ms1st
A+
Font Loading
No web fonts (system fonts)
PASS
No web fonts (system fonts)
Info::
No web fonts loaded — system fonts are fastest
No web fonts loaded — system fonts are optimal.
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
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
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+
Compression Algorithm
Main response uses brotli
PASS
Main 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: private, no-cache, no-store, max-age=0, must-revalidate
A+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch
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+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
38 requests over 1368ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 532 ms LCP 3.7 shttps://seedaud.io// https://seedaud.io/ — 200 — 50.4 KiB — 170 ms — h3https://seedaud.io/images/seedaud/seedaud-icon.png/images/seedaud/seedaud-icon.png https://seedaud.io/images/seedaud/seedaud-icon.png — 200 — 487.6 KiB — 107 ms — h3https://seedaud.io/_next/static/css/869255f2b5457ee7.css/_next/static/css/869255f2b5457ee7.... https://seedaud.io/_next/static/css/869255f2b5457ee7.css — 200 — 27.6 KiB — 55 ms — h3https://seedaud.io/_next/static/css/7067def2ba8cbdc8.css/_next/static/css/7067def2ba8cbdc8.... https://seedaud.io/_next/static/css/7067def2ba8cbdc8.css — 200 — 1.4 KiB — 54 ms — h3https://seedaud.io/site.webmanifest/site.webmanifest https://seedaud.io/site.webmanifest — 200 — 869 B — 56 ms — h3https://seedaud.io/_next/static/chunks/webpack-5c044839b60d7a79.js/_next/static/chunks/webpack-5c0448... https://seedaud.io/_next/static/chunks/webpack-5c044839b60d7a79.js — 200 — 2.2 KiB — 46 ms — h3https://seedaud.io/_next/static/chunks/4bd1b696-f785427dddbba9fb.js/_next/static/chunks/4bd1b696-f7854... https://seedaud.io/_next/static/chunks/4bd1b696-f785427dddbba9fb.js — 200 — 55.0 KiB — 51 ms — h3https://seedaud.io/_next/static/chunks/1255-32f0b2a4c4d3a714.js/_next/static/chunks/1255-32f0b2a4c... https://seedaud.io/_next/static/chunks/1255-32f0b2a4c4d3a714.js — 200 — 45.6 KiB — 62 ms — h3https://seedaud.io/_next/static/chunks/main-app-d7ecdd8ea1b11d21.js/_next/static/chunks/main-app-d7ecd... https://seedaud.io/_next/static/chunks/main-app-d7ecdd8ea1b11d21.js — 200 — 708 B — 59 ms — h3https://seedaud.io/_next/static/chunks/6091-6bdfcd8c31001171.js/_next/static/chunks/6091-6bdfcd8c3... https://seedaud.io/_next/static/chunks/6091-6bdfcd8c31001171.js — 200 — 13.4 KiB — 91 ms — h3https://seedaud.io/_next/static/chunks/4707-840002ee52637aa6.js/_next/static/chunks/4707-840002ee5... https://seedaud.io/_next/static/chunks/4707-840002ee52637aa6.js — 200 — 5.5 KiB — 74 ms — h3https://seedaud.io/_next/static/chunks/1356-e0431919f9b272a7.js/_next/static/chunks/1356-e0431919f... https://seedaud.io/_next/static/chunks/1356-e0431919f9b272a7.js — 200 — 5.7 KiB — 88 ms — h3https://seedaud.io/_next/static/chunks/6199-69bf43d3f1b562f8.js/_next/static/chunks/6199-69bf43d3f... https://seedaud.io/_next/static/chunks/6199-69bf43d3f1b562f8.js — 200 — 2.8 KiB — 114 ms — h3https://seedaud.io/_next/static/chunks/4924-dc64fd92a9d76251.js/_next/static/chunks/4924-dc64fd92a... https://seedaud.io/_next/static/chunks/4924-dc64fd92a9d76251.js — 200 — 4.1 KiB — 103 ms — h3https://seedaud.io/_next/static/chunks/5889-3802aac086dc2541.js/_next/static/chunks/5889-3802aac08... https://seedaud.io/_next/static/chunks/5889-3802aac086dc2541.js — 200 — 8.7 KiB — 118 ms — h3https://seedaud.io/_next/static/chunks/4207-0b1db2edbf6010fb.js/_next/static/chunks/4207-0b1db2edb... https://seedaud.io/_next/static/chunks/4207-0b1db2edbf6010fb.js — 200 — 7.1 KiB — 97 ms — h3https://seedaud.io/_next/static/chunks/app/%5Blocale%5D/layout-12d36e6821d5954d.js/_next/static/chunks/app/%5Blocale%... https://seedaud.io/_next/static/chunks/app/%5Blocale%5D/layout-12d36e6821d5954d.js — 200 — 11.3 KiB — 119 ms — h3https://seedaud.io/_next/static/chunks/1033-21361d9984edcee9.js/_next/static/chunks/1033-21361d998... https://seedaud.io/_next/static/chunks/1033-21361d9984edcee9.js — 200 — 4.1 KiB — 119 ms — h3https://seedaud.io/_next/static/chunks/8525-63344f8a09abf490.js/_next/static/chunks/8525-63344f8a0... https://seedaud.io/_next/static/chunks/8525-63344f8a09abf490.js — 200 — 5.8 KiB — 89 ms — h3https://seedaud.io/_next/static/chunks/7458-198fc19d684f2967.js/_next/static/chunks/7458-198fc19d6... https://seedaud.io/_next/static/chunks/7458-198fc19d684f2967.js — 200 — 50.4 KiB — 126 ms — h3https://seedaud.io/_next/static/chunks/app/%5Blocale%5D/page-39b1085aefee36d7.js/_next/static/chunks/app/%5Blocale%... https://seedaud.io/_next/static/chunks/app/%5Blocale%5D/page-39b1085aefee36d7.js — 200 — 704 B — 122 ms — h3https://seedaud.io/images/seedaud/hero-seedaudio-ai-studio.png/images/seedaud/hero-seedaudio-ai-s... https://seedaud.io/images/seedaud/hero-seedaudio-ai-studio.png — 200 — 1.5 MiB — 154 ms — h3https://seedaud.io/images/seedaud/seo/audio-suite-console.jpg/images/seedaud/seo/audio-suite-con... https://seedaud.io/images/seedaud/seo/audio-suite-console.jpg — 200 — 127.1 KiB — 48 ms — h3https://seedaud.io/images/seedaud/seo/studio-microphone-vertical.png/images/seedaud/seo/studio-micropho... https://seedaud.io/images/seedaud/seo/studio-microphone-vertical.png — 200 — 1.6 MiB — 128 ms — h3https://seedaud.io/images/seedaud/seo/voice-profile-spectrogram.jpg/images/seedaud/seo/voice-profile-s... https://seedaud.io/images/seedaud/seo/voice-profile-spectrogram.jpg — 200 — 235.9 KiB — 116 ms — h3https://seedaud.io/images/seedaud/seo/voice-language-library.jpg/images/seedaud/seo/voice-language-... https://seedaud.io/images/seedaud/seo/voice-language-library.jpg — 200 — 129.2 KiB — 88 ms — h3https://seedaud.io/favicon.ico/favicon.ico https://seedaud.io/favicon.ico — 200 — 3.5 KiB — 34 ms — h3https://seedaud.io/android-chrome-192x192.webp/android-chrome-192x192.webp https://seedaud.io/android-chrome-192x192.webp — 200 — 5.4 KiB — 36 ms — h3https://seedaud.io/text-to-speech?_rsc=QjpZXuqgcVyOCyNQ/text-to-speech?_rsc=QjpZXuqgcVyOCy... https://seedaud.io/text-to-speech?_rsc=QjpZXuqgcVyOCyNQ — 308 — 402 B — 32 ms — h3https://seedaud.io/pricing?_rsc=QjpZXuqgcVyOCyNQ/pricing?_rsc=QjpZXuqgcVyOCyNQ https://seedaud.io/pricing?_rsc=QjpZXuqgcVyOCyNQ — 308 — 403 B — 375 ms — h3
0 ms 1.0 s 2.0 s 3.0 s FCP 532 ms LCP 3.7 shttps://seedaud.io// https://seedaud.io/ — 200 — 50.4 KiB — 170 ms — h3https://seedaud.io/images/seedaud/seedaud-icon.png/images/seedaud/seedaud-icon.png https://seedaud.io/images/seedaud/seedaud-icon.png — 200 — 487.6 KiB — 107 ms — h3https://seedaud.io/_next/static/css/869255f2b5457ee7.css/_next/static/css/869255f2b5457ee7.... https://seedaud.io/_next/static/css/869255f2b5457ee7.css — 200 — 27.6 KiB — 55 ms — h3https://seedaud.io/_next/static/css/7067def2ba8cbdc8.css/_next/static/css/7067def2ba8cbdc8.... https://seedaud.io/_next/static/css/7067def2ba8cbdc8.css — 200 — 1.4 KiB — 54 ms — h3https://seedaud.io/site.webmanifest/site.webmanifest https://seedaud.io/site.webmanifest — 200 — 869 B — 56 ms — h3https://seedaud.io/_next/static/chunks/webpack-5c044839b60d7a79.js/_next/static/chunks/webpack-5c0448... https://seedaud.io/_next/static/chunks/webpack-5c044839b60d7a79.js — 200 — 2.2 KiB — 46 ms — h3https://seedaud.io/_next/static/chunks/4bd1b696-f785427dddbba9fb.js/_next/static/chunks/4bd1b696-f7854... https://seedaud.io/_next/static/chunks/4bd1b696-f785427dddbba9fb.js — 200 — 55.0 KiB — 51 ms — h3https://seedaud.io/_next/static/chunks/1255-32f0b2a4c4d3a714.js/_next/static/chunks/1255-32f0b2a4c... https://seedaud.io/_next/static/chunks/1255-32f0b2a4c4d3a714.js — 200 — 45.6 KiB — 62 ms — h3https://seedaud.io/_next/static/chunks/main-app-d7ecdd8ea1b11d21.js/_next/static/chunks/main-app-d7ecd... https://seedaud.io/_next/static/chunks/main-app-d7ecdd8ea1b11d21.js — 200 — 708 B — 59 ms — h3https://seedaud.io/_next/static/chunks/6091-6bdfcd8c31001171.js/_next/static/chunks/6091-6bdfcd8c3... https://seedaud.io/_next/static/chunks/6091-6bdfcd8c31001171.js — 200 — 13.4 KiB — 91 ms — h3https://seedaud.io/_next/static/chunks/4707-840002ee52637aa6.js/_next/static/chunks/4707-840002ee5... https://seedaud.io/_next/static/chunks/4707-840002ee52637aa6.js — 200 — 5.5 KiB — 74 ms — h3https://seedaud.io/_next/static/chunks/1356-e0431919f9b272a7.js/_next/static/chunks/1356-e0431919f... https://seedaud.io/_next/static/chunks/1356-e0431919f9b272a7.js — 200 — 5.7 KiB — 88 ms — h3https://seedaud.io/_next/static/chunks/6199-69bf43d3f1b562f8.js/_next/static/chunks/6199-69bf43d3f... https://seedaud.io/_next/static/chunks/6199-69bf43d3f1b562f8.js — 200 — 2.8 KiB — 114 ms — h3https://seedaud.io/_next/static/chunks/4924-dc64fd92a9d76251.js/_next/static/chunks/4924-dc64fd92a... https://seedaud.io/_next/static/chunks/4924-dc64fd92a9d76251.js — 200 — 4.1 KiB — 103 ms — h3https://seedaud.io/_next/static/chunks/5889-3802aac086dc2541.js/_next/static/chunks/5889-3802aac08... https://seedaud.io/_next/static/chunks/5889-3802aac086dc2541.js — 200 — 8.7 KiB — 118 ms — h3https://seedaud.io/_next/static/chunks/4207-0b1db2edbf6010fb.js/_next/static/chunks/4207-0b1db2edb... https://seedaud.io/_next/static/chunks/4207-0b1db2edbf6010fb.js — 200 — 7.1 KiB — 97 ms — h3https://seedaud.io/_next/static/chunks/app/%5Blocale%5D/layout-12d36e6821d5954d.js/_next/static/chunks/app/%5Blocale%... https://seedaud.io/_next/static/chunks/app/%5Blocale%5D/layout-12d36e6821d5954d.js — 200 — 11.3 KiB — 119 ms — h3https://seedaud.io/_next/static/chunks/1033-21361d9984edcee9.js/_next/static/chunks/1033-21361d998... https://seedaud.io/_next/static/chunks/1033-21361d9984edcee9.js — 200 — 4.1 KiB — 119 ms — h3https://seedaud.io/_next/static/chunks/8525-63344f8a09abf490.js/_next/static/chunks/8525-63344f8a0... https://seedaud.io/_next/static/chunks/8525-63344f8a09abf490.js — 200 — 5.8 KiB — 89 ms — h3https://seedaud.io/_next/static/chunks/7458-198fc19d684f2967.js/_next/static/chunks/7458-198fc19d6... https://seedaud.io/_next/static/chunks/7458-198fc19d684f2967.js — 200 — 50.4 KiB — 126 ms — h3https://seedaud.io/_next/static/chunks/app/%5Blocale%5D/page-39b1085aefee36d7.js/_next/static/chunks/app/%5Blocale%... https://seedaud.io/_next/static/chunks/app/%5Blocale%5D/page-39b1085aefee36d7.js — 200 — 704 B — 122 ms — h3https://seedaud.io/images/seedaud/hero-seedaudio-ai-studio.png/images/seedaud/hero-seedaudio-ai-s... https://seedaud.io/images/seedaud/hero-seedaudio-ai-studio.png — 200 — 1.5 MiB — 154 ms — h3https://seedaud.io/images/seedaud/seo/audio-suite-console.jpg/images/seedaud/seo/audio-suite-con... https://seedaud.io/images/seedaud/seo/audio-suite-console.jpg — 200 — 127.1 KiB — 48 ms — h3https://seedaud.io/images/seedaud/seo/studio-microphone-vertical.png/images/seedaud/seo/studio-micropho... https://seedaud.io/images/seedaud/seo/studio-microphone-vertical.png — 200 — 1.6 MiB — 128 ms — h3https://seedaud.io/images/seedaud/seo/voice-profile-spectrogram.jpg/images/seedaud/seo/voice-profile-s... https://seedaud.io/images/seedaud/seo/voice-profile-spectrogram.jpg — 200 — 235.9 KiB — 116 ms — h3https://seedaud.io/images/seedaud/seo/voice-language-library.jpg/images/seedaud/seo/voice-language-... https://seedaud.io/images/seedaud/seo/voice-language-library.jpg — 200 — 129.2 KiB — 88 ms — h3https://seedaud.io/favicon.ico/favicon.ico https://seedaud.io/favicon.ico — 200 — 3.5 KiB — 34 ms — h3https://seedaud.io/android-chrome-192x192.webp/android-chrome-192x192.webp https://seedaud.io/android-chrome-192x192.webp — 200 — 5.4 KiB — 36 ms — h3https://seedaud.io/text-to-speech?_rsc=QjpZXuqgcVyOCyNQ/text-to-speech?_rsc=QjpZXuqgcVyOCy... https://seedaud.io/text-to-speech?_rsc=QjpZXuqgcVyOCyNQ — 308 — 402 B — 32 ms — h3https://seedaud.io/pricing?_rsc=QjpZXuqgcVyOCyNQ/pricing?_rsc=QjpZXuqgcVyOCyNQ https://seedaud.io/pricing?_rsc=QjpZXuqgcVyOCyNQ — 308 — 403 B — 375 ms — h3https://seedaud.io/docs?_rsc=QjpZXuqgcVyOCyNQ/docs?_rsc=QjpZXuqgcVyOCyNQ https://seedaud.io/docs?_rsc=QjpZXuqgcVyOCyNQ — 308 — 396 B — 368 ms — h3https://seedaud.io/blog?_rsc=QjpZXuqgcVyOCyNQ/blog?_rsc=QjpZXuqgcVyOCyNQ https://seedaud.io/blog?_rsc=QjpZXuqgcVyOCyNQ — 308 — 392 B — 365 ms — h3https://accounts.google.com/gsi/clientaccounts.google.com/gsi/client https://accounts.google.com/gsi/client — 200 — 96.7 KiB — 126 ms — h2https://seedaud.io/text-to-speech//text-to-speech/ https://seedaud.io/text-to-speech/ — 200 — 1.4 KiB — 544 ms — h3https://accounts.google.com/gsi/styleaccounts.google.com/gsi/style https://accounts.google.com/gsi/style — 200 — 642 B — 45 ms — h2https://seedaud.io/blog//blog/ https://seedaud.io/blog/ — 200 — 1.6 KiB — 223 ms — h3https://seedaud.io/docs//docs/ https://seedaud.io/docs/ — 200 — 1.6 KiB — 240 ms — h3https://seedaud.io/pricing//pricing/ https://seedaud.io/pricing/ — 200 — 1.6 KiB — 247 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Real-User Performance (CrUX)
Field metrics from the Chrome User Experience Report
INFO

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

This origin passes Core Web Vitals assessment
Image Optimization
41 images, 1101 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

41

Total Size

1101 KB

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

Send Feedback