Skip to content
https://risk-score-1.preview.emergentagent.com

Performance

· 24 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
90
GRADE
A
FIX
3
REVIEW
4
PASS
16
INFO
1

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

46
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
89
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
81
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
36
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.04 s

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

6.68 s

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

923 ms

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

0.002

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

40.44 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.09 s

Page Load Progression

5.1 s
10.3 s
15.4 s
20.5 s
25.6 s
30.8 s
35.9 s
41.0 s
Checks
24
16 PASS 4 REVIEW 3 FIX
D
JS Execution Cost
Action
2221ms total JS execution
FIX
2221ms total JS execution
Warning::
https://risk-score-1.preview.emergentagent.com/nod...: 1395ms CPU time
Warning::
Unattributable: 367ms CPU time
Info::
https://risk-score-1.preview.emergentagent.com/cdn...: 246ms CPU time
Info::
https://risk-score-1.preview.emergentagent.com/: 212ms CPU time

Main Thread Breakdown

Script Evaluation 56% Other 17% Script Parsing & Compilation 16% Style & Layout 6% Garbage Collection 3%
ScriptTotalScriptingParse/CompileParty
https://risk-score-1.preview.emergentagent.com/node_modules/expo-router/entry.bundle?platform=web&dev=true&hot=false&lazy=true&transform.routerRoot=app1395ms984ms354ms1st
Unattributable367ms6ms0ms1st
https://risk-score-1.preview.emergentagent.com/cdn-cgi/challenge-platform/scripts/jsd/main.js246ms222ms1ms1st
https://risk-score-1.preview.emergentagent.com/212ms31ms2ms1st
F
JS Bundles
Action
3 scripts, 331 KB unused
FIX
3 scripts, 331 KB unused
Warning::
https://risk-score-1.preview.emergentagent.com/nod...: 331 KB unused (39%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://risk-score-1.preview.emergentagent.com/nod...: unminified — 266 KB could be saved
Info::
Total unused JavaScript: 331 KB
331 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://risk-score-1.preview.emergentagent.com/node_modules/expo-router/entry.bundle?platform=web&dev=true&hot=false&lazy=true&transform.routerRoot=app845 KB331 KB (39%)1st
https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a1177817227644711 KB3rd
https://risk-score-1.preview.emergentagent.com/cdn-cgi/challenge-platform/h/g/scripts/jsd/825e783f7fae/main.js?10 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

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, no-cache, must-revalidate
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-store, no-cache, must-revalidate

DirectiveValueMeaning
no-storeNever cache this response
no-cacheCache but always revalidate first
must-revalidateMust recheck with server after expiry
B
Page Weight Budget
1.1 MB transferred, 12 requests
REVIEW
1.1 MB transferred, 12 requests
Info::
Page weighs 5.2 MB (1.1 MB transferred)
Warning::
JavaScript is 867 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 867 KB
Info::
Fonts are 207 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 207 KB
Info::
12 HTTP requests
Info::
Estimated 0.22 g CO2 per page load
1.1 MB / 2.4 MB budget
1.1 MB transferred
12 requests
0.22 g CO2 per page load
JavaScript 866.9 KiB 79%
Fonts 206.9 KiB 19%
HTML 10.1 KiB 1%
Other 8.1 KiB 1%
Other 1.6 KiB 0%
Other 983 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

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

B
HTTP/3 (QUIC)
HTTP/3 not advertised
REVIEW
HTTP/3 not advertised
Info::
HTTP/3 (QUIC) is not advertised
HTTP/3 isn't advertised via Alt-Svc and the worker didn't negotiate h3. HTTP/3 reduces handshake latency (1-RTT instead of 2-3 RTTs) and is more resilient on lossy connections. Most modern CDNs (Cloudflare, Fastly, AWS CloudFront, Google Cloud CDN) support HTTP/3 with a single config switch -- consider enabling for mobile-heavy workloads.
B
Compression Algorithm
Main response uses gzip; brotli would be ~20% smaller
REVIEW
Main response uses gzip; brotli would be ~20% smaller
Info::
Main HTML response uses gzip (brotli would be ~20% smaller)
All current browsers support brotli. Most CDNs (Cloudflare, Fastly, AWS CloudFront, Vercel, Netlify) can switch from gzip to brotli with a single config flag. Origin servers (nginx, Apache) need a brotli module compiled in -- nginx-brotli or Apache mod_brotli.
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Third-Party Impact
1% third-party, 0 ms blocking
PASS
1% third-party, 0 ms blocking
Info::
Third-party code accounts for 1% of page weight (11.4 KiB of 1.1 MiB)
Info::
Third-party blocking time is low (0 ms)
99%
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
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
1 fonts (207 KB)
PASS
1 fonts (207 KB)
Info::
1 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

1

207 KB total

Render-blocking

0

of 1

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s 34.0 s 36.0 s 38.0 s 40.0 s 42.0 s FCP 1.0 s LCP 6.7 shttps://risk-score-1.preview.emergentagent.com/assets/?unstable_path=.%2Fnode_modules%2F%40expo%2Fvector-icons%2Fbuild%2Fvendor%2Freact-native-vector-icons%2FFonts/Ionicons.ttfIonicons.ttf https://risk-score-1.preview.emergentagent.com/assets/?unstable_path=.%2Fnode_modules%2F%40expo%2Fvector-icons%2Fbuild%2Fvendor%2Freact-native-vector-icons%2FFonts/Ionicons.ttf — 206.9 KiB — 3.3 s — font-display: swap
Ionicons.ttf ttf swap
Size 207 KB
Load time 3.3 s
Start 37.7 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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)

Fixing the unchecked items could save ~166 KB and ~332 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
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, no-cache, must-revalidate
A+
Server-Timing Observability
4 Server-Timing entries advertised
PASS
4 Server-Timing entries advertised
Info::
Server-Timing header advertises 4 timing entries
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: gzip` 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
12 resources · 1.1 MB · 331 KB savings available
PASS
12 resources · 1.1 MB · 331 KB savings available
Warning::
Page weight 1.1 MB exceeds 1 MB target by 71 KB
Got: 1.1 MB Expected: ≤ 1 MB
Info::
~331 KB of savings available
Info::
1 third-party resources (1% of weight)
Info::
2 resources over 200KB
12 resources · 1.1 MiB · 1 third-party 70.6 KiB over 1MB target
JavaScript 79% · 866.9 KiB
Font 19% · 206.9 KiB
Document 1% · 10.1 KiB
Image 1% · 7.7 KiB
Other 0% · 3.0 KiB

~330.9 KiB of savings available

Remove unused JavaScript: 330.9 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
No render-blocking JS or document.write usage detected
PASS
No render-blocking JS or document.write usage detected
Info::
No JavaScript blocking issues 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
Network Waterfall
12 requests over 40997ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s 34.0 s 36.0 s 38.0 s 40.0 s 42.0 s FCP 1.0 s LCP 6.7 shttps://risk-score-1.preview.emergentagent.com// https://risk-score-1.preview.emergentagent.com/ — 200 — 10.1 KiB — 12.5 s — h2https://risk-score-1.preview.emergentagent.com/node_modules/expo-router/entry.bundle?platform=web&dev=true&hot=false&lazy=true&transform.routerRoot=app/node_modules/expo-router/entry.bun... https://risk-score-1.preview.emergentagent.com/node_modules/expo-router/entry.bundle?platform=web&dev=true&hot=false&lazy=true&transform.routerRoot=app — 200 — 845.3 KiB — 24.8 s — h2https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447 — 200 — 11.4 KiB — 98 ms — h2https://risk-score-1.preview.emergentagent.com/cdn-cgi/challenge-platform/scripts/jsd/main.js/cdn-cgi/challenge-platform/scripts... https://risk-score-1.preview.emergentagent.com/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 413 B — 51 ms — h2https://risk-score-1.preview.emergentagent.com/cdn-cgi/rum?/cdn-cgi/rum? https://risk-score-1.preview.emergentagent.com/cdn-cgi/rum? — 204 — 131 B — 22 ms — h2https://risk-score-1.preview.emergentagent.com/cdn-cgi/challenge-platform/h/g/scripts/jsd/825e783f7fae/main.js?/cdn-cgi/challenge-platform/h/g/scr... https://risk-score-1.preview.emergentagent.com/cdn-cgi/challenge-platform/h/g/scripts/jsd/825e783f7fae/main.js? — 200 — 10.2 KiB — 23 ms — h2https://risk-score-1.preview.emergentagent.com/favicon.ico/favicon.ico https://risk-score-1.preview.emergentagent.com/favicon.ico — 200 — 7.7 KiB — 3.4 s — h2https://risk-score-1.preview.emergentagent.com/cdn-cgi/challenge-platform/h/g/jsd/oneshot/825e783f7fae/0.3262419433931175:1779304847:FLySL9t0Wp-gH4JR0_KFzwmz4zrqadaIrkIqvexCqlg/9fee043a3b99eba6/cdn-cgi/challenge-platform/h/g/jsd... https://risk-score-1.preview.emergentagent.com/cdn-cgi/challenge-platform/h/g/jsd/oneshot/825e783f7fae/0.3262419433931175:1779304847:FLySL9t0Wp-gH4JR0_KFzwmz4zrqadaIrkIqvexCqlg/9fee043a3b99eba6 — 200 — 852 B — 39 ms — h2https://risk-score-1.preview.emergentagent.com/assets/?unstable_path=.%2Fnode_modules%2F%40expo%2Fvector-icons%2Fbuild%2Fvendor%2Freact-native-vector-icons%2FFonts/Ionicons.ttf/assets/?unstable_path=.%2Fnode_mod... https://risk-score-1.preview.emergentagent.com/assets/?unstable_path=.%2Fnode_modules%2F%40expo%2Fvector-icons%2Fbuild%2Fvendor%2Freact-native-vector-icons%2FFonts/Ionicons.ttf — 200 — 206.9 KiB — 3.3 s — h2https://risk-score-1.preview.emergentagent.com/api/stats/api/stats https://risk-score-1.preview.emergentagent.com/api/stats — 200 — 459 B — 239 ms — h2https://risk-score-1.preview.emergentagent.com/api/transactions/api/transactions https://risk-score-1.preview.emergentagent.com/api/transactions — 200 — 470 B — 143 ms — h2https://risk-score-1.preview.emergentagent.com/api/clients/api/clients https://risk-score-1.preview.emergentagent.com/api/clients — 200 — 714 B — 268 ms — h2
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