Skip to content
https://zayyancoaching.com

Performance

· 22 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
86
GRADE
B
FIX
2
REVIEW
8
PASS
9
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.
98
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.
92
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.

667 ms

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

687 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.003

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

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

689 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
22
9 PASS 8 REVIEW 2 FIX
D
Third-Party Impact
Action
92% third-party, 0 ms blocking
FIX
92% third-party, 0 ms blocking
Warning::
Third-party code accounts for 92% of page weight (1.7 MiB of 1.8 MiB)
Info::
Third-party blocking time is low (0 ms)
92%
First-party Third-party
D
Page Weight Inventory
Action
13 resources · 1.8 MB · 62 KB savings available
FIX
13 resources · 1.8 MB · 62 KB savings available
Warning::
Page weight 1.8 MB exceeds 1 MB target by 861 KB
Got: 1.8 MB Expected: ≤ 1 MB
Info::
~62 KB of savings available
Warning::
9 third-party resources (92% of weight)
Info::
3 resources over 200KB
13 resources · 1.8 MiB · 9 third-party 860.8 KiB over 1MB target
Image 87% · 1.6 MiB
JavaScript 7% · 138.0 KiB
Font 5% · 84.9 KiB
CSS 1% · 14.7 KiB
Document 0% · 1.1 KiB

~62.3 KiB of savings available

Remove unused JavaScript: 62.3 KiB
C
Page Weight Budget
Action
1.8 MB transferred, 13 requests
REVIEW
1.8 MB transferred, 13 requests
Info::
Page weighs 2.2 MB (1.8 MB transferred)
Warning::
Images are 1.6 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.6 MB
Info::
13 HTTP requests
Info::
Estimated 0.39 g CO2 per page load
1.8 MB / 2.4 MB budget
1.8 MB transferred
13 requests
0.39 g CO2 per page load
Images 1.6 MiB 87%
JavaScript 138.0 KiB 7%
Fonts 84.9 KiB 5%
CSS 14.7 KiB 1%
HTML 1.1 KiB 0%
Other 450 B 0%
0 2.4 MB 4.9 MB
Approaching limit

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
6 images, 0 KB saveable
REVIEW
6 images, 0 KB saveable
Warning::
https://vibe.filesafe.space/1777369715927353913/at... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
6 images 1.6 MB
0 oversized -0 KB
6 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, 62 KB unused
REVIEW
1 scripts, 62 KB unused
Warning::
https://zayyancoaching.com/assets/index-BlqRubUf.j...: 62 KB unused (45%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 62 KB
62 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://zayyancoaching.com/assets/index-BlqRubUf.js138 KB62 KB (45%)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
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
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

B
HTTP Caching
no-cache, must-revalidate, max-age=0
REVIEW
no-cache, must-revalidate, max-age=0
Info::
Cache-Control header is set
Got: no-cache, must-revalidate, max-age=0
Info::
Last-Modified header present
Cache-Control

no-cache, must-revalidate, max-age=0

DirectiveValueMeaning
no-cacheCache but always revalidate first
must-revalidateMust recheck with server after expiry
max-age0Cache for 0 seconds
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
183ms total JS execution
PASS
183ms total JS execution
Info::
https://zayyancoaching.com/assets/index-BlqRubUf.j...: 97ms CPU time
Info::
https://zayyancoaching.com/: 86ms CPU time

Main Thread Breakdown

Other 41% Style & Layout 34% Script Evaluation 20% Rendering 5%
ScriptTotalScriptingParse/CompileParty
https://zayyancoaching.com/assets/index-BlqRubUf.js97ms37ms1ms1st
https://zayyancoaching.com/86ms7ms0ms1st
A+
Font Loading
2 fonts (85 KB)
PASS
2 fonts (85 KB)
Info::
2 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

2

85 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 FCP 667 ms LCP 687 mshttps://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2UcC73FwrK3iLTeHuS_nVMrM... https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2 — 47.3 KiB — 61 ms — font-display: swaphttps://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 — 61 ms — font-display: swap
UcC73FwrK3iLTeHuS_nVMrM... woff2 swap
Size 47 KB
Load time 61 ms
Start 737 ms
Risk FOUT — text flashes from fallback to web font
nuFiD-vYSZviVYUb_rj3ij_... woff2 swap
Size 38 KB
Load time 61 ms
Start 737 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+
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 uses no-cache -- safe revalidate-on-request policy
PASS
Main HTML uses no-cache -- safe revalidate-on-request policy
Info::
Main HTML uses no-cache -- safe revalidate-on-request policy
Got: no-cache, must-revalidate, max-age=0
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::
`Last-Modified` present -- timestamp-based conditional GET supported
Consider also setting `ETag` for stronger revalidation -- ETags are content hashes that don't suffer from clock-skew or DST issues. Last-Modified alone is functional for conditional GETs and not a bug.
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
13 requests over 914ms
INFO
0 ms 200 ms 400 ms 600 ms 800 ms FCP 667 ms LCP 687 mshttps://zayyancoaching.com// https://zayyancoaching.com/ — 200 — 1.1 KiB — 84 ms — h2https://zayyancoaching.com/assets/index-BlqRubUf.js/assets/index-BlqRubUf.js https://zayyancoaching.com/assets/index-BlqRubUf.js — 200 — 138.0 KiB — 230 ms — h2https://zayyancoaching.com/assets/index-Bd5BwUWT.css/assets/index-Bd5BwUWT.css https://zayyancoaching.com/assets/index-Bd5BwUWT.css — 200 — 13.4 KiB — 455 ms — h2https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700;900&family=Inter:wght@300;400;500;600&display=swapfonts.googleapis.com/css2?family=Pl... https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700;900&family=Inter:wght@300;400;500;600&display=swap — 200 — 1.4 KiB — 76 ms — h2https://vibe.filesafe.space/1777369715927353913/attachments/2cc9fa1f-39bc-4353-a7db-933f1dd0888e.pngvibe.filesafe.space/177736971592735... https://vibe.filesafe.space/1777369715927353913/attachments/2cc9fa1f-39bc-4353-a7db-933f1dd0888e.png — 200 — 617.1 KiB — 164 ms — h2https://vibe.filesafe.space/1777369715927353913/attachments/be240427-7748-461d-af2c-c99626679c87.jpgvibe.filesafe.space/177736971592735... https://vibe.filesafe.space/1777369715927353913/attachments/be240427-7748-461d-af2c-c99626679c87.jpg — 200 — 353.4 KiB — 170 ms — h2https://vibe.filesafe.space/1777369715927353913/attachments/784d5bed-8132-436e-bd27-f1fa38ea1dd9.jpgvibe.filesafe.space/177736971592735... https://vibe.filesafe.space/1777369715927353913/attachments/784d5bed-8132-436e-bd27-f1fa38ea1dd9.jpg — 200 — 247.8 KiB — 174 ms — h2https://vibe.filesafe.space/1777369715927353913/attachments/0666886c-cfdd-422f-b0ad-e5c6b09933d7.jpgvibe.filesafe.space/177736971592735... https://vibe.filesafe.space/1777369715927353913/attachments/0666886c-cfdd-422f-b0ad-e5c6b09933d7.jpg — 200 — 166.0 KiB — 176 ms — h2https://vibe.filesafe.space/1777369715927353913/attachments/5de47e2c-c803-4fb6-889a-26727bc17c74.jpgvibe.filesafe.space/177736971592735... https://vibe.filesafe.space/1777369715927353913/attachments/5de47e2c-c803-4fb6-889a-26727bc17c74.jpg — 200 — 122.5 KiB — 177 ms — h2https://vibe.filesafe.space/1777369715927353913/attachments/6e534744-80c4-4b2d-ac1f-fa07acddb77a.jpgvibe.filesafe.space/177736971592735... https://vibe.filesafe.space/1777369715927353913/attachments/6e534744-80c4-4b2d-ac1f-fa07acddb77a.jpg — 200 — 138.8 KiB — 177 ms — h2https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2fonts.gstatic.com/s/inter/v20/UcC73... https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2 — 200 — 47.3 KiB — 61 ms — h3https://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 — 61 ms — h3https://zayyancoaching.com/favicon.svg/favicon.svg https://zayyancoaching.com/favicon.svg — 200 — 450 B — 35 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Image Optimization
8 images, 0 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

8

Total Size

0 KB

Oversized

5

8 missing dimensions 6 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