Skip to content
https://sahyogalliance.in

Performance

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

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

91
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
84
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
77
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.

2.01 s

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

2.72 s

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

176 ms

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

0.007

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

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

4.10 s

Page Load Progression

756 ms
1.5 s
2.3 s
3.0 s
3.8 s
4.5 s
5.3 s
6.0 s
Checks
25
18 PASS 4 REVIEW 1 FIX
F
JS Execution Cost
Action
4061ms total JS execution
FIX
4061ms total JS execution
Warning::
https://sahyogalliance.in/_next/static/chunks/15it...: 1486ms CPU time
Warning::
https://sahyogalliance.in/: 1307ms CPU time
Warning::
https://sahyogalliance.in/_next/static/chunks/136a...: 627ms CPU time
Warning::
Unattributable: 348ms CPU time
Warning::
https://sahyogalliance.in/cdn-cgi/challenge-platfo...: 294ms CPU time

Main Thread Breakdown

Script Evaluation 35% Other 28% Rendering 18% Style & Layout 17%
ScriptTotalScriptingParse/CompileParty
https://sahyogalliance.in/_next/static/chunks/15it4axsir029.js1486ms462ms16ms1st
https://sahyogalliance.in/1307ms61ms9ms1st
https://sahyogalliance.in/_next/static/chunks/136a5i2ivn5c2.js627ms554ms20ms1st
Unattributable348ms15ms0ms1st
https://sahyogalliance.in/cdn-cgi/challenge-platform/scripts/jsd/main.js294ms283ms2ms1st
B
JS Bundles
13 scripts, 52 KB unused
REVIEW
13 scripts, 52 KB unused
Warning::
https://sahyogalliance.in/_next/static/chunks/136a...: 27 KB unused (38%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://sahyogalliance.in/_next/static/chunks/15it...: 25 KB unused (54%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 52 KB
52 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://sahyogalliance.in/_next/static/chunks/136a5i2ivn5c2.js70 KB27 KB (38%)1st
https://sahyogalliance.in/_next/static/chunks/15it4axsir029.js47 KB25 KB (54%)1st
https://sahyogalliance.in/_next/static/chunks/0y0hjc8a5zm9c.js41 KB1st
https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e178179150949611 KB3rd
https://sahyogalliance.in/_next/static/chunks/105khcnu9ddg9.js12 KB1st
https://sahyogalliance.in/_next/static/chunks/13w8.lpdt8sf9.js12 KB1st
https://sahyogalliance.in/_next/static/chunks/turbopack-13om23bo5x0vd.js6 KB1st
https://sahyogalliance.in/_next/static/chunks/05p91_4a7i0~n.js20 KB1st
https://sahyogalliance.in/_next/static/chunks/04vagn5b3f43~.js15 KB1st
https://sahyogalliance.in/_next/static/chunks/0p0om29zjy9yi.js3 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
Main HTML Cache-Control
Cache-Control present but without max-age
REVIEW
Cache-Control present but without max-age
Info::
Main HTML Cache-Control has no max-age: s-maxage=31536000
Got: s-maxage=31536000
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 4.1 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.
B
HTTP Caching
s-maxage=31536000
REVIEW
s-maxage=31536000
Info::
Cache-Control header is set
Got: s-maxage=31536000
Info::
CDN TTL: 52 weeks (s-maxage=31536000)
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

s-maxage=31536000

DirectiveValueMeaning
s-maxage31536000CDN caches for 52 weeks
A+
Page Weight Budget
709 KB transferred, 37 requests
PASS
709 KB transferred, 37 requests
Info::
Page weighs 1.5 MB (709 KB transferred)
Info::
37 HTTP requests
Info::
Estimated 0.15 g CO2 per page load
709 KB / 2.4 MB budget
709 KB transferred
37 requests
0.15 g CO2 per page load
Images 325.5 KiB 46%
JavaScript 255.1 KiB 36%
Fonts 51.9 KiB 7%
Other 43.1 KiB 6%
HTML 11.1 KiB 2%
Other 10.9 KiB 2%
CSS 10.2 KiB 1%
Other 1.5 KiB 0%
0 2.4 MB 4.9 MB
Under budget
A+
Third-Party Impact
2% third-party, 0 ms blocking
PASS
2% third-party, 0 ms blocking
Info::
Third-party code accounts for 2% of page weight (11.3 KiB of 709.3 KiB)
Info::
Third-party blocking time is low (0 ms)
98%
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
9 images, 0 KB saveable
PASS
9 images, 0 KB saveable
Info::
All images are well-optimized
9 images 325 KB
0 oversized -0 KB
0 legacy format
0 missing dimensions CLS risk
A+
Font Loading
2 fonts (52 KB)
PASS
2 fonts (52 KB)
Info::
2 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

2

52 KB total

Render-blocking

0

of 2

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 2.0 s 2.5 s FCP 2.0 s LCP 2.7 shttps://sahyogalliance.in/_next/static/media/797e433ab948586e-s.p.08e28id.o-okb.woff2797e433ab948586e-s.p.08... https://sahyogalliance.in/_next/static/media/797e433ab948586e-s.p.08e28id.o-okb.woff2 — 23.0 KiB — 502 ms — font-display: swaphttps://sahyogalliance.in/_next/static/media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2caa3a2e1cccd8315-s.p.09... https://sahyogalliance.in/_next/static/media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2 — 28.9 KiB — 573 ms — font-display: swap
797e433ab948586e-s.p.08... woff2 swap
Size 23 KB
Load time 502 ms
Start 446 ms
Risk FOUT — text flashes from fallback to web font
caa3a2e1cccd8315-s.p.09... woff2 swap
Size 29 KB
Load time 573 ms
Start 448 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+
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+
Server-Timing Observability
3 Server-Timing entries advertised
PASS
3 Server-Timing entries advertised
Info::
Server-Timing header advertises 3 timing entries
A+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: rsc,next-router-state-tree,next-router-prefetch,next-router-segment-prefetch,Acc...
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::
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
37 resources · 709 KB · 52 KB savings available
PASS
37 resources · 709 KB · 52 KB savings available
Info::
Within 1MB page-weight target
Got: 709 KB
Info::
~52 KB of savings available
Info::
1 third-party resources (2% of weight)
37 resources · 709.3 KiB · 1 third-party Within 1MB page-weight target
Image 52% · 368.3 KiB
JavaScript 36% · 255.1 KiB
Font 7% · 51.9 KiB
Other 2% · 12.6 KiB
Document 2% · 11.1 KiB
CSS 1% · 10.2 KiB

~51.8 KiB of savings available

Remove unused JavaScript: 51.8 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
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
37 requests over 3721ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 2.0 s LCP 2.7 shttps://sahyogalliance.in// https://sahyogalliance.in/ — 200 — 11.1 KiB — 430 ms — h2https://sahyogalliance.in/_next/static/media/797e433ab948586e-s.p.08e28id.o-okb.woff2/_next/static/media/797e433ab948586... https://sahyogalliance.in/_next/static/media/797e433ab948586e-s.p.08e28id.o-okb.woff2 — 200 — 23.0 KiB — 502 ms — h2https://sahyogalliance.in/_next/static/media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2/_next/static/media/caa3a2e1cccd831... https://sahyogalliance.in/_next/static/media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2 — 200 — 28.9 KiB — 573 ms — h2https://sahyogalliance.in/_next/image?url=%2Fbanner.jpg&w=750&q=75/_next/image?url=%2Fbanner.jpg&w=75... https://sahyogalliance.in/_next/image?url=%2Fbanner.jpg&w=750&q=75 — 200 — 51.2 KiB — 269 ms — h2https://sahyogalliance.in/_next/static/chunks/14ijs8vzm341t.css/_next/static/chunks/14ijs8vzm341t.... https://sahyogalliance.in/_next/static/chunks/14ijs8vzm341t.css — 200 — 10.2 KiB — 546 ms — h2https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496 — 200 — 11.3 KiB — 100 ms — h2https://sahyogalliance.in/_next/image?url=%2Fmain-logo.jpg&w=256&q=75/_next/image?url=%2Fmain-logo.jpg&w... https://sahyogalliance.in/_next/image?url=%2Fmain-logo.jpg&w=256&q=75 — 200 — 15.6 KiB — 494 ms — h2https://sahyogalliance.in/_next/static/chunks/0p0om29zjy9yi.js/_next/static/chunks/0p0om29zjy9yi.... https://sahyogalliance.in/_next/static/chunks/0p0om29zjy9yi.js — 200 — 2.8 KiB — 485 ms — h2https://sahyogalliance.in/_next/static/chunks/105khcnu9ddg9.js/_next/static/chunks/105khcnu9ddg9.... https://sahyogalliance.in/_next/static/chunks/105khcnu9ddg9.js — 200 — 12.2 KiB — 543 ms — h2https://sahyogalliance.in/_next/static/chunks/0y0hjc8a5zm9c.js/_next/static/chunks/0y0hjc8a5zm9c.... https://sahyogalliance.in/_next/static/chunks/0y0hjc8a5zm9c.js — 200 — 41.3 KiB — 659 ms — h2https://sahyogalliance.in/_next/static/chunks/136a5i2ivn5c2.js/_next/static/chunks/136a5i2ivn5c2.... https://sahyogalliance.in/_next/static/chunks/136a5i2ivn5c2.js — 200 — 70.4 KiB — 682 ms — h2https://sahyogalliance.in/_next/static/chunks/13w8.lpdt8sf9.js/_next/static/chunks/13w8.lpdt8sf9.... https://sahyogalliance.in/_next/static/chunks/13w8.lpdt8sf9.js — 200 — 12.3 KiB — 536 ms — h2https://sahyogalliance.in/_next/static/chunks/turbopack-13om23bo5x0vd.js/_next/static/chunks/turbopack-13om... https://sahyogalliance.in/_next/static/chunks/turbopack-13om23bo5x0vd.js — 200 — 6.2 KiB — 462 ms — h2https://sahyogalliance.in/_next/static/chunks/05p91_4a7i0~n.js/_next/static/chunks/05p91_4a7i0~n.... https://sahyogalliance.in/_next/static/chunks/05p91_4a7i0~n.js — 200 — 20.0 KiB — 534 ms — h2https://sahyogalliance.in/_next/static/chunks/04vagn5b3f43~.js/_next/static/chunks/04vagn5b3f43~.... https://sahyogalliance.in/_next/static/chunks/04vagn5b3f43~.js — 200 — 15.4 KiB — 573 ms — h2https://sahyogalliance.in/_next/static/chunks/15it4axsir029.js/_next/static/chunks/15it4axsir029.... https://sahyogalliance.in/_next/static/chunks/15it4axsir029.js — 200 — 46.7 KiB — 650 ms — h2https://sahyogalliance.in/_next/static/chunks/17esf3zjx.rdn.js/_next/static/chunks/17esf3zjx.rdn.... https://sahyogalliance.in/_next/static/chunks/17esf3zjx.rdn.js — 200 — 2.0 KiB — 479 ms — h2https://sahyogalliance.in/_next/static/chunks/0ez-86_2~oa.z.js/_next/static/chunks/0ez-86_2~oa.z.... https://sahyogalliance.in/_next/static/chunks/0ez-86_2~oa.z.js — 200 — 4.7 KiB — 483 ms — h2https://sahyogalliance.in/cdn-cgi/challenge-platform/scripts/jsd/main.js/cdn-cgi/challenge-platform/scripts... https://sahyogalliance.in/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 259 B — 24 ms — h3https://sahyogalliance.in/_next/image?url=%2Fmembers%2Fimg%2FKunwar%20arif%20-%20founder.jpg&w=1080&q=75/_next/image?url=%2Fmembers%2Fimg%2... https://sahyogalliance.in/_next/image?url=%2Fmembers%2Fimg%2FKunwar%20arif%20-%20founder.jpg&w=1080&q=75 — 200 — 51.5 KiB — 635 ms — h3https://sahyogalliance.in/_next/image?url=%2Fmembers%2Fimg%2FSamad.jpg&w=1080&q=75/_next/image?url=%2Fmembers%2Fimg%2... https://sahyogalliance.in/_next/image?url=%2Fmembers%2Fimg%2FSamad.jpg&w=1080&q=75 — 200 — 15.4 KiB — 499 ms — h3https://sahyogalliance.in/_next/image?url=%2Fsocial.jpg&w=1080&q=75/_next/image?url=%2Fsocial.jpg&w=10... https://sahyogalliance.in/_next/image?url=%2Fsocial.jpg&w=1080&q=75 — 200 — 16.8 KiB — 518 ms — h3https://sahyogalliance.in/cdn-cgi/challenge-platform/h/g/scripts/jsd/b0da9f4911ba/main.js?/cdn-cgi/challenge-platform/h/g/scr... https://sahyogalliance.in/cdn-cgi/challenge-platform/h/g/scripts/jsd/b0da9f4911ba/main.js? — 200 — 9.7 KiB — 34 ms — h3https://sahyogalliance.in/cdn-cgi/challenge-platform/h/g/jsd/oneshot/b0da9f4911ba/0.04825418630201206:1785142917:lHwqb4eBNcZSUn5UyzDi3sOLtVMo0bE-JUs7KQ49AC4/a21aaf814fac137e/cdn-cgi/challenge-platform/h/g/jsd... https://sahyogalliance.in/cdn-cgi/challenge-platform/h/g/jsd/oneshot/b0da9f4911ba/0.04825418630201206:1785142917:lHwqb4eBNcZSUn5UyzDi3sOLtVMo0bE-JUs7KQ49AC4/a21aaf814fac137e — 200 — 1.1 KiB — 24 ms — h3https://sahyogalliance.in/cdn-cgi/rum?/cdn-cgi/rum? https://sahyogalliance.in/cdn-cgi/rum? — 204 — 470 B — 22 ms — h3https://sahyogalliance.in/favicon.ico/favicon.ico https://sahyogalliance.in/favicon.ico — 200 — 42.8 KiB — 2.4 s — h3https://sahyogalliance.in/api/posts/text/api/posts/text https://sahyogalliance.in/api/posts/text — 200 — 837 B — 905 ms — h3https://sahyogalliance.in/api/posts/public/api/posts/public https://sahyogalliance.in/api/posts/public — 200 — 835 B — 939 ms — h3https://sahyogalliance.in/api/allusers/display/api/allusers/display https://sahyogalliance.in/api/allusers/display — 200 — 1.2 KiB — 906 ms — h3https://sahyogalliance.in/api/auth/status/api/auth/status https://sahyogalliance.in/api/auth/status — 200 — 880 B — 404 ms — h3
0 ms 1.0 s 2.0 s 3.0 s FCP 2.0 s LCP 2.7 shttps://sahyogalliance.in// https://sahyogalliance.in/ — 200 — 11.1 KiB — 430 ms — h2https://sahyogalliance.in/_next/static/media/797e433ab948586e-s.p.08e28id.o-okb.woff2/_next/static/media/797e433ab948586... https://sahyogalliance.in/_next/static/media/797e433ab948586e-s.p.08e28id.o-okb.woff2 — 200 — 23.0 KiB — 502 ms — h2https://sahyogalliance.in/_next/static/media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2/_next/static/media/caa3a2e1cccd831... https://sahyogalliance.in/_next/static/media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2 — 200 — 28.9 KiB — 573 ms — h2https://sahyogalliance.in/_next/image?url=%2Fbanner.jpg&w=750&q=75/_next/image?url=%2Fbanner.jpg&w=75... https://sahyogalliance.in/_next/image?url=%2Fbanner.jpg&w=750&q=75 — 200 — 51.2 KiB — 269 ms — h2https://sahyogalliance.in/_next/static/chunks/14ijs8vzm341t.css/_next/static/chunks/14ijs8vzm341t.... https://sahyogalliance.in/_next/static/chunks/14ijs8vzm341t.css — 200 — 10.2 KiB — 546 ms — h2https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496 — 200 — 11.3 KiB — 100 ms — h2https://sahyogalliance.in/_next/image?url=%2Fmain-logo.jpg&w=256&q=75/_next/image?url=%2Fmain-logo.jpg&w... https://sahyogalliance.in/_next/image?url=%2Fmain-logo.jpg&w=256&q=75 — 200 — 15.6 KiB — 494 ms — h2https://sahyogalliance.in/_next/static/chunks/0p0om29zjy9yi.js/_next/static/chunks/0p0om29zjy9yi.... https://sahyogalliance.in/_next/static/chunks/0p0om29zjy9yi.js — 200 — 2.8 KiB — 485 ms — h2https://sahyogalliance.in/_next/static/chunks/105khcnu9ddg9.js/_next/static/chunks/105khcnu9ddg9.... https://sahyogalliance.in/_next/static/chunks/105khcnu9ddg9.js — 200 — 12.2 KiB — 543 ms — h2https://sahyogalliance.in/_next/static/chunks/0y0hjc8a5zm9c.js/_next/static/chunks/0y0hjc8a5zm9c.... https://sahyogalliance.in/_next/static/chunks/0y0hjc8a5zm9c.js — 200 — 41.3 KiB — 659 ms — h2https://sahyogalliance.in/_next/static/chunks/136a5i2ivn5c2.js/_next/static/chunks/136a5i2ivn5c2.... https://sahyogalliance.in/_next/static/chunks/136a5i2ivn5c2.js — 200 — 70.4 KiB — 682 ms — h2https://sahyogalliance.in/_next/static/chunks/13w8.lpdt8sf9.js/_next/static/chunks/13w8.lpdt8sf9.... https://sahyogalliance.in/_next/static/chunks/13w8.lpdt8sf9.js — 200 — 12.3 KiB — 536 ms — h2https://sahyogalliance.in/_next/static/chunks/turbopack-13om23bo5x0vd.js/_next/static/chunks/turbopack-13om... https://sahyogalliance.in/_next/static/chunks/turbopack-13om23bo5x0vd.js — 200 — 6.2 KiB — 462 ms — h2https://sahyogalliance.in/_next/static/chunks/05p91_4a7i0~n.js/_next/static/chunks/05p91_4a7i0~n.... https://sahyogalliance.in/_next/static/chunks/05p91_4a7i0~n.js — 200 — 20.0 KiB — 534 ms — h2https://sahyogalliance.in/_next/static/chunks/04vagn5b3f43~.js/_next/static/chunks/04vagn5b3f43~.... https://sahyogalliance.in/_next/static/chunks/04vagn5b3f43~.js — 200 — 15.4 KiB — 573 ms — h2https://sahyogalliance.in/_next/static/chunks/15it4axsir029.js/_next/static/chunks/15it4axsir029.... https://sahyogalliance.in/_next/static/chunks/15it4axsir029.js — 200 — 46.7 KiB — 650 ms — h2https://sahyogalliance.in/_next/static/chunks/17esf3zjx.rdn.js/_next/static/chunks/17esf3zjx.rdn.... https://sahyogalliance.in/_next/static/chunks/17esf3zjx.rdn.js — 200 — 2.0 KiB — 479 ms — h2https://sahyogalliance.in/_next/static/chunks/0ez-86_2~oa.z.js/_next/static/chunks/0ez-86_2~oa.z.... https://sahyogalliance.in/_next/static/chunks/0ez-86_2~oa.z.js — 200 — 4.7 KiB — 483 ms — h2https://sahyogalliance.in/cdn-cgi/challenge-platform/scripts/jsd/main.js/cdn-cgi/challenge-platform/scripts... https://sahyogalliance.in/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 259 B — 24 ms — h3https://sahyogalliance.in/_next/image?url=%2Fmembers%2Fimg%2FKunwar%20arif%20-%20founder.jpg&w=1080&q=75/_next/image?url=%2Fmembers%2Fimg%2... https://sahyogalliance.in/_next/image?url=%2Fmembers%2Fimg%2FKunwar%20arif%20-%20founder.jpg&w=1080&q=75 — 200 — 51.5 KiB — 635 ms — h3https://sahyogalliance.in/_next/image?url=%2Fmembers%2Fimg%2FSamad.jpg&w=1080&q=75/_next/image?url=%2Fmembers%2Fimg%2... https://sahyogalliance.in/_next/image?url=%2Fmembers%2Fimg%2FSamad.jpg&w=1080&q=75 — 200 — 15.4 KiB — 499 ms — h3https://sahyogalliance.in/_next/image?url=%2Fsocial.jpg&w=1080&q=75/_next/image?url=%2Fsocial.jpg&w=10... https://sahyogalliance.in/_next/image?url=%2Fsocial.jpg&w=1080&q=75 — 200 — 16.8 KiB — 518 ms — h3https://sahyogalliance.in/cdn-cgi/challenge-platform/h/g/scripts/jsd/b0da9f4911ba/main.js?/cdn-cgi/challenge-platform/h/g/scr... https://sahyogalliance.in/cdn-cgi/challenge-platform/h/g/scripts/jsd/b0da9f4911ba/main.js? — 200 — 9.7 KiB — 34 ms — h3https://sahyogalliance.in/cdn-cgi/challenge-platform/h/g/jsd/oneshot/b0da9f4911ba/0.04825418630201206:1785142917:lHwqb4eBNcZSUn5UyzDi3sOLtVMo0bE-JUs7KQ49AC4/a21aaf814fac137e/cdn-cgi/challenge-platform/h/g/jsd... https://sahyogalliance.in/cdn-cgi/challenge-platform/h/g/jsd/oneshot/b0da9f4911ba/0.04825418630201206:1785142917:lHwqb4eBNcZSUn5UyzDi3sOLtVMo0bE-JUs7KQ49AC4/a21aaf814fac137e — 200 — 1.1 KiB — 24 ms — h3https://sahyogalliance.in/cdn-cgi/rum?/cdn-cgi/rum? https://sahyogalliance.in/cdn-cgi/rum? — 204 — 470 B — 22 ms — h3https://sahyogalliance.in/favicon.ico/favicon.ico https://sahyogalliance.in/favicon.ico — 200 — 42.8 KiB — 2.4 s — h3https://sahyogalliance.in/api/posts/text/api/posts/text https://sahyogalliance.in/api/posts/text — 200 — 837 B — 905 ms — h3https://sahyogalliance.in/api/posts/public/api/posts/public https://sahyogalliance.in/api/posts/public — 200 — 835 B — 939 ms — h3https://sahyogalliance.in/api/allusers/display/api/allusers/display https://sahyogalliance.in/api/allusers/display — 200 — 1.2 KiB — 906 ms — h3https://sahyogalliance.in/api/auth/status/api/auth/status https://sahyogalliance.in/api/auth/status — 200 — 880 B — 404 ms — h3https://sahyogalliance.in/?_rsc=7h4NYy5eoyMcNlUN/?_rsc=7h4NYy5eoyMcNlUN https://sahyogalliance.in/?_rsc=7h4NYy5eoyMcNlUN — 200 — 2.1 KiB — 149 ms — h3https://sahyogalliance.in/?_rsc=yIp22O3xgPPxC28X/?_rsc=yIp22O3xgPPxC28X https://sahyogalliance.in/?_rsc=yIp22O3xgPPxC28X — 200 — 3.7 KiB — 148 ms — h3https://sahyogalliance.in/?_rsc=8nTjltbQWvg6NcbE/?_rsc=8nTjltbQWvg6NcbE https://sahyogalliance.in/?_rsc=8nTjltbQWvg6NcbE — 200 — 1.4 KiB — 149 ms — h3https://sahyogalliance.in/_next/image?url=https%3A%2F%2Fres.cloudinary.com%2Fdkqesnaod%2Fimage%2Fprivate%2Fs--mV-ojlb3--%2Fv1%2Favatar%2Fxv0qfr1kxlqqbsz1jkov%3F_a%3DBAMAAAIO0&w=1080&q=75/_next/image?url=https%3A%2F%2Fres.... https://sahyogalliance.in/_next/image?url=https%3A%2F%2Fres.cloudinary.com%2Fdkqesnaod%2Fimage%2Fprivate%2Fs--mV-ojlb3--%2Fv1%2Favatar%2Fxv0qfr1kxlqqbsz1jkov%3F_a%3DBAMAAAIO0&w=1080&q=75 — 200 — 74.7 KiB — 282 ms — h3https://sahyogalliance.in/_next/image?url=https%3A%2F%2Fres.cloudinary.com%2Fdkqesnaod%2Fimage%2Fprivate%2Fs--7gv-cslk--%2Fv1%2Favatar%2Fvlcc3kqoxj9kg2na4hw5%3F_a%3DBAMAAAIO0&w=1080&q=75/_next/image?url=https%3A%2F%2Fres.... https://sahyogalliance.in/_next/image?url=https%3A%2F%2Fres.cloudinary.com%2Fdkqesnaod%2Fimage%2Fprivate%2Fs--7gv-cslk--%2Fv1%2Favatar%2Fvlcc3kqoxj9kg2na4hw5%3F_a%3DBAMAAAIO0&w=1080&q=75 — 200 — 16.7 KiB — 265 ms — h3https://sahyogalliance.in/_next/image?url=https%3A%2F%2Fres.cloudinary.com%2Fdkqesnaod%2Fimage%2Fprivate%2Fs--w-yso4B2--%2Fv1%2Favatar%2Fwew9dc7wnqrjkiifb77e%3F_a%3DBAMAAAIO0&w=1080&q=75/_next/image?url=https%3A%2F%2Fres.... https://sahyogalliance.in/_next/image?url=https%3A%2F%2Fres.cloudinary.com%2Fdkqesnaod%2Fimage%2Fprivate%2Fs--w-yso4B2--%2Fv1%2Favatar%2Fwew9dc7wnqrjkiifb77e%3F_a%3DBAMAAAIO0&w=1080&q=75 — 200 — 55.9 KiB — 374 ms — h3https://sahyogalliance.in/_next/image?url=https%3A%2F%2Fres.cloudinary.com%2Fdkqesnaod%2Fimage%2Fprivate%2Fs--YtiopMNo--%2Fv1%2Favatar%2Fwgtlnskszsgxn0clgy2x%3F_a%3DBAMAAAIO0&w=1080&q=75/_next/image?url=https%3A%2F%2Fres.... https://sahyogalliance.in/_next/image?url=https%3A%2F%2Fres.cloudinary.com%2Fdkqesnaod%2Fimage%2Fprivate%2Fs--YtiopMNo--%2Fv1%2Favatar%2Fwgtlnskszsgxn0clgy2x%3F_a%3DBAMAAAIO0&w=1080&q=75 — 200 — 27.7 KiB — 262 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Image Optimization
1 images, 42 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

1

Total Size

42 KB

1 missing dimensions
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback