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.
6.38 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
22.24 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4.10 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.
9.97 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.
24.28 s
Page Load Progression
FPage Weight BudgetAction3.1 MB transferred, 130 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
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 CostAction11155ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 1647ms | 431ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-926030959&cx=c>m=4e64k0h2 | 1540ms | 1402ms | 57ms | 3rd |
| https://www.thrillist.com/_next/static/chunks/framework-65495d36b904136d2d33.js | 1125ms | 901ms | 32ms | 3rd |
| https://www.thrillist.com/ | 920ms | 226ms | 6ms | 3rd |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js | 805ms | 671ms | 93ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-MPCB6D9>m_auth=>m_preview=>m_cookies_win=x | 739ms | 598ms | 97ms | 3rd |
| https://www.thrillist.com/_next/static/chunks/pages/homepage/thrillist-31666d721b993b933389.js | 686ms | 555ms | 3ms | 3rd |
| https://www.thrillist.com/_next/static/chunks/pages/_app-fe2768ac8a0df8711b35.js | 611ms | 416ms | 193ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js | 550ms | 328ms | 77ms | 3rd |
| https://cdn.concert.io/lib/concert-ads/v2-latest/concert_ads.js | 550ms | 439ms | 59ms | 3rd |
Showing top 10 of 22 scripts
FJS BundlesAction40 scripts, 531 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js | 188 KB | 130 KB (69%) | ✓ | 3rd |
| https://www.thrillist.com/_next/static/chunks/pages/_app-fe2768ac8a0df8711b35.js | 237 KB | 120 KB (51%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-MPCB6D9>m_auth=>m_preview=>m_cookies_win=x | 180 KB | 70 KB (39%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-926030959&cx=c>m=4e64k0h2 | 137 KB | 67 KB (49%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js | 129 KB | 61 KB (48%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-08GP3LVJ4D&cx=c>m=4e64k0h2 | 148 KB | 59 KB (40%) | ✓ | 3rd |
| https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js | 34 KB | 23 KB (68%) | ✓ | 3rd |
| https://www.thrillist.com/_next/static/chunks/1818.f53772fb821ec58056bb.js | 1 KB | — | ✓ | 3rd |
| https://c.amazon-adsystem.com/bao-csm/aps-comm/aps_csm.js | 3 KB | — | ✓ | 3rd |
| https://www.thrillist.com/_next/static/chunks/7797-2c2788b2a6cc4a6ae7c8.js | 4 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 InventoryAction130 resources · 3.1 MB · 531 KB savings availableFIX
~530.5 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 130 resources | 3.1 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
A+Text CompressionAll text resources are compressedPASS
AImage Optimization25 images, 0 KB saveablePASS
A+Font Loading9 fonts (311 KB)PASS
Web fonts
9
311 KB total
Render-blocking
0
of 9
Dominant font-display
swap
Most common across fonts
Font loading timeline
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 CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints10 hints, 0 missing preconnectsPASS
Current Resource Hints
10 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 Waterfall130 requests over 5551msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 1647ms | 0 KB | — | €9/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 1540ms | 137 KB | 49% | €8/mo | Costly |
www.thrillist.com www.thrillist.com | Other | 1125ms | 40 KB | — | €6/mo | Costly |
www.thrillist.com www.thrillist.com | Other | 920ms | 62 KB | — | €5/mo | Costly |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 805ms | 188 KB | 69% | €4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 739ms | 180 KB | 39% | €4/mo | Costly |
www.thrillist.com www.thrillist.com | Other | 686ms | 6 KB | — | €4/mo | Costly |
www.thrillist.com www.thrillist.com | Other | 611ms | 237 KB | 51% | €3/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 550ms | 129 KB | 48% | €3/mo | Essential |
cdn.concert.io cdn.concert.io | Other | 550ms | 104 KB | — | €3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 382ms | 148 KB | 40% | €2/mo | Costly |
c.amazon-adsystem.com c.amazon-adsystem.com | Other | 272ms | 91 KB | — | €1/mo | Costly |
btloader.com btloader.com | Other | 254ms | 37 KB | — | €1/mo | Costly |
pub.doubleverify.com pub.doubleverify.com | Other | 192ms | 34 KB | — | €1/mo | Optional |
Google Analytics www.google-analytics.com | Analytics | 145ms | 21 KB | — | €1/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 143ms | 1 KB | — | €1/mo | Essential |
www.thrillist.com www.thrillist.com | Other | 142ms | 17 KB | — | €1/mo | Optional |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 133ms | 34 KB | — | €1/mo | Optional |
secure.cdn.fastclick.net secure.cdn.fastclick.net | Other | 90ms | 22 KB | — | €0/mo | Optional |
carloforward.com carloforward.com | Other | 82ms | 36 KB | — | €0/mo | Optional |
ajax.googleapis.com ajax.googleapis.com | Other | 77ms | 34 KB | 68% | €0/mo | Optional |
config.aps.amazon-adsystem.com config.aps.amazon-adsystem.com | Other | 68ms | 4 KB | — | €0/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 1647ms and costs ~€9/month
- Google Tag Manager adds 1540ms and costs ~€8/month
- www.thrillist.com adds 1125ms and costs ~€6/month
- www.thrillist.com adds 920ms and costs ~€5/month
- securepubads.g.doubleclick.net adds 805ms and costs ~€4/month
- Google Tag Manager adds 739ms and costs ~€4/month
- www.thrillist.com adds 686ms and costs ~€4/month
- www.thrillist.com adds 611ms and costs ~€3/month
- cdn.concert.io adds 550ms and costs ~€3/month
- Google Tag Manager adds 382ms and costs ~€2/month
- c.amazon-adsystem.com adds 272ms and costs ~€1/month
- btloader.com adds 254ms and costs ~€1/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
Unattributable takes 1647ms 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 1540ms 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.thrillist.com takes 1125ms 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.thrillist.com takes 920ms 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 805ms 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
69% 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
Google Tag Manager takes 739ms 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.thrillist.com takes 686ms 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.thrillist.com takes 611ms 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 www.thrillist.com'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
cdn.concert.io takes 550ms 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 382ms 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
c.amazon-adsystem.com takes 272ms 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
btloader.com takes 254ms 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
68% of ajax.googleapis.com'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