Skip to content
https://webscore.now

Performance

· 28 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
89
GRADE
B
FIX
1
REVIEW
6
PASS
16
INFO
5

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

90
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
93
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
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.57 s

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

2.62 s

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

286 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.73 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.

7.80 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
28
16 PASS 6 REVIEW 1 FIX
D
JS Execution Cost
Action
2992ms total JS execution
FIX
2992ms total JS execution
Warning::
https://webscore.now/: 1243ms CPU time
Warning::
https://webscore.now/_next/static/chunks/3ds9c0d2y...: 850ms CPU time
Warning::
Unattributable: 410ms CPU time
Warning::
https://www.googletagmanager.com/gtag/js?id=G-R74V...: 266ms CPU time
Info::
https://webscore.now/_next/static/chunks/2f50g3_5x...: 167ms CPU time
Info::
Third-party scripts: 323ms (11% of total)

Main Thread Breakdown

Script Evaluation 36% Style & Layout 26% Other 22% Script Parsing & Compilation 9% Rendering 4%
ScriptTotalScriptingParse/CompileParty
https://webscore.now/1243ms41ms41ms1st
https://webscore.now/_next/static/chunks/3ds9c0d2ysck3.js850ms673ms24ms1st
Unattributable410ms21ms0ms1st
https://www.googletagmanager.com/gtag/js?id=G-R74VF7Z44V266ms215ms37ms3rd
https://webscore.now/_next/static/chunks/2f50g3_5xifya.js167ms118ms7ms1st
https://feedfa.st/embed.js57ms48ms6ms3rd
B
Image Optimization
16 images, 0 KB saveable
REVIEW
16 images, 0 KB saveable
Info::
All images are well-optimized
16 images 39 KB
0 oversized -0 KB
14 legacy format
0 missing dimensions CLS risk
C
JS Bundles
Action
43 scripts, 273 KB unused
REVIEW
43 scripts, 273 KB unused
Warning::
https://webscore.now/_next/static/chunks/0ljeo-7um...: 103 KB unused (99%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-R74V...: 72 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://webscore.now/_next/static/chunks/1nsjt7_g2...: 28 KB unused (100%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://webscore.now/_next/static/chunks/3ds9c0d2y...: 26 KB unused (37%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://webscore.now/_next/static/chunks/3daq4_8qt...: 23 KB unused (100%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 273 KB
273 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://webscore.now/_next/static/chunks/0ljeo-7um1fo7.js105 KB103 KB (99%)1st
https://www.googletagmanager.com/gtag/js?id=G-R74VF7Z44V172 KB72 KB (42%)3rd
https://webscore.now/_next/static/chunks/1nsjt7_g2-9ek.js29 KB28 KB (100%)1st
https://webscore.now/_next/static/chunks/3ds9c0d2ysck3.js72 KB26 KB (37%)1st
https://webscore.now/_next/static/chunks/3daq4_8qt0u5b.js24 KB23 KB (100%)1st
https://webscore.now/_next/static/chunks/2hx1drai36ja4.js23 KB21 KB (100%)1st
https://webscore.now/_next/static/chunks/0gwirm9hvyw0c.js8 KB1st
https://repora.ro/beacon.js7 KB3rd
https://webscore.now/_next/static/chunks/2n4_6e6rkgtzo.js7 KB1st
https://webscore.now/_next/static/chunks/0ktt67b7xgxa4.js7 KB1st

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

B
Main HTML Cache-Control
Cache-Control present but without max-age
REVIEW
Cache-Control present but without max-age
Info::
Main HTML Cache-Control has no max-age: s-maxage=300, stale-while-revalidate=31535700
Got: s-maxage=300, stale-while-revalidate=31535700
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
JavaScript Blocking
1 JS blocking issue(s) detected
REVIEW
1 JS blocking issue(s) detected
Warning::
18 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.
B
HTTP Caching
s-maxage=300, stale-while-revalidate=31535700
REVIEW
s-maxage=300, stale-while-revalidate=31535700
Info::
Cache-Control header is set
Got: s-maxage=300, stale-while-revalidate=31535700
Info::
CDN TTL: 5 minutes (s-maxage=300)
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

s-maxage=300, stale-while-revalidate=31535700

DirectiveValueMeaning
s-maxage300CDN caches for 5 minutes
stale-while-revalidate31535700Serve stale for 52 weeks while fetching fresh
A
Page Weight Budget
1.0 MB transferred, 97 requests
PASS
1.0 MB transferred, 97 requests
Info::
Page weighs 3.6 MB (1.0 MB transferred)
Warning::
JavaScript is 808 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 808 KB
Info::
97 HTTP requests
Info::
Estimated 0.21 g CO2 per page load
1.0 MB / 2.4 MB budget
1.0 MB transferred
97 requests
0.21 g CO2 per page load
JavaScript 808.2 KiB 77%
Other 91.2 KiB 9%
CSS 60.7 KiB 6%
HTML 43.9 KiB 4%
Images 39.0 KiB 4%
Other 2.2 KiB 0%
Other 1.5 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
21% third-party, 0 ms blocking
PASS
21% third-party, 0 ms blocking
Info::
Third-party code accounts for 21% of page weight (216.8 KiB of 1.0 MiB)
Info::
Third-party blocking time is low (0 ms)
79%
21%
First-party Third-party
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
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
10 hints, 0 missing preconnects
PASS
10 hints, 0 missing preconnects
Info::
Page uses 10 resource hint(s)

Current Resource Hints

preconnect
1
preload
3
dns-prefetch
6
prefetch

10 resource hints configured

A+
HTTP/3 (QUIC)
HTTP/3 advertised via Alt-Svc
PASS
HTTP/3 advertised via Alt-Svc
Info::
HTTP/3 (QUIC) is supported
First-load mobile users on cellular networks see meaningful latency improvements with HTTP/3. The QUIC transport collapses TLS + TCP handshakes into one and recovers faster from packet loss.
A+
Document Compression
Document response uses brotli
PASS
Document response uses brotli
Info::
Main HTML response uses brotli (Content-Encoding: br)
Brotli is the best text-compression algorithm for general use, ~20% smaller than gzip on average (40% on smaller files). Modern browsers all support it.
A+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: Accept-Encoding, rsc, next-router-state-tree, next-router-prefetch, next-router-...
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
97 resources · 1.0 MB · 273 KB savings available
PASS
97 resources · 1.0 MB · 273 KB savings available
Warning::
Page weight 1.0 MB exceeds 1 MB target by 23 KB
Got: 1.0 MB Expected: ≤ 1 MB
Info::
~273 KB of savings available
Info::
31 third-party resources (21% of weight)
97 resources · 1.0 MiB · 31 third-party 22.9 KiB over 1MB target
JavaScript 77% · 808.2 KiB
Other 9% · 93.4 KiB
CSS 6% · 60.7 KiB
Document 4% · 44.1 KiB
Image 4% · 40.6 KiB

~273.0 KiB of savings available

Remove unused JavaScript: 273.0 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+
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

Asset Compression
No text asset hosts to measure
INFO
No text asset hosts to measure
Info::
No third-party or subdomain host served enough text assets to measure
Asset compression is measured per host, from one HEAD request against a sampled resource. Pages that serve all their JS and CSS from the document's own origin are covered by the document compression check instead.
Network Waterfall
97 requests over 1656ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.6 s LCP 2.6 shttps://webscore.now// https://webscore.now/ — 200 — 43.9 KiB — 136 ms — h2https://webscore.now/cdn-cgi/speculation/cdn-cgi/speculation https://webscore.now/cdn-cgi/speculation — 200 — 468 B — 28 ms — h2https://webscore.now/logo.svg/logo.svg https://webscore.now/logo.svg — 200 — 709 B — 172 ms — h2https://webscore.now/_next/static/chunks/32zqiwq79l1k-.css/_next/static/chunks/32zqiwq79l1k-.... https://webscore.now/_next/static/chunks/32zqiwq79l1k-.css — 200 — 60.7 KiB — 48 ms — h2https://feedfa.st/embed.jsfeedfa.st/embed.js https://feedfa.st/embed.js — 200 — 17.4 KiB — 487 ms — h2https://webscore.now/_next/static/chunks/436kw062jwpt-.js/_next/static/chunks/436kw062jwpt-.... https://webscore.now/_next/static/chunks/436kw062jwpt-.js — 200 — 4.4 KiB — 154 ms — h2https://webscore.now/_next/static/chunks/1rm737diirj6u.js/_next/static/chunks/1rm737diirj6u.... https://webscore.now/_next/static/chunks/1rm737diirj6u.js — 200 — 9.0 KiB — 57 ms — h2https://webscore.now/_next/static/chunks/3a05gfj0z5e_z.js/_next/static/chunks/3a05gfj0z5e_z.... https://webscore.now/_next/static/chunks/3a05gfj0z5e_z.js — 200 — 9.8 KiB — 71 ms — h2https://webscore.now/_next/static/chunks/2f50g3_5xifya.js/_next/static/chunks/2f50g3_5xifya.... https://webscore.now/_next/static/chunks/2f50g3_5xifya.js — 200 — 27.5 KiB — 93 ms — h2https://webscore.now/_next/static/chunks/1rrmt015nuxag.js/_next/static/chunks/1rrmt015nuxag.... https://webscore.now/_next/static/chunks/1rrmt015nuxag.js — 200 — 7.7 KiB — 153 ms — h2https://webscore.now/_next/static/chunks/3ds9c0d2ysck3.js/_next/static/chunks/3ds9c0d2ysck3.... https://webscore.now/_next/static/chunks/3ds9c0d2ysck3.js — 200 — 71.9 KiB — 166 ms — h2https://webscore.now/_next/static/chunks/turbopack-1fw_n0x5h3q6s.js/_next/static/chunks/turbopack-1fw_... https://webscore.now/_next/static/chunks/turbopack-1fw_n0x5h3q6s.js — 200 — 4.4 KiB — 74 ms — h2https://webscore.now/_next/static/chunks/2n4_6e6rkgtzo.js/_next/static/chunks/2n4_6e6rkgtzo.... https://webscore.now/_next/static/chunks/2n4_6e6rkgtzo.js — 200 — 7.1 KiB — 70 ms — h2https://webscore.now/_next/static/chunks/0ktt67b7xgxa4.js/_next/static/chunks/0ktt67b7xgxa4.... https://webscore.now/_next/static/chunks/0ktt67b7xgxa4.js — 200 — 6.9 KiB — 153 ms — h2https://webscore.now/_next/static/chunks/42og-jl0lx87c.js/_next/static/chunks/42og-jl0lx87c.... https://webscore.now/_next/static/chunks/42og-jl0lx87c.js — 200 — 9.1 KiB — 153 ms — h2https://webscore.now/_next/static/chunks/0c934zwmw2ase.js/_next/static/chunks/0c934zwmw2ase.... https://webscore.now/_next/static/chunks/0c934zwmw2ase.js — 200 — 10.9 KiB — 78 ms — h2https://webscore.now/_next/static/chunks/2-9rt945pl3cn.js/_next/static/chunks/2-9rt945pl3cn.... https://webscore.now/_next/static/chunks/2-9rt945pl3cn.js — 200 — 9.8 KiB — 153 ms — h2https://webscore.now/_next/static/chunks/0waxdw3xp5jnz.js/_next/static/chunks/0waxdw3xp5jnz.... https://webscore.now/_next/static/chunks/0waxdw3xp5jnz.js — 200 — 20.4 KiB — 158 ms — h2https://webscore.now/_next/static/chunks/3hxh8w2xn0cy4.js/_next/static/chunks/3hxh8w2xn0cy4.... https://webscore.now/_next/static/chunks/3hxh8w2xn0cy4.js — 200 — 3.6 KiB — 154 ms — h2https://webscore.now/_next/static/chunks/3hj1973ff97z7.js/_next/static/chunks/3hj1973ff97z7.... https://webscore.now/_next/static/chunks/3hj1973ff97z7.js — 200 — 3.6 KiB — 155 ms — h2https://webscore.now/_next/static/chunks/3-341qj26jv0q.js/_next/static/chunks/3-341qj26jv0q.... https://webscore.now/_next/static/chunks/3-341qj26jv0q.js — 200 — 9.2 KiB — 156 ms — h2https://webscore.now/_next/static/chunks/2rx84p0r-uvqx.js/_next/static/chunks/2rx84p0r-uvqx.... https://webscore.now/_next/static/chunks/2rx84p0r-uvqx.js — 200 — 7.1 KiB — 158 ms — h2https://webscore.now/_next/static/chunks/3u-j_s2q035un.js/_next/static/chunks/3u-j_s2q035un.... https://webscore.now/_next/static/chunks/3u-j_s2q035un.js — 200 — 9.8 KiB — 155 ms — h2https://webscore.now/_next/static/chunks/44xaewm67819g.js/_next/static/chunks/44xaewm67819g.... https://webscore.now/_next/static/chunks/44xaewm67819g.js — 200 — 11.2 KiB — 156 ms — h2https://webscore.now/_next/static/chunks/0gwirm9hvyw0c.js/_next/static/chunks/0gwirm9hvyw0c.... https://webscore.now/_next/static/chunks/0gwirm9hvyw0c.js — 200 — 8.1 KiB — 133 ms — h3https://webscore.now/_next/static/chunks/02s5hx5vl4wlc.js/_next/static/chunks/02s5hx5vl4wlc.... https://webscore.now/_next/static/chunks/02s5hx5vl4wlc.js — 200 — 22.5 KiB — 133 ms — h3https://webscore.now/_next/static/chunks/3xhq6e2ymfa6v.js/_next/static/chunks/3xhq6e2ymfa6v.... https://webscore.now/_next/static/chunks/3xhq6e2ymfa6v.js — 200 — 12.6 KiB — 116 ms — h3https://webscore.now/api/badge/cml9g051n000c7cl85itoppkn?theme=light&style=score/api/badge/cml9g051n000c7cl85itoppk... https://webscore.now/api/badge/cml9g051n000c7cl85itoppkn?theme=light&style=score — 200 — 1.9 KiB — 133 ms — h3https://webscore.now/site.webmanifest/site.webmanifest https://webscore.now/site.webmanifest — 200 — 1.5 KiB — 144 ms — h3https://webscore.now/_next/image?url=%2Ftestimonials%2Fyusuke-matsuba.webp&w=64&q=75/_next/image?url=%2Ftestimonials%2F... https://webscore.now/_next/image?url=%2Ftestimonials%2Fyusuke-matsuba.webp&w=64&q=75 — 200 — 1.9 KiB — 51 ms — h3
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.6 s LCP 2.6 shttps://webscore.now// https://webscore.now/ — 200 — 43.9 KiB — 136 ms — h2https://webscore.now/cdn-cgi/speculation/cdn-cgi/speculation https://webscore.now/cdn-cgi/speculation — 200 — 468 B — 28 ms — h2https://webscore.now/logo.svg/logo.svg https://webscore.now/logo.svg — 200 — 709 B — 172 ms — h2https://webscore.now/_next/static/chunks/32zqiwq79l1k-.css/_next/static/chunks/32zqiwq79l1k-.... https://webscore.now/_next/static/chunks/32zqiwq79l1k-.css — 200 — 60.7 KiB — 48 ms — h2https://feedfa.st/embed.jsfeedfa.st/embed.js https://feedfa.st/embed.js — 200 — 17.4 KiB — 487 ms — h2https://webscore.now/_next/static/chunks/436kw062jwpt-.js/_next/static/chunks/436kw062jwpt-.... https://webscore.now/_next/static/chunks/436kw062jwpt-.js — 200 — 4.4 KiB — 154 ms — h2https://webscore.now/_next/static/chunks/1rm737diirj6u.js/_next/static/chunks/1rm737diirj6u.... https://webscore.now/_next/static/chunks/1rm737diirj6u.js — 200 — 9.0 KiB — 57 ms — h2https://webscore.now/_next/static/chunks/3a05gfj0z5e_z.js/_next/static/chunks/3a05gfj0z5e_z.... https://webscore.now/_next/static/chunks/3a05gfj0z5e_z.js — 200 — 9.8 KiB — 71 ms — h2https://webscore.now/_next/static/chunks/2f50g3_5xifya.js/_next/static/chunks/2f50g3_5xifya.... https://webscore.now/_next/static/chunks/2f50g3_5xifya.js — 200 — 27.5 KiB — 93 ms — h2https://webscore.now/_next/static/chunks/1rrmt015nuxag.js/_next/static/chunks/1rrmt015nuxag.... https://webscore.now/_next/static/chunks/1rrmt015nuxag.js — 200 — 7.7 KiB — 153 ms — h2https://webscore.now/_next/static/chunks/3ds9c0d2ysck3.js/_next/static/chunks/3ds9c0d2ysck3.... https://webscore.now/_next/static/chunks/3ds9c0d2ysck3.js — 200 — 71.9 KiB — 166 ms — h2https://webscore.now/_next/static/chunks/turbopack-1fw_n0x5h3q6s.js/_next/static/chunks/turbopack-1fw_... https://webscore.now/_next/static/chunks/turbopack-1fw_n0x5h3q6s.js — 200 — 4.4 KiB — 74 ms — h2https://webscore.now/_next/static/chunks/2n4_6e6rkgtzo.js/_next/static/chunks/2n4_6e6rkgtzo.... https://webscore.now/_next/static/chunks/2n4_6e6rkgtzo.js — 200 — 7.1 KiB — 70 ms — h2https://webscore.now/_next/static/chunks/0ktt67b7xgxa4.js/_next/static/chunks/0ktt67b7xgxa4.... https://webscore.now/_next/static/chunks/0ktt67b7xgxa4.js — 200 — 6.9 KiB — 153 ms — h2https://webscore.now/_next/static/chunks/42og-jl0lx87c.js/_next/static/chunks/42og-jl0lx87c.... https://webscore.now/_next/static/chunks/42og-jl0lx87c.js — 200 — 9.1 KiB — 153 ms — h2https://webscore.now/_next/static/chunks/0c934zwmw2ase.js/_next/static/chunks/0c934zwmw2ase.... https://webscore.now/_next/static/chunks/0c934zwmw2ase.js — 200 — 10.9 KiB — 78 ms — h2https://webscore.now/_next/static/chunks/2-9rt945pl3cn.js/_next/static/chunks/2-9rt945pl3cn.... https://webscore.now/_next/static/chunks/2-9rt945pl3cn.js — 200 — 9.8 KiB — 153 ms — h2https://webscore.now/_next/static/chunks/0waxdw3xp5jnz.js/_next/static/chunks/0waxdw3xp5jnz.... https://webscore.now/_next/static/chunks/0waxdw3xp5jnz.js — 200 — 20.4 KiB — 158 ms — h2https://webscore.now/_next/static/chunks/3hxh8w2xn0cy4.js/_next/static/chunks/3hxh8w2xn0cy4.... https://webscore.now/_next/static/chunks/3hxh8w2xn0cy4.js — 200 — 3.6 KiB — 154 ms — h2https://webscore.now/_next/static/chunks/3hj1973ff97z7.js/_next/static/chunks/3hj1973ff97z7.... https://webscore.now/_next/static/chunks/3hj1973ff97z7.js — 200 — 3.6 KiB — 155 ms — h2https://webscore.now/_next/static/chunks/3-341qj26jv0q.js/_next/static/chunks/3-341qj26jv0q.... https://webscore.now/_next/static/chunks/3-341qj26jv0q.js — 200 — 9.2 KiB — 156 ms — h2https://webscore.now/_next/static/chunks/2rx84p0r-uvqx.js/_next/static/chunks/2rx84p0r-uvqx.... https://webscore.now/_next/static/chunks/2rx84p0r-uvqx.js — 200 — 7.1 KiB — 158 ms — h2https://webscore.now/_next/static/chunks/3u-j_s2q035un.js/_next/static/chunks/3u-j_s2q035un.... https://webscore.now/_next/static/chunks/3u-j_s2q035un.js — 200 — 9.8 KiB — 155 ms — h2https://webscore.now/_next/static/chunks/44xaewm67819g.js/_next/static/chunks/44xaewm67819g.... https://webscore.now/_next/static/chunks/44xaewm67819g.js — 200 — 11.2 KiB — 156 ms — h2https://webscore.now/_next/static/chunks/0gwirm9hvyw0c.js/_next/static/chunks/0gwirm9hvyw0c.... https://webscore.now/_next/static/chunks/0gwirm9hvyw0c.js — 200 — 8.1 KiB — 133 ms — h3https://webscore.now/_next/static/chunks/02s5hx5vl4wlc.js/_next/static/chunks/02s5hx5vl4wlc.... https://webscore.now/_next/static/chunks/02s5hx5vl4wlc.js — 200 — 22.5 KiB — 133 ms — h3https://webscore.now/_next/static/chunks/3xhq6e2ymfa6v.js/_next/static/chunks/3xhq6e2ymfa6v.... https://webscore.now/_next/static/chunks/3xhq6e2ymfa6v.js — 200 — 12.6 KiB — 116 ms — h3https://webscore.now/api/badge/cml9g051n000c7cl85itoppkn?theme=light&style=score/api/badge/cml9g051n000c7cl85itoppk... https://webscore.now/api/badge/cml9g051n000c7cl85itoppkn?theme=light&style=score — 200 — 1.9 KiB — 133 ms — h3https://webscore.now/site.webmanifest/site.webmanifest https://webscore.now/site.webmanifest — 200 — 1.5 KiB — 144 ms — h3https://webscore.now/_next/image?url=%2Ftestimonials%2Fyusuke-matsuba.webp&w=64&q=75/_next/image?url=%2Ftestimonials%2F... https://webscore.now/_next/image?url=%2Ftestimonials%2Fyusuke-matsuba.webp&w=64&q=75 — 200 — 1.9 KiB — 51 ms — h3https://webscore.now/badges/uneed-potd.webp/badges/uneed-potd.webp https://webscore.now/badges/uneed-potd.webp — 200 — 18.6 KiB — 76 ms — h3https://webscore.now/api/og?src=https%3A%2F%2Fapi.producthunt.com%2Fwidgets%2Fembed-image%2Fv1%2Fproduct_review.svg%3Fproduct_id%3D1263337%26theme%3Ddark/api/og?src=https%3A%2F%2Fapi.produ... https://webscore.now/api/og?src=https%3A%2F%2Fapi.producthunt.com%2Fwidgets%2Fembed-image%2Fv1%2Fproduct_review.svg%3Fproduct_id%3D1263337%26theme%3Ddark — 200 — 2.1 KiB — 237 ms — h3https://www.google.com/s2/favicons?domain=me-mo.ro&sz=64www.google.com/s2/favicons?domain=m... https://www.google.com/s2/favicons?domain=me-mo.ro&sz=64 — 301 — 18 B — 65 ms — h3https://www.google.com/s2/favicons?domain=pura-vida-forest-home.com&sz=64www.google.com/s2/favicons?domain=p... https://www.google.com/s2/favicons?domain=pura-vida-forest-home.com&sz=64 — 301 — 18 B — 56 ms — h3https://www.google.com/s2/favicons?domain=gdprfix.eu&sz=64www.google.com/s2/favicons?domain=g... https://www.google.com/s2/favicons?domain=gdprfix.eu&sz=64 — 301 — 18 B — 64 ms — h3https://www.google.com/s2/favicons?domain=oanaiurascu.ro&sz=64www.google.com/s2/favicons?domain=o... https://www.google.com/s2/favicons?domain=oanaiurascu.ro&sz=64 — 301 — 18 B — 61 ms — h3https://www.google.com/s2/favicons?domain=budgetbro.app&sz=64www.google.com/s2/favicons?domain=b... https://www.google.com/s2/favicons?domain=budgetbro.app&sz=64 — 301 — 18 B — 64 ms — h3https://www.google.com/s2/favicons?domain=sincronflow.tech&sz=64www.google.com/s2/favicons?domain=s... https://www.google.com/s2/favicons?domain=sincronflow.tech&sz=64 — 301 — 18 B — 64 ms — h3https://t1.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=http://pura-vida-forest-home.com&size=64t1.gstatic.com/faviconV2?client=SOC... https://t1.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=http://pura-vida-forest-home.com&size=64 — 200 — 1.4 KiB — 113 ms — h2https://t0.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=http://oanaiurascu.ro&size=64t0.gstatic.com/faviconV2?client=SOC... https://t0.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=http://oanaiurascu.ro&size=64 — 200 — 1.1 KiB — 116 ms — h2https://t1.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=http://me-mo.ro&size=64t1.gstatic.com/faviconV2?client=SOC... https://t1.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=http://me-mo.ro&size=64 — 200 — 1.7 KiB — 101 ms — h2https://t1.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=http://gdprfix.eu&size=64t1.gstatic.com/faviconV2?client=SOC... https://t1.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=http://gdprfix.eu&size=64 — 200 — 899 B — 105 ms — h2https://t3.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=http://budgetbro.app&size=64t3.gstatic.com/faviconV2?client=SOC... https://t3.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=http://budgetbro.app&size=64 — 200 — 1.6 KiB — 95 ms — h2https://t2.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=http://sincronflow.tech&size=64t2.gstatic.com/faviconV2?client=SOC... https://t2.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=http://sincronflow.tech&size=64 — 200 — 714 B — 118 ms — h2https://www.google.com/s2/favicons?domain=launchit.site&sz=64www.google.com/s2/favicons?domain=l... https://www.google.com/s2/favicons?domain=launchit.site&sz=64 — 301 — 18 B — 52 ms — h3https://www.google.com/s2/favicons?domain=reddleads.com&sz=64www.google.com/s2/favicons?domain=r... https://www.google.com/s2/favicons?domain=reddleads.com&sz=64 — 301 — 18 B — 53 ms — h3https://www.google.com/s2/favicons?domain=tubeanalytics.net&sz=64www.google.com/s2/favicons?domain=t... https://www.google.com/s2/favicons?domain=tubeanalytics.net&sz=64 — 301 — 18 B — 52 ms — h3https://www.google.com/s2/favicons?domain=pantazisoft.com&sz=64www.google.com/s2/favicons?domain=p... https://www.google.com/s2/favicons?domain=pantazisoft.com&sz=64 — 301 — 18 B — 128 ms — h3https://www.google.com/s2/favicons?domain=bepublish.com&sz=64www.google.com/s2/favicons?domain=b... https://www.google.com/s2/favicons?domain=bepublish.com&sz=64 — 301 — 18 B — 52 ms — h3https://t3.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=http://launchit.site&size=64t3.gstatic.com/faviconV2?client=SOC... https://t3.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=http://launchit.site&size=64 — 200 — 2.9 KiB — 68 ms — h2https://t2.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=http://tubeanalytics.net&size=64t2.gstatic.com/faviconV2?client=SOC... https://t2.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=http://tubeanalytics.net&size=64 — 200 — 1.5 KiB — 29 ms — h2https://t2.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=http://bepublish.com&size=64t2.gstatic.com/faviconV2?client=SOC... https://t2.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=http://bepublish.com&size=64 — 200 — 653 B — 59 ms — h2https://t3.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=http://reddleads.com&size=64t3.gstatic.com/faviconV2?client=SOC... https://t3.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=http://reddleads.com&size=64 — 200 — 920 B — 62 ms — h2https://t0.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=http://pantazisoft.com&size=64t0.gstatic.com/faviconV2?client=SOC... https://t0.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=http://pantazisoft.com&size=64 — 200 — 473 B — 37 ms — h2https://webscore.now/favicon.svg/favicon.svg https://webscore.now/favicon.svg — 200 — 1.6 KiB — 67 ms — h3https://webscore.now/api/promotion/api/promotion https://webscore.now/api/promotion — 200 — 1.4 KiB — 52 ms — h3https://webscore.now/api/auth/session/api/auth/session https://webscore.now/api/auth/session — 200 — 1.3 KiB — 49 ms — h3https://feedfa.st/api/widget/webscorefeedfa.st/api/widget/webscore https://feedfa.st/api/widget/webscore — 200 — 2.8 KiB — 939 ms — h3https://webscore.now/demo?_rsc=5CB68i4pnAekjehf/demo?_rsc=5CB68i4pnAekjehf https://webscore.now/demo?_rsc=5CB68i4pnAekjehf — 200 — 1.5 KiB — 51 ms — h3https://webscore.now/sign-up?_rsc=5CB68i4pnAekjehf/sign-up?_rsc=5CB68i4pnAekjehf https://webscore.now/sign-up?_rsc=5CB68i4pnAekjehf — 200 — 1.6 KiB — 67 ms — h3https://webscore.now/tools/image-compressor?_rsc=5CB68i4pnAekjehf/tools/image-compressor?_rsc=5CB68i... https://webscore.now/tools/image-compressor?_rsc=5CB68i4pnAekjehf — 200 — 1.5 KiB — 75 ms — h3https://webscore.now/?_rsc=7h4NYy5eoyMcNlUN/?_rsc=7h4NYy5eoyMcNlUN https://webscore.now/?_rsc=7h4NYy5eoyMcNlUN — 200 — 2.7 KiB — 98 ms — h3https://webscore.now/?_rsc=yIp22O3xgPPxC28X/?_rsc=yIp22O3xgPPxC28X https://webscore.now/?_rsc=yIp22O3xgPPxC28X — 200 — 6.8 KiB — 91 ms — h3https://webscore.now/api/auth/session/api/auth/session https://webscore.now/api/auth/session — 200 — 1.3 KiB — 86 ms — h3https://www.googletagmanager.com/gtag/js?id=G-R74VF7Z44Vwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-R74VF7Z44V — 200 — 171.6 KiB — 143 ms — h2https://analytics.ahrefs.com/analytics.jsanalytics.ahrefs.com/analytics.js https://analytics.ahrefs.com/analytics.js — 200 — 3.0 KiB — 50 ms — h3https://repora.ro/beacon.jsrepora.ro/beacon.js https://repora.ro/beacon.js — 200 — 7.3 KiB — 109 ms — h3https://analytics.ahrefs.com/api/eventanalytics.ahrefs.com/api/event https://analytics.ahrefs.com/api/event — 200 — 307 B — 129 ms — h3https://webscore.now/demo?_rsc=7h4NYy5eoyMcNlUN/demo?_rsc=7h4NYy5eoyMcNlUN https://webscore.now/demo?_rsc=7h4NYy5eoyMcNlUN — 200 — 2.8 KiB — 77 ms — h3https://webscore.now/demo?_rsc=OP8qK4c2lrXB8GsS/demo?_rsc=OP8qK4c2lrXB8GsS https://webscore.now/demo?_rsc=OP8qK4c2lrXB8GsS — 200 — 3.4 KiB — 85 ms — h3https://webscore.now/demo?_rsc=zOOH2C0uRU9NjV9y/demo?_rsc=zOOH2C0uRU9NjV9y https://webscore.now/demo?_rsc=zOOH2C0uRU9NjV9y — 200 — 36.4 KiB — 106 ms — h3https://webscore.now/sign-up?_rsc=7h4NYy5eoyMcNlUN/sign-up?_rsc=7h4NYy5eoyMcNlUN https://webscore.now/sign-up?_rsc=7h4NYy5eoyMcNlUN — 200 — 2.8 KiB — 73 ms — h3https://repora.ro/api/collectrepora.ro/api/collect https://repora.ro/api/collect — 200 — 0 B — 377 ms — h3https://repora.ro/api/realtime/pingrepora.ro/api/realtime/ping https://repora.ro/api/realtime/ping — 200 — 0 B — 118 ms — h3https://webscore.now/sign-up?_rsc=fGJn87jYv0bW619I/sign-up?_rsc=fGJn87jYv0bW619I https://webscore.now/sign-up?_rsc=fGJn87jYv0bW619I — 200 — 5.3 KiB — 102 ms — h3https://webscore.now/_next/static/chunks/2gd11vsyqm-91.js/_next/static/chunks/2gd11vsyqm-91.... https://webscore.now/_next/static/chunks/2gd11vsyqm-91.js — 200 — 1.9 KiB — 33 ms — h3https://webscore.now/sign-up?_rsc=6JBSFWK76aOszvHd/sign-up?_rsc=6JBSFWK76aOszvHd https://webscore.now/sign-up?_rsc=6JBSFWK76aOszvHd — 200 — 1.7 KiB — 154 ms — h3https://webscore.now/sign-up?_rsc=MzA2M6cCftvkn6rb/sign-up?_rsc=MzA2M6cCftvkn6rb https://webscore.now/sign-up?_rsc=MzA2M6cCftvkn6rb — 200 — 2.0 KiB — 193 ms — h3https://webscore.now/_next/static/chunks/3hhyd2ae092sd.js/_next/static/chunks/3hhyd2ae092sd.... https://webscore.now/_next/static/chunks/3hhyd2ae092sd.js — 200 — 7.1 KiB — 33 ms — h3https://webscore.now/_next/static/chunks/1s27217cxzvsx.js/_next/static/chunks/1s27217cxzvsx.... https://webscore.now/_next/static/chunks/1s27217cxzvsx.js — 200 — 8.3 KiB — 38 ms — h3https://webscore.now/_next/static/chunks/2v9walti082hl.js/_next/static/chunks/2v9walti082hl.... https://webscore.now/_next/static/chunks/2v9walti082hl.js — 200 — 10.5 KiB — 41 ms — h3https://webscore.now/_next/static/chunks/3ckfl_l47myo-.js/_next/static/chunks/3ckfl_l47myo-.... https://webscore.now/_next/static/chunks/3ckfl_l47myo-.js — 200 — 11.9 KiB — 42 ms — h3https://webscore.now/_next/static/chunks/29jqfzor4xvg9.js/_next/static/chunks/29jqfzor4xvg9.... https://webscore.now/_next/static/chunks/29jqfzor4xvg9.js — 200 — 12.8 KiB — 60 ms — h3https://webscore.now/_next/static/chunks/08cdg_265rj6a.js/_next/static/chunks/08cdg_265rj6a.... https://webscore.now/_next/static/chunks/08cdg_265rj6a.js — 200 — 10.6 KiB — 42 ms — h3https://webscore.now/_next/static/chunks/1nsjt7_g2-9ek.js/_next/static/chunks/1nsjt7_g2-9ek.... https://webscore.now/_next/static/chunks/1nsjt7_g2-9ek.js — 200 — 29.2 KiB — 60 ms — h3https://webscore.now/_next/static/chunks/04my7n8mjigmw.js/_next/static/chunks/04my7n8mjigmw.... https://webscore.now/_next/static/chunks/04my7n8mjigmw.js — 200 — 19.6 KiB — 61 ms — h3https://webscore.now/_next/static/chunks/3daq4_8qt0u5b.js/_next/static/chunks/3daq4_8qt0u5b.... https://webscore.now/_next/static/chunks/3daq4_8qt0u5b.js — 200 — 24.1 KiB — 67 ms — h3https://webscore.now/_next/static/chunks/41l5vq-mg2gf1.js/_next/static/chunks/41l5vq-mg2gf1.... https://webscore.now/_next/static/chunks/41l5vq-mg2gf1.js — 200 — 15.0 KiB — 62 ms — h3https://webscore.now/_next/static/chunks/0ljeo-7um1fo7.js/_next/static/chunks/0ljeo-7um1fo7.... https://webscore.now/_next/static/chunks/0ljeo-7um1fo7.js — 200 — 105.1 KiB — 72 ms — h3https://webscore.now/_next/static/chunks/2hx1drai36ja4.js/_next/static/chunks/2hx1drai36ja4.... https://webscore.now/_next/static/chunks/2hx1drai36ja4.js — 200 — 22.8 KiB — 77 ms — h3https://webscore.now/_next/static/chunks/37pm-5hxotssl.js/_next/static/chunks/37pm-5hxotssl.... https://webscore.now/_next/static/chunks/37pm-5hxotssl.js — 200 — 16.4 KiB — 89 ms — h3https://webscore.now/?_rsc=8nTjltbQWvg6NcbE/?_rsc=8nTjltbQWvg6NcbE https://webscore.now/?_rsc=8nTjltbQWvg6NcbE — 200 — 12.7 KiB — 193 ms — h3https://webscore.now/_next/static/chunks/0v2ub-04h84ke.js/_next/static/chunks/0v2ub-04h84ke.... https://webscore.now/_next/static/chunks/0v2ub-04h84ke.js — 200 — 5.8 KiB — 62 ms — h3https://webscore.now/tools/image-compressor?_rsc=tXyZJ52UQVBCVsD3/tools/image-compressor?_rsc=tXyZJ5... https://webscore.now/tools/image-compressor?_rsc=tXyZJ52UQVBCVsD3 — 200 — 2.8 KiB — 173 ms — h3https://webscore.now/_next/static/chunks/21hle5be1_h50.js/_next/static/chunks/21hle5be1_h50.... https://webscore.now/_next/static/chunks/21hle5be1_h50.js — 200 — 9.9 KiB — 35 ms — h3https://webscore.now/_next/static/chunks/3b--8y8p4b2-z.js/_next/static/chunks/3b--8y8p4b2-z.... https://webscore.now/_next/static/chunks/3b--8y8p4b2-z.js — 200 — 11.3 KiB — 37 ms — h3https://www.google-analytics.com/g/collect?v=2&tid=G-R74VF7Z44V&gtm=45je69b1h1v9243421817za200zd9243421817&_p=1789496253932&gcs=G101&gcd=13p3t3p3p7l1&npa=1&dma_cps=-&dma=0&cid=2022659117.1789496255&frm=0&ngs=1&pscdl=denied&rcb=3&sr=412x823&uaa=&uab=64&uafvl=Not%253FA_Brand%3B24.0.0.0%7CChromium%3B152.0.7977.82&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=115938466~115938469~118897920~118897930~120213116~120385422~120469145~120469153&sid=1789496254&sct=1&seg=0&dl=https%3A%2F%2Fwebscore.now%2F&dt=Website%20Health%20Audit%3A%20SEO%2C%20Speed%20%26%20AI%20Visibility%20%7C%20WebScore&_tu=QAg&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1441www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-R74VF7Z44V&gtm=45je69b1h1v9243421817za200zd9243421817&_p=1789496253932&gcs=G101&gcd=13p3t3p3p7l1&npa=1&dma_cps=-&dma=0&cid=2022659117.1789496255&frm=0&ngs=1&pscdl=denied&rcb=3&sr=412x823&uaa=&uab=64&uafvl=Not%253FA_Brand%3B24.0.0.0%7CChromium%3B152.0.7977.82&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=115938466~115938469~118897920~118897930~120213116~120385422~120469145~120469153&sid=1789496254&sct=1&seg=0&dl=https%3A%2F%2Fwebscore.now%2F&dt=Website%20Health%20Audit%3A%20SEO%2C%20Speed%20%26%20AI%20Visibility%20%7C%20WebScore&_tu=QAg&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1441 — 204 — 547 B — 71 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
11% of JavaScript execution is third-party
First-party Third-party 323ms · 189KB · €6/mo
Google Tag Manager
Tag Manager
Costly
Execution 266ms
Transfer 172 KB
Unused 42%
Monthly Cost €5/mo
feedfa.st
Other
Optional
Execution 57ms
Transfer 17 KB
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • Google Tag Manager adds 266ms and costs ~€5/month

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

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-08-17 — 2026-09-13)

LCP (p75)

2406 ms

77% good

INP (p75)

173 ms

81% good

CLS (p75)

0.020

87% good

FCP (p75)

2355 ms

TTFB (p75)

1336 ms

This origin passes Core Web Vitals assessment
Image Optimization
95 images, 20 KB total, 16 KB wasted
INFO

Image Optimization Audit

Total Images

95

Total Size

20 KB

Oversized

6

Wasted

16 KB

3 missing dimensions 3 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