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

Performance

· 22 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
90
GRADE
A
FIX
0
REVIEW
8
PASS
11
INFO
3

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

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

806 ms

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

1.65 s

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

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

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

1.65 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
22
11 PASS 8 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.2 KiB 12%
Fonts 85.7 KiB 6%
CSS 60.8 KiB 4%
HTML 4.6 KiB 0%
Other 899 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

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.js27 KB20 KB (74%)1st
https://cdn.jsdelivr.net/npm/lucide@0.344.0/dist/umd/lucide.min.js73 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 329 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 329.2 KiB over 1MB target
Image 77% · 1.0 MiB
JavaScript 12% · 166.2 KiB
Font 6% · 85.7 KiB
CSS 4% · 60.8 KiB
Document 0% · 4.6 KiB

~64.6 KiB of savings available

Remove unused JavaScript: 64.6 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.0 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+
JS Execution Cost
306ms total JS execution
PASS
306ms total JS execution
Info::
https://beta.locumnet.in/: 150ms CPU time
Info::
Unattributable: 86ms CPU time
Info::
https://cdn.jsdelivr.net/npm/lucide@0.344.0/dist/u...: 70ms CPU time
Info::
Third-party scripts: 70ms (23% of total)

Main Thread Breakdown

Style & Layout 32% Other 29% Script Evaluation 22% Script Parsing & Compilation 9% Parse HTML & CSS 3%
ScriptTotalScriptingParse/CompileParty
https://beta.locumnet.in/150ms2ms0ms1st
Unattributable86ms2ms0ms1st
https://cdn.jsdelivr.net/npm/lucide@0.344.0/dist/umd/lucide.min.js70ms46ms16ms3rd
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 500 ms 1.0 s 1.5 s FCP 806 ms LCP 1.6 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 — 30 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 — 24 ms — font-display: swaphttps://fonts.gstatic.com/s/playfairdisplay/v40/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_qiTXtHA-X-uE0qEEw.woff2nuFRD-vYSZviVYUb_rj3ij_... https://fonts.gstatic.com/s/playfairdisplay/v40/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_qiTXtHA-X-uE0qEEw.woff2 — 21.5 KiB — 24 ms — font-display: swap
nuFiD-vYSZviVYUb_rj3ij_... woff2 swap
Size 38 KB
Load time 30 ms
Start 290 ms
Risk FOUT — text flashes from fallback to web font
LDIoaomQNQcsA88c7O9yZ4K... woff2 swap
Size 27 KB
Load time 24 ms
Start 295 ms
Risk FOUT — text flashes from fallback to web font
nuFRD-vYSZviVYUb_rj3ij_... woff2 swap
Size 21 KB
Load time 24 ms
Start 295 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
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
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
Network Waterfall
29 requests over 582ms
INFO
0 ms 500 ms 1.0 s 1.5 s FCP 806 ms LCP 1.6 shttps://beta.locumnet.in// https://beta.locumnet.in/ — 200 — 4.6 KiB — 64 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 — 85 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 — 72.9 KiB — 71 ms — h2https://beta.locumnet.in/style.css/style.css https://beta.locumnet.in/style.css — 200 — 59.5 KiB — 70 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 — 66 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 — 142 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 — 86 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 — 74 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 — 91 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 — 36 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 — 2.8 KiB — 83 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.8 KiB — 71 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 — 93 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 — 105 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 — 89 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 — 68 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 — 81 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 — 105 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 — 98 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 — 106 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 — 89 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 — 101 ms — h2https://beta.locumnet.in/script.js/script.js https://beta.locumnet.in/script.js — 200 — 2.4 KiB — 82 ms — h2https://beta.locumnet.in/js/auth.js/js/auth.js https://beta.locumnet.in/js/auth.js — 200 — 27.1 KiB — 89 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 — 37 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 — 30 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 — 24 ms — h3https://fonts.gstatic.com/s/playfairdisplay/v40/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_qiTXtHA-X-uE0qEEw.woff2fonts.gstatic.com/s/playfairdisplay... https://fonts.gstatic.com/s/playfairdisplay/v40/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_qiTXtHA-X-uE0qEEw.woff2 — 200 — 21.5 KiB — 24 ms — h3https://beta.locumnet.in/favicon.ico/favicon.ico https://beta.locumnet.in/favicon.ico — 200 — 899 B — 55 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
23% of JavaScript execution is third-party
First-party Third-party 70ms · 73KB · ₹10/mo
jsDelivr
CDN
Optional
Execution 70ms
Transfer 73 KB
Monthly Cost ₹10/mo

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