Skip to content
https://willys-restaurant.lovable.app

Performance

· 22 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
87
GRADE
B
FIX
1
REVIEW
8
PASS
10
INFO
3

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

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

708 ms

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

1.70 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.018

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

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

1.70 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
10 PASS 8 REVIEW 1 FIX
D
Third-Party Impact
Action
71% third-party, 0 ms blocking
FIX
71% third-party, 0 ms blocking
Warning::
Third-party code accounts for 71% of page weight (937.1 KiB of 1.3 MiB)
Info::
Third-party blocking time is low (0 ms)
29%
71%
First-party Third-party
B
Page Weight Budget
1.3 MB transferred, 38 requests
REVIEW
1.3 MB transferred, 38 requests
Info::
Page weighs 3.8 MB (1.3 MB transferred)
Warning::
JavaScript is 811 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 811 KB
Info::
Fonts are 245 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 245 KB
Info::
38 HTTP requests
Info::
Estimated 0.27 g CO2 per page load
1.3 MB / 2.4 MB budget
1.3 MB transferred
38 requests
0.27 g CO2 per page load
JavaScript 811.3 KiB 62%
Fonts 244.9 KiB 19%
Other 148.1 KiB 11%
Images 85.4 KiB 6%
CSS 18.2 KiB 1%
HTML 8.6 KiB 1%
Other 945 B 0%
Other 769 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Under 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

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

C
JS Bundles
Action
16 scripts, 273 KB unused
REVIEW
16 scripts, 273 KB unused
Warning::
https://js.stripe.com/basil/stripe.js: 169 KB unused (73%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://willys-restaurant.lovable.app/assets/index...: 103 KB unused (56%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 273 KB
273 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://js.stripe.com/basil/stripe.js232 KB169 KB (73%)3rd
https://willys-restaurant.lovable.app/assets/index-Cv8mxbXv.js184 KB103 KB (56%)1st
https://maps.googleapis.com/maps-api-v3/api/js/64/14a/common.js37 KB3rd
https://maps.googleapis.com/maps-api-v3/api/js/64/14a/util.js69 KB3rd
https://maps.googleapis.com/maps/api/js?key=AIzaSyCmL18misQw9KdwqGaw3zHkitj8vG6QF2Y&paint_origin=&libraries=geometry,search&v=weekly&loading=async&language=en_US&callback=onApiLoad3 KB3rd
https://maps.googleapis.com/maps-api-v3/api/js/64/14a/geometry.js3 KB3rd
https://maps.googleapis.com/maps-api-v3/api/js/64/14a/search.js1 KB3rd
https://maps.googleapis.com/maps-api-v3/api/js/64/14a/main.js83 KB3rd
https://willys-restaurant.lovable.app/~flock.js8 KB1st
https://maps.gstatic.com/maps-api-v3/embed/js/64/14a/init_embed.js72 KB3rd

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
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
38 resources · 1.3 MB · 273 KB savings available
REVIEW
38 resources · 1.3 MB · 273 KB savings available
Warning::
Page weight 1.3 MB exceeds 1 MB target by 294 KB
Got: 1.3 MB Expected: ≤ 1 MB
Info::
~273 KB of savings available
Warning::
31 third-party resources (71% of weight)
Info::
1 resources over 200KB
38 resources · 1.3 MiB · 31 third-party 294.2 KiB over 1MB target
JavaScript 62% · 811.3 KiB
Font 19% · 244.9 KiB
Image 18% · 233.5 KiB
CSS 1% · 18.2 KiB
Document 1% · 8.7 KiB
Other 0% · 1.7 KiB

~272.5 KiB of savings available

Remove unused JavaScript: 272.5 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+
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
3 images, 0 KB saveable
PASS
3 images, 0 KB saveable
Info::
All images are well-optimized
3 images 85 KB
0 oversized -0 KB
2 legacy format
0 missing dimensions CLS risk
A+
JS Execution Cost
202ms total JS execution
PASS
202ms total JS execution
Info::
https://willys-restaurant.lovable.app/assets/index...: 94ms CPU time
Info::
https://willys-restaurant.lovable.app/: 55ms CPU time
Info::
https://js.stripe.com/basil/stripe.js: 53ms CPU time
Info::
Third-party scripts: 53ms (26% of total)

Main Thread Breakdown

Script Evaluation 36% Other 30% Style & Layout 20% Script Parsing & Compilation 8% Rendering 4%
ScriptTotalScriptingParse/CompileParty
https://willys-restaurant.lovable.app/assets/index-Cv8mxbXv.js94ms42ms1ms1st
https://willys-restaurant.lovable.app/55ms13ms0ms1st
https://js.stripe.com/basil/stripe.js53ms33ms20ms3rd
A+
Font Loading
4 fonts (245 KB)
PASS
4 fonts (245 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

245 KB total

Render-blocking

0

of 4

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 708 ms LCP 1.7 shttps://cdn.gpteng.co/mcp-widgets/v1/fonts/CameraPlainVariable.woff2CameraPlainVariable.woff2 https://cdn.gpteng.co/mcp-widgets/v1/fonts/CameraPlainVariable.woff2 — 131.2 KiB — 91 ms — font-display: swaphttps://fonts.gstatic.com/s/pacifico/v23/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2FwZY7-Qmy14u9lezJ-6H6Mm... https://fonts.gstatic.com/s/pacifico/v23/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2 — 21.8 KiB — 51 ms — font-display: swaphttps://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2UcC73FwrK3iLTeHuS_nVMrM... https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2 — 47.3 KiB — 71 ms — font-display: swaphttps://fonts.gstatic.com/s/fraunces/v38/6NUs8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9mv0iQublWII.woff26NUs8FyLNQOQZAnv9ZwNjuc... https://fonts.gstatic.com/s/fraunces/v38/6NUs8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9mv0iQublWII.woff2 — 44.6 KiB — 67 ms — font-display: swap
CameraPlainVariable.woff2 woff2 swap
Size 131 KB
Load time 91 ms
Start 335 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
FwZY7-Qmy14u9lezJ-6H6Mm... woff2 swap
Size 22 KB
Load time 51 ms
Start 411 ms
Risk FOUT — text flashes from fallback to web font
UcC73FwrK3iLTeHuS_nVMrM... woff2 swap
Size 47 KB
Load time 71 ms
Start 412 ms
Risk FOUT — text flashes from fallback to web font
6NUs8FyLNQOQZAnv9ZwNjuc... woff2 swap
Size 45 KB
Load time 67 ms
Start 412 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)

