Skip to content
https://beta.locumnet.in

Performance

· 26 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
90
GRADE
A
FIX
0
REVIEW
9
PASS
14
INFO
3

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

66
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
88
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.

3.01 s

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

8.86 s

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

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

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

8.89 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
26
14 PASS 9 REVIEW
B
Page Weight Budget
1.3 MB transferred, 29 requests
REVIEW
1.3 MB transferred, 29 requests
Info::
Page weighs 2.2 MB (1.3 MB transferred)
Warning::
Images are 1.0 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.0 MB
Info::
29 HTTP requests
Info::
Estimated 0.28 g CO2 per page load
1.3 MB / 2.4 MB budget
1.3 MB transferred
29 requests
0.28 g CO2 per page load
Images 1.0 MiB 76%
JavaScript 166.7 KiB 12%
Fonts 85.7 KiB 6%
CSS 60.7 KiB 4%
HTML 4.6 KiB 0%
Other 876 B 0%
0 2.4 MB 4.9 MB
Under budget

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

B
Image Optimization
17 images, 0 KB saveable
REVIEW
17 images, 0 KB saveable
Warning::
https://beta.locumnet.in/assets/images/hero-illust... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
17 images 1.0 MB
0 oversized -0 KB
13 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

C
JS Execution Cost
Action
1235ms total JS execution
REVIEW
1235ms total JS execution
Warning::
https://beta.locumnet.in/: 579ms CPU time
Warning::
Unattributable: 285ms CPU time
Info::
https://cdn.jsdelivr.net/npm/lucide@0.344.0/dist/u...: 229ms CPU time
Info::
https://beta.locumnet.in/js/auth.js: 73ms CPU time
Info::
https://beta.locumnet.in/.netlify/scripts/hud?vari...: 70ms CPU time
Info::
Third-party scripts: 229ms (19% of total)

Main Thread Breakdown

Style & Layout 40% Other 25% Script Evaluation 19% Script Parsing & Compilation 9%
ScriptTotalScriptingParse/CompileParty
https://beta.locumnet.in/579ms6ms1ms1st
Unattributable285ms7ms0ms1st
https://cdn.jsdelivr.net/npm/lucide@0.344.0/dist/umd/lucide.min.js229ms142ms56ms3rd
https://beta.locumnet.in/js/auth.js73ms44ms25ms1st
https://beta.locumnet.in/.netlify/scripts/hud?variant=public70ms34ms6ms1st
B
JS Bundles
5 scripts, 65 KB unused
REVIEW
5 scripts, 65 KB unused
Warning::
https://cdn.jsdelivr.net/npm/@supabase/supabase-js...: 45 KB unused (83%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://beta.locumnet.in/js/auth.js: 20 KB unused (74%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://beta.locumnet.in/js/auth.js: unminified — 6 KB could be saved
Info::
Total unused JavaScript: 65 KB
65 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://cdn.jsdelivr.net/npm/@supabase/supabase-js@254 KB45 KB (83%)3rd
https://beta.locumnet.in/js/auth.js28 KB20 KB (74%)1st
https://cdn.jsdelivr.net/npm/lucide@0.344.0/dist/umd/lucide.min.js74 KB3rd
https://beta.locumnet.in/script.js2 KB1st
https://beta.locumnet.in/.netlify/scripts/hud?variant=public10 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
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
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
Page Weight Inventory
29 resources · 1.3 MB · 65 KB savings available
REVIEW
29 resources · 1.3 MB · 65 KB savings available
Warning::
Page weight 1.3 MB exceeds 1 MB target by 330 KB
Got: 1.3 MB Expected: ≤ 1 MB
Info::
~65 KB of savings available
Info::
6 third-party resources (16% of weight)
Info::
1 resources over 200KB
29 resources · 1.3 MiB · 6 third-party 330.0 KiB over 1MB target
Image 77% · 1.0 MiB
JavaScript 12% · 166.7 KiB
Font 6% · 85.7 KiB
CSS 4% · 60.7 KiB
Document 0% · 4.6 KiB

~64.9 KiB of savings available

Remove unused JavaScript: 64.9 KiB
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::
ETag present — enables conditional (304) responses
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+
Third-Party Impact
16% third-party, 0 ms blocking
PASS
16% third-party, 0 ms blocking
Info::
Third-party code accounts for 16% of page weight (214.5 KiB of 1.3 MiB)
Info::
Third-party blocking time is low (0 ms)
84%
16%
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
3 fonts (86 KB)
PASS
3 fonts (86 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

86 KB total

Render-blocking

0

of 3

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s 9.0 s FCP 3.0 s LCP 8.9 shttps://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2nuFiD-vYSZviVYUb_rj3ij_... https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2 — 37.6 KiB — 16 ms — font-display: swaphttps://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko20yygg_vb.woff2LDIoaomQNQcsA88c7O9yZ4K... https://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko20yygg_vb.woff2 — 26.7 KiB — 22 ms — font-display: swaphttps://fonts.gstatic.com/s/playfairdisplay/v40/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_qiTXtHA-X-oE0o.woff2nuFRD-vYSZviVYUb_rj3ij_... https://fonts.gstatic.com/s/playfairdisplay/v40/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_qiTXtHA-X-oE0o.woff2 — 21.4 KiB — 19 ms — font-display: swap
nuFiD-vYSZviVYUb_rj3ij_... woff2 swap
Size 38 KB
Load time 16 ms
Start 569 ms
Risk FOUT — text flashes from fallback to web font
LDIoaomQNQcsA88c7O9yZ4K... woff2 swap
Size 27 KB
Load time 22 ms
Start 569 ms
Risk FOUT — text flashes from fallback to web font
nuFRD-vYSZviVYUb_rj3ij_... woff2 swap
Size 21 KB
Load time 19 ms
Start 569 ms
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
2 hints, 0 missing preconnects
PASS
2 hints, 0 missing preconnects
Info::
Page uses 2 resource hint(s)

Current Resource Hints

preconnect
2
preload
dns-prefetch
prefetch

2 resource hints configured

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,must-revalidate
A+
Server Response Intelligence
3 server-response signal(s) detected
PASS
3 server-response signal(s) detected
Info::
`Cache-Status` header present (RFC 9211): "Netlify Edge"; hit; ttl=31533915
The page returns a `Cache-Status` header -- the standardized way for CDNs and caches to communicate per-hop cache state to debugging tools. Format: `Cache-Status: cdn-name; hit; ttl=300` (or `; fwd=miss` / `; fwd=stale`). Standard alternative to vendor-specific `X-Cache` patterns each CDN had historically. Cloudflare, Fastly, and Akamai all support emitting it.
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::
`ETag` present -- conditional GET supported
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
29 requests over 795ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s 9.0 s FCP 3.0 s LCP 8.9 shttps://beta.locumnet.in// https://beta.locumnet.in/ — 200 — 4.6 KiB — 174 ms — h2https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;0,700;1,400&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swapfonts.googleapis.com/css2?family=Pl... https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;0,700;1,400&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap — 200 — 1.3 KiB — 69 ms — h2https://cdn.jsdelivr.net/npm/lucide@0.344.0/dist/umd/lucide.min.jscdn.jsdelivr.net/npm/lucide@0.344.0... https://cdn.jsdelivr.net/npm/lucide@0.344.0/dist/umd/lucide.min.js — 200 — 73.6 KiB — 59 ms — h2https://beta.locumnet.in/style.css/style.css https://beta.locumnet.in/style.css — 200 — 59.4 KiB — 266 ms — h2https://beta.locumnet.in/assets/images/logo.png/assets/images/logo.png https://beta.locumnet.in/assets/images/logo.png — 200 — 39.6 KiB — 381 ms — h2https://beta.locumnet.in/assets/images/hero-illustration.png/assets/images/hero-illustration.pn... https://beta.locumnet.in/assets/images/hero-illustration.png — 200 — 844.8 KiB — 417 ms — h2https://beta.locumnet.in/assets/images/icons/value/verified.png/assets/images/icons/value/verified... https://beta.locumnet.in/assets/images/icons/value/verified.png — 200 — 4.2 KiB — 303 ms — h2https://beta.locumnet.in/assets/images/icons/value/availability.png/assets/images/icons/value/availabi... https://beta.locumnet.in/assets/images/icons/value/availability.png — 200 — 5.2 KiB — 343 ms — h2https://beta.locumnet.in/assets/images/icons/value/support.png/assets/images/icons/value/support.... https://beta.locumnet.in/assets/images/icons/value/support.png — 200 — 3.7 KiB — 339 ms — h2https://cdn.jsdelivr.net/npm/@supabase/supabase-js@2cdn.jsdelivr.net/npm/@supabase/supa... https://cdn.jsdelivr.net/npm/@supabase/supabase-js@2 — 200 — 54.0 KiB — 45 ms — h2https://beta.locumnet.in/assets/images/icons/value/compliant.png/assets/images/icons/value/complian... https://beta.locumnet.in/assets/images/icons/value/compliant.png — 200 — 3.3 KiB — 277 ms — h2https://beta.locumnet.in/assets/images/icons/process/post-requirement.png/assets/images/icons/process/post-r... https://beta.locumnet.in/assets/images/icons/process/post-requirement.png — 200 — 2.9 KiB — 237 ms — h2https://beta.locumnet.in/assets/images/icons/process/match-connect.png/assets/images/icons/process/match-... https://beta.locumnet.in/assets/images/icons/process/match-connect.png — 200 — 3.5 KiB — 241 ms — h2https://beta.locumnet.in/assets/images/icons/process/confirm-schedule.png/assets/images/icons/process/confir... https://beta.locumnet.in/assets/images/icons/process/confirm-schedule.png — 200 — 3.0 KiB — 237 ms — h2https://beta.locumnet.in/assets/images/icons/process/deliver-quality-care.png/assets/images/icons/process/delive... https://beta.locumnet.in/assets/images/icons/process/deliver-quality-care.png — 200 — 4.2 KiB — 265 ms — h2https://beta.locumnet.in/assets/images/solutions/for-hospitals.png/assets/images/solutions/for-hospit... https://beta.locumnet.in/assets/images/solutions/for-hospitals.png — 200 — 9.0 KiB — 313 ms — h2https://beta.locumnet.in/assets/images/solutions/for-doctors.png/assets/images/solutions/for-doctor... https://beta.locumnet.in/assets/images/solutions/for-doctors.png — 200 — 10.2 KiB — 324 ms — h2https://beta.locumnet.in/assets/images/solutions/for-clinics.png/assets/images/solutions/for-clinic... https://beta.locumnet.in/assets/images/solutions/for-clinics.png — 200 — 9.4 KiB — 333 ms — h2https://beta.locumnet.in/assets/images/social/youtube.webp/assets/images/social/youtube.webp https://beta.locumnet.in/assets/images/social/youtube.webp — 200 — 17.2 KiB — 146 ms — h2https://beta.locumnet.in/assets/images/social/instagram.webp/assets/images/social/instagram.web... https://beta.locumnet.in/assets/images/social/instagram.webp — 200 — 14.2 KiB — 253 ms — h2https://beta.locumnet.in/assets/images/social/x.webp/assets/images/social/x.webp https://beta.locumnet.in/assets/images/social/x.webp — 200 — 33.6 KiB — 241 ms — h2https://beta.locumnet.in/assets/images/social/whatsapp.webp/assets/images/social/whatsapp.webp https://beta.locumnet.in/assets/images/social/whatsapp.webp — 200 — 27.6 KiB — 292 ms — h2https://beta.locumnet.in/script.js/script.js https://beta.locumnet.in/script.js — 200 — 1.8 KiB — 251 ms — h2https://beta.locumnet.in/js/auth.js/js/auth.js https://beta.locumnet.in/js/auth.js — 200 — 27.7 KiB — 316 ms — h2https://beta.locumnet.in/.netlify/scripts/hud?variant=public/.netlify/scripts/hud?variant=publi... https://beta.locumnet.in/.netlify/scripts/hud?variant=public — 200 — 9.8 KiB — 136 ms — h2https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2fonts.gstatic.com/s/playfairdisplay... https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2 — 200 — 37.6 KiB — 16 ms — h3https://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko20yygg_vb.woff2fonts.gstatic.com/s/plusjakartasans... https://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko20yygg_vb.woff2 — 200 — 26.7 KiB — 22 ms — h3https://fonts.gstatic.com/s/playfairdisplay/v40/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_qiTXtHA-X-oE0o.woff2fonts.gstatic.com/s/playfairdisplay... https://fonts.gstatic.com/s/playfairdisplay/v40/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_qiTXtHA-X-oE0o.woff2 — 200 — 21.4 KiB — 19 ms — h3https://beta.locumnet.in/favicon.ico/favicon.ico https://beta.locumnet.in/favicon.ico — 200 — 876 B — 75 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
19% of JavaScript execution is third-party
First-party Third-party 229ms · 74KB · ₹34/mo
jsDelivr
CDN
Costly
Execution 229ms
Transfer 74 KB
Monthly Cost ₹34/mo

These scripts may cost more than they're worth

  • jsDelivr adds 229ms and costs ~₹34/month

jsDelivr takes 229ms 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

Image Optimization
18 images, 1033 KB total, 824 KB wasted
INFO

Image Optimization Audit

Total Images

18

Total Size

1033 KB

Oversized

17

Wasted

824 KB

18 missing dimensions 17 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