Skip to content
https://aitextwatermarkremover.com

Performance

· 26 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
92
GRADE
A
FIX
1
REVIEW
3
PASS
19
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.
89
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
92
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.13 s

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

3.38 s

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

466 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.001

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

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

8.05 s

Page Load Progression

523 ms
1.0 s
1.6 s
2.1 s
2.6 s
3.1 s
3.7 s
4.2 s
Checks
26
19 PASS 3 REVIEW 1 FIX
D
JS Execution Cost
Action
2621ms total JS execution
FIX
2621ms total JS execution
Warning::
https://aitextwatermarkremover.com/_next/static/ch...: 817ms CPU time
Warning::
https://aitextwatermarkremover.com/: 705ms CPU time
Warning::
Unattributable: 421ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-2R8N...: 245ms CPU time
Info::
https://scripts.clarity.ms/0.8.69/clarity.js: 234ms CPU time
Info::
Third-party scripts: 546ms (21% of total)

Main Thread Breakdown

Script Evaluation 49% Other 24% Style & Layout 12% Rendering 7% Script Parsing & Compilation 6%
ScriptTotalScriptingParse/CompileParty
https://aitextwatermarkremover.com/_next/static/chunks/2aqhk1adku7v0.js817ms727ms20ms1st
https://aitextwatermarkremover.com/705ms10ms9ms1st
Unattributable421ms20ms0ms1st
https://www.googletagmanager.com/gtag/js?id=G-2R8NV0Q070245ms209ms34ms3rd
https://scripts.clarity.ms/0.8.69/clarity.js234ms206ms9ms3rd
https://aitextwatermarkremover.com/_next/static/chunks/2thc5jclxvyx-.js132ms86ms13ms1st
https://accounts.google.com/gsi/client68ms49ms18ms3rd
C
JS Bundles
Action
22 scripts, 169 KB unused
REVIEW
22 scripts, 169 KB unused
Warning::
https://accounts.google.com/gsi/client: 73 KB unused (75%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-2R8N...: 71 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://aitextwatermarkremover.com/_next/static/ch...: 26 KB unused (36%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 169 KB
169 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://accounts.google.com/gsi/client97 KB73 KB (75%)3rd
https://www.googletagmanager.com/gtag/js?id=G-2R8NV0Q070166 KB71 KB (43%)3rd
https://aitextwatermarkremover.com/_next/static/chunks/2aqhk1adku7v0.js72 KB26 KB (36%)1st
https://aitextwatermarkremover.com/_next/static/chunks/3i-3yo8kien66.js14 KB1st
https://aitextwatermarkremover.com/_next/static/chunks/1pfh614c14xjc.js11 KB1st
https://aitextwatermarkremover.com/_next/static/chunks/0y1jhpoigbmdv.js5 KB1st
https://aitextwatermarkremover.com/_next/static/chunks/15s7k9n8rfgg1.js14 KB1st
https://aitextwatermarkremover.com/_next/static/chunks/2lypw1h09pryc.js14 KB1st
https://aitextwatermarkremover.com/_next/static/chunks/15148gk_upur8.js1 KB1st
https://aitextwatermarkremover.com/_next/static/chunks/1c_erob1yfsfu.js11 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.
B
HTTP Caching
public, max-age=0, must-revalidate
REVIEW
public, max-age=0, must-revalidate
Info::
Cache-Control header is set
Got: public, max-age=0, must-revalidate
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

public, max-age=0, must-revalidate

DirectiveValueMeaning
publicAny cache may store this response
max-age0Cache for 0 seconds
must-revalidateMust recheck with server after expiry
A
Page Weight Budget
911 KB transferred, 57 requests
PASS
911 KB transferred, 57 requests
Info::
Page weighs 2.3 MB (911 KB transferred)
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::
57 HTTP requests
Info::
Estimated 0.19 g CO2 per page load
911 KB / 2.4 MB budget
911 KB transferred
57 requests
0.19 g CO2 per page load
JavaScript 645.0 KiB 71%
Images 84.3 KiB 9%
Fonts 74.7 KiB 8%
Other 39.2 KiB 4%
HTML 39.1 KiB 4%
CSS 14.4 KiB 2%
Other 13.0 KiB 1%
Other 1.0 KiB 0%
Other 307 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

