Skip to content
https://vulture.com

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
70
GRADE
C
FIX
6
REVIEW
2
PASS
7
INFO
2

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

32
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
82
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
96
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.

4.27 s

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

6.23 s

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

1.23 s

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

0.220

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

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

14.77 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
17
7 PASS 2 REVIEW 6 FIX
F
Page Weight Budget
Action
4.8 MB transferred, 158 requests
FIX
4.8 MB transferred, 158 requests
Critical::
Page weighs 8.0 MB (4.8 MB transferred)
Warning::
Images are 3.4 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 3.4 MB
Warning::
JavaScript is 856 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 856 KB
Info::
Fonts are 222 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 222 KB
Warning::
158 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.0 g CO2 per page load
4.8 MB / 2.4 MB budget
4.8 MB transferred
158 requests
1.0 g CO2 per page load
Images 3.4 MiB 70%
JavaScript 855.7 KiB 17%
HTML 307.9 KiB 6%
Fonts 222.1 KiB 5%
Other 29.0 KiB 1%
Other 27.3 KiB 1%
Other 8.6 KiB 0%
Other 382 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

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.8 MiB of 4.8 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Execution Cost
Action
7162ms total JS execution
FIX
7162ms total JS execution
Warning::
https://www.vulture.com/: 1881ms CPU time
Warning::
Unattributable: 1317ms CPU time
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 1240ms CPU time
Warning::
https://cdn.concert.io/lib/concert-ads/v2-latest/c...: 1191ms CPU time
Warning::
https://metrics.vulture.com/gtm.js?id=GTM-NL7LR9Z: 528ms CPU time
Warning::
Third-party scripts: 7162ms (100% of total)

Main Thread Breakdown

Script Evaluation 50% Other 21% Style & Layout 10% Script Parsing & Compilation 7% Rendering 7%
ScriptTotalScriptingParse/CompileParty
https://www.vulture.com/1881ms349ms148ms3rd
Unattributable1317ms134ms0ms3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js1240ms1085ms58ms3rd
https://cdn.concert.io/lib/concert-ads/v2-latest/concert_ads.js1191ms810ms59ms3rd
https://metrics.vulture.com/gtm.js?id=GTM-NL7LR9Z528ms428ms72ms3rd
https://btloader.com/tag?o=6315858775244800&upapi=true180ms158ms10ms3rd
https://www.googletagservices.com/tag/js/gpt.js173ms122ms50ms3rd
https://pub.doubleverify.com/dvtag/21236410/DV464041/pub.js169ms133ms17ms3rd
https://c.amazon-adsystem.com/aax2/apstag.js146ms101ms33ms3rd
https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js142ms81ms61ms3rd

Showing top 10 of 12 scripts

D
JS Bundles
Action
21 scripts, 308 KB unused
FIX
21 scripts, 308 KB unused
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 108 KB unused (57%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://metrics.vulture.com/gtm.js?id=GTM-NL7LR9Z: 49 KB unused (29%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://c.amazon-adsystem.com/aax2/apstag.js: 38 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.concert.io/lib/concert-ads/v2-latest/c...: 34 KB unused (51%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://pagead2.googlesyndication.com/pagead/js/ad...: 33 KB unused (62%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 308 KB
308 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js188 KB108 KB (57%)3rd
https://metrics.vulture.com/gtm.js?id=GTM-NL7LR9Z170 KB49 KB (29%)3rd
https://c.amazon-adsystem.com/aax2/apstag.js91 KB38 KB (42%)3rd
https://cdn.concert.io/lib/concert-ads/v2-latest/concert_ads.js104 KB34 KB (51%)3rd
https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js54 KB33 KB (62%)3rd
https://www.googletagservices.com/tag/js/gpt.js34 KB24 KB (71%)3rd
https://assets.zephr.com/zephr-browser/1.9.1/zephr-browser.umd.js34 KB22 KB (65%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-NL7LR9Z&gtg_health=10 KB3rd
https://sb.scorecardresearch.com/internal-cs/default/beacon-and.js8 KB3rd
https://c.amazon-adsystem.com/bao-csm/aps-comm/aps_csm.js3 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

D
Page Weight Inventory
Action
158 resources · 4.8 MB · 308 KB savings available
FIX
158 resources · 4.8 MB · 308 KB savings available
Warning::
Page weight 3.8 MB over 1MB target
Got: 4.8 MB Expected: ≤ 1 MB
Info::
~308 KB of savings available
Warning::
157 third-party resources (100% of weight)
Info::
2 resources over 200KB
158 resources · 4.8 MiB · 157 third-party 3.8 MiB over 1MB target
Image 70% · 3.4 MiB
JavaScript 18% · 859.1 KiB
Document 6% · 308.2 KiB
Font 5% · 222.1 KiB
Other 1% · 55.3 KiB

~308.4 KiB of savings available

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

No Cache-Control header

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

C
Image Optimization
Action
74 images, 0 KB saveable
REVIEW
74 images, 0 KB saveable
Warning::
https://pyxis.nymag.com/v1/imgs/665/007/2f08023bee... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://pyxis.nymag.com/v1/imgs/344/c8a/22f5b9b1ae... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://pyxis.nymag.com/v1/imgs/34e/82b/ab0f269445... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
74 images 3.4 MB
0 oversized -0 KB
10 legacy format
4 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
5 fonts (222 KB)
PASS
5 fonts (222 KB)
Info::
5 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

5

222 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 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 4.3 s LCP 6.2 shttps://fonts.nymag.com/elderkin/Elderkin.woff2Elderkin.woff2 https://fonts.nymag.com/elderkin/Elderkin.woff2 — 21.0 KiB — 204 ms — font-display: swaphttps://fonts.nymag.com/miller/Miller_Text_Roman.woff2Miller_Text_Roman.woff2 https://fonts.nymag.com/miller/Miller_Text_Roman.woff2 — 49.1 KiB — 16 ms — font-display: swaphttps://fonts.nymag.com/miller/Miller_Text_Italic.woff2Miller_Text_Italic.woff2 https://fonts.nymag.com/miller/Miller_Text_Italic.woff2 — 51.4 KiB — 30 ms — font-display: swaphttps://fonts.nymag.com/miller/Miller_Text_Bold.woff2Miller_Text_Bold.woff2 https://fonts.nymag.com/miller/Miller_Text_Bold.woff2 — 48.8 KiB — 24 ms — font-display: swaphttps://fonts.nymag.com/miller/Miller_Text_Bold_Italic.woff2Miller_Text_Bold_Italic... https://fonts.nymag.com/miller/Miller_Text_Bold_Italic.woff2 — 51.8 KiB — 3 ms — font-display: swap
Elderkin.woff2 woff2 swap
Size 21 KB
Load time 204 ms
Start 182 ms
Risk FOUT — text flashes from fallback to web font
Miller_Text_Roman.woff2 woff2 swap
Size 49 KB
Load time 16 ms
Start 184 ms
Risk FOUT — text flashes from fallback to web font
Miller_Text_Italic.woff2 woff2 swap
Size 51 KB
Load time 30 ms
Start 184 ms
Risk FOUT — text flashes from fallback to web font
Miller_Text_Bold.woff2 woff2 swap
Size 49 KB
Load time 24 ms
Start 184 ms
Risk FOUT — text flashes from fallback to web font
Miller_Text_Bold_Italic... woff2 swap
Size 52 KB
Load time 3 ms
Start 475 ms
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
2 hints, 0 missing preconnects
PASS
2 hints, 0 missing preconnects
Info::
Page uses 2 resource hint(s)

Current Resource Hints

preconnect
2
preload
dns-prefetch
prefetch

2 resource hints configured

A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
Network Waterfall
158 requests over 4549ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 4.3 s LCP 6.2 shttps://vulture.com// https://vulture.com/ — 301 — 379 B — 11 ms — h2https://www.vulture.com/www.vulture.com/ https://www.vulture.com/ — 200 — 290.3 KiB — 17 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 — 111 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 — 195 ms — h2https://assets.nymag.com/media/components/customer-alert-banner/alert.svgassets.nymag.com/media/components/c... https://assets.nymag.com/media/components/customer-alert-banner/alert.svg — 200 — 511 B — 43 ms — h2https://assets.nymag.com/media/components/customer-alert-banner/double_chevron.svgassets.nymag.com/media/components/c... https://assets.nymag.com/media/components/customer-alert-banner/double_chevron.svg — 200 — 544 B — 41 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — -1 — 0 B — 289 ms — https://assets.nymag.com/media/components/customer-alert-banner/close_x.svgassets.nymag.com/media/components/c... https://assets.nymag.com/media/components/customer-alert-banner/close_x.svg — 200 — 335 B — 23 ms — h2https://pyxis.nymag.com/v1/imgs/665/007/2f08023beec7eb33deae492eb65488870a-Peter-Hook.rhorizontal.w380.jpgpyxis.nymag.com/v1/imgs/665/007/2f0... https://pyxis.nymag.com/v1/imgs/665/007/2f08023beec7eb33deae492eb65488870a-Peter-Hook.rhorizontal.w380.jpg — 200 — 13.1 KiB — 361 ms — h2https://pyxis.nymag.com/v1/imgs/34e/82b/ab0f2694456c3f03e4c987600513d49702-coachella.rsquare-zoom.w95.jpgpyxis.nymag.com/v1/imgs/34e/82b/ab0... https://pyxis.nymag.com/v1/imgs/34e/82b/ab0f2694456c3f03e4c987600513d49702-coachella.rsquare-zoom.w95.jpg — 200 — 3.2 KiB — 231 ms — h2https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js — 200 — 54.2 KiB — 151 ms — h3https://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 — 150 ms — h3https://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 — 155 ms — h2https://pyxis.nymag.com/v1/imgs/344/c8a/22f5b9b1ae614249269be5eb88a84f70ae-pat-train-silo.rdeep-vertical.w200.pngpyxis.nymag.com/v1/imgs/344/c8a/22f... https://pyxis.nymag.com/v1/imgs/344/c8a/22f5b9b1ae614249269be5eb88a84f70ae-pat-train-silo.rdeep-vertical.w200.png — 200 — 42.9 KiB — 63 ms — h2https://pyxis.nymag.com/v1/imgs/e32/415/f928d8141e4fcf3585aabc6d811077f627-disneyceo.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/e32/415/f92... https://pyxis.nymag.com/v1/imgs/e32/415/f928d8141e4fcf3585aabc6d811077f627-disneyceo.rsquare.w400.jpg — 200 — 12.2 KiB — 301 ms — h2https://pyxis.nymag.com/v1/imgs/5a1/fc6/e4d650ba7edf4c3be5cd5b0cd6df675560-streamliner-4-13-2026.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/5a1/fc6/e4d... https://pyxis.nymag.com/v1/imgs/5a1/fc6/e4d650ba7edf4c3be5cd5b0cd6df675560-streamliner-4-13-2026.rsquare.w400.jpg — 200 — 16.3 KiB — 60 ms — h2https://pyxis.nymag.com/v1/imgs/2ce/f47/ea2fa425965f2d3044997724439beddd6d-popculturejeopardu.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/2ce/f47/ea2... https://pyxis.nymag.com/v1/imgs/2ce/f47/ea2fa425965f2d3044997724439beddd6d-popculturejeopardu.rsquare.w400.jpg — 200 — 17.4 KiB — 257 ms — h2https://pyxis.nymag.com/v1/imgs/5e3/a90/e49fd407e99d01a905cbecd32f3a61d2fe-matilda-1996.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/5e3/a90/e49... https://pyxis.nymag.com/v1/imgs/5e3/a90/e49fd407e99d01a905cbecd32f3a61d2fe-matilda-1996.rsquare.w400.jpg — 200 — 29.4 KiB — 383 ms — h2https://pyxis.nymag.com/v1/imgs/89b/1d2/101c8559bb11cccb42364622c4308d2020-Janet-Jackson.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/89b/1d2/101... https://pyxis.nymag.com/v1/imgs/89b/1d2/101c8559bb11cccb42364622c4308d2020-Janet-Jackson.rsquare.w400.jpg — 200 — 26.6 KiB — 321 ms — h2https://pyxis.nymag.com/v1/imgs/01a/257/221520cb41b46f9a83794b644fb3d1dc35-15-soderbergh-ranking.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/01a/257/221... https://pyxis.nymag.com/v1/imgs/01a/257/221520cb41b46f9a83794b644fb3d1dc35-15-soderbergh-ranking.rsquare.w400.jpg — 200 — 21.7 KiB — 90 ms — h2https://pyxis.nymag.com/v1/imgs/95a/647/dd790fb0401fcd3543ff3adf8b77fbb9d2-Practical-Magic-2.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/95a/647/dd7... https://pyxis.nymag.com/v1/imgs/95a/647/dd790fb0401fcd3543ff3adf8b77fbb9d2-Practical-Magic-2.rsquare.w400.jpg — 200 — 13.5 KiB — 87 ms — h2https://pyxis.nymag.com/v1/imgs/5fb/34d/1174ee0c6dc24b5fc3ee523b16961cadf3-rebel-wilson-2.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/5fb/34d/117... https://pyxis.nymag.com/v1/imgs/5fb/34d/1174ee0c6dc24b5fc3ee523b16961cadf3-rebel-wilson-2.rsquare.w400.jpg — 200 — 15.1 KiB — 59 ms — h2https://pyxis.nymag.com/v1/imgs/013/f08/d63c2400f0e0b6d66218d2101e0de12411-charlize-theron.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/013/f08/d63... https://pyxis.nymag.com/v1/imgs/013/f08/d63c2400f0e0b6d66218d2101e0de12411-charlize-theron.rsquare.w400.jpg — 200 — 14.7 KiB — 60 ms — h2https://pyxis.nymag.com/v1/imgs/dd3/164/3ef90318a624bf09780d01eaf5a22d1d26-natalie-portman.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/dd3/164/3ef... https://pyxis.nymag.com/v1/imgs/dd3/164/3ef90318a624bf09780d01eaf5a22d1d26-natalie-portman.rsquare.w400.jpg — 200 — 20.3 KiB — 90 ms — h2https://pyxis.nymag.com/v1/imgs/e89/d7c/074a6289fd43493668c647654a39a312f1-cinemacon-split.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/e89/d7c/074... https://pyxis.nymag.com/v1/imgs/e89/d7c/074a6289fd43493668c647654a39a312f1-cinemacon-split.rsquare.w400.jpg — 200 — 20.4 KiB — 91 ms — h2https://pyxis.nymag.com/v1/imgs/66c/80c/f4d001fe3a28cd796538c1afcc0d707a9c-bluehero-review.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/66c/80c/f4d... https://pyxis.nymag.com/v1/imgs/66c/80c/f4d001fe3a28cd796538c1afcc0d707a9c-bluehero-review.rsquare.w400.jpg — 200 — 11.5 KiB — 60 ms — h2https://pyxis.nymag.com/v1/imgs/5ed/978/603487c2f4419857815b7a11bf42b9b133-west-wilson-cheating.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/5ed/978/603... https://pyxis.nymag.com/v1/imgs/5ed/978/603487c2f4419857815b7a11bf42b9b133-west-wilson-cheating.rsquare.w400.jpg — 200 — 21.5 KiB — 343 ms — h2https://pyxis.nymag.com/v1/imgs/e0e/db4/05a79f1a881e25072e2fbd80e56b4fb372-taylor-frankie-dakota.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/e0e/db4/05a... https://pyxis.nymag.com/v1/imgs/e0e/db4/05a79f1a881e25072e2fbd80e56b4fb372-taylor-frankie-dakota.rsquare.w400.jpg — 200 — 20.3 KiB — 97 ms — h2https://pyxis.nymag.com/v1/imgs/057/c74/c16064e45a218fb5310d1525a3bcffe772-Devin-Yalkin---Adewale-Final-Art.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/057/c74/c16... https://pyxis.nymag.com/v1/imgs/057/c74/c16064e45a218fb5310d1525a3bcffe772-Devin-Yalkin---Adewale-Final-Art.rsquare.w400.jpg — 200 — 12.6 KiB — 87 ms — h2https://pyxis.nymag.com/v1/imgs/2b1/010/f469cf263fdca61a1010f6546400e064d0-stassi-scheana.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/2b1/010/f46... https://pyxis.nymag.com/v1/imgs/2b1/010/f469cf263fdca61a1010f6546400e064d0-stassi-scheana.rsquare.w400.jpg — 200 — 37.0 KiB — 355 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 4.3 s LCP 6.2 shttps://vulture.com// https://vulture.com/ — 301 — 379 B — 11 ms — h2https://www.vulture.com/www.vulture.com/ https://www.vulture.com/ — 200 — 290.3 KiB — 17 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 — 111 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 — 195 ms — h2https://assets.nymag.com/media/components/customer-alert-banner/alert.svgassets.nymag.com/media/components/c... https://assets.nymag.com/media/components/customer-alert-banner/alert.svg — 200 — 511 B — 43 ms — h2https://assets.nymag.com/media/components/customer-alert-banner/double_chevron.svgassets.nymag.com/media/components/c... https://assets.nymag.com/media/components/customer-alert-banner/double_chevron.svg — 200 — 544 B — 41 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — -1 — 0 B — 289 ms — https://assets.nymag.com/media/components/customer-alert-banner/close_x.svgassets.nymag.com/media/components/c... https://assets.nymag.com/media/components/customer-alert-banner/close_x.svg — 200 — 335 B — 23 ms — h2https://pyxis.nymag.com/v1/imgs/665/007/2f08023beec7eb33deae492eb65488870a-Peter-Hook.rhorizontal.w380.jpgpyxis.nymag.com/v1/imgs/665/007/2f0... https://pyxis.nymag.com/v1/imgs/665/007/2f08023beec7eb33deae492eb65488870a-Peter-Hook.rhorizontal.w380.jpg — 200 — 13.1 KiB — 361 ms — h2https://pyxis.nymag.com/v1/imgs/34e/82b/ab0f2694456c3f03e4c987600513d49702-coachella.rsquare-zoom.w95.jpgpyxis.nymag.com/v1/imgs/34e/82b/ab0... https://pyxis.nymag.com/v1/imgs/34e/82b/ab0f2694456c3f03e4c987600513d49702-coachella.rsquare-zoom.w95.jpg — 200 — 3.2 KiB — 231 ms — h2https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js — 200 — 54.2 KiB — 151 ms — h3https://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 — 150 ms — h3https://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 — 155 ms — h2https://pyxis.nymag.com/v1/imgs/344/c8a/22f5b9b1ae614249269be5eb88a84f70ae-pat-train-silo.rdeep-vertical.w200.pngpyxis.nymag.com/v1/imgs/344/c8a/22f... https://pyxis.nymag.com/v1/imgs/344/c8a/22f5b9b1ae614249269be5eb88a84f70ae-pat-train-silo.rdeep-vertical.w200.png — 200 — 42.9 KiB — 63 ms — h2https://pyxis.nymag.com/v1/imgs/e32/415/f928d8141e4fcf3585aabc6d811077f627-disneyceo.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/e32/415/f92... https://pyxis.nymag.com/v1/imgs/e32/415/f928d8141e4fcf3585aabc6d811077f627-disneyceo.rsquare.w400.jpg — 200 — 12.2 KiB — 301 ms — h2https://pyxis.nymag.com/v1/imgs/5a1/fc6/e4d650ba7edf4c3be5cd5b0cd6df675560-streamliner-4-13-2026.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/5a1/fc6/e4d... https://pyxis.nymag.com/v1/imgs/5a1/fc6/e4d650ba7edf4c3be5cd5b0cd6df675560-streamliner-4-13-2026.rsquare.w400.jpg — 200 — 16.3 KiB — 60 ms — h2https://pyxis.nymag.com/v1/imgs/2ce/f47/ea2fa425965f2d3044997724439beddd6d-popculturejeopardu.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/2ce/f47/ea2... https://pyxis.nymag.com/v1/imgs/2ce/f47/ea2fa425965f2d3044997724439beddd6d-popculturejeopardu.rsquare.w400.jpg — 200 — 17.4 KiB — 257 ms — h2https://pyxis.nymag.com/v1/imgs/5e3/a90/e49fd407e99d01a905cbecd32f3a61d2fe-matilda-1996.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/5e3/a90/e49... https://pyxis.nymag.com/v1/imgs/5e3/a90/e49fd407e99d01a905cbecd32f3a61d2fe-matilda-1996.rsquare.w400.jpg — 200 — 29.4 KiB — 383 ms — h2https://pyxis.nymag.com/v1/imgs/89b/1d2/101c8559bb11cccb42364622c4308d2020-Janet-Jackson.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/89b/1d2/101... https://pyxis.nymag.com/v1/imgs/89b/1d2/101c8559bb11cccb42364622c4308d2020-Janet-Jackson.rsquare.w400.jpg — 200 — 26.6 KiB — 321 ms — h2https://pyxis.nymag.com/v1/imgs/01a/257/221520cb41b46f9a83794b644fb3d1dc35-15-soderbergh-ranking.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/01a/257/221... https://pyxis.nymag.com/v1/imgs/01a/257/221520cb41b46f9a83794b644fb3d1dc35-15-soderbergh-ranking.rsquare.w400.jpg — 200 — 21.7 KiB — 90 ms — h2https://pyxis.nymag.com/v1/imgs/95a/647/dd790fb0401fcd3543ff3adf8b77fbb9d2-Practical-Magic-2.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/95a/647/dd7... https://pyxis.nymag.com/v1/imgs/95a/647/dd790fb0401fcd3543ff3adf8b77fbb9d2-Practical-Magic-2.rsquare.w400.jpg — 200 — 13.5 KiB — 87 ms — h2https://pyxis.nymag.com/v1/imgs/5fb/34d/1174ee0c6dc24b5fc3ee523b16961cadf3-rebel-wilson-2.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/5fb/34d/117... https://pyxis.nymag.com/v1/imgs/5fb/34d/1174ee0c6dc24b5fc3ee523b16961cadf3-rebel-wilson-2.rsquare.w400.jpg — 200 — 15.1 KiB — 59 ms — h2https://pyxis.nymag.com/v1/imgs/013/f08/d63c2400f0e0b6d66218d2101e0de12411-charlize-theron.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/013/f08/d63... https://pyxis.nymag.com/v1/imgs/013/f08/d63c2400f0e0b6d66218d2101e0de12411-charlize-theron.rsquare.w400.jpg — 200 — 14.7 KiB — 60 ms — h2https://pyxis.nymag.com/v1/imgs/dd3/164/3ef90318a624bf09780d01eaf5a22d1d26-natalie-portman.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/dd3/164/3ef... https://pyxis.nymag.com/v1/imgs/dd3/164/3ef90318a624bf09780d01eaf5a22d1d26-natalie-portman.rsquare.w400.jpg — 200 — 20.3 KiB — 90 ms — h2https://pyxis.nymag.com/v1/imgs/e89/d7c/074a6289fd43493668c647654a39a312f1-cinemacon-split.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/e89/d7c/074... https://pyxis.nymag.com/v1/imgs/e89/d7c/074a6289fd43493668c647654a39a312f1-cinemacon-split.rsquare.w400.jpg — 200 — 20.4 KiB — 91 ms — h2https://pyxis.nymag.com/v1/imgs/66c/80c/f4d001fe3a28cd796538c1afcc0d707a9c-bluehero-review.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/66c/80c/f4d... https://pyxis.nymag.com/v1/imgs/66c/80c/f4d001fe3a28cd796538c1afcc0d707a9c-bluehero-review.rsquare.w400.jpg — 200 — 11.5 KiB — 60 ms — h2https://pyxis.nymag.com/v1/imgs/5ed/978/603487c2f4419857815b7a11bf42b9b133-west-wilson-cheating.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/5ed/978/603... https://pyxis.nymag.com/v1/imgs/5ed/978/603487c2f4419857815b7a11bf42b9b133-west-wilson-cheating.rsquare.w400.jpg — 200 — 21.5 KiB — 343 ms — h2https://pyxis.nymag.com/v1/imgs/e0e/db4/05a79f1a881e25072e2fbd80e56b4fb372-taylor-frankie-dakota.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/e0e/db4/05a... https://pyxis.nymag.com/v1/imgs/e0e/db4/05a79f1a881e25072e2fbd80e56b4fb372-taylor-frankie-dakota.rsquare.w400.jpg — 200 — 20.3 KiB — 97 ms — h2https://pyxis.nymag.com/v1/imgs/057/c74/c16064e45a218fb5310d1525a3bcffe772-Devin-Yalkin---Adewale-Final-Art.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/057/c74/c16... https://pyxis.nymag.com/v1/imgs/057/c74/c16064e45a218fb5310d1525a3bcffe772-Devin-Yalkin---Adewale-Final-Art.rsquare.w400.jpg — 200 — 12.6 KiB — 87 ms — h2https://pyxis.nymag.com/v1/imgs/2b1/010/f469cf263fdca61a1010f6546400e064d0-stassi-scheana.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/2b1/010/f46... https://pyxis.nymag.com/v1/imgs/2b1/010/f469cf263fdca61a1010f6546400e064d0-stassi-scheana.rsquare.w400.jpg — 200 — 37.0 KiB — 355 ms — h2https://pyxis.nymag.com/v1/imgs/d2c/7c1/e02d068cbbdc6f5937617ab7a48e9e238c-christopher-meloni.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/d2c/7c1/e02... https://pyxis.nymag.com/v1/imgs/d2c/7c1/e02d068cbbdc6f5937617ab7a48e9e238c-christopher-meloni.rsquare.w400.jpg — 200 — 10.9 KiB — 87 ms — h2https://pyxis.nymag.com/v1/imgs/851/362/97add7efeb8fc527841fbdd2453b057e1d-color-theories-moss-torres.rsquare.w190.jpgpyxis.nymag.com/v1/imgs/851/362/97a... https://pyxis.nymag.com/v1/imgs/851/362/97add7efeb8fc527841fbdd2453b057e1d-color-theories-moss-torres.rsquare.w190.jpg — 200 — 9.9 KiB — 87 ms — h2https://pyxis.nymag.com/v1/imgs/b7d/b02/4191c9959e85a6021a635263effebc8ca1-kenkirby.rsquare-zoom.w100.jpgpyxis.nymag.com/v1/imgs/b7d/b02/419... https://pyxis.nymag.com/v1/imgs/b7d/b02/4191c9959e85a6021a635263effebc8ca1-kenkirby.rsquare-zoom.w100.jpg — 200 — 2.2 KiB — 234 ms — h2https://pyxis.nymag.com/v1/imgs/6f1/99a/c89ca320b45810c04c8636adb2dd8db24d-ciara-miller.rsquare-zoom.w100.jpgpyxis.nymag.com/v1/imgs/6f1/99a/c89... https://pyxis.nymag.com/v1/imgs/6f1/99a/c89ca320b45810c04c8636adb2dd8db24d-ciara-miller.rsquare-zoom.w100.jpg — 200 — 2.3 KiB — 87 ms — h2https://pyxis.nymag.com/v1/imgs/0df/be5/fc06ff3b30c2fd27dcb4cd1916313f1e65-bob-kimmel.rsquare-zoom.w100.jpgpyxis.nymag.com/v1/imgs/0df/be5/fc0... https://pyxis.nymag.com/v1/imgs/0df/be5/fc06ff3b30c2fd27dcb4cd1916313f1e65-bob-kimmel.rsquare-zoom.w100.jpg — 200 — 2.0 KiB — 87 ms — h2https://pyxis.nymag.com/v1/imgs/4a4/051/00e1c2c8f71ecbcde5a0b2105bf8767277-Isa-Briones-lede.rsquare-zoom.w100.jpgpyxis.nymag.com/v1/imgs/4a4/051/00e... https://pyxis.nymag.com/v1/imgs/4a4/051/00e1c2c8f71ecbcde5a0b2105bf8767277-Isa-Briones-lede.rsquare-zoom.w100.jpg — 200 — 1.9 KiB — 87 ms — h2https://pyxis.nymag.com/v1/imgs/7c2/ae4/9ef1900c24cf430da95962a2bbee329a2a-megan-thee-stallion.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/7c2/ae4/9ef... https://pyxis.nymag.com/v1/imgs/7c2/ae4/9ef1900c24cf430da95962a2bbee329a2a-megan-thee-stallion.rsquare.w400.jpg — 200 — 12.5 KiB — 87 ms — h2https://pyxis.nymag.com/v1/imgs/bb3/ab4/c16825c76393530320498ad82b21f443f2-d4vd-lede.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/bb3/ab4/c16... https://pyxis.nymag.com/v1/imgs/bb3/ab4/c16825c76393530320498ad82b21f443f2-d4vd-lede.rsquare.w400.jpg — 200 — 22.8 KiB — 96 ms — h2https://pyxis.nymag.com/v1/imgs/0a3/7e9/2ad3c46580d3ca69f3e82b8868341f33fa-billie-eilish.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/0a3/7e9/2ad... https://pyxis.nymag.com/v1/imgs/0a3/7e9/2ad3c46580d3ca69f3e82b8868341f33fa-billie-eilish.rsquare.w400.jpg — 200 — 15.9 KiB — 96 ms — h2https://pyxis.nymag.com/v1/imgs/745/ddb/e22def68941b7b62f679ba1cbc2faaaaaa-zara-panthress.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/745/ddb/e22... https://pyxis.nymag.com/v1/imgs/745/ddb/e22def68941b7b62f679ba1cbc2faaaaaa-zara-panthress.rsquare.w400.jpg — 200 — 15.7 KiB — 96 ms — h2https://pyxis.nymag.com/v1/imgs/0ed/034/fd6e365317bbc7a55fc642d3a653b428ae-zaynmalik-louistomlinson.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/0ed/034/fd6... https://pyxis.nymag.com/v1/imgs/0ed/034/fd6e365317bbc7a55fc642d3a653b428ae-zaynmalik-louistomlinson.rsquare.w400.jpg — 200 — 23.2 KiB — 119 ms — h2https://pyxis.nymag.com/v1/imgs/f4a/40e/36a76a878179755e202fc582c625836b83-madonna-sabrina.rsquare.w400.pngpyxis.nymag.com/v1/imgs/f4a/40e/36a... https://pyxis.nymag.com/v1/imgs/f4a/40e/36a76a878179755e202fc582c625836b83-madonna-sabrina.rsquare.w400.png — 200 — 117.6 KiB — 122 ms — h2https://pyxis.nymag.com/v1/imgs/6ef/64f/0ebea3c48ccbb5d67a5adadebed70d1056-zayn-.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/6ef/64f/0eb... https://pyxis.nymag.com/v1/imgs/6ef/64f/0ebea3c48ccbb5d67a5adadebed70d1056-zayn-.rsquare.w400.jpg — 200 — 14.9 KiB — 117 ms — h2https://pyxis.nymag.com/v1/imgs/422/eb7/96c19247754e012333db1a59cb39df5308-oliviarodrigo-dropdead-1.rsquare.w400.pngpyxis.nymag.com/v1/imgs/422/eb7/96c... https://pyxis.nymag.com/v1/imgs/422/eb7/96c19247754e012333db1a59cb39df5308-oliviarodrigo-dropdead-1.rsquare.w400.png — 200 — 123.5 KiB — 127 ms — h2https://pyxis.nymag.com/v1/imgs/e32/29c/988f868a6abf2826ff104ea9744d7d1fdd-oliviarodrigo-video.rsquare.w400.pngpyxis.nymag.com/v1/imgs/e32/29c/988... https://pyxis.nymag.com/v1/imgs/e32/29c/988f868a6abf2826ff104ea9744d7d1fdd-oliviarodrigo-video.rsquare.w400.png — 200 — 145.0 KiB — 239 ms — h2https://pyxis.nymag.com/v1/imgs/93b/4b0/7223a5d13dd1e658bc9fe1f5e4362df2fe-29-street-fighter.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/93b/4b0/722... https://pyxis.nymag.com/v1/imgs/93b/4b0/7223a5d13dd1e658bc9fe1f5e4362df2fe-29-street-fighter.rsquare.w400.jpg — 200 — 19.0 KiB — 121 ms — h2https://pyxis.nymag.com/v1/imgs/b4a/fe0/5c7d554165d6231b2b1b3b715f78a173f8-ariana-grande.rsquare.w400.pngpyxis.nymag.com/v1/imgs/b4a/fe0/5c7... https://pyxis.nymag.com/v1/imgs/b4a/fe0/5c7d554165d6231b2b1b3b715f78a173f8-ariana-grande.rsquare.w400.png — 200 — 141.4 KiB — 139 ms — h2https://pyxis.nymag.com/v1/imgs/9ab/20f/3c1dc60f8ec76656188618d1dfd66dda59-taskmaster-blog.rsquare.w400.pngpyxis.nymag.com/v1/imgs/9ab/20f/3c1... https://pyxis.nymag.com/v1/imgs/9ab/20f/3c1dc60f8ec76656188618d1dfd66dda59-taskmaster-blog.rsquare.w400.png — 200 — 111.9 KiB — 129 ms — h2https://pyxis.nymag.com/v1/imgs/e54/337/316e7878a7b3fa79ebe84f9ea69bb753d1-letterman-blog.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/e54/337/316... https://pyxis.nymag.com/v1/imgs/e54/337/316e7878a7b3fa79ebe84f9ea69bb753d1-letterman-blog.rsquare.w400.jpg — 200 — 11.9 KiB — 127 ms — h2https://pyxis.nymag.com/v1/imgs/939/637/1031a744c4b51547c97b6befa3c53bd863-reggie-season2.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/939/637/103... https://pyxis.nymag.com/v1/imgs/939/637/1031a744c4b51547c97b6befa3c53bd863-reggie-season2.rsquare.w400.jpg — 200 — 15.7 KiB — 236 ms — h2https://pyxis.nymag.com/v1/imgs/f64/847/60b82541f73fa5aaa79604ec1d9dbc8b53-snl-fashion.rsquare.w400.pngpyxis.nymag.com/v1/imgs/f64/847/60b... https://pyxis.nymag.com/v1/imgs/f64/847/60b82541f73fa5aaa79604ec1d9dbc8b53-snl-fashion.rsquare.w400.png — 200 — 118.1 KiB — 240 ms — h2https://pyxis.nymag.com/v1/imgs/36d/51e/22bbc0db97f4f4dc498149793d4019d8de-malcom-review.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/36d/51e/22b... https://pyxis.nymag.com/v1/imgs/36d/51e/22bbc0db97f4f4dc498149793d4019d8de-malcom-review.rsquare.w400.jpg — 200 — 23.0 KiB — 134 ms — h2https://pyxis.nymag.com/v1/imgs/307/c6a/11458d461fb3b56ff570aebd03d5a7d755-bigmistakes.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/307/c6a/114... https://pyxis.nymag.com/v1/imgs/307/c6a/11458d461fb3b56ff570aebd03d5a7d755-bigmistakes.rsquare.w400.jpg — 200 — 15.6 KiB — 126 ms — h2https://pyxis.nymag.com/v1/imgs/d62/ede/e806feaa6524358725dfe57b5186b1e813-hacks-season5.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/d62/ede/e80... https://pyxis.nymag.com/v1/imgs/d62/ede/e806feaa6524358725dfe57b5186b1e813-hacks-season5.rsquare.w400.jpg — 200 — 14.2 KiB — 127 ms — h2https://pyxis.nymag.com/v1/imgs/0d5/1ba/fa82c0a0371f30fa518ad8204813540494-Fallen-Angel-0138r.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/0d5/1ba/fa8... https://pyxis.nymag.com/v1/imgs/0d5/1ba/fa82c0a0371f30fa518ad8204813540494-Fallen-Angel-0138r.rsquare.w400.jpg — 200 — 28.1 KiB — 128 ms — h2https://pyxis.nymag.com/v1/imgs/f72/e12/302df6d93aa3ab264c43650feeb5468c1c-proof-broadway.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/f72/e12/302... https://pyxis.nymag.com/v1/imgs/f72/e12/302df6d93aa3ab264c43650feeb5468c1c-proof-broadway.rsquare.w400.jpg — 200 — 25.3 KiB — 137 ms — h2https://pyxis.nymag.com/v1/imgs/0d6/492/b8d6b94e2fd614b107309a3466b3fa27e8-fear13-review.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/0d6/492/b8d... https://pyxis.nymag.com/v1/imgs/0d6/492/b8d6b94e2fd614b107309a3466b3fa27e8-fear13-review.rsquare.w400.jpg — 200 — 11.9 KiB — 240 ms — h2https://pyxis.nymag.com/v1/imgs/139/a97/45bbee00e55f37f2c4c5b60ade88aad123-dogday-lede.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/139/a97/45b... https://pyxis.nymag.com/v1/imgs/139/a97/45bbee00e55f37f2c4c5b60ade88aad123-dogday-lede.rsquare.w400.jpg — 200 — 23.0 KiB — 242 ms — h2https://pyxis.nymag.com/v1/imgs/506/276/52e91f11eb8684a34c8086aa61b0a2e8c4-titanique-digital.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/506/276/52e... https://pyxis.nymag.com/v1/imgs/506/276/52e91f11eb8684a34c8086aa61b0a2e8c4-titanique-digital.rsquare.w400.jpg — 200 — 36.5 KiB — 245 ms — h2https://pyxis.nymag.com/v1/imgs/ce1/6ad/7e2aa8ded24bbbdcf1c093e249e82bab92-catsball-review.rsquare.w190.jpgpyxis.nymag.com/v1/imgs/ce1/6ad/7e2... https://pyxis.nymag.com/v1/imgs/ce1/6ad/7e2aa8ded24bbbdcf1c093e249e82bab92-catsball-review.rsquare.w190.jpg — 200 — 10.6 KiB — 127 ms — h2https://pyxis.nymag.com/v1/imgs/9b9/5ab/028ff74b23e8bebb1e27a6a98d7bcbb591-benahlers.rsquare-zoom.w100.jpgpyxis.nymag.com/v1/imgs/9b9/5ab/028... https://pyxis.nymag.com/v1/imgs/9b9/5ab/028ff74b23e8bebb1e27a6a98d7bcbb591-benahlers.rsquare-zoom.w100.jpg — 200 — 1.4 KiB — 127 ms — h2https://pyxis.nymag.com/v1/imgs/53a/e80/f496ff9c1ba9fe7322691f9cb5a0f75781-deathofasalesman-6.rsquare-zoom.w100.jpgpyxis.nymag.com/v1/imgs/53a/e80/f49... https://pyxis.nymag.com/v1/imgs/53a/e80/f496ff9c1ba9fe7322691f9cb5a0f75781-deathofasalesman-6.rsquare-zoom.w100.jpg — 200 — 1.6 KiB — 127 ms — h2https://pyxis.nymag.com/v1/imgs/56a/117/f28c995a3ef22b151687c1b1913fdf580d-pink-tonys.rsquare-zoom.w100.jpgpyxis.nymag.com/v1/imgs/56a/117/f28... https://pyxis.nymag.com/v1/imgs/56a/117/f28c995a3ef22b151687c1b1913fdf580d-pink-tonys.rsquare-zoom.w100.jpg — 200 — 3.8 KiB — 128 ms — h2https://pyxis.nymag.com/v1/imgs/081/6e0/3a1ccc576bbe68a83746468a5cc3b5ee59-Rachel-Zegler-Ben-Platt-lede.rsquare-zoom.w100.jpgpyxis.nymag.com/v1/imgs/081/6e0/3a1... https://pyxis.nymag.com/v1/imgs/081/6e0/3a1ccc576bbe68a83746468a5cc3b5ee59-Rachel-Zegler-Ben-Platt-lede.rsquare-zoom.w100.jpg — 200 — 2.6 KiB — 132 ms — h2https://assets.nymag.com/media/sites/vulture/squiggle-hr.svgassets.nymag.com/media/sites/vultur... https://assets.nymag.com/media/sites/vulture/squiggle-hr.svg — 200 — 505 B — 131 ms — h2https://pyxis.nymag.com/v1/imgs/7ae/15c/9cf87ee16779be3cf1f294699dfa092bc2-famesickreview.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/7ae/15c/9cf... https://pyxis.nymag.com/v1/imgs/7ae/15c/9cf87ee16779be3cf1f294699dfa092bc2-famesickreview.rsquare.w400.jpg — 200 — 17.9 KiB — 138 ms — h2https://assets.nymag.com/media/components/most-popular/most-popular-vulture-title.svgassets.nymag.com/media/components/m... https://assets.nymag.com/media/components/most-popular/most-popular-vulture-title.svg — 200 — 1.5 KiB — 131 ms — h2https://pyxis.nymag.com/v1/imgs/755/1a5/fb71dced788f5ca8d0c40530a92a200adc-lena-book.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/755/1a5/fb7... https://pyxis.nymag.com/v1/imgs/755/1a5/fb71dced788f5ca8d0c40530a92a200adc-lena-book.rsquare.w400.jpg — 200 — 31.4 KiB — 139 ms — h2https://pyxis.nymag.com/v1/imgs/3d3/b93/7a0f9716ba86a6c0fa6bd7a87860dc5eed-peterhujar-lede.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/3d3/b93/7a0... https://pyxis.nymag.com/v1/imgs/3d3/b93/7a0f9716ba86a6c0fa6bd7a87860dc5eed-peterhujar-lede.rsquare.w400.jpg — 200 — 23.2 KiB — 136 ms — h2https://pyxis.nymag.com/v1/imgs/1b5/7d9/29b8f07497f7d6716233e2f6fc0c913763-thehousemaid.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/1b5/7d9/29b... https://pyxis.nymag.com/v1/imgs/1b5/7d9/29b8f07497f7d6716233e2f6fc0c913763-thehousemaid.rsquare.w400.jpg — 200 — 18.5 KiB — 136 ms — h2https://pyxis.nymag.com/v1/imgs/aee/c0d/37d25d8ebecdcfb4f34e0af87eefbfc223-5under35-2026.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/aee/c0d/37d... https://pyxis.nymag.com/v1/imgs/aee/c0d/37d25d8ebecdcfb4f34e0af87eefbfc223-5under35-2026.rsquare.w400.jpg — 200 — 26.7 KiB — 136 ms — h2https://pyxis.nymag.com/v1/imgs/d45/6c0/8956bff882c71d26d51240804f0173c480-jerry-film.rsquare.w400.pngpyxis.nymag.com/v1/imgs/d45/6c0/895... https://pyxis.nymag.com/v1/imgs/d45/6c0/8956bff882c71d26d51240804f0173c480-jerry-film.rsquare.w400.png — 200 — 142.2 KiB — 140 ms — h2https://pyxis.nymag.com/v1/imgs/a38/a90/653bd5f5a85864fd1a49a48d7c3ce0d504-yesteryear-jerry-2026-1.rsquare.w400.gifpyxis.nymag.com/v1/imgs/a38/a90/653... https://pyxis.nymag.com/v1/imgs/a38/a90/653bd5f5a85864fd1a49a48d7c3ce0d504-yesteryear-jerry-2026-1.rsquare.w400.gif — 200 — 1.6 MiB — 173 ms — h2https://pyxis.nymag.com/v1/imgs/5b8/70b/77c9b5369dda491ae25e5daafd030c99f4-Caravaggio.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/5b8/70b/77c... https://pyxis.nymag.com/v1/imgs/5b8/70b/77c9b5369dda491ae25e5daafd030c99f4-Caravaggio.rsquare.w400.jpg — 200 — 13.7 KiB — 136 ms — h2https://pyxis.nymag.com/v1/imgs/37c/1dd/c7ba410b0bbdefc167ee04f8391d8e4e5b-nicole-eisenman-installation---9.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/37c/1dd/c7b... https://pyxis.nymag.com/v1/imgs/37c/1dd/c7ba410b0bbdefc167ee04f8391d8e4e5b-nicole-eisenman-installation---9.rsquare.w400.jpg — 200 — 11.6 KiB — 137 ms — h2https://pyxis.nymag.com/v1/imgs/f28/b5a/96ffd11d0282f88d38a2b55861fcedbb3d-0O2A9641--IC-Noah-Dillon.rsquare.w400.jpgpyxis.nymag.com/v1/imgs/f28/b5a/96f... https://pyxis.nymag.com/v1/imgs/f28/b5a/96ffd11d0282f88d38a2b55861fcedbb3d-0O2A9641--IC-Noah-Dillon.rsquare.w400.jpg — 200 — 10.3 KiB — 137 ms — h2https://metrics.vulture.com/gtm.js?id=GTM-NL7LR9Zmetrics.vulture.com/gtm.js?id=GTM-N... https://metrics.vulture.com/gtm.js?id=GTM-NL7LR9Z — 200 — 169.7 KiB — 470 ms — h2https://fonts.nymag.com/elderkin/Elderkin.woff2fonts.nymag.com/elderkin/Elderkin.w... https://fonts.nymag.com/elderkin/Elderkin.woff2 — 200 — 21.0 KiB — 204 ms — h2https://fonts.nymag.com/miller/Miller_Text_Roman.woff2fonts.nymag.com/miller/Miller_Text_... https://fonts.nymag.com/miller/Miller_Text_Roman.woff2 — 200 — 49.1 KiB — 16 ms — h2https://fonts.nymag.com/miller/Miller_Text_Italic.woff2fonts.nymag.com/miller/Miller_Text_... https://fonts.nymag.com/miller/Miller_Text_Italic.woff2 — 200 — 51.4 KiB — 30 ms — h2https://fonts.nymag.com/miller/Miller_Text_Bold.woff2fonts.nymag.com/miller/Miller_Text_... https://fonts.nymag.com/miller/Miller_Text_Bold.woff2 — 200 — 48.8 KiB — 24 ms — h2https://assets.nymag.com/media/sites/vulture/vulture-arrow-simple.svgassets.nymag.com/media/sites/vultur... https://assets.nymag.com/media/sites/vulture/vulture-arrow-simple.svg — 200 — 566 B — 3 ms — h3https://assets.zephr.com/zephr-browser/1.9.1/zephr-browser.umd.jsassets.zephr.com/zephr-browser/1.9.... https://assets.zephr.com/zephr-browser/1.9.1/zephr-browser.umd.js — 200 — 34.0 KiB — 105 ms — h2https://www.vulture.com/oauth/user/profilewww.vulture.com/oauth/user/profile https://www.vulture.com/oauth/user/profile — 200 — 216 B — 226 ms — h2https://monacobeatles.com/bundles/8298300175/a7aa2989de6a1aac0ef836d0eb.min.jsmonacobeatles.com/bundles/829830017... https://monacobeatles.com/bundles/8298300175/a7aa2989de6a1aac0ef836d0eb.min.js — 200 — 36.3 KiB — 146 ms — h2https://www.vulture.com/blaize/anonymous-sessionwww.vulture.com/blaize/anonymous-se... https://www.vulture.com/blaize/anonymous-session — 201 — 900 B — 164 ms — h3https://pyxis.nymag.com/v1/imgs/4db/da5/68d3dfe944bcf5b4b34d2e45738138befd-Bang-Si-hyuk.rsquare.w536.jpgpyxis.nymag.com/v1/imgs/4db/da5/68d... https://pyxis.nymag.com/v1/imgs/4db/da5/68d3dfe944bcf5b4b34d2e45738138befd-Bang-Si-hyuk.rsquare.w536.jpg — 200 — 15.2 KiB — 6 ms — h3https://fonts.nymag.com/miller/Miller_Text_Bold_Italic.woff2fonts.nymag.com/miller/Miller_Text_... https://fonts.nymag.com/miller/Miller_Text_Bold_Italic.woff2 — 200 — 51.8 KiB — 3 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 — 7 ms — h2https://pub.doubleverify.com/dvtag/signals/ids/pub.json?ctx=21236410&cmp=DV464041&url=https%3A%2F%2Fvulture.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%2Fvulture.com&ids=1&token=IWHv%2FO9QXX98lnr4%2FO9qVFZtXzqNtAjIx3dWGDbnAZ6P5wPw5sZ8VeRfag%2BvwY3a1gzPrKlAfRoxuwuXwA01LAf1Q7r4M7je%2Bsf2A2rIMIpZahqPe5%2BsFYyskSHDVkUclVFLWY%2BseDxm9nJFLSioYQ%3D%3D — 200 — 359 B — 86 ms — h3https://pub.doubleverify.com/dvtag/signals/bsc/pub.json?ctx=21236410&cmp=DV464041&url=https%3A%2F%2Fvulture.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%2Fvulture.com&bsc=1&abs=1&token=IWHv%2FO9QXX98lnr4%2FO9qVFZtXzqNtAjIx3dWGDbnAZ6P5wPw5sZ8VeRfag%2BvwY3a1gzPrKlAfRoxuwuXwA01LAf1Q7r4M7je%2Bsf2A2rIMIpZahqPe5%2BsFYyskSHDVkUclVFLWY%2BseDxm9nJFLSioYQ%3D%3D — 200 — 626 B — 49 ms — h3https://www.vulture.com/SendEventDatawww.vulture.com/SendEventData https://www.vulture.com/SendEventData — 200 — 644 B — 359 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-NL7LR9Z&gtg_health=1www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-NL7LR9Z&gtg_health=1 — 200 — 392 B — 159 ms — h2https://client.nymag.com/_nymcid?nymcid=0231fbb7871d069e7d90b5c7f2c46dfd.1776807212514client.nymag.com/_nymcid?nymcid=023... https://client.nymag.com/_nymcid?nymcid=0231fbb7871d069e7d90b5c7f2c46dfd.1776807212514 — 200 — 1.5 KiB — 91 ms — h2https://sb.scorecardresearch.com/cs/7976662/beacon.jssb.scorecardresearch.com/cs/7976662... https://sb.scorecardresearch.com/cs/7976662/beacon.js — 302 — 266 B — 136 ms — h2https://client.thecut.com/_nymcid?nymcid=0231fbb7871d069e7d90b5c7f2c46dfd.1776807212514client.thecut.com/_nymcid?nymcid=02... https://client.thecut.com/_nymcid?nymcid=0231fbb7871d069e7d90b5c7f2c46dfd.1776807212514 — 200 — 1.5 KiB — 72 ms — h2https://public.profitwell.com/js/profitwell.js?auth=2d1c024c7e0c8a7449a9e35d2b494e7bpublic.profitwell.com/js/profitwell... https://public.profitwell.com/js/profitwell.js?auth=2d1c024c7e0c8a7449a9e35d2b494e7b — 200 — 9.7 KiB — 82 ms — h2https://client.grubstreet.com/_nymcid?nymcid=0231fbb7871d069e7d90b5c7f2c46dfd.1776807212514client.grubstreet.com/_nymcid?nymci... https://client.grubstreet.com/_nymcid?nymcid=0231fbb7871d069e7d90b5c7f2c46dfd.1776807212514 — 200 — 1.5 KiB — 62 ms — h2https://client.curbed.com/_nymcid?nymcid=0231fbb7871d069e7d90b5c7f2c46dfd.1776807212514client.curbed.com/_nymcid?nymcid=02... https://client.curbed.com/_nymcid?nymcid=0231fbb7871d069e7d90b5c7f2c46dfd.1776807212514 — 200 — 1.5 KiB — 47 ms — h2https://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 — 82 ms — h2https://concertads-configs.vox-cdn.com/clay/vulture/config.jsonconcertads-configs.vox-cdn.com/clay... https://concertads-configs.vox-cdn.com/clay/vulture/config.json — 200 — 8.2 KiB — 81 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 — 159 ms — h3https://sb.scorecardresearch.com/internal-cs/default/beacon-and.jssb.scorecardresearch.com/internal-c... https://sb.scorecardresearch.com/internal-cs/default/beacon-and.js — 200 — 7.8 KiB — 5 ms — h2https://client.vulture.com/_nymcid/extendclient.vulture.com/_nymcid/extend https://client.vulture.com/_nymcid/extend — 200 — 304 B — 42 ms — h2https://btloader.com/tag?o=6315858775244800&upapi=truebtloader.com/tag?o=6315858775244800... https://btloader.com/tag?o=6315858775244800&upapi=true — 200 — 36.8 KiB — 107 ms — h2https://cdn.concert.io/lookup/aHR0cHM6Ly93d3cudnVsdHVyZS5jb20v.jsoncdn.concert.io/lookup/aHR0cHM6Ly93d... https://cdn.concert.io/lookup/aHR0cHM6Ly93d3cudnVsdHVyZS5jb20v.json — 200 — 2.0 KiB — 301 ms — h3https://cdn.concert.io/fins/segmentcdn.concert.io/fins/segment https://cdn.concert.io/fins/segment — 200 — 0 B — 217 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 — 47 ms — h2https://c.amazon-adsystem.com/cdn/prod/config?src=3176&u=https%3A%2F%2Fwww.vulture.comc.amazon-adsystem.com/cdn/prod/conf... https://c.amazon-adsystem.com/cdn/prod/config?src=3176&u=https%3A%2F%2Fwww.vulture.com — 200 — 1.7 KiB — 115 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 — 304 B — 95 ms — h2https://sb.scorecardresearch.com/b?c1=2&c2=7976662&cs_it=m1&cv=4.13.1%2B2508250908&ns__t=1776807213471&ns_c=UTF-8&cs_cfg=1100110&c7=https%3A%2F%2Fwww.vulture.com%2F&c8=Vulture%20-%20Entertainment%20News%20-%20TV%2C%20Movies%2C%20Music%2C%20Books%2C%20Theater%2C%20Art&c9=sb.scorecardresearch.com/b?c1=2&c2=... https://sb.scorecardresearch.com/b?c1=2&c2=7976662&cs_it=m1&cv=4.13.1%2B2508250908&ns__t=1776807213471&ns_c=UTF-8&cs_cfg=1100110&c7=https%3A%2F%2Fwww.vulture.com%2F&c8=Vulture%20-%20Entertainment%20News%20-%20TV%2C%20Movies%2C%20Music%2C%20Books%2C%20Theater%2C%20Art&c9= — 204 — 224 B — 35 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 — 38 ms — h3https://aax.amazon-adsystem.com/e/dtb/bidaax.amazon-adsystem.com/e/dtb/bid https://aax.amazon-adsystem.com/e/dtb/bid — 200 — 0 B — 42 ms — h2https://ad-delivery.net/px.gif?ch=2&e=0.20694292916987422ad-delivery.net/px.gif?ch=2&e=0.206... https://ad-delivery.net/px.gif?ch=2&e=0.20694292916987422 — 200 — 109 B — 89 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.5873905095261536ad.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.5873905095261536 — 200 — 129 B — 75 ms — h3https://cdn.btloader.com/cchecker.html?upapi=truecdn.btloader.com/cchecker.html?upap... https://cdn.btloader.com/cchecker.html?upapi=true — 200 — 779 B — 88 ms — h2https://ad-delivery.net/px.gif?ch=1&e=0.8846848593866555ad-delivery.net/px.gif?ch=1&e=0.884... https://ad-delivery.net/px.gif?ch=1&e=0.8846848593866555 — 200 — 611 B — 80 ms — h2https://ab.dns-finder.com/meta/dnsab.dns-finder.com/meta/dns https://ab.dns-finder.com/meta/dns — 200 — 233 B — 192 ms — h2https://cdn.api.btloader.com/device?orgid=6315858775244800&model=moto+g+power+%282022%29&platformVersion=11.0&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&model=moto+g+power+%282022%29&platformVersion=11.0&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 — 376 B — 104 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 — 72 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 — 49 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 — 67 ms — h2https://cdn.concert.io/fins/segmentcdn.concert.io/fins/segment https://cdn.concert.io/fins/segment — 200 — 295 B — 133 ms — h3https://pub.doubleverify.com/dvtag/signals/vlp/pub.json?ctx=21236410&cmp=DV464041&url=https%3A%2F%2Fvulture.com&vlp=1&slot-0-%2F172968584%2Fnym.vulture%2Fhomepage%40mobile_med_rec_athena_homepage=300x250%2C1030x590%2C325x508%2C325x204&slot-1-%2F172968584%2Fnym.vulture%2Fhomepage%40mobile_med_rec_athena_homepage_1=300x250%2C1030x590%2C325x508%2C325x204&slot-2-%2F172968584%2Fnym.vulture%2Fhomepage%40homepage_spotlight_native=240x265&slot-3-%2F172968584%2Fnym.vulture%2Fhomepage%40mobile_footer_article_feature=320x50%2C320x100%2C320x250%2C1030x590%2C325x508%2C325x204&slot-4-%2F172968584%2Fnym.vulture%2Fhomepage%40category_section_mobile=300x250%2C1030x590%2C325x508%2C325x204&slot-5-%2F172968584%2Fnym.vulture%2Fhomepage%40category_section_mobile_1=300x250%2C1030x590%2C325x508%2C325x204&slot-6-%2F172968584%2Fnym.vulture%2Fhomepage%40category_section_mobile_2=300x250%2C1030x590%2C325x508%2C325x204&slot-7-%2F172968584%2Fnym.vulture%2Fhomepage%40category_section_mobile_3=300x250%2C1030x590%2C325x508%2C325x204&slot-8-%2F172968584%2Fnym.vulture%2Fhomepage%40category_section_mobile_4=300x250%2C1030x590%2C325x508%2C325x204&slot-9-%2F172968584%2Fnym.vulture%2Fhomepage%40category_section_mobile_5=300x250%2C1030x590%2C325x508%2C325x204&slot-10-%2F172968584%2Fnym.vulture%2Fhomepage%40category_section_mobile_6=300x250%2C1030x590%2C325x508%2C325x204&slot-11-%2F172968584%2Fnym.vulture%2Fhomepage%40category_section_mobile_7=300x250%2C1030x590%2C325x508%2C325x204&slot-12-%2F172968584%2Fnym.vulture%2Fhomepage%40recirc_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%2Fvulture.com&vlp=1&slot-0-%2F172968584%2Fnym.vulture%2Fhomepage%40mobile_med_rec_athena_homepage=300x250%2C1030x590%2C325x508%2C325x204&slot-1-%2F172968584%2Fnym.vulture%2Fhomepage%40mobile_med_rec_athena_homepage_1=300x250%2C1030x590%2C325x508%2C325x204&slot-2-%2F172968584%2Fnym.vulture%2Fhomepage%40homepage_spotlight_native=240x265&slot-3-%2F172968584%2Fnym.vulture%2Fhomepage%40mobile_footer_article_feature=320x50%2C320x100%2C320x250%2C1030x590%2C325x508%2C325x204&slot-4-%2F172968584%2Fnym.vulture%2Fhomepage%40category_section_mobile=300x250%2C1030x590%2C325x508%2C325x204&slot-5-%2F172968584%2Fnym.vulture%2Fhomepage%40category_section_mobile_1=300x250%2C1030x590%2C325x508%2C325x204&slot-6-%2F172968584%2Fnym.vulture%2Fhomepage%40category_section_mobile_2=300x250%2C1030x590%2C325x508%2C325x204&slot-7-%2F172968584%2Fnym.vulture%2Fhomepage%40category_section_mobile_3=300x250%2C1030x590%2C325x508%2C325x204&slot-8-%2F172968584%2Fnym.vulture%2Fhomepage%40category_section_mobile_4=300x250%2C1030x590%2C325x508%2C325x204&slot-9-%2F172968584%2Fnym.vulture%2Fhomepage%40category_section_mobile_5=300x250%2C1030x590%2C325x508%2C325x204&slot-10-%2F172968584%2Fnym.vulture%2Fhomepage%40category_section_mobile_6=300x250%2C1030x590%2C325x508%2C325x204&slot-11-%2F172968584%2Fnym.vulture%2Fhomepage%40category_section_mobile_7=300x250%2C1030x590%2C325x508%2C325x204&slot-12-%2F172968584%2Fnym.vulture%2Fhomepage%40recirc_oop=1x1&token=IWHv%2FO9QXX98lnr4%2FO9qVFZtXzqNtAjIx3dWGDbnAZ6P5wPw5sZ8VeRfag%2BvwY3a1gzPrKlAfRoxuwuXwA01LAf1Q7r4M7je%2Bsf2A2rIMIpZahqPe5%2BsFYyskSHDVkUclVFLWY%2BseDxm9nJFLSioYQ%3D%3D — 200 — 408 B — 61 ms — h3https://api.btloader.com/exd?tid=4WhUN7Hk-t2vBdjIf-9db1f679df&sid=yAzlWFAf-joyAPBXcJB-9db1f679e0&cv=2.1.187-1-g24d1c87&upapi=trueapi.btloader.com/exd?tid=4WhUN7Hk-t... https://api.btloader.com/exd?tid=4WhUN7Hk-t2vBdjIf-9db1f679df&sid=yAzlWFAf-joyAPBXcJB-9db1f679e0&cv=2.1.187-1-g24d1c87&upapi=true — 204 — 109 B — 197 ms — h2https://vtrk.dv.tech/?ec=dvtag&ea=ad-request&ctx=21236410&cmp=DV464041&cd111=success&cm106=0&cm107=199&cd112=modern&cd115=&cm116=0&cd102=b68ea28&cd103=&cd107=7f492e7c-630c-4374-b640-b1170ac6e83c&cd109=modern&cd200=com&cd108=&cd105=21236410&cd106=DV464041&cd104=www.vulture.com&cd101=ad-request&cm101=1&cid=954e6ca5-3c8d-45c5-996e-9e1318700f9f&t=event&v=1&z=954e6ca5-3c8d-45c5-996e-9e1318700f9f&cd160=954e6ca5-3c8d-45c5-996e-9e1318700f9fvtrk.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=199&cd112=modern&cd115=&cm116=0&cd102=b68ea28&cd103=&cd107=7f492e7c-630c-4374-b640-b1170ac6e83c&cd109=modern&cd200=com&cd108=&cd105=21236410&cd106=DV464041&cd104=www.vulture.com&cd101=ad-request&cm101=1&cid=954e6ca5-3c8d-45c5-996e-9e1318700f9f&t=event&v=1&z=954e6ca5-3c8d-45c5-996e-9e1318700f9f&cd160=954e6ca5-3c8d-45c5-996e-9e1318700f9f — 204 — 209 B — 78 ms — h3https://vtrk.dv.tech/?ec=dvtag&ea=legacy-ad-request&ctx=21236410&cmp=DV464041&cd111=success&cm106=1&cm107=196&cd112=legacy&cd115=&cm116=0&cd102=b68ea28&cd103=&cd107=7f492e7c-630c-4374-b640-b1170ac6e83c&cd109=modern&cd200=com&cd108=&cd105=21236410&cd106=DV464041&cd104=www.vulture.com&cd101=legacy-ad-request&cm101=1&cid=c2534986-b844-4ecd-ab1b-1db07b1b9c48&t=event&v=1&z=c2534986-b844-4ecd-ab1b-1db07b1b9c48&cd160=c2534986-b844-4ecd-ab1b-1db07b1b9c48vtrk.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=196&cd112=legacy&cd115=&cm116=0&cd102=b68ea28&cd103=&cd107=7f492e7c-630c-4374-b640-b1170ac6e83c&cd109=modern&cd200=com&cd108=&cd105=21236410&cd106=DV464041&cd104=www.vulture.com&cd101=legacy-ad-request&cm101=1&cid=c2534986-b844-4ecd-ab1b-1db07b1b9c48&t=event&v=1&z=c2534986-b844-4ecd-ab1b-1db07b1b9c48&cd160=c2534986-b844-4ecd-ab1b-1db07b1b9c48 — 204 — 173 B — 81 ms — h3https://pagead2.googlesyndication.com/gampad/ads?pvsid=3578929128822362&correlator=2754745890309755&eid=31097657%2C31084129&output=ldjh&gdfp_req=1&vrg=202604160201&ptt=17&impl=fif&iu_parts=172968584%2Cnym.vulture%2Chomepage&enc_prev_ius=%2F0%2F1%2F2&prev_iu_szs=1x1&ifi=1&dids=div-gpt-ad-recirc_oop&adfs=31596962&sfv=1-0-45&ists=1&eri=1&sc=1&abxe=1&dt=1776807213882&lmt=1776807213&adxs=0&adys=0&biw=412&bih=823&scr_x=0&scr_y=0&btvi=0&ucis=1&oid=2&u_his=2&u_h=823&u_w=412&u_ah=823&u_aw=412&u_cd=24&u_sd=1.75&dmc=8&bc=31&nvt=1&uach=WyJBbmRyb2lkIiwiMTEuMCIsIiIsIm1vdG8gZyBwb3dlciAoMjAyMikiLCIxNDcuMC4wLjAiLG51bGwsMSxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNDcuMC43NzI3LjEwMSJdLFsiTm90LkEvQnJhbmQiLCI4LjAuMC4wIl1dLDBd&url=https%3A%2F%2Fwww.vulture.com%2F&vis=1&psz=1x1&msz=1x0&fws=4&ohw=1&dlt=1776807212527&idt=1065&prev_scp=slot_name%3Drecirc_oop%26position%3Drecirc_oop%26c_sv%3D4%26dvpub_ot_params%3D__DVPUB_OT__m%253A0%257C_dvp_uptpid%253A7f492e7c%25252d630c%25252d4374%25252db640%25252db1170ac6e83c%257C_dvp_uptsid%253Ab460a49b%25252d709b%25252d406b%25252da244%25252de6ce161a9021%257C_dvp_uptsacnt%253A1%257C_dvp_qtpid%253A7f492e7c%25252d630c%25252d4374%25252db640%25252db1170ac6e83c%26dv_upt_cwm%3D0%26dv__dvp_uptpid%3D7f492e7c-630c-4374-b640-b1170ac6e83c%26dv__dvp_uptsid%3Db460a49b-709b-406b-a244-e6ce161a9021%26dv__dvp_uptsacnt%3D1%26dv__dvp_qtpid%3D7f492e7c-630c-4374-b640-b1170ac6e83c%26pts_pid%3D7f492e7c-630c-4374-b640-b1170ac6e83c%26pts_sid%3Db460a49b-709b-406b-a244-e6ce161a9021%26concert_rid%3Dbf8f0ca0-3dc9-11f1-975c-9bd45415bec7%26ccc%3Dfalse%26VLP%3D1%2C1030x590_2%2C240x265_1%2C300x250_1%2C970x250_2%2C728x90_3%2C1x1_1%2C1400x600_1%2C970x90_1%2C970x251_6%26qt_loaded%3Dabs%2Cbsc%2Cids%2Cvlp&cust_params=device_type%3Dmobile%26kw%3Dentertainment%2520news%252Centertainment%252CTV%2520news%252CTV%252Cmovies%252Cmovie%2520news%252Ctrailers%252Cmusic%252Cbooks%252Ctheater%252Cart%252CVulture%26network%3DVulture%26page_type%3DHomepage%26entry_group%3Dnull%26keywords%3Dnull%26pn%3D%26entry_title%3D%26substatus%3Danonymous%26pageload_id%3De59bed3d-9e65-4d2b-8049-1c31651c2208%26ABS%3D51007495%252C51008901%252C51004663%252C51008754%252C51008442%252C51003943%252C51008970%252C51005341%252C51004493%252C51008972%252C51000813%252C51007985%252C51000147%252C51006802%252C51009297%26BSC%3D87012038%252C74062139%252C74242396%252C74041059%252C74011001%252C74112189%252C80023001%252C74041060%252C74331564%252C74202312%252C74272411%252C74141221%252C74082161%252C74082160%252C74201330%252C84011001%252C80222006%252C74031054%252C74121190%252C80222003%252C74241393%252C74082159%252C74331567%252C74331600%252C74141219%252C74102169%252C74202332%252C74202327%252C74041097%252C74172268%252C74042108%252C74012011%252C74331587%252C80122003%252C80122006%252C74122194%252C74332601%252C74081158%252C74251397%252C74271407%252C74111181%252C74252405%252C74042120%252C74101166%252C74202339%252C74142228%252C84012005%252C84012006%252C84012007%26qt_loaded%3Dabs%252Cbsc%252Cids%26IDS%3D1%26cts_iab_category%3D27%252C16.1%252C16%252C27.4%26cts_keyword_list%3Dlist_2%252Clist_3%252Clist_6%252Clist_8%252Clist_9%252Clist_10%252Clist_13%252Clist_14%252Clist_15%252Clist_17%252Clist_19%252Clist_20%252Clist_22%252Clist_25%252Clist_26%252Clist_27%252Clist_28%252Clist_31%252Clist_33%252Clist_34%252Clist_35%252Clist_36%252Clist_37%252Clist_38%252Clist_40%252Clist_41%252Clist_43%252Clist_45%252Clist_46%252Clist_47%252Clist_49%252Clist_53%252Clist_56%252Clist_58%252Clist_60%252Clist_61%252Clist_70%252Clist_74%252Clist_75%252Clist_79%252Clist_82%252Clist_83%252Clist_84%252Clist_89%252Clist_90%252Clist_91%252Clist_92%252Clist_95%252Clist_96%252Clist_98%252Clist_101%252Clist_108%252Clist_118%252Clist_127%252Clist_128%252Clist_145%252Clist_150%252Clist_167%252Clist_173%252Clist_176%252Clist_178%252Clist_180%252Clist_203%252Clist_239%252Clist_241%252Clist_243%252Clist_269%252Clist_274%252Clist_277%252Clist_278%252Clist_279%252Clist_342%252Clist_470%252Clist_531%252Clist_537%252Clist_591%252Clist_592%252Clist_651%252Clist_851%252Clist_859%252Clist_896%252Clist_1000%252Clist_1017%252Clist_1018%252Clist_1020%252Clist_1025%252Clist_1026%252Clist_1029%252Clist_1065%252Clist_1068%252Clist_1069%252Clist_1073%252Clist_1075%252Clist_1076%252Clist_1079%252Clist_1080%252Clist_1082%252Clist_1116%252Clist_1117%252Clist_1118%252Clist_1119%252Clist_1120%252Clist_1122%252Clist_1123%252Clist_1124%252Clist_1125%252Clist_1126%252Clist_1130%252Clist_1133%252Clist_1135%252Clist_1137%252Clist_1138%252Clist_1139%252Clist_1140%252Clist_1141%252Clist_1146%252Clist_1147%252Clist_1148%252Clist_1149%252Clist_1150%252Clist_1151%252Clist_1184%252Clist_1187%252Clist_1188%252Clist_1192%252Clist_1193%252Clist_1195%252Clist_1196%252Clist_1199%252Clist_1200%252Clist_1201%252Clist_1204%252Clist_1237%252Clist_1238%252Clist_1239%252Clist_1240%252Clist_1243%252Clist_1244%252Clist_1246%252Clist_1247%252Clist_1248%252Clist_1253%252Clist_1254%252Clist_1257%252Clist_1259%252Clist_1260%252Clist_1261%252Clist_1262%252Clist_1265%252Clist_1269%252Clist_1272%252Clist_1273%252Clist_1274%252Clist_1278%252Clist_1280%252Clist_1282%252Clist_1283%252Clist_1285%252Clist_1286%252Clist_1287%252Clist_1321%252Clist_1322%252Clist_1324%252Clist_1328%252Clist_1329%252Clist_1330%252Clist_1331%252Clist_1332%252Clist_1333%252Clist_1334%252Clist_1335%252Clist_1336%252Clist_1338%252Clist_1339%252Clist_1340%252Clist_1341%252Clist_1342%252Clist_1343%252Clist_1345%252Clist_1347%252Clist_1348%252Clist_1381%252Clist_1382%252Clist_1383%252Clist_1384%252Clist_1385%252Clist_1387%252Clist_1388%252Clist_1389%252Clist_1391%252Clist_1393%252Clist_1394%252Clist_1395%252Clist_1396%252Clist_1399%252Clist_1433%252Clist_1434%252Clist_1435%252Clist_1438%252Clist_1439%252Clist_1440%252Clist_1441%252Clist_1443%252Clist_1445%252Clist_1446%252Clist_1447%252Clist_1449%252Clist_1450%252Clist_1451%252Clist_1452%252Clist_1453%252Clist_1454%252Clist_1455%252Clist_1457%252Clist_1459%252Clist_1460%252Clist_1461%252Clist_1464%252Clist_1465%252Clist_1466%252Clist_1500%252Clist_1501%252Clist_1502%252Clist_1503%252Clist_1504%252Clist_1508%252Clist_1509%252Clist_1510%252Clist_1511%252Clist_1512%252Clist_1513%252Clist_1515%252Clist_1517%252Clist_1518%252Clist_1519%252Clist_1520%252Clist_1521%252Clist_1522%252Clist_1524%252Clist_1525%252Clist_1526%252Clist_1529%252Clist_1530%252Clist_1531%252Clist_1533%252Clist_1534%252Clist_1536%252Clist_1539%252Clist_1540%252Clist_1542%252Clist_1545%252Clist_1546%252Clist_1548%252Clist_1549%252Clist_1550%252Clist_1551%252Clist_1552%252Clist_1553%252Clist_1559%252Clist_1560%252Clist_1593%252Clist_1594%252Clist_1595%252Clist_1596%252Clist_1598%252Clist_1602%252Clist_1608%252Clist_1614%252Clist_1615%252Clist_1618%252Clist_1620%252Clist_1622%252Clist_1623%252Clist_1624%252Clist_1625%252Clist_1627%252Clist_1628%252Clist_1629%252Clist_1662%252Clist_1663%252Clist_1664%252Clist_1665%252Clist_1666%252Clist_1669%252Clist_1671%252Clist_10740%252Clist_10772%252Clist_10805%252Clist_10838%252Clist_10871%252Clist_10904%252Clist_10970%252Clist_11036%252Clist_11069%252Clist_11168%252Clist_11201%252Clist_11234%252Clist_11267%252Clist_11300%252Clist_11366%252Clist_11465%252Clist_11498%252Clist_11532%252Clist_11564%252Clist_11597%252Clist_11598%252Clist_11630%252Clist_11663%252Clist_11696%252Clist_11729%252Clist_11762%252Clist_11795%252Clist_11828%252Clist_11861%252Clist_11894%252Clist_11928%252Clist_12026%252Clist_12059%252Clist_12092%252Clist_12125%252Clist_12158%252Clist_12191%252Clist_12192%252Clist_12224%252Clist_12257%252Clist_12290%252Clist_12323%252Clist_12356%252Clist_12389%252Clist_12422%252Clist_12455%252Clist_12488%252Clist_12554%252Clist_12620%252Clist_12686%252Clist_12719%252Clist_12752%252Clist_12785%252Clist_12818%252Clist_12851%252Clist_12884%252Clist_12917%252Clist_12983%252Clist_13016%252Clist_13082%252Clist_13115%252Clist_13247%252Clist_13280%252Clist_13313%252Clist_13379%252Clist_13412%252Clist_13478%252Clist_13544%252Clist_13577%252Clist_13643%252Clist_13676%252Clist_13709%252Clist_13742%252Clist_13775%252Clist_13841%252Clist_14006%252Clist_14039%252Clist_14072%252Clist_14073%252Clist_14138%252Clist_14204%252Clist_14237%252Clist_14270%252Clist_14304%252Clist_14336%252Clist_14369%252Clist_14435%252Clist_14468%252Clist_14501%252Clist_14534%252Clist_14568%252Clist_14600%252Clist_14633%252Clist_14666%252Clist_14699%252Clist_14732%252Clist_14765%252Clist_14798%252Clist_14831%252Clist_14864%252Clist_14897%252Clist_14963%252Clist_14996%252Clist_15029%252Clist_15062%252Clist_15128%252Clist_15227%252Clist_15293%252Clist_15392%252Clist_15425%252Clist_15491%252Clist_15557%252Clist_15590%252Clist_15623%252Clist_15656%252Clist_15689%252Clist_15755%252Clist_15756%252Clist_15788%252Clist_15821%252Clist_15887%252Clist_15920%252Clist_15953%252Clist_15986%252Clist_16019%252Clist_16085%252Clist_16118%252Clist_16151%252Clist_16217%252Clist_16250%252Clist_16316%252Clist_16349%252Clist_16382%252Clist_16415%252Clist_16448%252Clist_16481%252Clist_16514%252Clist_16580%252Clist_16613%252Clist_16646%252Clist_16679%252Clist_16712%252Clist_16745%252Clist_16778%26cts_title%3DVulture%2520-%2520Entertainment%2520News%2520-%2520TV%252C%2520Movies%252C%2520Music%252C%2520Books%252C%2520Theater%252C%2520Art%26cts_description%3DVulture%2520is%2520a%2520New%2520York%2520Magazine%2520site%2520providing%2520continuous%2520entertainment%2520news%25C2%25A0covering%2520TV%252C%2520movies%252C%2520music%252C%2520art%252C%2520books%252C%2520theater%252C%2520comedy%252C%2520podcasts%252C%2520celebrities%252C%2520and%2520the%2520entertainment%2520industry%2520itself.%26cts_wikidata_entities%3D%26cts_wikidata_list%3D%26cts_keyword_classification_enqueued_at%3D2026-04-21T21%253A33%253A29Z%26cts_keyword_classification_status%3Denqueued%26cts_keyword_age%3Dunder_1_day%26fins%3D&adks=3735943945&frm=20&eoidce=1&blev=1&bisch=1pagead2.googlesyndication.com/gampa... https://pagead2.googlesyndication.com/gampad/ads?pvsid=3578929128822362&correlator=2754745890309755&eid=31097657%2C31084129&output=ldjh&gdfp_req=1&vrg=202604160201&ptt=17&impl=fif&iu_parts=172968584%2Cnym.vulture%2Chomepage&enc_prev_ius=%2F0%2F1%2F2&prev_iu_szs=1x1&ifi=1&dids=div-gpt-ad-recirc_oop&adfs=31596962&sfv=1-0-45&ists=1&eri=1&sc=1&abxe=1&dt=1776807213882&lmt=1776807213&adxs=0&adys=0&biw=412&bih=823&scr_x=0&scr_y=0&btvi=0&ucis=1&oid=2&u_his=2&u_h=823&u_w=412&u_ah=823&u_aw=412&u_cd=24&u_sd=1.75&dmc=8&bc=31&nvt=1&uach=WyJBbmRyb2lkIiwiMTEuMCIsIiIsIm1vdG8gZyBwb3dlciAoMjAyMikiLCIxNDcuMC4wLjAiLG51bGwsMSxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNDcuMC43NzI3LjEwMSJdLFsiTm90LkEvQnJhbmQiLCI4LjAuMC4wIl1dLDBd&url=https%3A%2F%2Fwww.vulture.com%2F&vis=1&psz=1x1&msz=1x0&fws=4&ohw=1&dlt=1776807212527&idt=1065&prev_scp=slot_name%3Drecirc_oop%26position%3Drecirc_oop%26c_sv%3D4%26dvpub_ot_params%3D__DVPUB_OT__m%253A0%257C_dvp_uptpid%253A7f492e7c%25252d630c%25252d4374%25252db640%25252db1170ac6e83c%257C_dvp_uptsid%253Ab460a49b%25252d709b%25252d406b%25252da244%25252de6ce161a9021%257C_dvp_uptsacnt%253A1%257C_dvp_qtpid%253A7f492e7c%25252d630c%25252d4374%25252db640%25252db1170ac6e83c%26dv_upt_cwm%3D0%26dv__dvp_uptpid%3D7f492e7c-630c-4374-b640-b1170ac6e83c%26dv__dvp_uptsid%3Db460a49b-709b-406b-a244-e6ce161a9021%26dv__dvp_uptsacnt%3D1%26dv__dvp_qtpid%3D7f492e7c-630c-4374-b640-b1170ac6e83c%26pts_pid%3D7f492e7c-630c-4374-b640-b1170ac6e83c%26pts_sid%3Db460a49b-709b-406b-a244-e6ce161a9021%26concert_rid%3Dbf8f0ca0-3dc9-11f1-975c-9bd45415bec7%26ccc%3Dfalse%26VLP%3D1%2C1030x590_2%2C240x265_1%2C300x250_1%2C970x250_2%2C728x90_3%2C1x1_1%2C1400x600_1%2C970x90_1%2C970x251_6%26qt_loaded%3Dabs%2Cbsc%2Cids%2Cvlp&cust_params=device_type%3Dmobile%26kw%3Dentertainment%2520news%252Centertainment%252CTV%2520news%252CTV%252Cmovies%252Cmovie%2520news%252Ctrailers%252Cmusic%252Cbooks%252Ctheater%252Cart%252CVulture%26network%3DVulture%26page_type%3DHomepage%26entry_group%3Dnull%26keywords%3Dnull%26pn%3D%26entry_title%3D%26substatus%3Danonymous%26pageload_id%3De59bed3d-9e65-4d2b-8049-1c31651c2208%26ABS%3D51007495%252C51008901%252C51004663%252C51008754%252C51008442%252C51003943%252C51008970%252C51005341%252C51004493%252C51008972%252C51000813%252C51007985%252C51000147%252C51006802%252C51009297%26BSC%3D87012038%252C74062139%252C74242396%252C74041059%252C74011001%252C74112189%252C80023001%252C74041060%252C74331564%252C74202312%252C74272411%252C74141221%252C74082161%252C74082160%252C74201330%252C84011001%252C80222006%252C74031054%252C74121190%252C80222003%252C74241393%252C74082159%252C74331567%252C74331600%252C74141219%252C74102169%252C74202332%252C74202327%252C74041097%252C74172268%252C74042108%252C74012011%252C74331587%252C80122003%252C80122006%252C74122194%252C74332601%252C74081158%252C74251397%252C74271407%252C74111181%252C74252405%252C74042120%252C74101166%252C74202339%252C74142228%252C84012005%252C84012006%252C84012007%26qt_loaded%3Dabs%252Cbsc%252Cids%26IDS%3D1%26cts_iab_category%3D27%252C16.1%252C16%252C27.4%26cts_keyword_list%3Dlist_2%252Clist_3%252Clist_6%252Clist_8%252Clist_9%252Clist_10%252Clist_13%252Clist_14%252Clist_15%252Clist_17%252Clist_19%252Clist_20%252Clist_22%252Clist_25%252Clist_26%252Clist_27%252Clist_28%252Clist_31%252Clist_33%252Clist_34%252Clist_35%252Clist_36%252Clist_37%252Clist_38%252Clist_40%252Clist_41%252Clist_43%252Clist_45%252Clist_46%252Clist_47%252Clist_49%252Clist_53%252Clist_56%252Clist_58%252Clist_60%252Clist_61%252Clist_70%252Clist_74%252Clist_75%252Clist_79%252Clist_82%252Clist_83%252Clist_84%252Clist_89%252Clist_90%252Clist_91%252Clist_92%252Clist_95%252Clist_96%252Clist_98%252Clist_101%252Clist_108%252Clist_118%252Clist_127%252Clist_128%252Clist_145%252Clist_150%252Clist_167%252Clist_173%252Clist_176%252Clist_178%252Clist_180%252Clist_203%252Clist_239%252Clist_241%252Clist_243%252Clist_269%252Clist_274%252Clist_277%252Clist_278%252Clist_279%252Clist_342%252Clist_470%252Clist_531%252Clist_537%252Clist_591%252Clist_592%252Clist_651%252Clist_851%252Clist_859%252Clist_896%252Clist_1000%252Clist_1017%252Clist_1018%252Clist_1020%252Clist_1025%252Clist_1026%252Clist_1029%252Clist_1065%252Clist_1068%252Clist_1069%252Clist_1073%252Clist_1075%252Clist_1076%252Clist_1079%252Clist_1080%252Clist_1082%252Clist_1116%252Clist_1117%252Clist_1118%252Clist_1119%252Clist_1120%252Clist_1122%252Clist_1123%252Clist_1124%252Clist_1125%252Clist_1126%252Clist_1130%252Clist_1133%252Clist_1135%252Clist_1137%252Clist_1138%252Clist_1139%252Clist_1140%252Clist_1141%252Clist_1146%252Clist_1147%252Clist_1148%252Clist_1149%252Clist_1150%252Clist_1151%252Clist_1184%252Clist_1187%252Clist_1188%252Clist_1192%252Clist_1193%252Clist_1195%252Clist_1196%252Clist_1199%252Clist_1200%252Clist_1201%252Clist_1204%252Clist_1237%252Clist_1238%252Clist_1239%252Clist_1240%252Clist_1243%252Clist_1244%252Clist_1246%252Clist_1247%252Clist_1248%252Clist_1253%252Clist_1254%252Clist_1257%252Clist_1259%252Clist_1260%252Clist_1261%252Clist_1262%252Clist_1265%252Clist_1269%252Clist_1272%252Clist_1273%252Clist_1274%252Clist_1278%252Clist_1280%252Clist_1282%252Clist_1283%252Clist_1285%252Clist_1286%252Clist_1287%252Clist_1321%252Clist_1322%252Clist_1324%252Clist_1328%252Clist_1329%252Clist_1330%252Clist_1331%252Clist_1332%252Clist_1333%252Clist_1334%252Clist_1335%252Clist_1336%252Clist_1338%252Clist_1339%252Clist_1340%252Clist_1341%252Clist_1342%252Clist_1343%252Clist_1345%252Clist_1347%252Clist_1348%252Clist_1381%252Clist_1382%252Clist_1383%252Clist_1384%252Clist_1385%252Clist_1387%252Clist_1388%252Clist_1389%252Clist_1391%252Clist_1393%252Clist_1394%252Clist_1395%252Clist_1396%252Clist_1399%252Clist_1433%252Clist_1434%252Clist_1435%252Clist_1438%252Clist_1439%252Clist_1440%252Clist_1441%252Clist_1443%252Clist_1445%252Clist_1446%252Clist_1447%252Clist_1449%252Clist_1450%252Clist_1451%252Clist_1452%252Clist_1453%252Clist_1454%252Clist_1455%252Clist_1457%252Clist_1459%252Clist_1460%252Clist_1461%252Clist_1464%252Clist_1465%252Clist_1466%252Clist_1500%252Clist_1501%252Clist_1502%252Clist_1503%252Clist_1504%252Clist_1508%252Clist_1509%252Clist_1510%252Clist_1511%252Clist_1512%252Clist_1513%252Clist_1515%252Clist_1517%252Clist_1518%252Clist_1519%252Clist_1520%252Clist_1521%252Clist_1522%252Clist_1524%252Clist_1525%252Clist_1526%252Clist_1529%252Clist_1530%252Clist_1531%252Clist_1533%252Clist_1534%252Clist_1536%252Clist_1539%252Clist_1540%252Clist_1542%252Clist_1545%252Clist_1546%252Clist_1548%252Clist_1549%252Clist_1550%252Clist_1551%252Clist_1552%252Clist_1553%252Clist_1559%252Clist_1560%252Clist_1593%252Clist_1594%252Clist_1595%252Clist_1596%252Clist_1598%252Clist_1602%252Clist_1608%252Clist_1614%252Clist_1615%252Clist_1618%252Clist_1620%252Clist_1622%252Clist_1623%252Clist_1624%252Clist_1625%252Clist_1627%252Clist_1628%252Clist_1629%252Clist_1662%252Clist_1663%252Clist_1664%252Clist_1665%252Clist_1666%252Clist_1669%252Clist_1671%252Clist_10740%252Clist_10772%252Clist_10805%252Clist_10838%252Clist_10871%252Clist_10904%252Clist_10970%252Clist_11036%252Clist_11069%252Clist_11168%252Clist_11201%252Clist_11234%252Clist_11267%252Clist_11300%252Clist_11366%252Clist_11465%252Clist_11498%252Clist_11532%252Clist_11564%252Clist_11597%252Clist_11598%252Clist_11630%252Clist_11663%252Clist_11696%252Clist_11729%252Clist_11762%252Clist_11795%252Clist_11828%252Clist_11861%252Clist_11894%252Clist_11928%252Clist_12026%252Clist_12059%252Clist_12092%252Clist_12125%252Clist_12158%252Clist_12191%252Clist_12192%252Clist_12224%252Clist_12257%252Clist_12290%252Clist_12323%252Clist_12356%252Clist_12389%252Clist_12422%252Clist_12455%252Clist_12488%252Clist_12554%252Clist_12620%252Clist_12686%252Clist_12719%252Clist_12752%252Clist_12785%252Clist_12818%252Clist_12851%252Clist_12884%252Clist_12917%252Clist_12983%252Clist_13016%252Clist_13082%252Clist_13115%252Clist_13247%252Clist_13280%252Clist_13313%252Clist_13379%252Clist_13412%252Clist_13478%252Clist_13544%252Clist_13577%252Clist_13643%252Clist_13676%252Clist_13709%252Clist_13742%252Clist_13775%252Clist_13841%252Clist_14006%252Clist_14039%252Clist_14072%252Clist_14073%252Clist_14138%252Clist_14204%252Clist_14237%252Clist_14270%252Clist_14304%252Clist_14336%252Clist_14369%252Clist_14435%252Clist_14468%252Clist_14501%252Clist_14534%252Clist_14568%252Clist_14600%252Clist_14633%252Clist_14666%252Clist_14699%252Clist_14732%252Clist_14765%252Clist_14798%252Clist_14831%252Clist_14864%252Clist_14897%252Clist_14963%252Clist_14996%252Clist_15029%252Clist_15062%252Clist_15128%252Clist_15227%252Clist_15293%252Clist_15392%252Clist_15425%252Clist_15491%252Clist_15557%252Clist_15590%252Clist_15623%252Clist_15656%252Clist_15689%252Clist_15755%252Clist_15756%252Clist_15788%252Clist_15821%252Clist_15887%252Clist_15920%252Clist_15953%252Clist_15986%252Clist_16019%252Clist_16085%252Clist_16118%252Clist_16151%252Clist_16217%252Clist_16250%252Clist_16316%252Clist_16349%252Clist_16382%252Clist_16415%252Clist_16448%252Clist_16481%252Clist_16514%252Clist_16580%252Clist_16613%252Clist_16646%252Clist_16679%252Clist_16712%252Clist_16745%252Clist_16778%26cts_title%3DVulture%2520-%2520Entertainment%2520News%2520-%2520TV%252C%2520Movies%252C%2520Music%252C%2520Books%252C%2520Theater%252C%2520Art%26cts_description%3DVulture%2520is%2520a%2520New%2520York%2520Magazine%2520site%2520providing%2520continuous%2520entertainment%2520news%25C2%25A0covering%2520TV%252C%2520movies%252C%2520music%252C%2520art%252C%2520books%252C%2520theater%252C%2520comedy%252C%2520podcasts%252C%2520celebrities%252C%2520and%2520the%2520entertainment%2520industry%2520itself.%26cts_wikidata_entities%3D%26cts_wikidata_list%3D%26cts_keyword_classification_enqueued_at%3D2026-04-21T21%253A33%253A29Z%26cts_keyword_classification_status%3Denqueued%26cts_keyword_age%3Dunder_1_day%26fins%3D&adks=3735943945&frm=20&eoidce=1&blev=1&bisch=1 — 200 — 362 B — 104 ms — h3https://pagead2.googlesyndication.com/gampad/ads?pvsid=3578929128822362&correlator=3865427623867330&eid=31097657%2C31084129&output=ldjh&gdfp_req=1&vrg=202604160201&ptt=17&impl=fif&iu_parts=172968584%2Cnym.vulture%2Chomepage&enc_prev_ius=%2F0%2F1%2F2&prev_iu_szs=300x250%7C1030x590%7C325x508%7C325x204&ifi=2&dids=div-gpt-ad-mobile_med_rec_athe&adfs=3807959098&sfv=1-0-45&eri=1&sc=1&abxe=1&dt=1776807213893&lmt=1776807213&adxs=20&adys=1149&biw=412&bih=823&scr_x=0&scr_y=0&btvi=1&ucis=2&oid=2&u_his=2&u_h=823&u_w=412&u_ah=823&u_aw=412&u_cd=24&u_sd=1.75&dmc=8&bc=31&nvt=1&uach=WyJBbmRyb2lkIiwiMTEuMCIsIiIsIm1vdG8gZyBwb3dlciAoMjAyMikiLCIxNDcuMC4wLjAiLG51bGwsMSxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNDcuMC43NzI3LjEwMSJdLFsiTm90LkEvQnJhbmQiLCI4LjAuMC4wIl1dLDBd&url=https%3A%2F%2Fwww.vulture.com%2F&vis=1&psz=372x330&msz=372x-1&fws=4&ohw=412&dlt=1776807212527&idt=1065&prev_scp=slot_name%3Dmobile_med_rec_athena_homepage_1%26position%3Dmobile_med_rec_athena_homepage_1%26c_sv%3D4%26dvpub_ot_params%3D__DVPUB_OT__m%253A0%257C_dvp_uptpid%253A7f492e7c%25252d630c%25252d4374%25252db640%25252db1170ac6e83c%257C_dvp_uptsid%253A6766a6fd%25252df60c%25252d42ef%25252d9b32%25252d5a00e47e4529%257C_dvp_uptsacnt%253A1%257C_dvp_qtpid%253A7f492e7c%25252d630c%25252d4374%25252db640%25252db1170ac6e83c%26dv_upt_cwm%3D0%26dv__dvp_uptpid%3D7f492e7c-630c-4374-b640-b1170ac6e83c%26dv__dvp_uptsid%3D6766a6fd-f60c-42ef-9b32-5a00e47e4529%26dv__dvp_uptsacnt%3D1%26dv__dvp_qtpid%3D7f492e7c-630c-4374-b640-b1170ac6e83c%26pts_pid%3D7f492e7c-630c-4374-b640-b1170ac6e83c%26pts_sid%3D6766a6fd-f60c-42ef-9b32-5a00e47e4529%26concert_rid%3Dbf876b80-3dc9-11f1-975c-9bd45415bec7%26ccc%3Dfalse%26amznbid%3D2%26amznp%3D2%26VLP%3D1%2C300x250_1%2C1030x590_2%2C1x1_2%26qt_loaded%3Dabs%2Cbsc%2Cids%2Cvlp&cust_params=device_type%3Dmobile%26kw%3Dentertainment%2520news%252Centertainment%252CTV%2520news%252CTV%252Cmovies%252Cmovie%2520news%252Ctrailers%252Cmusic%252Cbooks%252Ctheater%252Cart%252CVulture%26network%3DVulture%26page_type%3DHomepage%26entry_group%3Dnull%26keywords%3Dnull%26pn%3D%26entry_title%3D%26substatus%3Danonymous%26pageload_id%3De59bed3d-9e65-4d2b-8049-1c31651c2208%26ABS%3D51007495%252C51008901%252C51004663%252C51008754%252C51008442%252C51003943%252C51008970%252C51005341%252C51004493%252C51008972%252C51000813%252C51007985%252C51000147%252C51006802%252C51009297%26BSC%3D87012038%252C74062139%252C74242396%252C74041059%252C74011001%252C74112189%252C80023001%252C74041060%252C74331564%252C74202312%252C74272411%252C74141221%252C74082161%252C74082160%252C74201330%252C84011001%252C80222006%252C74031054%252C74121190%252C80222003%252C74241393%252C74082159%252C74331567%252C74331600%252C74141219%252C74102169%252C74202332%252C74202327%252C74041097%252C74172268%252C74042108%252C74012011%252C74331587%252C80122003%252C80122006%252C74122194%252C74332601%252C74081158%252C74251397%252C74271407%252C74111181%252C74252405%252C74042120%252C74101166%252C74202339%252C74142228%252C84012005%252C84012006%252C84012007%26qt_loaded%3Dabs%252Cbsc%252Cids%26IDS%3D1%26cts_iab_category%3D27%252C16.1%252C16%252C27.4%26cts_keyword_list%3Dlist_2%252Clist_3%252Clist_6%252Clist_8%252Clist_9%252Clist_10%252Clist_13%252Clist_14%252Clist_15%252Clist_17%252Clist_19%252Clist_20%252Clist_22%252Clist_25%252Clist_26%252Clist_27%252Clist_28%252Clist_31%252Clist_33%252Clist_34%252Clist_35%252Clist_36%252Clist_37%252Clist_38%252Clist_40%252Clist_41%252Clist_43%252Clist_45%252Clist_46%252Clist_47%252Clist_49%252Clist_53%252Clist_56%252Clist_58%252Clist_60%252Clist_61%252Clist_70%252Clist_74%252Clist_75%252Clist_79%252Clist_82%252Clist_83%252Clist_84%252Clist_89%252Clist_90%252Clist_91%252Clist_92%252Clist_95%252Clist_96%252Clist_98%252Clist_101%252Clist_108%252Clist_118%252Clist_127%252Clist_128%252Clist_145%252Clist_150%252Clist_167%252Clist_173%252Clist_176%252Clist_178%252Clist_180%252Clist_203%252Clist_239%252Clist_241%252Clist_243%252Clist_269%252Clist_274%252Clist_277%252Clist_278%252Clist_279%252Clist_342%252Clist_470%252Clist_531%252Clist_537%252Clist_591%252Clist_592%252Clist_651%252Clist_851%252Clist_859%252Clist_896%252Clist_1000%252Clist_1017%252Clist_1018%252Clist_1020%252Clist_1025%252Clist_1026%252Clist_1029%252Clist_1065%252Clist_1068%252Clist_1069%252Clist_1073%252Clist_1075%252Clist_1076%252Clist_1079%252Clist_1080%252Clist_1082%252Clist_1116%252Clist_1117%252Clist_1118%252Clist_1119%252Clist_1120%252Clist_1122%252Clist_1123%252Clist_1124%252Clist_1125%252Clist_1126%252Clist_1130%252Clist_1133%252Clist_1135%252Clist_1137%252Clist_1138%252Clist_1139%252Clist_1140%252Clist_1141%252Clist_1146%252Clist_1147%252Clist_1148%252Clist_1149%252Clist_1150%252Clist_1151%252Clist_1184%252Clist_1187%252Clist_1188%252Clist_1192%252Clist_1193%252Clist_1195%252Clist_1196%252Clist_1199%252Clist_1200%252Clist_1201%252Clist_1204%252Clist_1237%252Clist_1238%252Clist_1239%252Clist_1240%252Clist_1243%252Clist_1244%252Clist_1246%252Clist_1247%252Clist_1248%252Clist_1253%252Clist_1254%252Clist_1257%252Clist_1259%252Clist_1260%252Clist_1261%252Clist_1262%252Clist_1265%252Clist_1269%252Clist_1272%252Clist_1273%252Clist_1274%252Clist_1278%252Clist_1280%252Clist_1282%252Clist_1283%252Clist_1285%252Clist_1286%252Clist_1287%252Clist_1321%252Clist_1322%252Clist_1324%252Clist_1328%252Clist_1329%252Clist_1330%252Clist_1331%252Clist_1332%252Clist_1333%252Clist_1334%252Clist_1335%252Clist_1336%252Clist_1338%252Clist_1339%252Clist_1340%252Clist_1341%252Clist_1342%252Clist_1343%252Clist_1345%252Clist_1347%252Clist_1348%252Clist_1381%252Clist_1382%252Clist_1383%252Clist_1384%252Clist_1385%252Clist_1387%252Clist_1388%252Clist_1389%252Clist_1391%252Clist_1393%252Clist_1394%252Clist_1395%252Clist_1396%252Clist_1399%252Clist_1433%252Clist_1434%252Clist_1435%252Clist_1438%252Clist_1439%252Clist_1440%252Clist_1441%252Clist_1443%252Clist_1445%252Clist_1446%252Clist_1447%252Clist_1449%252Clist_1450%252Clist_1451%252Clist_1452%252Clist_1453%252Clist_1454%252Clist_1455%252Clist_1457%252Clist_1459%252Clist_1460%252Clist_1461%252Clist_1464%252Clist_1465%252Clist_1466%252Clist_1500%252Clist_1501%252Clist_1502%252Clist_1503%252Clist_1504%252Clist_1508%252Clist_1509%252Clist_1510%252Clist_1511%252Clist_1512%252Clist_1513%252Clist_1515%252Clist_1517%252Clist_1518%252Clist_1519%252Clist_1520%252Clist_1521%252Clist_1522%252Clist_1524%252Clist_1525%252Clist_1526%252Clist_1529%252Clist_1530%252Clist_1531%252Clist_1533%252Clist_1534%252Clist_1536%252Clist_1539%252Clist_1540%252Clist_1542%252Clist_1545%252Clist_1546%252Clist_1548%252Clist_1549%252Clist_1550%252Clist_1551%252Clist_1552%252Clist_1553%252Clist_1559%252Clist_1560%252Clist_1593%252Clist_1594%252Clist_1595%252Clist_1596%252Clist_1598%252Clist_1602%252Clist_1608%252Clist_1614%252Clist_1615%252Clist_1618%252Clist_1620%252Clist_1622%252Clist_1623%252Clist_1624%252Clist_1625%252Clist_1627%252Clist_1628%252Clist_1629%252Clist_1662%252Clist_1663%252Clist_1664%252Clist_1665%252Clist_1666%252Clist_1669%252Clist_1671%252Clist_10740%252Clist_10772%252Clist_10805%252Clist_10838%252Clist_10871%252Clist_10904%252Clist_10970%252Clist_11036%252Clist_11069%252Clist_11168%252Clist_11201%252Clist_11234%252Clist_11267%252Clist_11300%252Clist_11366%252Clist_11465%252Clist_11498%252Clist_11532%252Clist_11564%252Clist_11597%252Clist_11598%252Clist_11630%252Clist_11663%252Clist_11696%252Clist_11729%252Clist_11762%252Clist_11795%252Clist_11828%252Clist_11861%252Clist_11894%252Clist_11928%252Clist_12026%252Clist_12059%252Clist_12092%252Clist_12125%252Clist_12158%252Clist_12191%252Clist_12192%252Clist_12224%252Clist_12257%252Clist_12290%252Clist_12323%252Clist_12356%252Clist_12389%252Clist_12422%252Clist_12455%252Clist_12488%252Clist_12554%252Clist_12620%252Clist_12686%252Clist_12719%252Clist_12752%252Clist_12785%252Clist_12818%252Clist_12851%252Clist_12884%252Clist_12917%252Clist_12983%252Clist_13016%252Clist_13082%252Clist_13115%252Clist_13247%252Clist_13280%252Clist_13313%252Clist_13379%252Clist_13412%252Clist_13478%252Clist_13544%252Clist_13577%252Clist_13643%252Clist_13676%252Clist_13709%252Clist_13742%252Clist_13775%252Clist_13841%252Clist_14006%252Clist_14039%252Clist_14072%252Clist_14073%252Clist_14138%252Clist_14204%252Clist_14237%252Clist_14270%252Clist_14304%252Clist_14336%252Clist_14369%252Clist_14435%252Clist_14468%252Clist_14501%252Clist_14534%252Clist_14568%252Clist_14600%252Clist_14633%252Clist_14666%252Clist_14699%252Clist_14732%252Clist_14765%252Clist_14798%252Clist_14831%252Clist_14864%252Clist_14897%252Clist_14963%252Clist_14996%252Clist_15029%252Clist_15062%252Clist_15128%252Clist_15227%252Clist_15293%252Clist_15392%252Clist_15425%252Clist_15491%252Clist_15557%252Clist_15590%252Clist_15623%252Clist_15656%252Clist_15689%252Clist_15755%252Clist_15756%252Clist_15788%252Clist_15821%252Clist_15887%252Clist_15920%252Clist_15953%252Clist_15986%252Clist_16019%252Clist_16085%252Clist_16118%252Clist_16151%252Clist_16217%252Clist_16250%252Clist_16316%252Clist_16349%252Clist_16382%252Clist_16415%252Clist_16448%252Clist_16481%252Clist_16514%252Clist_16580%252Clist_16613%252Clist_16646%252Clist_16679%252Clist_16712%252Clist_16745%252Clist_16778%26cts_title%3DVulture%2520-%2520Entertainment%2520News%2520-%2520TV%252C%2520Movies%252C%2520Music%252C%2520Books%252C%2520Theater%252C%2520Art%26cts_description%3DVulture%2520is%2520a%2520New%2520York%2520Magazine%2520site%2520providing%2520continuous%2520entertainment%2520news%25C2%25A0covering%2520TV%252C%2520movies%252C%2520music%252C%2520art%252C%2520books%252C%2520theater%252C%2520comedy%252C%2520podcasts%252C%2520celebrities%252C%2520and%2520the%2520entertainment%2520industry%2520itself.%26cts_wikidata_entities%3D%26cts_wikidata_list%3D%26cts_keyword_classification_enqueued_at%3D2026-04-21T21%253A33%253A29Z%26cts_keyword_classification_status%3Denqueued%26cts_keyword_age%3Dunder_1_day%26fins%3D&adks=1281715344&frm=20&eoidce=1&blev=1&bisch=1pagead2.googlesyndication.com/gampa... https://pagead2.googlesyndication.com/gampad/ads?pvsid=3578929128822362&correlator=3865427623867330&eid=31097657%2C31084129&output=ldjh&gdfp_req=1&vrg=202604160201&ptt=17&impl=fif&iu_parts=172968584%2Cnym.vulture%2Chomepage&enc_prev_ius=%2F0%2F1%2F2&prev_iu_szs=300x250%7C1030x590%7C325x508%7C325x204&ifi=2&dids=div-gpt-ad-mobile_med_rec_athe&adfs=3807959098&sfv=1-0-45&eri=1&sc=1&abxe=1&dt=1776807213893&lmt=1776807213&adxs=20&adys=1149&biw=412&bih=823&scr_x=0&scr_y=0&btvi=1&ucis=2&oid=2&u_his=2&u_h=823&u_w=412&u_ah=823&u_aw=412&u_cd=24&u_sd=1.75&dmc=8&bc=31&nvt=1&uach=WyJBbmRyb2lkIiwiMTEuMCIsIiIsIm1vdG8gZyBwb3dlciAoMjAyMikiLCIxNDcuMC4wLjAiLG51bGwsMSxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNDcuMC43NzI3LjEwMSJdLFsiTm90LkEvQnJhbmQiLCI4LjAuMC4wIl1dLDBd&url=https%3A%2F%2Fwww.vulture.com%2F&vis=1&psz=372x330&msz=372x-1&fws=4&ohw=412&dlt=1776807212527&idt=1065&prev_scp=slot_name%3Dmobile_med_rec_athena_homepage_1%26position%3Dmobile_med_rec_athena_homepage_1%26c_sv%3D4%26dvpub_ot_params%3D__DVPUB_OT__m%253A0%257C_dvp_uptpid%253A7f492e7c%25252d630c%25252d4374%25252db640%25252db1170ac6e83c%257C_dvp_uptsid%253A6766a6fd%25252df60c%25252d42ef%25252d9b32%25252d5a00e47e4529%257C_dvp_uptsacnt%253A1%257C_dvp_qtpid%253A7f492e7c%25252d630c%25252d4374%25252db640%25252db1170ac6e83c%26dv_upt_cwm%3D0%26dv__dvp_uptpid%3D7f492e7c-630c-4374-b640-b1170ac6e83c%26dv__dvp_uptsid%3D6766a6fd-f60c-42ef-9b32-5a00e47e4529%26dv__dvp_uptsacnt%3D1%26dv__dvp_qtpid%3D7f492e7c-630c-4374-b640-b1170ac6e83c%26pts_pid%3D7f492e7c-630c-4374-b640-b1170ac6e83c%26pts_sid%3D6766a6fd-f60c-42ef-9b32-5a00e47e4529%26concert_rid%3Dbf876b80-3dc9-11f1-975c-9bd45415bec7%26ccc%3Dfalse%26amznbid%3D2%26amznp%3D2%26VLP%3D1%2C300x250_1%2C1030x590_2%2C1x1_2%26qt_loaded%3Dabs%2Cbsc%2Cids%2Cvlp&cust_params=device_type%3Dmobile%26kw%3Dentertainment%2520news%252Centertainment%252CTV%2520news%252CTV%252Cmovies%252Cmovie%2520news%252Ctrailers%252Cmusic%252Cbooks%252Ctheater%252Cart%252CVulture%26network%3DVulture%26page_type%3DHomepage%26entry_group%3Dnull%26keywords%3Dnull%26pn%3D%26entry_title%3D%26substatus%3Danonymous%26pageload_id%3De59bed3d-9e65-4d2b-8049-1c31651c2208%26ABS%3D51007495%252C51008901%252C51004663%252C51008754%252C51008442%252C51003943%252C51008970%252C51005341%252C51004493%252C51008972%252C51000813%252C51007985%252C51000147%252C51006802%252C51009297%26BSC%3D87012038%252C74062139%252C74242396%252C74041059%252C74011001%252C74112189%252C80023001%252C74041060%252C74331564%252C74202312%252C74272411%252C74141221%252C74082161%252C74082160%252C74201330%252C84011001%252C80222006%252C74031054%252C74121190%252C80222003%252C74241393%252C74082159%252C74331567%252C74331600%252C74141219%252C74102169%252C74202332%252C74202327%252C74041097%252C74172268%252C74042108%252C74012011%252C74331587%252C80122003%252C80122006%252C74122194%252C74332601%252C74081158%252C74251397%252C74271407%252C74111181%252C74252405%252C74042120%252C74101166%252C74202339%252C74142228%252C84012005%252C84012006%252C84012007%26qt_loaded%3Dabs%252Cbsc%252Cids%26IDS%3D1%26cts_iab_category%3D27%252C16.1%252C16%252C27.4%26cts_keyword_list%3Dlist_2%252Clist_3%252Clist_6%252Clist_8%252Clist_9%252Clist_10%252Clist_13%252Clist_14%252Clist_15%252Clist_17%252Clist_19%252Clist_20%252Clist_22%252Clist_25%252Clist_26%252Clist_27%252Clist_28%252Clist_31%252Clist_33%252Clist_34%252Clist_35%252Clist_36%252Clist_37%252Clist_38%252Clist_40%252Clist_41%252Clist_43%252Clist_45%252Clist_46%252Clist_47%252Clist_49%252Clist_53%252Clist_56%252Clist_58%252Clist_60%252Clist_61%252Clist_70%252Clist_74%252Clist_75%252Clist_79%252Clist_82%252Clist_83%252Clist_84%252Clist_89%252Clist_90%252Clist_91%252Clist_92%252Clist_95%252Clist_96%252Clist_98%252Clist_101%252Clist_108%252Clist_118%252Clist_127%252Clist_128%252Clist_145%252Clist_150%252Clist_167%252Clist_173%252Clist_176%252Clist_178%252Clist_180%252Clist_203%252Clist_239%252Clist_241%252Clist_243%252Clist_269%252Clist_274%252Clist_277%252Clist_278%252Clist_279%252Clist_342%252Clist_470%252Clist_531%252Clist_537%252Clist_591%252Clist_592%252Clist_651%252Clist_851%252Clist_859%252Clist_896%252Clist_1000%252Clist_1017%252Clist_1018%252Clist_1020%252Clist_1025%252Clist_1026%252Clist_1029%252Clist_1065%252Clist_1068%252Clist_1069%252Clist_1073%252Clist_1075%252Clist_1076%252Clist_1079%252Clist_1080%252Clist_1082%252Clist_1116%252Clist_1117%252Clist_1118%252Clist_1119%252Clist_1120%252Clist_1122%252Clist_1123%252Clist_1124%252Clist_1125%252Clist_1126%252Clist_1130%252Clist_1133%252Clist_1135%252Clist_1137%252Clist_1138%252Clist_1139%252Clist_1140%252Clist_1141%252Clist_1146%252Clist_1147%252Clist_1148%252Clist_1149%252Clist_1150%252Clist_1151%252Clist_1184%252Clist_1187%252Clist_1188%252Clist_1192%252Clist_1193%252Clist_1195%252Clist_1196%252Clist_1199%252Clist_1200%252Clist_1201%252Clist_1204%252Clist_1237%252Clist_1238%252Clist_1239%252Clist_1240%252Clist_1243%252Clist_1244%252Clist_1246%252Clist_1247%252Clist_1248%252Clist_1253%252Clist_1254%252Clist_1257%252Clist_1259%252Clist_1260%252Clist_1261%252Clist_1262%252Clist_1265%252Clist_1269%252Clist_1272%252Clist_1273%252Clist_1274%252Clist_1278%252Clist_1280%252Clist_1282%252Clist_1283%252Clist_1285%252Clist_1286%252Clist_1287%252Clist_1321%252Clist_1322%252Clist_1324%252Clist_1328%252Clist_1329%252Clist_1330%252Clist_1331%252Clist_1332%252Clist_1333%252Clist_1334%252Clist_1335%252Clist_1336%252Clist_1338%252Clist_1339%252Clist_1340%252Clist_1341%252Clist_1342%252Clist_1343%252Clist_1345%252Clist_1347%252Clist_1348%252Clist_1381%252Clist_1382%252Clist_1383%252Clist_1384%252Clist_1385%252Clist_1387%252Clist_1388%252Clist_1389%252Clist_1391%252Clist_1393%252Clist_1394%252Clist_1395%252Clist_1396%252Clist_1399%252Clist_1433%252Clist_1434%252Clist_1435%252Clist_1438%252Clist_1439%252Clist_1440%252Clist_1441%252Clist_1443%252Clist_1445%252Clist_1446%252Clist_1447%252Clist_1449%252Clist_1450%252Clist_1451%252Clist_1452%252Clist_1453%252Clist_1454%252Clist_1455%252Clist_1457%252Clist_1459%252Clist_1460%252Clist_1461%252Clist_1464%252Clist_1465%252Clist_1466%252Clist_1500%252Clist_1501%252Clist_1502%252Clist_1503%252Clist_1504%252Clist_1508%252Clist_1509%252Clist_1510%252Clist_1511%252Clist_1512%252Clist_1513%252Clist_1515%252Clist_1517%252Clist_1518%252Clist_1519%252Clist_1520%252Clist_1521%252Clist_1522%252Clist_1524%252Clist_1525%252Clist_1526%252Clist_1529%252Clist_1530%252Clist_1531%252Clist_1533%252Clist_1534%252Clist_1536%252Clist_1539%252Clist_1540%252Clist_1542%252Clist_1545%252Clist_1546%252Clist_1548%252Clist_1549%252Clist_1550%252Clist_1551%252Clist_1552%252Clist_1553%252Clist_1559%252Clist_1560%252Clist_1593%252Clist_1594%252Clist_1595%252Clist_1596%252Clist_1598%252Clist_1602%252Clist_1608%252Clist_1614%252Clist_1615%252Clist_1618%252Clist_1620%252Clist_1622%252Clist_1623%252Clist_1624%252Clist_1625%252Clist_1627%252Clist_1628%252Clist_1629%252Clist_1662%252Clist_1663%252Clist_1664%252Clist_1665%252Clist_1666%252Clist_1669%252Clist_1671%252Clist_10740%252Clist_10772%252Clist_10805%252Clist_10838%252Clist_10871%252Clist_10904%252Clist_10970%252Clist_11036%252Clist_11069%252Clist_11168%252Clist_11201%252Clist_11234%252Clist_11267%252Clist_11300%252Clist_11366%252Clist_11465%252Clist_11498%252Clist_11532%252Clist_11564%252Clist_11597%252Clist_11598%252Clist_11630%252Clist_11663%252Clist_11696%252Clist_11729%252Clist_11762%252Clist_11795%252Clist_11828%252Clist_11861%252Clist_11894%252Clist_11928%252Clist_12026%252Clist_12059%252Clist_12092%252Clist_12125%252Clist_12158%252Clist_12191%252Clist_12192%252Clist_12224%252Clist_12257%252Clist_12290%252Clist_12323%252Clist_12356%252Clist_12389%252Clist_12422%252Clist_12455%252Clist_12488%252Clist_12554%252Clist_12620%252Clist_12686%252Clist_12719%252Clist_12752%252Clist_12785%252Clist_12818%252Clist_12851%252Clist_12884%252Clist_12917%252Clist_12983%252Clist_13016%252Clist_13082%252Clist_13115%252Clist_13247%252Clist_13280%252Clist_13313%252Clist_13379%252Clist_13412%252Clist_13478%252Clist_13544%252Clist_13577%252Clist_13643%252Clist_13676%252Clist_13709%252Clist_13742%252Clist_13775%252Clist_13841%252Clist_14006%252Clist_14039%252Clist_14072%252Clist_14073%252Clist_14138%252Clist_14204%252Clist_14237%252Clist_14270%252Clist_14304%252Clist_14336%252Clist_14369%252Clist_14435%252Clist_14468%252Clist_14501%252Clist_14534%252Clist_14568%252Clist_14600%252Clist_14633%252Clist_14666%252Clist_14699%252Clist_14732%252Clist_14765%252Clist_14798%252Clist_14831%252Clist_14864%252Clist_14897%252Clist_14963%252Clist_14996%252Clist_15029%252Clist_15062%252Clist_15128%252Clist_15227%252Clist_15293%252Clist_15392%252Clist_15425%252Clist_15491%252Clist_15557%252Clist_15590%252Clist_15623%252Clist_15656%252Clist_15689%252Clist_15755%252Clist_15756%252Clist_15788%252Clist_15821%252Clist_15887%252Clist_15920%252Clist_15953%252Clist_15986%252Clist_16019%252Clist_16085%252Clist_16118%252Clist_16151%252Clist_16217%252Clist_16250%252Clist_16316%252Clist_16349%252Clist_16382%252Clist_16415%252Clist_16448%252Clist_16481%252Clist_16514%252Clist_16580%252Clist_16613%252Clist_16646%252Clist_16679%252Clist_16712%252Clist_16745%252Clist_16778%26cts_title%3DVulture%2520-%2520Entertainment%2520News%2520-%2520TV%252C%2520Movies%252C%2520Music%252C%2520Books%252C%2520Theater%252C%2520Art%26cts_description%3DVulture%2520is%2520a%2520New%2520York%2520Magazine%2520site%2520providing%2520continuous%2520entertainment%2520news%25C2%25A0covering%2520TV%252C%2520movies%252C%2520music%252C%2520art%252C%2520books%252C%2520theater%252C%2520comedy%252C%2520podcasts%252C%2520celebrities%252C%2520and%2520the%2520entertainment%2520industry%2520itself.%26cts_wikidata_entities%3D%26cts_wikidata_list%3D%26cts_keyword_classification_enqueued_at%3D2026-04-21T21%253A33%253A29Z%26cts_keyword_classification_status%3Denqueued%26cts_keyword_age%3Dunder_1_day%26fins%3D&adks=1281715344&frm=20&eoidce=1&blev=1&bisch=1 — 200 — 293 B — 335 ms — h3https://66e3663afc6f87f89f21ff6df31c8c27.safeframe.googlesyndication.com/safeframe/1-0-45/html/container.html66e3663afc6f87f89f21ff6df31c8c27.sa... https://66e3663afc6f87f89f21ff6df31c8c27.safeframe.googlesyndication.com/safeframe/1-0-45/html/container.html — 200 — 3.1 KiB — 90 ms — h3https://pagead2.googlesyndication.com/gampad/ads?pvsid=3578929128822362&correlator=3171387499182271&eid=31097657%2C31084129&output=ldjh&gdfp_req=1&vrg=202604160201&ptt=17&impl=fif&iu_parts=172968584%2Cnym.vulture%2Chomepage&enc_prev_ius=%2F0%2F1%2F2&prev_iu_szs=240x265&ifi=3&dids=div-gpt-ad-homepage_spotlight_&adfs=1209157975&sfv=1-0-45&eri=1&sc=1&abxe=1&dt=1776807213908&lmt=1776807213&adxs=20&adys=2269&biw=412&bih=823&scr_x=0&scr_y=0&btvi=2&ucis=3&oid=2&u_his=2&u_h=823&u_w=412&u_ah=823&u_aw=412&u_cd=24&u_sd=1.75&dmc=8&bc=31&nvt=1&uach=WyJBbmRyb2lkIiwiMTEuMCIsIiIsIm1vdG8gZyBwb3dlciAoMjAyMikiLCIxNDcuMC4wLjAiLG51bGwsMSxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNDcuMC43NzI3LjEwMSJdLFsiTm90LkEvQnJhbmQiLCI4LjAuMC4wIl1dLDBd&url=https%3A%2F%2Fwww.vulture.com%2F&vis=1&psz=372x40&msz=240x0&fws=132&ohw=412&dlt=1776807212527&idt=1065&prev_scp=slot_name%3Dhomepage_spotlight_native%26position%3Dhomepage_spotlight_native%26dvpub_ot_params%3D__DVPUB_OT__m%253A0%257C_dvp_uptpid%253A7f492e7c%25252d630c%25252d4374%25252db640%25252db1170ac6e83c%257C_dvp_uptsid%253A537da80d%25252d7b1c%25252d4856%25252d813d%25252db58f6e41d8de%257C_dvp_uptsacnt%253A1%257C_dvp_qtpid%253A7f492e7c%25252d630c%25252d4374%25252db640%25252db1170ac6e83c%26dv_upt_cwm%3D0%26dv__dvp_uptpid%3D7f492e7c-630c-4374-b640-b1170ac6e83c%26dv__dvp_uptsid%3D537da80d-7b1c-4856-813d-b58f6e41d8de%26dv__dvp_uptsacnt%3D1%26dv__dvp_qtpid%3D7f492e7c-630c-4374-b640-b1170ac6e83c%26pts_pid%3D7f492e7c-630c-4374-b640-b1170ac6e83c%26pts_sid%3D537da80d-7b1c-4856-813d-b58f6e41d8de%26concert_rid%3Dbf8807c0-3dc9-11f1-975c-9bd45415bec7%26ccc%3Dfalse%26VLP%3D1%2C240x265_1%26qt_loaded%3Dabs%2Cbsc%2Cids%2Cvlp&cust_params=device_type%3Dmobile%26kw%3Dentertainment%2520news%252Centertainment%252CTV%2520news%252CTV%252Cmovies%252Cmovie%2520news%252Ctrailers%252Cmusic%252Cbooks%252Ctheater%252Cart%252CVulture%26network%3DVulture%26page_type%3DHomepage%26entry_group%3Dnull%26keywords%3Dnull%26pn%3D%26entry_title%3D%26substatus%3Danonymous%26pageload_id%3De59bed3d-9e65-4d2b-8049-1c31651c2208%26ABS%3D51007495%252C51008901%252C51004663%252C51008754%252C51008442%252C51003943%252C51008970%252C51005341%252C51004493%252C51008972%252C51000813%252C51007985%252C51000147%252C51006802%252C51009297%26BSC%3D87012038%252C74062139%252C74242396%252C74041059%252C74011001%252C74112189%252C80023001%252C74041060%252C74331564%252C74202312%252C74272411%252C74141221%252C74082161%252C74082160%252C74201330%252C84011001%252C80222006%252C74031054%252C74121190%252C80222003%252C74241393%252C74082159%252C74331567%252C74331600%252C74141219%252C74102169%252C74202332%252C74202327%252C74041097%252C74172268%252C74042108%252C74012011%252C74331587%252C80122003%252C80122006%252C74122194%252C74332601%252C74081158%252C74251397%252C74271407%252C74111181%252C74252405%252C74042120%252C74101166%252C74202339%252C74142228%252C84012005%252C84012006%252C84012007%26qt_loaded%3Dabs%252Cbsc%252Cids%26IDS%3D1%26cts_iab_category%3D27%252C16.1%252C16%252C27.4%26cts_keyword_list%3Dlist_2%252Clist_3%252Clist_6%252Clist_8%252Clist_9%252Clist_10%252Clist_13%252Clist_14%252Clist_15%252Clist_17%252Clist_19%252Clist_20%252Clist_22%252Clist_25%252Clist_26%252Clist_27%252Clist_28%252Clist_31%252Clist_33%252Clist_34%252Clist_35%252Clist_36%252Clist_37%252Clist_38%252Clist_40%252Clist_41%252Clist_43%252Clist_45%252Clist_46%252Clist_47%252Clist_49%252Clist_53%252Clist_56%252Clist_58%252Clist_60%252Clist_61%252Clist_70%252Clist_74%252Clist_75%252Clist_79%252Clist_82%252Clist_83%252Clist_84%252Clist_89%252Clist_90%252Clist_91%252Clist_92%252Clist_95%252Clist_96%252Clist_98%252Clist_101%252Clist_108%252Clist_118%252Clist_127%252Clist_128%252Clist_145%252Clist_150%252Clist_167%252Clist_173%252Clist_176%252Clist_178%252Clist_180%252Clist_203%252Clist_239%252Clist_241%252Clist_243%252Clist_269%252Clist_274%252Clist_277%252Clist_278%252Clist_279%252Clist_342%252Clist_470%252Clist_531%252Clist_537%252Clist_591%252Clist_592%252Clist_651%252Clist_851%252Clist_859%252Clist_896%252Clist_1000%252Clist_1017%252Clist_1018%252Clist_1020%252Clist_1025%252Clist_1026%252Clist_1029%252Clist_1065%252Clist_1068%252Clist_1069%252Clist_1073%252Clist_1075%252Clist_1076%252Clist_1079%252Clist_1080%252Clist_1082%252Clist_1116%252Clist_1117%252Clist_1118%252Clist_1119%252Clist_1120%252Clist_1122%252Clist_1123%252Clist_1124%252Clist_1125%252Clist_1126%252Clist_1130%252Clist_1133%252Clist_1135%252Clist_1137%252Clist_1138%252Clist_1139%252Clist_1140%252Clist_1141%252Clist_1146%252Clist_1147%252Clist_1148%252Clist_1149%252Clist_1150%252Clist_1151%252Clist_1184%252Clist_1187%252Clist_1188%252Clist_1192%252Clist_1193%252Clist_1195%252Clist_1196%252Clist_1199%252Clist_1200%252Clist_1201%252Clist_1204%252Clist_1237%252Clist_1238%252Clist_1239%252Clist_1240%252Clist_1243%252Clist_1244%252Clist_1246%252Clist_1247%252Clist_1248%252Clist_1253%252Clist_1254%252Clist_1257%252Clist_1259%252Clist_1260%252Clist_1261%252Clist_1262%252Clist_1265%252Clist_1269%252Clist_1272%252Clist_1273%252Clist_1274%252Clist_1278%252Clist_1280%252Clist_1282%252Clist_1283%252Clist_1285%252Clist_1286%252Clist_1287%252Clist_1321%252Clist_1322%252Clist_1324%252Clist_1328%252Clist_1329%252Clist_1330%252Clist_1331%252Clist_1332%252Clist_1333%252Clist_1334%252Clist_1335%252Clist_1336%252Clist_1338%252Clist_1339%252Clist_1340%252Clist_1341%252Clist_1342%252Clist_1343%252Clist_1345%252Clist_1347%252Clist_1348%252Clist_1381%252Clist_1382%252Clist_1383%252Clist_1384%252Clist_1385%252Clist_1387%252Clist_1388%252Clist_1389%252Clist_1391%252Clist_1393%252Clist_1394%252Clist_1395%252Clist_1396%252Clist_1399%252Clist_1433%252Clist_1434%252Clist_1435%252Clist_1438%252Clist_1439%252Clist_1440%252Clist_1441%252Clist_1443%252Clist_1445%252Clist_1446%252Clist_1447%252Clist_1449%252Clist_1450%252Clist_1451%252Clist_1452%252Clist_1453%252Clist_1454%252Clist_1455%252Clist_1457%252Clist_1459%252Clist_1460%252Clist_1461%252Clist_1464%252Clist_1465%252Clist_1466%252Clist_1500%252Clist_1501%252Clist_1502%252Clist_1503%252Clist_1504%252Clist_1508%252Clist_1509%252Clist_1510%252Clist_1511%252Clist_1512%252Clist_1513%252Clist_1515%252Clist_1517%252Clist_1518%252Clist_1519%252Clist_1520%252Clist_1521%252Clist_1522%252Clist_1524%252Clist_1525%252Clist_1526%252Clist_1529%252Clist_1530%252Clist_1531%252Clist_1533%252Clist_1534%252Clist_1536%252Clist_1539%252Clist_1540%252Clist_1542%252Clist_1545%252Clist_1546%252Clist_1548%252Clist_1549%252Clist_1550%252Clist_1551%252Clist_1552%252Clist_1553%252Clist_1559%252Clist_1560%252Clist_1593%252Clist_1594%252Clist_1595%252Clist_1596%252Clist_1598%252Clist_1602%252Clist_1608%252Clist_1614%252Clist_1615%252Clist_1618%252Clist_1620%252Clist_1622%252Clist_1623%252Clist_1624%252Clist_1625%252Clist_1627%252Clist_1628%252Clist_1629%252Clist_1662%252Clist_1663%252Clist_1664%252Clist_1665%252Clist_1666%252Clist_1669%252Clist_1671%252Clist_10740%252Clist_10772%252Clist_10805%252Clist_10838%252Clist_10871%252Clist_10904%252Clist_10970%252Clist_11036%252Clist_11069%252Clist_11168%252Clist_11201%252Clist_11234%252Clist_11267%252Clist_11300%252Clist_11366%252Clist_11465%252Clist_11498%252Clist_11532%252Clist_11564%252Clist_11597%252Clist_11598%252Clist_11630%252Clist_11663%252Clist_11696%252Clist_11729%252Clist_11762%252Clist_11795%252Clist_11828%252Clist_11861%252Clist_11894%252Clist_11928%252Clist_12026%252Clist_12059%252Clist_12092%252Clist_12125%252Clist_12158%252Clist_12191%252Clist_12192%252Clist_12224%252Clist_12257%252Clist_12290%252Clist_12323%252Clist_12356%252Clist_12389%252Clist_12422%252Clist_12455%252Clist_12488%252Clist_12554%252Clist_12620%252Clist_12686%252Clist_12719%252Clist_12752%252Clist_12785%252Clist_12818%252Clist_12851%252Clist_12884%252Clist_12917%252Clist_12983%252Clist_13016%252Clist_13082%252Clist_13115%252Clist_13247%252Clist_13280%252Clist_13313%252Clist_13379%252Clist_13412%252Clist_13478%252Clist_13544%252Clist_13577%252Clist_13643%252Clist_13676%252Clist_13709%252Clist_13742%252Clist_13775%252Clist_13841%252Clist_14006%252Clist_14039%252Clist_14072%252Clist_14073%252Clist_14138%252Clist_14204%252Clist_14237%252Clist_14270%252Clist_14304%252Clist_14336%252Clist_14369%252Clist_14435%252Clist_14468%252Clist_14501%252Clist_14534%252Clist_14568%252Clist_14600%252Clist_14633%252Clist_14666%252Clist_14699%252Clist_14732%252Clist_14765%252Clist_14798%252Clist_14831%252Clist_14864%252Clist_14897%252Clist_14963%252Clist_14996%252Clist_15029%252Clist_15062%252Clist_15128%252Clist_15227%252Clist_15293%252Clist_15392%252Clist_15425%252Clist_15491%252Clist_15557%252Clist_15590%252Clist_15623%252Clist_15656%252Clist_15689%252Clist_15755%252Clist_15756%252Clist_15788%252Clist_15821%252Clist_15887%252Clist_15920%252Clist_15953%252Clist_15986%252Clist_16019%252Clist_16085%252Clist_16118%252Clist_16151%252Clist_16217%252Clist_16250%252Clist_16316%252Clist_16349%252Clist_16382%252Clist_16415%252Clist_16448%252Clist_16481%252Clist_16514%252Clist_16580%252Clist_16613%252Clist_16646%252Clist_16679%252Clist_16712%252Clist_16745%252Clist_16778%26cts_title%3DVulture%2520-%2520Entertainment%2520News%2520-%2520TV%252C%2520Movies%252C%2520Music%252C%2520Books%252C%2520Theater%252C%2520Art%26cts_description%3DVulture%2520is%2520a%2520New%2520York%2520Magazine%2520site%2520providing%2520continuous%2520entertainment%2520news%25C2%25A0covering%2520TV%252C%2520movies%252C%2520music%252C%2520art%252C%2520books%252C%2520theater%252C%2520comedy%252C%2520podcasts%252C%2520celebrities%252C%2520and%2520the%2520entertainment%2520industry%2520itself.%26cts_wikidata_entities%3D%26cts_wikidata_list%3D%26cts_keyword_classification_enqueued_at%3D2026-04-21T21%253A33%253A29Z%26cts_keyword_classification_status%3Denqueued%26cts_keyword_age%3Dunder_1_day%26fins%3D&adks=2788353780&frm=20&eoidce=1&blev=1&bisch=1pagead2.googlesyndication.com/gampa... https://pagead2.googlesyndication.com/gampad/ads?pvsid=3578929128822362&correlator=3171387499182271&eid=31097657%2C31084129&output=ldjh&gdfp_req=1&vrg=202604160201&ptt=17&impl=fif&iu_parts=172968584%2Cnym.vulture%2Chomepage&enc_prev_ius=%2F0%2F1%2F2&prev_iu_szs=240x265&ifi=3&dids=div-gpt-ad-homepage_spotlight_&adfs=1209157975&sfv=1-0-45&eri=1&sc=1&abxe=1&dt=1776807213908&lmt=1776807213&adxs=20&adys=2269&biw=412&bih=823&scr_x=0&scr_y=0&btvi=2&ucis=3&oid=2&u_his=2&u_h=823&u_w=412&u_ah=823&u_aw=412&u_cd=24&u_sd=1.75&dmc=8&bc=31&nvt=1&uach=WyJBbmRyb2lkIiwiMTEuMCIsIiIsIm1vdG8gZyBwb3dlciAoMjAyMikiLCIxNDcuMC4wLjAiLG51bGwsMSxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNDcuMC43NzI3LjEwMSJdLFsiTm90LkEvQnJhbmQiLCI4LjAuMC4wIl1dLDBd&url=https%3A%2F%2Fwww.vulture.com%2F&vis=1&psz=372x40&msz=240x0&fws=132&ohw=412&dlt=1776807212527&idt=1065&prev_scp=slot_name%3Dhomepage_spotlight_native%26position%3Dhomepage_spotlight_native%26dvpub_ot_params%3D__DVPUB_OT__m%253A0%257C_dvp_uptpid%253A7f492e7c%25252d630c%25252d4374%25252db640%25252db1170ac6e83c%257C_dvp_uptsid%253A537da80d%25252d7b1c%25252d4856%25252d813d%25252db58f6e41d8de%257C_dvp_uptsacnt%253A1%257C_dvp_qtpid%253A7f492e7c%25252d630c%25252d4374%25252db640%25252db1170ac6e83c%26dv_upt_cwm%3D0%26dv__dvp_uptpid%3D7f492e7c-630c-4374-b640-b1170ac6e83c%26dv__dvp_uptsid%3D537da80d-7b1c-4856-813d-b58f6e41d8de%26dv__dvp_uptsacnt%3D1%26dv__dvp_qtpid%3D7f492e7c-630c-4374-b640-b1170ac6e83c%26pts_pid%3D7f492e7c-630c-4374-b640-b1170ac6e83c%26pts_sid%3D537da80d-7b1c-4856-813d-b58f6e41d8de%26concert_rid%3Dbf8807c0-3dc9-11f1-975c-9bd45415bec7%26ccc%3Dfalse%26VLP%3D1%2C240x265_1%26qt_loaded%3Dabs%2Cbsc%2Cids%2Cvlp&cust_params=device_type%3Dmobile%26kw%3Dentertainment%2520news%252Centertainment%252CTV%2520news%252CTV%252Cmovies%252Cmovie%2520news%252Ctrailers%252Cmusic%252Cbooks%252Ctheater%252Cart%252CVulture%26network%3DVulture%26page_type%3DHomepage%26entry_group%3Dnull%26keywords%3Dnull%26pn%3D%26entry_title%3D%26substatus%3Danonymous%26pageload_id%3De59bed3d-9e65-4d2b-8049-1c31651c2208%26ABS%3D51007495%252C51008901%252C51004663%252C51008754%252C51008442%252C51003943%252C51008970%252C51005341%252C51004493%252C51008972%252C51000813%252C51007985%252C51000147%252C51006802%252C51009297%26BSC%3D87012038%252C74062139%252C74242396%252C74041059%252C74011001%252C74112189%252C80023001%252C74041060%252C74331564%252C74202312%252C74272411%252C74141221%252C74082161%252C74082160%252C74201330%252C84011001%252C80222006%252C74031054%252C74121190%252C80222003%252C74241393%252C74082159%252C74331567%252C74331600%252C74141219%252C74102169%252C74202332%252C74202327%252C74041097%252C74172268%252C74042108%252C74012011%252C74331587%252C80122003%252C80122006%252C74122194%252C74332601%252C74081158%252C74251397%252C74271407%252C74111181%252C74252405%252C74042120%252C74101166%252C74202339%252C74142228%252C84012005%252C84012006%252C84012007%26qt_loaded%3Dabs%252Cbsc%252Cids%26IDS%3D1%26cts_iab_category%3D27%252C16.1%252C16%252C27.4%26cts_keyword_list%3Dlist_2%252Clist_3%252Clist_6%252Clist_8%252Clist_9%252Clist_10%252Clist_13%252Clist_14%252Clist_15%252Clist_17%252Clist_19%252Clist_20%252Clist_22%252Clist_25%252Clist_26%252Clist_27%252Clist_28%252Clist_31%252Clist_33%252Clist_34%252Clist_35%252Clist_36%252Clist_37%252Clist_38%252Clist_40%252Clist_41%252Clist_43%252Clist_45%252Clist_46%252Clist_47%252Clist_49%252Clist_53%252Clist_56%252Clist_58%252Clist_60%252Clist_61%252Clist_70%252Clist_74%252Clist_75%252Clist_79%252Clist_82%252Clist_83%252Clist_84%252Clist_89%252Clist_90%252Clist_91%252Clist_92%252Clist_95%252Clist_96%252Clist_98%252Clist_101%252Clist_108%252Clist_118%252Clist_127%252Clist_128%252Clist_145%252Clist_150%252Clist_167%252Clist_173%252Clist_176%252Clist_178%252Clist_180%252Clist_203%252Clist_239%252Clist_241%252Clist_243%252Clist_269%252Clist_274%252Clist_277%252Clist_278%252Clist_279%252Clist_342%252Clist_470%252Clist_531%252Clist_537%252Clist_591%252Clist_592%252Clist_651%252Clist_851%252Clist_859%252Clist_896%252Clist_1000%252Clist_1017%252Clist_1018%252Clist_1020%252Clist_1025%252Clist_1026%252Clist_1029%252Clist_1065%252Clist_1068%252Clist_1069%252Clist_1073%252Clist_1075%252Clist_1076%252Clist_1079%252Clist_1080%252Clist_1082%252Clist_1116%252Clist_1117%252Clist_1118%252Clist_1119%252Clist_1120%252Clist_1122%252Clist_1123%252Clist_1124%252Clist_1125%252Clist_1126%252Clist_1130%252Clist_1133%252Clist_1135%252Clist_1137%252Clist_1138%252Clist_1139%252Clist_1140%252Clist_1141%252Clist_1146%252Clist_1147%252Clist_1148%252Clist_1149%252Clist_1150%252Clist_1151%252Clist_1184%252Clist_1187%252Clist_1188%252Clist_1192%252Clist_1193%252Clist_1195%252Clist_1196%252Clist_1199%252Clist_1200%252Clist_1201%252Clist_1204%252Clist_1237%252Clist_1238%252Clist_1239%252Clist_1240%252Clist_1243%252Clist_1244%252Clist_1246%252Clist_1247%252Clist_1248%252Clist_1253%252Clist_1254%252Clist_1257%252Clist_1259%252Clist_1260%252Clist_1261%252Clist_1262%252Clist_1265%252Clist_1269%252Clist_1272%252Clist_1273%252Clist_1274%252Clist_1278%252Clist_1280%252Clist_1282%252Clist_1283%252Clist_1285%252Clist_1286%252Clist_1287%252Clist_1321%252Clist_1322%252Clist_1324%252Clist_1328%252Clist_1329%252Clist_1330%252Clist_1331%252Clist_1332%252Clist_1333%252Clist_1334%252Clist_1335%252Clist_1336%252Clist_1338%252Clist_1339%252Clist_1340%252Clist_1341%252Clist_1342%252Clist_1343%252Clist_1345%252Clist_1347%252Clist_1348%252Clist_1381%252Clist_1382%252Clist_1383%252Clist_1384%252Clist_1385%252Clist_1387%252Clist_1388%252Clist_1389%252Clist_1391%252Clist_1393%252Clist_1394%252Clist_1395%252Clist_1396%252Clist_1399%252Clist_1433%252Clist_1434%252Clist_1435%252Clist_1438%252Clist_1439%252Clist_1440%252Clist_1441%252Clist_1443%252Clist_1445%252Clist_1446%252Clist_1447%252Clist_1449%252Clist_1450%252Clist_1451%252Clist_1452%252Clist_1453%252Clist_1454%252Clist_1455%252Clist_1457%252Clist_1459%252Clist_1460%252Clist_1461%252Clist_1464%252Clist_1465%252Clist_1466%252Clist_1500%252Clist_1501%252Clist_1502%252Clist_1503%252Clist_1504%252Clist_1508%252Clist_1509%252Clist_1510%252Clist_1511%252Clist_1512%252Clist_1513%252Clist_1515%252Clist_1517%252Clist_1518%252Clist_1519%252Clist_1520%252Clist_1521%252Clist_1522%252Clist_1524%252Clist_1525%252Clist_1526%252Clist_1529%252Clist_1530%252Clist_1531%252Clist_1533%252Clist_1534%252Clist_1536%252Clist_1539%252Clist_1540%252Clist_1542%252Clist_1545%252Clist_1546%252Clist_1548%252Clist_1549%252Clist_1550%252Clist_1551%252Clist_1552%252Clist_1553%252Clist_1559%252Clist_1560%252Clist_1593%252Clist_1594%252Clist_1595%252Clist_1596%252Clist_1598%252Clist_1602%252Clist_1608%252Clist_1614%252Clist_1615%252Clist_1618%252Clist_1620%252Clist_1622%252Clist_1623%252Clist_1624%252Clist_1625%252Clist_1627%252Clist_1628%252Clist_1629%252Clist_1662%252Clist_1663%252Clist_1664%252Clist_1665%252Clist_1666%252Clist_1669%252Clist_1671%252Clist_10740%252Clist_10772%252Clist_10805%252Clist_10838%252Clist_10871%252Clist_10904%252Clist_10970%252Clist_11036%252Clist_11069%252Clist_11168%252Clist_11201%252Clist_11234%252Clist_11267%252Clist_11300%252Clist_11366%252Clist_11465%252Clist_11498%252Clist_11532%252Clist_11564%252Clist_11597%252Clist_11598%252Clist_11630%252Clist_11663%252Clist_11696%252Clist_11729%252Clist_11762%252Clist_11795%252Clist_11828%252Clist_11861%252Clist_11894%252Clist_11928%252Clist_12026%252Clist_12059%252Clist_12092%252Clist_12125%252Clist_12158%252Clist_12191%252Clist_12192%252Clist_12224%252Clist_12257%252Clist_12290%252Clist_12323%252Clist_12356%252Clist_12389%252Clist_12422%252Clist_12455%252Clist_12488%252Clist_12554%252Clist_12620%252Clist_12686%252Clist_12719%252Clist_12752%252Clist_12785%252Clist_12818%252Clist_12851%252Clist_12884%252Clist_12917%252Clist_12983%252Clist_13016%252Clist_13082%252Clist_13115%252Clist_13247%252Clist_13280%252Clist_13313%252Clist_13379%252Clist_13412%252Clist_13478%252Clist_13544%252Clist_13577%252Clist_13643%252Clist_13676%252Clist_13709%252Clist_13742%252Clist_13775%252Clist_13841%252Clist_14006%252Clist_14039%252Clist_14072%252Clist_14073%252Clist_14138%252Clist_14204%252Clist_14237%252Clist_14270%252Clist_14304%252Clist_14336%252Clist_14369%252Clist_14435%252Clist_14468%252Clist_14501%252Clist_14534%252Clist_14568%252Clist_14600%252Clist_14633%252Clist_14666%252Clist_14699%252Clist_14732%252Clist_14765%252Clist_14798%252Clist_14831%252Clist_14864%252Clist_14897%252Clist_14963%252Clist_14996%252Clist_15029%252Clist_15062%252Clist_15128%252Clist_15227%252Clist_15293%252Clist_15392%252Clist_15425%252Clist_15491%252Clist_15557%252Clist_15590%252Clist_15623%252Clist_15656%252Clist_15689%252Clist_15755%252Clist_15756%252Clist_15788%252Clist_15821%252Clist_15887%252Clist_15920%252Clist_15953%252Clist_15986%252Clist_16019%252Clist_16085%252Clist_16118%252Clist_16151%252Clist_16217%252Clist_16250%252Clist_16316%252Clist_16349%252Clist_16382%252Clist_16415%252Clist_16448%252Clist_16481%252Clist_16514%252Clist_16580%252Clist_16613%252Clist_16646%252Clist_16679%252Clist_16712%252Clist_16745%252Clist_16778%26cts_title%3DVulture%2520-%2520Entertainment%2520News%2520-%2520TV%252C%2520Movies%252C%2520Music%252C%2520Books%252C%2520Theater%252C%2520Art%26cts_description%3DVulture%2520is%2520a%2520New%2520York%2520Magazine%2520site%2520providing%2520continuous%2520entertainment%2520news%25C2%25A0covering%2520TV%252C%2520movies%252C%2520music%252C%2520art%252C%2520books%252C%2520theater%252C%2520comedy%252C%2520podcasts%252C%2520celebrities%252C%2520and%2520the%2520entertainment%2520industry%2520itself.%26cts_wikidata_entities%3D%26cts_wikidata_list%3D%26cts_keyword_classification_enqueued_at%3D2026-04-21T21%253A33%253A29Z%26cts_keyword_classification_status%3Denqueued%26cts_keyword_age%3Dunder_1_day%26fins%3D&adks=2788353780&frm=20&eoidce=1&blev=1&bisch=1 — 200 — 292 B — 152 ms — h3https://monacobeatles.com/p6ee9l04/hk8rk2vj3ou1fnhuvlta5sgsa1d7ts6omonacobeatles.com/p6ee9l04/hk8rk2vj... https://monacobeatles.com/p6ee9l04/hk8rk2vj3ou1fnhuvlta5sgsa1d7ts6o — 200 — 327 B — 63 ms — h3https://ad-delivery.net/px.gif?ch=1&e=0.41596941723165803ad-delivery.net/px.gif?ch=1&e=0.415... https://ad-delivery.net/px.gif?ch=1&e=0.41596941723165803 — 200 — 110 B — 22 ms — h2https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gpt&tv=m202604160201&st=env&sjk=3578929128822362ep1.adtrafficquality.google/getconf... https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gpt&tv=m202604160201&st=env&sjk=3578929128822362 — 200 — 13.5 KiB — 83 ms — h3https://monacobeatles.com/p6ee9l04/hk8rk2vj3ou1fnhuvlta5sgsa1d7ts6omonacobeatles.com/p6ee9l04/hk8rk2vj... https://monacobeatles.com/p6ee9l04/hk8rk2vj3ou1fnhuvlta5sgsa1d7ts6o — 200 — 39 B — 26 ms — h3https://assets.vulture.com/media/sites/vulture/favicon.icoassets.vulture.com/media/sites/vult... https://assets.vulture.com/media/sites/vulture/favicon.ico — 200 — 3.7 KiB — 42 ms — h2https://ep2.adtrafficquality.google/sodar/sodar2.jsep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2.js — 200 — 7.9 KiB — 95 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.08903474917858978ad.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.08903474917858978 — 200 — 129 B — 25 ms — h3https://ad-delivery.net/px.gif?ch=2&e=0.053511633906842104ad-delivery.net/px.gif?ch=2&e=0.053... https://ad-delivery.net/px.gif?ch=2&e=0.053511633906842104 — 200 — 133 B — 22 ms — h2https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.htmlep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.html — 200 — 5.8 KiB — 70 ms — h2https://pagead2.googlesyndication.com/bg/dj12lhpBI2WR1GQ6n5lcmp69XlpHOiTAWO7c9b6NTo0.jspagead2.googlesyndication.com/bg/dj... https://pagead2.googlesyndication.com/bg/dj12lhpBI2WR1GQ6n5lcmp69XlpHOiTAWO7c9b6NTo0.js — 200 — 21.6 KiB — 80 ms — h3https://ep2.adtrafficquality.google/generate_204?MVMQLAep2.adtrafficquality.google/generat... https://ep2.adtrafficquality.google/generate_204?MVMQLA — 204 — 40 B — 24 ms — h2https://ad-delivery.net/px.gif?ch=2&e=0.3745557861454111ad-delivery.net/px.gif?ch=2&e=0.374... https://ad-delivery.net/px.gif?ch=2&e=0.3745557861454111 — 200 — 112 B — 22 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.9649788892093051ad.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.9649788892093051 — 200 — 129 B — 25 ms — h3https://ad-delivery.net/px.gif?ch=1&e=0.3492758571148966ad-delivery.net/px.gif?ch=1&e=0.349... https://ad-delivery.net/px.gif?ch=1&e=0.3492758571148966 — 200 — 110 B — 21 ms — h2https://ab.dns-finder.com/meta/dnsab.dns-finder.com/meta/dns https://ab.dns-finder.com/meta/dns — 200 — 0 B — 1 ms — h2https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=gpt_m202604160201&jk=3578929128822362&bg=!ammlaQvNAAY2C5OeFgs7AEcBe5WfOCG3RzPd0FFKjkKZGkgw-GCv-rwTtsRRSCHobGybBNJ6dtuBZPOa46YqkHyYQUIwRaEIpE2uBCTrDpULxAJ5aOwiLwIAAAA_UgAAAAVoAQd-ADa3S0mCYTo_r-cP_p1HT7CGvvxBhicrIsbh6xKHLrBABHp-DSGvnZxhtYXEOtmr1Rx4QOmKVAqZApzE8PVh5yZ6q1GOlzXGfCiatbHndKhr1z8CyqJHWXM41lACTtmXT1GTiT-0fmpXZjerN3_oagBpu53jKJp7IdvYBtMZRuhT9-NxmlWG-VY7Yc3Rm3RyjNBhbVahiC9VKskmWEwse9rTy9Vyd4HBDU35oxvyKGKMVfBYyQrySGg28bKiqE9lHwJSLinXUCtG1-EV7wg7-Dt7Wdx3WBc2c-sgv6S2vxhP6Wm8Xd4q8CMKPDVLZ3MP9QXULgJ6geb_WSiOIbN5r18KwwcMw60Bzw6viyZ_muVjz_vGVVBqjKqZirbEymH3ZPOwv0Ofz-mLklvWFTc5z8EnxchO3xzz70ATk8gRZgBtmBP8UYXS6KuDOfOqOxNcicVsACpcfxFa-vIqq3SYWNjW7z09fKloTXI64P4C8I8oFy6kF63TXr1ox2kz7dZ7oi5btUE7TAGukvlWYDjPzGFfoceqDfB9mxwYMmNV9E66d1FPU7Vtdj-Er22zyE4FTYRJh3pIuHtXSGow9pMrOBcbUEUVjKqRdhgiVYXJkxqA5tDPTp9DkQoHB4FwBmUw0bcklEtTipsSrYdY34e4WVwhvZhEe3qN2PoY-8ms8BlyOSHw45E29Zs1b0-g2Lbk6qzYBr61BRkzdh5N1JDSdgxJU_XN9H-coiafE4kEVd3_ThJwD4kKHbUWzNv1U60zsYgfLfykzv1SbmPnVZV9RxGHBbjpsGsJ_FlQmWmqSQjpFINJ5PLorkCy8cc8b_SN_l3yLA3wpScUzQiNrX22NwMVfPuunSAeBH_B3dWek9Jsu74eDbha3rUn-Plq496kD0fpYj2TyxphSDgHboYKLlRjxSuuNpw4GzMuIKsOjKqB1iBi7ZEUZMXiqcLN2aoni3edJta0IQep1.adtrafficquality.google/pagead/... https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=gpt_m202604160201&jk=3578929128822362&bg=!ammlaQvNAAY2C5OeFgs7AEcBe5WfOCG3RzPd0FFKjkKZGkgw-GCv-rwTtsRRSCHobGybBNJ6dtuBZPOa46YqkHyYQUIwRaEIpE2uBCTrDpULxAJ5aOwiLwIAAAA_UgAAAAVoAQd-ADa3S0mCYTo_r-cP_p1HT7CGvvxBhicrIsbh6xKHLrBABHp-DSGvnZxhtYXEOtmr1Rx4QOmKVAqZApzE8PVh5yZ6q1GOlzXGfCiatbHndKhr1z8CyqJHWXM41lACTtmXT1GTiT-0fmpXZjerN3_oagBpu53jKJp7IdvYBtMZRuhT9-NxmlWG-VY7Yc3Rm3RyjNBhbVahiC9VKskmWEwse9rTy9Vyd4HBDU35oxvyKGKMVfBYyQrySGg28bKiqE9lHwJSLinXUCtG1-EV7wg7-Dt7Wdx3WBc2c-sgv6S2vxhP6Wm8Xd4q8CMKPDVLZ3MP9QXULgJ6geb_WSiOIbN5r18KwwcMw60Bzw6viyZ_muVjz_vGVVBqjKqZirbEymH3ZPOwv0Ofz-mLklvWFTc5z8EnxchO3xzz70ATk8gRZgBtmBP8UYXS6KuDOfOqOxNcicVsACpcfxFa-vIqq3SYWNjW7z09fKloTXI64P4C8I8oFy6kF63TXr1ox2kz7dZ7oi5btUE7TAGukvlWYDjPzGFfoceqDfB9mxwYMmNV9E66d1FPU7Vtdj-Er22zyE4FTYRJh3pIuHtXSGow9pMrOBcbUEUVjKqRdhgiVYXJkxqA5tDPTp9DkQoHB4FwBmUw0bcklEtTipsSrYdY34e4WVwhvZhEe3qN2PoY-8ms8BlyOSHw45E29Zs1b0-g2Lbk6qzYBr61BRkzdh5N1JDSdgxJU_XN9H-coiafE4kEVd3_ThJwD4kKHbUWzNv1U60zsYgfLfykzv1SbmPnVZV9RxGHBbjpsGsJ_FlQmWmqSQjpFINJ5PLorkCy8cc8b_SN_l3yLA3wpScUzQiNrX22NwMVfPuunSAeBH_B3dWek9Jsu74eDbha3rUn-Plq496kD0fpYj2TyxphSDgHboYKLlRjxSuuNpw4GzMuIKsOjKqB1iBi7ZEUZMXiqcLN2aoni3edJta0IQ — 204 — 17 B — 46 ms — h3https://ad-delivery.net/px.gif?ch=1&e=0.41282058195615046ad-delivery.net/px.gif?ch=1&e=0.412... https://ad-delivery.net/px.gif?ch=1&e=0.41282058195615046 — 200 — 133 B — 22 ms — h2https://ad-delivery.net/px.gif?ch=2&e=0.8280706723600051ad-delivery.net/px.gif?ch=2&e=0.828... https://ad-delivery.net/px.gif?ch=2&e=0.8280706723600051 — 200 — 116 B — 25 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.4386726589851051ad.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.4386726589851051 — 200 — 129 B — 25 ms — h3https://ad-delivery.net/px.gif?ch=2&e=0.40189215007137336ad-delivery.net/px.gif?ch=2&e=0.401... https://ad-delivery.net/px.gif?ch=2&e=0.40189215007137336 — 200 — 112 B — 22 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.9065470474267671ad.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.9065470474267671 — 200 — 129 B — 25 ms — h3https://ad-delivery.net/px.gif?ch=2&e=0.7159998537002514ad-delivery.net/px.gif?ch=2&e=0.715... https://ad-delivery.net/px.gif?ch=2&e=0.7159998537002514 — 200 — 133 B — 22 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.3151486528029187ad.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.3151486528029187 — 200 — 129 B — 25 ms — h3https://ad-delivery.net/px.gif?ch=2&e=0.5634040435418567ad-delivery.net/px.gif?ch=2&e=0.563... https://ad-delivery.net/px.gif?ch=2&e=0.5634040435418567 — 200 — 112 B — 22 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.17940511618409072ad.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.17940511618409072 — 200 — 129 B — 25 ms — h3https://api.btloader.com/country?o=6315858775244800api.btloader.com/country?o=63158587... https://api.btloader.com/country?o=6315858775244800 — 200 — 153 B — 124 ms — h2https://api.btloader.com/pv?nlf=false&tid=4WhUN7Hk-t2vBdjIf-9db1f679df&sid=yAzlWFAf-joyAPBXcJB-9db1f679e0&cv=2.1.187-1-g24d1c87&upapi=trueapi.btloader.com/pv?nlf=false&tid=4... https://api.btloader.com/pv?nlf=false&tid=4WhUN7Hk-t2vBdjIf-9db1f679df&sid=yAzlWFAf-joyAPBXcJB-9db1f679e0&cv=2.1.187-1-g24d1c87&upapi=true — 204 — 40 B — 124 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 7162ms · 1038KB · €78/mo
www.vulture.com
Other
Costly
Execution 1881ms
Transfer 290 KB
Monthly Cost €20/mo
Unattributable
Other
Costly
Execution 1317ms
Transfer 0 KB
Monthly Cost €14/mo
securepubads.g.doubleclick.net
Other
Costly
Execution 1240ms
Transfer 188 KB
Unused 57%
Monthly Cost €13/mo
cdn.concert.io
Other
Costly
Execution 1191ms
Transfer 104 KB
Unused 51%
Monthly Cost €13/mo
metrics.vulture.com
Other
Costly
Execution 528ms
Transfer 170 KB
Unused 29%
Monthly Cost €6/mo
btloader.com
Other
Optional
Execution 180ms
Transfer 37 KB
Monthly Cost €2/mo
www.googletagservices.com
Other
Optional
Execution 173ms
Transfer 34 KB
Unused 71%
Monthly Cost €2/mo
pub.doubleverify.com
Other
Optional
Execution 169ms
Transfer 34 KB
Monthly Cost €2/mo
c.amazon-adsystem.com
Other
Optional
Execution 146ms
Transfer 91 KB
Unused 42%
Monthly Cost €2/mo
pagead2.googlesyndication.com
Other
Optional
Execution 142ms
Transfer 54 KB
Unused 62%
Monthly Cost €2/mo
sb.scorecardresearch.com
Other
Optional
Execution 134ms
Transfer 0 KB
Monthly Cost €1/mo
monacobeatles.com
Other
Optional
Execution 59ms
Transfer 36 KB
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • www.vulture.com adds 1881ms and costs ~€20/month
  • Unattributable adds 1317ms and costs ~€14/month
  • securepubads.g.doubleclick.net adds 1240ms and costs ~€13/month
  • cdn.concert.io adds 1191ms and costs ~€13/month
  • metrics.vulture.com adds 528ms and costs ~€6/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.vulture.com takes 1881ms 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 1317ms 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

securepubads.g.doubleclick.net takes 1240ms 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

57% 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

cdn.concert.io takes 1191ms 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

51% 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

metrics.vulture.com takes 528ms 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

71% of www.googletagservices.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

62% of pagead2.googlesyndication.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

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

Send Feedback