Skip to content
https://dev-shivaninevrekar.pantheonsite.io

Performance

· 26 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
92
GRADE
A
FIX
2
REVIEW
4
PASS
17
INFO
3

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.
100
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.
90
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.65 s

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

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

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

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
26
17 PASS 4 REVIEW 2 FIX
D
Third-Party Impact
Action
80% third-party, 0 ms blocking
FIX
80% third-party, 0 ms blocking
Warning::
Third-party code accounts for 80% of page weight (72.4 KiB of 90.5 KiB)
Info::
Third-party blocking time is low (0 ms)
20%
80%
First-party Third-party
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

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
Document Compression
Document response uses gzip; brotli would be ~20% smaller
REVIEW
Document 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.
B
Main HTML Cache-Control
No Cache-Control header on main HTML response
REVIEW
No Cache-Control header on main HTML response
Info::
Main HTML response has no Cache-Control header
Without an explicit Cache-Control, browsers fall back to heuristic caching (~10% of Last-Modified age). Set `Cache-Control: no-cache` or `max-age=300` for HTML to control freshness explicitly -- prevents stale auth state and SPA shell drift.
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Page Weight Budget
91 KB transferred, 8 requests
PASS
91 KB transferred, 8 requests
Info::
Page weighs 106 KB (91 KB transferred)
Info::
8 HTTP requests
Info::
Estimated 0.02 g CO2 per page load
91 KB / 2.4 MB budget
91 KB transferred
8 requests
0.02 g CO2 per page load
Fonts 71.3 KiB 79%
JavaScript 9.4 KiB 10%
Other 4.1 KiB 5%
HTML 3.3 KiB 4%
Other 1.3 KiB 1%
CSS 1.1 KiB 1%
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+
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+
JS Execution Cost
441ms total JS execution
PASS
441ms total JS execution
Warning::
https://dev-shivaninevrekar.pantheonsite.io/cdn-cg...: 256ms CPU time
Info::
https://dev-shivaninevrekar.pantheonsite.io/: 105ms CPU time
Info::
Unattributable: 80ms CPU time

Main Thread Breakdown

Script Evaluation 64% Other 22% Style & Layout 10%
ScriptTotalScriptingParse/CompileParty
https://dev-shivaninevrekar.pantheonsite.io/cdn-cgi/challenge-platform/scripts/jsd/main.js256ms246ms1ms1st
https://dev-shivaninevrekar.pantheonsite.io/105ms34ms2ms1st
Unattributable80ms5ms0ms1st
A+
Font Loading
1 fonts (71 KB)
PASS
1 fonts (71 KB)
Info::
1 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

1

71 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 500 ms 1.0 s 1.5 s FCP 1.6 s LCP 1.6 shttps://fonts.gstatic.com/s/inter/v20/UcCo3FwrK3iLTcviYwYZ8UA3.woff2UcCo3FwrK3iLTcviYwYZ8UA... https://fonts.gstatic.com/s/inter/v20/UcCo3FwrK3iLTcviYwYZ8UA3.woff2 — 71.3 KiB — 45 ms — font-display: swap
UcCo3FwrK3iLTcviYwYZ8UA... woff2 swap
Size 71 KB
Load time 45 ms
Start 222 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+
JS Bundles
1 scripts, 0 KB unused
PASS
1 scripts, 0 KB unused
0 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://dev-shivaninevrekar.pantheonsite.io/cdn-cgi/challenge-platform/h/g/scripts/jsd/330e41bb475c/main.js?9 KB1st
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+
Server-Timing Observability
1 Server-Timing entries advertised
PASS
1 Server-Timing entries advertised
Info::
Server-Timing header advertises 1 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
8 resources · 91 KB · 0 KB savings available
PASS
8 resources · 91 KB · 0 KB savings available
Info::
Within 1MB page-weight target
Got: 91 KB
Warning::
2 third-party resources (80% of weight)
8 resources · 90.5 KiB · 2 third-party Within 1MB page-weight target
Font 79% · 71.3 KiB
JavaScript 10% · 9.4 KiB
Document 4% · 3.7 KiB
Image 4% · 3.4 KiB
Other 2% · 1.7 KiB
CSS 1% · 1.1 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
1 JS blocking issue(s) detected
PASS
1 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.
A+
CSS Performance Depth
No CSS performance depth issues detected
PASS
No CSS performance depth issues detected
Info::
No CSS performance depth issues detected
Asset Compression
No text asset hosts to measure
INFO
No text asset hosts to measure
Info::
No third-party or subdomain host served enough text assets to measure
Asset compression is measured per host, from one HEAD request against a sampled resource. Pages that serve all their JS and CSS from the document's own origin are covered by the document compression check instead.
Network Waterfall
8 requests over 576ms
INFO
0 ms 500 ms 1.0 s 1.5 s FCP 1.6 s LCP 1.6 shttps://dev-shivaninevrekar.pantheonsite.io// https://dev-shivaninevrekar.pantheonsite.io/ — 200 — 3.3 KiB — 90 ms — h2https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,400..700&display=swapfonts.googleapis.com/css2?family=In... https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,400..700&display=swap — 200 — 1.1 KiB — 98 ms — h2https://fonts.gstatic.com/s/inter/v20/UcCo3FwrK3iLTcviYwYZ8UA3.woff2fonts.gstatic.com/s/inter/v20/UcCo3... https://fonts.gstatic.com/s/inter/v20/UcCo3FwrK3iLTcviYwYZ8UA3.woff2 — 200 — 71.3 KiB — 45 ms — h3https://dev-shivaninevrekar.pantheonsite.io/cdn-cgi/challenge-platform/scripts/jsd/main.js/cdn-cgi/challenge-platform/scripts... https://dev-shivaninevrekar.pantheonsite.io/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 398 B — 22 ms — h2https://dev-shivaninevrekar.pantheonsite.io/cdn-cgi/challenge-platform/h/g/scripts/jsd/330e41bb475c/main.js?/cdn-cgi/challenge-platform/h/g/scr... https://dev-shivaninevrekar.pantheonsite.io/cdn-cgi/challenge-platform/h/g/scripts/jsd/330e41bb475c/main.js? — 200 — 9.4 KiB — 25 ms — h2https://dev-shivaninevrekar.pantheonsite.io/favicon.ico/favicon.ico https://dev-shivaninevrekar.pantheonsite.io/favicon.ico — 302 — 314 B — 72 ms — h2https://dev-shivaninevrekar.pantheonsite.io/cdn-cgi/challenge-platform/h/g/jsd/oneshot/330e41bb475c/0.28232749556130776:1790158228:mhvd2Yigsp7I7fQldUrHeEbrWRnPB-hBIlrUGYCirKw/a3f8f78c1d939ebc/cdn-cgi/challenge-platform/h/g/jsd... https://dev-shivaninevrekar.pantheonsite.io/cdn-cgi/challenge-platform/h/g/jsd/oneshot/330e41bb475c/0.28232749556130776:1790158228:mhvd2Yigsp7I7fQldUrHeEbrWRnPB-hBIlrUGYCirKw/a3f8f78c1d939ebc — 200 — 1.3 KiB — 40 ms — h2https://dev-shivaninevrekar.pantheonsite.io/wp-includes/images/w-logo-gray-white-bg.png/wp-includes/images/w-logo-gray-whi... https://dev-shivaninevrekar.pantheonsite.io/wp-includes/images/w-logo-gray-white-bg.png — 200 — 3.4 KiB — 227 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Image Optimization
1 images, 6 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

1

Total Size

6 KB

1 missing dimensions 1 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