Skip to content
https://rewordsai.app

Performance

· 23 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
91
GRADE
A
FIX
2
REVIEW
3
PASS
14
INFO
4

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

88
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.

1.45 s

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

1.68 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

2 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.45 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.

2.28 s

Page Load Progression

688 ms
1.4 s
2.1 s
2.8 s
3.4 s
4.1 s
4.8 s
5.5 s
Checks
23
14 PASS 3 REVIEW 2 FIX
D
JS Execution Cost
Action
2377ms total JS execution
FIX
2377ms total JS execution
Warning::
https://rewordsai.app/assets/framework-DJH1pfSr.js: 990ms CPU time
Warning::
https://umami.bestvid.net/recorder.js: 589ms CPU time
Warning::
https://rewordsai.app/assets/workspace-CfrZjWAS.js: 260ms CPU time
Info::
https://rewordsai.app/: 245ms CPU time
Info::
Unattributable: 146ms CPU time
Info::
Third-party scripts: 736ms (31% of total)

Main Thread Breakdown

Script Evaluation 61% Style & Layout 16% Other 15% Rendering 5%
ScriptTotalScriptingParse/CompileParty
https://rewordsai.app/assets/framework-DJH1pfSr.js990ms725ms0ms1st
https://umami.bestvid.net/recorder.js589ms551ms4ms3rd
https://rewordsai.app/assets/workspace-CfrZjWAS.js260ms35ms0ms1st
https://rewordsai.app/245ms12ms7ms1st
Unattributable146ms13ms0ms1st
https://scripts.clarity.ms/0.8.69/clarity.js89ms82ms1ms3rd
https://www.googletagmanager.com/gtag/js?id=G-XZK9WYVKKD58ms49ms9ms3rd
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
Third-Party Impact
41% third-party, 0 ms blocking
REVIEW
41% third-party, 0 ms blocking
Info::
Third-party code accounts for 41% of page weight (359.3 KiB of 868.7 KiB)
Info::
Third-party blocking time is low (0 ms)
59%
41%
First-party Third-party
C
JS Bundles
Action
72 scripts, 181 KB unused
REVIEW
72 scripts, 181 KB unused
Warning::
https://accounts.google.com/gsi/client: 72 KB unused (75%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-XZK9...: 71 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://umami.bestvid.net/recorder.js: 38 KB unused (67%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 181 KB
181 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://accounts.google.com/gsi/client97 KB72 KB (75%)3rd
https://www.googletagmanager.com/gtag/js?id=G-XZK9WYVKKD166 KB71 KB (43%)3rd
https://umami.bestvid.net/recorder.js58 KB38 KB (67%)3rd
https://rewordsai.app/assets/global-error-CVl8f3Cz.js1 KB1st
https://rewordsai.app/assets/framework-DJH1pfSr.js60 KB1st
https://rewordsai.app/assets/rolldown-runtime-QTnfLwEv.js1 KB1st
https://rewordsai.app/assets/url-utils-BQKFb685.js1 KB1st
https://rewordsai.app/assets/error-BfKPhPMG.js1 KB1st
https://rewordsai.app/assets/navigation-S2zqLEkv.js2 KB1st
https://rewordsai.app/assets/react-DlbkFqaW.js13 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

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.
A
Page Weight Budget
869 KB transferred, 112 requests
PASS
869 KB transferred, 112 requests
Info::
Page weighs 2.3 MB (869 KB transferred)
Warning::
JavaScript is 593 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 593 KB
Warning::
112 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.18 g CO2 per page load
869 KB / 2.4 MB budget
869 KB transferred
112 requests
0.18 g CO2 per page load
JavaScript 592.7 KiB 68%
Images 168.3 KiB 19%
HTML 43.3 KiB 5%
CSS 31.0 KiB 4%
Other 24.6 KiB 3%
Other 6.8 KiB 1%
Other 1.1 KiB 0%
Other 905 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Under budget

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

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

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+
Image Optimization
7 images, 0 KB saveable
PASS
7 images, 0 KB saveable
Info::
All images are well-optimized
7 images 168 KB
0 oversized -0 KB
0 legacy format
0 missing dimensions CLS risk
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: 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
Page Weight Inventory
112 resources · 869 KB · 181 KB savings available
PASS
112 resources · 869 KB · 181 KB savings available
Info::
Within 1MB page-weight target
Got: 869 KB
Info::
~181 KB of savings available
Warning::
32 third-party resources (41% of weight)
112 resources · 868.7 KiB · 32 third-party Within 1MB page-weight target
JavaScript 68% · 592.7 KiB
Image 22% · 192.9 KiB
Document 5% · 43.3 KiB
CSS 4% · 31.0 KiB
Other 1% · 8.8 KiB

