Skip to content
https://wrenda.ai

Performance

· 25 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
93
GRADE
A
FIX
1
REVIEW
5
PASS
17
INFO
2

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

79
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.
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.86 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.

189 ms

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

0.170

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

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

3.42 s

Page Load Progression

467 ms
933 ms
1.4 s
1.9 s
2.3 s
2.8 s
3.3 s
3.7 s
Checks
25
17 PASS 5 REVIEW 1 FIX
F
JS Execution Cost
Action
3629ms total JS execution
FIX
3629ms total JS execution
Warning::
https://wrenda.ai/: 1435ms CPU time
Warning::
https://wrenda.ai/_next/static/chunks/8907-45995d1...: 1119ms CPU time
Warning::
https://wrenda.ai/_next/static/chunks/1255-f6eeefa...: 659ms CPU time
Info::
https://wrenda.ai/_next/static/chunks/4bd1b696-100...: 217ms CPU time
Info::
Unattributable: 198ms CPU time

Main Thread Breakdown

Style & Layout 30% Other 26% Script Evaluation 25% Rendering 15%
ScriptTotalScriptingParse/CompileParty
https://wrenda.ai/1435ms6ms4ms1st
https://wrenda.ai/_next/static/chunks/8907-45995d114a02fefe.js1119ms202ms8ms1st
https://wrenda.ai/_next/static/chunks/1255-f6eeefa1c40e51a9.js659ms631ms13ms1st
https://wrenda.ai/_next/static/chunks/4bd1b696-100b9d70ed4e49c1.js217ms37ms19ms1st
Unattributable198ms9ms0ms1st
B
JS Bundles
20 scripts, 58 KB unused
REVIEW
20 scripts, 58 KB unused
Warning::
https://wrenda.ai/_next/static/chunks/960-83a13381...: 37 KB unused (100%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://wrenda.ai/_next/static/chunks/8907-45995d1...: 21 KB unused (55%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 58 KB
58 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://wrenda.ai/_next/static/chunks/960-83a13381453a778f.js38 KB37 KB (100%)1st
https://wrenda.ai/_next/static/chunks/8907-45995d114a02fefe.js39 KB21 KB (55%)1st
https://wrenda.ai/_next/static/chunks/4909-725bb5626f16c299.js8 KB1st
https://wrenda.ai/_next/static/chunks/4bd1b696-100b9d70ed4e49c1.js55 KB1st
https://wrenda.ai/_next/static/chunks/8720-c9ee040177c11cae.js11 KB1st
https://wrenda.ai/_next/static/chunks/4237-dc7adba3662b0cac.js2 KB1st
https://wrenda.ai/_next/static/chunks/1255-f6eeefa1c40e51a9.js45 KB1st
https://wrenda.ai/_next/static/chunks/app/layout-9d8a15f3cda52123.js3 KB1st
https://wrenda.ai/_next/static/chunks/2619-04bc32f026a0d946.js4 KB1st
https://wrenda.ai/_next/static/chunks/app/not-found-0d0e7f7421b38da3.js0 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

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
2 JS blocking issue(s) detected
REVIEW
2 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.
Warning::
Total JS execution time is 3.6 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.
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

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
472 KB transferred, 34 requests
PASS
472 KB transferred, 34 requests
Info::
Page weighs 1.2 MB (472 KB transferred)
Info::
34 HTTP requests
Info::
Estimated 0.10 g CO2 per page load
472 KB / 2.4 MB budget
472 KB transferred
34 requests
0.10 g CO2 per page load
JavaScript 260.5 KiB 55%
Fonts 145.9 KiB 31%
CSS 25.1 KiB 5%
HTML 19.6 KiB 4%
Other 11.1 KiB 2%
Other 9.9 KiB 2%
0 2.4 MB 4.9 MB
Under budget
A+
Third-Party Impact
No third-party resources
PASS
No third-party resources
Info::
No third-party resources detected
No third-party resources detected — all resources are first-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
No images on this page
PASS
No images on this page
Info::
No images on this page
0 images 0 KB
0 oversized -0 KB
0 legacy format
0 missing dimensions CLS risk
A+
Font Loading
7 fonts (146 KB)
PASS
7 fonts (146 KB)
Info::
7 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

7

146 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 FCP 1.9 s LCP 3.4 shttps://wrenda.ai/_next/static/media/barlow-condensed-latin-500-normal.6440fe73.woff2barlow-condensed-latin-... https://wrenda.ai/_next/static/media/barlow-condensed-latin-500-normal.6440fe73.woff2 — 21.7 KiB — 50 ms — font-display: swaphttps://wrenda.ai/_next/static/media/space-mono-latin-400-normal.2a23a011.woff2space-mono-latin-400-no... https://wrenda.ai/_next/static/media/space-mono-latin-400-normal.2a23a011.woff2 — 16.9 KiB — 71 ms — font-display: swaphttps://wrenda.ai/_next/static/media/barlow-condensed-latin-600-normal.b506a7ca.woff2barlow-condensed-latin-... https://wrenda.ai/_next/static/media/barlow-condensed-latin-600-normal.b506a7ca.woff2 — 22.5 KiB — 72 ms — font-display: swaphttps://wrenda.ai/_next/static/media/barlow-latin-400-normal.691b6fb3.woff2barlow-latin-400-normal... https://wrenda.ai/_next/static/media/barlow-latin-400-normal.691b6fb3.woff2 — 22.4 KiB — 55 ms — font-display: swaphttps://wrenda.ai/_next/static/media/barlow-latin-600-normal.03cb9b26.woff2barlow-latin-600-normal... https://wrenda.ai/_next/static/media/barlow-latin-600-normal.03cb9b26.woff2 — 23.0 KiB — 73 ms — font-display: swaphttps://wrenda.ai/_next/static/media/space-mono-latin-700-normal.637e3c40.woff2space-mono-latin-700-no... https://wrenda.ai/_next/static/media/space-mono-latin-700-normal.637e3c40.woff2 — 17.1 KiB — 69 ms — font-display: swaphttps://wrenda.ai/_next/static/media/barlow-latin-500-normal.b9baa974.woff2barlow-latin-500-normal... https://wrenda.ai/_next/static/media/barlow-latin-500-normal.b9baa974.woff2 — 22.3 KiB — 53 ms — font-display: swap
barlow-condensed-latin-... woff2 swap
Size 22 KB
Load time 50 ms
Start 285 ms
Risk FOUT — text flashes from fallback to web font
space-mono-latin-400-no... woff2 swap
Size 17 KB
Load time 71 ms
Start 285 ms
Risk FOUT — text flashes from fallback to web font
barlow-condensed-latin-... woff2 swap
Size 23 KB
Load time 72 ms
Start 286 ms
Risk FOUT — text flashes from fallback to web font
barlow-latin-400-normal... woff2 swap
Size 22 KB
Load time 55 ms
Start 286 ms
Risk FOUT — text flashes from fallback to web font
barlow-latin-600-normal... woff2 swap
Size 23 KB
Load time 73 ms
Start 286 ms
Risk FOUT — text flashes from fallback to web font
space-mono-latin-700-no... woff2 swap
Size 17 KB
Load time 69 ms
Start 286 ms
Risk FOUT — text flashes from fallback to web font
barlow-latin-500-normal... woff2 swap
Size 22 KB
Load time 53 ms
Start 1.3 s
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
2 hints, 0 missing preconnects
PASS
2 hints, 0 missing preconnects
Info::
Page uses 2 resource hint(s)

Current Resource Hints

preconnect
preload
2
dns-prefetch
prefetch

2 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+
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
Warning::
Compressed response missing `Vary` header
The page is served with `Content-Encoding: br` but has no `Vary` header. Without `Vary: Accept-Encoding`, intermediary caches (corporate proxies, ISP caches) may serve the compressed variant to clients that didn't send the matching `Accept-Encoding` -- the client sees garbled bytes. Add `Vary: Accept-Encoding` whenever the response is conditionally compressed.
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
34 resources · 472 KB · 58 KB savings available
PASS
34 resources · 472 KB · 58 KB savings available
Info::
Within 1MB page-weight target
Got: 472 KB
Info::
~58 KB of savings available
34 resources · 472.2 KiB · 0 third-party Within 1MB page-weight target
JavaScript 55% · 260.5 KiB
Font 31% · 145.9 KiB
CSS 5% · 25.1 KiB
Document 4% · 19.6 KiB
Other 2% · 11.1 KiB
Image 2% · 9.9 KiB

~58.4 KiB of savings available

Remove unused JavaScript: 58.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+
CSS Performance Depth
No CSS performance depth issues detected
PASS
No CSS performance depth issues detected
Info::
No CSS performance depth issues detected
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
34 requests over 1428ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 1.9 s LCP 3.4 shttps://wrenda.ai// https://wrenda.ai/ — 200 — 19.6 KiB — 103 ms — h2https://wrenda.ai/_next/static/css/7efcc08613ef125e.css/_next/static/css/7efcc08613ef125e.... https://wrenda.ai/_next/static/css/7efcc08613ef125e.css — 200 — 1.3 KiB — 127 ms — h2https://wrenda.ai/_next/static/css/29f1319827a782af.css/_next/static/css/29f1319827a782af.... https://wrenda.ai/_next/static/css/29f1319827a782af.css — 200 — 22.1 KiB — 127 ms — h2https://wrenda.ai/_next/static/chunks/webpack-00df70b988586746.js/_next/static/chunks/webpack-00df70... https://wrenda.ai/_next/static/chunks/webpack-00df70b988586746.js — 200 — 2.2 KiB — 126 ms — h2https://wrenda.ai/_next/static/chunks/4bd1b696-100b9d70ed4e49c1.js/_next/static/chunks/4bd1b696-100b9... https://wrenda.ai/_next/static/chunks/4bd1b696-100b9d70ed4e49c1.js — 200 — 54.9 KiB — 115 ms — h2https://wrenda.ai/_next/static/chunks/1255-f6eeefa1c40e51a9.js/_next/static/chunks/1255-f6eeefa1c... https://wrenda.ai/_next/static/chunks/1255-f6eeefa1c40e51a9.js — 200 — 45.5 KiB — 131 ms — h2https://wrenda.ai/_next/static/chunks/main-app-1e7a3f5fd1f3f54d.js/_next/static/chunks/main-app-1e7a3... https://wrenda.ai/_next/static/chunks/main-app-1e7a3f5fd1f3f54d.js — 200 — 578 B — 71 ms — h2https://wrenda.ai/_next/static/chunks/8720-c9ee040177c11cae.js/_next/static/chunks/8720-c9ee04017... https://wrenda.ai/_next/static/chunks/8720-c9ee040177c11cae.js — 200 — 10.6 KiB — 127 ms — h2https://wrenda.ai/_next/static/chunks/4237-dc7adba3662b0cac.js/_next/static/chunks/4237-dc7adba36... https://wrenda.ai/_next/static/chunks/4237-dc7adba3662b0cac.js — 200 — 2.2 KiB — 74 ms — h2https://wrenda.ai/_next/static/chunks/960-83a13381453a778f.js/_next/static/chunks/960-83a1338145... https://wrenda.ai/_next/static/chunks/960-83a13381453a778f.js — 200 — 38.1 KiB — 89 ms — h2https://wrenda.ai/_next/static/chunks/app/layout-9d8a15f3cda52123.js/_next/static/chunks/app/layout-9d8... https://wrenda.ai/_next/static/chunks/app/layout-9d8a15f3cda52123.js — 200 — 3.4 KiB — 126 ms — h2https://wrenda.ai/_next/static/chunks/2619-04bc32f026a0d946.js/_next/static/chunks/2619-04bc32f02... https://wrenda.ai/_next/static/chunks/2619-04bc32f026a0d946.js — 200 — 3.8 KiB — 125 ms — h2https://wrenda.ai/_next/static/chunks/app/not-found-0d0e7f7421b38da3.js/_next/static/chunks/app/not-found-... https://wrenda.ai/_next/static/chunks/app/not-found-0d0e7f7421b38da3.js — 200 — 509 B — 124 ms — h2https://wrenda.ai/_next/static/chunks/4909-725bb5626f16c299.js/_next/static/chunks/4909-725bb5626... https://wrenda.ai/_next/static/chunks/4909-725bb5626f16c299.js — 200 — 8.4 KiB — 124 ms — h2https://wrenda.ai/_next/static/chunks/8907-45995d114a02fefe.js/_next/static/chunks/8907-45995d114... https://wrenda.ai/_next/static/chunks/8907-45995d114a02fefe.js — 200 — 39.0 KiB — 125 ms — h2https://wrenda.ai/_next/static/chunks/4963-cef7eb9c409d08a5.js/_next/static/chunks/4963-cef7eb9c4... https://wrenda.ai/_next/static/chunks/4963-cef7eb9c409d08a5.js — 200 — 4.6 KiB — 65 ms — h2https://wrenda.ai/_next/static/chunks/3302-5f547e7b19d25e47.js/_next/static/chunks/3302-5f547e7b1... https://wrenda.ai/_next/static/chunks/3302-5f547e7b19d25e47.js — 200 — 3.8 KiB — 61 ms — h2https://wrenda.ai/_next/static/chunks/app/page-18436ae773ae0fba.js/_next/static/chunks/app/page-18436... https://wrenda.ai/_next/static/chunks/app/page-18436ae773ae0fba.js — 200 — 25.9 KiB — 79 ms — h2https://wrenda.ai/_next/static/media/barlow-condensed-latin-500-normal.6440fe73.woff2/_next/static/media/barlow-condense... https://wrenda.ai/_next/static/media/barlow-condensed-latin-500-normal.6440fe73.woff2 — 200 — 21.7 KiB — 50 ms — h3https://wrenda.ai/_next/static/media/space-mono-latin-400-normal.2a23a011.woff2/_next/static/media/space-mono-lati... https://wrenda.ai/_next/static/media/space-mono-latin-400-normal.2a23a011.woff2 — 200 — 16.9 KiB — 71 ms — h3https://wrenda.ai/_next/static/media/barlow-condensed-latin-600-normal.b506a7ca.woff2/_next/static/media/barlow-condense... https://wrenda.ai/_next/static/media/barlow-condensed-latin-600-normal.b506a7ca.woff2 — 200 — 22.5 KiB — 72 ms — h3https://wrenda.ai/_next/static/media/barlow-latin-400-normal.691b6fb3.woff2/_next/static/media/barlow-latin-40... https://wrenda.ai/_next/static/media/barlow-latin-400-normal.691b6fb3.woff2 — 200 — 22.4 KiB — 55 ms — h3https://wrenda.ai/_next/static/media/barlow-latin-600-normal.03cb9b26.woff2/_next/static/media/barlow-latin-60... https://wrenda.ai/_next/static/media/barlow-latin-600-normal.03cb9b26.woff2 — 200 — 23.0 KiB — 73 ms — h3https://wrenda.ai/_next/static/media/space-mono-latin-700-normal.637e3c40.woff2/_next/static/media/space-mono-lati... https://wrenda.ai/_next/static/media/space-mono-latin-700-normal.637e3c40.woff2 — 200 — 17.1 KiB — 69 ms — h3https://wrenda.ai/favicon.ico/favicon.ico https://wrenda.ai/favicon.ico — 200 — 9.9 KiB — 43 ms — h3https://wrenda.ai/_next/static/media/barlow-latin-500-normal.b9baa974.woff2/_next/static/media/barlow-latin-50... https://wrenda.ai/_next/static/media/barlow-latin-500-normal.b9baa974.woff2 — 200 — 22.3 KiB — 53 ms — h3https://wrenda.ai/register/index.txt?_rsc=3lb4g/register/index.txt?_rsc=3lb4g https://wrenda.ai/register/index.txt?_rsc=3lb4g — 200 — 3.4 KiB — 50 ms — h3https://wrenda.ai/docs/index.txt?_rsc=3lb4g/docs/index.txt?_rsc=3lb4g https://wrenda.ai/docs/index.txt?_rsc=3lb4g — 200 — 7.7 KiB — 43 ms — h3https://wrenda.ai/_next/static/chunks/app/(marketing)/docs/page-8b5d0c85916242b2.js/_next/static/chunks/app/(marketing... https://wrenda.ai/_next/static/chunks/app/(marketing)/docs/page-8b5d0c85916242b2.js — 200 — 2.4 KiB — 62 ms — h3https://wrenda.ai/_next/static/chunks/app/(marketing)/layout-d0dc944504ca90fe.js/_next/static/chunks/app/(marketing... https://wrenda.ai/_next/static/chunks/app/(marketing)/layout-d0dc944504ca90fe.js — 200 — 3.6 KiB — 53 ms — h3
0 ms 1.0 s 2.0 s 3.0 s FCP 1.9 s LCP 3.4 shttps://wrenda.ai// https://wrenda.ai/ — 200 — 19.6 KiB — 103 ms — h2https://wrenda.ai/_next/static/css/7efcc08613ef125e.css/_next/static/css/7efcc08613ef125e.... https://wrenda.ai/_next/static/css/7efcc08613ef125e.css — 200 — 1.3 KiB — 127 ms — h2https://wrenda.ai/_next/static/css/29f1319827a782af.css/_next/static/css/29f1319827a782af.... https://wrenda.ai/_next/static/css/29f1319827a782af.css — 200 — 22.1 KiB — 127 ms — h2https://wrenda.ai/_next/static/chunks/webpack-00df70b988586746.js/_next/static/chunks/webpack-00df70... https://wrenda.ai/_next/static/chunks/webpack-00df70b988586746.js — 200 — 2.2 KiB — 126 ms — h2https://wrenda.ai/_next/static/chunks/4bd1b696-100b9d70ed4e49c1.js/_next/static/chunks/4bd1b696-100b9... https://wrenda.ai/_next/static/chunks/4bd1b696-100b9d70ed4e49c1.js — 200 — 54.9 KiB — 115 ms — h2https://wrenda.ai/_next/static/chunks/1255-f6eeefa1c40e51a9.js/_next/static/chunks/1255-f6eeefa1c... https://wrenda.ai/_next/static/chunks/1255-f6eeefa1c40e51a9.js — 200 — 45.5 KiB — 131 ms — h2https://wrenda.ai/_next/static/chunks/main-app-1e7a3f5fd1f3f54d.js/_next/static/chunks/main-app-1e7a3... https://wrenda.ai/_next/static/chunks/main-app-1e7a3f5fd1f3f54d.js — 200 — 578 B — 71 ms — h2https://wrenda.ai/_next/static/chunks/8720-c9ee040177c11cae.js/_next/static/chunks/8720-c9ee04017... https://wrenda.ai/_next/static/chunks/8720-c9ee040177c11cae.js — 200 — 10.6 KiB — 127 ms — h2https://wrenda.ai/_next/static/chunks/4237-dc7adba3662b0cac.js/_next/static/chunks/4237-dc7adba36... https://wrenda.ai/_next/static/chunks/4237-dc7adba3662b0cac.js — 200 — 2.2 KiB — 74 ms — h2https://wrenda.ai/_next/static/chunks/960-83a13381453a778f.js/_next/static/chunks/960-83a1338145... https://wrenda.ai/_next/static/chunks/960-83a13381453a778f.js — 200 — 38.1 KiB — 89 ms — h2https://wrenda.ai/_next/static/chunks/app/layout-9d8a15f3cda52123.js/_next/static/chunks/app/layout-9d8... https://wrenda.ai/_next/static/chunks/app/layout-9d8a15f3cda52123.js — 200 — 3.4 KiB — 126 ms — h2https://wrenda.ai/_next/static/chunks/2619-04bc32f026a0d946.js/_next/static/chunks/2619-04bc32f02... https://wrenda.ai/_next/static/chunks/2619-04bc32f026a0d946.js — 200 — 3.8 KiB — 125 ms — h2https://wrenda.ai/_next/static/chunks/app/not-found-0d0e7f7421b38da3.js/_next/static/chunks/app/not-found-... https://wrenda.ai/_next/static/chunks/app/not-found-0d0e7f7421b38da3.js — 200 — 509 B — 124 ms — h2https://wrenda.ai/_next/static/chunks/4909-725bb5626f16c299.js/_next/static/chunks/4909-725bb5626... https://wrenda.ai/_next/static/chunks/4909-725bb5626f16c299.js — 200 — 8.4 KiB — 124 ms — h2https://wrenda.ai/_next/static/chunks/8907-45995d114a02fefe.js/_next/static/chunks/8907-45995d114... https://wrenda.ai/_next/static/chunks/8907-45995d114a02fefe.js — 200 — 39.0 KiB — 125 ms — h2https://wrenda.ai/_next/static/chunks/4963-cef7eb9c409d08a5.js/_next/static/chunks/4963-cef7eb9c4... https://wrenda.ai/_next/static/chunks/4963-cef7eb9c409d08a5.js — 200 — 4.6 KiB — 65 ms — h2https://wrenda.ai/_next/static/chunks/3302-5f547e7b19d25e47.js/_next/static/chunks/3302-5f547e7b1... https://wrenda.ai/_next/static/chunks/3302-5f547e7b19d25e47.js — 200 — 3.8 KiB — 61 ms — h2https://wrenda.ai/_next/static/chunks/app/page-18436ae773ae0fba.js/_next/static/chunks/app/page-18436... https://wrenda.ai/_next/static/chunks/app/page-18436ae773ae0fba.js — 200 — 25.9 KiB — 79 ms — h2https://wrenda.ai/_next/static/media/barlow-condensed-latin-500-normal.6440fe73.woff2/_next/static/media/barlow-condense... https://wrenda.ai/_next/static/media/barlow-condensed-latin-500-normal.6440fe73.woff2 — 200 — 21.7 KiB — 50 ms — h3https://wrenda.ai/_next/static/media/space-mono-latin-400-normal.2a23a011.woff2/_next/static/media/space-mono-lati... https://wrenda.ai/_next/static/media/space-mono-latin-400-normal.2a23a011.woff2 — 200 — 16.9 KiB — 71 ms — h3https://wrenda.ai/_next/static/media/barlow-condensed-latin-600-normal.b506a7ca.woff2/_next/static/media/barlow-condense... https://wrenda.ai/_next/static/media/barlow-condensed-latin-600-normal.b506a7ca.woff2 — 200 — 22.5 KiB — 72 ms — h3https://wrenda.ai/_next/static/media/barlow-latin-400-normal.691b6fb3.woff2/_next/static/media/barlow-latin-40... https://wrenda.ai/_next/static/media/barlow-latin-400-normal.691b6fb3.woff2 — 200 — 22.4 KiB — 55 ms — h3https://wrenda.ai/_next/static/media/barlow-latin-600-normal.03cb9b26.woff2/_next/static/media/barlow-latin-60... https://wrenda.ai/_next/static/media/barlow-latin-600-normal.03cb9b26.woff2 — 200 — 23.0 KiB — 73 ms — h3https://wrenda.ai/_next/static/media/space-mono-latin-700-normal.637e3c40.woff2/_next/static/media/space-mono-lati... https://wrenda.ai/_next/static/media/space-mono-latin-700-normal.637e3c40.woff2 — 200 — 17.1 KiB — 69 ms — h3https://wrenda.ai/favicon.ico/favicon.ico https://wrenda.ai/favicon.ico — 200 — 9.9 KiB — 43 ms — h3https://wrenda.ai/_next/static/media/barlow-latin-500-normal.b9baa974.woff2/_next/static/media/barlow-latin-50... https://wrenda.ai/_next/static/media/barlow-latin-500-normal.b9baa974.woff2 — 200 — 22.3 KiB — 53 ms — h3https://wrenda.ai/register/index.txt?_rsc=3lb4g/register/index.txt?_rsc=3lb4g https://wrenda.ai/register/index.txt?_rsc=3lb4g — 200 — 3.4 KiB — 50 ms — h3https://wrenda.ai/docs/index.txt?_rsc=3lb4g/docs/index.txt?_rsc=3lb4g https://wrenda.ai/docs/index.txt?_rsc=3lb4g — 200 — 7.7 KiB — 43 ms — h3https://wrenda.ai/_next/static/chunks/app/(marketing)/docs/page-8b5d0c85916242b2.js/_next/static/chunks/app/(marketing... https://wrenda.ai/_next/static/chunks/app/(marketing)/docs/page-8b5d0c85916242b2.js — 200 — 2.4 KiB — 62 ms — h3https://wrenda.ai/_next/static/chunks/app/(marketing)/layout-d0dc944504ca90fe.js/_next/static/chunks/app/(marketing... https://wrenda.ai/_next/static/chunks/app/(marketing)/layout-d0dc944504ca90fe.js — 200 — 3.6 KiB — 53 ms — h3https://wrenda.ai/_next/static/chunks/app/(marketing)/docs/layout-fcbd0adc1711cb6e.js/_next/static/chunks/app/(marketing... https://wrenda.ai/_next/static/chunks/app/(marketing)/docs/layout-fcbd0adc1711cb6e.js — 200 — 4.5 KiB — 49 ms — h3https://wrenda.ai/_next/static/css/91707bf5408fe7f4.css/_next/static/css/91707bf5408fe7f4.... https://wrenda.ai/_next/static/css/91707bf5408fe7f4.css — 200 — 1.8 KiB — 41 ms — h3https://wrenda.ai/_next/static/chunks/app/(auth)/layout-40a9a20f9e5f3d14.js/_next/static/chunks/app/(auth)/lay... https://wrenda.ai/_next/static/chunks/app/(auth)/layout-40a9a20f9e5f3d14.js — 200 — 3.4 KiB — 58 ms — h3https://wrenda.ai/_next/static/chunks/app/(auth)/register/page-d93fb713d54db054.js/_next/static/chunks/app/(auth)/reg... https://wrenda.ai/_next/static/chunks/app/(auth)/register/page-d93fb713d54db054.js — 200 — 3.2 KiB — 58 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback