Skip to content
https://eater.com

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
68
GRADE
D
FIX
5
REVIEW
2
PASS
6
INFO
2

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

65
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
97
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

1.03 s

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

2.48 s

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

337 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.006

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

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

6.05 s

Page Load Progression

378 ms
756 ms
1.1 s
1.5 s
1.9 s
2.3 s
2.6 s
3.0 s
Checks
15
6 PASS 2 REVIEW 5 FIX
F
Page Weight Budget
Action
4.4 MB transferred, 143 requests
FIX
4.4 MB transferred, 143 requests
Critical::
Page weighs 13.4 MB (4.4 MB transferred)
Warning::
JavaScript is 2.5 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.5 MB
Warning::
Images are 1.3 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.3 MB
Info::
Fonts are 281 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 281 KB
Warning::
143 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.92 g CO2 per page load
4.4 MB / 2.4 MB budget
4.4 MB transferred
143 requests
0.92 g CO2 per page load
JavaScript 2.5 MiB 56%
Images 1.3 MiB 29%
Fonts 281.3 KiB 6%
Other 189.9 KiB 4%
CSS 74.6 KiB 2%
HTML 67.2 KiB 1%
Other 25.0 KiB 1%
Other 18.6 KiB 0%
Other 380 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

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

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

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 (4.4 MiB of 4.4 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
37 scripts, 1.1 MB unused
FIX
37 scripts, 1.1 MB unused
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 177 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 177 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 177 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.eater.com/_next/static/chunks/pages/_a...: 177 KB unused (39%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 129 KB unused (69%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.1 MB
1116 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js0 KB177 KB (49%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB177 KB (49%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB177 KB (49%)3rd
https://www.eater.com/_next/static/chunks/pages/_app-00464cad4eea785f.js449 KB177 KB (39%)3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js188 KB129 KB (69%)3rd
https://www.googletagmanager.com/gtag/destination?id=AW-926030959&cx=c&gtm=4e64h1138 KB67 KB (49%)3rd
https://www.googletagmanager.com/gtag/js?id=G-GMSWCRTSTY&cx=c&gtm=4e64h1150 KB61 KB (40%)3rd
https://cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js129 KB61 KB (47%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-WQ5FM5W185 KB53 KB (29%)3rd
https://cdn.concert.io/lib/concert-ads/v2-latest/concert_ads.js104 KB38 KB (52%)3rd

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
143 resources · 4.4 MB · 1.1 MB savings available
FIX
143 resources · 4.4 MB · 1.1 MB savings available
Warning::
Page weight 3.4 MB over 1MB target
Got: 4.4 MB Expected: ≤ 1 MB
Info::
~1.1 MB of savings available
Warning::
142 third-party resources (100% of weight)
Info::
4 resources over 200KB
143 resources · 4.4 MiB · 142 third-party 3.4 MiB over 1MB target
JavaScript 56% · 2.5 MiB
Image 29% · 1.3 MiB
Font 6% · 281.3 KiB
Other 5% · 221.2 KiB
CSS 2% · 79.3 KiB
Document 1% · 67.2 KiB

~1.1 MiB of savings available

Remove unused JavaScript: 1.1 MiB
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
Image Optimization
36 images, 0 KB saveable
REVIEW
36 images, 0 KB saveable
Info::
All images are well-optimized
36 images 1.3 MB
0 oversized -0 KB
4 legacy format
0 missing dimensions CLS risk
C
JS Execution Cost
Action
1911ms total JS execution
REVIEW
1911ms total JS execution
Warning::
https://www.eater.com/_next/static/chunks/pages/_a...: 389ms CPU time
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-WQ5...: 328ms CPU time
Warning::
Unattributable: 282ms CPU time
Info::
https://www.eater.com/: 233ms CPU time
Info::
https://securepubads.g.doubleclick.net/pagead/mana...: 188ms CPU time
Warning::
Third-party scripts: 1911ms (100% of total)

Main Thread Breakdown

Script Evaluation 63% Other 15% Script Parsing & Compilation 9% Style & Layout 5% Rendering 3%
ScriptTotalScriptingParse/CompileParty
https://www.eater.com/_next/static/chunks/pages/_app-00464cad4eea785f.js389ms280ms79ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-WQ5FM5W328ms292ms17ms3rd
Unattributable282ms48ms0ms3rd
https://www.eater.com/233ms6ms0ms3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js188ms146ms17ms3rd
https://www.eater.com/_next/static/chunks/framework-42f3b70da36e8d96.js157ms150ms4ms3rd
https://cdn.concert.io/lib/concert-ads/v2-latest/concert_ads.js137ms114ms11ms3rd
https://cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js88ms50ms14ms3rd
https://www.googletagmanager.com/gtag/js?id=G-GMSWCRTSTY&cx=c&gtm=4e64h156ms48ms8ms3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js53ms34ms17ms3rd
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+
Font Loading
5 fonts (281 KB)
PASS
5 fonts (281 KB)
Info::
5 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

5

281 KB total

Render-blocking

0

of 5

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.0 s LCP 2.5 shttps://www.eater.com/_next/static/media/4d3794c9200ecb82-s.p.woff24d3794c9200ecb82-s.p.woff2 https://www.eater.com/_next/static/media/4d3794c9200ecb82-s.p.woff2 — 13.4 KiB — 30 ms — font-display: swaphttps://www.eater.com/_next/static/media/d898aba7fdeb12ea-s.p.woff2d898aba7fdeb12ea-s.p.woff2 https://www.eater.com/_next/static/media/d898aba7fdeb12ea-s.p.woff2 — 129.3 KiB — 121 ms — font-display: swaphttps://www.eater.com/_next/static/media/175336a67732591c-s.p.woff2175336a67732591c-s.p.woff2 https://www.eater.com/_next/static/media/175336a67732591c-s.p.woff2 — 53.0 KiB — 45 ms — font-display: swaphttps://www.eater.com/_next/static/media/bf0b6634f251496a-s.p.woff2bf0b6634f251496a-s.p.woff2 https://www.eater.com/_next/static/media/bf0b6634f251496a-s.p.woff2 — 51.8 KiB — 38 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 67 ms — font-display: swap
4d3794c9200ecb82-s.p.woff2 woff2 swap
Size 13 KB
Load time 30 ms
Start 54 ms
Risk FOUT — text flashes from fallback to web font
d898aba7fdeb12ea-s.p.woff2 woff2 swap
Size 129 KB
Load time 121 ms
Start 55 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
175336a67732591c-s.p.woff2 woff2 swap
Size 53 KB
Load time 45 ms
Start 55 ms
Risk FOUT — text flashes from fallback to web font
bf0b6634f251496a-s.p.woff2 woff2 swap
Size 52 KB
Load time 38 ms
Start 56 ms
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 67 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~65 KB and ~130 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+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Axis12 Ltd

Network Waterfall
143 requests over 4825ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.0 s LCP 2.5 shttps://eater.com// https://eater.com/ — 301 — 396 B — 7 ms — h2https://www.eater.com/www.eater.com/ https://www.eater.com/ — 200 — 36.6 KiB — 26 ms — h2https://platform.boston.eater.com/wp-content/uploads/sites/4/2026/04/EATER_USA_Chapter7_SteakTips_1109.jpg?quality=90&strip=all&crop=0%2C23.328386511666%2C100%2C53.343226976667&w=1440platform.boston.eater.com/wp-conten... https://platform.boston.eater.com/wp-content/uploads/sites/4/2026/04/EATER_USA_Chapter7_SteakTips_1109.jpg?quality=90&strip=all&crop=0%2C23.328386511666%2C100%2C53.343226976667&w=1440 — 200 — 392.9 KiB — 139 ms — h2https://platform.boston.eater.com/wp-content/uploads/sites/4/2026/04/EATER_USA_Chapter7_SteakTips_1109.jpg?quality=90&strip=all&crop=0%2C9.9925797674994%2C100%2C80.014840465001&w=256platform.boston.eater.com/wp-conten... https://platform.boston.eater.com/wp-content/uploads/sites/4/2026/04/EATER_USA_Chapter7_SteakTips_1109.jpg?quality=90&strip=all&crop=0%2C9.9925797674994%2C100%2C80.014840465001&w=256 — 200 — 23.2 KiB — 56 ms — h2https://platform.boston.eater.com/wp-content/uploads/sites/4/2026/04/EATER_USA_Chapter7_SteakTips_1109.jpg?quality=90&strip=all&crop=0%2C23.328386511666%2C100%2C53.343226976667&w=640platform.boston.eater.com/wp-conten... https://platform.boston.eater.com/wp-content/uploads/sites/4/2026/04/EATER_USA_Chapter7_SteakTips_1109.jpg?quality=90&strip=all&crop=0%2C23.328386511666%2C100%2C53.343226976667&w=640 — 200 — 89.3 KiB — 130 ms — h2https://platform.eater.com/wp-content/uploads/sites/2/2026/04/Animae-Spring-2023-053.jpg?quality=90&strip=all&crop=0%2C0%2C100%2C100&w=1440platform.eater.com/wp-content/uploa... https://platform.eater.com/wp-content/uploads/sites/2/2026/04/Animae-Spring-2023-053.jpg?quality=90&strip=all&crop=0%2C0%2C100%2C100&w=1440 — 200 — 163.6 KiB — 129 ms — h2https://platform.eater.com/wp-content/uploads/sites/2/2026/04/Animae-Spring-2023-053.jpg?quality=90&strip=all&crop=30.630989583333%2C0%2C66.666666666667%2C100&w=256platform.eater.com/wp-content/uploa... https://platform.eater.com/wp-content/uploads/sites/2/2026/04/Animae-Spring-2023-053.jpg?quality=90&strip=all&crop=30.630989583333%2C0%2C66.666666666667%2C100&w=256 — 200 — 13.4 KiB — 56 ms — h2https://platform.la.eater.com/wp-content/uploads/sites/26/2026/04/goop-kitchen-x-gp-salad-credit_-isa-zapata_.png?quality=90&strip=all&crop=0%2C0%2C100%2C100&w=1440platform.la.eater.com/wp-content/up... https://platform.la.eater.com/wp-content/uploads/sites/26/2026/04/goop-kitchen-x-gp-salad-credit_-isa-zapata_.png?quality=90&strip=all&crop=0%2C0%2C100%2C100&w=1440 — 200 — 116.7 KiB — 125 ms — h2https://platform.la.eater.com/wp-content/uploads/sites/26/2026/04/goop-kitchen-x-gp-salad-credit_-isa-zapata_.png?quality=90&strip=all&crop=16.666666666667%2C0%2C66.666666666667%2C100&w=256platform.la.eater.com/wp-content/up... https://platform.la.eater.com/wp-content/uploads/sites/26/2026/04/goop-kitchen-x-gp-salad-credit_-isa-zapata_.png?quality=90&strip=all&crop=16.666666666667%2C0%2C66.666666666667%2C100&w=256 — 200 — 12.2 KiB — 108 ms — h2https://platform.ny.eater.com/wp-content/uploads/sites/6/2026/01/threecupsquid.webp?quality=90&strip=all&crop=0%2C26.188888888889%2C100%2C47.622222222222&w=640platform.ny.eater.com/wp-content/up... https://platform.ny.eater.com/wp-content/uploads/sites/6/2026/01/threecupsquid.webp?quality=90&strip=all&crop=0%2C26.188888888889%2C100%2C47.622222222222&w=640 — 200 — 28.0 KiB — 61 ms — h2https://platform.seattle.eater.com/wp-content/uploads/sites/27/chorus/uploads/chorus_asset/file/16446610/Kamonegi.jpg?quality=90&strip=all&crop=16.675977653631%2C0%2C66.648044692737%2C100&w=128platform.seattle.eater.com/wp-conte... https://platform.seattle.eater.com/wp-content/uploads/sites/27/chorus/uploads/chorus_asset/file/16446610/Kamonegi.jpg?quality=90&strip=all&crop=16.675977653631%2C0%2C66.648044692737%2C100&w=128 — 200 — 4.5 KiB — 62 ms — h2https://platform.seattle.eater.com/wp-content/uploads/sites/27/chorus/uploads/chorus_asset/file/16446610/Kamonegi.jpg?quality=90&strip=all&crop=0.013966480446932%2C0%2C99.972067039106%2C100&w=256platform.seattle.eater.com/wp-conte... https://platform.seattle.eater.com/wp-content/uploads/sites/27/chorus/uploads/chorus_asset/file/16446610/Kamonegi.jpg?quality=90&strip=all&crop=0.013966480446932%2C0%2C99.972067039106%2C100&w=256 — 200 — 9.0 KiB — 63 ms — h2https://platform.la.eater.com/wp-content/uploads/sites/26/2026/03/Kari-Kari-SushiSamba-LA_05_Dylan-James-Ho_0009.jpg?quality=90&strip=all&crop=16.650390625%2C0%2C66.69921875%2C100&w=128platform.la.eater.com/wp-content/up... https://platform.la.eater.com/wp-content/uploads/sites/26/2026/03/Kari-Kari-SushiSamba-LA_05_Dylan-James-Ho_0009.jpg?quality=90&strip=all&crop=16.650390625%2C0%2C66.69921875%2C100&w=128 — 200 — 3.4 KiB — 106 ms — h2https://platform.la.eater.com/wp-content/uploads/sites/26/2026/03/Kari-Kari-SushiSamba-LA_05_Dylan-James-Ho_0009.jpg?quality=90&strip=all&crop=0%2C0.024402147388969%2C100%2C99.951195705222&w=256platform.la.eater.com/wp-content/up... https://platform.la.eater.com/wp-content/uploads/sites/26/2026/03/Kari-Kari-SushiSamba-LA_05_Dylan-James-Ho_0009.jpg?quality=90&strip=all&crop=0%2C0.024402147388969%2C100%2C99.951195705222&w=256 — 200 — 6.5 KiB — 108 ms — h2https://platform.ny.eater.com/wp-content/uploads/sites/6/2025/04/gageandtollner.webp?quality=90&strip=all&crop=17.013888888889%2C0%2C65.972222222222%2C100&w=128platform.ny.eater.com/wp-content/up... https://platform.ny.eater.com/wp-content/uploads/sites/6/2025/04/gageandtollner.webp?quality=90&strip=all&crop=17.013888888889%2C0%2C65.972222222222%2C100&w=128 — 200 — 4.5 KiB — 103 ms — h2https://platform.ny.eater.com/wp-content/uploads/sites/6/2025/04/gageandtollner.webp?quality=90&strip=all&crop=0.52083333333334%2C0%2C98.958333333333%2C100&w=256platform.ny.eater.com/wp-content/up... https://platform.ny.eater.com/wp-content/uploads/sites/6/2025/04/gageandtollner.webp?quality=90&strip=all&crop=0.52083333333334%2C0%2C98.958333333333%2C100&w=256 — 200 — 9.3 KiB — 109 ms — h2https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 33.9 KiB — 127 ms — h3https://www.eater.com/_next/static/media/4d3794c9200ecb82-s.p.woff2www.eater.com/_next/static/media/4d... https://www.eater.com/_next/static/media/4d3794c9200ecb82-s.p.woff2 — 200 — 13.4 KiB — 30 ms — h2https://www.eater.com/_next/static/media/d898aba7fdeb12ea-s.p.woff2www.eater.com/_next/static/media/d8... https://www.eater.com/_next/static/media/d898aba7fdeb12ea-s.p.woff2 — 200 — 129.3 KiB — 121 ms — h2https://www.eater.com/_next/static/media/175336a67732591c-s.p.woff2www.eater.com/_next/static/media/17... https://www.eater.com/_next/static/media/175336a67732591c-s.p.woff2 — 200 — 53.0 KiB — 45 ms — h2https://www.eater.com/_next/static/media/bf0b6634f251496a-s.p.woff2www.eater.com/_next/static/media/bf... https://www.eater.com/_next/static/media/bf0b6634f251496a-s.p.woff2 — 200 — 51.8 KiB — 38 ms — h2https://www.eater.com/_next/static/css/9e8ea2150808f57b.csswww.eater.com/_next/static/css/9e8e... https://www.eater.com/_next/static/css/9e8ea2150808f57b.css — 200 — 27.8 KiB — 42 ms — h2https://www.eater.com/_next/static/css/ad002794eb6d8593.csswww.eater.com/_next/static/css/ad00... https://www.eater.com/_next/static/css/ad002794eb6d8593.css — 200 — 4.6 KiB — 41 ms — h2https://www.google.com/recaptcha/api.js?render=6LeCFmwfAAAAAA4qBtkgg3WVJWVYGkt05yKT6gi1www.google.com/recaptcha/api.js?ren... https://www.google.com/recaptcha/api.js?render=6LeCFmwfAAAAAA4qBtkgg3WVJWVYGkt05yKT6gi1 — 200 — 1.0 KiB — 99 ms — h3https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — 200 — 9.1 KiB — 146 ms — h2https://c.amazon-adsystem.com/aax2/apstag.jsc.amazon-adsystem.com/aax2/apstag.j... https://c.amazon-adsystem.com/aax2/apstag.js — 200 — 90.9 KiB — 125 ms — h2https://www.googletagservices.com/tag/js/gpt.jswww.googletagservices.com/tag/js/gp... https://www.googletagservices.com/tag/js/gpt.js — 200 — 34.3 KiB — 173 ms — h2https://cdn.concert.io/lib/concert-ads/v2-latest/concert_ads.jscdn.concert.io/lib/concert-ads/v2-l... https://cdn.concert.io/lib/concert-ads/v2-latest/concert_ads.js — 200 — 104.3 KiB — 124 ms — h2https://cdn.concert.io/lib/concert-concierge.2.10.1.min.jscdn.concert.io/lib/concert-concierg... https://cdn.concert.io/lib/concert-concierge.2.10.1.min.js — 200 — 16.6 KiB — 107 ms — h2https://pub.doubleverify.com/dvtag/21236410/DV464041/pub.jspub.doubleverify.com/dvtag/21236410... https://pub.doubleverify.com/dvtag/21236410/DV464041/pub.js — 200 — 33.6 KiB — 119 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.0 s LCP 2.5 shttps://eater.com// https://eater.com/ — 301 — 396 B — 7 ms — h2https://www.eater.com/www.eater.com/ https://www.eater.com/ — 200 — 36.6 KiB — 26 ms — h2https://platform.boston.eater.com/wp-content/uploads/sites/4/2026/04/EATER_USA_Chapter7_SteakTips_1109.jpg?quality=90&strip=all&crop=0%2C23.328386511666%2C100%2C53.343226976667&w=1440platform.boston.eater.com/wp-conten... https://platform.boston.eater.com/wp-content/uploads/sites/4/2026/04/EATER_USA_Chapter7_SteakTips_1109.jpg?quality=90&strip=all&crop=0%2C23.328386511666%2C100%2C53.343226976667&w=1440 — 200 — 392.9 KiB — 139 ms — h2https://platform.boston.eater.com/wp-content/uploads/sites/4/2026/04/EATER_USA_Chapter7_SteakTips_1109.jpg?quality=90&strip=all&crop=0%2C9.9925797674994%2C100%2C80.014840465001&w=256platform.boston.eater.com/wp-conten... https://platform.boston.eater.com/wp-content/uploads/sites/4/2026/04/EATER_USA_Chapter7_SteakTips_1109.jpg?quality=90&strip=all&crop=0%2C9.9925797674994%2C100%2C80.014840465001&w=256 — 200 — 23.2 KiB — 56 ms — h2https://platform.boston.eater.com/wp-content/uploads/sites/4/2026/04/EATER_USA_Chapter7_SteakTips_1109.jpg?quality=90&strip=all&crop=0%2C23.328386511666%2C100%2C53.343226976667&w=640platform.boston.eater.com/wp-conten... https://platform.boston.eater.com/wp-content/uploads/sites/4/2026/04/EATER_USA_Chapter7_SteakTips_1109.jpg?quality=90&strip=all&crop=0%2C23.328386511666%2C100%2C53.343226976667&w=640 — 200 — 89.3 KiB — 130 ms — h2https://platform.eater.com/wp-content/uploads/sites/2/2026/04/Animae-Spring-2023-053.jpg?quality=90&strip=all&crop=0%2C0%2C100%2C100&w=1440platform.eater.com/wp-content/uploa... https://platform.eater.com/wp-content/uploads/sites/2/2026/04/Animae-Spring-2023-053.jpg?quality=90&strip=all&crop=0%2C0%2C100%2C100&w=1440 — 200 — 163.6 KiB — 129 ms — h2https://platform.eater.com/wp-content/uploads/sites/2/2026/04/Animae-Spring-2023-053.jpg?quality=90&strip=all&crop=30.630989583333%2C0%2C66.666666666667%2C100&w=256platform.eater.com/wp-content/uploa... https://platform.eater.com/wp-content/uploads/sites/2/2026/04/Animae-Spring-2023-053.jpg?quality=90&strip=all&crop=30.630989583333%2C0%2C66.666666666667%2C100&w=256 — 200 — 13.4 KiB — 56 ms — h2https://platform.la.eater.com/wp-content/uploads/sites/26/2026/04/goop-kitchen-x-gp-salad-credit_-isa-zapata_.png?quality=90&strip=all&crop=0%2C0%2C100%2C100&w=1440platform.la.eater.com/wp-content/up... https://platform.la.eater.com/wp-content/uploads/sites/26/2026/04/goop-kitchen-x-gp-salad-credit_-isa-zapata_.png?quality=90&strip=all&crop=0%2C0%2C100%2C100&w=1440 — 200 — 116.7 KiB — 125 ms — h2https://platform.la.eater.com/wp-content/uploads/sites/26/2026/04/goop-kitchen-x-gp-salad-credit_-isa-zapata_.png?quality=90&strip=all&crop=16.666666666667%2C0%2C66.666666666667%2C100&w=256platform.la.eater.com/wp-content/up... https://platform.la.eater.com/wp-content/uploads/sites/26/2026/04/goop-kitchen-x-gp-salad-credit_-isa-zapata_.png?quality=90&strip=all&crop=16.666666666667%2C0%2C66.666666666667%2C100&w=256 — 200 — 12.2 KiB — 108 ms — h2https://platform.ny.eater.com/wp-content/uploads/sites/6/2026/01/threecupsquid.webp?quality=90&strip=all&crop=0%2C26.188888888889%2C100%2C47.622222222222&w=640platform.ny.eater.com/wp-content/up... https://platform.ny.eater.com/wp-content/uploads/sites/6/2026/01/threecupsquid.webp?quality=90&strip=all&crop=0%2C26.188888888889%2C100%2C47.622222222222&w=640 — 200 — 28.0 KiB — 61 ms — h2https://platform.seattle.eater.com/wp-content/uploads/sites/27/chorus/uploads/chorus_asset/file/16446610/Kamonegi.jpg?quality=90&strip=all&crop=16.675977653631%2C0%2C66.648044692737%2C100&w=128platform.seattle.eater.com/wp-conte... https://platform.seattle.eater.com/wp-content/uploads/sites/27/chorus/uploads/chorus_asset/file/16446610/Kamonegi.jpg?quality=90&strip=all&crop=16.675977653631%2C0%2C66.648044692737%2C100&w=128 — 200 — 4.5 KiB — 62 ms — h2https://platform.seattle.eater.com/wp-content/uploads/sites/27/chorus/uploads/chorus_asset/file/16446610/Kamonegi.jpg?quality=90&strip=all&crop=0.013966480446932%2C0%2C99.972067039106%2C100&w=256platform.seattle.eater.com/wp-conte... https://platform.seattle.eater.com/wp-content/uploads/sites/27/chorus/uploads/chorus_asset/file/16446610/Kamonegi.jpg?quality=90&strip=all&crop=0.013966480446932%2C0%2C99.972067039106%2C100&w=256 — 200 — 9.0 KiB — 63 ms — h2https://platform.la.eater.com/wp-content/uploads/sites/26/2026/03/Kari-Kari-SushiSamba-LA_05_Dylan-James-Ho_0009.jpg?quality=90&strip=all&crop=16.650390625%2C0%2C66.69921875%2C100&w=128platform.la.eater.com/wp-content/up... https://platform.la.eater.com/wp-content/uploads/sites/26/2026/03/Kari-Kari-SushiSamba-LA_05_Dylan-James-Ho_0009.jpg?quality=90&strip=all&crop=16.650390625%2C0%2C66.69921875%2C100&w=128 — 200 — 3.4 KiB — 106 ms — h2https://platform.la.eater.com/wp-content/uploads/sites/26/2026/03/Kari-Kari-SushiSamba-LA_05_Dylan-James-Ho_0009.jpg?quality=90&strip=all&crop=0%2C0.024402147388969%2C100%2C99.951195705222&w=256platform.la.eater.com/wp-content/up... https://platform.la.eater.com/wp-content/uploads/sites/26/2026/03/Kari-Kari-SushiSamba-LA_05_Dylan-James-Ho_0009.jpg?quality=90&strip=all&crop=0%2C0.024402147388969%2C100%2C99.951195705222&w=256 — 200 — 6.5 KiB — 108 ms — h2https://platform.ny.eater.com/wp-content/uploads/sites/6/2025/04/gageandtollner.webp?quality=90&strip=all&crop=17.013888888889%2C0%2C65.972222222222%2C100&w=128platform.ny.eater.com/wp-content/up... https://platform.ny.eater.com/wp-content/uploads/sites/6/2025/04/gageandtollner.webp?quality=90&strip=all&crop=17.013888888889%2C0%2C65.972222222222%2C100&w=128 — 200 — 4.5 KiB — 103 ms — h2https://platform.ny.eater.com/wp-content/uploads/sites/6/2025/04/gageandtollner.webp?quality=90&strip=all&crop=0.52083333333334%2C0%2C98.958333333333%2C100&w=256platform.ny.eater.com/wp-content/up... https://platform.ny.eater.com/wp-content/uploads/sites/6/2025/04/gageandtollner.webp?quality=90&strip=all&crop=0.52083333333334%2C0%2C98.958333333333%2C100&w=256 — 200 — 9.3 KiB — 109 ms — h2https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 33.9 KiB — 127 ms — h3https://www.eater.com/_next/static/media/4d3794c9200ecb82-s.p.woff2www.eater.com/_next/static/media/4d... https://www.eater.com/_next/static/media/4d3794c9200ecb82-s.p.woff2 — 200 — 13.4 KiB — 30 ms — h2https://www.eater.com/_next/static/media/d898aba7fdeb12ea-s.p.woff2www.eater.com/_next/static/media/d8... https://www.eater.com/_next/static/media/d898aba7fdeb12ea-s.p.woff2 — 200 — 129.3 KiB — 121 ms — h2https://www.eater.com/_next/static/media/175336a67732591c-s.p.woff2www.eater.com/_next/static/media/17... https://www.eater.com/_next/static/media/175336a67732591c-s.p.woff2 — 200 — 53.0 KiB — 45 ms — h2https://www.eater.com/_next/static/media/bf0b6634f251496a-s.p.woff2www.eater.com/_next/static/media/bf... https://www.eater.com/_next/static/media/bf0b6634f251496a-s.p.woff2 — 200 — 51.8 KiB — 38 ms — h2https://www.eater.com/_next/static/css/9e8ea2150808f57b.csswww.eater.com/_next/static/css/9e8e... https://www.eater.com/_next/static/css/9e8ea2150808f57b.css — 200 — 27.8 KiB — 42 ms — h2https://www.eater.com/_next/static/css/ad002794eb6d8593.csswww.eater.com/_next/static/css/ad00... https://www.eater.com/_next/static/css/ad002794eb6d8593.css — 200 — 4.6 KiB — 41 ms — h2https://www.google.com/recaptcha/api.js?render=6LeCFmwfAAAAAA4qBtkgg3WVJWVYGkt05yKT6gi1www.google.com/recaptcha/api.js?ren... https://www.google.com/recaptcha/api.js?render=6LeCFmwfAAAAAA4qBtkgg3WVJWVYGkt05yKT6gi1 — 200 — 1.0 KiB — 99 ms — h3https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — 200 — 9.1 KiB — 146 ms — h2https://c.amazon-adsystem.com/aax2/apstag.jsc.amazon-adsystem.com/aax2/apstag.j... https://c.amazon-adsystem.com/aax2/apstag.js — 200 — 90.9 KiB — 125 ms — h2https://www.googletagservices.com/tag/js/gpt.jswww.googletagservices.com/tag/js/gp... https://www.googletagservices.com/tag/js/gpt.js — 200 — 34.3 KiB — 173 ms — h2https://cdn.concert.io/lib/concert-ads/v2-latest/concert_ads.jscdn.concert.io/lib/concert-ads/v2-l... https://cdn.concert.io/lib/concert-ads/v2-latest/concert_ads.js — 200 — 104.3 KiB — 124 ms — h2https://cdn.concert.io/lib/concert-concierge.2.10.1.min.jscdn.concert.io/lib/concert-concierg... https://cdn.concert.io/lib/concert-concierge.2.10.1.min.js — 200 — 16.6 KiB — 107 ms — h2https://pub.doubleverify.com/dvtag/21236410/DV464041/pub.jspub.doubleverify.com/dvtag/21236410... https://pub.doubleverify.com/dvtag/21236410/DV464041/pub.js — 200 — 33.6 KiB — 119 ms — h3https://www.eater.com/_next/static/chunks/webpack-7a1b07857abead80.jswww.eater.com/_next/static/chunks/w... https://www.eater.com/_next/static/chunks/webpack-7a1b07857abead80.js — 200 — 2.6 KiB — 60 ms — h2https://www.eater.com/_next/static/chunks/framework-42f3b70da36e8d96.jswww.eater.com/_next/static/chunks/f... https://www.eater.com/_next/static/chunks/framework-42f3b70da36e8d96.js — 200 — 41.9 KiB — 116 ms — h2https://www.eater.com/_next/static/chunks/main-f97e7480d56b8635.jswww.eater.com/_next/static/chunks/m... https://www.eater.com/_next/static/chunks/main-f97e7480d56b8635.js — 200 — 30.3 KiB — 80 ms — h2https://www.eater.com/_next/static/chunks/pages/_app-00464cad4eea785f.jswww.eater.com/_next/static/chunks/p... https://www.eater.com/_next/static/chunks/pages/_app-00464cad4eea785f.js — 200 — 448.5 KiB — 138 ms — h2https://www.eater.com/_next/static/chunks/3409-305262faf1b054d8.jswww.eater.com/_next/static/chunks/3... https://www.eater.com/_next/static/chunks/3409-305262faf1b054d8.js — 200 — 3.3 KiB — 84 ms — h2https://www.eater.com/_next/static/chunks/7722-46c5664aca78311c.jswww.eater.com/_next/static/chunks/7... https://www.eater.com/_next/static/chunks/7722-46c5664aca78311c.js — 200 — 3.6 KiB — 69 ms — h2https://www.eater.com/_next/static/chunks/6234-c988534ef88dd399.jswww.eater.com/_next/static/chunks/6... https://www.eater.com/_next/static/chunks/6234-c988534ef88dd399.js — 200 — 9.3 KiB — 87 ms — h2https://www.eater.com/_next/static/chunks/pages/resource/homepage-04018bf3f046c24e.jswww.eater.com/_next/static/chunks/p... https://www.eater.com/_next/static/chunks/pages/resource/homepage-04018bf3f046c24e.js — 200 — 7.5 KiB — 88 ms — h2https://www.eater.com/_next/static/osavyuoJsGP4WqfEuCbVq/_buildManifest.jswww.eater.com/_next/static/osavyuoJ... https://www.eater.com/_next/static/osavyuoJsGP4WqfEuCbVq/_buildManifest.js — 200 — 2.4 KiB — 78 ms — h2https://www.eater.com/_next/static/osavyuoJsGP4WqfEuCbVq/_ssgManifest.jswww.eater.com/_next/static/osavyuoJ... https://www.eater.com/_next/static/osavyuoJsGP4WqfEuCbVq/_ssgManifest.js — 200 — 240 B — 79 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 362.4 KiB — 191 ms — h2data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="6" fill="none"><path s…www.w3.org/2000/svg" width="6" heig... data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="6" fill="none"><path s… — 200 — 0 B — 0 ms — datadata:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="6" fill="none"><path s…www.w3.org/2000/svg" width="6" heig... data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="6" fill="none"><path s… — 200 — 0 B — 0 ms — datadata:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="6" fill="none"><path s…www.w3.org/2000/svg" width="6" heig... data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="6" fill="none"><path s… — 200 — 0 B — 0 ms — datadata:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' %3E%3Cfilter id='b' colo…www.w3.org/2000/svg' %3E%3Cfilter i... data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' %3E%3Cfilter id='b' colo… — 200 — 0 B — 0 ms — datahttps://platform.eater.com/wp-content/uploads/sites/2/2026/04/EAT_CDO_003_THUMB_YT1.jpg?quality=90&strip=all&crop=15.625%2C0%2C84.375%2C100&w=640platform.eater.com/wp-content/uploa... https://platform.eater.com/wp-content/uploads/sites/2/2026/04/EAT_CDO_003_THUMB_YT1.jpg?quality=90&strip=all&crop=15.625%2C0%2C84.375%2C100&w=640 — 200 — 47.8 KiB — 24 ms — h2https://platform.eater.com/wp-content/uploads/sites/2/2026/04/EAT_PLW_025_THUMB_SYN.jpg?quality=90&strip=all&crop=7.8125%2C0%2C84.375%2C100&w=640platform.eater.com/wp-content/uploa... https://platform.eater.com/wp-content/uploads/sites/2/2026/04/EAT_PLW_025_THUMB_SYN.jpg?quality=90&strip=all&crop=7.8125%2C0%2C84.375%2C100&w=640 — 200 — 54.3 KiB — 31 ms — h2https://platform.eater.com/wp-content/uploads/sites/2/2026/04/EAT_NOW_001_THUMB_SYN.jpg?quality=90&strip=all&crop=0%2C0%2C84.375%2C100&w=640platform.eater.com/wp-content/uploa... https://platform.eater.com/wp-content/uploads/sites/2/2026/04/EAT_NOW_001_THUMB_SYN.jpg?quality=90&strip=all&crop=0%2C0%2C84.375%2C100&w=640 — 200 — 30.1 KiB — 23 ms — h2https://platform.eater.com/wp-content/uploads/sites/2/2026/03/EAT_FPS_089_THUMB_SYN.jpg?quality=90&strip=all&crop=7.8125%2C0%2C84.375%2C100&w=640platform.eater.com/wp-content/uploa... https://platform.eater.com/wp-content/uploads/sites/2/2026/03/EAT_FPS_089_THUMB_SYN.jpg?quality=90&strip=all&crop=7.8125%2C0%2C84.375%2C100&w=640 — 200 — 41.0 KiB — 36 ms — h2https://platform.eater.com/wp-content/uploads/sites/2/2026/03/EAT_FPS_088_THUMB_SYN.jpg?quality=90&strip=all&crop=7.8125%2C0%2C84.375%2C100&w=640platform.eater.com/wp-content/uploa... https://platform.eater.com/wp-content/uploads/sites/2/2026/03/EAT_FPS_088_THUMB_SYN.jpg?quality=90&strip=all&crop=7.8125%2C0%2C84.375%2C100&w=640 — 200 — 55.5 KiB — 30 ms — h2https://platform.eater.com/wp-content/uploads/sites/2/2023/05/Wedding-Registry-Gifts.jpg?quality=90&strip=all&crop=0%2C0%2C100%2C100&w=640platform.eater.com/wp-content/uploa... https://platform.eater.com/wp-content/uploads/sites/2/2023/05/Wedding-Registry-Gifts.jpg?quality=90&strip=all&crop=0%2C0%2C100%2C100&w=640 — 200 — 22.0 KiB — 36 ms — h2https://platform.eater.com/wp-content/uploads/sites/2/2025/12/condiments-as-gifts-copy.jpg?quality=90&strip=all&crop=0%2C0%2C100%2C100&w=640platform.eater.com/wp-content/uploa... https://platform.eater.com/wp-content/uploads/sites/2/2025/12/condiments-as-gifts-copy.jpg?quality=90&strip=all&crop=0%2C0%2C100%2C100&w=640 — 200 — 27.4 KiB — 41 ms — h2https://platform.eater.com/wp-content/uploads/sites/2/2026/02/Fortessa_Shot5_Dinner_party.jpg?quality=90&strip=all&crop=0%2C0.025128785023249%2C100%2C99.949742429954&w=640platform.eater.com/wp-content/uploa... https://platform.eater.com/wp-content/uploads/sites/2/2026/02/Fortessa_Shot5_Dinner_party.jpg?quality=90&strip=all&crop=0%2C0.025128785023249%2C100%2C99.949742429954&w=640 — 200 — 39.1 KiB — 37 ms — h2https://platform.eater.com/wp-content/uploads/sites/2/2026/01/Berenjak.UpperIndoor.jpg?quality=90&strip=all&crop=0%2C5.5555555555556%2C100%2C88.888888888889&w=640platform.eater.com/wp-content/uploa... https://platform.eater.com/wp-content/uploads/sites/2/2026/01/Berenjak.UpperIndoor.jpg?quality=90&strip=all&crop=0%2C5.5555555555556%2C100%2C88.888888888889&w=640 — 200 — 45.8 KiB — 51 ms — h2https://platform.eater.com/wp-content/uploads/sites/2/2025/07/The-Best-Housewarming-Gifts.jpg?quality=90&strip=all&crop=0%2C0%2C100%2C100&w=640platform.eater.com/wp-content/uploa... https://platform.eater.com/wp-content/uploads/sites/2/2025/07/The-Best-Housewarming-Gifts.jpg?quality=90&strip=all&crop=0%2C0%2C100%2C100&w=640 — 200 — 41.0 KiB — 42 ms — h2https://platform.eater.com/wp-content/uploads/sites/2/chorus/uploads/chorus_asset/file/25858015/Lisbon_Santa_Joana_at_Locke_by_Charlie_McKay.jpg?quality=90&strip=all&crop=12.5%2C0%2C75%2C100&w=128platform.eater.com/wp-content/uploa... https://platform.eater.com/wp-content/uploads/sites/2/chorus/uploads/chorus_asset/file/25858015/Lisbon_Santa_Joana_at_Locke_by_Charlie_McKay.jpg?quality=90&strip=all&crop=12.5%2C0%2C75%2C100&w=128 — 200 — 3.9 KiB — 47 ms — h2https://platform.eater.com/wp-content/uploads/sites/2/2026/04/IMG_9678.jpg?quality=90&strip=all&crop=0%2C16.666666666667%2C100%2C66.666666666667&w=128platform.eater.com/wp-content/uploa... https://platform.eater.com/wp-content/uploads/sites/2/2026/04/IMG_9678.jpg?quality=90&strip=all&crop=0%2C16.666666666667%2C100%2C66.666666666667&w=128 — 200 — 4.6 KiB — 43 ms — h2https://platform.eater.com/wp-content/uploads/sites/2/chorus/uploads/chorus_asset/file/24754100/otaleg.jpeg?quality=90&strip=all&crop=14.203573520797%2C33.229318608043%2C71.592852958407%2C47.73807043134&w=128platform.eater.com/wp-content/uploa... https://platform.eater.com/wp-content/uploads/sites/2/chorus/uploads/chorus_asset/file/24754100/otaleg.jpeg?quality=90&strip=all&crop=14.203573520797%2C33.229318608043%2C71.592852958407%2C47.73807043134&w=128 — 200 — 4.2 KiB — 54 ms — h2https://platform.eater.com/wp-content/uploads/sites/2/chorus/uploads/chorus_asset/file/25601901/Sedalia_s.jpg?quality=90&strip=all&crop=12.506680919294%2C0%2C74.986638161411%2C100&w=128platform.eater.com/wp-content/uploa... https://platform.eater.com/wp-content/uploads/sites/2/chorus/uploads/chorus_asset/file/25601901/Sedalia_s.jpg?quality=90&strip=all&crop=12.506680919294%2C0%2C74.986638161411%2C100&w=128 — 200 — 6.0 KiB — 45 ms — h2https://platform.eater.com/wp-content/uploads/sites/2/2026/03/citylightsstudio_0062.png?quality=90&strip=all&crop=16.666666666667%2C0%2C66.666666666667%2C100&w=128platform.eater.com/wp-content/uploa... https://platform.eater.com/wp-content/uploads/sites/2/2026/03/citylightsstudio_0062.png?quality=90&strip=all&crop=16.666666666667%2C0%2C66.666666666667%2C100&w=128 — 200 — 6.0 KiB — 47 ms — h2https://platform.eater.com/wp-content/uploads/sites/2/2026/03/yellowbelly.jpg?quality=90&strip=all&crop=10%2C0%2C80%2C100&w=128platform.eater.com/wp-content/uploa... https://platform.eater.com/wp-content/uploads/sites/2/2026/03/yellowbelly.jpg?quality=90&strip=all&crop=10%2C0%2C80%2C100&w=128 — 200 — 4.9 KiB — 51 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-WQ5FM5Wwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-WQ5FM5W — 200 — 185.2 KiB — 150 ms — h2https://workhorsefunds.com/j/q5fn_fz5k1ggl.bundle.jsworkhorsefunds.com/j/q5fn_fz5k1ggl.... https://workhorsefunds.com/j/q5fn_fz5k1ggl.bundle.js — 200 — 36.2 KiB — 102 ms — h2https://pub.doubleverify.com/dvtag/signals/ids/pub.json?ctx=21236410&cmp=DV464041&url=https%3A%2F%2Feater.com&ids=1&token=IWHv%2FO9QXX98lnr4%2FO9qVFZtXzqNtAjIx3dWGDbnAZ6P5wPw5sZ8VeRfag%2BvwY3a1gzPrKlAfRoxuwuXwA01LAf1Q7r4M7je%2Bsf2A2rIMIpZahqPe5%2BsFYyskSHDVkUclVFLWY%2BseDxm9nJFLSioYQ%3D%3Dpub.doubleverify.com/dvtag/signals/... https://pub.doubleverify.com/dvtag/signals/ids/pub.json?ctx=21236410&cmp=DV464041&url=https%3A%2F%2Feater.com&ids=1&token=IWHv%2FO9QXX98lnr4%2FO9qVFZtXzqNtAjIx3dWGDbnAZ6P5wPw5sZ8VeRfag%2BvwY3a1gzPrKlAfRoxuwuXwA01LAf1Q7r4M7je%2Bsf2A2rIMIpZahqPe5%2BsFYyskSHDVkUclVFLWY%2BseDxm9nJFLSioYQ%3D%3D — 200 — 358 B — 148 ms — h3https://pub.doubleverify.com/dvtag/signals/bsc/pub.json?ctx=21236410&cmp=DV464041&url=https%3A%2F%2Feater.com&bsc=1&abs=1&token=IWHv%2FO9QXX98lnr4%2FO9qVFZtXzqNtAjIx3dWGDbnAZ6P5wPw5sZ8VeRfag%2BvwY3a1gzPrKlAfRoxuwuXwA01LAf1Q7r4M7je%2Bsf2A2rIMIpZahqPe5%2BsFYyskSHDVkUclVFLWY%2BseDxm9nJFLSioYQ%3D%3Dpub.doubleverify.com/dvtag/signals/... https://pub.doubleverify.com/dvtag/signals/bsc/pub.json?ctx=21236410&cmp=DV464041&url=https%3A%2F%2Feater.com&bsc=1&abs=1&token=IWHv%2FO9QXX98lnr4%2FO9qVFZtXzqNtAjIx3dWGDbnAZ6P5wPw5sZ8VeRfag%2BvwY3a1gzPrKlAfRoxuwuXwA01LAf1Q7r4M7je%2Bsf2A2rIMIpZahqPe5%2BsFYyskSHDVkUclVFLWY%2BseDxm9nJFLSioYQ%3D%3D — 200 — 629 B — 60 ms — h3https://apps.voxmedia.com/ad-block-detect/test_ads_prebid_blocker.jsapps.voxmedia.com/ad-block-detect/t... https://apps.voxmedia.com/ad-block-detect/test_ads_prebid_blocker.js — 200 — 378 B — 16 ms — h2https://concertads-configs.vox-cdn.com/duet/eater/config.jsonconcertads-configs.vox-cdn.com/duet... https://concertads-configs.vox-cdn.com/duet/eater/config.json — 200 — 9.5 KiB — 16 ms — h2https://c.amazon-adsystem.com/bao-csm/aps-comm/aps_csm.jsc.amazon-adsystem.com/bao-csm/aps-c... https://c.amazon-adsystem.com/bao-csm/aps-comm/aps_csm.js — 200 — 3.1 KiB — 9 ms — h2https://btloader.com/tag?o=6315858775244800&upapi=truebtloader.com/tag?o=6315858775244800... https://btloader.com/tag?o=6315858775244800&upapi=true — 200 — 36.9 KiB — 75 ms — h2https://cdn.concert.io/fins/segmentcdn.concert.io/fins/segment https://cdn.concert.io/fins/segment — 200 — 0 B — 215 ms — h3https://cdn.concert.io/lookup/aHR0cHM6Ly93d3cuZWF0ZXIuY29tLw==.jsoncdn.concert.io/lookup/aHR0cHM6Ly93d... https://cdn.concert.io/lookup/aHR0cHM6Ly93d3cuZWF0ZXIuY29tLw==.json — 200 — 982 B — 7 ms — h3https://config.aps.amazon-adsystem.com/configs/3176config.aps.amazon-adsystem.com/conf... https://config.aps.amazon-adsystem.com/configs/3176 — 200 — 4.5 KiB — 12 ms — h2https://c.amazon-adsystem.com/cdn/prod/config?src=3176&u=https%3A%2F%2Fwww.eater.comc.amazon-adsystem.com/cdn/prod/conf... https://c.amazon-adsystem.com/cdn/prod/config?src=3176&u=https%3A%2F%2Fwww.eater.com — 200 — 1.7 KiB — 4 ms — h2https://aax.amazon-adsystem.com/e/dtb/bidaax.amazon-adsystem.com/e/dtb/bid https://aax.amazon-adsystem.com/e/dtb/bid — 200 — 0 B — 123 ms — h2https://secure.cdn.fastclick.net/js/pubcid/latest/pubcid.min.jssecure.cdn.fastclick.net/js/pubcid/... https://secure.cdn.fastclick.net/js/pubcid/latest/pubcid.min.js — 200 — 21.7 KiB — 54 ms — h2https://cdn.cookielaw.org/consent/a66ae963-4f26-4d07-bf2b-52d7b799f4ef/a66ae963-4f26-4d07-bf2b-52d7b799f4ef.jsoncdn.cookielaw.org/consent/a66ae963-... https://cdn.cookielaw.org/consent/a66ae963-4f26-4d07-bf2b-52d7b799f4ef/a66ae963-4f26-4d07-bf2b-52d7b799f4ef.json — 200 — 2.7 KiB — 72 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.jssecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js — 200 — 187.7 KiB — 81 ms — h3https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LeCFmwfAAAAAA4qBtkgg3WVJWVYGkt05yKT6gi1&co=aHR0cHM6Ly93d3cuZWF0ZXIuY29tOjQ0Mw..&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&anchor-ms=20000&execute-ms=30000&cb=nrquumy4zu6awww.google.com/recaptcha/api2/ancho... https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LeCFmwfAAAAAA4qBtkgg3WVJWVYGkt05yKT6gi1&co=aHR0cHM6Ly93d3cuZWF0ZXIuY29tOjQ0Mw..&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&anchor-ms=20000&execute-ms=30000&cb=nrquumy4zu6a — 200 — 27.6 KiB — 83 ms — h3https://geolocation.onetrust.com/cookieconsentpub/v1/geo/locationgeolocation.onetrust.com/cookiecons... https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location — 200 — 308 B — 110 ms — h2https://aax.amazon-adsystem.com/e/dtb/bidaax.amazon-adsystem.com/e/dtb/bid https://aax.amazon-adsystem.com/e/dtb/bid — 200 — 428 B — 61 ms — h2https://aax.amazon-adsystem.com/e/dtb/bid/134748.04/0/prebid?adunitid=$rs_300x250_$riaax.amazon-adsystem.com/e/dtb/bid/1... https://aax.amazon-adsystem.com/e/dtb/bid/134748.04/0/prebid?adunitid=$rs_300x250_$ri — 200 — 305 B — 107 ms — h2https://cdn.concert.io/fins/segmentcdn.concert.io/fins/segment https://cdn.concert.io/fins/segment — 200 — 295 B — 116 ms — h3https://cdnjs.cloudflare.com/ajax/libs/blueimp-md5/2.19.0/js/md5.min.jscdnjs.cloudflare.com/ajax/libs/blue... https://cdnjs.cloudflare.com/ajax/libs/blueimp-md5/2.19.0/js/md5.min.js — 200 — 1.9 KiB — 53 ms — h3https://www.googletagmanager.com/gtag/destination?id=AW-926030959&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=AW-926030959&cx=c&gtm=4e64h1 — 200 — 137.9 KiB — 44 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.csswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.css — 200 — 42.1 KiB — 99 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 361.9 KiB — 165 ms — h2https://sb.scorecardresearch.com/cs/7976662/beacon.jssb.scorecardresearch.com/cs/7976662... https://sb.scorecardresearch.com/cs/7976662/beacon.js — 302 — 263 B — 51 ms — h2https://cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.jscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js — 200 — 129.0 KiB — 71 ms — h2https://sb.scorecardresearch.com/internal-cs/default/beacon.jssb.scorecardresearch.com/internal-c... https://sb.scorecardresearch.com/internal-cs/default/beacon.js — 200 — 6.7 KiB — 5 ms — h2https://ad-delivery.net/px.gif?ch=2&e=0.4346770408631979ad-delivery.net/px.gif?ch=2&e=0.434... https://ad-delivery.net/px.gif?ch=2&e=0.4346770408631979 — 200 — 611 B — 71 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.5806014487626349ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.5806014487626349 — 200 — 129 B — 65 ms — h3https://ad-delivery.net/px.gif?ch=1&e=0.313831409898109ad-delivery.net/px.gif?ch=1&e=0.313... https://ad-delivery.net/px.gif?ch=1&e=0.313831409898109 — 200 — 109 B — 70 ms — h2https://ab.dns-finder.com/meta/dnsab.dns-finder.com/meta/dns https://ab.dns-finder.com/meta/dns — 200 — 233 B — 173 ms — h2https://cdn.btloader.com/cchecker.html?upapi=truecdn.btloader.com/cchecker.html?upap... https://cdn.btloader.com/cchecker.html?upapi=true — 200 — 779 B — 67 ms — h2https://cdn.api.btloader.com/device?orgid=6315858775244800&platformVersion=10.15.7&fullVersionList=%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147.0.7727.101%22%7D%2C%7B%22brand%22%3A%22Not.A%2FBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%5Dcdn.api.btloader.com/device?orgid=6... https://cdn.api.btloader.com/device?orgid=6315858775244800&platformVersion=10.15.7&fullVersionList=%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147.0.7727.101%22%7D%2C%7B%22brand%22%3A%22Not.A%2FBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%5D — 200 — 333 B — 99 ms — h2https://btloader.com/trustedIframe.html?o=6315858775244800&upapi=truebtloader.com/trustedIframe.html?o=6... https://btloader.com/trustedIframe.html?o=6315858775244800&upapi=true — 200 — 2.2 KiB — 73 ms — h2https://aax.amazon-adsystem.com/e/dtb/bidaax.amazon-adsystem.com/e/dtb/bid https://aax.amazon-adsystem.com/e/dtb/bid — 200 — 390 B — 61 ms — h2https://workhorsefunds.com/q184vi/gzqiaqyawj2221mswworkhorsefunds.com/q184vi/gzqiaqyaw... https://workhorsefunds.com/q184vi/gzqiaqyawj2221msw — 200 — 327 B — 65 ms — h3https://pub.doubleverify.com/dvtag/signals/vlp/pub.json?ctx=21236410&cmp=DV464041&url=https%3A%2F%2Feater.com&vlp=1&slot-0-%2F172968584%2Feater%2Feater.com%2Ffront_page%40desktop_top_river_leaderboard=728x90%2C970x90%2C1020x90%2C620x366%2C620x371%2C620x415%2C1030x590%2C1060x610&slot-1-%2F172968584%2Feater%2Feater.com%2Ffront_page%40leaderboard_top=728x90%2C1180x450%2C1400x600%2C970x250&slot-2-%2F172968584%2Feater%2Feater.com%2Ffront_page%40desktop_hero=728x90%2C970x90%2C970x250%2C1020x90&slot-3-%2F172968584%2Feater%2Feater.com%2Ffront_page%40desktop_river_leaderboard=728x90%2C620x366%2C620x371%2C620x415%2C1030x590%2C1060x610%2C970x250%2C970x90&slot-4-%2F172968584%2Feater%2Feater.com%2Ffront_page%40btf_leaderboard_variable=728x90%2C1020x90%2C970x90%2C620x366%2C620x371%2C620x415%2C1030x590%2C1060x610&slot-5-%2F172968584%2Feater%2Feater.com%2Ffront_page%40wunderkind_oop=1x1&token=IWHv%2FO9QXX98lnr4%2FO9qVFZtXzqNtAjIx3dWGDbnAZ6P5wPw5sZ8VeRfag%2BvwY3a1gzPrKlAfRoxuwuXwA01LAf1Q7r4M7je%2Bsf2A2rIMIpZahqPe5%2BsFYyskSHDVkUclVFLWY%2BseDxm9nJFLSioYQ%3D%3Dpub.doubleverify.com/dvtag/signals/... https://pub.doubleverify.com/dvtag/signals/vlp/pub.json?ctx=21236410&cmp=DV464041&url=https%3A%2F%2Feater.com&vlp=1&slot-0-%2F172968584%2Feater%2Feater.com%2Ffront_page%40desktop_top_river_leaderboard=728x90%2C970x90%2C1020x90%2C620x366%2C620x371%2C620x415%2C1030x590%2C1060x610&slot-1-%2F172968584%2Feater%2Feater.com%2Ffront_page%40leaderboard_top=728x90%2C1180x450%2C1400x600%2C970x250&slot-2-%2F172968584%2Feater%2Feater.com%2Ffront_page%40desktop_hero=728x90%2C970x90%2C970x250%2C1020x90&slot-3-%2F172968584%2Feater%2Feater.com%2Ffront_page%40desktop_river_leaderboard=728x90%2C620x366%2C620x371%2C620x415%2C1030x590%2C1060x610%2C970x250%2C970x90&slot-4-%2F172968584%2Feater%2Feater.com%2Ffront_page%40btf_leaderboard_variable=728x90%2C1020x90%2C970x90%2C620x366%2C620x371%2C620x415%2C1030x590%2C1060x610&slot-5-%2F172968584%2Feater%2Feater.com%2Ffront_page%40wunderkind_oop=1x1&token=IWHv%2FO9QXX98lnr4%2FO9qVFZtXzqNtAjIx3dWGDbnAZ6P5wPw5sZ8VeRfag%2BvwY3a1gzPrKlAfRoxuwuXwA01LAf1Q7r4M7je%2Bsf2A2rIMIpZahqPe5%2BsFYyskSHDVkUclVFLWY%2BseDxm9nJFLSioYQ%3D%3D — 200 — 436 B — 50 ms — h3https://www.google.com/recaptcha/api2/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4www.google.com/recaptcha/api2/webwo... https://www.google.com/recaptcha/api2/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4 — 200 — 23 B — 203 ms — h3https://www.gstatic.com/recaptcha/api2/logo_48.pngwww.gstatic.com/recaptcha/api2/logo... https://www.gstatic.com/recaptcha/api2/logo_48.png — 200 — 2.3 KiB — 29 ms — h2https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 33.9 KiB — 67 ms — h3https://api.btloader.com/exd?tid=wQFv72q4gI-xDvXxRsNw2-9db1df5b33&sid=sFTf1c9Yf9-QqEx0H7LO-9db1df5b33&cv=2.1.187-1-g24d1c87&upapi=trueapi.btloader.com/exd?tid=wQFv72q4gI... https://api.btloader.com/exd?tid=wQFv72q4gI-xDvXxRsNw2-9db1df5b33&sid=sFTf1c9Yf9-QqEx0H7LO-9db1df5b33&cv=2.1.187-1-g24d1c87&upapi=true — 204 — 128 B — 183 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 0 B — 13 ms — h2https://vtrk.dv.tech/?ec=dvtag&ea=ad-request&ctx=21236410&cmp=DV464041&cd111=success&cm106=0&cm107=146&cd112=modern&cd115=&cm116=1&cd102=b68ea28&cd103=&cd107=9a6f9ea7-8973-4b4d-80ca-a961d05fbe70&cd109=modern&cd200=com&cd108=&cd105=21236410&cd106=DV464041&cd104=www.eater.com&cd101=ad-request&cm101=1&cid=9324ced8-60fb-4135-b807-3f2e7340bf73&t=event&v=1&z=9324ced8-60fb-4135-b807-3f2e7340bf73&cd160=9324ced8-60fb-4135-b807-3f2e7340bf73vtrk.dv.tech/?ec=dvtag&ea=ad-reques... https://vtrk.dv.tech/?ec=dvtag&ea=ad-request&ctx=21236410&cmp=DV464041&cd111=success&cm106=0&cm107=146&cd112=modern&cd115=&cm116=1&cd102=b68ea28&cd103=&cd107=9a6f9ea7-8973-4b4d-80ca-a961d05fbe70&cd109=modern&cd200=com&cd108=&cd105=21236410&cd106=DV464041&cd104=www.eater.com&cd101=ad-request&cm101=1&cid=9324ced8-60fb-4135-b807-3f2e7340bf73&t=event&v=1&z=9324ced8-60fb-4135-b807-3f2e7340bf73&cd160=9324ced8-60fb-4135-b807-3f2e7340bf73 — 204 — 208 B — 51 ms — h3https://vtrk.dv.tech/?ec=dvtag&ea=legacy-ad-request&ctx=21236410&cmp=DV464041&cd111=success&cm106=1&cm107=144&cd112=legacy&cd115=&cm116=1&cd102=b68ea28&cd103=&cd107=9a6f9ea7-8973-4b4d-80ca-a961d05fbe70&cd109=modern&cd200=com&cd108=&cd105=21236410&cd106=DV464041&cd104=www.eater.com&cd101=legacy-ad-request&cm101=1&cid=2220e5e4-4f33-44ce-b463-81b17795d021&t=event&v=1&z=2220e5e4-4f33-44ce-b463-81b17795d021&cd160=2220e5e4-4f33-44ce-b463-81b17795d021vtrk.dv.tech/?ec=dvtag&ea=legacy-ad... https://vtrk.dv.tech/?ec=dvtag&ea=legacy-ad-request&ctx=21236410&cmp=DV464041&cd111=success&cm106=1&cm107=144&cd112=legacy&cd115=&cm116=1&cd102=b68ea28&cd103=&cd107=9a6f9ea7-8973-4b4d-80ca-a961d05fbe70&cd109=modern&cd200=com&cd108=&cd105=21236410&cd106=DV464041&cd104=www.eater.com&cd101=legacy-ad-request&cm101=1&cid=2220e5e4-4f33-44ce-b463-81b17795d021&t=event&v=1&z=2220e5e4-4f33-44ce-b463-81b17795d021&cd160=2220e5e4-4f33-44ce-b463-81b17795d021 — 204 — 172 B — 33 ms — h3https://workhorsefunds.com/q184vi/gzqiaqyawj2221mswworkhorsefunds.com/q184vi/gzqiaqyaw... https://workhorsefunds.com/q184vi/gzqiaqyawj2221msw — 200 — 98 B — 37 ms — h3https://ad-delivery.net/px.gif?ch=1&e=0.6107499379888358ad-delivery.net/px.gif?ch=1&e=0.610... https://ad-delivery.net/px.gif?ch=1&e=0.6107499379888358 — 200 — 110 B — 22 ms — h2https://sb.scorecardresearch.com/b?c1=2&c2=7976662&cs_it=b1&cv=4.13.1%2B2508250908&ns__t=1776805698754&ns_c=UTF-8&cs_cfg=1100110&c7=https%3A%2F%2Fwww.eater.com%2F&c8=Eater&c9=sb.scorecardresearch.com/b?c1=2&c2=... https://sb.scorecardresearch.com/b?c1=2&c2=7976662&cs_it=b1&cv=4.13.1%2B2508250908&ns__t=1776805698754&ns_c=UTF-8&cs_cfg=1100110&c7=https%3A%2F%2Fwww.eater.com%2F&c8=Eater&c9= — 204 — 226 B — 64 ms — h2https://cdn.cookielaw.org/consent/a66ae963-4f26-4d07-bf2b-52d7b799f4ef/019cfd60-76b2-7c7f-a271-380aa22495b7/en.jsoncdn.cookielaw.org/consent/a66ae963-... https://cdn.cookielaw.org/consent/a66ae963-4f26-4d07-bf2b-52d7b799f4ef/019cfd60-76b2-7c7f-a271-380aa22495b7/en.json — 200 — 54.4 KiB — 67 ms — h2https://cdn.cookielaw.org/vendorlist/iab2V2Data.jsoncdn.cookielaw.org/vendorlist/iab2V2... https://cdn.cookielaw.org/vendorlist/iab2V2Data.json — 200 — 86.8 KiB — 59 ms — h2https://cdn.cookielaw.org/vendorlist/googleData.jsoncdn.cookielaw.org/vendorlist/google... https://cdn.cookielaw.org/vendorlist/googleData.json — 200 — 19.4 KiB — 64 ms — h2https://cdn.cookielaw.org/scripttemplates/202602.1.0/otTCF.jscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202602.1.0/otTCF.js — 200 — 17.7 KiB — 39 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gptsecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gpt — 200 — 23.0 KiB — 47 ms — h3https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.840937613020613ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.840937613020613 — 200 — 129 B — 30 ms — h3https://ad-delivery.net/px.gif?ch=2&e=0.24522514750385693ad-delivery.net/px.gif?ch=2&e=0.245... https://ad-delivery.net/px.gif?ch=2&e=0.24522514750385693 — 200 — 112 B — 24 ms — h2https://pagead2.googlesyndication.com/ccm/collect?rcb=11&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.eater.com%2F&scrsrc=www.googletagmanager.com&rnd=338701897.1776805699&navt=n&npa=1&gdpr=1&gdpr_consent=CQjA2wAQjA2wAAcABBENCbFwAAAAAEPgACiQAAAYsgTAAVABoAH4ATgBAACEAE_AP2AhIBDgC8wGMgM-Ae0A-MCMwEegJ0gXagu6C8IF5AL1AXsAvnBfYF-AL9wX9Bf-DAIMBAYEgwMDA4GCoMGAwbBhAGE4MLgw8BiADEQGKYMVgxYAAAAA.YAAACHwAAAAA.IMXQIwAKgAZABaADQAJoAYQA_ACAAEeAJwAgABCACfgFpAP2AhIBDgCMQEvgJvAXmAwUBjIDPgHBAPaAfGBGYCPQE6QJ8gVJAu1BdwGIIMRAxcAA&ep.ads_data_redaction=0&_tu=CA&gtm=45He64h1v859165105za200zd859165105xea&gcs=G100&gcd=13q3p3q2q5l1&dma_cps=-&dma=1&tcfd=10s5b&tag_exp=0~115938466~115938469~117266400&apve=1&apvf=f&apvc=1&tft=1776805699029&tfd=1818pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=11&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.eater.com%2F&scrsrc=www.googletagmanager.com&rnd=338701897.1776805699&navt=n&npa=1&gdpr=1&gdpr_consent=CQjA2wAQjA2wAAcABBENCbFwAAAAAEPgACiQAAAYsgTAAVABoAH4ATgBAACEAE_AP2AhIBDgC8wGMgM-Ae0A-MCMwEegJ0gXagu6C8IF5AL1AXsAvnBfYF-AL9wX9Bf-DAIMBAYEgwMDA4GCoMGAwbBhAGE4MLgw8BiADEQGKYMVgxYAAAAA.YAAACHwAAAAA.IMXQIwAKgAZABaADQAJoAYQA_ACAAEeAJwAgABCACfgFpAP2AhIBDgCMQEvgJvAXmAwUBjIDPgHBAPaAfGBGYCPQE6QJ8gVJAu1BdwGIIMRAxcAA&ep.ads_data_redaction=0&_tu=CA&gtm=45He64h1v859165105za200zd859165105xea&gcs=G100&gcd=13q3p3q2q5l1&dma_cps=-&dma=1&tcfd=10s5b&tag_exp=0~115938466~115938469~117266400&apve=1&apvf=f&apvc=1&tft=1776805699029&tfd=1818 — 200 — 21 B — 136 ms — h3https://pagead2.googlesyndication.com/ccm/collect?rcb=9&frm=0&ae=g&dl=https%3A%2F%2Fwww.eater.com%2F&scrsrc=www.googletagmanager.com&rnd=338701897.1776805699&navt=n&npa=1&gdpr=1&gdpr_consent=CQjA2wAQjA2wAAcABBENCbFwAAAAAEPgACiQAAAYsgTAAVABoAH4ATgBAACEAE_AP2AhIBDgC8wGMgM-Ae0A-MCMwEegJ0gXagu6C8IF5AL1AXsAvnBfYF-AL9wX9Bf-DAIMBAYEgwMDA4GCoMGAwbBhAGE4MLgw8BiADEQGKYMVgxYAAAAA.YAAACHwAAAAA.IMXQIwAKgAZABaADQAJoAYQA_ACAAEeAJwAgABCACfgFpAP2AhIBDgCMQEvgJvAXmAwUBjIDPgHBAPaAfGBGYCPQE6QJ8gVJAu1BdwGIIMRAxcAA&ep.ads_data_redaction=0&_tu=CA&gtm=45be64h1v9180578071z8859165105za20gzb859165105zd859165105xea&gcs=G100&gcd=13q3p3q2q5l1&dma_cps=-&dma=1&tcfd=10s5b&tag_exp=0~115616986~115938466~115938469~117266400~118128923~118463262&apve=1&apvf=f&apvc=0&tids=AW-926030959&tid=AW-926030959&tft=1776805699030&tfd=1819pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=9&frm=0&ae=g&dl=https%3A%2F%2Fwww.eater.com%2F&scrsrc=www.googletagmanager.com&rnd=338701897.1776805699&navt=n&npa=1&gdpr=1&gdpr_consent=CQjA2wAQjA2wAAcABBENCbFwAAAAAEPgACiQAAAYsgTAAVABoAH4ATgBAACEAE_AP2AhIBDgC8wGMgM-Ae0A-MCMwEegJ0gXagu6C8IF5AL1AXsAvnBfYF-AL9wX9Bf-DAIMBAYEgwMDA4GCoMGAwbBhAGE4MLgw8BiADEQGKYMVgxYAAAAA.YAAACHwAAAAA.IMXQIwAKgAZABaADQAJoAYQA_ACAAEeAJwAgABCACfgFpAP2AhIBDgCMQEvgJvAXmAwUBjIDPgHBAPaAfGBGYCPQE6QJ8gVJAu1BdwGIIMRAxcAA&ep.ads_data_redaction=0&_tu=CA&gtm=45be64h1v9180578071z8859165105za20gzb859165105zd859165105xea&gcs=G100&gcd=13q3p3q2q5l1&dma_cps=-&dma=1&tcfd=10s5b&tag_exp=0~115616986~115938466~115938469~117266400~118128923~118463262&apve=1&apvf=f&apvc=0&tids=AW-926030959&tid=AW-926030959&tft=1776805699030&tfd=1819 — 200 — 21 B — 135 ms — h3https://cdn.cookielaw.org/scripttemplates/202602.1.0/assets/otFlat.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202602.1.0/assets/otFlat.json — 200 — 3.4 KiB — 32 ms — h2https://cdn.cookielaw.org/scripttemplates/202602.1.0/assets/v2/otPcPanel.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202602.1.0/assets/v2/otPcPanel.json — 200 — 13.6 KiB — 33 ms — h2https://cdn.cookielaw.org/scripttemplates/202602.1.0/assets/otCommonStyles.csscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202602.1.0/assets/otCommonStyles.css — 200 — 4.7 KiB — 32 ms — h2https://www.eater.com/static-assets/icons/favicon.icowww.eater.com/static-assets/icons/f... https://www.eater.com/static-assets/icons/favicon.ico — 200 — 1.4 KiB — 3 ms — h3https://www.googletagmanager.com/gtag/js?id=G-GMSWCRTSTY&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-GMSWCRTSTY&cx=c&gtm=4e64h1 — 200 — 150.1 KiB — 76 ms — h3https://cdn.cookielaw.org/logos/static/ot_guard_logo.svgcdn.cookielaw.org/logos/static/ot_g... https://cdn.cookielaw.org/logos/static/ot_guard_logo.svg — 200 — 569 B — 30 ms — h2https://cdn.cookielaw.org/logos/451d8686-ff0b-4065-9afa-6289c6cb87c3/8a5fede8-de4c-4336-852c-010a4c48d827/18f045c0-6116-45d0-9a21-dc108954c296/eater-ot-logo.pngcdn.cookielaw.org/logos/451d8686-ff... https://cdn.cookielaw.org/logos/451d8686-ff0b-4065-9afa-6289c6cb87c3/8a5fede8-de4c-4336-852c-010a4c48d827/18f045c0-6116-45d0-9a21-dc108954c296/eater-ot-logo.png — 200 — 2.2 KiB — 31 ms — h2https://cdn.cookielaw.org/logos/static/powered_by_logo.svgcdn.cookielaw.org/logos/static/powe... https://cdn.cookielaw.org/logos/static/powered_by_logo.svg — 200 — 2.7 KiB — 30 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-GMSWCRTSTY&gtm=45je64h1v880253955z8859165105za20gzb859165105zd859165105&_p=1776805697712&gcs=G100&gcd=13q3q3q2q5l1&npa=1&dma_cps=-&dma=1&tcfd=10s5b&gdid=dYWJhMj&_eu=EAAAAGA&are=1&cid=736373953.1776805699&frm=0&ir=1&pscdl=denied&rcb=16&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938466~115938469~117266400~118128923&uid=&dl=https%3A%2F%2Fwww.eater.com%2F&dr=&sid=1776805699&sct=1&seg=0&dt=Eater&_tu=CA&en=page_view&_fv=1&_nsi=1&_ss=1&ep.ad_block_status=false&ep.community=eater&ep.content_groups_split_1=&ep.content_type=homepage&ep.content_type_category=aggregation&ep.cookie_deprecation_label=noapi&ep.hostname_and_page_path=www.eater.com%2F&ep.internal_groups=&ep.network_community_groups_split_1=eater&ep.network_community_groups_split_2=&ep.network_community_groups_split_3=&ep.network_community_groups_split_4=&ep.network_community_groups_split_5=&ep.network_community_groups_split_6=&ep.page_url=https%3A%2F%2Fwww.eater.com%2F&ep.previous_url=&ep.primary_group=&ep.unique_pageload_id=1394101f-bcb0-4c71-b00b-2a9f0dc0c1f4&ep.vertical=eater&ep.consent_cookies=Strictly%20Necessary%20Cookies&ep.color_mode=light&ep.data_source=web&ep.gtm_tag_name=GA4%20-%20Pageview&up.user_id_dimension=Logged%20Out&up.client_id=no_consent&up.user_agent_string=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F147.0.0.0%20Safari%2F537.36&up.google_identity_user_id=Logged%20Out&up.user_subscription_status=anonymous&up.experiment_groups=&up.is_entitled=false&up.login_user_id=Logged%20Out&up.permutive_id=no_consent&tfd=2118region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-GMSWCRTSTY&gtm=45je64h1v880253955z8859165105za20gzb859165105zd859165105&_p=1776805697712&gcs=G100&gcd=13q3q3q2q5l1&npa=1&dma_cps=-&dma=1&tcfd=10s5b&gdid=dYWJhMj&_eu=EAAAAGA&are=1&cid=736373953.1776805699&frm=0&ir=1&pscdl=denied&rcb=16&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938466~115938469~117266400~118128923&uid=&dl=https%3A%2F%2Fwww.eater.com%2F&dr=&sid=1776805699&sct=1&seg=0&dt=Eater&_tu=CA&en=page_view&_fv=1&_nsi=1&_ss=1&ep.ad_block_status=false&ep.community=eater&ep.content_groups_split_1=&ep.content_type=homepage&ep.content_type_category=aggregation&ep.cookie_deprecation_label=noapi&ep.hostname_and_page_path=www.eater.com%2F&ep.internal_groups=&ep.network_community_groups_split_1=eater&ep.network_community_groups_split_2=&ep.network_community_groups_split_3=&ep.network_community_groups_split_4=&ep.network_community_groups_split_5=&ep.network_community_groups_split_6=&ep.page_url=https%3A%2F%2Fwww.eater.com%2F&ep.previous_url=&ep.primary_group=&ep.unique_pageload_id=1394101f-bcb0-4c71-b00b-2a9f0dc0c1f4&ep.vertical=eater&ep.consent_cookies=Strictly%20Necessary%20Cookies&ep.color_mode=light&ep.data_source=web&ep.gtm_tag_name=GA4%20-%20Pageview&up.user_id_dimension=Logged%20Out&up.client_id=no_consent&up.user_agent_string=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F147.0.0.0%20Safari%2F537.36&up.google_identity_user_id=Logged%20Out&up.user_subscription_status=anonymous&up.experiment_groups=&up.is_entitled=false&up.login_user_id=Logged%20Out&up.permutive_id=no_consent&tfd=2118 — 204 — 548 B — 94 ms — h2https://pagead2.googlesyndication.com/pagead/ping?e=1pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/ping?e=1 — 204 — 20 B — 50 ms — h3https://ad-delivery.net/px.gif?ch=2&e=0.7916752831451589ad-delivery.net/px.gif?ch=2&e=0.791... https://ad-delivery.net/px.gif?ch=2&e=0.7916752831451589 — 200 — 133 B — 22 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.7155338803901129ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.7155338803901129 — 200 — 129 B — 25 ms — h3https://ad-delivery.net/px.gif?ch=1&e=0.7027698433289967ad-delivery.net/px.gif?ch=1&e=0.702... https://ad-delivery.net/px.gif?ch=1&e=0.7027698433289967 — 200 — 112 B — 22 ms — h2https://ab.dns-finder.com/meta/dnsab.dns-finder.com/meta/dns https://ab.dns-finder.com/meta/dns — 200 — 0 B — 2 ms — h2https://ad-delivery.net/px.gif?ch=1&e=0.1426635196946795ad-delivery.net/px.gif?ch=1&e=0.142... https://ad-delivery.net/px.gif?ch=1&e=0.1426635196946795 — 200 — 110 B — 24 ms — h2https://ad-delivery.net/px.gif?ch=2&e=0.27284048905885816ad-delivery.net/px.gif?ch=2&e=0.272... https://ad-delivery.net/px.gif?ch=2&e=0.27284048905885816 — 200 — 133 B — 22 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.8495779894785905ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.8495779894785905 — 200 — 129 B — 26 ms — h3https://ad-delivery.net/px.gif?ch=2&e=0.2656701776399357ad-delivery.net/px.gif?ch=2&e=0.265... https://ad-delivery.net/px.gif?ch=2&e=0.2656701776399357 — 200 — 110 B — 21 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.55974012868541ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.55974012868541 — 200 — 129 B — 25 ms — h3https://ad-delivery.net/px.gif?ch=2&e=0.8876684494129972ad-delivery.net/px.gif?ch=2&e=0.887... https://ad-delivery.net/px.gif?ch=2&e=0.8876684494129972 — 200 — 135 B — 22 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.7684397034942756ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.7684397034942756 — 200 — 129 B — 25 ms — h3https://ad-delivery.net/px.gif?ch=2&e=0.19546035720746746ad-delivery.net/px.gif?ch=2&e=0.195... https://ad-delivery.net/px.gif?ch=2&e=0.19546035720746746 — 200 — 110 B — 22 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.1664523795846764ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.1664523795846764 — 200 — 129 B — 29 ms — h3https://api.btloader.com/country?o=6315858775244800api.btloader.com/country?o=63158587... https://api.btloader.com/country?o=6315858775244800 — 200 — 153 B — 125 ms — h2https://api.btloader.com/pv?nlf=false&tid=wQFv72q4gI-xDvXxRsNw2-9db1df5b33&sid=sFTf1c9Yf9-QqEx0H7LO-9db1df5b33&cv=2.1.187-1-g24d1c87&upapi=trueapi.btloader.com/pv?nlf=false&tid=w... https://api.btloader.com/pv?nlf=false&tid=wQFv72q4gI-xDvXxRsNw2-9db1df5b33&sid=sFTf1c9Yf9-QqEx0H7LO-9db1df5b33&cv=2.1.187-1-g24d1c87&upapi=true — 204 — 40 B — 123 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 1911ms · 1283KB · $25/mo
www.eater.com
Other
Costly
Execution 389ms
Transfer 449 KB
Unused 39%
Monthly Cost $5/mo
Google Tag Manager
Tag Manager
Costly
Execution 328ms
Transfer 185 KB
Unused 29%
Monthly Cost $4/mo
Unattributable
Other
Costly
Execution 282ms
Transfer 0 KB
Monthly Cost $4/mo
www.eater.com
Other
Costly
Execution 233ms
Transfer 37 KB
Monthly Cost $3/mo
securepubads.g.doubleclick.net
Other
Optional
Execution 188ms
Transfer 188 KB
Unused 69%
Monthly Cost $2/mo
www.eater.com
Other
Optional
Execution 157ms
Transfer 42 KB
Monthly Cost $2/mo
cdn.concert.io
Other
Optional
Execution 137ms
Transfer 104 KB
Unused 52%
Monthly Cost $2/mo
OneTrust
Consent
Essential
Execution 88ms
Transfer 129 KB
Unused 47%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 56ms
Transfer 150 KB
Unused 40%
Monthly Cost $1/mo
www.gstatic.com
Other
Optional
Execution 53ms
Transfer 0 KB
Unused 49%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • www.eater.com adds 389ms and costs ~$5/month
  • Google Tag Manager adds 328ms and costs ~$4/month
  • Unattributable adds 282ms and costs ~$4/month
  • www.eater.com adds 233ms and costs ~$3/month

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

www.eater.com takes 389ms 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

Google Tag Manager takes 328ms 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

Unattributable takes 282ms 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

www.eater.com takes 233ms 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

69% of securepubads.g.doubleclick.net'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

52% of cdn.concert.io'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

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

Send Feedback