~181.0 KiB of savings available

Remove unused JavaScript: 181.0 KiB
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
112 requests over 4939ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.4 s LCP 1.7 shttps://rewordsai.app// https://rewordsai.app/ — 200 — 43.3 KiB — 161 ms — h3https://rewordsai.app/images/hero-menu-before-360.webp/images/hero-menu-before-360.webp https://rewordsai.app/images/hero-menu-before-360.webp — 200 — 26.4 KiB — 66 ms — h3https://rewordsai.app/assets/index-DnvjvXh-.css/assets/index-DnvjvXh-.css https://rewordsai.app/assets/index-DnvjvXh-.css — 200 — 30.3 KiB — 63 ms — h3https://rewordsai.app/assets/global-error-CVl8f3Cz.js/assets/global-error-CVl8f3Cz.js https://rewordsai.app/assets/global-error-CVl8f3Cz.js — 200 — 1.0 KiB — 52 ms — h3https://rewordsai.app/assets/framework-DJH1pfSr.js/assets/framework-DJH1pfSr.js https://rewordsai.app/assets/framework-DJH1pfSr.js — 200 — 59.9 KiB — 136 ms — h3https://rewordsai.app/assets/rolldown-runtime-QTnfLwEv.js/assets/rolldown-runtime-QTnfLwEv.j... https://rewordsai.app/assets/rolldown-runtime-QTnfLwEv.js — 200 — 917 B — 52 ms — h3https://rewordsai.app/assets/url-utils-BQKFb685.js/assets/url-utils-BQKFb685.js https://rewordsai.app/assets/url-utils-BQKFb685.js — 200 — 1.4 KiB — 56 ms — h3https://rewordsai.app/assets/error-BfKPhPMG.js/assets/error-BfKPhPMG.js https://rewordsai.app/assets/error-BfKPhPMG.js — 200 — 958 B — 81 ms — h3https://rewordsai.app/assets/navigation-S2zqLEkv.js/assets/navigation-S2zqLEkv.js https://rewordsai.app/assets/navigation-S2zqLEkv.js — 200 — 1.6 KiB — 138 ms — h3https://rewordsai.app/assets/react-DlbkFqaW.js/assets/react-DlbkFqaW.js https://rewordsai.app/assets/react-DlbkFqaW.js — 200 — 13.5 KiB — 90 ms — h3https://rewordsai.app/assets/BaseLink-2VVnD4hp.js/assets/BaseLink-2VVnD4hp.js https://rewordsai.app/assets/BaseLink-2VVnD4hp.js — 200 — 5.8 KiB — 133 ms — h3https://rewordsai.app/assets/locale-BQ4hC9K3.js/assets/locale-BQ4hC9K3.js https://rewordsai.app/assets/locale-BQ4hC9K3.js — 200 — 2.5 KiB — 113 ms — h3https://rewordsai.app/assets/react-client-CAjdHkmk.js/assets/react-client-CAjdHkmk.js https://rewordsai.app/assets/react-client-CAjdHkmk.js — 200 — 622 B — 133 ms — h3https://rewordsai.app/assets/layout-segment-context-B0vqr_nk.js/assets/layout-segment-context-B0vq... https://rewordsai.app/assets/layout-segment-context-B0vqr_nk.js — 200 — 703 B — 120 ms — h3https://rewordsai.app/assets/NextIntlClientProvider-d9oaY35C.js/assets/NextIntlClientProvider-d9oa... https://rewordsai.app/assets/NextIntlClientProvider-d9oaY35C.js — 200 — 655 B — 88 ms — h3https://rewordsai.app/assets/intl-recovery-boundary-D5jorRD5.js/assets/intl-recovery-boundary-D5jo... https://rewordsai.app/assets/intl-recovery-boundary-D5jorRD5.js — 200 — 1.2 KiB — 124 ms — h3https://rewordsai.app/assets/dist-BqFYcBMN.js/assets/dist-BqFYcBMN.js https://rewordsai.app/assets/dist-BqFYcBMN.js — 200 — 2.0 KiB — 131 ms — h3https://rewordsai.app/assets/auth-modal-provider-CpwWpPld.js/assets/auth-modal-provider-CpwWpPl... https://rewordsai.app/assets/auth-modal-provider-CpwWpPld.js — 200 — 1.9 KiB — 131 ms — h3https://rewordsai.app/assets/dynamic-JvjZAPEJ.js/assets/dynamic-JvjZAPEJ.js https://rewordsai.app/assets/dynamic-JvjZAPEJ.js — 200 — 1.5 KiB — 131 ms — h3https://rewordsai.app/assets/track-CUruYeSl.js/assets/track-CUruYeSl.js https://rewordsai.app/assets/track-CUruYeSl.js — 200 — 1.7 KiB — 132 ms — h3https://rewordsai.app/assets/promo-t9XhZ7QR.js/assets/promo-t9XhZ7QR.js https://rewordsai.app/assets/promo-t9XhZ7QR.js — 200 — 1.2 KiB — 66 ms — h3https://rewordsai.app/assets/login-promo-provider-Dcyz6WT7.js/assets/login-promo-provider-Dcyz6W... https://rewordsai.app/assets/login-promo-provider-Dcyz6WT7.js — 200 — 1.8 KiB — 127 ms — h3https://rewordsai.app/assets/client-sxLoWGEo.js/assets/client-sxLoWGEo.js https://rewordsai.app/assets/client-sxLoWGEo.js — 200 — 12.1 KiB — 140 ms — h3https://rewordsai.app/assets/rewords-device-7jIR_QxH.js/assets/rewords-device-7jIR_QxH.js https://rewordsai.app/assets/rewords-device-7jIR_QxH.js — 200 — 1009 B — 128 ms — h3https://rewordsai.app/assets/pricing-modal-provider-Dr-ZEVfu.js/assets/pricing-modal-provider-Dr-Z... https://rewordsai.app/assets/pricing-modal-provider-Dr-ZEVfu.js — 200 — 3.9 KiB — 136 ms — h3https://rewordsai.app/assets/utils-DXalBF5w.js/assets/utils-DXalBF5w.js https://rewordsai.app/assets/utils-DXalBF5w.js — 200 — 8.9 KiB — 137 ms — h3https://rewordsai.app/assets/check-CX-FwU1S.js/assets/check-CX-FwU1S.js https://rewordsai.app/assets/check-CX-FwU1S.js — 200 — 620 B — 127 ms — h3https://rewordsai.app/assets/createLucideIcon-BRWvWrMn.js/assets/createLucideIcon-BRWvWrMn.j... https://rewordsai.app/assets/createLucideIcon-BRWvWrMn.js — 200 — 1.2 KiB — 69 ms — h3https://rewordsai.app/assets/loader-circle-Cxy4jRlv.js/assets/loader-circle-Cxy4jRlv.js https://rewordsai.app/assets/loader-circle-Cxy4jRlv.js — 200 — 626 B — 125 ms — h3https://rewordsai.app/assets/sparkles-DoLysNxV.js/assets/sparkles-DoLysNxV.js https://rewordsai.app/assets/sparkles-DoLysNxV.js — 200 — 799 B — 135 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.4 s LCP 1.7 shttps://rewordsai.app// https://rewordsai.app/ — 200 — 43.3 KiB — 161 ms — h3https://rewordsai.app/images/hero-menu-before-360.webp/images/hero-menu-before-360.webp https://rewordsai.app/images/hero-menu-before-360.webp — 200 — 26.4 KiB — 66 ms — h3https://rewordsai.app/assets/index-DnvjvXh-.css/assets/index-DnvjvXh-.css https://rewordsai.app/assets/index-DnvjvXh-.css — 200 — 30.3 KiB — 63 ms — h3https://rewordsai.app/assets/global-error-CVl8f3Cz.js/assets/global-error-CVl8f3Cz.js https://rewordsai.app/assets/global-error-CVl8f3Cz.js — 200 — 1.0 KiB — 52 ms — h3https://rewordsai.app/assets/framework-DJH1pfSr.js/assets/framework-DJH1pfSr.js https://rewordsai.app/assets/framework-DJH1pfSr.js — 200 — 59.9 KiB — 136 ms — h3https://rewordsai.app/assets/rolldown-runtime-QTnfLwEv.js/assets/rolldown-runtime-QTnfLwEv.j... https://rewordsai.app/assets/rolldown-runtime-QTnfLwEv.js — 200 — 917 B — 52 ms — h3https://rewordsai.app/assets/url-utils-BQKFb685.js/assets/url-utils-BQKFb685.js https://rewordsai.app/assets/url-utils-BQKFb685.js — 200 — 1.4 KiB — 56 ms — h3https://rewordsai.app/assets/error-BfKPhPMG.js/assets/error-BfKPhPMG.js https://rewordsai.app/assets/error-BfKPhPMG.js — 200 — 958 B — 81 ms — h3https://rewordsai.app/assets/navigation-S2zqLEkv.js/assets/navigation-S2zqLEkv.js https://rewordsai.app/assets/navigation-S2zqLEkv.js — 200 — 1.6 KiB — 138 ms — h3https://rewordsai.app/assets/react-DlbkFqaW.js/assets/react-DlbkFqaW.js https://rewordsai.app/assets/react-DlbkFqaW.js — 200 — 13.5 KiB — 90 ms — h3https://rewordsai.app/assets/BaseLink-2VVnD4hp.js/assets/BaseLink-2VVnD4hp.js https://rewordsai.app/assets/BaseLink-2VVnD4hp.js — 200 — 5.8 KiB — 133 ms — h3https://rewordsai.app/assets/locale-BQ4hC9K3.js/assets/locale-BQ4hC9K3.js https://rewordsai.app/assets/locale-BQ4hC9K3.js — 200 — 2.5 KiB — 113 ms — h3https://rewordsai.app/assets/react-client-CAjdHkmk.js/assets/react-client-CAjdHkmk.js https://rewordsai.app/assets/react-client-CAjdHkmk.js — 200 — 622 B — 133 ms — h3https://rewordsai.app/assets/layout-segment-context-B0vqr_nk.js/assets/layout-segment-context-B0vq... https://rewordsai.app/assets/layout-segment-context-B0vqr_nk.js — 200 — 703 B — 120 ms — h3https://rewordsai.app/assets/NextIntlClientProvider-d9oaY35C.js/assets/NextIntlClientProvider-d9oa... https://rewordsai.app/assets/NextIntlClientProvider-d9oaY35C.js — 200 — 655 B — 88 ms — h3https://rewordsai.app/assets/intl-recovery-boundary-D5jorRD5.js/assets/intl-recovery-boundary-D5jo... https://rewordsai.app/assets/intl-recovery-boundary-D5jorRD5.js — 200 — 1.2 KiB — 124 ms — h3https://rewordsai.app/assets/dist-BqFYcBMN.js/assets/dist-BqFYcBMN.js https://rewordsai.app/assets/dist-BqFYcBMN.js — 200 — 2.0 KiB — 131 ms — h3https://rewordsai.app/assets/auth-modal-provider-CpwWpPld.js/assets/auth-modal-provider-CpwWpPl... https://rewordsai.app/assets/auth-modal-provider-CpwWpPld.js — 200 — 1.9 KiB — 131 ms — h3https://rewordsai.app/assets/dynamic-JvjZAPEJ.js/assets/dynamic-JvjZAPEJ.js https://rewordsai.app/assets/dynamic-JvjZAPEJ.js — 200 — 1.5 KiB — 131 ms — h3https://rewordsai.app/assets/track-CUruYeSl.js/assets/track-CUruYeSl.js https://rewordsai.app/assets/track-CUruYeSl.js — 200 — 1.7 KiB — 132 ms — h3https://rewordsai.app/assets/promo-t9XhZ7QR.js/assets/promo-t9XhZ7QR.js https://rewordsai.app/assets/promo-t9XhZ7QR.js — 200 — 1.2 KiB — 66 ms — h3https://rewordsai.app/assets/login-promo-provider-Dcyz6WT7.js/assets/login-promo-provider-Dcyz6W... https://rewordsai.app/assets/login-promo-provider-Dcyz6WT7.js — 200 — 1.8 KiB — 127 ms — h3https://rewordsai.app/assets/client-sxLoWGEo.js/assets/client-sxLoWGEo.js https://rewordsai.app/assets/client-sxLoWGEo.js — 200 — 12.1 KiB — 140 ms — h3https://rewordsai.app/assets/rewords-device-7jIR_QxH.js/assets/rewords-device-7jIR_QxH.js https://rewordsai.app/assets/rewords-device-7jIR_QxH.js — 200 — 1009 B — 128 ms — h3https://rewordsai.app/assets/pricing-modal-provider-Dr-ZEVfu.js/assets/pricing-modal-provider-Dr-Z... https://rewordsai.app/assets/pricing-modal-provider-Dr-ZEVfu.js — 200 — 3.9 KiB — 136 ms — h3https://rewordsai.app/assets/utils-DXalBF5w.js/assets/utils-DXalBF5w.js https://rewordsai.app/assets/utils-DXalBF5w.js — 200 — 8.9 KiB — 137 ms — h3https://rewordsai.app/assets/check-CX-FwU1S.js/assets/check-CX-FwU1S.js https://rewordsai.app/assets/check-CX-FwU1S.js — 200 — 620 B — 127 ms — h3https://rewordsai.app/assets/createLucideIcon-BRWvWrMn.js/assets/createLucideIcon-BRWvWrMn.j... https://rewordsai.app/assets/createLucideIcon-BRWvWrMn.js — 200 — 1.2 KiB — 69 ms — h3https://rewordsai.app/assets/loader-circle-Cxy4jRlv.js/assets/loader-circle-Cxy4jRlv.js https://rewordsai.app/assets/loader-circle-Cxy4jRlv.js — 200 — 626 B — 125 ms — h3https://rewordsai.app/assets/sparkles-DoLysNxV.js/assets/sparkles-DoLysNxV.js https://rewordsai.app/assets/sparkles-DoLysNxV.js — 200 — 799 B — 135 ms — h3https://rewordsai.app/assets/x-ChR1JV_j.js/assets/x-ChR1JV_j.js https://rewordsai.app/assets/x-ChR1JV_j.js — 200 — 633 B — 129 ms — h3https://rewordsai.app/assets/dist-Dxtr84wd.js/assets/dist-Dxtr84wd.js https://rewordsai.app/assets/dist-Dxtr84wd.js — 200 — 10.1 KiB — 125 ms — h3https://rewordsai.app/assets/pricing-BrzAayGj.js/assets/pricing-BrzAayGj.js https://rewordsai.app/assets/pricing-BrzAayGj.js — 200 — 1.8 KiB — 125 ms — h3https://rewordsai.app/assets/use-promo-countdown-D1Qg8_4h.js/assets/use-promo-countdown-D1Qg8_4... https://rewordsai.app/assets/use-promo-countdown-D1Qg8_4h.js — 200 — 1014 B — 128 ms — h3https://rewordsai.app/assets/locale-path-BFn0xFiM.js/assets/locale-path-BFn0xFiM.js https://rewordsai.app/assets/locale-path-BFn0xFiM.js — 200 — 778 B — 127 ms — h3https://rewordsai.app/assets/seo-DraDJrsF.js/assets/seo-DraDJrsF.js https://rewordsai.app/assets/seo-DraDJrsF.js — 200 — 671 B — 55 ms — h3https://rewordsai.app/assets/sonner-2KtkNM3b.js/assets/sonner-2KtkNM3b.js https://rewordsai.app/assets/sonner-2KtkNM3b.js — 200 — 1.2 KiB — 134 ms — h3https://rewordsai.app/assets/circle-check-B8l71IIG.js/assets/circle-check-B8l71IIG.js https://rewordsai.app/assets/circle-check-B8l71IIG.js — 200 — 648 B — 126 ms — h3https://rewordsai.app/assets/deferred-mount-kEyPNGPe.js/assets/deferred-mount-kEyPNGPe.js https://rewordsai.app/assets/deferred-mount-kEyPNGPe.js — 200 — 921 B — 134 ms — h3https://rewordsai.app/assets/register-service-worker-C0LslTUE.js/assets/register-service-worker-C0L... https://rewordsai.app/assets/register-service-worker-C0LslTUE.js — 200 — 716 B — 126 ms — h3https://rewordsai.app/assets/google-analytics-DDh-8uhF.js/assets/google-analytics-DDh-8uhF.j... https://rewordsai.app/assets/google-analytics-DDh-8uhF.js — 200 — 1.0 KiB — 125 ms — h3https://rewordsai.app/assets/umami-Bpb5KYMo.js/assets/umami-Bpb5KYMo.js https://rewordsai.app/assets/umami-Bpb5KYMo.js — 200 — 1.1 KiB — 126 ms — h3https://rewordsai.app/assets/clarity-Ceo93Ng9.js/assets/clarity-Ceo93Ng9.js https://rewordsai.app/assets/clarity-Ceo93Ng9.js — 200 — 1010 B — 122 ms — h3https://rewordsai.app/assets/ahrefs-C5rvBCXB.js/assets/ahrefs-C5rvBCXB.js https://rewordsai.app/assets/ahrefs-C5rvBCXB.js — 200 — 986 B — 127 ms — h3https://rewordsai.app/assets/conversion-tracker-bYgVKXG8.js/assets/conversion-tracker-bYgVKXG8... https://rewordsai.app/assets/conversion-tracker-bYgVKXG8.js — 200 — 1.0 KiB — 121 ms — h3https://rewordsai.app/assets/header-DPkf3A7m.js/assets/header-DPkf3A7m.js https://rewordsai.app/assets/header-DPkf3A7m.js — 200 — 4.8 KiB — 122 ms — h3https://rewordsai.app/assets/chevron-down-B1vai0Li.js/assets/chevron-down-B1vai0Li.js https://rewordsai.app/assets/chevron-down-B1vai0Li.js — 200 — 623 B — 54 ms — h3https://rewordsai.app/assets/gift-B52uoTNh.js/assets/gift-B52uoTNh.js https://rewordsai.app/assets/gift-B52uoTNh.js — 200 — 736 B — 121 ms — h3https://rewordsai.app/assets/scroll-to-app-link-Dq_Jz7vj.js/assets/scroll-to-app-link-Dq_Jz7vj... https://rewordsai.app/assets/scroll-to-app-link-Dq_Jz7vj.js — 200 — 1.1 KiB — 127 ms — h3https://rewordsai.app/assets/blog-utils-PHDZRjKp.js/assets/blog-utils-PHDZRjKp.js https://rewordsai.app/assets/blog-utils-PHDZRjKp.js — 200 — 699 B — 48 ms — h3https://rewordsai.app/assets/workspace-csr-BvqirtXN.js/assets/workspace-csr-BvqirtXN.js https://rewordsai.app/assets/workspace-csr-BvqirtXN.js — 200 — 1.6 KiB — 121 ms — h3https://rewordsai.app/assets/lazy-on-visible-DzEc0tQ9.js/assets/lazy-on-visible-DzEc0tQ9.js https://rewordsai.app/assets/lazy-on-visible-DzEc0tQ9.js — 200 — 869 B — 127 ms — h3https://rewordsai.app/assets/pricing-csr-B2SeO2wa.js/assets/pricing-csr-B2SeO2wa.js https://rewordsai.app/assets/pricing-csr-B2SeO2wa.js — 200 — 1.4 KiB — 120 ms — h3https://rewordsai.app/assets/install-pwa-ngiVis7t.js/assets/install-pwa-ngiVis7t.js https://rewordsai.app/assets/install-pwa-ngiVis7t.js — 200 — 2.0 KiB — 129 ms — h3https://rewordsai.app/assets/lazy-compare-slider-DW2yDiok.js/assets/lazy-compare-slider-DW2yDio... https://rewordsai.app/assets/lazy-compare-slider-DW2yDiok.js — 200 — 1.1 KiB — 126 ms — h3https://rewordsai.app/assets/index-B2mAQ2IA.js/assets/index-B2mAQ2IA.js https://rewordsai.app/assets/index-B2mAQ2IA.js — 200 — 39.8 KiB — 132 ms — h3https://rewordsai.app/site.webmanifest/site.webmanifest https://rewordsai.app/site.webmanifest — 200 — 905 B — 118 ms — h3https://rewordsai.app/images/hero-menu-before-640.webp/images/hero-menu-before-640.webp https://rewordsai.app/images/hero-menu-before-640.webp — 200 — 57.2 KiB — 129 ms — h3https://rewordsai.app/images/hero-menu-after-640.webp/images/hero-menu-after-640.webp https://rewordsai.app/images/hero-menu-after-640.webp — 200 — 55.4 KiB — 56 ms — h3https://rewordsai.app/images/what-case-before-360.webp/images/what-case-before-360.webp https://rewordsai.app/images/what-case-before-360.webp — 200 — 14.8 KiB — 55 ms — h3https://rewordsai.app/images/what-case-after-360.webp/images/what-case-after-360.webp https://rewordsai.app/images/what-case-after-360.webp — 200 — 14.5 KiB — 52 ms — h3https://rewordsai.app/assets/language-suggestion-toast-Uar_TIaa.js/assets/language-suggestion-toast-U... https://rewordsai.app/assets/language-suggestion-toast-Uar_TIaa.js — 200 — 2.0 KiB — 35 ms — h3https://rewordsai.app/assets/languages-DjFWk4Bo.js/assets/languages-DjFWk4Bo.js https://rewordsai.app/assets/languages-DjFWk4Bo.js — 200 — 702 B — 34 ms — h3https://rewordsai.app/assets/google-one-tap-CK5O2Y01.js/assets/google-one-tap-CK5O2Y01.js https://rewordsai.app/assets/google-one-tap-CK5O2Y01.js — 200 — 938 B — 30 ms — h3https://rewordsai.app/favicon.ico/favicon.ico https://rewordsai.app/favicon.ico — 200 — 1.1 KiB — 31 ms — h3https://rewordsai.app/android-chrome-192x192.png/android-chrome-192x192.png https://rewordsai.app/android-chrome-192x192.png — 200 — 23.4 KiB — 29 ms — h3https://rewordsai.app/api/auth/get-session/api/auth/get-session https://rewordsai.app/api/auth/get-session — 200 — 535 B — 43 ms — h3https://rewordsai.app/assets/workspace-CfrZjWAS.js/assets/workspace-CfrZjWAS.js https://rewordsai.app/assets/workspace-CfrZjWAS.js — 200 — 22.3 KiB — 48 ms — h3https://rewordsai.app/assets/chevrons-left-right-D3dkcyak.js/assets/chevrons-left-right-D3dkcya... https://rewordsai.app/assets/chevrons-left-right-D3dkcyak.js — 200 — 644 B — 47 ms — h3https://rewordsai.app/assets/copy-Bborf0pu.js/assets/copy-Bborf0pu.js https://rewordsai.app/assets/copy-Bborf0pu.js — 200 — 697 B — 43 ms — h3https://rewordsai.app/assets/history-CeLuPqjy.js/assets/history-CeLuPqjy.js https://rewordsai.app/assets/history-CeLuPqjy.js — 200 — 917 B — 35 ms — h3https://rewordsai.app/assets/lock-D614bQ2c.js/assets/lock-D614bQ2c.js https://rewordsai.app/assets/lock-D614bQ2c.js — 200 — 678 B — 42 ms — h3https://rewordsai.app/assets/pencil-DtcwPqBj.js/assets/pencil-DtcwPqBj.js https://rewordsai.app/assets/pencil-DtcwPqBj.js — 200 — 706 B — 48 ms — h3https://rewordsai.app/assets/trash-2-cPwpylpH.js/assets/trash-2-cPwpylpH.js https://rewordsai.app/assets/trash-2-cPwpylpH.js — 200 — 730 B — 48 ms — h3https://rewordsai.app/assets/upload-r4SoDWF2.js/assets/upload-r4SoDWF2.js https://rewordsai.app/assets/upload-r4SoDWF2.js — 200 — 668 B — 38 ms — h3https://rewordsai.app/assets/marketing-image-VVtTed9x.js/assets/marketing-image-VVtTed9x.js https://rewordsai.app/assets/marketing-image-VVtTed9x.js — 200 — 907 B — 47 ms — h3https://rewordsai.app/api/config/public/api/config/public https://rewordsai.app/api/config/public — 200 — 1006 B — 36 ms — h3https://www.googletagmanager.com/gtag/js?id=G-XZK9WYVKKDwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-XZK9WYVKKD — 200 — 165.6 KiB — 161 ms — h2https://umami.bestvid.net/script.jsumami.bestvid.net/script.js https://umami.bestvid.net/script.js — 200 — 3.0 KiB — 74 ms — h3https://umami.bestvid.net/recorder.jsumami.bestvid.net/recorder.js https://umami.bestvid.net/recorder.js — 200 — 58.1 KiB — 134 ms — h3https://www.clarity.ms/tag/xpdym6ar7jwww.clarity.ms/tag/xpdym6ar7j https://www.clarity.ms/tag/xpdym6ar7j — 200 — 1.1 KiB — 129 ms — http/1.1https://analytics.ahrefs.com/analytics.jsanalytics.ahrefs.com/analytics.js https://analytics.ahrefs.com/analytics.js — 200 — 3.0 KiB — 57 ms — h3https://accounts.google.com/gsi/clientaccounts.google.com/gsi/client https://accounts.google.com/gsi/client — 200 — 97.1 KiB — 175 ms — h2https://analytics.ahrefs.com/api/eventanalytics.ahrefs.com/api/event https://analytics.ahrefs.com/api/event — 200 — 308 B — 135 ms — h3https://umami.bestvid.net/api/sendumami.bestvid.net/api/send https://umami.bestvid.net/api/send — 204 — 0 B — 143 ms — h3https://umami.bestvid.net/api/sendumami.bestvid.net/api/send https://umami.bestvid.net/api/send — 204 — 0 B — 135 ms — h3https://umami.bestvid.net/api/sendumami.bestvid.net/api/send https://umami.bestvid.net/api/send — 204 — 0 B — 141 ms — h3https://scripts.clarity.ms/0.8.69/clarity.jsscripts.clarity.ms/0.8.69/clarity.j... https://scripts.clarity.ms/0.8.69/clarity.js — 200 — 25.2 KiB — 127 ms — h2https://umami.bestvid.net/api/websites/8b2886e5-107f-495d-b32a-e6651c0e728e/recorderumami.bestvid.net/api/websites/8b28... https://umami.bestvid.net/api/websites/8b2886e5-107f-495d-b32a-e6651c0e728e/recorder — 200 — 851 B — 108 ms — h3https://umami.bestvid.net/api/sendumami.bestvid.net/api/send https://umami.bestvid.net/api/send — 200 — 1.1 KiB — 85 ms — h3https://umami.bestvid.net/api/sendumami.bestvid.net/api/send https://umami.bestvid.net/api/send — 200 — 1.1 KiB — 109 ms — h3https://umami.bestvid.net/api/sendumami.bestvid.net/api/send https://umami.bestvid.net/api/send — 200 — 1.1 KiB — 100 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-XZK9WYVKKD&gtm=45je68l1v9258862993za200zd9258862993&_p=1787671654996&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1638322298.1787671655&frm=0&ngs=1&pscdl=noapi&rcb=14&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B151.0.7922.169%7CNot%253DA%253FBrand%3B99.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=115616986~115938466~115938469~118897920~118897930~119367802~119367810~120385422&sid=1787671655&sct=1&seg=0&dl=https%3A%2F%2Frewordsai.app%2F&dt=ReWords%20AI%20%7C%20Edit%20Text%20in%20Images%20Online%20%7C%20Image%20Text%20Editor&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=747region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-XZK9WYVKKD&gtm=45je68l1v9258862993za200zd9258862993&_p=1787671654996&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1638322298.1787671655&frm=0&ngs=1&pscdl=noapi&rcb=14&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B151.0.7922.169%7CNot%253DA%253FBrand%3B99.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=115616986~115938466~115938469~118897920~118897930~119367802~119367810~120385422&sid=1787671655&sct=1&seg=0&dl=https%3A%2F%2Frewordsai.app%2F&dt=ReWords%20AI%20%7C%20Edit%20Text%20in%20Images%20Online%20%7C%20Image%20Text%20Editor&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=747 — 204 — 547 B — 90 ms — h2https://accounts.google.com/gsi/styleaccounts.google.com/gsi/style https://accounts.google.com/gsi/style — 200 — 642 B — 41 ms — h2https://rewordsai.app/api/rewords/billing/api/rewords/billing https://rewordsai.app/api/rewords/billing — 200 — 733 B — 26 ms — h3https://rewordsai.app/images/workspace-case-after-640.webp/images/workspace-case-after-640.we... https://rewordsai.app/images/workspace-case-after-640.webp — 200 — 0 B — 46 ms — h3https://rewordsai.app/images/workspace-case-before-640.webp/images/workspace-case-before-640.w... https://rewordsai.app/images/workspace-case-before-640.webp — 200 — 0 B — 46 ms — h3https://umami.bestvid.net/api/recordumami.bestvid.net/api/record https://umami.bestvid.net/api/record — -1 — 0 B — 50 ms — https://umami.bestvid.net/api/recordumami.bestvid.net/api/record https://umami.bestvid.net/api/record — 429 — 0 B — 45 ms — h3https://umami.bestvid.net/api/recordumami.bestvid.net/api/record https://umami.bestvid.net/api/record — -1 — 0 B — 56 ms — https://umami.bestvid.net/api/recordumami.bestvid.net/api/record https://umami.bestvid.net/api/record — 429 — 0 B — 44 ms — h3https://e.clarity.ms/collecte.clarity.ms/collect https://e.clarity.ms/collect — 204 — 277 B — 358 ms — http/1.1https://e.clarity.ms/collecte.clarity.ms/collect https://e.clarity.ms/collect — 204 — 277 B — 409 ms — http/1.1https://umami.bestvid.net/api/recordumami.bestvid.net/api/record https://umami.bestvid.net/api/record — -1 — 0 B — 50 ms — https://umami.bestvid.net/api/recordumami.bestvid.net/api/record https://umami.bestvid.net/api/record — 429 — 0 B — 48 ms — h3https://umami.bestvid.net/api/recordumami.bestvid.net/api/record https://umami.bestvid.net/api/record — -1 — 0 B — 43 ms — https://umami.bestvid.net/api/recordumami.bestvid.net/api/record https://umami.bestvid.net/api/record — 429 — 0 B — 42 ms — h3https://e.clarity.ms/collecte.clarity.ms/collect https://e.clarity.ms/collect — 204 — 277 B — 100 ms — http/1.1https://umami.bestvid.net/api/recordumami.bestvid.net/api/record https://umami.bestvid.net/api/record — -1 — 0 B — 50 ms — https://umami.bestvid.net/api/recordumami.bestvid.net/api/record https://umami.bestvid.net/api/record — 429 — 0 B — 43 ms — h3https://umami.bestvid.net/api/recordumami.bestvid.net/api/record https://umami.bestvid.net/api/record — -1 — 0 B — 45 ms — https://umami.bestvid.net/api/recordumami.bestvid.net/api/record https://umami.bestvid.net/api/record — 429 — 0 B — 44 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
31% of JavaScript execution is third-party
First-party Third-party 736ms · 249KB · €4/mo
umami.bestvid.net
Other
Costly
Execution 589ms
Transfer 58 KB
Unused 67%
Monthly Cost €3/mo
Microsoft Clarity
Session Replay
Optional
Execution 89ms
Transfer 25 KB
Monthly Cost €0/mo
Google Tag Manager
Tag Manager
Optional
Execution 58ms
Transfer 166 KB
Unused 43%
Monthly Cost €0/mo

These scripts may cost more than they're worth

  • umami.bestvid.net adds 589ms and costs ~€3/month

umami.bestvid.net takes 589ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

67% of umami.bestvid.net'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

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-07-27 — 2026-08-23)

LCP (p75)

2708 ms

70% good

INP (p75)

223 ms

71% good

CLS (p75)

0.080

76% good

FCP (p75)

2542 ms

TTFB (p75)

0 ms

Image Optimization
12 images, 50 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

12

Total Size

50 KB

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