Skip to content
https://rise-frontend-2xar.onrender.com

Performance

· 21 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
93
GRADE
A
FIX
1
REVIEW
4
PASS
14
INFO
2

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

99
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.
91
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.

411 ms

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

941 ms

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

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

411 ms

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

941 ms

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
21
14 PASS 4 REVIEW 1 FIX
D
Third-Party Impact
Action
71% third-party, 0 ms blocking
FIX
71% third-party, 0 ms blocking
Warning::
Third-party code accounts for 71% of page weight (615.7 KiB of 867.0 KiB)
Info::
Third-party blocking time is low (0 ms)
29%
71%
First-party Third-party
B
Image Optimization
5 images, 0 KB saveable
REVIEW
5 images, 0 KB saveable
Warning::
https://images.unsplash.com/photo-1761319114926-ef... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
5 images 688 KB
0 oversized -0 KB
4 legacy format
1 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

B
JS Bundles
1 scripts, 99 KB unused
REVIEW
1 scripts, 99 KB unused
Warning::
https://rise-frontend-2xar.onrender.com/assets/ind...: 99 KB unused (61%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 99 KB
99 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://rise-frontend-2xar.onrender.com/assets/index-Df6MIjIO.js162 KB99 KB (61%)1st

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.
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A
Page Weight Budget
867 KB transferred, 11 requests
PASS
867 KB transferred, 11 requests
Info::
Page weighs 1.3 MB (867 KB transferred)
Info::
11 HTTP requests
Info::
Estimated 0.18 g CO2 per page load
867 KB / 2.4 MB budget
867 KB transferred
11 requests
0.18 g CO2 per page load
Images 687.6 KiB 79%
JavaScript 161.9 KiB 19%
CSS 16.3 KiB 2%
HTML 630 B 0%
Other 381 B 0%
Other 192 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Under budget
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+
JS Execution Cost
105ms total JS execution
PASS
105ms total JS execution
Info::
https://rise-frontend-2xar.onrender.com/assets/ind...: 105ms CPU time

Main Thread Breakdown

Other 49% Script Evaluation 24% Style & Layout 21% Rendering 5%
ScriptTotalScriptingParse/CompileParty
https://rise-frontend-2xar.onrender.com/assets/index-Df6MIjIO.js105ms36ms0ms1st
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
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
HTTP/3 (QUIC)
HTTP/3 advertised via Alt-Svc
PASS
HTTP/3 advertised via Alt-Svc
Info::
HTTP/3 (QUIC) is supported
First-load mobile users on cellular networks see meaningful latency improvements with HTTP/3. The QUIC transport collapses TLS + TCP handshakes into one and recovers faster from packet loss.
A+
Compression Algorithm
Main response uses brotli
PASS
Main response uses brotli
Info::
Main HTML response uses brotli (Content-Encoding: br)
Brotli is the best text-compression algorithm for general use, ~20% smaller than gzip on average (40% on smaller files). Modern browsers all support it.
A+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A+
Main HTML Cache-Control
Main HTML max-age=0 (≤ 5min) is appropriate
PASS
Main HTML max-age=0 (≤ 5min) is appropriate
Info::
Main HTML max-age=0 (≤ 5min) is appropriate
Got: public, max-age=0, s-maxage=300
A+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: Accept-Encoding
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::
Both `ETag` and `Last-Modified` present -- efficient revalidation supported
The page returns both `ETag` (content hash) and `Last-Modified` (timestamp) headers. Browsers can issue conditional GETs with `If-None-Match` or `If-Modified-Since`; the server returns 304 Not Modified for unchanged content, saving bandwidth. ETag is the more reliable of the two (timestamps fail in DST transitions and clock skew).
A
Page Weight Inventory
11 resources · 867 KB · 99 KB savings available
PASS
11 resources · 867 KB · 99 KB savings available
Info::
Within 1MB page-weight target
Got: 867 KB
Info::
~99 KB of savings available
Warning::
6 third-party resources (71% of weight)
Info::
1 resources over 200KB
11 resources · 867.0 KiB · 6 third-party Within 1MB page-weight target
Image 79% · 688.0 KiB
JavaScript 19% · 161.9 KiB
CSS 2% · 16.3 KiB
Document 0% · 630 B
Other 0% · 192 B

~99.0 KiB of savings available

Remove unused JavaScript: 99.0 KiB
A
HTTP Caching
public, max-age=0, s-maxage=300
PASS
public, max-age=0, s-maxage=300
Info::
Cache-Control header is set
Got: public, max-age=0, s-maxage=300
Info::
CDN TTL: 5 minutes (s-maxage=300)
Info::
ETag present — enables conditional (304) responses
Info::
Last-Modified header present
Cache-Control

public, max-age=0, s-maxage=300

DirectiveValueMeaning
publicAny cache may store this response
max-age0Cache for 0 seconds
s-maxage300CDN caches for 5 minutes
Network Waterfall
11 requests over 713ms
INFO
0 ms 200 ms 400 ms 600 ms 800 ms FCP 411 ms LCP 941 mshttps://rise-frontend-2xar.onrender.com// https://rise-frontend-2xar.onrender.com/ — 200 — 630 B — 22 ms — h2https://rise-frontend-2xar.onrender.com/assets/index-Df6MIjIO.js/assets/index-Df6MIjIO.js https://rise-frontend-2xar.onrender.com/assets/index-Df6MIjIO.js — 200 — 161.9 KiB — 17 ms — h2https://rise-frontend-2xar.onrender.com/assets/index-DtC6fJ_D.css/assets/index-DtC6fJ_D.css https://rise-frontend-2xar.onrender.com/assets/index-DtC6fJ_D.css — 200 — 16.3 KiB — 13 ms — h2https://rise-frontend-2xar.onrender.com/assets/242f3e5fb80a3e0d83c484a5bd446e9c5c21cefc-CAI2uKDZ.png/assets/242f3e5fb80a3e0d83c484a5bd4... https://rise-frontend-2xar.onrender.com/assets/242f3e5fb80a3e0d83c484a5bd446e9c5c21cefc-CAI2uKDZ.png — 200 — 72.1 KiB — 15 ms — h3https://images.unsplash.com/photo-1761160803166-da886bb7efcc?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w3Nzg4Nzd8MHwxfHNlYXJjaHwxfHxzdHVkZW50cyUyMHJlc2VhcmNoJTIwbGlicmFyeSUyMGxlYXJuaW5nfGVufDF8fHx8MTc3MDEyNzM0NXww&ixlib=rb-4.1.0&q=80&w=1080&utm_source=figma&utm_medium=referralimages.unsplash.com/photo-176116080... https://images.unsplash.com/photo-1761160803166-da886bb7efcc?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w3Nzg4Nzd8MHwxfHNlYXJjaHwxfHxzdHVkZW50cyUyMHJlc2VhcmNoJTIwbGlicmFyeSUyMGxlYXJuaW5nfGVufDF8fHx8MTc3MDEyNzM0NXww&ixlib=rb-4.1.0&q=80&w=1080&utm_source=figma&utm_medium=referral — 200 — 353.5 KiB — 23 ms — h2https://images.unsplash.com/photo-1761319114926-ef932912fa37?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w3Nzg4Nzd8MHwxfHNlYXJjaHwxfHxsaWJyYXJ5JTIwYm9va3MlMjByZXNlYXJjaCUyMHN0dWR5fGVufDF8fHx8MTc2OTgzMTc5MHww&ixlib=rb-4.1.0&q=80&w=1080&utm_source=figma&utm_medium=referralimages.unsplash.com/photo-176131911... https://images.unsplash.com/photo-1761319114926-ef932912fa37?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w3Nzg4Nzd8MHwxfHNlYXJjaHwxfHxsaWJyYXJ5JTIwYm9va3MlMjByZXNlYXJjaCUyMHN0dWR5fGVufDF8fHx8MTc2OTgzMTc5MHww&ixlib=rb-4.1.0&q=80&w=1080&utm_source=figma&utm_medium=referral — 200 — 78.7 KiB — 11 ms — h2https://images.unsplash.com/photo-1758685733987-54952cd1c8c6?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w3Nzg4Nzd8MHwxfHNlYXJjaHwxfHxzY2llbmNlJTIwZXhwZXJpbWVudCUyMGNsYXNzcm9vbSUyMGxhYnxlbnwxfHx8fDE3Njk4MzE3OTB8MA&ixlib=rb-4.1.0&q=80&w=1080&utm_source=figma&utm_medium=referralimages.unsplash.com/photo-175868573... https://images.unsplash.com/photo-1758685733987-54952cd1c8c6?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w3Nzg4Nzd8MHwxfHNlYXJjaHwxfHxzY2llbmNlJTIwZXhwZXJpbWVudCUyMGNsYXNzcm9vbSUyMGxhYnxlbnwxfHx8fDE3Njk4MzE3OTB8MA&ixlib=rb-4.1.0&q=80&w=1080&utm_source=figma&utm_medium=referral — 200 — 101.1 KiB — 22 ms — h2https://images.unsplash.com/photo-1557734864-c78b6dfef1b1?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w3Nzg4Nzd8MHwxfHNlYXJjaHwxfHx0ZWFjaGVyJTIwaGVscGluZyUyMHN0dWRlbnQlMjBjbGFzc3Jvb20lMjBoYXBweXxlbnwxfHx8fDE3Njk4MzE3OTB8MA&ixlib=rb-4.1.0&q=80&w=1080&utm_source=figma&utm_medium=referralimages.unsplash.com/photo-155773486... https://images.unsplash.com/photo-1557734864-c78b6dfef1b1?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w3Nzg4Nzd8MHwxfHNlYXJjaHwxfHx0ZWFjaGVyJTIwaGVscGluZyUyMHN0dWRlbnQlMjBjbGFzc3Jvb20lMjBoYXBweXxlbnwxfHx8fDE3Njk4MzE3OTB8MA&ixlib=rb-4.1.0&q=80&w=1080&utm_source=figma&utm_medium=referral — 200 — 82.2 KiB — 16 ms — h2https://rise-jbi6.onrender.com/trackrise-jbi6.onrender.com/track https://rise-jbi6.onrender.com/track — 204 — 0 B — 260 ms — h2https://rise-frontend-2xar.onrender.com/assets/242f3e5fb80a3e0d83c484a5bd446e9c5c21cefc-CAI2uKDZ.png/assets/242f3e5fb80a3e0d83c484a5bd4... https://rise-frontend-2xar.onrender.com/assets/242f3e5fb80a3e0d83c484a5bd446e9c5c21cefc-CAI2uKDZ.png — 200 — 381 B — 12 ms — h3https://rise-jbi6.onrender.com/trackrise-jbi6.onrender.com/track https://rise-jbi6.onrender.com/track — 200 — 192 B — 322 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Image Optimization
5 images, 686 KB total, 306 KB wasted
INFO

Image Optimization Audit

Total Images

5

Total Size

686 KB

Oversized

4

Wasted

306 KB

5 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