Skip to content
https://willysfood.ch

Performance

· 26 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
90
GRADE
A
FIX
0
REVIEW
9
PASS
14
INFO
3

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

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

5.88 s

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

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

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

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

0 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
26
14 PASS 9 REVIEW
B
Page Weight Budget
1.1 MB transferred, 32 requests
REVIEW
1.1 MB transferred, 32 requests
Info::
Page weighs 2.8 MB (1.1 MB transferred)
Warning::
JavaScript is 636 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 636 KB
Info::
32 HTTP requests
Info::
Estimated 0.23 g CO2 per page load
1.1 MB / 2.4 MB budget
1.1 MB transferred
32 requests
0.23 g CO2 per page load
JavaScript 635.9 KiB 56%
Images 298.8 KiB 26%
Fonts 127.6 KiB 11%
Other 41.5 KiB 4%
CSS 14.3 KiB 1%
HTML 8.3 KiB 1%
Other 1.3 KiB 0%
Other 980 B 0%
Other 682 B 0%
Other 204 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

B
Third-Party Impact
48% third-party, 0 ms blocking
REVIEW
48% third-party, 0 ms blocking
Info::
Third-party code accounts for 48% of page weight (546.8 KiB of 1.1 MiB)
Info::
Third-party blocking time is low (0 ms)
52%
48%
First-party Third-party
C
JS Execution Cost
Action
1765ms total JS execution
REVIEW
1765ms total JS execution
Warning::
https://willysfood.ch/assets/vendor-Bqm0k3GW.js: 458ms CPU time
Warning::
https://willysfood.ch/: 411ms CPU time
Warning::
https://www.googletagmanager.com/gtag/js?id=G-ZPKD...: 348ms CPU time
Warning::
Unattributable: 311ms CPU time
Info::
https://js.stripe.com/basil/stripe.js: 238ms CPU time
Info::
Third-party scripts: 586ms (33% of total)

Main Thread Breakdown

Script Evaluation 42% Other 26% Style & Layout 19% Script Parsing & Compilation 8% Rendering 5%
ScriptTotalScriptingParse/CompileParty
https://willysfood.ch/assets/vendor-Bqm0k3GW.js458ms191ms0ms1st
https://willysfood.ch/411ms4ms1ms1st
https://www.googletagmanager.com/gtag/js?id=G-ZPKDNQELD1348ms310ms35ms3rd
Unattributable311ms75ms0ms1st
https://js.stripe.com/basil/stripe.js238ms138ms99ms3rd
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.
B
Page Weight Inventory
32 resources · 1.1 MB · 0 KB savings available
REVIEW
32 resources · 1.1 MB · 0 KB savings available
Warning::
Page weight 1.1 MB exceeds 1 MB target by 106 KB
Got: 1.1 MB Expected: ≤ 1 MB
Warning::
15 third-party resources (48% of weight)
Info::
1 resources over 200KB
32 resources · 1.1 MiB · 15 third-party 105.7 KiB over 1MB target
JavaScript 56% · 635.9 KiB
Image 30% · 340.3 KiB
Font 11% · 127.6 KiB
CSS 1% · 14.3 KiB
Document 1% · 8.3 KiB
Other 0% · 3.1 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
Warning::
https://willysfood.ch/willys-logo.webp is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
3 images 299 KB
0 oversized -0 KB
0 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

A+
Font Loading
3 fonts (128 KB)
PASS
3 fonts (128 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

128 KB total

Render-blocking

0

of 3

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 5.9 shttps://fonts.gstatic.com/s/fraunces/v38/6NUs8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9mv0iQublWII.woff26NUs8FyLNQOQZAnv9ZwNjuc... https://fonts.gstatic.com/s/fraunces/v38/6NUs8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9mv0iQublWII.woff2 — 44.6 KiB — 57 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 — 46 ms — font-display: swaphttps://fonts.gstatic.com/s/fraunces/v38/6NUu8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib14c7qv8oRcTn.woff26NUu8FyLNQOQZAnv9bYEvDi... https://fonts.gstatic.com/s/fraunces/v38/6NUu8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib14c7qv8oRcTn.woff2 — 35.7 KiB — 56 ms — font-display: swap
6NUs8FyLNQOQZAnv9ZwNjuc... woff2 swap
Size 45 KB
Load time 57 ms
Start 595 ms
Risk FOUT — text flashes from fallback to web font
UcC73FwrK3iLTeHuS_nVMrM... woff2 swap
Size 47 KB
Load time 46 ms
Start 595 ms
Risk FOUT — text flashes from fallback to web font
6NUu8FyLNQOQZAnv9bYEvDi... woff2 swap
Size 36 KB
Load time 56 ms
Start 597 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
10 scripts, 0 KB unused
PASS
10 scripts, 0 KB unused
0 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-ZPKDNQELD1161 KB3rd
https://willysfood.ch/assets/index-BO0wMv5u.js102 KB1st
https://willysfood.ch/assets/vendor-Bqm0k3GW.js52 KB1st
https://willysfood.ch/assets/supabase-CQ9eTX7v.js51 KB1st
https://willysfood.ch/assets/stripe-P7huElUK.js1 KB1st
https://willysfood.ch/~flock.js8 KB1st
https://willysfood.ch/__l5e/events.js9 KB1st
https://js.stripe.com/basil/stripe.js234 KB3rd
https://js.stripe.com/v3/fingerprinted/js/m-outer-15a2b40a058ddff1cffdb63779fe3de1.js1 KB3rd
https://m.stripe.network/out-4.5.45.js17 KB3rd
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
11 hints, 0 missing preconnects
PASS
11 hints, 0 missing preconnects
Info::
2 dns-prefetch redundant with preconnect on same origin
preconnect already does the DNS lookup; adding dns-prefetch to the same origin is at best a no-op. Sample: https://fonts.googleapis.com, https://fonts.gstatic.com. Remove the redundant dns-prefetch entries.
Info::
2 URL(s) appear in multiple hints
The same href shouldn't appear in multiple hint rels -- one wins, the others are wasted markup and may confuse cache behavior. Sample: https://fonts.googleapis.com (preconnect+dns-prefetch), https://fonts.gstatic.com (preconnect+dns-prefetch).
Info::
Page uses 11 resource hint(s)

Current Resource Hints

preconnect
5
preload
1
dns-prefetch
5
prefetch

11 resource hints configured

preconnect already does the DNS lookup; adding dns-prefetch to the same origin is at best a no-op. Sample: https://fonts.googleapis.com, https://fonts.gstatic.com. Remove the redundant dns-prefetch entries.

Why this matters

Performance issues directly impact user engagement and conversion rates.

The same href shouldn't appear in multiple hint rels -- one wins, the others are wasted markup and may confuse cache behavior. Sample: https://fonts.googleapis.com (preconnect+dns-prefetch), https://fonts.gstatic.com (preconnect+dns-prefetch).

Why this matters

Performance issues directly impact user engagement and conversion rates.

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.
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
Network Waterfall
32 requests over 13628ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s FCP 5.9 shttps://willysfood.ch// https://willysfood.ch/ — 200 — 5.4 KiB — 88 ms — h2https://www.googletagmanager.com/gtag/js?id=G-ZPKDNQELD1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-ZPKDNQELD1 — 200 — 160.5 KiB — 273 ms — h2https://willysfood.ch/willys-logo.webp/willys-logo.webp https://willysfood.ch/willys-logo.webp — 200 — 97.6 KiB — 149 ms — h2https://willysfood.ch/assets/index-BO0wMv5u.js/assets/index-BO0wMv5u.js https://willysfood.ch/assets/index-BO0wMv5u.js — 200 — 102.0 KiB — 167 ms — h2https://willysfood.ch/assets/vendor-Bqm0k3GW.js/assets/vendor-Bqm0k3GW.js https://willysfood.ch/assets/vendor-Bqm0k3GW.js — 200 — 52.4 KiB — 159 ms — h2https://willysfood.ch/assets/supabase-CQ9eTX7v.js/assets/supabase-CQ9eTX7v.js https://willysfood.ch/assets/supabase-CQ9eTX7v.js — 200 — 50.6 KiB — 161 ms — h2https://willysfood.ch/assets/stripe-P7huElUK.js/assets/stripe-P7huElUK.js https://willysfood.ch/assets/stripe-P7huElUK.js — 200 — 936 B — 159 ms — h2https://willysfood.ch/assets/index-BE6t29Ws.css/assets/index-BE6t29Ws.css https://willysfood.ch/assets/index-BE6t29Ws.css — 200 — 12.7 KiB — 147 ms — h2https://willysfood.ch/~flock.js/~flock.js https://willysfood.ch/~flock.js — 200 — 8.2 KiB — 117 ms — h2https://willysfood.ch/__l5e/events.js/__l5e/events.js https://willysfood.ch/__l5e/events.js — 200 — 9.1 KiB — 88 ms — h2https://willysfood.ch/site.webmanifest/site.webmanifest https://willysfood.ch/site.webmanifest — 200 — 980 B — 95 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 — 154 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-ZPKDNQELD1&gtm=45je66b0v9254068164za200zd9254068164&_p=1781541041420&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=525790353.1781541042&frm=0&pscdl=noapi&rcb=1&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B149.0.7827.114%7CNot)A%253BBrand%3B24.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=115616985~115938466~115938468~117776793~118395335~119456239~119456247&sid=1781541041&sct=1&seg=0&dl=https%3A%2F%2Fwillysfood.ch%2F&dt=Willy%27s%20%E2%80%94%20Restaurant%20Latino%20%26%20Bolivien%20%C3%A0%20Gen%C3%A8ve%20%C2%B7%20Takeaway%2015%20min&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=459region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-ZPKDNQELD1&gtm=45je66b0v9254068164za200zd9254068164&_p=1781541041420&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=525790353.1781541042&frm=0&pscdl=noapi&rcb=1&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B149.0.7827.114%7CNot)A%253BBrand%3B24.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=115616985~115938466~115938468~117776793~118395335~119456239~119456247&sid=1781541041&sct=1&seg=0&dl=https%3A%2F%2Fwillysfood.ch%2F&dt=Willy%27s%20%E2%80%94%20Restaurant%20Latino%20%26%20Bolivien%20%C3%A0%20Gen%C3%A8ve%20%C2%B7%20Takeaway%2015%20min&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=459 — 204 — 548 B — 136 ms — h2https://js.stripe.com/basil/stripe.jsjs.stripe.com/basil/stripe.js https://js.stripe.com/basil/stripe.js — 200 — 234.5 KiB — 167 ms — h2https://willysfood.ch/willys-logo-bw.webp/willys-logo-bw.webp https://willysfood.ch/willys-logo-bw.webp — 200 — 74.7 KiB — 69 ms — h2https://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 — 57 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 — 46 ms — h3https://fonts.gstatic.com/s/fraunces/v38/6NUu8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib14c7qv8oRcTn.woff2fonts.gstatic.com/s/fraunces/v38/6N... https://fonts.gstatic.com/s/fraunces/v38/6NUu8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib14c7qv8oRcTn.woff2 — 200 — 35.7 KiB — 56 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 — 85 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 — 757 B — 203 ms — h3https://willysfood.ch/favicon-32.png?v=5/favicon-32.png?v=5 https://willysfood.ch/favicon-32.png?v=5 — 200 — 2.0 KiB — 64 ms — h2https://willysfood.ch/apple-touch-icon.png/apple-touch-icon.png https://willysfood.ch/apple-touch-icon.png — 200 — 39.5 KiB — 68 ms — h2https://willysfood.ch/__l5e/trackevents/__l5e/trackevents https://willysfood.ch/__l5e/trackevents — 202 — 111 B — 38 ms — h2https://willysfood.ch/~api/analytics/~api/analytics https://willysfood.ch/~api/analytics — 200 — 102 B — 12.8 s — h2https://willysfood.ch/images/pack-empanadas-api-morado-willys-food-geneve.webp/images/pack-empanadas-api-morado-w... https://willysfood.ch/images/pack-empanadas-api-morado-willys-food-geneve.webp — 200 — 126.5 KiB — 85 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.2 KiB — 58 ms — h2https://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 — 1.0 KiB — 25 ms — h2https://m.stripe.network/inner.htmlm.stripe.network/inner.html https://m.stripe.network/inner.html — 200 — 1.7 KiB — 98 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 — 25 ms — h3https://m.stripe.com/6m.stripe.com/6 https://m.stripe.com/6 — 200 — 580 B — 555 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s FCP 5.9 shttps://willysfood.ch// https://willysfood.ch/ — 200 — 5.4 KiB — 88 ms — h2https://www.googletagmanager.com/gtag/js?id=G-ZPKDNQELD1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-ZPKDNQELD1 — 200 — 160.5 KiB — 273 ms — h2https://willysfood.ch/willys-logo.webp/willys-logo.webp https://willysfood.ch/willys-logo.webp — 200 — 97.6 KiB — 149 ms — h2https://willysfood.ch/assets/index-BO0wMv5u.js/assets/index-BO0wMv5u.js https://willysfood.ch/assets/index-BO0wMv5u.js — 200 — 102.0 KiB — 167 ms — h2https://willysfood.ch/assets/vendor-Bqm0k3GW.js/assets/vendor-Bqm0k3GW.js https://willysfood.ch/assets/vendor-Bqm0k3GW.js — 200 — 52.4 KiB — 159 ms — h2https://willysfood.ch/assets/supabase-CQ9eTX7v.js/assets/supabase-CQ9eTX7v.js https://willysfood.ch/assets/supabase-CQ9eTX7v.js — 200 — 50.6 KiB — 161 ms — h2https://willysfood.ch/assets/stripe-P7huElUK.js/assets/stripe-P7huElUK.js https://willysfood.ch/assets/stripe-P7huElUK.js — 200 — 936 B — 159 ms — h2https://willysfood.ch/assets/index-BE6t29Ws.css/assets/index-BE6t29Ws.css https://willysfood.ch/assets/index-BE6t29Ws.css — 200 — 12.7 KiB — 147 ms — h2https://willysfood.ch/~flock.js/~flock.js https://willysfood.ch/~flock.js — 200 — 8.2 KiB — 117 ms — h2https://willysfood.ch/__l5e/events.js/__l5e/events.js https://willysfood.ch/__l5e/events.js — 200 — 9.1 KiB — 88 ms — h2https://willysfood.ch/site.webmanifest/site.webmanifest https://willysfood.ch/site.webmanifest — 200 — 980 B — 95 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 — 154 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-ZPKDNQELD1&gtm=45je66b0v9254068164za200zd9254068164&_p=1781541041420&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=525790353.1781541042&frm=0&pscdl=noapi&rcb=1&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B149.0.7827.114%7CNot)A%253BBrand%3B24.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=115616985~115938466~115938468~117776793~118395335~119456239~119456247&sid=1781541041&sct=1&seg=0&dl=https%3A%2F%2Fwillysfood.ch%2F&dt=Willy%27s%20%E2%80%94%20Restaurant%20Latino%20%26%20Bolivien%20%C3%A0%20Gen%C3%A8ve%20%C2%B7%20Takeaway%2015%20min&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=459region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-ZPKDNQELD1&gtm=45je66b0v9254068164za200zd9254068164&_p=1781541041420&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=525790353.1781541042&frm=0&pscdl=noapi&rcb=1&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B149.0.7827.114%7CNot)A%253BBrand%3B24.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=115616985~115938466~115938468~117776793~118395335~119456239~119456247&sid=1781541041&sct=1&seg=0&dl=https%3A%2F%2Fwillysfood.ch%2F&dt=Willy%27s%20%E2%80%94%20Restaurant%20Latino%20%26%20Bolivien%20%C3%A0%20Gen%C3%A8ve%20%C2%B7%20Takeaway%2015%20min&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=459 — 204 — 548 B — 136 ms — h2https://js.stripe.com/basil/stripe.jsjs.stripe.com/basil/stripe.js https://js.stripe.com/basil/stripe.js — 200 — 234.5 KiB — 167 ms — h2https://willysfood.ch/willys-logo-bw.webp/willys-logo-bw.webp https://willysfood.ch/willys-logo-bw.webp — 200 — 74.7 KiB — 69 ms — h2https://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 — 57 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 — 46 ms — h3https://fonts.gstatic.com/s/fraunces/v38/6NUu8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib14c7qv8oRcTn.woff2fonts.gstatic.com/s/fraunces/v38/6N... https://fonts.gstatic.com/s/fraunces/v38/6NUu8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib14c7qv8oRcTn.woff2 — 200 — 35.7 KiB — 56 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 — 85 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 — 757 B — 203 ms — h3https://willysfood.ch/favicon-32.png?v=5/favicon-32.png?v=5 https://willysfood.ch/favicon-32.png?v=5 — 200 — 2.0 KiB — 64 ms — h2https://willysfood.ch/apple-touch-icon.png/apple-touch-icon.png https://willysfood.ch/apple-touch-icon.png — 200 — 39.5 KiB — 68 ms — h2https://willysfood.ch/__l5e/trackevents/__l5e/trackevents https://willysfood.ch/__l5e/trackevents — 202 — 111 B — 38 ms — h2https://willysfood.ch/~api/analytics/~api/analytics https://willysfood.ch/~api/analytics — 200 — 102 B — 12.8 s — h2https://willysfood.ch/images/pack-empanadas-api-morado-willys-food-geneve.webp/images/pack-empanadas-api-morado-w... https://willysfood.ch/images/pack-empanadas-api-morado-willys-food-geneve.webp — 200 — 126.5 KiB — 85 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.2 KiB — 58 ms — h2https://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 — 1.0 KiB — 25 ms — h2https://m.stripe.network/inner.htmlm.stripe.network/inner.html https://m.stripe.network/inner.html — 200 — 1.7 KiB — 98 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 — 25 ms — h3https://m.stripe.com/6m.stripe.com/6 https://m.stripe.com/6 — 200 — 580 B — 555 ms — h2https://willysfood.ch/__l5e/trackevents/__l5e/trackevents https://willysfood.ch/__l5e/trackevents — 202 — 93 B — 40 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-ZPKDNQELD1&gtm=45je66b0v9254068164za200zd9254068164&_p=1781541041420&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AEAAAAQ&ae=a&are=1&cid=525790353.1781541042&frm=0&pscdl=noapi&rcb=1&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B149.0.7827.114%7CNot)A%253BBrand%3B24.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=2&tag_exp=115616985~115938466~115938468~117776793~118395335~119456239~119456247&sid=1781541041&sct=1&seg=0&dl=https%3A%2F%2Fwillysfood.ch%2F&dt=Willy%27s%20%E2%80%94%20Restaurant%20Latino%20%26%20Bolivien%20%C3%A0%20Gen%C3%A8ve%20%C2%B7%20Takeaway%2015%20min&en=scroll&epn.percent_scrolled=90&_et=40&tfd=5502region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-ZPKDNQELD1&gtm=45je66b0v9254068164za200zd9254068164&_p=1781541041420&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AEAAAAQ&ae=a&are=1&cid=525790353.1781541042&frm=0&pscdl=noapi&rcb=1&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B149.0.7827.114%7CNot)A%253BBrand%3B24.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=2&tag_exp=115616985~115938466~115938468~117776793~118395335~119456239~119456247&sid=1781541041&sct=1&seg=0&dl=https%3A%2F%2Fwillysfood.ch%2F&dt=Willy%27s%20%E2%80%94%20Restaurant%20Latino%20%26%20Bolivien%20%C3%A0%20Gen%C3%A8ve%20%C2%B7%20Takeaway%2015%20min&en=scroll&epn.percent_scrolled=90&_et=40&tfd=5502 — 204 — 48 B — 26 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
33% of JavaScript execution is third-party
First-party Third-party 586ms · 395KB · CHF3/mo
Google Tag Manager
Tag Manager
Costly
Execution 348ms
Transfer 161 KB
Monthly Cost CHF2/mo
Stripe
Payment
Essential
Execution 238ms
Transfer 234 KB
Monthly Cost CHF1/mo

These scripts may cost more than they're worth

  • Google Tag Manager adds 348ms and costs ~CHF2/month

Google Tag Manager takes 348ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

How third-party costs are calculated

Image Optimization
6 images, 464 KB total, 74 KB wasted
INFO

Image Optimization Audit

Total Images

6

Total Size

464 KB

Oversized

1

Wasted

74 KB

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