Skip to content
https://rewordsai.app

Performance

· 26 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
92
GRADE
A
FIX
2
REVIEW
3
PASS
18
INFO
3

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

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

3.40 s

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

5.00 s

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

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

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

6.33 s

Page Load Progression

592 ms
1.2 s
1.8 s
2.4 s
3.0 s
3.6 s
4.1 s
4.7 s
Checks
26
18 PASS 3 REVIEW 2 FIX
F
JS Execution Cost
Action
4941ms total JS execution
FIX
4941ms total JS execution
Warning::
https://rewordsai.app/assets/framework-DJH1pfSr.js: 2060ms CPU time
Warning::
https://rewordsai.app/: 1394ms CPU time
Warning::
https://rewordsai.app/assets/workspace-DFC36FZF.js: 798ms CPU time
Warning::
Unattributable: 523ms CPU time
Info::
https://accounts.google.com/gsi/client: 107ms CPU time
Info::
Third-party scripts: 167ms (3% of total)

Main Thread Breakdown

Script Evaluation 44% Other 26% Style & Layout 19% Rendering 6%
ScriptTotalScriptingParse/CompileParty
https://rewordsai.app/assets/framework-DJH1pfSr.js2060ms1938ms1ms1st
https://rewordsai.app/1394ms68ms65ms1st
https://rewordsai.app/assets/workspace-DFC36FZF.js798ms126ms0ms1st
Unattributable523ms52ms0ms1st
https://accounts.google.com/gsi/client107ms71ms36ms3rd
https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e178179150949660ms42ms5ms3rd
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
JS Bundles
87 scripts, 72 KB unused
REVIEW
87 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://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-C4uIAfx6.js1 KB1st
https://rewordsai.app/assets/navigation-IfqSW_4H.js1 KB1st
https://rewordsai.app/assets/react-DlbkFqaW.js13 KB1st
https://rewordsai.app/assets/BaseLink-DhOccf1O.js2 KB1st
https://rewordsai.app/assets/link-CfIhK7YT.js4 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
Resource Hints
9 hints, 0 missing preconnects
REVIEW
9 hints, 0 missing preconnects
Warning::
7 font preload(s) missing `crossorigin` -- font will be downloaded twice
Fonts are always fetched as crossorigin=anonymous; a preload without the attribute creates a different cache key, so the browser refetches when the actual font request happens. Sample: /assets/_vinext_fonts/inter-e43d3660ae4c/inter-7249155f.woff2, /assets/_vinext_fonts/inter-e43d3660ae4c/inter-e34c5f1b.woff2, /assets/_vinext_fonts/inter-e43d3660ae4c/inter-6e1a6b2b.woff2 (+4 more). Add `crossorigin` (or `crossorigin="anonymous"`) to each preload.
Info::
1 URL(s) appear in multiple hints
The same href shouldn't appear in multiple hint rels -- one wins, the others are wasted markup and may confuse cache behavior. Sample: /images/hero-menu-before-360.webp (preload+preload).
Info::
Page uses 9 resource hint(s)

Current Resource Hints

preconnect
preload
9
dns-prefetch
prefetch

9 resource hints configured

Fonts are always fetched as crossorigin=anonymous; a preload without the attribute creates a different cache key, so the browser refetches when the actual font request happens. Sample: /assets/_vinext_fonts/inter-e43d3660ae4c/inter-7249155f.woff2, /assets/_vinext_fonts/inter-e43d3660ae4c/inter-e34c5f1b.woff2, /assets/_vinext_fonts/inter-e43d3660ae4c/inter-6e1a6b2b.woff2 (+4 more). Add `crossorigin` (or `crossorigin="anonymous"`) to each preload.

Why this matters

Performance issues directly impact user engagement and conversion rates.

The same href shouldn't appear in multiple hint rels -- one wins, the others are wasted markup and may confuse cache behavior. Sample: /images/hero-menu-before-360.webp (preload+preload).

Why this matters

Performance issues directly impact user engagement and conversion rates.

C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A
Page Weight Budget
850 KB transferred, 106 requests
PASS
850 KB transferred, 106 requests
Info::
Page weighs 1.9 MB (850 KB transferred)
Info::
Fonts are 217 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 217 KB
Warning::
106 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.17 g CO2 per page load
850 KB / 2.4 MB budget
850 KB transferred
106 requests
0.17 g CO2 per page load
JavaScript 397.3 KiB 47%
Fonts 217.2 KiB 26%
Images 138.2 KiB 16%
HTML 65.9 KiB 8%
CSS 28.3 KiB 3%
Other 2.0 KiB 0%
Other 1.1 KiB 0%
Other 455 B 0%
0 2.4 MB 4.9 MB
Under budget

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

A+
Third-Party Impact
13% third-party, 0 ms blocking
PASS
13% third-party, 0 ms blocking
Info::
Third-party code accounts for 13% of page weight (108.8 KiB of 850.5 KiB)
Info::
Third-party blocking time is low (0 ms)
87%
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
4 images, 0 KB saveable
PASS
4 images, 0 KB saveable
Info::
All images are well-optimized
4 images 138 KB
0 oversized -0 KB
0 legacy format
0 missing dimensions CLS risk
A+
Font Loading
7 fonts (217 KB)
PASS
7 fonts (217 KB)
Info::
7 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

7

217 KB total

Render-blocking

0

of 7

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 FCP 3.4 s LCP 5.0 shttps://rewordsai.app/assets/_vinext_fonts/inter-e43d3660ae4c/inter-7249155f.woff2inter-7249155f.woff2 https://rewordsai.app/assets/_vinext_fonts/inter-e43d3660ae4c/inter-7249155f.woff2 — 25.7 KiB — 272 ms — font-display: swaphttps://rewordsai.app/assets/_vinext_fonts/inter-e43d3660ae4c/inter-e34c5f1b.woff2inter-e34c5f1b.woff2 https://rewordsai.app/assets/_vinext_fonts/inter-e43d3660ae4c/inter-e34c5f1b.woff2 — 18.8 KiB — 257 ms — font-display: swaphttps://rewordsai.app/assets/_vinext_fonts/inter-e43d3660ae4c/inter-6e1a6b2b.woff2inter-6e1a6b2b.woff2 https://rewordsai.app/assets/_vinext_fonts/inter-e43d3660ae4c/inter-6e1a6b2b.woff2 — 11.5 KiB — 217 ms — font-display: swaphttps://rewordsai.app/assets/_vinext_fonts/inter-e43d3660ae4c/inter-656bbed6.woff2inter-656bbed6.woff2 https://rewordsai.app/assets/_vinext_fonts/inter-e43d3660ae4c/inter-656bbed6.woff2 — 19.1 KiB — 278 ms — font-display: swaphttps://rewordsai.app/assets/_vinext_fonts/inter-e43d3660ae4c/inter-fc83e075.woff2inter-fc83e075.woff2 https://rewordsai.app/assets/_vinext_fonts/inter-e43d3660ae4c/inter-fc83e075.woff2 — 10.5 KiB — 217 ms — font-display: swaphttps://rewordsai.app/assets/_vinext_fonts/inter-e43d3660ae4c/inter-749a3084.woff2inter-749a3084.woff2 https://rewordsai.app/assets/_vinext_fonts/inter-e43d3660ae4c/inter-749a3084.woff2 — 83.8 KiB — 279 ms — font-display: swaphttps://rewordsai.app/assets/_vinext_fonts/inter-e43d3660ae4c/inter-1ab1ad55.woff2inter-1ab1ad55.woff2 https://rewordsai.app/assets/_vinext_fonts/inter-e43d3660ae4c/inter-1ab1ad55.woff2 — 47.8 KiB — 279 ms — font-display: swap
inter-7249155f.woff2 woff2 swap
Size 26 KB
Load time 272 ms
Start 191 ms
Risk FOUT — text flashes from fallback to web font
inter-e34c5f1b.woff2 woff2 swap
Size 19 KB
Load time 257 ms
Start 192 ms
Risk FOUT — text flashes from fallback to web font
inter-6e1a6b2b.woff2 woff2 swap
Size 11 KB
Load time 217 ms
Start 192 ms
Risk FOUT — text flashes from fallback to web font
inter-656bbed6.woff2 woff2 swap
Size 19 KB
Load time 278 ms
Start 192 ms
Risk FOUT — text flashes from fallback to web font
inter-fc83e075.woff2 woff2 swap
Size 11 KB
Load time 217 ms
Start 192 ms
Risk FOUT — text flashes from fallback to web font
inter-749a3084.woff2 woff2 swap
Size 84 KB
Load time 279 ms
Start 193 ms
Risk FOUT — text flashes from fallback to web font
inter-1ab1ad55.woff2 woff2 swap
Size 48 KB
Load time 279 ms
Start 193 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+
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-Timing Observability
3 Server-Timing entries advertised
PASS
3 Server-Timing entries advertised
Info::
Server-Timing header advertises 3 timing entries
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
106 resources · 850 KB · 72 KB savings available
PASS
106 resources · 850 KB · 72 KB savings available
Info::
Within 1MB page-weight target
Got: 850 KB
Info::
~72 KB of savings available
Info::
3 third-party resources (13% of weight)
106 resources · 850.5 KiB · 3 third-party Within 1MB page-weight target
JavaScript 47% · 397.3 KiB
Font 26% · 217.2 KiB
Image 16% · 139.3 KiB
Document 8% · 65.9 KiB
CSS 3% · 28.3 KiB
Other 0% · 2.5 KiB

~72.4 KiB of savings available