Fixing the unchecked items could save ~66 KB and ~132 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 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
38 requests over 2354ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 708 ms LCP 1.7 shttps://willys-restaurant.lovable.app// https://willys-restaurant.lovable.app/ — 200 — 4.9 KiB — 135 ms — h2https://willys-restaurant.lovable.app/assets/index-Cv8mxbXv.js/assets/index-Cv8mxbXv.js https://willys-restaurant.lovable.app/assets/index-Cv8mxbXv.js — 200 — 184.1 KiB — 164 ms — h2https://willys-restaurant.lovable.app/assets/index-D5Wc6FNz.css/assets/index-D5Wc6FNz.css https://willys-restaurant.lovable.app/assets/index-D5Wc6FNz.css — 200 — 12.1 KiB — 98 ms — h2https://willys-restaurant.lovable.app/~flock.js/~flock.js https://willys-restaurant.lovable.app/~flock.js — 200 — 8.5 KiB — 117 ms — h2https://fonts.googleapis.com/css2?family=Pacifico&family=Fraunces:ital,wght@0,400;0,600;0,700;1,400;1,700&family=Inter:wght@300;400;500;600;700&display=swapfonts.googleapis.com/css2?family=Pa... https://fonts.googleapis.com/css2?family=Pacifico&family=Fraunces:ital,wght@0,400;0,600;0,700;1,400;1,700&family=Inter:wght@300;400;500;600;700&display=swap — 200 — 1.6 KiB — 75 ms — h2https://cdn.gpteng.co/mcp-widgets/v1/fonts/CameraPlainVariable.woff2cdn.gpteng.co/mcp-widgets/v1/fonts/... https://cdn.gpteng.co/mcp-widgets/v1/fonts/CameraPlainVariable.woff2 — 200 — 131.2 KiB — 91 ms — h2https://js.stripe.com/basil/stripe.jsjs.stripe.com/basil/stripe.js https://js.stripe.com/basil/stripe.js — 200 — 231.8 KiB — 120 ms — h3https://willys-restaurant.lovable.app/willys-logo.jpg/willys-logo.jpg https://willys-restaurant.lovable.app/willys-logo.jpg — 200 — 23.2 KiB — 93 ms — h2https://fonts.gstatic.com/s/pacifico/v23/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2fonts.gstatic.com/s/pacifico/v23/Fw... https://fonts.gstatic.com/s/pacifico/v23/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2 — 200 — 21.8 KiB — 51 ms — h3https://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 — 71 ms — h3https://fonts.gstatic.com/s/fraunces/v38/6NUs8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9mv0iQublWII.woff2fonts.gstatic.com/s/fraunces/v38/6N... https://fonts.gstatic.com/s/fraunces/v38/6NUs8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9mv0iQublWII.woff2 — 200 — 44.6 KiB — 67 ms — h3https://www.google.com/maps?q=Rue+de+la+Servette+21+1201+Gen%C3%A8ve&output=embedwww.google.com/maps?q=Rue+de+la+Ser... https://www.google.com/maps?q=Rue+de+la+Servette+21+1201+Gen%C3%A8ve&output=embed — 301 — 18 B — 64 ms — h3https://piqfaqxobhlcwzijehpz.supabase.co/rest/v1/orders?select=*&order=created_at.descpiqfaqxobhlcwzijehpz.supabase.co/re... https://piqfaqxobhlcwzijehpz.supabase.co/rest/v1/orders?select=*&order=created_at.desc — 200 — 0 B — 57 ms — h3https://www.google.com/maps/embed?origin=mfe&pb=!1m2!2m1!1sRue+de+la+Servette+21+1201+Gen%C3%A8vewww.google.com/maps/embed?origin=mf... https://www.google.com/maps/embed?origin=mfe&pb=!1m2!2m1!1sRue+de+la+Servette+21+1201+Gen%C3%A8ve — 200 — 1.0 KiB — 229 ms — h3https://piqfaqxobhlcwzijehpz.supabase.co/rest/v1/orders?select=*&order=created_at.descpiqfaqxobhlcwzijehpz.supabase.co/re... https://piqfaqxobhlcwzijehpz.supabase.co/rest/v1/orders?select=*&order=created_at.desc — 200 — 769 B — 357 ms — h3https://willys-restaurant.lovable.app/~api/analytics/~api/analytics https://willys-restaurant.lovable.app/~api/analytics — 200 — 319 B — 534 ms — h2https://maps.gstatic.com/maps-api-v3/embed/js/64/14a/init_embed.jsmaps.gstatic.com/maps-api-v3/embed/... https://maps.gstatic.com/maps-api-v3/embed/js/64/14a/init_embed.js — 200 — 72.5 KiB — 112 ms — h2https://maps.googleapis.com/maps/api/js?key=AIzaSyCmL18misQw9KdwqGaw3zHkitj8vG6QF2Y&paint_origin=&libraries=geometry,search&v=weekly&loading=async&language=en_US&callback=onApiLoadmaps.googleapis.com/maps/api/js?key... https://maps.googleapis.com/maps/api/js?key=AIzaSyCmL18misQw9KdwqGaw3zHkitj8vG6QF2Y&paint_origin=&libraries=geometry,search&v=weekly&loading=async&language=en_US&callback=onApiLoad — 200 — 2.9 KiB — 79 ms — h2https://maps.googleapis.com/maps-api-v3/api/js/64/14a/geometry.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/64/14a/geometry.js — 200 — 2.9 KiB — 27 ms — h2https://maps.googleapis.com/maps-api-v3/api/js/64/14a/search.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/64/14a/search.js — 200 — 1.1 KiB — 27 ms — h2https://maps.googleapis.com/maps-api-v3/api/js/64/14a/main.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/64/14a/main.js — 200 — 83.1 KiB — 70 ms — h2https://maps.googleapis.com/maps/api/mapsjs/gen_204?csp_test=truemaps.googleapis.com/maps/api/mapsjs... https://maps.googleapis.com/maps/api/mapsjs/gen_204?csp_test=true — 200 — 46 B — 31 ms — h3https://maps.googleapis.com/maps-api-v3/api/js/64/14a/common.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/64/14a/common.js — 200 — 36.7 KiB — 67 ms — h3https://maps.googleapis.com/maps-api-v3/api/js/64/14a/util.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/64/14a/util.js — 200 — 69.4 KiB — 79 ms — h3https://maps.googleapis.com/maps-api-v3/api/js/64/14a/map.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/64/14a/map.js — 200 — 25.3 KiB — 69 ms — h3https://maps.googleapis.com/maps-api-v3/api/js/64/14a/places.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/64/14a/places.js — 200 — 64.2 KiB — 70 ms — h3data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill%3D%22none%22%20viewBo…data:image/svg+xml,%3Csvg%20xmlns%3... data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill%3D%22none%22%20viewBo… — 200 — 0 B — 0 ms — datahttps://maps.googleapis.com/maps/api/js/StaticMapService.GetMapImage?1m2&1i8674351&2i5954371&2e1&3u16&4m2&1u598&2u448&5m6&1e0&5sen-US&6sus&10b1&12b1&14i47083502&8e1&key=AIzaSyCmL18misQw9KdwqGaw3zHkitj8vG6QF2Y&token=73571maps.googleapis.com/maps/api/js/Sta... https://maps.googleapis.com/maps/api/js/StaticMapService.GetMapImage?1m2&1i8674351&2i5954371&2e1&3u16&4m2&1u598&2u448&5m6&1e0&5sen-US&6sus&10b1&12b1&14i47083502&8e1&key=AIzaSyCmL18misQw9KdwqGaw3zHkitj8vG6QF2Y&token=73571 — 200 — 62.3 KiB — 167 ms — h3https://maps.googleapis.com/maps-api-v3/api/js/64/14a/onion.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/64/14a/onion.js — 200 — 9.9 KiB — 45 ms — h3https://maps.googleapis.com/maps-api-v3/api/js/64/14a/search_impl.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/64/14a/search_impl.js — 200 — 1.3 KiB — 44 ms — h3
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 708 ms LCP 1.7 shttps://willys-restaurant.lovable.app// https://willys-restaurant.lovable.app/ — 200 — 4.9 KiB — 135 ms — h2https://willys-restaurant.lovable.app/assets/index-Cv8mxbXv.js/assets/index-Cv8mxbXv.js https://willys-restaurant.lovable.app/assets/index-Cv8mxbXv.js — 200 — 184.1 KiB — 164 ms — h2https://willys-restaurant.lovable.app/assets/index-D5Wc6FNz.css/assets/index-D5Wc6FNz.css https://willys-restaurant.lovable.app/assets/index-D5Wc6FNz.css — 200 — 12.1 KiB — 98 ms — h2https://willys-restaurant.lovable.app/~flock.js/~flock.js https://willys-restaurant.lovable.app/~flock.js — 200 — 8.5 KiB — 117 ms — h2https://fonts.googleapis.com/css2?family=Pacifico&family=Fraunces:ital,wght@0,400;0,600;0,700;1,400;1,700&family=Inter:wght@300;400;500;600;700&display=swapfonts.googleapis.com/css2?family=Pa... https://fonts.googleapis.com/css2?family=Pacifico&family=Fraunces:ital,wght@0,400;0,600;0,700;1,400;1,700&family=Inter:wght@300;400;500;600;700&display=swap — 200 — 1.6 KiB — 75 ms — h2https://cdn.gpteng.co/mcp-widgets/v1/fonts/CameraPlainVariable.woff2cdn.gpteng.co/mcp-widgets/v1/fonts/... https://cdn.gpteng.co/mcp-widgets/v1/fonts/CameraPlainVariable.woff2 — 200 — 131.2 KiB — 91 ms — h2https://js.stripe.com/basil/stripe.jsjs.stripe.com/basil/stripe.js https://js.stripe.com/basil/stripe.js — 200 — 231.8 KiB — 120 ms — h3https://willys-restaurant.lovable.app/willys-logo.jpg/willys-logo.jpg https://willys-restaurant.lovable.app/willys-logo.jpg — 200 — 23.2 KiB — 93 ms — h2https://fonts.gstatic.com/s/pacifico/v23/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2fonts.gstatic.com/s/pacifico/v23/Fw... https://fonts.gstatic.com/s/pacifico/v23/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2 — 200 — 21.8 KiB — 51 ms — h3https://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 — 71 ms — h3https://fonts.gstatic.com/s/fraunces/v38/6NUs8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9mv0iQublWII.woff2fonts.gstatic.com/s/fraunces/v38/6N... https://fonts.gstatic.com/s/fraunces/v38/6NUs8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9mv0iQublWII.woff2 — 200 — 44.6 KiB — 67 ms — h3https://www.google.com/maps?q=Rue+de+la+Servette+21+1201+Gen%C3%A8ve&output=embedwww.google.com/maps?q=Rue+de+la+Ser... https://www.google.com/maps?q=Rue+de+la+Servette+21+1201+Gen%C3%A8ve&output=embed — 301 — 18 B — 64 ms — h3https://piqfaqxobhlcwzijehpz.supabase.co/rest/v1/orders?select=*&order=created_at.descpiqfaqxobhlcwzijehpz.supabase.co/re... https://piqfaqxobhlcwzijehpz.supabase.co/rest/v1/orders?select=*&order=created_at.desc — 200 — 0 B — 57 ms — h3https://www.google.com/maps/embed?origin=mfe&pb=!1m2!2m1!1sRue+de+la+Servette+21+1201+Gen%C3%A8vewww.google.com/maps/embed?origin=mf... https://www.google.com/maps/embed?origin=mfe&pb=!1m2!2m1!1sRue+de+la+Servette+21+1201+Gen%C3%A8ve — 200 — 1.0 KiB — 229 ms — h3https://piqfaqxobhlcwzijehpz.supabase.co/rest/v1/orders?select=*&order=created_at.descpiqfaqxobhlcwzijehpz.supabase.co/re... https://piqfaqxobhlcwzijehpz.supabase.co/rest/v1/orders?select=*&order=created_at.desc — 200 — 769 B — 357 ms — h3https://willys-restaurant.lovable.app/~api/analytics/~api/analytics https://willys-restaurant.lovable.app/~api/analytics — 200 — 319 B — 534 ms — h2https://maps.gstatic.com/maps-api-v3/embed/js/64/14a/init_embed.jsmaps.gstatic.com/maps-api-v3/embed/... https://maps.gstatic.com/maps-api-v3/embed/js/64/14a/init_embed.js — 200 — 72.5 KiB — 112 ms — h2https://maps.googleapis.com/maps/api/js?key=AIzaSyCmL18misQw9KdwqGaw3zHkitj8vG6QF2Y&paint_origin=&libraries=geometry,search&v=weekly&loading=async&language=en_US&callback=onApiLoadmaps.googleapis.com/maps/api/js?key... https://maps.googleapis.com/maps/api/js?key=AIzaSyCmL18misQw9KdwqGaw3zHkitj8vG6QF2Y&paint_origin=&libraries=geometry,search&v=weekly&loading=async&language=en_US&callback=onApiLoad — 200 — 2.9 KiB — 79 ms — h2https://maps.googleapis.com/maps-api-v3/api/js/64/14a/geometry.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/64/14a/geometry.js — 200 — 2.9 KiB — 27 ms — h2https://maps.googleapis.com/maps-api-v3/api/js/64/14a/search.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/64/14a/search.js — 200 — 1.1 KiB — 27 ms — h2https://maps.googleapis.com/maps-api-v3/api/js/64/14a/main.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/64/14a/main.js — 200 — 83.1 KiB — 70 ms — h2https://maps.googleapis.com/maps/api/mapsjs/gen_204?csp_test=truemaps.googleapis.com/maps/api/mapsjs... https://maps.googleapis.com/maps/api/mapsjs/gen_204?csp_test=true — 200 — 46 B — 31 ms — h3https://maps.googleapis.com/maps-api-v3/api/js/64/14a/common.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/64/14a/common.js — 200 — 36.7 KiB — 67 ms — h3https://maps.googleapis.com/maps-api-v3/api/js/64/14a/util.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/64/14a/util.js — 200 — 69.4 KiB — 79 ms — h3https://maps.googleapis.com/maps-api-v3/api/js/64/14a/map.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/64/14a/map.js — 200 — 25.3 KiB — 69 ms — h3https://maps.googleapis.com/maps-api-v3/api/js/64/14a/places.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/64/14a/places.js — 200 — 64.2 KiB — 70 ms — h3data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill%3D%22none%22%20viewBo…data:image/svg+xml,%3Csvg%20xmlns%3... data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill%3D%22none%22%20viewBo… — 200 — 0 B — 0 ms — datahttps://maps.googleapis.com/maps/api/js/StaticMapService.GetMapImage?1m2&1i8674351&2i5954371&2e1&3u16&4m2&1u598&2u448&5m6&1e0&5sen-US&6sus&10b1&12b1&14i47083502&8e1&key=AIzaSyCmL18misQw9KdwqGaw3zHkitj8vG6QF2Y&token=73571maps.googleapis.com/maps/api/js/Sta... https://maps.googleapis.com/maps/api/js/StaticMapService.GetMapImage?1m2&1i8674351&2i5954371&2e1&3u16&4m2&1u598&2u448&5m6&1e0&5sen-US&6sus&10b1&12b1&14i47083502&8e1&key=AIzaSyCmL18misQw9KdwqGaw3zHkitj8vG6QF2Y&token=73571 — 200 — 62.3 KiB — 167 ms — h3https://maps.googleapis.com/maps-api-v3/api/js/64/14a/onion.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/64/14a/onion.js — 200 — 9.9 KiB — 45 ms — h3https://maps.googleapis.com/maps-api-v3/api/js/64/14a/search_impl.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/64/14a/search_impl.js — 200 — 1.3 KiB — 44 ms — h3https://willys-restaurant.lovable.app/favicon.ico/favicon.ico https://willys-restaurant.lovable.app/favicon.ico — 200 — 148.1 KiB — 108 ms — h2https://fonts.googleapis.com/css?family=Google+Sans+Text:400&text=%E2%86%90%E2%86%92%E2%86%91%E2%86%93&lang=enfonts.googleapis.com/css?family=Goo... https://fonts.googleapis.com/css?family=Google+Sans+Text:400&text=%E2%86%90%E2%86%92%E2%86%91%E2%86%93&lang=en — 200 — 698 B — 72 ms — h2https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Google+Sans:400,500,700|Google+Sans+Text:400,500,700&lang=enfonts.googleapis.com/css?family=Rob... https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Google+Sans:400,500,700|Google+Sans+Text:400,500,700&lang=en — 200 — 3.8 KiB — 76 ms — h2https://js.stripe.com/v3/m-outer-3437aaddcdf6922d623e172c2d6f9278.htmljs.stripe.com/v3/m-outer-3437aaddcd... https://js.stripe.com/v3/m-outer-3437aaddcdf6922d623e172c2d6f9278.html — 200 — 1.0 KiB — 56 ms — h3https://js.stripe.com/v3/fingerprinted/js/m-outer-15a2b40a058ddff1cffdb63779fe3de1.jsjs.stripe.com/v3/fingerprinted/js/m... https://js.stripe.com/v3/fingerprinted/js/m-outer-15a2b40a058ddff1cffdb63779fe3de1.js — 200 — 895 B — 29 ms — h3https://m.stripe.network/inner.htmlm.stripe.network/inner.html https://m.stripe.network/inner.html — 200 — 1.7 KiB — 56 ms — h3https://m.stripe.network/out-4.5.45.jsm.stripe.network/out-4.5.45.js https://m.stripe.network/out-4.5.45.js — 200 — 16.7 KiB — 31 ms — h3https://m.stripe.com/6m.stripe.com/6 https://m.stripe.com/6 — 200 — 580 B — 545 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
26% of JavaScript execution is third-party
First-party Third-party 53ms · 232KB · $0/mo
Stripe
Payment
Essential
Execution 53ms
Transfer 232 KB
Unused 73%
Monthly Cost $0/mo

73% of Stripe's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

Image Optimization
3 images, 68 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

3

Total Size

68 KB

3 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