A
Third-Party Impact
33% third-party, 0 ms blocking
PASS
33% third-party, 0 ms blocking
Info::
Third-party code accounts for 33% of page weight (298.3 KiB of 910.8 KiB)
Info::
Third-party blocking time is low (0 ms)
67%
33%
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+
Image Optimization
1 images, 0 KB saveable
PASS
1 images, 0 KB saveable
Info::
All images are well-optimized
1 images 84 KB
0 oversized -0 KB
0 legacy format
0 missing dimensions CLS risk
A+
Font Loading
2 fonts (75 KB)
PASS
2 fonts (75 KB)
Info::
2 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

2

75 KB total

Render-blocking

0

of 2

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 FCP 1.1 s LCP 3.4 shttps://aitextwatermarkremover.com/_next/static/media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff283afe278b6a6bb3c-s.p.2b... https://aitextwatermarkremover.com/_next/static/media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2 — 47.7 KiB — 59 ms — font-display: swaphttps://aitextwatermarkremover.com/_next/static/media/fba5a26ea33df6a3-s.p.18rizl4rsrl42.woff2fba5a26ea33df6a3-s.p.18... https://aitextwatermarkremover.com/_next/static/media/fba5a26ea33df6a3-s.p.18rizl4rsrl42.woff2 — 27.0 KiB — 44 ms — font-display: swap
83afe278b6a6bb3c-s.p.2b... woff2 swap
Size 48 KB
Load time 59 ms
Start 137 ms
Risk FOUT — text flashes from fallback to web font
fba5a26ea33df6a3-s.p.18... woff2 swap
Size 27 KB
Load time 44 ms
Start 137 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
3 hints, 0 missing preconnects
PASS
3 hints, 0 missing preconnects
Info::
Page uses 3 resource hint(s)

Current Resource Hints

preconnect
preload
3
dns-prefetch
prefetch

3 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+
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 max-age=0 (≤ 5min) is appropriate
PASS
Main HTML max-age=0 (≤ 5min) is appropriate
Info::
Main HTML max-age=0 (≤ 5min) is appropriate
Got: public, 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+
Page Weight Inventory
57 resources · 911 KB · 169 KB savings available
PASS
57 resources · 911 KB · 169 KB savings available
Info::
Within 1MB page-weight target
Got: 911 KB
Info::
~169 KB of savings available
Info::
15 third-party resources (33% of weight)
57 resources · 910.8 KiB · 15 third-party Within 1MB page-weight target
JavaScript 71% · 645.0 KiB
Image 11% · 97.2 KiB
Font 8% · 74.7 KiB
Other 4% · 40.5 KiB
Document 4% · 39.1 KiB
CSS 2% · 14.4 KiB

~168.8 KiB of savings available

Remove unused JavaScript: 168.8 KiB
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::
1 render-blocking <script src> tag(s) without async/defer
Each `<script src=...>` without `async`, `defer`, or `type="module"` blocks HTML parsing while the browser fetches and executes it. The block lasts the entire round-trip + execution time -- on slow networks this translates directly into LCP delay. Add `defer` (executes after parse, in source order) for scripts that interact with the DOM, or `async` (executes whenever ready) for analytics / independent scripts. Module scripts (`type="module"`) are deferred by default.
A+
CSS Performance Depth
No CSS performance depth issues detected
PASS
No CSS performance depth issues detected
Info::
No CSS performance depth issues detected
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
57 requests over 1937ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 1.1 s LCP 3.4 shttps://aitextwatermarkremover.com// https://aitextwatermarkremover.com/ — 200 — 39.1 KiB — 131 ms — h2https://aitextwatermarkremover.com/_next/static/media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2/_next/static/media/83afe278b6a6bb3... https://aitextwatermarkremover.com/_next/static/media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2 — 200 — 47.7 KiB — 59 ms — h2https://aitextwatermarkremover.com/_next/static/media/fba5a26ea33df6a3-s.p.18rizl4rsrl42.woff2/_next/static/media/fba5a26ea33df6a... https://aitextwatermarkremover.com/_next/static/media/fba5a26ea33df6a3-s.p.18rizl4rsrl42.woff2 — 200 — 27.0 KiB — 44 ms — h2https://aitextwatermarkremover.com/_next/static/chunks/007gw7jkz3mh2.css/_next/static/chunks/007gw7jkz3mh2.... https://aitextwatermarkremover.com/_next/static/chunks/007gw7jkz3mh2.css — 200 — 14.4 KiB — 50 ms — h2https://aitextwatermarkremover.com/site.webmanifest/site.webmanifest https://aitextwatermarkremover.com/site.webmanifest — 200 — 1.0 KiB — 84 ms — h3https://aitextwatermarkremover.com/_next/static/chunks/3s6nzrbk-8mnv.js/_next/static/chunks/3s6nzrbk-8mnv.... https://aitextwatermarkremover.com/_next/static/chunks/3s6nzrbk-8mnv.js — 200 — 2.7 KiB — 91 ms — h3https://aitextwatermarkremover.com/_next/static/chunks/06tyvpr2z9hzy.js/_next/static/chunks/06tyvpr2z9hzy.... https://aitextwatermarkremover.com/_next/static/chunks/06tyvpr2z9hzy.js — 200 — 8.5 KiB — 123 ms — h3https://aitextwatermarkremover.com/_next/static/chunks/2aqhk1adku7v0.js/_next/static/chunks/2aqhk1adku7v0.... https://aitextwatermarkremover.com/_next/static/chunks/2aqhk1adku7v0.js — 200 — 72.2 KiB — 166 ms — h3https://aitextwatermarkremover.com/_next/static/chunks/2thc5jclxvyx-.js/_next/static/chunks/2thc5jclxvyx-.... https://aitextwatermarkremover.com/_next/static/chunks/2thc5jclxvyx-.js — 200 — 45.2 KiB — 159 ms — h3https://aitextwatermarkremover.com/_next/static/chunks/turbopack-2f3ps2f2b--a_.js/_next/static/chunks/turbopack-2f3p... https://aitextwatermarkremover.com/_next/static/chunks/turbopack-2f3ps2f2b--a_.js — 200 — 5.0 KiB — 118 ms — h3https://aitextwatermarkremover.com/_next/static/chunks/0y1jhpoigbmdv.js/_next/static/chunks/0y1jhpoigbmdv.... https://aitextwatermarkremover.com/_next/static/chunks/0y1jhpoigbmdv.js — 200 — 4.8 KiB — 75 ms — h3https://aitextwatermarkremover.com/_next/static/chunks/15s7k9n8rfgg1.js/_next/static/chunks/15s7k9n8rfgg1.... https://aitextwatermarkremover.com/_next/static/chunks/15s7k9n8rfgg1.js — 200 — 14.4 KiB — 140 ms — h3https://aitextwatermarkremover.com/_next/static/chunks/2lypw1h09pryc.js/_next/static/chunks/2lypw1h09pryc.... https://aitextwatermarkremover.com/_next/static/chunks/2lypw1h09pryc.js — 200 — 14.0 KiB — 139 ms — h3https://aitextwatermarkremover.com/_next/static/chunks/15148gk_upur8.js/_next/static/chunks/15148gk_upur8.... https://aitextwatermarkremover.com/_next/static/chunks/15148gk_upur8.js — 200 — 841 B — 104 ms — h3https://aitextwatermarkremover.com/_next/static/chunks/1c_erob1yfsfu.js/_next/static/chunks/1c_erob1yfsfu.... https://aitextwatermarkremover.com/_next/static/chunks/1c_erob1yfsfu.js — 200 — 10.7 KiB — 82 ms — h3https://aitextwatermarkremover.com/_next/static/chunks/3i-3yo8kien66.js/_next/static/chunks/3i-3yo8kien66.... https://aitextwatermarkremover.com/_next/static/chunks/3i-3yo8kien66.js — 200 — 13.7 KiB — 138 ms — h3https://aitextwatermarkremover.com/_next/static/chunks/3bgc-v6ips9s1.js/_next/static/chunks/3bgc-v6ips9s1.... https://aitextwatermarkremover.com/_next/static/chunks/3bgc-v6ips9s1.js — 200 — 136.5 KiB — 170 ms — h3https://aitextwatermarkremover.com/_next/static/chunks/1pfh614c14xjc.js/_next/static/chunks/1pfh614c14xjc.... https://aitextwatermarkremover.com/_next/static/chunks/1pfh614c14xjc.js — 200 — 11.5 KiB — 135 ms — h3https://aitextwatermarkremover.com/_next/static/chunks/06vzw432kdlnf.js/_next/static/chunks/06vzw432kdlnf.... https://aitextwatermarkremover.com/_next/static/chunks/06vzw432kdlnf.js — 200 — 9.7 KiB — 133 ms — h3https://aitextwatermarkremover.com/images/demo-before-after.webp/images/demo-before-after.webp https://aitextwatermarkremover.com/images/demo-before-after.webp — 200 — 84.3 KiB — 102 ms — h3https://aitextwatermarkremover.com/api/auth/get-session/api/auth/get-session https://aitextwatermarkremover.com/api/auth/get-session — 200 — 1.4 KiB — 221 ms — h3https://aitextwatermarkremover.com/icon.png/icon.png https://aitextwatermarkremover.com/icon.png — 200 — 6.5 KiB — 41 ms — h3https://aitextwatermarkremover.com/android-chrome-192x192.png/android-chrome-192x192.png https://aitextwatermarkremover.com/android-chrome-192x192.png — 200 — 6.5 KiB — 36 ms — h3https://aitextwatermarkremover.com/api/billing/me/api/billing/me https://aitextwatermarkremover.com/api/billing/me — 200 — 1.4 KiB — 1.3 s — h3https://aitextwatermarkremover.com/pricing?_rsc=ry-B8umWgNEV4JR9/pricing?_rsc=ry-B8umWgNEV4JR9 https://aitextwatermarkremover.com/pricing?_rsc=ry-B8umWgNEV4JR9 — 200 — 1.6 KiB — 275 ms — h3https://aitextwatermarkremover.com/claude-watermark-remover?_rsc=ry-B8umWgNEV4JR9/claude-watermark-remover?_rsc=ry-B... https://aitextwatermarkremover.com/claude-watermark-remover?_rsc=ry-B8umWgNEV4JR9 — 200 — 1.6 KiB — 296 ms — h3https://aitextwatermarkremover.com/chatgpt-watermark-remover?_rsc=ry-B8umWgNEV4JR9/chatgpt-watermark-remover?_rsc=ry-... https://aitextwatermarkremover.com/chatgpt-watermark-remover?_rsc=ry-B8umWgNEV4JR9 — 200 — 1.6 KiB — 324 ms — h3https://aitextwatermarkremover.com/gemini-watermark-remover?_rsc=ry-B8umWgNEV4JR9/gemini-watermark-remover?_rsc=ry-B... https://aitextwatermarkremover.com/gemini-watermark-remover?_rsc=ry-B8umWgNEV4JR9 — 200 — 1.6 KiB — 318 ms — h3https://aitextwatermarkremover.com/api/config/public/api/config/public https://aitextwatermarkremover.com/api/config/public — 200 — 1.5 KiB — 434 ms — h3https://www.googletagmanager.com/gtag/js?id=G-2R8NV0Q070www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-2R8NV0Q070 — 200 — 166.0 KiB — 190 ms — h2
0 ms 1.0 s 2.0 s 3.0 s FCP 1.1 s LCP 3.4 shttps://aitextwatermarkremover.com// https://aitextwatermarkremover.com/ — 200 — 39.1 KiB — 131 ms — h2https://aitextwatermarkremover.com/_next/static/media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2/_next/static/media/83afe278b6a6bb3... https://aitextwatermarkremover.com/_next/static/media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2 — 200 — 47.7 KiB — 59 ms — h2https://aitextwatermarkremover.com/_next/static/media/fba5a26ea33df6a3-s.p.18rizl4rsrl42.woff2/_next/static/media/fba5a26ea33df6a... https://aitextwatermarkremover.com/_next/static/media/fba5a26ea33df6a3-s.p.18rizl4rsrl42.woff2 — 200 — 27.0 KiB — 44 ms — h2https://aitextwatermarkremover.com/_next/static/chunks/007gw7jkz3mh2.css/_next/static/chunks/007gw7jkz3mh2.... https://aitextwatermarkremover.com/_next/static/chunks/007gw7jkz3mh2.css — 200 — 14.4 KiB — 50 ms — h2https://aitextwatermarkremover.com/site.webmanifest/site.webmanifest https://aitextwatermarkremover.com/site.webmanifest — 200 — 1.0 KiB — 84 ms — h3https://aitextwatermarkremover.com/_next/static/chunks/3s6nzrbk-8mnv.js/_next/static/chunks/3s6nzrbk-8mnv.... https://aitextwatermarkremover.com/_next/static/chunks/3s6nzrbk-8mnv.js — 200 — 2.7 KiB — 91 ms — h3https://aitextwatermarkremover.com/_next/static/chunks/06tyvpr2z9hzy.js/_next/static/chunks/06tyvpr2z9hzy.... https://aitextwatermarkremover.com/_next/static/chunks/06tyvpr2z9hzy.js — 200 — 8.5 KiB — 123 ms — h3https://aitextwatermarkremover.com/_next/static/chunks/2aqhk1adku7v0.js/_next/static/chunks/2aqhk1adku7v0.... https://aitextwatermarkremover.com/_next/static/chunks/2aqhk1adku7v0.js — 200 — 72.2 KiB — 166 ms — h3https://aitextwatermarkremover.com/_next/static/chunks/2thc5jclxvyx-.js/_next/static/chunks/2thc5jclxvyx-.... https://aitextwatermarkremover.com/_next/static/chunks/2thc5jclxvyx-.js — 200 — 45.2 KiB — 159 ms — h3https://aitextwatermarkremover.com/_next/static/chunks/turbopack-2f3ps2f2b--a_.js/_next/static/chunks/turbopack-2f3p... https://aitextwatermarkremover.com/_next/static/chunks/turbopack-2f3ps2f2b--a_.js — 200 — 5.0 KiB — 118 ms — h3https://aitextwatermarkremover.com/_next/static/chunks/0y1jhpoigbmdv.js/_next/static/chunks/0y1jhpoigbmdv.... https://aitextwatermarkremover.com/_next/static/chunks/0y1jhpoigbmdv.js — 200 — 4.8 KiB — 75 ms — h3https://aitextwatermarkremover.com/_next/static/chunks/15s7k9n8rfgg1.js/_next/static/chunks/15s7k9n8rfgg1.... https://aitextwatermarkremover.com/_next/static/chunks/15s7k9n8rfgg1.js — 200 — 14.4 KiB — 140 ms — h3https://aitextwatermarkremover.com/_next/static/chunks/2lypw1h09pryc.js/_next/static/chunks/2lypw1h09pryc.... https://aitextwatermarkremover.com/_next/static/chunks/2lypw1h09pryc.js — 200 — 14.0 KiB — 139 ms — h3https://aitextwatermarkremover.com/_next/static/chunks/15148gk_upur8.js/_next/static/chunks/15148gk_upur8.... https://aitextwatermarkremover.com/_next/static/chunks/15148gk_upur8.js — 200 — 841 B — 104 ms — h3https://aitextwatermarkremover.com/_next/static/chunks/1c_erob1yfsfu.js/_next/static/chunks/1c_erob1yfsfu.... https://aitextwatermarkremover.com/_next/static/chunks/1c_erob1yfsfu.js — 200 — 10.7 KiB — 82 ms — h3https://aitextwatermarkremover.com/_next/static/chunks/3i-3yo8kien66.js/_next/static/chunks/3i-3yo8kien66.... https://aitextwatermarkremover.com/_next/static/chunks/3i-3yo8kien66.js — 200 — 13.7 KiB — 138 ms — h3https://aitextwatermarkremover.com/_next/static/chunks/3bgc-v6ips9s1.js/_next/static/chunks/3bgc-v6ips9s1.... https://aitextwatermarkremover.com/_next/static/chunks/3bgc-v6ips9s1.js — 200 — 136.5 KiB — 170 ms — h3https://aitextwatermarkremover.com/_next/static/chunks/1pfh614c14xjc.js/_next/static/chunks/1pfh614c14xjc.... https://aitextwatermarkremover.com/_next/static/chunks/1pfh614c14xjc.js — 200 — 11.5 KiB — 135 ms — h3https://aitextwatermarkremover.com/_next/static/chunks/06vzw432kdlnf.js/_next/static/chunks/06vzw432kdlnf.... https://aitextwatermarkremover.com/_next/static/chunks/06vzw432kdlnf.js — 200 — 9.7 KiB — 133 ms — h3https://aitextwatermarkremover.com/images/demo-before-after.webp/images/demo-before-after.webp https://aitextwatermarkremover.com/images/demo-before-after.webp — 200 — 84.3 KiB — 102 ms — h3https://aitextwatermarkremover.com/api/auth/get-session/api/auth/get-session https://aitextwatermarkremover.com/api/auth/get-session — 200 — 1.4 KiB — 221 ms — h3https://aitextwatermarkremover.com/icon.png/icon.png https://aitextwatermarkremover.com/icon.png — 200 — 6.5 KiB — 41 ms — h3https://aitextwatermarkremover.com/android-chrome-192x192.png/android-chrome-192x192.png https://aitextwatermarkremover.com/android-chrome-192x192.png — 200 — 6.5 KiB — 36 ms — h3https://aitextwatermarkremover.com/api/billing/me/api/billing/me https://aitextwatermarkremover.com/api/billing/me — 200 — 1.4 KiB — 1.3 s — h3https://aitextwatermarkremover.com/pricing?_rsc=ry-B8umWgNEV4JR9/pricing?_rsc=ry-B8umWgNEV4JR9 https://aitextwatermarkremover.com/pricing?_rsc=ry-B8umWgNEV4JR9 — 200 — 1.6 KiB — 275 ms — h3https://aitextwatermarkremover.com/claude-watermark-remover?_rsc=ry-B8umWgNEV4JR9/claude-watermark-remover?_rsc=ry-B... https://aitextwatermarkremover.com/claude-watermark-remover?_rsc=ry-B8umWgNEV4JR9 — 200 — 1.6 KiB — 296 ms — h3https://aitextwatermarkremover.com/chatgpt-watermark-remover?_rsc=ry-B8umWgNEV4JR9/chatgpt-watermark-remover?_rsc=ry-... https://aitextwatermarkremover.com/chatgpt-watermark-remover?_rsc=ry-B8umWgNEV4JR9 — 200 — 1.6 KiB — 324 ms — h3https://aitextwatermarkremover.com/gemini-watermark-remover?_rsc=ry-B8umWgNEV4JR9/gemini-watermark-remover?_rsc=ry-B... https://aitextwatermarkremover.com/gemini-watermark-remover?_rsc=ry-B8umWgNEV4JR9 — 200 — 1.6 KiB — 318 ms — h3https://aitextwatermarkremover.com/api/config/public/api/config/public https://aitextwatermarkremover.com/api/config/public — 200 — 1.5 KiB — 434 ms — h3https://www.googletagmanager.com/gtag/js?id=G-2R8NV0Q070www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-2R8NV0Q070 — 200 — 166.0 KiB — 190 ms — h2https://umami.bestvid.net/script.jsumami.bestvid.net/script.js https://umami.bestvid.net/script.js — 200 — 3.0 KiB — 100 ms — h3https://www.clarity.ms/tag/y343d0nepnwww.clarity.ms/tag/y343d0nepn https://www.clarity.ms/tag/y343d0nepn — 200 — 1.1 KiB — 148 ms — http/1.1https://analytics.ahrefs.com/analytics.jsanalytics.ahrefs.com/analytics.js https://analytics.ahrefs.com/analytics.js — 200 — 3.0 KiB — 79 ms — h3https://analytics.ahrefs.com/api/eventanalytics.ahrefs.com/api/event https://analytics.ahrefs.com/api/event — 200 — 307 B — 128 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 — 129 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 — 150 ms — h2https://umami.bestvid.net/api/sendumami.bestvid.net/api/send https://umami.bestvid.net/api/send — 200 — 1.1 KiB — 72 ms — h3https://umami.bestvid.net/api/sendumami.bestvid.net/api/send https://umami.bestvid.net/api/send — 200 — 1.1 KiB — 61 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-2R8NV0Q070&gtm=45je68j0v9261380985za200zd9261380985&_p=1787573905711&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1780621342.1787573906&frm=0&ngs=1&pscdl=noapi&rcb=8&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B151.0.7922.169%7CNot%253DA%253FBrand%3B99.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=115938466~115938468~118897920~118897930~119367802~119367810~120315471~120385422&sid=1787573905&sct=1&seg=0&dl=https%3A%2F%2Faitextwatermarkremover.com%2F&dt=AI%20Text%20Watermark%20Remover%3A%20Clean%20or%20Reconstruct&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1570region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-2R8NV0Q070&gtm=45je68j0v9261380985za200zd9261380985&_p=1787573905711&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1780621342.1787573906&frm=0&ngs=1&pscdl=noapi&rcb=8&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B151.0.7922.169%7CNot%253DA%253FBrand%3B99.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=115938466~115938468~118897920~118897930~119367802~119367810~120315471~120385422&sid=1787573905&sct=1&seg=0&dl=https%3A%2F%2Faitextwatermarkremover.com%2F&dt=AI%20Text%20Watermark%20Remover%3A%20Clean%20or%20Reconstruct&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1570 — 204 — 556 B — 108 ms — h2https://aitextwatermarkremover.com/ai-humanizer?_rsc=ry-B8umWgNEV4JR9/ai-humanizer?_rsc=ry-B8umWgNEV4JR9 https://aitextwatermarkremover.com/ai-humanizer?_rsc=ry-B8umWgNEV4JR9 — 200 — 1.6 KiB — 98 ms — h3https://aitextwatermarkremover.com/markdown-cleaner?_rsc=ry-B8umWgNEV4JR9/markdown-cleaner?_rsc=ry-B8umWgNEV... https://aitextwatermarkremover.com/markdown-cleaner?_rsc=ry-B8umWgNEV4JR9 — 200 — 1.6 KiB — 80 ms — h3https://aitextwatermarkremover.com/ai-text-cleaner?_rsc=ry-B8umWgNEV4JR9/ai-text-cleaner?_rsc=ry-B8umWgNEV4... https://aitextwatermarkremover.com/ai-text-cleaner?_rsc=ry-B8umWgNEV4JR9 — 200 — 1.6 KiB — 75 ms — h3https://aitextwatermarkremover.com/?_rsc=1vwYfVB7_E9t4fEj/?_rsc=1vwYfVB7_E9t4fEj https://aitextwatermarkremover.com/?_rsc=1vwYfVB7_E9t4fEj — 200 — 2.7 KiB — 107 ms — h3https://aitextwatermarkremover.com/pricing?_rsc=1vwYfVB7_E9t4fEj/pricing?_rsc=1vwYfVB7_E9t4fEj https://aitextwatermarkremover.com/pricing?_rsc=1vwYfVB7_E9t4fEj — 200 — 2.6 KiB — 69 ms — h3https://aitextwatermarkremover.com/claude-watermark-remover?_rsc=1vwYfVB7_E9t4fEj/claude-watermark-remover?_rsc=1vwY... https://aitextwatermarkremover.com/claude-watermark-remover?_rsc=1vwYfVB7_E9t4fEj — 200 — 2.7 KiB — 97 ms — h3https://aitextwatermarkremover.com/chatgpt-watermark-remover?_rsc=1vwYfVB7_E9t4fEj/chatgpt-watermark-remover?_rsc=1vw... https://aitextwatermarkremover.com/chatgpt-watermark-remover?_rsc=1vwYfVB7_E9t4fEj — 200 — 2.6 KiB — 96 ms — h3https://aitextwatermarkremover.com/_next/static/chunks/0uajybzm23r3x.js/_next/static/chunks/0uajybzm23r3x.... https://aitextwatermarkremover.com/_next/static/chunks/0uajybzm23r3x.js — 200 — 0 B — 39 ms — h3https://aitextwatermarkremover.com/_next/static/chunks/1c7hz30gvzudd.js/_next/static/chunks/1c7hz30gvzudd.... https://aitextwatermarkremover.com/_next/static/chunks/1c7hz30gvzudd.js — 200 — 0 B — 42 ms — h3https://g.clarity.ms/collectg.clarity.ms/collect https://g.clarity.ms/collect — -1 — 0 B — 0 ms — https://aitextwatermarkremover.com/gemini-watermark-remover?_rsc=1vwYfVB7_E9t4fEj/gemini-watermark-remover?_rsc=1vwY... https://aitextwatermarkremover.com/gemini-watermark-remover?_rsc=1vwYfVB7_E9t4fEj — 200 — 2.7 KiB — 60 ms — h3https://g.clarity.ms/collectg.clarity.ms/collect https://g.clarity.ms/collect — -1 — 0 B — 0 ms — https://aitextwatermarkremover.com/ai-humanizer?_rsc=1vwYfVB7_E9t4fEj/ai-humanizer?_rsc=1vwYfVB7_E9t4fEj https://aitextwatermarkremover.com/ai-humanizer?_rsc=1vwYfVB7_E9t4fEj — 200 — 2.6 KiB — 64 ms — h3https://aitextwatermarkremover.com/markdown-cleaner?_rsc=1vwYfVB7_E9t4fEj/markdown-cleaner?_rsc=1vwYfVB7_E9t... https://aitextwatermarkremover.com/markdown-cleaner?_rsc=1vwYfVB7_E9t4fEj — 200 — 2.6 KiB — 44 ms — h3https://accounts.google.com/gsi/clientaccounts.google.com/gsi/client https://accounts.google.com/gsi/client — 200 — 97.1 KiB — 126 ms — h2https://aitextwatermarkremover.com/ai-text-cleaner?_rsc=1vwYfVB7_E9t4fEj/ai-text-cleaner?_rsc=1vwYfVB7_E9t4... https://aitextwatermarkremover.com/ai-text-cleaner?_rsc=1vwYfVB7_E9t4fEj — 200 — 2.6 KiB — 48 ms — h3https://accounts.google.com/gsi/styleaccounts.google.com/gsi/style https://accounts.google.com/gsi/style — -1 — 0 B — 0 ms —
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
21% of JavaScript execution is third-party
First-party Third-party 546ms · 288KB · €6/mo
Google Tag Manager
Tag Manager
Costly
Execution 245ms
Transfer 166 KB
Unused 43%
Monthly Cost €3/mo
Microsoft Clarity
Session Replay
Costly
Execution 234ms
Transfer 25 KB
Monthly Cost €3/mo
accounts.google.com
Other
Optional
Execution 68ms
Transfer 97 KB
Unused 75%
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • Google Tag Manager adds 245ms and costs ~€3/month
  • Microsoft Clarity adds 234ms and costs ~€3/month

Google Tag Manager takes 245ms 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

Microsoft Clarity takes 234ms 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

75% 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
37 images, 84 KB total, 66 KB wasted
INFO

Image Optimization Audit

Total Images

37

Total Size

84 KB

Oversized

1

Wasted

66 KB

9 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