Remove unused JavaScript: 72.4 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::
Total JS execution time is 4.9 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
CSS Performance Depth
1 CSS depth issue(s) detected
PASS
1 CSS depth issue(s) detected
Warning::
1 `@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.
Network Waterfall
106 requests over 2756ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 3.4 s LCP 5.0 shttps://rewordsai.app// https://rewordsai.app/ — 200 — 65.9 KiB — 135 ms — h2https://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.3 KiB — 180 ms — h2https://rewordsai.app/assets/index-B_uEZfoM.css/assets/index-B_uEZfoM.css https://rewordsai.app/assets/index-B_uEZfoM.css — 200 — 27.7 KiB — 198 ms — h2https://rewordsai.app/assets/global-error-CVl8f3Cz.js/assets/global-error-CVl8f3Cz.js https://rewordsai.app/assets/global-error-CVl8f3Cz.js — 200 — 901 B — 58 ms — h2https://rewordsai.app/assets/framework-DJH1pfSr.js/assets/framework-DJH1pfSr.js https://rewordsai.app/assets/framework-DJH1pfSr.js — 200 — 59.7 KiB — 60 ms — h2https://rewordsai.app/assets/rolldown-runtime-QTnfLwEv.js/assets/rolldown-runtime-QTnfLwEv.j... https://rewordsai.app/assets/rolldown-runtime-QTnfLwEv.js — 200 — 736 B — 58 ms — h2https://rewordsai.app/assets/url-utils-BQKFb685.js/assets/url-utils-BQKFb685.js https://rewordsai.app/assets/url-utils-BQKFb685.js — 200 — 1.3 KiB — 128 ms — h2https://rewordsai.app/assets/error-C4uIAfx6.js/assets/error-C4uIAfx6.js https://rewordsai.app/assets/error-C4uIAfx6.js — 200 — 773 B — 214 ms — h2https://rewordsai.app/assets/navigation-IfqSW_4H.js/assets/navigation-IfqSW_4H.js https://rewordsai.app/assets/navigation-IfqSW_4H.js — 200 — 1.4 KiB — 218 ms — h2https://rewordsai.app/assets/react-DlbkFqaW.js/assets/react-DlbkFqaW.js https://rewordsai.app/assets/react-DlbkFqaW.js — 200 — 13.3 KiB — 66 ms — h2https://rewordsai.app/assets/BaseLink-DhOccf1O.js/assets/BaseLink-DhOccf1O.js https://rewordsai.app/assets/BaseLink-DhOccf1O.js — 200 — 2.1 KiB — 219 ms — h2https://rewordsai.app/assets/link-CfIhK7YT.js/assets/link-CfIhK7YT.js https://rewordsai.app/assets/link-CfIhK7YT.js — 200 — 4.3 KiB — 215 ms — h2https://rewordsai.app/assets/locale-CHO-IoL_.js/assets/locale-CHO-IoL_.js https://rewordsai.app/assets/locale-CHO-IoL_.js — 200 — 1.8 KiB — 200 ms — h2https://rewordsai.app/assets/react-client-CAjdHkmk.js/assets/react-client-CAjdHkmk.js https://rewordsai.app/assets/react-client-CAjdHkmk.js — 200 — 455 B — 126 ms — h2https://rewordsai.app/assets/layout-segment-context-xiPiVrme.js/assets/layout-segment-context-xiPi... https://rewordsai.app/assets/layout-segment-context-xiPiVrme.js — 200 — 512 B — 247 ms — h2https://rewordsai.app/assets/NextIntlClientProvider-d9oaY35C.js/assets/NextIntlClientProvider-d9oa... https://rewordsai.app/assets/NextIntlClientProvider-d9oaY35C.js — 200 — 461 B — 68 ms — h2https://rewordsai.app/assets/intl-recovery-boundary-D5jorRD5.js/assets/intl-recovery-boundary-D5jo... https://rewordsai.app/assets/intl-recovery-boundary-D5jorRD5.js — 200 — 990 B — 66 ms — h2https://rewordsai.app/assets/dist-BqFYcBMN.js/assets/dist-BqFYcBMN.js https://rewordsai.app/assets/dist-BqFYcBMN.js — 200 — 1.8 KiB — 126 ms — h2https://rewordsai.app/assets/auth-modal-provider-CA7lDVl5.js/assets/auth-modal-provider-CA7lDVl... https://rewordsai.app/assets/auth-modal-provider-CA7lDVl5.js — 200 — 1.5 KiB — 201 ms — h2https://rewordsai.app/assets/dynamic-JvjZAPEJ.js/assets/dynamic-JvjZAPEJ.js https://rewordsai.app/assets/dynamic-JvjZAPEJ.js — 200 — 1.5 KiB — 248 ms — h3https://rewordsai.app/assets/login-promo-provider-D9ouyyK4.js/assets/login-promo-provider-D9ouyy... https://rewordsai.app/assets/login-promo-provider-D9ouyyK4.js — 200 — 1.7 KiB — 304 ms — h3https://rewordsai.app/assets/client-sxLoWGEo.js/assets/client-sxLoWGEo.js https://rewordsai.app/assets/client-sxLoWGEo.js — 200 — 12.1 KiB — 234 ms — h3https://rewordsai.app/assets/promo-CFMZCb34.js/assets/promo-CFMZCb34.js https://rewordsai.app/assets/promo-CFMZCb34.js — 200 — 1.0 KiB — 283 ms — h3https://rewordsai.app/assets/pricing-modal-provider-DhVHxEx7.js/assets/pricing-modal-provider-DhVH... https://rewordsai.app/assets/pricing-modal-provider-DhVHxEx7.js — 200 — 1.2 KiB — 304 ms — h3https://rewordsai.app/assets/seo-ByHTATqX.js/assets/seo-ByHTATqX.js https://rewordsai.app/assets/seo-ByHTATqX.js — 200 — 675 B — 299 ms — h3https://rewordsai.app/assets/sonner-2KtkNM3b.js/assets/sonner-2KtkNM3b.js https://rewordsai.app/assets/sonner-2KtkNM3b.js — 200 — 1.2 KiB — 176 ms — h3https://rewordsai.app/assets/createLucideIcon-BRWvWrMn.js/assets/createLucideIcon-BRWvWrMn.j... https://rewordsai.app/assets/createLucideIcon-BRWvWrMn.js — 200 — 1.2 KiB — 165 ms — h3https://rewordsai.app/assets/circle-check-B8l71IIG.js/assets/circle-check-B8l71IIG.js https://rewordsai.app/assets/circle-check-B8l71IIG.js — 200 — 651 B — 165 ms — h3https://rewordsai.app/assets/loader-circle-Cxy4jRlv.js/assets/loader-circle-Cxy4jRlv.js https://rewordsai.app/assets/loader-circle-Cxy4jRlv.js — 200 — 631 B — 240 ms — h3https://rewordsai.app/assets/dist-Dxtr84wd.js/assets/dist-Dxtr84wd.js https://rewordsai.app/assets/dist-Dxtr84wd.js — 200 — 10.0 KiB — 210 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 3.4 s LCP 5.0 shttps://rewordsai.app// https://rewordsai.app/ — 200 — 65.9 KiB — 135 ms — h2https://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.3 KiB — 180 ms — h2https://rewordsai.app/assets/index-B_uEZfoM.css/assets/index-B_uEZfoM.css https://rewordsai.app/assets/index-B_uEZfoM.css — 200 — 27.7 KiB — 198 ms — h2https://rewordsai.app/assets/global-error-CVl8f3Cz.js/assets/global-error-CVl8f3Cz.js https://rewordsai.app/assets/global-error-CVl8f3Cz.js — 200 — 901 B — 58 ms — h2https://rewordsai.app/assets/framework-DJH1pfSr.js/assets/framework-DJH1pfSr.js https://rewordsai.app/assets/framework-DJH1pfSr.js — 200 — 59.7 KiB — 60 ms — h2https://rewordsai.app/assets/rolldown-runtime-QTnfLwEv.js/assets/rolldown-runtime-QTnfLwEv.j... https://rewordsai.app/assets/rolldown-runtime-QTnfLwEv.js — 200 — 736 B — 58 ms — h2https://rewordsai.app/assets/url-utils-BQKFb685.js/assets/url-utils-BQKFb685.js https://rewordsai.app/assets/url-utils-BQKFb685.js — 200 — 1.3 KiB — 128 ms — h2https://rewordsai.app/assets/error-C4uIAfx6.js/assets/error-C4uIAfx6.js https://rewordsai.app/assets/error-C4uIAfx6.js — 200 — 773 B — 214 ms — h2https://rewordsai.app/assets/navigation-IfqSW_4H.js/assets/navigation-IfqSW_4H.js https://rewordsai.app/assets/navigation-IfqSW_4H.js — 200 — 1.4 KiB — 218 ms — h2https://rewordsai.app/assets/react-DlbkFqaW.js/assets/react-DlbkFqaW.js https://rewordsai.app/assets/react-DlbkFqaW.js — 200 — 13.3 KiB — 66 ms — h2https://rewordsai.app/assets/BaseLink-DhOccf1O.js/assets/BaseLink-DhOccf1O.js https://rewordsai.app/assets/BaseLink-DhOccf1O.js — 200 — 2.1 KiB — 219 ms — h2https://rewordsai.app/assets/link-CfIhK7YT.js/assets/link-CfIhK7YT.js https://rewordsai.app/assets/link-CfIhK7YT.js — 200 — 4.3 KiB — 215 ms — h2https://rewordsai.app/assets/locale-CHO-IoL_.js/assets/locale-CHO-IoL_.js https://rewordsai.app/assets/locale-CHO-IoL_.js — 200 — 1.8 KiB — 200 ms — h2https://rewordsai.app/assets/react-client-CAjdHkmk.js/assets/react-client-CAjdHkmk.js https://rewordsai.app/assets/react-client-CAjdHkmk.js — 200 — 455 B — 126 ms — h2https://rewordsai.app/assets/layout-segment-context-xiPiVrme.js/assets/layout-segment-context-xiPi... https://rewordsai.app/assets/layout-segment-context-xiPiVrme.js — 200 — 512 B — 247 ms — h2https://rewordsai.app/assets/NextIntlClientProvider-d9oaY35C.js/assets/NextIntlClientProvider-d9oa... https://rewordsai.app/assets/NextIntlClientProvider-d9oaY35C.js — 200 — 461 B — 68 ms — h2https://rewordsai.app/assets/intl-recovery-boundary-D5jorRD5.js/assets/intl-recovery-boundary-D5jo... https://rewordsai.app/assets/intl-recovery-boundary-D5jorRD5.js — 200 — 990 B — 66 ms — h2https://rewordsai.app/assets/dist-BqFYcBMN.js/assets/dist-BqFYcBMN.js https://rewordsai.app/assets/dist-BqFYcBMN.js — 200 — 1.8 KiB — 126 ms — h2https://rewordsai.app/assets/auth-modal-provider-CA7lDVl5.js/assets/auth-modal-provider-CA7lDVl... https://rewordsai.app/assets/auth-modal-provider-CA7lDVl5.js — 200 — 1.5 KiB — 201 ms — h2https://rewordsai.app/assets/dynamic-JvjZAPEJ.js/assets/dynamic-JvjZAPEJ.js https://rewordsai.app/assets/dynamic-JvjZAPEJ.js — 200 — 1.5 KiB — 248 ms — h3https://rewordsai.app/assets/login-promo-provider-D9ouyyK4.js/assets/login-promo-provider-D9ouyy... https://rewordsai.app/assets/login-promo-provider-D9ouyyK4.js — 200 — 1.7 KiB — 304 ms — h3https://rewordsai.app/assets/client-sxLoWGEo.js/assets/client-sxLoWGEo.js https://rewordsai.app/assets/client-sxLoWGEo.js — 200 — 12.1 KiB — 234 ms — h3https://rewordsai.app/assets/promo-CFMZCb34.js/assets/promo-CFMZCb34.js https://rewordsai.app/assets/promo-CFMZCb34.js — 200 — 1.0 KiB — 283 ms — h3https://rewordsai.app/assets/pricing-modal-provider-DhVHxEx7.js/assets/pricing-modal-provider-DhVH... https://rewordsai.app/assets/pricing-modal-provider-DhVHxEx7.js — 200 — 1.2 KiB — 304 ms — h3https://rewordsai.app/assets/seo-ByHTATqX.js/assets/seo-ByHTATqX.js https://rewordsai.app/assets/seo-ByHTATqX.js — 200 — 675 B — 299 ms — h3https://rewordsai.app/assets/sonner-2KtkNM3b.js/assets/sonner-2KtkNM3b.js https://rewordsai.app/assets/sonner-2KtkNM3b.js — 200 — 1.2 KiB — 176 ms — h3https://rewordsai.app/assets/createLucideIcon-BRWvWrMn.js/assets/createLucideIcon-BRWvWrMn.j... https://rewordsai.app/assets/createLucideIcon-BRWvWrMn.js — 200 — 1.2 KiB — 165 ms — h3https://rewordsai.app/assets/circle-check-B8l71IIG.js/assets/circle-check-B8l71IIG.js https://rewordsai.app/assets/circle-check-B8l71IIG.js — 200 — 651 B — 165 ms — h3https://rewordsai.app/assets/loader-circle-Cxy4jRlv.js/assets/loader-circle-Cxy4jRlv.js https://rewordsai.app/assets/loader-circle-Cxy4jRlv.js — 200 — 631 B — 240 ms — h3https://rewordsai.app/assets/dist-Dxtr84wd.js/assets/dist-Dxtr84wd.js https://rewordsai.app/assets/dist-Dxtr84wd.js — 200 — 10.0 KiB — 210 ms — h3https://rewordsai.app/assets/deferred-mount-kEyPNGPe.js/assets/deferred-mount-kEyPNGPe.js https://rewordsai.app/assets/deferred-mount-kEyPNGPe.js — 200 — 923 B — 296 ms — h3https://rewordsai.app/assets/header-CIrYKnCL.js/assets/header-CIrYKnCL.js https://rewordsai.app/assets/header-CIrYKnCL.js — 200 — 4.3 KiB — 275 ms — h3https://rewordsai.app/assets/avatar-w0yAN_5h.js/assets/avatar-w0yAN_5h.js https://rewordsai.app/assets/avatar-w0yAN_5h.js — 200 — 1.8 KiB — 164 ms — h3https://rewordsai.app/assets/useOpenInteractionType-aVOpZdwp.js/assets/useOpenInteractionType-aVOp... https://rewordsai.app/assets/useOpenInteractionType-aVOpZdwp.js — 200 — 19.8 KiB — 206 ms — h3https://rewordsai.app/assets/composite-DnxJTIH7.js/assets/composite-DnxJTIH7.js https://rewordsai.app/assets/composite-DnxJTIH7.js — 200 — 982 B — 160 ms — h3https://rewordsai.app/assets/detectBrowser-BKsxARS9.js/assets/detectBrowser-BKsxARS9.js https://rewordsai.app/assets/detectBrowser-BKsxARS9.js — 200 — 990 B — 161 ms — h3https://rewordsai.app/assets/useButton-DQrCQ_d9.js/assets/useButton-DQrCQ_d9.js https://rewordsai.app/assets/useButton-DQrCQ_d9.js — 200 — 2.5 KiB — 210 ms — h3https://rewordsai.app/assets/useRenderElement-0hVZVV5C.js/assets/useRenderElement-0hVZVV5C.j... https://rewordsai.app/assets/useRenderElement-0hVZVV5C.js — 200 — 2.4 KiB — 217 ms — h3https://rewordsai.app/assets/useIsoLayoutEffect-dNZ8Wf1g.js/assets/useIsoLayoutEffect-dNZ8Wf1g... https://rewordsai.app/assets/useIsoLayoutEffect-dNZ8Wf1g.js — 200 — 853 B — 160 ms — h3https://rewordsai.app/assets/owner-DTw1pC4F.js/assets/owner-DTw1pC4F.js https://rewordsai.app/assets/owner-DTw1pC4F.js — 200 — 1.3 KiB — 160 ms — h3https://rewordsai.app/assets/createBaseUIEventDetails-BixunOJI.js/assets/createBaseUIEventDetails-Bi... https://rewordsai.app/assets/createBaseUIEventDetails-BixunOJI.js — 200 — 894 B — 231 ms — h3https://rewordsai.app/assets/useAnimationsFinished-C9PWKlJG.js/assets/useAnimationsFinished-C9PWK... https://rewordsai.app/assets/useAnimationsFinished-C9PWKlJG.js — 200 — 1.5 KiB — 161 ms — h3https://rewordsai.app/assets/stateAttributesMapping-C-TPVpnI.js/assets/stateAttributesMapping-C-TP... https://rewordsai.app/assets/stateAttributesMapping-C-TPVpnI.js — 200 — 681 B — 58 ms — h3https://rewordsai.app/assets/useBaseUiId-DWm14Bg-.js/assets/useBaseUiId-DWm14Bg-.js https://rewordsai.app/assets/useBaseUiId-DWm14Bg-.js — 200 — 789 B — 161 ms — h3https://rewordsai.app/assets/safeReact-BJAhtU0d.js/assets/safeReact-BJAhtU0d.js https://rewordsai.app/assets/safeReact-BJAhtU0d.js — 200 — 604 B — 161 ms — h3https://rewordsai.app/assets/useOpenChangeComplete-Be69GOI0.js/assets/useOpenChangeComplete-Be69G... https://rewordsai.app/assets/useOpenChangeComplete-Be69GOI0.js — 200 — 790 B — 161 ms — h3https://rewordsai.app/assets/useTransitionStatus-DLxiaw3e.js/assets/useTransitionStatus-DLxiaw3... https://rewordsai.app/assets/useTransitionStatus-DLxiaw3e.js — 200 — 918 B — 161 ms — h3https://rewordsai.app/assets/utils-DXalBF5w.js/assets/utils-DXalBF5w.js https://rewordsai.app/assets/utils-DXalBF5w.js — 200 — 9.0 KiB — 214 ms — h3https://rewordsai.app/assets/dropdown-menu-C3B6GV_8.js/assets/dropdown-menu-C3B6GV_8.js https://rewordsai.app/assets/dropdown-menu-C3B6GV_8.js — 200 — 13.9 KiB — 182 ms — h3https://rewordsai.app/assets/DirectionContext-BaYhnM4Y.js/assets/DirectionContext-BaYhnM4Y.j... https://rewordsai.app/assets/DirectionContext-BaYhnM4Y.js — 200 — 1.5 KiB — 227 ms — h3https://rewordsai.app/assets/CompositeListContext-BkmCKyH5.js/assets/CompositeListContext-BkmCKy... https://rewordsai.app/assets/CompositeListContext-BkmCKyH5.js — 200 — 705 B — 160 ms — h3https://rewordsai.app/assets/useCompositeListItem-DCtuny_P.js/assets/useCompositeListItem-DCtuny... https://rewordsai.app/assets/useCompositeListItem-DCtuny_P.js — 200 — 1.1 KiB — 160 ms — h3https://rewordsai.app/assets/getPseudoElementBounds-HkIrCB9r.js/assets/getPseudoElementBounds-HkIr... https://rewordsai.app/assets/getPseudoElementBounds-HkIrCB9r.js — 200 — 14.1 KiB — 182 ms — h3https://rewordsai.app/assets/chevron-right-DPOXR4xf.js/assets/chevron-right-DPOXR4xf.js https://rewordsai.app/assets/chevron-right-DPOXR4xf.js — 200 — 621 B — 160 ms — h3https://rewordsai.app/assets/check-CX-FwU1S.js/assets/check-CX-FwU1S.js https://rewordsai.app/assets/check-CX-FwU1S.js — 200 — 616 B — 164 ms — h3https://rewordsai.app/assets/chevron-down-B1vai0Li.js/assets/chevron-down-B1vai0Li.js https://rewordsai.app/assets/chevron-down-B1vai0Li.js — 200 — 617 B — 162 ms — h3https://rewordsai.app/assets/log-out-CHsB3o_X.js/assets/log-out-CHsB3o_X.js https://rewordsai.app/assets/log-out-CHsB3o_X.js — 200 — 671 B — 162 ms — h3https://rewordsai.app/assets/settings-DamjlDdL.js/assets/settings-DamjlDdL.js https://rewordsai.app/assets/settings-DamjlDdL.js — 200 — 850 B — 104 ms — h3https://rewordsai.app/assets/shield-C9rDKcDX.js/assets/shield-C9rDKcDX.js https://rewordsai.app/assets/shield-C9rDKcDX.js — 200 — 714 B — 196 ms — h3https://rewordsai.app/assets/x-ChR1JV_j.js/assets/x-ChR1JV_j.js https://rewordsai.app/assets/x-ChR1JV_j.js — 200 — 629 B — 161 ms — h3https://rewordsai.app/assets/scroll-to-app-link-CnYSGsMQ.js/assets/scroll-to-app-link-CnYSGsMQ... https://rewordsai.app/assets/scroll-to-app-link-CnYSGsMQ.js — 200 — 892 B — 223 ms — h3https://rewordsai.app/assets/use-promo-countdown-ByPQqw1g.js/assets/use-promo-countdown-ByPQqw1... https://rewordsai.app/assets/use-promo-countdown-ByPQqw1g.js — 200 — 961 B — 263 ms — h3https://rewordsai.app/assets/workspace-csr-KF1MwSB1.js/assets/workspace-csr-KF1MwSB1.js https://rewordsai.app/assets/workspace-csr-KF1MwSB1.js — 200 — 1.4 KiB — 261 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 — 868 B — 263 ms — h3https://rewordsai.app/assets/pricing-csr-7I1528W-.js/assets/pricing-csr-7I1528W-.js https://rewordsai.app/assets/pricing-csr-7I1528W-.js — 200 — 1.3 KiB — 260 ms — h3https://rewordsai.app/assets/AccordionRoot-BAOjXSOu.js/assets/AccordionRoot-BAOjXSOu.js https://rewordsai.app/assets/AccordionRoot-BAOjXSOu.js — 200 — 1.3 KiB — 195 ms — h3https://rewordsai.app/assets/AccordionRootContext-Djvtr85e.js/assets/AccordionRootContext-Djvtr8... https://rewordsai.app/assets/AccordionRootContext-Djvtr85e.js — 200 — 703 B — 223 ms — h3https://rewordsai.app/assets/useControlled-rG2aaNoD.js/assets/useControlled-rG2aaNoD.js https://rewordsai.app/assets/useControlled-rG2aaNoD.js — 200 — 708 B — 159 ms — h3https://rewordsai.app/assets/AccordionItem-CI9JB0-k.js/assets/AccordionItem-CI9JB0-k.js https://rewordsai.app/assets/AccordionItem-CI9JB0-k.js — 200 — 1.9 KiB — 223 ms — h3https://rewordsai.app/assets/collapsibleOpenStateMapping-CpIENIVs.js/assets/collapsibleOpenStateMapping... https://rewordsai.app/assets/collapsibleOpenStateMapping-CpIENIVs.js — 200 — 884 B — 258 ms — h3https://rewordsai.app/assets/stateAttributesMapping-B0t-Y1Vc.js/assets/stateAttributesMapping-B0t-... https://rewordsai.app/assets/stateAttributesMapping-B0t-Y1Vc.js — 200 — 727 B — 258 ms — h3https://rewordsai.app/assets/CollapsibleRootContext-k8n0mEFu.js/assets/CollapsibleRootContext-k8n0... https://rewordsai.app/assets/CollapsibleRootContext-k8n0mEFu.js — 200 — 696 B — 224 ms — h3https://rewordsai.app/assets/AccordionHeader-v5JcAkWo.js/assets/AccordionHeader-v5JcAkWo.js https://rewordsai.app/assets/AccordionHeader-v5JcAkWo.js — 200 — 790 B — 218 ms — h3https://rewordsai.app/assets/AccordionTrigger-DRtEjKk_.js/assets/AccordionTrigger-DRtEjKk_.j... https://rewordsai.app/assets/AccordionTrigger-DRtEjKk_.js — 200 — 1.5 KiB — 273 ms — h3https://rewordsai.app/assets/AccordionPanel-C5JzH_aE.js/assets/AccordionPanel-C5JzH_aE.js https://rewordsai.app/assets/AccordionPanel-C5JzH_aE.js — 200 — 2.7 KiB — 273 ms — h3https://rewordsai.app/assets/lazy-compare-slider-DSEapNdz.js/assets/lazy-compare-slider-DSEapNd... https://rewordsai.app/assets/lazy-compare-slider-DSEapNdz.js — 200 — 1.1 KiB — 277 ms — h3https://rewordsai.app/assets/index-BA9sZJGY.js/assets/index-BA9sZJGY.js https://rewordsai.app/assets/index-BA9sZJGY.js — 200 — 39.3 KiB — 282 ms — h3https://rewordsai.app/assets/_vinext_fonts/inter-e43d3660ae4c/inter-7249155f.woff2/assets/_vinext_fonts/inter-e43d366... https://rewordsai.app/assets/_vinext_fonts/inter-e43d3660ae4c/inter-7249155f.woff2 — 200 — 25.7 KiB — 272 ms — h3https://rewordsai.app/assets/_vinext_fonts/inter-e43d3660ae4c/inter-e34c5f1b.woff2/assets/_vinext_fonts/inter-e43d366... https://rewordsai.app/assets/_vinext_fonts/inter-e43d3660ae4c/inter-e34c5f1b.woff2 — 200 — 18.8 KiB — 257 ms — h3https://rewordsai.app/assets/_vinext_fonts/inter-e43d3660ae4c/inter-6e1a6b2b.woff2/assets/_vinext_fonts/inter-e43d366... https://rewordsai.app/assets/_vinext_fonts/inter-e43d3660ae4c/inter-6e1a6b2b.woff2 — 200 — 11.5 KiB — 217 ms — h3https://rewordsai.app/assets/_vinext_fonts/inter-e43d3660ae4c/inter-656bbed6.woff2/assets/_vinext_fonts/inter-e43d366... https://rewordsai.app/assets/_vinext_fonts/inter-e43d3660ae4c/inter-656bbed6.woff2 — 200 — 19.1 KiB — 278 ms — h3https://rewordsai.app/assets/_vinext_fonts/inter-e43d3660ae4c/inter-fc83e075.woff2/assets/_vinext_fonts/inter-e43d366... https://rewordsai.app/assets/_vinext_fonts/inter-e43d3660ae4c/inter-fc83e075.woff2 — 200 — 10.5 KiB — 217 ms — h3https://rewordsai.app/assets/_vinext_fonts/inter-e43d3660ae4c/inter-749a3084.woff2/assets/_vinext_fonts/inter-e43d366... https://rewordsai.app/assets/_vinext_fonts/inter-e43d3660ae4c/inter-749a3084.woff2 — 200 — 83.8 KiB — 279 ms — h3https://rewordsai.app/assets/_vinext_fonts/inter-e43d3660ae4c/inter-1ab1ad55.woff2/assets/_vinext_fonts/inter-e43d366... https://rewordsai.app/assets/_vinext_fonts/inter-e43d3660ae4c/inter-1ab1ad55.woff2 — 200 — 47.8 KiB — 279 ms — h3https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496 — 200 — 11.3 KiB — 99 ms — h2https://rewordsai.app/assets/language-suggestion-toast-7Gjdl44i.js/assets/language-suggestion-toast-7... https://rewordsai.app/assets/language-suggestion-toast-7Gjdl44i.js — 200 — 2.0 KiB — 156 ms — h3https://rewordsai.app/assets/languages-DjFWk4Bo.js/assets/languages-DjFWk4Bo.js https://rewordsai.app/assets/languages-DjFWk4Bo.js — 200 — 701 B — 160 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 — 936 B — 12 ms — h3https://rewordsai.app/cdn-cgi/rum?/cdn-cgi/rum? https://rewordsai.app/cdn-cgi/rum? — 204 — 455 B — 5 ms — h3https://rewordsai.app/favicon.ico/favicon.ico https://rewordsai.app/favicon.ico — 200 — 1.1 KiB — 11 ms — h3https://rewordsai.app/api/auth/get-session/api/auth/get-session https://rewordsai.app/api/auth/get-session — 200 — 535 B — 22 ms — h3https://rewordsai.app/images/hero-menu-after-360.webp/images/hero-menu-after-360.webp https://rewordsai.app/images/hero-menu-after-360.webp — 200 — 25.0 KiB — 158 ms — h3https://rewordsai.app/assets/workspace-DFC36FZF.js/assets/workspace-DFC36FZF.js https://rewordsai.app/assets/workspace-DFC36FZF.js — 200 — 12.7 KiB — 162 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 — 646 B — 24 ms — h3https://rewordsai.app/assets/copy-Bborf0pu.js/assets/copy-Bborf0pu.js https://rewordsai.app/assets/copy-Bborf0pu.js — 200 — 690 B — 23 ms — h3https://rewordsai.app/assets/sparkles-DizJ4c8B.js/assets/sparkles-DizJ4c8B.js https://rewordsai.app/assets/sparkles-DizJ4c8B.js — 200 — 879 B — 13 ms — h3https://rewordsai.app/assets/pencil-DtcwPqBj.js/assets/pencil-DtcwPqBj.js https://rewordsai.app/assets/pencil-DtcwPqBj.js — 200 — 707 B — 23 ms — h3https://rewordsai.app/assets/trash-2-cPwpylpH.js/assets/trash-2-cPwpylpH.js https://rewordsai.app/assets/trash-2-cPwpylpH.js — 200 — 729 B — 22 ms — h3https://rewordsai.app/assets/upload-r4SoDWF2.js/assets/upload-r4SoDWF2.js https://rewordsai.app/assets/upload-r4SoDWF2.js — 200 — 674 B — 23 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 — 144 ms — h3https://rewordsai.app/api/rewords/billing/api/rewords/billing https://rewordsai.app/api/rewords/billing — 200 — 724 B — 10 ms — h3https://rewordsai.app/images/workspace-case-after.webp/images/workspace-case-after.webp https://rewordsai.app/images/workspace-case-after.webp — 200 — 39.0 KiB — 21 ms — h3https://rewordsai.app/images/workspace-case-before.webp/images/workspace-case-before.webp https://rewordsai.app/images/workspace-case-before.webp — 200 — 47.8 KiB — 21 ms — h3https://rewordsai.app/api/config/public/api/config/public https://rewordsai.app/api/config/public — 200 — 825 B — 12 ms — h3https://accounts.google.com/gsi/clientaccounts.google.com/gsi/client https://accounts.google.com/gsi/client — 200 — 96.8 KiB — 276 ms — h2https://accounts.google.com/gsi/styleaccounts.google.com/gsi/style https://accounts.google.com/gsi/style — 200 — 643 B — 63 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
3% of JavaScript execution is third-party
First-party Third-party 167ms · 108KB · €1/mo
accounts.google.com
Other
Optional
Execution 107ms
Transfer 97 KB
Unused 75%
Monthly Cost €1/mo
static.cloudflareinsights.com
Other
Optional
Execution 60ms
Transfer 11 KB
Monthly Cost €0/mo

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