Skip to content
https://watsnaydouch.site

Performance

· 22 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
83
GRADE
B
FIX
3
REVIEW
5
PASS
11
INFO
3

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

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

776 ms

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

2.46 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.096

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

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

2.46 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 5 REVIEW 3 FIX
F
Page Weight Budget
Action
4.8 MB transferred, 22 requests
FIX
4.8 MB transferred, 22 requests
Critical::
Page weighs 7.3 MB (4.8 MB transferred)
Warning::
JavaScript is 1.9 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.9 MB
Warning::
Images are 1.4 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.4 MB
Info::
22 HTTP requests
Info::
Estimated 1.0 g CO2 per page load
4.8 MB / 2.4 MB budget
4.8 MB transferred
22 requests
1.0 g CO2 per page load
JavaScript 1.9 MiB 40%
Images 1.4 MiB 29%
Other 1.1 MiB 22%
Other 219.8 KiB 4%
Fonts 160.7 KiB 3%
CSS 23.8 KiB 0%
HTML 1.8 KiB 0%
Other 563 B 0%
0 2.4 MB 4.9 MB
Over budget

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

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

F
JS Bundles
Action
2 scripts, 522 KB unused
FIX
2 scripts, 522 KB unused
Warning::
https://watsnaydouch.site/assets/index-CPYssjIP.js: 522 KB unused (27%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 522 KB
522 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://watsnaydouch.site/assets/index-CPYssjIP.js1962 KB522 KB (27%)1st
https://watsnaydouch.site/registerSW.js0 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

D
Page Weight Inventory
Action
22 resources · 4.8 MB · 522 KB savings available
FIX
22 resources · 4.8 MB · 522 KB savings available
Warning::
Page weight 4.8 MB exceeds 1 MB target by 3.8 MB
Got: 4.8 MB Expected: ≤ 1 MB
Info::
~522 KB of savings available
Info::
8 third-party resources (2% of weight)
Info::
4 resources over 200KB
22 resources · 4.8 MiB · 8 third-party 3.8 MiB over 1MB target
Image 52% · 2.5 MiB
JavaScript 40% · 1.9 MiB
Media 4% · 219.8 KiB
Font 3% · 160.7 KiB
CSS 0% · 23.8 KiB
Document 0% · 1.8 KiB
Other 0% · 563 B

~522.5 KiB of savings available

Remove unused JavaScript: 522.5 KiB
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
public, max-age=0
REVIEW
public, max-age=0
Info::
Cache-Control header is set
Got: public, max-age=0
Info::
ETag present — enables conditional (304) responses
Info::
Last-Modified header present
Cache-Control

public, max-age=0

DirectiveValueMeaning
publicAny cache may store this response
max-age0Cache for 0 seconds
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 (82.5 KiB of 4.8 MiB)
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
2 images, 0 KB saveable
PASS
2 images, 0 KB saveable
Info::
All images are well-optimized
2 images 1.4 MB
0 oversized -0 KB
2 legacy format
0 missing dimensions CLS risk
A+
JS Execution Cost
393ms total JS execution
PASS
393ms total JS execution
Info::
Unattributable: 184ms CPU time
Info::
https://watsnaydouch.site/: 114ms CPU time
Info::
https://watsnaydouch.site/assets/index-CPYssjIP.js: 95ms CPU time

Main Thread Breakdown

Other 53% Style & Layout 24% Script Evaluation 18%
ScriptTotalScriptingParse/CompileParty
Unattributable184ms5ms0ms1st
https://watsnaydouch.site/114ms1ms0ms1st
https://watsnaydouch.site/assets/index-CPYssjIP.js95ms67ms3ms1st
A+
Font Loading
7 fonts (161 KB)
PASS
7 fonts (161 KB)
Info::
7 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

7

161 KB total

Render-blocking

0

