Performance
· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.75 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
11.12 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.60 s
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.
7.38 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.
27.97 s
Page Load Progression
FPage Weight BudgetAction4.1 MB transferred, 152 requestsFIX
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
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.
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.
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.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction7087ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.eater.com/_next/static/chunks/pages/_app-00464cad4eea785f.js | 1855ms | 1487ms | 258ms | 3rd |
| Unattributable | 955ms | 98ms | 0ms | 3rd |
| https://www.eater.com/ | 790ms | 20ms | 1ms | 3rd |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js | 655ms | 575ms | 53ms | 3rd |
| https://www.eater.com/_next/static/chunks/framework-42f3b70da36e8d96.js | 579ms | 532ms | 18ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-WQ5FM5W | 446ms | 393ms | 47ms | 3rd |
| https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 402ms | 311ms | 69ms | 3rd |
| https://cdn.doubleverify.com/dv-measurements9761.js | 333ms | 267ms | 56ms | 3rd |
| https://cdn.concert.io/lib/concert-ads/v2-latest/concert_ads.js | 282ms | 233ms | 31ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-926030959&cx=c>m=4e64k0h2 | 220ms | 149ms | 26ms | 3rd |
Showing top 10 of 17 scripts
FJS BundlesAction43 scripts, 963 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.eater.com/_next/static/chunks/pages/_app-00464cad4eea785f.js | 448 KB | 177 KB (39%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 0 KB | 176 KB (49%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 362 KB | 176 KB (49%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 362 KB | 176 KB (49%) | ✓ | 3rd |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js | 188 KB | 97 KB (52%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-926030959&cx=c>m=4e64k0h2 | 138 KB | 70 KB (51%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-WQ5FM5W | 185 KB | 55 KB (30%) | ✓ | 3rd |
| https://cdn.doubleverify.com/dv-measurements9761.js | 94 KB | 37 KB (39%) | ✓ | 3rd |
| https://www.eater.com/_next/static/chunks/main-f97e7480d56b8635.js | 31 KB | — | ✓ | 3rd |
| https://cdn.concert.io/lib/concert-ads/v2-latest/concert_ads.js | 104 KB | — | ✓ | 3rd |
Consider code splitting or tree shaking to reduce unused code.
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.
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.
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.
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.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
FPage Weight InventoryAction152 resources · 4.1 MB · 963 KB savings availableFIX
~962.8 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 152 resources | 4.1 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization38 images, 0 KB saveableREVIEW
A+Text CompressionAll text resources are compressedPASS
A+Font Loading5 fonts (281 KB)PASS
Web fonts
5
281 KB total
Render-blocking
0
of 5
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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 CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints16 hints, 0 missing preconnectsPASS
Current Resource Hints
16 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Axis12 Ltd
Network Waterfall152 requests over 5003msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.eater.com www.eater.com | Other | 1855ms | 448 KB | 39% | $25/mo | Costly |
Unattributable Unattributable | Other | 955ms | 0 KB | — | $13/mo | Costly |
www.eater.com www.eater.com | Other | 790ms | 37 KB | — | $10/mo | Costly |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 655ms | 188 KB | 52% | $9/mo | Costly |
www.eater.com www.eater.com | Other | 579ms | 42 KB | — | $8/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 446ms | 185 KB | 30% | $6/mo | Costly |
www.gstatic.com www.gstatic.com | Other | 402ms | 0 KB | 49% | $5/mo | Costly |
cdn.doubleverify.com cdn.doubleverify.com | Other | 333ms | 94 KB | 39% | $4/mo | Costly |
cdn.concert.io cdn.concert.io | Other | 282ms | 104 KB | — | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 220ms | 138 KB | 51% | $3/mo | Costly |
btloader.com btloader.com | Other | 103ms | 37 KB | — | $1/mo | Optional |
c.amazon-adsystem.com c.amazon-adsystem.com | Other | 96ms | 91 KB | — | $1/mo | Optional |
pub.doubleverify.com pub.doubleverify.com | Other | 94ms | 34 KB | — | $1/mo | Optional |
tps.doubleverify.com tps.doubleverify.com | Other | 80ms | 1 KB | — | $1/mo | Optional |
www.googletagservices.com www.googletagservices.com | Other | 71ms | 34 KB | — | $1/mo | Optional |
www.eater.com www.eater.com | Other | 70ms | 31 KB | — | $1/mo | Optional |
cdn.doubleverify.com cdn.doubleverify.com | Other | 57ms | 4 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- www.eater.com adds 1855ms and costs ~$25/month
- Unattributable adds 955ms and costs ~$13/month
- www.eater.com adds 790ms and costs ~$10/month
- securepubads.g.doubleclick.net adds 655ms and costs ~$9/month
- www.eater.com adds 579ms and costs ~$8/month
- Google Tag Manager adds 446ms and costs ~$6/month
- www.gstatic.com adds 402ms and costs ~$5/month
- cdn.doubleverify.com adds 333ms and costs ~$4/month
- cdn.concert.io adds 282ms and costs ~$4/month
- Google Tag Manager adds 220ms and costs ~$3/month
100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
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 1855ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Unattributable takes 955ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
www.eater.com takes 790ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
securepubads.g.doubleclick.net takes 655ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
52% of securepubads.g.doubleclick.net's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
www.eater.com takes 579ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 446ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
www.gstatic.com takes 402ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
cdn.doubleverify.com takes 333ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
cdn.concert.io takes 282ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 220ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
51% of Google Tag Manager's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev