Skip to content
https://wee-san-flavors-website.lovable.app

Performance

· 21 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
89
GRADE
B
FIX
0
REVIEW
9
PASS
10
INFO
2

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

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

726 ms

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

2.04 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.000

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

930 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.04 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
21
10 PASS 9 REVIEW
C
Page Weight Budget
Action
1.7 MB transferred, 26 requests
REVIEW
1.7 MB transferred, 26 requests
Info::
Page weighs 2.3 MB (1.7 MB transferred)
Warning::
Images are 1.3 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.3 MB
Info::
26 HTTP requests
Info::
Estimated 0.36 g CO2 per page load
1.7 MB / 2.4 MB budget
1.7 MB transferred
26 requests
0.36 g CO2 per page load
Images 1.3 MiB 78%
JavaScript 224.0 KiB 13%
Fonts 125.5 KiB 7%
Other 19.9 KiB 1%
CSS 15.0 KiB 1%
Other 3.2 KiB 0%
HTML 1.3 KiB 0%
Other 414 B 0%
Other 0 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
10 images, 0 KB saveable
REVIEW
10 images, 0 KB saveable
Info::
All images are well-optimized
10 images 1.3 MB
0 oversized -0 KB
10 legacy format
0 missing dimensions CLS risk
B
JS Bundles
2 scripts, 133 KB unused
REVIEW
2 scripts, 133 KB unused
Warning::
https://wee-san-flavors-website.lovable.app/assets...: 133 KB unused (62%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 133 KB
133 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://wee-san-flavors-website.lovable.app/assets/index-bzXI5KOK.js216 KB133 KB (62%)1st
https://wee-san-flavors-website.lovable.app/~flock.js8 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

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
Compression Algorithm
Main response uses gzip; brotli would be ~20% smaller
REVIEW
Main 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
Page Weight Inventory
Action
26 resources · 1.7 MB · 133 KB savings available
REVIEW
26 resources · 1.7 MB · 133 KB savings available
Warning::
Page weight 1.7 MB exceeds 1 MB target by 738 KB
Got: 1.7 MB Expected: ≤ 1 MB
Info::
~133 KB of savings available
Info::
10 third-party resources (7% of weight)
Info::
4 resources over 200KB
26 resources · 1.7 MiB · 10 third-party 737.7 KiB over 1MB target
Image 79% · 1.4 MiB
JavaScript 13% · 224.0 KiB
Font 7% · 125.5 KiB
CSS 1% · 15.0 KiB
Other 0% · 3.6 KiB
Document 0% · 1.3 KiB

~133.4 KiB of savings available

Remove unused JavaScript: 133.4 KiB
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::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
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+
Third-Party Impact
7% third-party, 0 ms blocking
PASS
7% third-party, 0 ms blocking
Info::
Third-party code accounts for 7% of page weight (130.4 KiB of 1.7 MiB)
Info::
Third-party blocking time is low (0 ms)
93%
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
216ms total JS execution
PASS
216ms total JS execution
Info::
https://wee-san-flavors-website.lovable.app/assets...: 78ms CPU time
Info::
https://wee-san-flavors-website.lovable.app/: 69ms CPU time
Info::
Unattributable: 69ms CPU time

Main Thread Breakdown

Other 37% Script Evaluation 29% Style & Layout 26% Rendering 7%
ScriptTotalScriptingParse/CompileParty
https://wee-san-flavors-website.lovable.app/assets/index-bzXI5KOK.js78ms44ms1ms1st
https://wee-san-flavors-website.lovable.app/69ms1ms0ms1st
Unattributable69ms13ms0ms1st
A+
Font Loading
5 fonts (126 KB)
PASS
5 fonts (126 KB)
Info::
5 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

5

126 KB total

Render-blocking

0

of 5

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 FCP 726 ms LCP 2.0 shttps://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4Vn8sig.woff2Qw3aZQNVED7rKGKxtqIqX5E... https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4Vn8sig.woff2 — 28.0 KiB — 56 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 — 66 ms — font-display: swaphttps://fonts.gstatic.com/s/nunito/v32/XRXV3I6Li01BKofINeaBTMnFcQ.woff2XRXV3I6Li01BKofINeaBTMn... https://fonts.gstatic.com/s/nunito/v32/XRXV3I6Li01BKofINeaBTMnFcQ.woff2 — 38.3 KiB — 68 ms — font-display: swaphttps://fonts.gstatic.com/s/nunito/v32/XRXV3I6Li01BKofIOuaBTMnFcQIG.woff2XRXV3I6Li01BKofIOuaBTMn... https://fonts.gstatic.com/s/nunito/v32/XRXV3I6Li01BKofIOuaBTMnFcQIG.woff2 — 12.8 KiB — 31 ms — font-display: swaphttps://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgEM86xRbPQ.woff2nuFiD-vYSZviVYUb_rj3ij_... https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgEM86xRbPQ.woff2 — 8.9 KiB — 24 ms — font-display: swap
Qw3aZQNVED7rKGKxtqIqX5E... woff2 swap
Size 28 KB
Load time 56 ms
Start 412 ms
Risk FOUT — text flashes from fallback to web font
nuFiD-vYSZviVYUb_rj3ij_... woff2 swap
Size 38 KB
Load time 66 ms
Start 413 ms
Risk FOUT — text flashes from fallback to web font
XRXV3I6Li01BKofINeaBTMn... woff2 swap
Size 38 KB
Load time 68 ms
Start 413 ms
Risk FOUT — text flashes from fallback to web font
XRXV3I6Li01BKofIOuaBTMn... woff2 swap
Size 13 KB
Load time 31 ms
Start 414 ms
Risk FOUT — text flashes from fallback to web font
nuFiD-vYSZviVYUb_rj3ij_... woff2 swap
Size 9 KB
Load time 24 ms
Start 797 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::
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.
Network Waterfall
26 requests over 1207ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 726 ms LCP 2.0 shttps://wee-san-flavors-website.lovable.app// https://wee-san-flavors-website.lovable.app/ — 200 — 1.3 KiB — 151 ms — h2https://wee-san-flavors-website.lovable.app/assets/index-bzXI5KOK.js/assets/index-bzXI5KOK.js https://wee-san-flavors-website.lovable.app/assets/index-bzXI5KOK.js — 200 — 215.6 KiB — 163 ms — h2https://wee-san-flavors-website.lovable.app/assets/index-BdkOEkyy.css/assets/index-BdkOEkyy.css https://wee-san-flavors-website.lovable.app/assets/index-BdkOEkyy.css — 200 — 13.4 KiB — 100 ms — h2https://wee-san-flavors-website.lovable.app/~flock.js/~flock.js https://wee-san-flavors-website.lovable.app/~flock.js — 200 — 8.5 KiB — 120 ms — h2https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500&family=Josefin+Sans:wght@300;400;500;600;700&family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swapfonts.googleapis.com/css2?family=Pl... https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500&family=Josefin+Sans:wght@300;400;500;600;700&family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap — 200 — 1.6 KiB — 72 ms — h2https://wee-san-flavors-website.lovable.app/assets/hero-1-32TvjIlv.jpg/assets/hero-1-32TvjIlv.jpg https://wee-san-flavors-website.lovable.app/assets/hero-1-32TvjIlv.jpg — 200 — 174.3 KiB — 125 ms — h2https://wee-san-flavors-website.lovable.app/assets/hero-2-DgdAKhMV.jpg/assets/hero-2-DgdAKhMV.jpg https://wee-san-flavors-website.lovable.app/assets/hero-2-DgdAKhMV.jpg — 200 — 211.0 KiB — 124 ms — h2https://wee-san-flavors-website.lovable.app/assets/hero-3-9s7NShxl.jpg/assets/hero-3-9s7NShxl.jpg https://wee-san-flavors-website.lovable.app/assets/hero-3-9s7NShxl.jpg — 200 — 210.8 KiB — 128 ms — h2https://wee-san-flavors-website.lovable.app/assets/hero-4-BlNFodnm.jpg/assets/hero-4-BlNFodnm.jpg https://wee-san-flavors-website.lovable.app/assets/hero-4-BlNFodnm.jpg — 200 — 449.4 KiB — 132 ms — h2https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4Vn8sig.woff2fonts.gstatic.com/s/josefinsans/v34... https://fonts.gstatic.com/s/josefinsans/v34/Qw3aZQNVED7rKGKxtqIqX5EUDXx4Vn8sig.woff2 — 200 — 28.0 KiB — 56 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 — 66 ms — h3https://fonts.gstatic.com/s/nunito/v32/XRXV3I6Li01BKofINeaBTMnFcQ.woff2fonts.gstatic.com/s/nunito/v32/XRXV... https://fonts.gstatic.com/s/nunito/v32/XRXV3I6Li01BKofINeaBTMnFcQ.woff2 — 200 — 38.3 KiB — 68 ms — h3https://fonts.gstatic.com/s/nunito/v32/XRXV3I6Li01BKofIOuaBTMnFcQIG.woff2fonts.gstatic.com/s/nunito/v32/XRXV... https://fonts.gstatic.com/s/nunito/v32/XRXV3I6Li01BKofIOuaBTMnFcQIG.woff2 — 200 — 12.8 KiB — 31 ms — h3https://wee-san-flavors-website.lovable.app/favicon.ico/favicon.ico https://wee-san-flavors-website.lovable.app/favicon.ico — 200 — 19.9 KiB — 102 ms — h2https://yooxntbrqdkcrbhpadbv.supabase.co/rest/v1/schedule_locations?select=*&active=eq.true&order=sort_order.ascyooxntbrqdkcrbhpadbv.supabase.co/re... https://yooxntbrqdkcrbhpadbv.supabase.co/rest/v1/schedule_locations?select=*&active=eq.true&order=sort_order.asc — 200 — 0 B — 58 ms — h3https://yooxntbrqdkcrbhpadbv.supabase.co/rest/v1/menu_items?select=*&available=eq.true&order=sort_order.ascyooxntbrqdkcrbhpadbv.supabase.co/re... https://yooxntbrqdkcrbhpadbv.supabase.co/rest/v1/menu_items?select=*&available=eq.true&order=sort_order.asc — 200 — 0 B — 55 ms — h3https://yooxntbrqdkcrbhpadbv.supabase.co/rest/v1/schedule_locations?select=*&active=eq.true&order=sort_order.ascyooxntbrqdkcrbhpadbv.supabase.co/re... https://yooxntbrqdkcrbhpadbv.supabase.co/rest/v1/schedule_locations?select=*&active=eq.true&order=sort_order.asc — 200 — 1.4 KiB — 280 ms — h3https://yooxntbrqdkcrbhpadbv.supabase.co/rest/v1/menu_items?select=*&available=eq.true&order=sort_order.ascyooxntbrqdkcrbhpadbv.supabase.co/re... https://yooxntbrqdkcrbhpadbv.supabase.co/rest/v1/menu_items?select=*&available=eq.true&order=sort_order.asc — 200 — 1.9 KiB — 290 ms — h3https://wee-san-flavors-website.lovable.app/~api/analytics/~api/analytics https://wee-san-flavors-website.lovable.app/~api/analytics — 200 — 414 B — 542 ms — h2https://wee-san-flavors-website.lovable.app/assets/menu-pad-thai-BHQfB0a7.jpg/assets/menu-pad-thai-BHQfB0a7.jpg https://wee-san-flavors-website.lovable.app/assets/menu-pad-thai-BHQfB0a7.jpg — 200 — 32.9 KiB — 129 ms — h2https://wee-san-flavors-website.lovable.app/assets/menu-pho-z33bzcPM.jpg/assets/menu-pho-z33bzcPM.jpg https://wee-san-flavors-website.lovable.app/assets/menu-pho-z33bzcPM.jpg — 200 — 58.8 KiB — 104 ms — h2https://wee-san-flavors-website.lovable.app/assets/menu-spring-rolls-C3teT5RC.jpg/assets/menu-spring-rolls-C3teT5RC.... https://wee-san-flavors-website.lovable.app/assets/menu-spring-rolls-C3teT5RC.jpg — 200 — 47.8 KiB — 92 ms — h2https://wee-san-flavors-website.lovable.app/assets/menu-green-curry-CpF1lLLG.jpg/assets/menu-green-curry-CpF1lLLG.j... https://wee-san-flavors-website.lovable.app/assets/menu-green-curry-CpF1lLLG.jpg — 200 — 53.5 KiB — 100 ms — h2https://wee-san-flavors-website.lovable.app/assets/menu-banh-mi-Cktgn26g.jpg/assets/menu-banh-mi-Cktgn26g.jpg https://wee-san-flavors-website.lovable.app/assets/menu-banh-mi-Cktgn26g.jpg — 200 — 52.8 KiB — 102 ms — h2https://wee-san-flavors-website.lovable.app/assets/menu-fried-rice-Cc71qzN_.jpg/assets/menu-fried-rice-Cc71qzN_.jp... https://wee-san-flavors-website.lovable.app/assets/menu-fried-rice-Cc71qzN_.jpg — 200 — 81.0 KiB — 105 ms — h2https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgEM86xRbPQ.woff2fonts.gstatic.com/s/playfairdisplay... https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgEM86xRbPQ.woff2 — 200 — 8.9 KiB — 24 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Image Optimization
10 images, 1043 KB total, 939 KB wasted
INFO

Image Optimization Audit

Total Images

10

Total Size

1043 KB

Oversized

4

Wasted

939 KB

10 missing dimensions 4 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