of 7

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 776 ms LCP 2.5 shttps://watsnaydouch.site/fonts/KhmerOS_muollight.ttfKhmerOS_muollight.ttf https://watsnaydouch.site/fonts/KhmerOS_muollight.ttf — 80.3 KiB — 383 ms — font-display: swaphttps://fonts.gstatic.com/s/rajdhani/v17/LDIxapCSOBg7S-QT7p4HM-aGW-rO.woff2LDIxapCSOBg7S-QT7p4HM-a... https://fonts.gstatic.com/s/rajdhani/v17/LDIxapCSOBg7S-QT7p4HM-aGW-rO.woff2 — 8.8 KiB — 24 ms — font-display: swaphttps://fonts.gstatic.com/s/rajdhani/v17/LDI2apCSOBg7S-QT7pb0EPOreefkkbIx.woff2LDI2apCSOBg7S-QT7pb0EPO... https://fonts.gstatic.com/s/rajdhani/v17/LDI2apCSOBg7S-QT7pb0EPOreefkkbIx.woff2 — 8.8 KiB — 33 ms — font-display: swaphttps://fonts.gstatic.com/s/battambang/v26/uk-mEGe7raEw-HjkzZabPnmp4g5y_o5z7Q.woff2uk-mEGe7raEw-HjkzZabPnm... https://fonts.gstatic.com/s/battambang/v26/uk-mEGe7raEw-HjkzZabPnmp4g5y_o5z7Q.woff2 — 21.4 KiB — 33 ms — font-display: swaphttps://fonts.gstatic.com/s/koulen/v30/AMOQz46as3KIBPemjno8sOUcU0Cz.woff2AMOQz46as3KIBPemjno8sOU... https://fonts.gstatic.com/s/koulen/v30/AMOQz46as3KIBPemjno8sOUcU0Cz.woff2 — 11.6 KiB — 19 ms — font-display: swaphttps://fonts.gstatic.com/s/rajdhani/v17/LDI2apCSOBg7S-QT7pbYF_OreefkkbIx.woff2LDI2apCSOBg7S-QT7pbYF_O... https://fonts.gstatic.com/s/rajdhani/v17/LDI2apCSOBg7S-QT7pbYF_OreefkkbIx.woff2 — 9.2 KiB — 26 ms — font-display: swaphttps://fonts.gstatic.com/s/battambang/v26/uk-lEGe7raEw-HjkzZabNsmM9yhQ86RJ5IxcMg.woff2uk-lEGe7raEw-HjkzZabNsm... https://fonts.gstatic.com/s/battambang/v26/uk-lEGe7raEw-HjkzZabNsmM9yhQ86RJ5IxcMg.woff2 — 20.7 KiB — 29 ms — font-display: swap
KhmerOS_muollight.ttf ttf swap
Size 80 KB
Load time 383 ms
Start 256 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
LDIxapCSOBg7S-QT7p4HM-a... woff2 swap
Size 9 KB
Load time 24 ms
Start 818 ms
Risk FOUT — text flashes from fallback to web font
LDI2apCSOBg7S-QT7pb0EPO... woff2 swap
Size 9 KB
Load time 33 ms
Start 818 ms
Risk FOUT — text flashes from fallback to web font
uk-mEGe7raEw-HjkzZabPnm... woff2 swap
Size 21 KB
Load time 33 ms
Start 818 ms
Risk FOUT — text flashes from fallback to web font
AMOQz46as3KIBPemjno8sOU... woff2 swap
Size 12 KB
Load time 19 ms
Start 877 ms
Risk FOUT — text flashes from fallback to web font
LDI2apCSOBg7S-QT7pbYF_O... woff2 swap
Size 9 KB
Load time 26 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
uk-lEGe7raEw-HjkzZabNsm... woff2 swap
Size 21 KB
Load time 29 ms
Start 1.6 s
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)

Fixing the unchecked items could save ~24 KB and ~48 ms

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 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
A+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
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::
Both `ETag` and `Last-Modified` present -- efficient revalidation supported
The page returns both `ETag` (content hash) and `Last-Modified` (timestamp) headers. Browsers can issue conditional GETs with `If-None-Match` or `If-Modified-Since`; the server returns 304 Not Modified for unchanged content, saving bandwidth. ETag is the more reliable of the two (timestamps fail in DST transitions and clock skew).
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
22 requests over 2213ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 776 ms LCP 2.5 shttps://watsnaydouch.site// https://watsnaydouch.site/ — 200 — 1.8 KiB — 249 ms — h2https://watsnaydouch.site/fonts/KhmerOS_muollight.ttf/fonts/KhmerOS_muollight.ttf https://watsnaydouch.site/fonts/KhmerOS_muollight.ttf — 200 — 80.3 KiB — 383 ms — h2https://fonts.googleapis.com/css2?family=Battambang:wght@400;700&family=Koulen&family=Moul&family=Rajdhani:wght@300;400;500;600;700&display=swapfonts.googleapis.com/css2?family=Ba... https://fonts.googleapis.com/css2?family=Battambang:wght@400;700&family=Koulen&family=Moul&family=Rajdhani:wght@300;400;500;600;700&display=swap — 200 — 1.3 KiB — 83 ms — h2https://watsnaydouch.site/assets/index-CPYssjIP.js/assets/index-CPYssjIP.js https://watsnaydouch.site/assets/index-CPYssjIP.js — 200 — 1.9 MiB — 422 ms — h2https://watsnaydouch.site/assets/index-BDDfduw9.css/assets/index-BDDfduw9.css https://watsnaydouch.site/assets/index-BDDfduw9.css — 200 — 21.7 KiB — 234 ms — h2https://watsnaydouch.site/registerSW.js/registerSW.js https://watsnaydouch.site/registerSW.js — 200 — 213 B — 261 ms — h2https://watsnaydouch.site/manifest.webmanifest/manifest.webmanifest https://watsnaydouch.site/manifest.webmanifest — 200 — 563 B — 244 ms — h2https://fonts.googleapis.com/css2?family=Battambang:wght@400;700&family=Koulen&family=Moul&family=Rajdhani:wght@300;400;500;600;700&display=swapfonts.googleapis.com/css2?family=Ba... https://fonts.googleapis.com/css2?family=Battambang:wght@400;700&family=Koulen&family=Moul&family=Rajdhani:wght@300;400;500;600;700&display=swap — 200 — 843 B — 52 ms — h3https://watsnaydouch.site/success.mp3/success.mp3 https://watsnaydouch.site/success.mp3 — 206 — 151.0 KiB — 205 ms — h2https://watsnaydouch.site/fail.mp3/fail.mp3 https://watsnaydouch.site/fail.mp3 — 206 — 68.8 KiB — 199 ms — h2https://fonts.gstatic.com/s/rajdhani/v17/LDIxapCSOBg7S-QT7p4HM-aGW-rO.woff2fonts.gstatic.com/s/rajdhani/v17/LD... https://fonts.gstatic.com/s/rajdhani/v17/LDIxapCSOBg7S-QT7p4HM-aGW-rO.woff2 — 200 — 8.8 KiB — 24 ms — h3https://fonts.gstatic.com/s/rajdhani/v17/LDI2apCSOBg7S-QT7pb0EPOreefkkbIx.woff2fonts.gstatic.com/s/rajdhani/v17/LD... https://fonts.gstatic.com/s/rajdhani/v17/LDI2apCSOBg7S-QT7pb0EPOreefkkbIx.woff2 — 200 — 8.8 KiB — 33 ms — h3https://fonts.gstatic.com/s/battambang/v26/uk-mEGe7raEw-HjkzZabPnmp4g5y_o5z7Q.woff2fonts.gstatic.com/s/battambang/v26/... https://fonts.gstatic.com/s/battambang/v26/uk-mEGe7raEw-HjkzZabPnmp4g5y_o5z7Q.woff2 — 200 — 21.4 KiB — 33 ms — h3https://watsnaydouch.site/logo.png/logo.png https://watsnaydouch.site/logo.png — 200 — 1000.5 KiB — 516 ms — h2https://fonts.gstatic.com/s/koulen/v30/AMOQz46as3KIBPemjno8sOUcU0Cz.woff2fonts.gstatic.com/s/koulen/v30/AMOQ... https://fonts.gstatic.com/s/koulen/v30/AMOQz46as3KIBPemjno8sOUcU0Cz.woff2 — 200 — 11.6 KiB — 19 ms — h3https://watsnaydouch.site/favicon.ico/favicon.ico https://watsnaydouch.site/favicon.ico — 200 — 16.7 KiB — 201 ms — h2https://watsnaydouch.site/icon-192.png/icon-192.png https://watsnaydouch.site/icon-192.png — 200 — 71.4 KiB — 207 ms — h2https://watsnaydouch.site/icon.svg/icon.svg https://watsnaydouch.site/icon.svg — 200 — 1003.2 KiB — 420 ms — h2https://watsnaydouch.site/icon.png/icon.png https://watsnaydouch.site/icon.png — 200 — 444.8 KiB — 395 ms — h2https://fonts.gstatic.com/s/rajdhani/v17/LDI2apCSOBg7S-QT7pbYF_OreefkkbIx.woff2fonts.gstatic.com/s/rajdhani/v17/LD... https://fonts.gstatic.com/s/rajdhani/v17/LDI2apCSOBg7S-QT7pbYF_OreefkkbIx.woff2 — 200 — 9.2 KiB — 26 ms — h3https://fonts.gstatic.com/s/battambang/v26/uk-lEGe7raEw-HjkzZabNsmM9yhQ86RJ5IxcMg.woff2fonts.gstatic.com/s/battambang/v26/... https://fonts.gstatic.com/s/battambang/v26/uk-lEGe7raEw-HjkzZabNsmM9yhQ86RJ5IxcMg.woff2 — 200 — 20.7 KiB — 29 ms — h3https://watsnaydouch.site/favicon.ico/favicon.ico https://watsnaydouch.site/favicon.ico — 200 — 58 B — 201 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Image Optimization
4 images, 3442 KB total, 441 KB wasted
INFO

Image Optimization Audit

Total Images

4

Total Size

3442 KB

Oversized

1

Wasted

441 KB

4 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