Skip to content
https://petesrestaurants.com

Performance

· 22 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
76
GRADE
C
FIX
5
REVIEW
6
PASS
8
INFO
3

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

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

1.50 s

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

7.05 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

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

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

7.06 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
8 PASS 6 REVIEW 5 FIX
F
Page Weight Budget
Action
7.1 MB transferred, 73 requests
FIX
7.1 MB transferred, 73 requests
Critical::
Page weighs 11.0 MB (7.1 MB transferred)
Warning::
Images are 5.7 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 5.7 MB
Warning::
JavaScript is 1.1 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.1 MB
Info::
Fonts are 316 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 316 KB
Info::
73 HTTP requests
Info::
Estimated 1.5 g CO2 per page load
7.1 MB / 2.4 MB budget
7.1 MB transferred
73 requests
1.5 g CO2 per page load
Images 5.7 MiB 80%
JavaScript 1.1 MiB 15%
Fonts 316.1 KiB 4%
HTML 34.8 KiB 0%
Other 11.3 KiB 0%
CSS 9.1 KiB 0%
Other 555 B 0%
Other 110 B 0%
0 2.4 MB 4.9 MB
Over budget

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

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

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (7.1 MiB of 7.1 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
24 scripts, 514 KB unused
FIX
24 scripts, 514 KB unused
Warning::
https://assets.squarespace.com/universal/scripts-c...: 172 KB unused (63%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://assets.squarespace.com/universal/scripts-c...: 109 KB unused (69%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-VS6F...: 65 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://assets.squarespace.com/universal/scripts-c...: 62 KB unused (37%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://assets.squarespace.com/universal/scripts-c...: 43 KB unused (98%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 514 KB
514 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://assets.squarespace.com/universal/scripts-compressed/common-6a459dad7444b31d-min.en-US.js274 KB172 KB (63%)3rd
https://assets.squarespace.com/universal/scripts-compressed/slides-685aea39541f033d-min.en-US.js160 KB109 KB (69%)3rd
https://www.googletagmanager.com/gtag/js?id=G-VS6FV8D2V8157 KB65 KB (41%)3rd
https://assets.squarespace.com/universal/scripts-compressed/common-vendors-a5542c2814272dd7-min.en-US.js168 KB62 KB (37%)3rd
https://assets.squarespace.com/universal/scripts-compressed/extract-css-moment-js-vendor-6f2a1f6ec9a41489-min.en-US.js44 KB43 KB (98%)3rd
https://assets.squarespace.com/universal/scripts-compressed/common-vendors-stable-b8d716935110c7b2-min.en-US.js80 KB39 KB (49%)3rd
https://assets.squarespace.com/universal/scripts-compressed/37231-b90ed72cfa0f5072-min.en-US.js39 KB22 KB (58%)3rd
https://assets.squarespace.com/universal/scripts-compressed/43300-6442d5ae90c0ccb6-min.en-US.js14 KB3rd
https://assets.squarespace.com/universal/scripts-compressed/12358-0ae5b672dfcacd40-min.en-US.js3 KB3rd
https://assets.squarespace.com/universal/scripts-compressed/extract-css-runtime-efd5f2134e4e70f4-min.en-US.js17 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

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

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

F
Page Weight Inventory
Action
73 resources · 7.1 MB · 514 KB savings available
FIX
73 resources · 7.1 MB · 514 KB savings available
Warning::
Page weight 7.1 MB exceeds 1 MB target by 6.1 MB
Got: 7.1 MB Expected: ≤ 1 MB
Info::
~514 KB of savings available
Warning::
72 third-party resources (100% of weight)
Info::
11 resources over 200KB
73 resources · 7.1 MiB · 72 third-party 6.1 MiB over 1MB target
Image 80% · 5.7 MiB
JavaScript 15% · 1.1 MiB
Font 4% · 316.1 KiB
Document 0% · 34.8 KiB
CSS 0% · 9.1 KiB
Other 0% · 850 B

~513.7 KiB of savings available

Remove unused JavaScript: 513.7 KiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

B
JS Execution Cost
619ms total JS execution
REVIEW
619ms total JS execution
Info::
https://assets.squarespace.com/universal/scripts-c...: 197ms CPU time
Info::
https://assets.squarespace.com/universal/scripts-c...: 142ms CPU time
Info::
Unattributable: 98ms CPU time
Info::
https://www.petesrestaurants.com/: 71ms CPU time
Info::
https://assets.squarespace.com/universal/scripts-c...: 56ms CPU time
Warning::
Third-party scripts: 619ms (100% of total)

Main Thread Breakdown

Script Evaluation 52% Other 20% Script Parsing & Compilation 12% Style & Layout 9%
ScriptTotalScriptingParse/CompileParty
https://assets.squarespace.com/universal/scripts-compressed/common-6a459dad7444b31d-min.en-US.js197ms101ms22ms3rd
https://assets.squarespace.com/universal/scripts-compressed/slides-685aea39541f033d-min.en-US.js142ms122ms12ms3rd
Unattributable98ms3ms0ms3rd
https://www.petesrestaurants.com/71ms4ms3ms3rd
https://assets.squarespace.com/universal/scripts-compressed/common-vendors-stable-b8d716935110c7b2-min.en-US.js56ms44ms5ms3rd
https://www.googletagmanager.com/gtag/js?id=G-VS6FV8D2V854ms46ms8ms3rd
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.
C
Compression Algorithm
Action
Main response served uncompressed
REVIEW
Main response served uncompressed
Info::
Main HTML response has no Content-Encoding (uncompressed)
The main HTML document is served without compression. The Text Compression section above lists the broader picture; for the main response specifically, even gzip would shave ~70-80% off most text payloads.
B
Main HTML Cache-Control
No Cache-Control header on main HTML response
REVIEW
No Cache-Control header on main HTML response
Info::
Main HTML response has no Cache-Control header
Without an explicit Cache-Control, browsers fall back to heuristic caching (~10% of Last-Modified age). Set `Cache-Control: no-cache` or `max-age=300` for HTML to control freshness explicitly -- prevents stale auth state and SPA shell drift.
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

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
32 images, 0 KB saveable
PASS
32 images, 0 KB saveable
Info::
All images are well-optimized
32 images 5.7 MB
0 oversized -0 KB
1 legacy format
0 missing dimensions CLS risk
A+
Font Loading
8 fonts (316 KB)
PASS
8 fonts (316 KB)
Info::
8 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

8

316 KB total

Render-blocking

0

of 8

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 7.0 s FCP 1.5 s LCP 7.1 shttps://fonts.gstatic.com/s/caesardressing/v22/yYLx0hLa3vawqtwdswbotmK4vrRHdrz7D5h9yw.woff2yYLx0hLa3vawqtwdswbotmK... https://fonts.gstatic.com/s/caesardressing/v22/yYLx0hLa3vawqtwdswbotmK4vrRHdrz7D5h9yw.woff2 — 29.1 KiB — 49 ms — font-display: swaphttps://use.typekit.net/af/26b618/000000000000000077586b59/31/l?subset_id=2&fvd=n4&v=3l https://use.typekit.net/af/26b618/000000000000000077586b59/31/l?subset_id=2&fvd=n4&v=3 — 44.2 KiB — 4 ms — font-display: swaphttps://use.typekit.net/af/db8d0b/00000000000000007758da2b/31/l?subset_id=2&fvd=n5&v=3l https://use.typekit.net/af/db8d0b/00000000000000007758da2b/31/l?subset_id=2&fvd=n5&v=3 — 41.8 KiB — 6 ms — font-display: swaphttps://use.typekit.net/af/c6c38a/0000000000000000775dd7d9/31/l?subset_id=2&fvd=n5&v=3l https://use.typekit.net/af/c6c38a/0000000000000000775dd7d9/31/l?subset_id=2&fvd=n5&v=3 — 15.5 KiB — 12 ms — font-display: swaphttps://use.typekit.net/af/9c3000/000000000000000077586b5e/31/l?subset_id=2&fvd=n3&v=3l https://use.typekit.net/af/9c3000/000000000000000077586b5e/31/l?subset_id=2&fvd=n3&v=3 — 63.6 KiB — 11 ms — font-display: swaphttps://use.typekit.net/af/361f51/000000000000000077586b60/31/l?subset_id=2&fvd=n7&v=3l https://use.typekit.net/af/361f51/000000000000000077586b60/31/l?subset_id=2&fvd=n7&v=3 — 36.9 KiB — 12 ms — font-display: swaphttps://use.typekit.net/af/84715c/000000000000000077586b55/31/l?subset_id=2&fvd=i4&v=3l https://use.typekit.net/af/84715c/000000000000000077586b55/31/l?subset_id=2&fvd=i4&v=3 — 47.2 KiB — 13 ms — font-display: swaphttps://use.typekit.net/af/82d592/000000000000000077586b5a/31/l?subset_id=2&fvd=i7&v=3l https://use.typekit.net/af/82d592/000000000000000077586b5a/31/l?subset_id=2&fvd=i7&v=3 — 37.8 KiB — 13 ms — font-display: swap
yYLx0hLa3vawqtwdswbotmK... woff2 swap
Size 29 KB
Load time 49 ms
Start 545 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 44 KB
Load time 4 ms
Start 545 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 42 KB
Load time 6 ms
Start 546 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 15 KB
Load time 12 ms
Start 756 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 64 KB
Load time 11 ms
Start 759 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 37 KB
Load time 12 ms
Start 759 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 47 KB
Load time 13 ms
Start 760 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 38 KB
Load time 13 ms
Start 760 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+
Server Response Intelligence
1 server-response signal(s) detected
PASS
1 server-response signal(s) detected
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
73 requests over 1157ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 1.5 s LCP 7.1 shttps://petesrestaurants.com// https://petesrestaurants.com/ — 301 — 185 B — 101 ms — h2https://www.petesrestaurants.com/www.petesrestaurants.com/ https://www.petesrestaurants.com/ — 200 — 34.8 KiB — 150 ms — h2https://assets.squarespace.com/universal/styles-compressed/slide-normalize-f3e05d707a08546a77c65-min.en-US.cssassets.squarespace.com/universal/st... https://assets.squarespace.com/universal/styles-compressed/slide-normalize-f3e05d707a08546a77c65-min.en-US.css — 200 — 1.2 KiB — 12 ms — h2https://use.typekit.net/ik/V4GeQb0mgg7ATDuTRPXDn1ZpcjpzI_nZnPiyI9ArlWvfenMIf4e6pUJ6wRMU5QwXFmvujRmyFRJ3F293jQ9XZRMajQwUZeIXjQ9-86w7OcBRiA8XpWFR-emqiAUTdcS0jhNlOfG0jAFu-WsoShFGZAsude80Zko0ZWbCHKoySkolZP37O1g8iemDScmDieBuScB0iYw0SaBujW48Sagyjh90jhNlOfG0SaBujW48SagyjhmDjhy8ZYmC-Ao1OcFzdPUyjamTiY8Djhy8ZYmC-Ao1OcFzdPUyjamTiY8Djhy8ZYmC-Ao1Oco8ifUySkolZPUCdhFydeyzSabCSemXZWFkZWFXjWmkjAoXSkoRdhXCSemXZWFkZWFXjWmkjAoXSkoDSWmyScmDSeBRZPoRdhXCSaBujW48SagyjhmDjhy8ZYmC-Ao1OcFzdPUaiaS0jAFu-WsoShFGZAsude80ZkoRdhXCiaiaOcBRiA8XpWFR-emqiAUTdcS0dcmXOYiaikoySkolZPUaiaS0SemXZWFkZWFXjWmkjAoXSkoRdhXCiaiaO1g8iemDScmDieBuScB0iYw0SaBujW48Sagyjh90jhNlOYiaikoDSWmyScmDSeBRZWFR-emqiAUTdcS0jhNlJygcScmTZhyXOWFyd1wlSY4zJ68ciWsuScIlSYb7fbKP-sMMeM96MKG4fJZmIMIjMkMfH6qJyB9bMs6IJMJ7fbRxmgMgeM96MKG4fJBmIMIjgkMfH6qJym9bMs65JMJ7fbKfmsMgegI6MTMg1raXN39.jsuse.typekit.net/ik/V4GeQb0mgg7ATDuT... https://use.typekit.net/ik/V4GeQb0mgg7ATDuTRPXDn1ZpcjpzI_nZnPiyI9ArlWvfenMIf4e6pUJ6wRMU5QwXFmvujRmyFRJ3F293jQ9XZRMajQwUZeIXjQ9-86w7OcBRiA8XpWFR-emqiAUTdcS0jhNlOfG0jAFu-WsoShFGZAsude80Zko0ZWbCHKoySkolZP37O1g8iemDScmDieBuScB0iYw0SaBujW48Sagyjh90jhNlOfG0SaBujW48SagyjhmDjhy8ZYmC-Ao1OcFzdPUyjamTiY8Djhy8ZYmC-Ao1OcFzdPUyjamTiY8Djhy8ZYmC-Ao1Oco8ifUySkolZPUCdhFydeyzSabCSemXZWFkZWFXjWmkjAoXSkoRdhXCSemXZWFkZWFXjWmkjAoXSkoDSWmyScmDSeBRZPoRdhXCSaBujW48SagyjhmDjhy8ZYmC-Ao1OcFzdPUaiaS0jAFu-WsoShFGZAsude80ZkoRdhXCiaiaOcBRiA8XpWFR-emqiAUTdcS0dcmXOYiaikoySkolZPUaiaS0SemXZWFkZWFXjWmkjAoXSkoRdhXCiaiaO1g8iemDScmDieBuScB0iYw0SaBujW48Sagyjh90jhNlOYiaikoDSWmyScmDSeBRZWFR-emqiAUTdcS0jhNlJygcScmTZhyXOWFyd1wlSY4zJ68ciWsuScIlSYb7fbKP-sMMeM96MKG4fJZmIMIjMkMfH6qJyB9bMs6IJMJ7fbRxmgMgeM96MKG4fJBmIMIjgkMfH6qJym9bMs65JMJ7fbKfmsMgegI6MTMg1raXN39.js — 200 — 7.1 KiB — 48 ms — http/1.1https://fonts.googleapis.com/css2?family=Caesar+Dressing:ital,wght@0,400fonts.googleapis.com/css2?family=Ca... https://fonts.googleapis.com/css2?family=Caesar+Dressing:ital,wght@0,400 — 200 — 765 B — 141 ms — h2https://assets.squarespace.com/universal/styles-compressed/slides-bd97de6bd5f5ff9b-min.en-US.cssassets.squarespace.com/universal/st... https://assets.squarespace.com/universal/styles-compressed/slides-bd97de6bd5f5ff9b-min.en-US.css — 200 — 4.4 KiB — 3 ms — h2https://assets.squarespace.com/@sqs/polyfiller/1.6/modern.jsassets.squarespace.com/@sqs/polyfil... https://assets.squarespace.com/@sqs/polyfiller/1.6/modern.js — 200 — 41.8 KiB — 5 ms — h2https://assets.squarespace.com/universal/scripts-compressed/visitor-site-error-reporter-a38266454b6c35f7-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/visitor-site-error-reporter-a38266454b6c35f7-min.en-US.js — 200 — 1.6 KiB — 2 ms — h2https://assets.squarespace.com/universal/scripts-compressed/extract-css-runtime-efd5f2134e4e70f4-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/extract-css-runtime-efd5f2134e4e70f4-min.en-US.js — 200 — 16.8 KiB — 2 ms — h2https://assets.squarespace.com/universal/scripts-compressed/extract-css-moment-js-vendor-6f2a1f6ec9a41489-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/extract-css-moment-js-vendor-6f2a1f6ec9a41489-min.en-US.js — 200 — 44.2 KiB — 3 ms — h2https://assets.squarespace.com/universal/scripts-compressed/cldr-resource-pack-497d1337e70309e7-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/cldr-resource-pack-497d1337e70309e7-min.en-US.js — 200 — 19.2 KiB — 3 ms — h2https://assets.squarespace.com/universal/scripts-compressed/common-vendors-stable-b8d716935110c7b2-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/common-vendors-stable-b8d716935110c7b2-min.en-US.js — 200 — 80.2 KiB — 3 ms — h2https://assets.squarespace.com/universal/scripts-compressed/common-vendors-a5542c2814272dd7-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/common-vendors-a5542c2814272dd7-min.en-US.js — 200 — 167.9 KiB — 5 ms — h2https://assets.squarespace.com/universal/scripts-compressed/common-6a459dad7444b31d-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/common-6a459dad7444b31d-min.en-US.js — 200 — 274.2 KiB — 7 ms — h2https://assets.squarespace.com/universal/scripts-compressed/slides-685aea39541f033d-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/slides-685aea39541f033d-min.en-US.js — 200 — 159.7 KiB — 5 ms — h2https://assets.squarespace.com/universal/scripts-compressed/performance-c704c05d211c44da-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/performance-c704c05d211c44da-min.en-US.js — 200 — 9.2 KiB — 2 ms — h2https://www.googletagmanager.com/gtag/js?id=G-VS6FV8D2V8www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-VS6FV8D2V8 — 200 — 157.2 KiB — 240 ms — h2https://fonts.gstatic.com/s/caesardressing/v22/yYLx0hLa3vawqtwdswbotmK4vrRHdrz7D5h9yw.woff2fonts.gstatic.com/s/caesardressing/... https://fonts.gstatic.com/s/caesardressing/v22/yYLx0hLa3vawqtwdswbotmK4vrRHdrz7D5h9yw.woff2 — 200 — 29.1 KiB — 49 ms — h3https://use.typekit.net/af/26b618/000000000000000077586b59/31/l?subset_id=2&fvd=n4&v=3use.typekit.net/af/26b618/000000000... https://use.typekit.net/af/26b618/000000000000000077586b59/31/l?subset_id=2&fvd=n4&v=3 — 200 — 44.2 KiB — 4 ms — http/1.1https://use.typekit.net/af/db8d0b/00000000000000007758da2b/31/l?subset_id=2&fvd=n5&v=3use.typekit.net/af/db8d0b/000000000... https://use.typekit.net/af/db8d0b/00000000000000007758da2b/31/l?subset_id=2&fvd=n5&v=3 — 200 — 41.8 KiB — 6 ms — http/1.1https://assets.squarespace.com/universal/scripts-compressed/43300-6442d5ae90c0ccb6-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/43300-6442d5ae90c0ccb6-min.en-US.js — 200 — 13.7 KiB — 5 ms — h2https://assets.squarespace.com/universal/scripts-compressed/99209-ed42d6036eafac89-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/99209-ed42d6036eafac89-min.en-US.js — 200 — 6.6 KiB — 6 ms — h2https://assets.squarespace.com/universal/scripts-compressed/12354-ac811bfab2447453-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/12354-ac811bfab2447453-min.en-US.js — 200 — 6.4 KiB — 5 ms — h2https://assets.squarespace.com/universal/scripts-compressed/37231-b90ed72cfa0f5072-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/37231-b90ed72cfa0f5072-min.en-US.js — 200 — 38.9 KiB — 25 ms — h2https://assets.squarespace.com/universal/scripts-compressed/12358-0ae5b672dfcacd40-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/12358-0ae5b672dfcacd40-min.en-US.js — 200 — 2.7 KiB — 19 ms — h2https://assets.squarespace.com/universal/scripts-compressed/3035-374c796a798aaa41-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/3035-374c796a798aaa41-min.en-US.js — 200 — 3.6 KiB — 9 ms — h2https://assets.squarespace.com/universal/scripts-compressed/74046-0d40c36239df921a-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/74046-0d40c36239df921a-min.en-US.js — 200 — 2.3 KiB — 13 ms — h2https://assets.squarespace.com/universal/scripts-compressed/66796-9fe127d3a552e6ed-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/66796-9fe127d3a552e6ed-min.en-US.js — 200 — 17.3 KiB — 15 ms — h2https://assets.squarespace.com/universal/scripts-compressed/19085-081d931e05f25f02-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/19085-081d931e05f25f02-min.en-US.js — 200 — 14.9 KiB — 15 ms — h2https://assets.squarespace.com/universal/scripts-compressed/25023-b37a71babab7d09c-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/25023-b37a71babab7d09c-min.en-US.js — 200 — 2.5 KiB — 16 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 1.5 s LCP 7.1 shttps://petesrestaurants.com// https://petesrestaurants.com/ — 301 — 185 B — 101 ms — h2https://www.petesrestaurants.com/www.petesrestaurants.com/ https://www.petesrestaurants.com/ — 200 — 34.8 KiB — 150 ms — h2https://assets.squarespace.com/universal/styles-compressed/slide-normalize-f3e05d707a08546a77c65-min.en-US.cssassets.squarespace.com/universal/st... https://assets.squarespace.com/universal/styles-compressed/slide-normalize-f3e05d707a08546a77c65-min.en-US.css — 200 — 1.2 KiB — 12 ms — h2https://use.typekit.net/ik/V4GeQb0mgg7ATDuTRPXDn1ZpcjpzI_nZnPiyI9ArlWvfenMIf4e6pUJ6wRMU5QwXFmvujRmyFRJ3F293jQ9XZRMajQwUZeIXjQ9-86w7OcBRiA8XpWFR-emqiAUTdcS0jhNlOfG0jAFu-WsoShFGZAsude80Zko0ZWbCHKoySkolZP37O1g8iemDScmDieBuScB0iYw0SaBujW48Sagyjh90jhNlOfG0SaBujW48SagyjhmDjhy8ZYmC-Ao1OcFzdPUyjamTiY8Djhy8ZYmC-Ao1OcFzdPUyjamTiY8Djhy8ZYmC-Ao1Oco8ifUySkolZPUCdhFydeyzSabCSemXZWFkZWFXjWmkjAoXSkoRdhXCSemXZWFkZWFXjWmkjAoXSkoDSWmyScmDSeBRZPoRdhXCSaBujW48SagyjhmDjhy8ZYmC-Ao1OcFzdPUaiaS0jAFu-WsoShFGZAsude80ZkoRdhXCiaiaOcBRiA8XpWFR-emqiAUTdcS0dcmXOYiaikoySkolZPUaiaS0SemXZWFkZWFXjWmkjAoXSkoRdhXCiaiaO1g8iemDScmDieBuScB0iYw0SaBujW48Sagyjh90jhNlOYiaikoDSWmyScmDSeBRZWFR-emqiAUTdcS0jhNlJygcScmTZhyXOWFyd1wlSY4zJ68ciWsuScIlSYb7fbKP-sMMeM96MKG4fJZmIMIjMkMfH6qJyB9bMs6IJMJ7fbRxmgMgeM96MKG4fJBmIMIjgkMfH6qJym9bMs65JMJ7fbKfmsMgegI6MTMg1raXN39.jsuse.typekit.net/ik/V4GeQb0mgg7ATDuT... https://use.typekit.net/ik/V4GeQb0mgg7ATDuTRPXDn1ZpcjpzI_nZnPiyI9ArlWvfenMIf4e6pUJ6wRMU5QwXFmvujRmyFRJ3F293jQ9XZRMajQwUZeIXjQ9-86w7OcBRiA8XpWFR-emqiAUTdcS0jhNlOfG0jAFu-WsoShFGZAsude80Zko0ZWbCHKoySkolZP37O1g8iemDScmDieBuScB0iYw0SaBujW48Sagyjh90jhNlOfG0SaBujW48SagyjhmDjhy8ZYmC-Ao1OcFzdPUyjamTiY8Djhy8ZYmC-Ao1OcFzdPUyjamTiY8Djhy8ZYmC-Ao1Oco8ifUySkolZPUCdhFydeyzSabCSemXZWFkZWFXjWmkjAoXSkoRdhXCSemXZWFkZWFXjWmkjAoXSkoDSWmyScmDSeBRZPoRdhXCSaBujW48SagyjhmDjhy8ZYmC-Ao1OcFzdPUaiaS0jAFu-WsoShFGZAsude80ZkoRdhXCiaiaOcBRiA8XpWFR-emqiAUTdcS0dcmXOYiaikoySkolZPUaiaS0SemXZWFkZWFXjWmkjAoXSkoRdhXCiaiaO1g8iemDScmDieBuScB0iYw0SaBujW48Sagyjh90jhNlOYiaikoDSWmyScmDSeBRZWFR-emqiAUTdcS0jhNlJygcScmTZhyXOWFyd1wlSY4zJ68ciWsuScIlSYb7fbKP-sMMeM96MKG4fJZmIMIjMkMfH6qJyB9bMs6IJMJ7fbRxmgMgeM96MKG4fJBmIMIjgkMfH6qJym9bMs65JMJ7fbKfmsMgegI6MTMg1raXN39.js — 200 — 7.1 KiB — 48 ms — http/1.1https://fonts.googleapis.com/css2?family=Caesar+Dressing:ital,wght@0,400fonts.googleapis.com/css2?family=Ca... https://fonts.googleapis.com/css2?family=Caesar+Dressing:ital,wght@0,400 — 200 — 765 B — 141 ms — h2https://assets.squarespace.com/universal/styles-compressed/slides-bd97de6bd5f5ff9b-min.en-US.cssassets.squarespace.com/universal/st... https://assets.squarespace.com/universal/styles-compressed/slides-bd97de6bd5f5ff9b-min.en-US.css — 200 — 4.4 KiB — 3 ms — h2https://assets.squarespace.com/@sqs/polyfiller/1.6/modern.jsassets.squarespace.com/@sqs/polyfil... https://assets.squarespace.com/@sqs/polyfiller/1.6/modern.js — 200 — 41.8 KiB — 5 ms — h2https://assets.squarespace.com/universal/scripts-compressed/visitor-site-error-reporter-a38266454b6c35f7-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/visitor-site-error-reporter-a38266454b6c35f7-min.en-US.js — 200 — 1.6 KiB — 2 ms — h2https://assets.squarespace.com/universal/scripts-compressed/extract-css-runtime-efd5f2134e4e70f4-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/extract-css-runtime-efd5f2134e4e70f4-min.en-US.js — 200 — 16.8 KiB — 2 ms — h2https://assets.squarespace.com/universal/scripts-compressed/extract-css-moment-js-vendor-6f2a1f6ec9a41489-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/extract-css-moment-js-vendor-6f2a1f6ec9a41489-min.en-US.js — 200 — 44.2 KiB — 3 ms — h2https://assets.squarespace.com/universal/scripts-compressed/cldr-resource-pack-497d1337e70309e7-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/cldr-resource-pack-497d1337e70309e7-min.en-US.js — 200 — 19.2 KiB — 3 ms — h2https://assets.squarespace.com/universal/scripts-compressed/common-vendors-stable-b8d716935110c7b2-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/common-vendors-stable-b8d716935110c7b2-min.en-US.js — 200 — 80.2 KiB — 3 ms — h2https://assets.squarespace.com/universal/scripts-compressed/common-vendors-a5542c2814272dd7-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/common-vendors-a5542c2814272dd7-min.en-US.js — 200 — 167.9 KiB — 5 ms — h2https://assets.squarespace.com/universal/scripts-compressed/common-6a459dad7444b31d-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/common-6a459dad7444b31d-min.en-US.js — 200 — 274.2 KiB — 7 ms — h2https://assets.squarespace.com/universal/scripts-compressed/slides-685aea39541f033d-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/slides-685aea39541f033d-min.en-US.js — 200 — 159.7 KiB — 5 ms — h2https://assets.squarespace.com/universal/scripts-compressed/performance-c704c05d211c44da-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/performance-c704c05d211c44da-min.en-US.js — 200 — 9.2 KiB — 2 ms — h2https://www.googletagmanager.com/gtag/js?id=G-VS6FV8D2V8www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-VS6FV8D2V8 — 200 — 157.2 KiB — 240 ms — h2https://fonts.gstatic.com/s/caesardressing/v22/yYLx0hLa3vawqtwdswbotmK4vrRHdrz7D5h9yw.woff2fonts.gstatic.com/s/caesardressing/... https://fonts.gstatic.com/s/caesardressing/v22/yYLx0hLa3vawqtwdswbotmK4vrRHdrz7D5h9yw.woff2 — 200 — 29.1 KiB — 49 ms — h3https://use.typekit.net/af/26b618/000000000000000077586b59/31/l?subset_id=2&fvd=n4&v=3use.typekit.net/af/26b618/000000000... https://use.typekit.net/af/26b618/000000000000000077586b59/31/l?subset_id=2&fvd=n4&v=3 — 200 — 44.2 KiB — 4 ms — http/1.1https://use.typekit.net/af/db8d0b/00000000000000007758da2b/31/l?subset_id=2&fvd=n5&v=3use.typekit.net/af/db8d0b/000000000... https://use.typekit.net/af/db8d0b/00000000000000007758da2b/31/l?subset_id=2&fvd=n5&v=3 — 200 — 41.8 KiB — 6 ms — http/1.1https://assets.squarespace.com/universal/scripts-compressed/43300-6442d5ae90c0ccb6-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/43300-6442d5ae90c0ccb6-min.en-US.js — 200 — 13.7 KiB — 5 ms — h2https://assets.squarespace.com/universal/scripts-compressed/99209-ed42d6036eafac89-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/99209-ed42d6036eafac89-min.en-US.js — 200 — 6.6 KiB — 6 ms — h2https://assets.squarespace.com/universal/scripts-compressed/12354-ac811bfab2447453-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/12354-ac811bfab2447453-min.en-US.js — 200 — 6.4 KiB — 5 ms — h2https://assets.squarespace.com/universal/scripts-compressed/37231-b90ed72cfa0f5072-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/37231-b90ed72cfa0f5072-min.en-US.js — 200 — 38.9 KiB — 25 ms — h2https://assets.squarespace.com/universal/scripts-compressed/12358-0ae5b672dfcacd40-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/12358-0ae5b672dfcacd40-min.en-US.js — 200 — 2.7 KiB — 19 ms — h2https://assets.squarespace.com/universal/scripts-compressed/3035-374c796a798aaa41-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/3035-374c796a798aaa41-min.en-US.js — 200 — 3.6 KiB — 9 ms — h2https://assets.squarespace.com/universal/scripts-compressed/74046-0d40c36239df921a-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/74046-0d40c36239df921a-min.en-US.js — 200 — 2.3 KiB — 13 ms — h2https://assets.squarespace.com/universal/scripts-compressed/66796-9fe127d3a552e6ed-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/66796-9fe127d3a552e6ed-min.en-US.js — 200 — 17.3 KiB — 15 ms — h2https://assets.squarespace.com/universal/scripts-compressed/19085-081d931e05f25f02-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/19085-081d931e05f25f02-min.en-US.js — 200 — 14.9 KiB — 15 ms — h2https://assets.squarespace.com/universal/scripts-compressed/25023-b37a71babab7d09c-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/25023-b37a71babab7d09c-min.en-US.js — 200 — 2.5 KiB — 16 ms — h2https://assets.squarespace.com/universal/scripts-compressed/21865-9dc113bff3afcc9d-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/21865-9dc113bff3afcc9d-min.en-US.js — 200 — 7.9 KiB — 18 ms — h2https://assets.squarespace.com/universal/styles-compressed/6d80fa01db20c41f-min.en-US.cssassets.squarespace.com/universal/st... https://assets.squarespace.com/universal/styles-compressed/6d80fa01db20c41f-min.en-US.css — 200 — 2.8 KiB — 6 ms — h2https://assets.squarespace.com/universal/scripts-compressed/async-commerce-cart-utils-f64ce2acc9cb4662-min.en-US.jsassets.squarespace.com/universal/sc... https://assets.squarespace.com/universal/scripts-compressed/async-commerce-cart-utils-f64ce2acc9cb4662-min.en-US.js — 200 — 3.9 KiB — 17 ms — h2https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559426117296-WVKY6PHVORKRA1JK0UUV/IMG_1318%5B2963%5D.JPG?format=1500wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559426117296-WVKY6PHVORKRA1JK0UUV/IMG_1318%5B2963%5D.JPG?format=1500w — 200 — 235.0 KiB — 122 ms — h2https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559426205909-6EE4KZVCFXQLV0GDD4OZ/Pete_s+Restaurants_02.jpg?format=1500wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559426205909-6EE4KZVCFXQLV0GDD4OZ/Pete_s+Restaurants_02.jpg?format=1500w — 200 — 417.3 KiB — 115 ms — h2https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559426274352-PP5CJKQURTQCBDO0OHMN/Pete_s+Restaurants_07.jpg?format=1500wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559426274352-PP5CJKQURTQCBDO0OHMN/Pete_s+Restaurants_07.jpg?format=1500w — 200 — 124.7 KiB — 162 ms — h2https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559426236618-1TGO9NO7BS7GF32XRADB/Pete_s+Restaurants_08.jpg?format=1500wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559426236618-1TGO9NO7BS7GF32XRADB/Pete_s+Restaurants_08.jpg?format=1500w — 200 — 92.2 KiB — 103 ms — h2https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559426275960-LU1ETEI6HSAK1LBHB0R5/Pete_s+Restaurants_09.jpg?format=1500wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559426275960-LU1ETEI6HSAK1LBHB0R5/Pete_s+Restaurants_09.jpg?format=1500w — 200 — 111.8 KiB — 121 ms — h2https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559426277917-ET5H4CH4QT4OW7ANJQEF/Pete_s+Restaurants_13.jpg?format=1500wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559426277917-ET5H4CH4QT4OW7ANJQEF/Pete_s+Restaurants_13.jpg?format=1500w — 200 — 253.9 KiB — 310 ms — h2https://www.petesrestaurants.com/api/census/RecordHitwww.petesrestaurants.com/api/census... https://www.petesrestaurants.com/api/census/RecordHit — 200 — 110 B — 157 ms — h2https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559426338795-5WUBHZFLS8PRGZ5X44ZS/Pete_s+Restaurants_14.jpg?format=1500wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559426338795-5WUBHZFLS8PRGZ5X44ZS/Pete_s+Restaurants_14.jpg?format=1500w — 200 — 172.2 KiB — 165 ms — h2https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559426333933-7IVV20R76HGJULCUISDQ/Pete_s+Restaurants_15.jpg?format=1500wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559426333933-7IVV20R76HGJULCUISDQ/Pete_s+Restaurants_15.jpg?format=1500w — 200 — 179.0 KiB — 181 ms — h2https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559426334548-4TFL8U6VGYDI5253WV2C/Pete_s+Restaurants_19.jpg?format=1500wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559426334548-4TFL8U6VGYDI5253WV2C/Pete_s+Restaurants_19.jpg?format=1500w — 200 — 140.9 KiB — 166 ms — h2https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559426617953-RFR7JDS3ZKFJKIFNYPN4/Pete_s+Restaurants_20.jpg?format=1500wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559426617953-RFR7JDS3ZKFJKIFNYPN4/Pete_s+Restaurants_20.jpg?format=1500w — 200 — 148.7 KiB — 142 ms — h2https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559426620150-1SIAIJH59L0SE35QEZCH/Pete_s+Restaurants_22.jpg?format=1500wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559426620150-1SIAIJH59L0SE35QEZCH/Pete_s+Restaurants_22.jpg?format=1500w — 200 — 283.8 KiB — 170 ms — h2https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559426655757-GR54JN6IEXLLW3N9MUWQ/Pete_s+Restaurants_25.jpg?format=1500wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559426655757-GR54JN6IEXLLW3N9MUWQ/Pete_s+Restaurants_25.jpg?format=1500w — 200 — 152.8 KiB — 152 ms — h2https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559426669736-PY7IE9WG37VEWSJDIU9G/Pete_s+Restaurants_26.jpg?format=1500wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559426669736-PY7IE9WG37VEWSJDIU9G/Pete_s+Restaurants_26.jpg?format=1500w — 200 — 133.7 KiB — 149 ms — h2https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559426671406-OWESAE37CHV2ERCJDGB4/Pete_s+Restaurants_30.jpg?format=1500wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559426671406-OWESAE37CHV2ERCJDGB4/Pete_s+Restaurants_30.jpg?format=1500w — 200 — 146.1 KiB — 155 ms — h2https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559426680222-UNVKBDQXGLQ4JFFHCJ6U/Pete_s+Restaurants_34.jpg?format=1500wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559426680222-UNVKBDQXGLQ4JFFHCJ6U/Pete_s+Restaurants_34.jpg?format=1500w — 200 — 131.9 KiB — 147 ms — h2https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559426668527-7QVQCH5RRCL06TVF8KD0/Pete_s+Restaurants_39.jpg?format=1500wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559426668527-7QVQCH5RRCL06TVF8KD0/Pete_s+Restaurants_39.jpg?format=1500w — 200 — 120.0 KiB — 111 ms — h2https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559426843408-6ANEXF9O2H17SHFHHP4B/Pete_s+Restaurants_36.jpg?format=1500wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559426843408-6ANEXF9O2H17SHFHHP4B/Pete_s+Restaurants_36.jpg?format=1500w — 200 — 121.0 KiB — 159 ms — h2https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559426887753-NVOLXQENVO3B7D44MDLU/Pete_s+Restaurants_40.jpg?format=1500wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559426887753-NVOLXQENVO3B7D44MDLU/Pete_s+Restaurants_40.jpg?format=1500w — 200 — 106.1 KiB — 167 ms — h2https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559426894464-1QEPGIJZ6YSIIWWJUL6L/Pete_s+Restaurants_46.jpg?format=1500wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559426894464-1QEPGIJZ6YSIIWWJUL6L/Pete_s+Restaurants_46.jpg?format=1500w — 200 — 211.7 KiB — 150 ms — h2https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559426925043-4VGUOW9DH2TBK2X1VCPA/Pete_s+Restaurants_52.jpg?format=1500wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559426925043-4VGUOW9DH2TBK2X1VCPA/Pete_s+Restaurants_52.jpg?format=1500w — 200 — 216.8 KiB — 114 ms — h2https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559426934486-LUOXUR9PGCWQFVH25LR2/Pete_s+Restaurants_56.jpg?format=1500wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559426934486-LUOXUR9PGCWQFVH25LR2/Pete_s+Restaurants_56.jpg?format=1500w — 200 — 401.6 KiB — 175 ms — h2https://use.typekit.net/af/c6c38a/0000000000000000775dd7d9/31/l?subset_id=2&fvd=n5&v=3use.typekit.net/af/c6c38a/000000000... https://use.typekit.net/af/c6c38a/0000000000000000775dd7d9/31/l?subset_id=2&fvd=n5&v=3 — 200 — 15.5 KiB — 12 ms — http/1.1https://use.typekit.net/af/9c3000/000000000000000077586b5e/31/l?subset_id=2&fvd=n3&v=3use.typekit.net/af/9c3000/000000000... https://use.typekit.net/af/9c3000/000000000000000077586b5e/31/l?subset_id=2&fvd=n3&v=3 — 200 — 63.6 KiB — 11 ms — http/1.1https://use.typekit.net/af/361f51/000000000000000077586b60/31/l?subset_id=2&fvd=n7&v=3use.typekit.net/af/361f51/000000000... https://use.typekit.net/af/361f51/000000000000000077586b60/31/l?subset_id=2&fvd=n7&v=3 — 200 — 36.9 KiB — 12 ms — http/1.1https://use.typekit.net/af/84715c/000000000000000077586b55/31/l?subset_id=2&fvd=i4&v=3use.typekit.net/af/84715c/000000000... https://use.typekit.net/af/84715c/000000000000000077586b55/31/l?subset_id=2&fvd=i4&v=3 — 200 — 47.2 KiB — 13 ms — http/1.1https://use.typekit.net/af/82d592/000000000000000077586b5a/31/l?subset_id=2&fvd=i7&v=3use.typekit.net/af/82d592/000000000... https://use.typekit.net/af/82d592/000000000000000077586b5a/31/l?subset_id=2&fvd=i7&v=3 — 200 — 37.8 KiB — 13 ms — http/1.1https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559426906982-GXS9E1YJMSXRX7ZWO059/Pete_s+Restaurants_58.jpg?format=1500wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559426906982-GXS9E1YJMSXRX7ZWO059/Pete_s+Restaurants_58.jpg?format=1500w — 200 — 137.5 KiB — 168 ms — h2https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559426939214-DECBRCM8169FNLG2DVGT/Pete_s+Restaurants_60.jpg?format=1500wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559426939214-DECBRCM8169FNLG2DVGT/Pete_s+Restaurants_60.jpg?format=1500w — 200 — 109.1 KiB — 110 ms — h2https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559427160638-RTKPVF43XCJPQVQJK48N/Pete_s+Restaurants_61.jpg?format=1500wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559427160638-RTKPVF43XCJPQVQJK48N/Pete_s+Restaurants_61.jpg?format=1500w — 200 — 296.4 KiB — 179 ms — h2https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559427149176-DD7BYYGZ9Q8DYN1VWGOA/Pete_s+Restaurants_62.jpg?format=1500wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559427149176-DD7BYYGZ9Q8DYN1VWGOA/Pete_s+Restaurants_62.jpg?format=1500w — 200 — 173.5 KiB — 180 ms — h2https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559427151003-VJ73GY8B1K22Z2CY3KNF/Pete_s+Restaurants_63.jpg?format=1500wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559427151003-VJ73GY8B1K22Z2CY3KNF/Pete_s+Restaurants_63.jpg?format=1500w — 200 — 114.8 KiB — 181 ms — h2https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559427152497-8IAHVA6PC18HL08JM5LU/Pete_s+Restaurants_65.jpg?format=1500wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559427152497-8IAHVA6PC18HL08JM5LU/Pete_s+Restaurants_65.jpg?format=1500w — 200 — 105.3 KiB — 183 ms — h2https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559427153816-EZ0NFH7ZAWRE6GG76E3O/Pete_s+Restaurants_66.jpg?format=1500wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559427153816-EZ0NFH7ZAWRE6GG76E3O/Pete_s+Restaurants_66.jpg?format=1500w — 200 — 137.7 KiB — 187 ms — h2https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559427112773-A6AJDOSWNHC4JTV2WWR8/Pete_s+Restaurants_69.jpg?format=1500wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559427112773-A6AJDOSWNHC4JTV2WWR8/Pete_s+Restaurants_69.jpg?format=1500w — 200 — 128.3 KiB — 188 ms — h2https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559427200025-205BV84B75047FMTRKW6/Pete_s+Restaurants_73.jpg?format=1500wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559427200025-205BV84B75047FMTRKW6/Pete_s+Restaurants_73.jpg?format=1500w — 200 — 247.8 KiB — 196 ms — h2https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559427221542-BDOPSB2HW26HSVC4E4RK/Pete_s+Restaurants_77.jpg?format=1500wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1559427221542-BDOPSB2HW26HSVC4E4RK/Pete_s+Restaurants_77.jpg?format=1500w — 200 — 451.6 KiB — 202 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-VS6FV8D2V8&gtm=45je6562v9118761120za200zd9118761120&_p=1778412445608&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&gdid=dZjQwMz&are=1&cid=816367321.1778412446&frm=0&pscdl=noapi&rcb=0&sr=800x600&uaa=x86&uab=64&uafvl=Not%252FA)Brand%3B99.0.0.0%7CChromium%3B148.0.7778.96&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~118463261~118719171&sid=1778412446&sct=1&seg=0&dl=https%3A%2F%2Fwww.petesrestaurants.com%2F&dt=Pete%27s%20Restaurants&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=814region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-VS6FV8D2V8&gtm=45je6562v9118761120za200zd9118761120&_p=1778412445608&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&gdid=dZjQwMz&are=1&cid=816367321.1778412446&frm=0&pscdl=noapi&rcb=0&sr=800x600&uaa=x86&uab=64&uafvl=Not%252FA)Brand%3B99.0.0.0%7CChromium%3B148.0.7778.96&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~118463261~118719171&sid=1778412446&sct=1&seg=0&dl=https%3A%2F%2Fwww.petesrestaurants.com%2F&dt=Pete%27s%20Restaurants&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=814 — 204 — 555 B — 75 ms — h2https://p.typekit.net/p.gif?s=2&k=2019345_5b5a620450a54f07a31da4a5&ht=tk&h=www.petesrestaurants.com&f=13458.10886.10884.10879.10881.10885.10882&a=2019345&js=1.21.0&app=typekit&e=js&_=1778412446065p.typekit.net/p.gif?s=2&k=2019345_5... https://p.typekit.net/p.gif?s=2&k=2019345_5b5a620450a54f07a31da4a5&ht=tk&h=www.petesrestaurants.com&f=13458.10886.10884.10879.10881.10885.10882&a=2019345&js=1.21.0&app=typekit&e=js&_=1778412446065 — 200 — 379 B — 15 ms — http/1.1https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1558038333009-ZR41FQ0R60ZJADFMLW2X/favicon.ico?format=100wimages.squarespace-cdn.com/content/... https://images.squarespace-cdn.com/content/v1/5b5a620450a54f07a31da4a5/1558038333009-ZR41FQ0R60ZJADFMLW2X/favicon.ico?format=100w — 200 — 11.1 KiB — 103 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 619ms · 706KB · $4/mo
assets.squarespace.com
Other
Optional
Execution 197ms
Transfer 274 KB
Unused 63%
Monthly Cost $1/mo
assets.squarespace.com
Other
Optional
Execution 142ms
Transfer 160 KB
Unused 69%
Monthly Cost $1/mo
Unattributable
Other
Optional
Execution 98ms
Transfer 0 KB
Monthly Cost $1/mo
www.petesrestaurants.com
Other
Optional
Execution 71ms
Transfer 35 KB
Monthly Cost $0/mo
assets.squarespace.com
Other
Optional
Execution 56ms
Transfer 80 KB
Unused 49%
Monthly Cost $0/mo
Google Tag Manager
Tag Manager
Optional
Execution 54ms
Transfer 157 KB
Unused 41%
Monthly Cost $0/mo

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

63% of assets.squarespace.com'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

69% of assets.squarespace.com'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
31 images, 3136 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

31

Total Size

3136 KB

31 missing dimensions
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback