Skip to content
https://vulture.com

Performance

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

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

86
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.
100
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

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

1.19 s

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

1.37 s

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

223 ms

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

0.006

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

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

3.82 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
15
5 PASS 2 REVIEW 6 FIX
F
Page Weight Budget
Action
6.5 MB transferred, 216 requests
FIX
6.5 MB transferred, 216 requests
Critical::
Page weighs 11.5 MB (6.5 MB transferred)
Warning::
Images are 4.6 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 4.6 MB
Warning::
JavaScript is 1.1 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.1 MB
Info::
Fonts are 241 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 241 KB
Warning::
216 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.4 g CO2 per page load
6.5 MB / 2.4 MB budget
6.5 MB transferred
216 requests
1.4 g CO2 per page load
Images 4.6 MiB 71%
JavaScript 1.1 MiB 17%
HTML 299.1 KiB 5%
Fonts 241.5 KiB 4%
Other 200.9 KiB 3%
Other 27.3 KiB 0%
Other 18.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 (6.5 MiB of 6.5 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Execution Cost
Action
2048ms total JS execution
FIX
2048ms total JS execution
Warning::
https://www.vulture.com/: 557ms CPU time
Warning::
Unattributable: 471ms CPU time
Warning::
https://metrics.vulture.com/gtm.js?id=GTM-NL7LR9Z: 367ms CPU time
Warning::
https://cdn.concert.io/lib/concert-ads/v2-latest/c...: 346ms CPU time
Info::
https://cdn.cookielaw.org/scripttemplates/202602.1...: 94ms CPU time
Warning::
Third-party scripts: 2048ms (100% of total)

Main Thread Breakdown

Script Evaluation 51% Other 22% Style & Layout 11% Script Parsing & Compilation 7% Rendering 4% Garbage Collection 3%
ScriptTotalScriptingParse/CompileParty
https://www.vulture.com/557ms103ms32ms3rd
Unattributable471ms59ms0ms3rd
https://metrics.vulture.com/gtm.js?id=GTM-NL7LR9Z367ms328ms19ms3rd
https://cdn.concert.io/lib/concert-ads/v2-latest/concert_ads.js346ms285ms8ms3rd
https://cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js94ms53ms18ms3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js78ms49ms14ms3rd
https://metrics.vulture.com/gtag/js?id=G-DNE38RK1HX&cx=c&gtm=4e64h1&sign=0d37b80576127f383d5c87d7d3235db4bae4da2b95bb5fe57e22701eeabcae6f_2026042172ms61ms10ms3rd
https://c.amazon-adsystem.com/aax2/apstag.js63ms40ms9ms3rd
D
JS Bundles
Action
22 scripts, 433 KB unused
FIX
22 scripts, 433 KB unused
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 128 KB unused (68%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://metrics.vulture.com/gtag/js?id=G-DNE38RK1H...: 63 KB unused (38%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.cookielaw.org/scripttemplates/202602.1...: 61 KB unused (47%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://metrics.vulture.com/gtm.js?id=GTM-NL7LR9Z: 45 KB unused (27%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://c.amazon-adsystem.com/aax2/apstag.js: 39 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 433 KB
433 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js188 KB128 KB (68%)3rd
https://metrics.vulture.com/gtag/js?id=G-DNE38RK1HX&cx=c&gtm=4e64h1&sign=0d37b80576127f383d5c87d7d3235db4bae4da2b95bb5fe57e22701eeabcae6f_20260421165 KB63 KB (38%)3rd
https://cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js129 KB61 KB (47%)3rd
https://metrics.vulture.com/gtm.js?id=GTM-NL7LR9Z170 KB45 KB (27%)3rd
https://c.amazon-adsystem.com/aax2/apstag.js91 KB39 KB (43%)3rd
https://cdn.concert.io/lib/concert-ads/v2-latest/concert_ads.js104 KB37 KB (52%)3rd
https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js54 KB36 KB (67%)3rd
https://www.googletagservices.com/tag/js/gpt.js34 KB24 KB (71%)3rd
https://public.profitwell.com/js/profitwell.js?auth=2d1c024c7e0c8a7449a9e35d2b494e7b10 KB3rd
https://aax.amazon-adsystem.com/e/dtb/bid/134748.04/0/prebid?adunitid=$rs_300x250_$ri0 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
216 resources · 6.5 MB · 433 KB savings available
FIX
216 resources · 6.5 MB · 433 KB savings available
Warning::
Page weight 5.5 MB over 1MB target
Got: 6.5 MB Expected: ≤ 1 MB
Info::
~433 KB of savings available
Warning::
215 third-party resources (100% of weight)
Info::
7 resources over 200KB
216 resources · 6.5 MiB · 215 third-party 5.5 MiB over 1MB target
Image 71% · 4.6 MiB
JavaScript 17% · 1.1 MiB
Document 5% · 299.4 KiB
Font 4% · 241.5 KiB
Other 3% · 231.9 KiB
CSS 0% · 4.7 KiB

~432.6 KiB of savings available

Remove unused JavaScript: 432.6 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
125 images, 0 KB saveable
REVIEW
125 images, 0 KB saveable
Warning::
https://pyxis.nymag.com/v1/imgs/100/4e0/9d5c1b2b6c... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://pyxis.nymag.com/v1/imgs/dde/85d/17d21a5fea... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://pyxis.nymag.com/v1/imgs/906/ef3/4f0c3a6b10... 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/92b/a92/262d3fe96d... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://pyxis.nymag.com/v1/imgs/b19/367/9ee0bbcec1... 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.
Warning::
is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://pyxis.nymag.com/v1/imgs/555/af2/b8d131c7ac... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://pyxis.nymag.com/v1/imgs/69e/1b3/9f324ca190... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://pyxis.nymag.com/v1/imgs/a5b/774/2fd8f9be13... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://pyxis.nymag.com/v1/imgs/762/4d3/c089f94cc4... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
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.
125 images 4.6 MB
0 oversized -0 KB
11 legacy format
13 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

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

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

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

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

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

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
6 fonts (241 KB)
PASS
6 fonts (241 KB)
Info::
6 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

6

241 KB total

Render-blocking

0

of 6

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 1.2 s LCP 1.4 shttps://fonts.nymag.com/elderkin/Elderkin.woff2Elderkin.woff2 https://fonts.nymag.com/elderkin/Elderkin.woff2 — 21.0 KiB — 6 ms — font-display: swaphttps://fonts.nymag.com/miller/Miller_Text_Roman.woff2Miller_Text_Roman.woff2 https://fonts.nymag.com/miller/Miller_Text_Roman.woff2 — 48.9 KiB — 14 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 — 18 ms — font-display: swaphttps://fonts.nymag.com/miller/Miller_Text_Bold.woff2Miller_Text_Bold.woff2 https://fonts.nymag.com/miller/Miller_Text_Bold.woff2 — 49.0 KiB — 10 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.9 KiB — 12 ms — font-display: swaphttps://fonts.nymag.com/libre-franklin/LibreFranklin.woff2LibreFranklin.woff2 https://fonts.nymag.com/libre-franklin/LibreFranklin.woff2 — 19.3 KiB — 5 ms — font-display: swap
Elderkin.woff2 woff2 swap
Size 21 KB
Load time 6 ms
Start 377 ms
Risk FOUT — text flashes from fallback to web font
Miller_Text_Roman.woff2 woff2 swap
Size 49 KB
Load time 14 ms
Start 377 ms
Risk FOUT — text flashes from fallback to web font
Miller_Text_Italic.woff2 woff2 swap
Size 51 KB
Load time 18 ms
Start 377 ms
Risk FOUT — text flashes from fallback to web font
Miller_Text_Bold.woff2 woff2 swap
Size 49 KB
Load time 10 ms
Start 378 ms
Risk FOUT — text flashes from fallback to web font
Miller_Text_Bold_Italic... woff2 swap
Size 52 KB
Load time 12 ms
Start 378 ms
Risk FOUT — text flashes from fallback to web font
LibreFranklin.woff2 woff2 swap
Size 19 KB
Load time 5 ms
Start 2.0 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
216 requests over 4966ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.2 s LCP 1.4 shttps://vulture.com// https://vulture.com/ — 301 — 379 B — 38 ms — h2https://www.vulture.com/www.vulture.com/ https://www.vulture.com/ — 200 — 290.3 KiB — 64 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 — 46 ms — h2https://www.googletagservices.com/tag/js/gpt.jswww.googletagservices.com/tag/js/gp... https://www.googletagservices.com/tag/js/gpt.js — 200 — 34.3 KiB — 173 ms — h2https://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 — 63 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 — 315 B — 55 ms — h2https://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 — 479 B — 22 ms — h2https://pyxis.nymag.com/v1/imgs/665/007/2f08023beec7eb33deae492eb65488870a-Peter-Hook.rhorizontal.w520.jpgpyxis.nymag.com/v1/imgs/665/007/2f0... https://pyxis.nymag.com/v1/imgs/665/007/2f08023beec7eb33deae492eb65488870a-Peter-Hook.rhorizontal.w520.jpg — 200 — 20.8 KiB — 20 ms — h2https://pyxis.nymag.com/v1/imgs/34e/82b/ab0f2694456c3f03e4c987600513d49702-coachella.rsquare-zoom.w135.jpgpyxis.nymag.com/v1/imgs/34e/82b/ab0... https://pyxis.nymag.com/v1/imgs/34e/82b/ab0f2694456c3f03e4c987600513d49702-coachella.rsquare-zoom.w135.jpg — 200 — 5.3 KiB — 19 ms — h2https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js — 200 — 54.1 KiB — 149 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 — 127 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 — 209 ms — h2https://pyxis.nymag.com/v1/imgs/89b/1d2/101c8559bb11cccb42364622c4308d2020-Janet-Jackson.rsquare.w536.jpgpyxis.nymag.com/v1/imgs/89b/1d2/101... https://pyxis.nymag.com/v1/imgs/89b/1d2/101c8559bb11cccb42364622c4308d2020-Janet-Jackson.rsquare.w536.jpg — 200 — 44.8 KiB — 16 ms — h2https://pyxis.nymag.com/v1/imgs/5ed/978/603487c2f4419857815b7a11bf42b9b133-west-wilson-cheating.rsquare.w536.jpgpyxis.nymag.com/v1/imgs/5ed/978/603... https://pyxis.nymag.com/v1/imgs/5ed/978/603487c2f4419857815b7a11bf42b9b133-west-wilson-cheating.rsquare.w536.jpg — 200 — 32.2 KiB — 51 ms — h2https://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 — 36 ms — h2https://pyxis.nymag.com/v1/imgs/59c/6f0/e5b3b15ee65f680a6448ba60fa22bb5f85-Madonna.rsquare.w536.jpgpyxis.nymag.com/v1/imgs/59c/6f0/e5b... https://pyxis.nymag.com/v1/imgs/59c/6f0/e5b3b15ee65f680a6448ba60fa22bb5f85-Madonna.rsquare.w536.jpg — 200 — 23.9 KiB — 50 ms — h2https://pyxis.nymag.com/v1/imgs/01a/257/221520cb41b46f9a83794b644fb3d1dc35-15-soderbergh-ranking.rsquare.w536.jpgpyxis.nymag.com/v1/imgs/01a/257/221... https://pyxis.nymag.com/v1/imgs/01a/257/221520cb41b46f9a83794b644fb3d1dc35-15-soderbergh-ranking.rsquare.w536.jpg — 200 — 32.9 KiB — 46 ms — h2https://pyxis.nymag.com/v1/imgs/4f8/431/7fb65b2e535436b6073ee9f0ef9bbe3291-cinematrix-04-21-2026.rsquare.w536.jpgpyxis.nymag.com/v1/imgs/4f8/431/7fb... https://pyxis.nymag.com/v1/imgs/4f8/431/7fb65b2e535436b6073ee9f0ef9bbe3291-cinematrix-04-21-2026.rsquare.w536.jpg — 200 — 47.3 KiB — 80 ms — h2https://pyxis.nymag.com/v1/imgs/7c2/ae4/9ef1900c24cf430da95962a2bbee329a2a-megan-thee-stallion.rsquare.w536.jpgpyxis.nymag.com/v1/imgs/7c2/ae4/9ef... https://pyxis.nymag.com/v1/imgs/7c2/ae4/9ef1900c24cf430da95962a2bbee329a2a-megan-thee-stallion.rsquare.w536.jpg — 200 — 20.4 KiB — 118 ms — h2https://pyxis.nymag.com/v1/imgs/3cf/7bd/5fca2263ee9bb210fd739f0a05fc17550a-briannaalex.rsquare.w536.jpgpyxis.nymag.com/v1/imgs/3cf/7bd/5fc... https://pyxis.nymag.com/v1/imgs/3cf/7bd/5fca2263ee9bb210fd739f0a05fc17550a-briannaalex.rsquare.w536.jpg — 200 — 39.4 KiB — 183 ms — h2https://pyxis.nymag.com/v1/imgs/619/502/0ff39ead28c8723199d05b812a7fe3fb60-Onion-x-InfoWars.rsquare.w536.jpgpyxis.nymag.com/v1/imgs/619/502/0ff... https://pyxis.nymag.com/v1/imgs/619/502/0ff39ead28c8723199d05b812a7fe3fb60-Onion-x-InfoWars.rsquare.w536.jpg — 200 — 27.1 KiB — 118 ms — h2https://pyxis.nymag.com/v1/imgs/bb3/ab4/c16825c76393530320498ad82b21f443f2-d4vd-lede.rsquare.w536.jpgpyxis.nymag.com/v1/imgs/bb3/ab4/c16... https://pyxis.nymag.com/v1/imgs/bb3/ab4/c16825c76393530320498ad82b21f443f2-d4vd-lede.rsquare.w536.jpg — 200 — 37.5 KiB — 184 ms — h2https://pyxis.nymag.com/v1/imgs/95a/647/dd790fb0401fcd3543ff3adf8b77fbb9d2-Practical-Magic-2.rsquare.w536.jpgpyxis.nymag.com/v1/imgs/95a/647/dd7... https://pyxis.nymag.com/v1/imgs/95a/647/dd790fb0401fcd3543ff3adf8b77fbb9d2-Practical-Magic-2.rsquare.w536.jpg — 200 — 20.1 KiB — 100 ms — h2https://pyxis.nymag.com/v1/imgs/5fb/34d/1174ee0c6dc24b5fc3ee523b16961cadf3-rebel-wilson-2.rsquare.w536.jpgpyxis.nymag.com/v1/imgs/5fb/34d/117... https://pyxis.nymag.com/v1/imgs/5fb/34d/1174ee0c6dc24b5fc3ee523b16961cadf3-rebel-wilson-2.rsquare.w536.jpg — 200 — 23.4 KiB — 100 ms — h2https://pyxis.nymag.com/v1/imgs/e0e/db4/05a79f1a881e25072e2fbd80e56b4fb372-taylor-frankie-dakota.rsquare.w536.jpgpyxis.nymag.com/v1/imgs/e0e/db4/05a... https://pyxis.nymag.com/v1/imgs/e0e/db4/05a79f1a881e25072e2fbd80e56b4fb372-taylor-frankie-dakota.rsquare.w536.jpg — 200 — 31.2 KiB — 113 ms — h2https://pyxis.nymag.com/v1/imgs/e32/415/f928d8141e4fcf3585aabc6d811077f627-disneyceo.rsquare.w536.jpgpyxis.nymag.com/v1/imgs/e32/415/f92... https://pyxis.nymag.com/v1/imgs/e32/415/f928d8141e4fcf3585aabc6d811077f627-disneyceo.rsquare.w536.jpg — 200 — 18.6 KiB — 123 ms — h2https://pyxis.nymag.com/v1/imgs/a5b/774/2fd8f9be135ea059fdc04a7ea9fffbefd8-Top-Chef--episode-6-.rsquare.w536.jpgpyxis.nymag.com/v1/imgs/a5b/774/2fd... https://pyxis.nymag.com/v1/imgs/a5b/774/2fd8f9be135ea059fdc04a7ea9fffbefd8-Top-Chef--episode-6-.rsquare.w536.jpg — 200 — 44.6 KiB — 123 ms — h2https://pyxis.nymag.com/v1/imgs/92b/a92/262d3fe96d162e02296ecad34536f0d306-Below-Deck-Down-Under-Ep-12.rsquare.w536.pngpyxis.nymag.com/v1/imgs/92b/a92/262... https://pyxis.nymag.com/v1/imgs/92b/a92/262d3fe96d162e02296ecad34536f0d306-Below-Deck-Down-Under-Ep-12.rsquare.w536.png — 200 — 200.1 KiB — 192 ms — h2https://pyxis.nymag.com/v1/imgs/762/4d3/c089f94cc44b0906e9d98c911f21e6849a-lisa-kudrow-andrew-scott.rsquare.w536.jpgpyxis.nymag.com/v1/imgs/762/4d3/c08... https://pyxis.nymag.com/v1/imgs/762/4d3/c089f94cc44b0906e9d98c911f21e6849a-lisa-kudrow-andrew-scott.rsquare.w536.jpg — 200 — 23.2 KiB — 180 ms — h2https://pyxis.nymag.com/v1/imgs/100/4e0/9d5c1b2b6cac3635018081fb50da1b3d4c-roosterep7.rsquare.w536.jpgpyxis.nymag.com/v1/imgs/100/4e0/9d5... https://pyxis.nymag.com/v1/imgs/100/4e0/9d5c1b2b6cac3635018081fb50da1b3d4c-roosterep7.rsquare.w536.jpg — 200 — 15.2 KiB — 34 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.2 s LCP 1.4 shttps://vulture.com// https://vulture.com/ — 301 — 379 B — 38 ms — h2https://www.vulture.com/www.vulture.com/ https://www.vulture.com/ — 200 — 290.3 KiB — 64 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 — 46 ms — h2https://www.googletagservices.com/tag/js/gpt.jswww.googletagservices.com/tag/js/gp... https://www.googletagservices.com/tag/js/gpt.js — 200 — 34.3 KiB — 173 ms — h2https://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 — 63 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 — 315 B — 55 ms — h2https://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 — 479 B — 22 ms — h2https://pyxis.nymag.com/v1/imgs/665/007/2f08023beec7eb33deae492eb65488870a-Peter-Hook.rhorizontal.w520.jpgpyxis.nymag.com/v1/imgs/665/007/2f0... https://pyxis.nymag.com/v1/imgs/665/007/2f08023beec7eb33deae492eb65488870a-Peter-Hook.rhorizontal.w520.jpg — 200 — 20.8 KiB — 20 ms — h2https://pyxis.nymag.com/v1/imgs/34e/82b/ab0f2694456c3f03e4c987600513d49702-coachella.rsquare-zoom.w135.jpgpyxis.nymag.com/v1/imgs/34e/82b/ab0... https://pyxis.nymag.com/v1/imgs/34e/82b/ab0f2694456c3f03e4c987600513d49702-coachella.rsquare-zoom.w135.jpg — 200 — 5.3 KiB — 19 ms — h2https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js — 200 — 54.1 KiB — 149 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 — 127 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 — 209 ms — h2https://pyxis.nymag.com/v1/imgs/89b/1d2/101c8559bb11cccb42364622c4308d2020-Janet-Jackson.rsquare.w536.jpgpyxis.nymag.com/v1/imgs/89b/1d2/101... https://pyxis.nymag.com/v1/imgs/89b/1d2/101c8559bb11cccb42364622c4308d2020-Janet-Jackson.rsquare.w536.jpg — 200 — 44.8 KiB — 16 ms — h2https://pyxis.nymag.com/v1/imgs/5ed/978/603487c2f4419857815b7a11bf42b9b133-west-wilson-cheating.rsquare.w536.jpgpyxis.nymag.com/v1/imgs/5ed/978/603... https://pyxis.nymag.com/v1/imgs/5ed/978/603487c2f4419857815b7a11bf42b9b133-west-wilson-cheating.rsquare.w536.jpg — 200 — 32.2 KiB — 51 ms — h2https://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 — 36 ms — h2https://pyxis.nymag.com/v1/imgs/59c/6f0/e5b3b15ee65f680a6448ba60fa22bb5f85-Madonna.rsquare.w536.jpgpyxis.nymag.com/v1/imgs/59c/6f0/e5b... https://pyxis.nymag.com/v1/imgs/59c/6f0/e5b3b15ee65f680a6448ba60fa22bb5f85-Madonna.rsquare.w536.jpg — 200 — 23.9 KiB — 50 ms — h2https://pyxis.nymag.com/v1/imgs/01a/257/221520cb41b46f9a83794b644fb3d1dc35-15-soderbergh-ranking.rsquare.w536.jpgpyxis.nymag.com/v1/imgs/01a/257/221... https://pyxis.nymag.com/v1/imgs/01a/257/221520cb41b46f9a83794b644fb3d1dc35-15-soderbergh-ranking.rsquare.w536.jpg — 200 — 32.9 KiB — 46 ms — h2https://pyxis.nymag.com/v1/imgs/4f8/431/7fb65b2e535436b6073ee9f0ef9bbe3291-cinematrix-04-21-2026.rsquare.w536.jpgpyxis.nymag.com/v1/imgs/4f8/431/7fb... https://pyxis.nymag.com/v1/imgs/4f8/431/7fb65b2e535436b6073ee9f0ef9bbe3291-cinematrix-04-21-2026.rsquare.w536.jpg — 200 — 47.3 KiB — 80 ms — h2https://pyxis.nymag.com/v1/imgs/7c2/ae4/9ef1900c24cf430da95962a2bbee329a2a-megan-thee-stallion.rsquare.w536.jpgpyxis.nymag.com/v1/imgs/7c2/ae4/9ef... https://pyxis.nymag.com/v1/imgs/7c2/ae4/9ef1900c24cf430da95962a2bbee329a2a-megan-thee-stallion.rsquare.w536.jpg — 200 — 20.4 KiB — 118 ms — h2https://pyxis.nymag.com/v1/imgs/3cf/7bd/5fca2263ee9bb210fd739f0a05fc17550a-briannaalex.rsquare.w536.jpgpyxis.nymag.com/v1/imgs/3cf/7bd/5fc... https://pyxis.nymag.com/v1/imgs/3cf/7bd/5fca2263ee9bb210fd739f0a05fc17550a-briannaalex.rsquare.w536.jpg — 200 — 39.4 KiB — 183 ms — h2https://pyxis.nymag.com/v1/imgs/619/502/0ff39ead28c8723199d05b812a7fe3fb60-Onion-x-InfoWars.rsquare.w536.jpgpyxis.nymag.com/v1/imgs/619/502/0ff... https://pyxis.nymag.com/v1/imgs/619/502/0ff39ead28c8723199d05b812a7fe3fb60-Onion-x-InfoWars.rsquare.w536.jpg — 200 — 27.1 KiB — 118 ms — h2https://pyxis.nymag.com/v1/imgs/bb3/ab4/c16825c76393530320498ad82b21f443f2-d4vd-lede.rsquare.w536.jpgpyxis.nymag.com/v1/imgs/bb3/ab4/c16... https://pyxis.nymag.com/v1/imgs/bb3/ab4/c16825c76393530320498ad82b21f443f2-d4vd-lede.rsquare.w536.jpg — 200 — 37.5 KiB — 184 ms — h2https://pyxis.nymag.com/v1/imgs/95a/647/dd790fb0401fcd3543ff3adf8b77fbb9d2-Practical-Magic-2.rsquare.w536.jpgpyxis.nymag.com/v1/imgs/95a/647/dd7... https://pyxis.nymag.com/v1/imgs/95a/647/dd790fb0401fcd3543ff3adf8b77fbb9d2-Practical-Magic-2.rsquare.w536.jpg — 200 — 20.1 KiB — 100 ms — h2https://pyxis.nymag.com/v1/imgs/5fb/34d/1174ee0c6dc24b5fc3ee523b16961cadf3-rebel-wilson-2.rsquare.w536.jpgpyxis.nymag.com/v1/imgs/5fb/34d/117... https://pyxis.nymag.com/v1/imgs/5fb/34d/1174ee0c6dc24b5fc3ee523b16961cadf3-rebel-wilson-2.rsquare.w536.jpg — 200 — 23.4 KiB — 100 ms — h2https://pyxis.nymag.com/v1/imgs/e0e/db4/05a79f1a881e25072e2fbd80e56b4fb372-taylor-frankie-dakota.rsquare.w536.jpgpyxis.nymag.com/v1/imgs/e0e/db4/05a... https://pyxis.nymag.com/v1/imgs/e0e/db4/05a79f1a881e25072e2fbd80e56b4fb372-taylor-frankie-dakota.rsquare.w536.jpg — 200 — 31.2 KiB — 113 ms — h2https://pyxis.nymag.com/v1/imgs/e32/415/f928d8141e4fcf3585aabc6d811077f627-disneyceo.rsquare.w536.jpgpyxis.nymag.com/v1/imgs/e32/415/f92... https://pyxis.nymag.com/v1/imgs/e32/415/f928d8141e4fcf3585aabc6d811077f627-disneyceo.rsquare.w536.jpg — 200 — 18.6 KiB — 123 ms — h2https://pyxis.nymag.com/v1/imgs/a5b/774/2fd8f9be135ea059fdc04a7ea9fffbefd8-Top-Chef--episode-6-.rsquare.w536.jpgpyxis.nymag.com/v1/imgs/a5b/774/2fd... https://pyxis.nymag.com/v1/imgs/a5b/774/2fd8f9be135ea059fdc04a7ea9fffbefd8-Top-Chef--episode-6-.rsquare.w536.jpg — 200 — 44.6 KiB — 123 ms — h2https://pyxis.nymag.com/v1/imgs/92b/a92/262d3fe96d162e02296ecad34536f0d306-Below-Deck-Down-Under-Ep-12.rsquare.w536.pngpyxis.nymag.com/v1/imgs/92b/a92/262... https://pyxis.nymag.com/v1/imgs/92b/a92/262d3fe96d162e02296ecad34536f0d306-Below-Deck-Down-Under-Ep-12.rsquare.w536.png — 200 — 200.1 KiB — 192 ms — h2https://pyxis.nymag.com/v1/imgs/762/4d3/c089f94cc44b0906e9d98c911f21e6849a-lisa-kudrow-andrew-scott.rsquare.w536.jpgpyxis.nymag.com/v1/imgs/762/4d3/c08... https://pyxis.nymag.com/v1/imgs/762/4d3/c089f94cc44b0906e9d98c911f21e6849a-lisa-kudrow-andrew-scott.rsquare.w536.jpg — 200 — 23.2 KiB — 180 ms — h2https://pyxis.nymag.com/v1/imgs/100/4e0/9d5c1b2b6cac3635018081fb50da1b3d4c-roosterep7.rsquare.w536.jpgpyxis.nymag.com/v1/imgs/100/4e0/9d5... https://pyxis.nymag.com/v1/imgs/100/4e0/9d5c1b2b6cac3635018081fb50da1b3d4c-roosterep7.rsquare.w536.jpg — 200 — 15.2 KiB — 34 ms — h3https://pyxis.nymag.com/v1/imgs/555/af2/b8d131c7ac825f362b02af2cdb5fd663f2-rhori-ep4.rsquare.w536.pngpyxis.nymag.com/v1/imgs/555/af2/b8d... https://pyxis.nymag.com/v1/imgs/555/af2/b8d131c7ac825f362b02af2cdb5fd663f2-rhori-ep4.rsquare.w536.png — 200 — 205.7 KiB — 264 ms — h3https://pyxis.nymag.com/v1/imgs/b19/367/9ee0bbcec18c511c5ec620fb855dc3045a-alexa-demie-1.rsquare.w536.jpgpyxis.nymag.com/v1/imgs/b19/367/9ee... https://pyxis.nymag.com/v1/imgs/b19/367/9ee0bbcec18c511c5ec620fb855dc3045a-alexa-demie-1.rsquare.w536.jpg — 200 — 13.5 KiB — 40 ms — h3https://pyxis.nymag.com/v1/imgs/dde/85d/17d21a5feadea04c841cff5e1551818936-forsytes-ep5.rsquare.w536.jpgpyxis.nymag.com/v1/imgs/dde/85d/17d... https://pyxis.nymag.com/v1/imgs/dde/85d/17d21a5feadea04c841cff5e1551818936-forsytes-ep5.rsquare.w536.jpg — 200 — 41.2 KiB — 45 ms — h3https://pyxis.nymag.com/v1/imgs/69e/1b3/9f324ca19028d8903e36c8850607a218eb-rhoa-ep3.rsquare.w536.pngpyxis.nymag.com/v1/imgs/69e/1b3/9f3... https://pyxis.nymag.com/v1/imgs/69e/1b3/9f324ca19028d8903e36c8850607a218eb-rhoa-ep3.rsquare.w536.png — 200 — 225.0 KiB — 269 ms — h3https://pyxis.nymag.com/v1/imgs/906/ef3/4f0c3a6b1088be6877d1211652fe300549-audacity3.rsquare.w536.jpgpyxis.nymag.com/v1/imgs/906/ef3/4f0... https://pyxis.nymag.com/v1/imgs/906/ef3/4f0c3a6b1088be6877d1211652fe300549-audacity3.rsquare.w536.jpg — 200 — 34.3 KiB — 94 ms — h3https://pyxis.nymag.com/v1/imgs/a80/cc4/1217741dd6144fc8f792340b68c6dc577c-dragrace-finale-alt.rsquare.w536.pngpyxis.nymag.com/v1/imgs/a80/cc4/121... https://pyxis.nymag.com/v1/imgs/a80/cc4/1217741dd6144fc8f792340b68c6dc577c-dragrace-finale-alt.rsquare.w536.png — 200 — 308.3 KiB — 272 ms — h3https://pyxis.nymag.com/v1/imgs/fdb/5f6/8491f314e4eb1685389fd76a4963e4a86e-outlander-ep7-2026.rsquare.w536.jpgpyxis.nymag.com/v1/imgs/fdb/5f6/849... https://pyxis.nymag.com/v1/imgs/fdb/5f6/8491f314e4eb1685389fd76a4963e4a86e-outlander-ep7-2026.rsquare.w536.jpg — 200 — 46.3 KiB — 202 ms — h3https://pyxis.nymag.com/v1/imgs/ce2/15f/9daf31fbe710b77ed2aee419fda0b84145-forallmankind-ep4.rsquare.w536.jpgpyxis.nymag.com/v1/imgs/ce2/15f/9da... https://pyxis.nymag.com/v1/imgs/ce2/15f/9daf31fbe710b77ed2aee419fda0b84145-forallmankind-ep4.rsquare.w536.jpg — 200 — 14.6 KiB — 40 ms — h3https://pyxis.nymag.com/v1/imgs/37f/2f2/c28eaf79f67b8127351e6abcecec30d46d-ladiesoflondon-ep8.rsquare.w536.jpgpyxis.nymag.com/v1/imgs/37f/2f2/c28... https://pyxis.nymag.com/v1/imgs/37f/2f2/c28eaf79f67b8127351e6abcecec30d46d-ladiesoflondon-ep8.rsquare.w536.jpg — 200 — 48.3 KiB — 214 ms — h3https://pyxis.nymag.com/v1/imgs/ed8/42b/07b33282290bb648a89ffca96258ee685e-thepitt-ep15.rsquare.w536.jpgpyxis.nymag.com/v1/imgs/ed8/42b/07b... https://pyxis.nymag.com/v1/imgs/ed8/42b/07b33282290bb648a89ffca96258ee685e-thepitt-ep15.rsquare.w536.jpg — 200 — 22.6 KiB — 94 ms — h3https://pyxis.nymag.com/v1/imgs/f2d/3d9/7825406ade6ccd4eb06dfae482215dc996-Schmigadoon-lede.rsquare.w536.jpgpyxis.nymag.com/v1/imgs/f2d/3d9/782... https://pyxis.nymag.com/v1/imgs/f2d/3d9/7825406ade6ccd4eb06dfae482215dc996-Schmigadoon-lede.rsquare.w536.jpg — 200 — 66.5 KiB — 237 ms — h3https://pyxis.nymag.com/v1/imgs/0d5/1ba/fa82c0a0371f30fa518ad8204813540494-Fallen-Angel-0138r.rsquare.w536.jpgpyxis.nymag.com/v1/imgs/0d5/1ba/fa8... https://pyxis.nymag.com/v1/imgs/0d5/1ba/fa82c0a0371f30fa518ad8204813540494-Fallen-Angel-0138r.rsquare.w536.jpg — 200 — 45.7 KiB — 231 ms — h3https://pyxis.nymag.com/v1/imgs/b7d/b02/4191c9959e85a6021a635263effebc8ca1-kenkirby.rsquare.w536.jpgpyxis.nymag.com/v1/imgs/b7d/b02/419... https://pyxis.nymag.com/v1/imgs/b7d/b02/4191c9959e85a6021a635263effebc8ca1-kenkirby.rsquare.w536.jpg — 200 — 15.8 KiB — 103 ms — h3https://pyxis.nymag.com/v1/imgs/422/eb7/96c19247754e012333db1a59cb39df5308-oliviarodrigo-dropdead-1.rsquare.w536.pngpyxis.nymag.com/v1/imgs/422/eb7/96c... https://pyxis.nymag.com/v1/imgs/422/eb7/96c19247754e012333db1a59cb39df5308-oliviarodrigo-dropdead-1.rsquare.w536.png — 200 — 200.4 KiB — 269 ms — h3https://pyxis.nymag.com/v1/imgs/66c/80c/f4d001fe3a28cd796538c1afcc0d707a9c-bluehero-review.rsquare.w536.jpgpyxis.nymag.com/v1/imgs/66c/80c/f4d... https://pyxis.nymag.com/v1/imgs/66c/80c/f4d001fe3a28cd796538c1afcc0d707a9c-bluehero-review.rsquare.w536.jpg — 200 — 17.2 KiB — 208 ms — h3https://pyxis.nymag.com/v1/imgs/010/5a5/a8bf142151ffb2b8a570e3a0f45f8523b9-themummy.rsquare.w536.jpgpyxis.nymag.com/v1/imgs/010/5a5/a8b... https://pyxis.nymag.com/v1/imgs/010/5a5/a8bf142151ffb2b8a570e3a0f45f8523b9-themummy.rsquare.w536.jpg — 200 — 11.3 KiB — 203 ms — h3https://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 — 414 ms — h2https://pyxis.nymag.com/v1/imgs/f72/e12/302df6d93aa3ab264c43650feeb5468c1c-proof-broadway.rsquare.w536.jpgpyxis.nymag.com/v1/imgs/f72/e12/302... https://pyxis.nymag.com/v1/imgs/f72/e12/302df6d93aa3ab264c43650feeb5468c1c-proof-broadway.rsquare.w536.jpg — 200 — 40.8 KiB — 212 ms — h3https://pyxis.nymag.com/v1/imgs/8f0/d88/945e463f3f535489a881ad4478a37deb8d-sepideh-noah-finale.rsquare.w536.jpgpyxis.nymag.com/v1/imgs/8f0/d88/945... https://pyxis.nymag.com/v1/imgs/8f0/d88/945e463f3f535489a881ad4478a37deb8d-sepideh-noah-finale.rsquare.w536.jpg — 200 — 12.9 KiB — 169 ms — h3https://pyxis.nymag.com/v1/imgs/031/059/c7e3239deed1f32972376af0849674fbbb-normal-review.rsquare.w536.jpgpyxis.nymag.com/v1/imgs/031/059/c7e... https://pyxis.nymag.com/v1/imgs/031/059/c7e3239deed1f32972376af0849674fbbb-normal-review.rsquare.w536.jpg — 200 — 19.5 KiB — 181 ms — h3https://pyxis.nymag.com/v1/imgs/b68/de4/305c3b31bd14a89d4a102312ecc386e740-beef-cast.rsquare.w536.jpgpyxis.nymag.com/v1/imgs/b68/de4/305... https://pyxis.nymag.com/v1/imgs/b68/de4/305c3b31bd14a89d4a102312ecc386e740-beef-cast.rsquare.w536.jpg — 200 — 21.4 KiB — 186 ms — h3https://pyxis.nymag.com/v1/imgs/0d6/492/b8d6b94e2fd614b107309a3466b3fa27e8-fear13-review.rsquare.w536.jpgpyxis.nymag.com/v1/imgs/0d6/492/b8d... https://pyxis.nymag.com/v1/imgs/0d6/492/b8d6b94e2fd614b107309a3466b3fa27e8-fear13-review.rsquare.w536.jpg — 200 — 18.7 KiB — 180 ms — h3https://pyxis.nymag.com/v1/imgs/cac/d5d/1f6feb895f99d9db7e4112738359fff202-hamlet.rsquare.w536.jpgpyxis.nymag.com/v1/imgs/cac/d5d/1f6... https://pyxis.nymag.com/v1/imgs/cac/d5d/1f6feb895f99d9db7e4112738359fff202-hamlet.rsquare.w536.jpg — 200 — 22.4 KiB — 196 ms — h3https://pyxis.nymag.com/v1/imgs/939/637/1031a744c4b51547c97b6befa3c53bd863-reggie-season2.rsquare.w536.jpgpyxis.nymag.com/v1/imgs/939/637/103... https://pyxis.nymag.com/v1/imgs/939/637/1031a744c4b51547c97b6befa3c53bd863-reggie-season2.rsquare.w536.jpg — 200 — 24.3 KiB — 203 ms — h3https://pyxis.nymag.com/v1/imgs/7ae/15c/9cf87ee16779be3cf1f294699dfa092bc2-famesickreview.rsquare.w536.jpgpyxis.nymag.com/v1/imgs/7ae/15c/9cf... https://pyxis.nymag.com/v1/imgs/7ae/15c/9cf87ee16779be3cf1f294699dfa092bc2-famesickreview.rsquare.w536.jpg — 200 — 30.5 KiB — 204 ms — h3https://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 — 43.0 KiB — 193 ms — h3https://pyxis.nymag.com/v1/imgs/e32/415/f928d8141e4fcf3585aabc6d811077f627-disneyceo.rhorizontal.w475.jpgpyxis.nymag.com/v1/imgs/e32/415/f92... https://pyxis.nymag.com/v1/imgs/e32/415/f928d8141e4fcf3585aabc6d811077f627-disneyceo.rhorizontal.w475.jpg — 200 — 11.7 KiB — 156 ms — h3https://pyxis.nymag.com/v1/imgs/5a1/fc6/e4d650ba7edf4c3be5cd5b0cd6df675560-streamliner-4-13-2026.rhorizontal.w475.jpgpyxis.nymag.com/v1/imgs/5a1/fc6/e4d... https://pyxis.nymag.com/v1/imgs/5a1/fc6/e4d650ba7edf4c3be5cd5b0cd6df675560-streamliner-4-13-2026.rhorizontal.w475.jpg — 200 — 16.6 KiB — 165 ms — h3https://pyxis.nymag.com/v1/imgs/2ce/f47/ea2fa425965f2d3044997724439beddd6d-popculturejeopardu.rhorizontal.w475.jpgpyxis.nymag.com/v1/imgs/2ce/f47/ea2... https://pyxis.nymag.com/v1/imgs/2ce/f47/ea2fa425965f2d3044997724439beddd6d-popculturejeopardu.rhorizontal.w475.jpg — 200 — 16.6 KiB — 154 ms — h3https://pyxis.nymag.com/v1/imgs/5e3/a90/e49fd407e99d01a905cbecd32f3a61d2fe-matilda-1996.rhorizontal.w475.jpgpyxis.nymag.com/v1/imgs/5e3/a90/e49... https://pyxis.nymag.com/v1/imgs/5e3/a90/e49fd407e99d01a905cbecd32f3a61d2fe-matilda-1996.rhorizontal.w475.jpg — 200 — 30.7 KiB — 182 ms — h3https://pyxis.nymag.com/v1/imgs/89b/1d2/101c8559bb11cccb42364622c4308d2020-Janet-Jackson.rsquare.w300.jpgpyxis.nymag.com/v1/imgs/89b/1d2/101... https://pyxis.nymag.com/v1/imgs/89b/1d2/101c8559bb11cccb42364622c4308d2020-Janet-Jackson.rsquare.w300.jpg — 200 — 16.2 KiB — 343 ms — h3https://pyxis.nymag.com/v1/imgs/01a/257/221520cb41b46f9a83794b644fb3d1dc35-15-soderbergh-ranking.rsquare.w300.jpgpyxis.nymag.com/v1/imgs/01a/257/221... https://pyxis.nymag.com/v1/imgs/01a/257/221520cb41b46f9a83794b644fb3d1dc35-15-soderbergh-ranking.rsquare.w300.jpg — 200 — 14.7 KiB — 162 ms — h3https://pyxis.nymag.com/v1/imgs/95a/647/dd790fb0401fcd3543ff3adf8b77fbb9d2-Practical-Magic-2.rsquare.w300.jpgpyxis.nymag.com/v1/imgs/95a/647/dd7... https://pyxis.nymag.com/v1/imgs/95a/647/dd790fb0401fcd3543ff3adf8b77fbb9d2-Practical-Magic-2.rsquare.w300.jpg — 200 — 9.2 KiB — 153 ms — h3https://pyxis.nymag.com/v1/imgs/5fb/34d/1174ee0c6dc24b5fc3ee523b16961cadf3-rebel-wilson-2.rsquare.w300.jpgpyxis.nymag.com/v1/imgs/5fb/34d/117... https://pyxis.nymag.com/v1/imgs/5fb/34d/1174ee0c6dc24b5fc3ee523b16961cadf3-rebel-wilson-2.rsquare.w300.jpg — 200 — 10.4 KiB — 153 ms — h3https://pyxis.nymag.com/v1/imgs/013/f08/d63c2400f0e0b6d66218d2101e0de12411-charlize-theron.rhorizontal.w475.jpgpyxis.nymag.com/v1/imgs/013/f08/d63... https://pyxis.nymag.com/v1/imgs/013/f08/d63c2400f0e0b6d66218d2101e0de12411-charlize-theron.rhorizontal.w475.jpg — 200 — 12.9 KiB — 331 ms — h3https://pyxis.nymag.com/v1/imgs/dd3/164/3ef90318a624bf09780d01eaf5a22d1d26-natalie-portman.rhorizontal.w475.jpgpyxis.nymag.com/v1/imgs/dd3/164/3ef... https://pyxis.nymag.com/v1/imgs/dd3/164/3ef90318a624bf09780d01eaf5a22d1d26-natalie-portman.rhorizontal.w475.jpg — 200 — 13.3 KiB — 165 ms — h3https://pyxis.nymag.com/v1/imgs/e89/d7c/074a6289fd43493668c647654a39a312f1-cinemacon-split.rhorizontal.w475.jpgpyxis.nymag.com/v1/imgs/e89/d7c/074... https://pyxis.nymag.com/v1/imgs/e89/d7c/074a6289fd43493668c647654a39a312f1-cinemacon-split.rhorizontal.w475.jpg — 200 — 19.3 KiB — 173 ms — h3https://pyxis.nymag.com/v1/imgs/66c/80c/f4d001fe3a28cd796538c1afcc0d707a9c-bluehero-review.rhorizontal.w475.jpgpyxis.nymag.com/v1/imgs/66c/80c/f4d... https://pyxis.nymag.com/v1/imgs/66c/80c/f4d001fe3a28cd796538c1afcc0d707a9c-bluehero-review.rhorizontal.w475.jpg — 200 — 15.5 KiB — 157 ms — h3https://pyxis.nymag.com/v1/imgs/5ed/978/603487c2f4419857815b7a11bf42b9b133-west-wilson-cheating.rsquare.w300.jpgpyxis.nymag.com/v1/imgs/5ed/978/603... https://pyxis.nymag.com/v1/imgs/5ed/978/603487c2f4419857815b7a11bf42b9b133-west-wilson-cheating.rsquare.w300.jpg — 200 — 14.3 KiB — 154 ms — h3https://pyxis.nymag.com/v1/imgs/e0e/db4/05a79f1a881e25072e2fbd80e56b4fb372-taylor-frankie-dakota.rhorizontal.w475.jpgpyxis.nymag.com/v1/imgs/e0e/db4/05a... https://pyxis.nymag.com/v1/imgs/e0e/db4/05a79f1a881e25072e2fbd80e56b4fb372-taylor-frankie-dakota.rhorizontal.w475.jpg — 200 — 19.7 KiB — 174 ms — h3https://pyxis.nymag.com/v1/imgs/057/c74/c16064e45a218fb5310d1525a3bcffe772-Devin-Yalkin---Adewale-Final-Art.rhorizontal.w475.jpgpyxis.nymag.com/v1/imgs/057/c74/c16... https://pyxis.nymag.com/v1/imgs/057/c74/c16064e45a218fb5310d1525a3bcffe772-Devin-Yalkin---Adewale-Final-Art.rhorizontal.w475.jpg — 200 — 12.3 KiB — 154 ms — h3https://pyxis.nymag.com/v1/imgs/2b1/010/f469cf263fdca61a1010f6546400e064d0-stassi-scheana.rhorizontal.w475.jpgpyxis.nymag.com/v1/imgs/2b1/010/f46... https://pyxis.nymag.com/v1/imgs/2b1/010/f469cf263fdca61a1010f6546400e064d0-stassi-scheana.rhorizontal.w475.jpg — 200 — 35.7 KiB — 183 ms — h3https://pyxis.nymag.com/v1/imgs/d2c/7c1/e02d068cbbdc6f5937617ab7a48e9e238c-christopher-meloni.rhorizontal.w475.jpgpyxis.nymag.com/v1/imgs/d2c/7c1/e02... https://pyxis.nymag.com/v1/imgs/d2c/7c1/e02d068cbbdc6f5937617ab7a48e9e238c-christopher-meloni.rhorizontal.w475.jpg — 200 — 9.5 KiB — 145 ms — h3https://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 — 10.0 KiB — 145 ms — h3https://pyxis.nymag.com/v1/imgs/b7d/b02/4191c9959e85a6021a635263effebc8ca1-kenkirby.rhorizontal.w200.jpgpyxis.nymag.com/v1/imgs/b7d/b02/419... https://pyxis.nymag.com/v1/imgs/b7d/b02/4191c9959e85a6021a635263effebc8ca1-kenkirby.rhorizontal.w200.jpg — 200 — 4.2 KiB — 129 ms — h3https://pyxis.nymag.com/v1/imgs/6f1/99a/c89ca320b45810c04c8636adb2dd8db24d-ciara-miller.rhorizontal.w200.jpgpyxis.nymag.com/v1/imgs/6f1/99a/c89... https://pyxis.nymag.com/v1/imgs/6f1/99a/c89ca320b45810c04c8636adb2dd8db24d-ciara-miller.rhorizontal.w200.jpg — 200 — 4.4 KiB — 129 ms — h3https://pyxis.nymag.com/v1/imgs/0df/be5/fc06ff3b30c2fd27dcb4cd1916313f1e65-bob-kimmel.rhorizontal.w200.jpgpyxis.nymag.com/v1/imgs/0df/be5/fc0... https://pyxis.nymag.com/v1/imgs/0df/be5/fc06ff3b30c2fd27dcb4cd1916313f1e65-bob-kimmel.rhorizontal.w200.jpg — 200 — 4.8 KiB — 129 ms — h3https://pyxis.nymag.com/v1/imgs/4a4/051/00e1c2c8f71ecbcde5a0b2105bf8767277-Isa-Briones-lede.rhorizontal.w200.jpgpyxis.nymag.com/v1/imgs/4a4/051/00e... https://pyxis.nymag.com/v1/imgs/4a4/051/00e1c2c8f71ecbcde5a0b2105bf8767277-Isa-Briones-lede.rhorizontal.w200.jpg — 200 — 3.6 KiB — 124 ms — h3https://pyxis.nymag.com/v1/imgs/7c2/ae4/9ef1900c24cf430da95962a2bbee329a2a-megan-thee-stallion.rsquare.w300.jpgpyxis.nymag.com/v1/imgs/7c2/ae4/9ef... https://pyxis.nymag.com/v1/imgs/7c2/ae4/9ef1900c24cf430da95962a2bbee329a2a-megan-thee-stallion.rsquare.w300.jpg — 200 — 8.2 KiB — 139 ms — h3https://pyxis.nymag.com/v1/imgs/bb3/ab4/c16825c76393530320498ad82b21f443f2-d4vd-lede.rsquare.w300.jpgpyxis.nymag.com/v1/imgs/bb3/ab4/c16... https://pyxis.nymag.com/v1/imgs/bb3/ab4/c16825c76393530320498ad82b21f443f2-d4vd-lede.rsquare.w300.jpg — 200 — 14.5 KiB — 149 ms — h3https://pyxis.nymag.com/v1/imgs/0a3/7e9/2ad3c46580d3ca69f3e82b8868341f33fa-billie-eilish.rsquare.w300.jpgpyxis.nymag.com/v1/imgs/0a3/7e9/2ad... https://pyxis.nymag.com/v1/imgs/0a3/7e9/2ad3c46580d3ca69f3e82b8868341f33fa-billie-eilish.rsquare.w300.jpg — 200 — 11.4 KiB — 144 ms — h3https://pyxis.nymag.com/v1/imgs/745/ddb/e22def68941b7b62f679ba1cbc2faaaaaa-zara-panthress.rsquare.w300.jpgpyxis.nymag.com/v1/imgs/745/ddb/e22... https://pyxis.nymag.com/v1/imgs/745/ddb/e22def68941b7b62f679ba1cbc2faaaaaa-zara-panthress.rsquare.w300.jpg — 200 — 10.2 KiB — 143 ms — h3https://pyxis.nymag.com/v1/imgs/0ed/034/fd6e365317bbc7a55fc642d3a653b428ae-zaynmalik-louistomlinson.rhorizontal.w475.jpgpyxis.nymag.com/v1/imgs/0ed/034/fd6... https://pyxis.nymag.com/v1/imgs/0ed/034/fd6e365317bbc7a55fc642d3a653b428ae-zaynmalik-louistomlinson.rhorizontal.w475.jpg — 200 — 22.7 KiB — 174 ms — h3https://pyxis.nymag.com/v1/imgs/f4a/40e/36a76a878179755e202fc582c625836b83-madonna-sabrina.rhorizontal.w475.pngpyxis.nymag.com/v1/imgs/f4a/40e/36a... https://pyxis.nymag.com/v1/imgs/f4a/40e/36a76a878179755e202fc582c625836b83-madonna-sabrina.rhorizontal.w475.png — 200 — 112.4 KiB — 202 ms — h3https://pyxis.nymag.com/v1/imgs/6ef/64f/0ebea3c48ccbb5d67a5adadebed70d1056-zayn-.rhorizontal.w475.jpgpyxis.nymag.com/v1/imgs/6ef/64f/0eb... https://pyxis.nymag.com/v1/imgs/6ef/64f/0ebea3c48ccbb5d67a5adadebed70d1056-zayn-.rhorizontal.w475.jpg — 200 — 13.4 KiB — 160 ms — h3https://pyxis.nymag.com/v1/imgs/422/eb7/96c19247754e012333db1a59cb39df5308-oliviarodrigo-dropdead-1.rhorizontal.w475.pngpyxis.nymag.com/v1/imgs/422/eb7/96c... https://pyxis.nymag.com/v1/imgs/422/eb7/96c19247754e012333db1a59cb39df5308-oliviarodrigo-dropdead-1.rhorizontal.w475.png — 200 — 116.5 KiB — 203 ms — h3https://pyxis.nymag.com/v1/imgs/e32/29c/988f868a6abf2826ff104ea9744d7d1fdd-oliviarodrigo-video.rhorizontal.w475.pngpyxis.nymag.com/v1/imgs/e32/29c/988... https://pyxis.nymag.com/v1/imgs/e32/29c/988f868a6abf2826ff104ea9744d7d1fdd-oliviarodrigo-video.rhorizontal.w475.png — 200 — 142.8 KiB — 209 ms — h3https://pyxis.nymag.com/v1/imgs/93b/4b0/7223a5d13dd1e658bc9fe1f5e4362df2fe-29-street-fighter.rsquare.w300.jpgpyxis.nymag.com/v1/imgs/93b/4b0/722... https://pyxis.nymag.com/v1/imgs/93b/4b0/7223a5d13dd1e658bc9fe1f5e4362df2fe-29-street-fighter.rsquare.w300.jpg — 200 — 13.3 KiB — 145 ms — h3https://pyxis.nymag.com/v1/imgs/b4a/fe0/5c7d554165d6231b2b1b3b715f78a173f8-ariana-grande.rsquare.w300.pngpyxis.nymag.com/v1/imgs/b4a/fe0/5c7... https://pyxis.nymag.com/v1/imgs/b4a/fe0/5c7d554165d6231b2b1b3b715f78a173f8-ariana-grande.rsquare.w300.png — 200 — 89.0 KiB — 196 ms — h3https://pyxis.nymag.com/v1/imgs/9ab/20f/3c1dc60f8ec76656188618d1dfd66dda59-taskmaster-blog.rsquare.w300.pngpyxis.nymag.com/v1/imgs/9ab/20f/3c1... https://pyxis.nymag.com/v1/imgs/9ab/20f/3c1dc60f8ec76656188618d1dfd66dda59-taskmaster-blog.rsquare.w300.png — 200 — 71.4 KiB — 197 ms — h3https://pyxis.nymag.com/v1/imgs/e54/337/316e7878a7b3fa79ebe84f9ea69bb753d1-letterman-blog.rsquare.w300.jpgpyxis.nymag.com/v1/imgs/e54/337/316... https://pyxis.nymag.com/v1/imgs/e54/337/316e7878a7b3fa79ebe84f9ea69bb753d1-letterman-blog.rsquare.w300.jpg — 200 — 7.6 KiB — 132 ms — h3https://pyxis.nymag.com/v1/imgs/939/637/1031a744c4b51547c97b6befa3c53bd863-reggie-season2.rhorizontal.w475.jpgpyxis.nymag.com/v1/imgs/939/637/103... https://pyxis.nymag.com/v1/imgs/939/637/1031a744c4b51547c97b6befa3c53bd863-reggie-season2.rhorizontal.w475.jpg — 200 — 18.8 KiB — 168 ms — h3https://pyxis.nymag.com/v1/imgs/f64/847/60b82541f73fa5aaa79604ec1d9dbc8b53-snl-fashion.rhorizontal.w475.pngpyxis.nymag.com/v1/imgs/f64/847/60b... https://pyxis.nymag.com/v1/imgs/f64/847/60b82541f73fa5aaa79604ec1d9dbc8b53-snl-fashion.rhorizontal.w475.png — 200 — 121.3 KiB — 212 ms — h3https://pyxis.nymag.com/v1/imgs/36d/51e/22bbc0db97f4f4dc498149793d4019d8de-malcom-review.rhorizontal.w475.jpgpyxis.nymag.com/v1/imgs/36d/51e/22b... https://pyxis.nymag.com/v1/imgs/36d/51e/22bbc0db97f4f4dc498149793d4019d8de-malcom-review.rhorizontal.w475.jpg — 200 — 26.1 KiB — 175 ms — h3https://pyxis.nymag.com/v1/imgs/307/c6a/11458d461fb3b56ff570aebd03d5a7d755-bigmistakes.rhorizontal.w475.jpgpyxis.nymag.com/v1/imgs/307/c6a/114... https://pyxis.nymag.com/v1/imgs/307/c6a/11458d461fb3b56ff570aebd03d5a7d755-bigmistakes.rhorizontal.w475.jpg — 200 — 18.9 KiB — 170 ms — h3https://pyxis.nymag.com/v1/imgs/d62/ede/e806feaa6524358725dfe57b5186b1e813-hacks-season5.rhorizontal.w475.jpgpyxis.nymag.com/v1/imgs/d62/ede/e80... https://pyxis.nymag.com/v1/imgs/d62/ede/e806feaa6524358725dfe57b5186b1e813-hacks-season5.rhorizontal.w475.jpg — 200 — 12.7 KiB — 143 ms — h3https://pyxis.nymag.com/v1/imgs/0d5/1ba/fa82c0a0371f30fa518ad8204813540494-Fallen-Angel-0138r.rsquare.w300.jpgpyxis.nymag.com/v1/imgs/0d5/1ba/fa8... https://pyxis.nymag.com/v1/imgs/0d5/1ba/fa82c0a0371f30fa518ad8204813540494-Fallen-Angel-0138r.rsquare.w300.jpg — 200 — 18.0 KiB — 167 ms — h3https://pyxis.nymag.com/v1/imgs/f72/e12/302df6d93aa3ab264c43650feeb5468c1c-proof-broadway.rhorizontal.w475.jpgpyxis.nymag.com/v1/imgs/f72/e12/302... https://pyxis.nymag.com/v1/imgs/f72/e12/302df6d93aa3ab264c43650feeb5468c1c-proof-broadway.rhorizontal.w475.jpg — 200 — 23.4 KiB — 174 ms — h3https://pyxis.nymag.com/v1/imgs/0d6/492/b8d6b94e2fd614b107309a3466b3fa27e8-fear13-review.rhorizontal.w475.jpgpyxis.nymag.com/v1/imgs/0d6/492/b8d... https://pyxis.nymag.com/v1/imgs/0d6/492/b8d6b94e2fd614b107309a3466b3fa27e8-fear13-review.rhorizontal.w475.jpg — 200 — 11.6 KiB — 142 ms — h3https://pyxis.nymag.com/v1/imgs/139/a97/45bbee00e55f37f2c4c5b60ade88aad123-dogday-lede.rhorizontal.w475.jpgpyxis.nymag.com/v1/imgs/139/a97/45b... https://pyxis.nymag.com/v1/imgs/139/a97/45bbee00e55f37f2c4c5b60ade88aad123-dogday-lede.rhorizontal.w475.jpg — 200 — 19.9 KiB — 176 ms — h3https://pyxis.nymag.com/v1/imgs/506/276/52e91f11eb8684a34c8086aa61b0a2e8c4-titanique-digital.rhorizontal.w475.jpgpyxis.nymag.com/v1/imgs/506/276/52e... https://pyxis.nymag.com/v1/imgs/506/276/52e91f11eb8684a34c8086aa61b0a2e8c4-titanique-digital.rhorizontal.w475.jpg — 200 — 35.2 KiB — 178 ms — h3https://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 — 142 ms — h3https://pyxis.nymag.com/v1/imgs/9b9/5ab/028ff74b23e8bebb1e27a6a98d7bcbb591-benahlers.rhorizontal.w200.jpgpyxis.nymag.com/v1/imgs/9b9/5ab/028... https://pyxis.nymag.com/v1/imgs/9b9/5ab/028ff74b23e8bebb1e27a6a98d7bcbb591-benahlers.rhorizontal.w200.jpg — 200 — 2.5 KiB — 125 ms — h3https://pyxis.nymag.com/v1/imgs/53a/e80/f496ff9c1ba9fe7322691f9cb5a0f75781-deathofasalesman-6.rhorizontal.w200.jpgpyxis.nymag.com/v1/imgs/53a/e80/f49... https://pyxis.nymag.com/v1/imgs/53a/e80/f496ff9c1ba9fe7322691f9cb5a0f75781-deathofasalesman-6.rhorizontal.w200.jpg — 200 — 3.1 KiB — 119 ms — h3https://pyxis.nymag.com/v1/imgs/56a/117/f28c995a3ef22b151687c1b1913fdf580d-pink-tonys.rhorizontal.w200.jpgpyxis.nymag.com/v1/imgs/56a/117/f28... https://pyxis.nymag.com/v1/imgs/56a/117/f28c995a3ef22b151687c1b1913fdf580d-pink-tonys.rhorizontal.w200.jpg — 200 — 7.2 KiB — 132 ms — h3https://pyxis.nymag.com/v1/imgs/081/6e0/3a1ccc576bbe68a83746468a5cc3b5ee59-Rachel-Zegler-Ben-Platt-lede.rhorizontal.w200.jpgpyxis.nymag.com/v1/imgs/081/6e0/3a1... https://pyxis.nymag.com/v1/imgs/081/6e0/3a1ccc576bbe68a83746468a5cc3b5ee59-Rachel-Zegler-Ben-Platt-lede.rhorizontal.w200.jpg — 200 — 4.1 KiB — 122 ms — h3https://pyxis.nymag.com/v1/imgs/7ae/15c/9cf87ee16779be3cf1f294699dfa092bc2-famesickreview.rsquare.w300.jpgpyxis.nymag.com/v1/imgs/7ae/15c/9cf... https://pyxis.nymag.com/v1/imgs/7ae/15c/9cf87ee16779be3cf1f294699dfa092bc2-famesickreview.rsquare.w300.jpg — 200 — 11.4 KiB — 170 ms — h3https://pyxis.nymag.com/v1/imgs/755/1a5/fb71dced788f5ca8d0c40530a92a200adc-lena-book.rsquare.w300.jpgpyxis.nymag.com/v1/imgs/755/1a5/fb7... https://pyxis.nymag.com/v1/imgs/755/1a5/fb71dced788f5ca8d0c40530a92a200adc-lena-book.rsquare.w300.jpg — 200 — 19.7 KiB — 169 ms — h3https://assets.nymag.com/media/components/global-nav/arrow-cut.svgassets.nymag.com/media/components/g... https://assets.nymag.com/media/components/global-nav/arrow-cut.svg — 200 — 520 B — 100 ms — h3https://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 — 540 B — 105 ms — h3https://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 — 105 ms — h3https://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 — 119 ms — h3https://fonts.nymag.com/elderkin/Elderkin.woff2fonts.nymag.com/elderkin/Elderkin.w... https://fonts.nymag.com/elderkin/Elderkin.woff2 — 200 — 21.0 KiB — 6 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 — 48.9 KiB — 14 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 — 18 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 — 49.0 KiB — 10 ms — h2https://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.9 KiB — 12 ms — h2https://pyxis.nymag.com/v1/imgs/3d3/b93/7a0f9716ba86a6c0fa6bd7a87860dc5eed-peterhujar-lede.rsquare.w300.jpgpyxis.nymag.com/v1/imgs/3d3/b93/7a0... https://pyxis.nymag.com/v1/imgs/3d3/b93/7a0f9716ba86a6c0fa6bd7a87860dc5eed-peterhujar-lede.rsquare.w300.jpg — 200 — 14.5 KiB — 6 ms — h3https://pyxis.nymag.com/v1/imgs/1b5/7d9/29b8f07497f7d6716233e2f6fc0c913763-thehousemaid.rsquare.w300.jpgpyxis.nymag.com/v1/imgs/1b5/7d9/29b... https://pyxis.nymag.com/v1/imgs/1b5/7d9/29b8f07497f7d6716233e2f6fc0c913763-thehousemaid.rsquare.w300.jpg — 200 — 12.6 KiB — 17 ms — h3https://pyxis.nymag.com/v1/imgs/aee/c0d/37d25d8ebecdcfb4f34e0af87eefbfc223-5under35-2026.rsquare.w300.jpgpyxis.nymag.com/v1/imgs/aee/c0d/37d... https://pyxis.nymag.com/v1/imgs/aee/c0d/37d25d8ebecdcfb4f34e0af87eefbfc223-5under35-2026.rsquare.w300.jpg — 200 — 17.6 KiB — 17 ms — h3https://pyxis.nymag.com/v1/imgs/d45/6c0/8956bff882c71d26d51240804f0173c480-jerry-film.rsquare.w300.pngpyxis.nymag.com/v1/imgs/d45/6c0/895... https://pyxis.nymag.com/v1/imgs/d45/6c0/8956bff882c71d26d51240804f0173c480-jerry-film.rsquare.w300.png — 200 — 89.2 KiB — 14 ms — h3https://pyxis.nymag.com/v1/imgs/a38/a90/653bd5f5a85864fd1a49a48d7c3ce0d504-yesteryear-jerry-2026-1.rsquare.w300.gifpyxis.nymag.com/v1/imgs/a38/a90/653... https://pyxis.nymag.com/v1/imgs/a38/a90/653bd5f5a85864fd1a49a48d7c3ce0d504-yesteryear-jerry-2026-1.rsquare.w300.gif — 200 — 889.5 KiB — 33 ms — h3https://pyxis.nymag.com/v1/imgs/5b8/70b/77c9b5369dda491ae25e5daafd030c99f4-Caravaggio.rsquare.w300.jpgpyxis.nymag.com/v1/imgs/5b8/70b/77c... https://pyxis.nymag.com/v1/imgs/5b8/70b/77c9b5369dda491ae25e5daafd030c99f4-Caravaggio.rsquare.w300.jpg — 200 — 8.9 KiB — 10 ms — h3https://pyxis.nymag.com/v1/imgs/37c/1dd/c7ba410b0bbdefc167ee04f8391d8e4e5b-nicole-eisenman-installation---9.rsquare.w300.jpgpyxis.nymag.com/v1/imgs/37c/1dd/c7b... https://pyxis.nymag.com/v1/imgs/37c/1dd/c7ba410b0bbdefc167ee04f8391d8e4e5b-nicole-eisenman-installation---9.rsquare.w300.jpg — 200 — 7.9 KiB — 13 ms — h3https://pyxis.nymag.com/v1/imgs/f28/b5a/96ffd11d0282f88d38a2b55861fcedbb3d-0O2A9641--IC-Noah-Dillon.rsquare.w300.jpgpyxis.nymag.com/v1/imgs/f28/b5a/96f... https://pyxis.nymag.com/v1/imgs/f28/b5a/96ffd11d0282f88d38a2b55861fcedbb3d-0O2A9641--IC-Noah-Dillon.rsquare.w300.jpg — 200 — 7.0 KiB — 13 ms — h3https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — 200 — 9.1 KiB — 73 ms — h2https://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 — 13.3 KiB — 38 ms — h2https://www.vulture.com/oauth/user/profilewww.vulture.com/oauth/user/profile https://www.vulture.com/oauth/user/profile — 200 — 193 B — 114 ms — h2https://monacobeatles.com/bundles/8298300175/a7aa2989de6a1aac0ef836d0eb.min.jsmonacobeatles.com/bundles/829830017... https://monacobeatles.com/bundles/8298300175/a7aa2989de6a1aac0ef836d0eb.min.js — 200 — 36.3 KiB — 145 ms — h2https://www.vulture.com/blaize/anonymous-sessionwww.vulture.com/blaize/anonymous-se... https://www.vulture.com/blaize/anonymous-session — 201 — 899 B — 123 ms — h3https://pyxis.nymag.com/v1/imgs/a5b/774/2fd8f9be135ea059fdc04a7ea9fffbefd8-Top-Chef--episode-6-.rhorizontal-zoom.w150.jpgpyxis.nymag.com/v1/imgs/a5b/774/2fd... https://pyxis.nymag.com/v1/imgs/a5b/774/2fd8f9be135ea059fdc04a7ea9fffbefd8-Top-Chef--episode-6-.rhorizontal-zoom.w150.jpg — 200 — 5.8 KiB — 10 ms — h3https://pyxis.nymag.com/v1/imgs/92b/a92/262d3fe96d162e02296ecad34536f0d306-Below-Deck-Down-Under-Ep-12.rhorizontal-zoom.w150.pngpyxis.nymag.com/v1/imgs/92b/a92/262... https://pyxis.nymag.com/v1/imgs/92b/a92/262d3fe96d162e02296ecad34536f0d306-Below-Deck-Down-Under-Ep-12.rhorizontal-zoom.w150.png — 200 — 20.9 KiB — 4 ms — h3https://pyxis.nymag.com/v1/imgs/762/4d3/c089f94cc44b0906e9d98c911f21e6849a-lisa-kudrow-andrew-scott.rhorizontal-zoom.w150.jpgpyxis.nymag.com/v1/imgs/762/4d3/c08... https://pyxis.nymag.com/v1/imgs/762/4d3/c089f94cc44b0906e9d98c911f21e6849a-lisa-kudrow-andrew-scott.rhorizontal-zoom.w150.jpg — 200 — 3.3 KiB — 16 ms — h3https://pyxis.nymag.com/v1/imgs/100/4e0/9d5c1b2b6cac3635018081fb50da1b3d4c-roosterep7.rhorizontal-zoom.w150.jpgpyxis.nymag.com/v1/imgs/100/4e0/9d5... https://pyxis.nymag.com/v1/imgs/100/4e0/9d5c1b2b6cac3635018081fb50da1b3d4c-roosterep7.rhorizontal-zoom.w150.jpg — 200 — 1.7 KiB — 9 ms — h3https://pyxis.nymag.com/v1/imgs/555/af2/b8d131c7ac825f362b02af2cdb5fd663f2-rhori-ep4.rhorizontal-zoom.w150.pngpyxis.nymag.com/v1/imgs/555/af2/b8d... https://pyxis.nymag.com/v1/imgs/555/af2/b8d131c7ac825f362b02af2cdb5fd663f2-rhori-ep4.rhorizontal-zoom.w150.png — 200 — 18.8 KiB — 15 ms — h3https://pyxis.nymag.com/v1/imgs/b19/367/9ee0bbcec18c511c5ec620fb855dc3045a-alexa-demie-1.rhorizontal-zoom.w150.jpgpyxis.nymag.com/v1/imgs/b19/367/9ee... https://pyxis.nymag.com/v1/imgs/b19/367/9ee0bbcec18c511c5ec620fb855dc3045a-alexa-demie-1.rhorizontal-zoom.w150.jpg — 200 — 2.0 KiB — 13 ms — h3https://pyxis.nymag.com/v1/imgs/dde/85d/17d21a5feadea04c841cff5e1551818936-forsytes-ep5.rhorizontal-zoom.w150.jpgpyxis.nymag.com/v1/imgs/dde/85d/17d... https://pyxis.nymag.com/v1/imgs/dde/85d/17d21a5feadea04c841cff5e1551818936-forsytes-ep5.rhorizontal-zoom.w150.jpg — 200 — 3.4 KiB — 15 ms — h3https://pyxis.nymag.com/v1/imgs/69e/1b3/9f324ca19028d8903e36c8850607a218eb-rhoa-ep3.rhorizontal-zoom.w150.pngpyxis.nymag.com/v1/imgs/69e/1b3/9f3... https://pyxis.nymag.com/v1/imgs/69e/1b3/9f324ca19028d8903e36c8850607a218eb-rhoa-ep3.rhorizontal-zoom.w150.png — 200 — 18.9 KiB — 13 ms — h3https://pyxis.nymag.com/v1/imgs/906/ef3/4f0c3a6b1088be6877d1211652fe300549-audacity3.rhorizontal-zoom.w150.jpgpyxis.nymag.com/v1/imgs/906/ef3/4f0... https://pyxis.nymag.com/v1/imgs/906/ef3/4f0c3a6b1088be6877d1211652fe300549-audacity3.rhorizontal-zoom.w150.jpg — 200 — 4.2 KiB — 13 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 — 125 ms — h2https://sb.scorecardresearch.com/cs/7976662/beacon.jssb.scorecardresearch.com/cs/7976662... https://sb.scorecardresearch.com/cs/7976662/beacon.js — 302 — 263 B — 126 ms — h2https://client.nymag.com/_nymcid?nymcid=6a2300640d3b057b58ed6090bc66fa8d.1776807279087client.nymag.com/_nymcid?nymcid=6a2... https://client.nymag.com/_nymcid?nymcid=6a2300640d3b057b58ed6090bc66fa8d.1776807279087 — 200 — 1.5 KiB — 65 ms — h2https://client.thecut.com/_nymcid?nymcid=6a2300640d3b057b58ed6090bc66fa8d.1776807279087client.thecut.com/_nymcid?nymcid=6a... https://client.thecut.com/_nymcid?nymcid=6a2300640d3b057b58ed6090bc66fa8d.1776807279087 — 200 — 1.5 KiB — 62 ms — h2https://www.vulture.com/SendEventDatawww.vulture.com/SendEventData https://www.vulture.com/SendEventData — 200 — 643 B — 463 ms — h3https://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 — 81 ms — h2https://client.grubstreet.com/_nymcid?nymcid=6a2300640d3b057b58ed6090bc66fa8d.1776807279087client.grubstreet.com/_nymcid?nymci... https://client.grubstreet.com/_nymcid?nymcid=6a2300640d3b057b58ed6090bc66fa8d.1776807279087 — 200 — 1.5 KiB — 52 ms — h2https://client.curbed.com/_nymcid?nymcid=6a2300640d3b057b58ed6090bc66fa8d.1776807279087client.curbed.com/_nymcid?nymcid=6a... https://client.curbed.com/_nymcid?nymcid=6a2300640d3b057b58ed6090bc66fa8d.1776807279087 — 200 — 1.5 KiB — 50 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 — 8 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 — 360 B — 109 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 — 634 B — 57 ms — h3https://sb.scorecardresearch.com/internal-cs/default/beacon.jssb.scorecardresearch.com/internal-c... https://sb.scorecardresearch.com/internal-cs/default/beacon.js — 200 — 6.7 KiB — 6 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 — 134 ms — h3https://client.vulture.com/_nymcid/extendclient.vulture.com/_nymcid/extend https://client.vulture.com/_nymcid/extend — 200 — 327 B — 39 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 — 60 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 — 58 ms — h2https://cdn.cookielaw.org/consent/e2a179f8-c31f-46b8-a671-e347683172cb/e2a179f8-c31f-46b8-a671-e347683172cb.jsoncdn.cookielaw.org/consent/e2a179f8-... https://cdn.cookielaw.org/consent/e2a179f8-c31f-46b8-a671-e347683172cb/e2a179f8-c31f-46b8-a671-e347683172cb.json — 200 — 2.7 KiB — 72 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 — 181 ms — h2https://sb.scorecardresearch.com/b?c1=2&c2=7976662&cs_it=b1&cv=4.13.1%2B2508250908&ns__t=1776807280097&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=b1&cv=4.13.1%2B2508250908&ns__t=1776807280097&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 — 225 B — 31 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 — 36 ms — h3https://btloader.com/tag?o=6315858775244800&upapi=truebtloader.com/tag?o=6315858775244800... https://btloader.com/tag?o=6315858775244800&upapi=true — 200 — 36.9 KiB — 72 ms — h2https://cdn.concert.io/lookup/aHR0cHM6Ly93d3cudnVsdHVyZS5jb20v.jsoncdn.concert.io/lookup/aHR0cHM6Ly93d... https://cdn.concert.io/lookup/aHR0cHM6Ly93d3cudnVsdHVyZS5jb20v.json — 200 — 2.0 KiB — 8 ms — h3https://cdn.concert.io/fins/segmentcdn.concert.io/fins/segment https://cdn.concert.io/fins/segment — 200 — 0 B — 226 ms — h3https://config.aps.amazon-adsystem.com/configs/3176config.aps.amazon-adsystem.com/conf... https://config.aps.amazon-adsystem.com/configs/3176 — 200 — 4.4 KiB — 55 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 — 4 ms — h2https://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%40homepage_spotlight_native=240x265&slot-1-%2F172968584%2Fnym.vulture%2Fhomepage%40athena_hub_after_most_popular=1030x590%2C728x90%2C620x366&slot-2-%2F172968584%2Fnym.vulture%2Fhomepage%40athena_hub_before_feature=1030x590%2C1060x610%2C970x250%2C728x90%2C620x366&slot-3-%2F172968584%2Fnym.vulture%2Fhomepage%40category_section_desktop=728x90%2C728x91%2C620x366%2C1030x590%2C970x250%2C970x90%2C970x91%2C970x251&slot-4-%2F172968584%2Fnym.vulture%2Fhomepage%40category_section_desktop_1=728x90%2C728x91%2C620x366%2C1030x590%2C970x250%2C970x90%2C970x91%2C970x251&slot-5-%2F172968584%2Fnym.vulture%2Fhomepage%40category_section_desktop_2=728x90%2C728x91%2C620x366%2C1030x590%2C970x250%2C970x90%2C970x91%2C970x251&slot-6-%2F172968584%2Fnym.vulture%2Fhomepage%40category_section_desktop_3=728x90%2C728x91%2C620x366%2C1030x590%2C970x250%2C970x90%2C970x91%2C970x251&slot-7-%2F172968584%2Fnym.vulture%2Fhomepage%40category_section_desktop_4=728x90%2C728x91%2C620x366%2C1030x590%2C970x250%2C970x90%2C970x91%2C970x251&slot-8-%2F172968584%2Fnym.vulture%2Fhomepage%40category_section_desktop_5=728x90%2C728x91%2C620x366%2C1030x590%2C970x250%2C970x90%2C970x91%2C970x251&slot-9-%2F172968584%2Fnym.vulture%2Fhomepage%40category_section_desktop_6=728x90%2C728x91%2C620x366%2C1030x590%2C970x250%2C970x90%2C970x91%2C970x251&slot-10-%2F172968584%2Fnym.vulture%2Fhomepage%40prelude=1400x600%2C1180x450%2C970x250%2C1100x350%2C728x90%2C970x90&slot-11-%2F172968584%2Fnym.vulture%2Fhomepage%40btf_leaderboard_variable=728x91%2C970x91%2C620x366%2C1030x590%2C970x90%2C970x250%2C970x251%2C970x252%2C728x90&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%40homepage_spotlight_native=240x265&slot-1-%2F172968584%2Fnym.vulture%2Fhomepage%40athena_hub_after_most_popular=1030x590%2C728x90%2C620x366&slot-2-%2F172968584%2Fnym.vulture%2Fhomepage%40athena_hub_before_feature=1030x590%2C1060x610%2C970x250%2C728x90%2C620x366&slot-3-%2F172968584%2Fnym.vulture%2Fhomepage%40category_section_desktop=728x90%2C728x91%2C620x366%2C1030x590%2C970x250%2C970x90%2C970x91%2C970x251&slot-4-%2F172968584%2Fnym.vulture%2Fhomepage%40category_section_desktop_1=728x90%2C728x91%2C620x366%2C1030x590%2C970x250%2C970x90%2C970x91%2C970x251&slot-5-%2F172968584%2Fnym.vulture%2Fhomepage%40category_section_desktop_2=728x90%2C728x91%2C620x366%2C1030x590%2C970x250%2C970x90%2C970x91%2C970x251&slot-6-%2F172968584%2Fnym.vulture%2Fhomepage%40category_section_desktop_3=728x90%2C728x91%2C620x366%2C1030x590%2C970x250%2C970x90%2C970x91%2C970x251&slot-7-%2F172968584%2Fnym.vulture%2Fhomepage%40category_section_desktop_4=728x90%2C728x91%2C620x366%2C1030x590%2C970x250%2C970x90%2C970x91%2C970x251&slot-8-%2F172968584%2Fnym.vulture%2Fhomepage%40category_section_desktop_5=728x90%2C728x91%2C620x366%2C1030x590%2C970x250%2C970x90%2C970x91%2C970x251&slot-9-%2F172968584%2Fnym.vulture%2Fhomepage%40category_section_desktop_6=728x90%2C728x91%2C620x366%2C1030x590%2C970x250%2C970x90%2C970x91%2C970x251&slot-10-%2F172968584%2Fnym.vulture%2Fhomepage%40prelude=1400x600%2C1180x450%2C970x250%2C1100x350%2C728x90%2C970x90&slot-11-%2F172968584%2Fnym.vulture%2Fhomepage%40btf_leaderboard_variable=728x91%2C970x91%2C620x366%2C1030x590%2C970x90%2C970x250%2C970x251%2C970x252%2C728x90&slot-12-%2F172968584%2Fnym.vulture%2Fhomepage%40recirc_oop=1x1&token=IWHv%2FO9QXX98lnr4%2FO9qVFZtXzqNtAjIx3dWGDbnAZ6P5wPw5sZ8VeRfag%2BvwY3a1gzPrKlAfRoxuwuXwA01LAf1Q7r4M7je%2Bsf2A2rIMIpZahqPe5%2BsFYyskSHDVkUclVFLWY%2BseDxm9nJFLSioYQ%3D%3D — 200 — 430 B — 84 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 — 38 ms — h2https://geolocation.onetrust.com/cookieconsentpub/v1/geo/locationgeolocation.onetrust.com/cookiecons... https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location — 200 — 308 B — 111 ms — h2https://aax.amazon-adsystem.com/e/dtb/bidaax.amazon-adsystem.com/e/dtb/bid https://aax.amazon-adsystem.com/e/dtb/bid — 200 — 429 B — 54 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://cdn.concert.io/fins/segmentcdn.concert.io/fins/segment https://cdn.concert.io/fins/segment — 200 — 295 B — 116 ms — h3https://vtrk.dv.tech/?ec=dvtag&ea=ad-request&ctx=21236410&cmp=DV464041&cd111=success&cm106=0&cm107=222&cd112=modern&cd115=&cm116=0&cd102=b68ea28&cd103=&cd107=364c57fd-b1ae-4948-aa6c-baadcf659944&cd109=modern&cd200=com&cd108=&cd105=21236410&cd106=DV464041&cd104=www.vulture.com&cd101=ad-request&cm101=1&cid=b5038580-96a2-42c4-aa00-5b4a78cf3e50&t=event&v=1&z=b5038580-96a2-42c4-aa00-5b4a78cf3e50&cd160=b5038580-96a2-42c4-aa00-5b4a78cf3e50vtrk.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=222&cd112=modern&cd115=&cm116=0&cd102=b68ea28&cd103=&cd107=364c57fd-b1ae-4948-aa6c-baadcf659944&cd109=modern&cd200=com&cd108=&cd105=21236410&cd106=DV464041&cd104=www.vulture.com&cd101=ad-request&cm101=1&cid=b5038580-96a2-42c4-aa00-5b4a78cf3e50&t=event&v=1&z=b5038580-96a2-42c4-aa00-5b4a78cf3e50&cd160=b5038580-96a2-42c4-aa00-5b4a78cf3e50 — 204 — 209 B — 49 ms — h3https://vtrk.dv.tech/?ec=dvtag&ea=legacy-ad-request&ctx=21236410&cmp=DV464041&cd111=success&cm106=1&cm107=223&cd112=legacy&cd115=&cm116=0&cd102=b68ea28&cd103=&cd107=364c57fd-b1ae-4948-aa6c-baadcf659944&cd109=modern&cd200=com&cd108=&cd105=21236410&cd106=DV464041&cd104=www.vulture.com&cd101=legacy-ad-request&cm101=1&cid=2991038c-1128-4356-85e9-11d99d51eafc&t=event&v=1&z=2991038c-1128-4356-85e9-11d99d51eafc&cd160=2991038c-1128-4356-85e9-11d99d51eafcvtrk.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=223&cd112=legacy&cd115=&cm116=0&cd102=b68ea28&cd103=&cd107=364c57fd-b1ae-4948-aa6c-baadcf659944&cd109=modern&cd200=com&cd108=&cd105=21236410&cd106=DV464041&cd104=www.vulture.com&cd101=legacy-ad-request&cm101=1&cid=2991038c-1128-4356-85e9-11d99d51eafc&t=event&v=1&z=2991038c-1128-4356-85e9-11d99d51eafc&cd160=2991038c-1128-4356-85e9-11d99d51eafc — 204 — 173 B — 47 ms — h3https://ad-delivery.net/px.gif?ch=2&e=0.11155824551239657ad-delivery.net/px.gif?ch=2&e=0.111... https://ad-delivery.net/px.gif?ch=2&e=0.11155824551239657 — 200 — 611 B — 72 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.5316854069779712ad.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.5316854069779712 — 200 — 129 B — 77 ms — h3https://ad-delivery.net/px.gif?ch=1&e=0.061533017242085264ad-delivery.net/px.gif?ch=1&e=0.061... https://ad-delivery.net/px.gif?ch=1&e=0.061533017242085264 — 200 — 109 B — 72 ms — h2https://ab.dns-finder.com/meta/dnsab.dns-finder.com/meta/dns https://ab.dns-finder.com/meta/dns — 200 — 233 B — 169 ms — h2https://cdn.btloader.com/cchecker.html?upapi=truecdn.btloader.com/cchecker.html?upap... https://cdn.btloader.com/cchecker.html?upapi=true — 200 — 780 B — 68 ms — h2https://cdn.api.btloader.com/device?orgid=6315858775244800&platformVersion=10.15.7&fullVersionList=%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147.0.7727.101%22%7D%2C%7B%22brand%22%3A%22Not.A%2FBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%5Dcdn.api.btloader.com/device?orgid=6... https://cdn.api.btloader.com/device?orgid=6315858775244800&platformVersion=10.15.7&fullVersionList=%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147.0.7727.101%22%7D%2C%7B%22brand%22%3A%22Not.A%2FBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%5D — 200 — 359 B — 74 ms — h2https://cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.jscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js — 200 — 129.0 KiB — 59 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 — 68 ms — h2https://monacobeatles.com/p6ee9l04/hk8rk2vj3ou1fnhuvlta5sgsa1d7ts6omonacobeatles.com/p6ee9l04/hk8rk2vj... https://monacobeatles.com/p6ee9l04/hk8rk2vj3ou1fnhuvlta5sgsa1d7ts6o — 200 — 327 B — 62 ms — h3https://cdn.cookielaw.org/consent/e2a179f8-c31f-46b8-a671-e347683172cb/019cfd64-7b70-7452-91af-edef5488be5b/en.jsoncdn.cookielaw.org/consent/e2a179f8-... https://cdn.cookielaw.org/consent/e2a179f8-c31f-46b8-a671-e347683172cb/019cfd64-7b70-7452-91af-edef5488be5b/en.json — 200 — 64.7 KiB — 63 ms — h2https://cdn.cookielaw.org/vendorlist/iab2V2Data.jsoncdn.cookielaw.org/vendorlist/iab2V2... https://cdn.cookielaw.org/vendorlist/iab2V2Data.json — 200 — 86.8 KiB — 56 ms — h2https://cdn.cookielaw.org/vendorlist/googleData.jsoncdn.cookielaw.org/vendorlist/google... https://cdn.cookielaw.org/vendorlist/googleData.json — 200 — 19.4 KiB — 55 ms — h2https://cdn.cookielaw.org/scripttemplates/202602.1.0/otTCF.jscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202602.1.0/otTCF.js — 200 — 17.7 KiB — 30 ms — h2https://api.btloader.com/exd?tid=pdtvKuIsR-SUMLsJKHUr-9db1f77f62&sid=TAPbClfD-R4a7axFeV-9db1f77f62&cv=2.1.187-1-g24d1c87&upapi=trueapi.btloader.com/exd?tid=pdtvKuIsR-... https://api.btloader.com/exd?tid=pdtvKuIsR-SUMLsJKHUr-9db1f77f62&sid=TAPbClfD-R4a7axFeV-9db1f77f62&cv=2.1.187-1-g24d1c87&upapi=true — 204 — 128 B — 335 ms — h2https://monacobeatles.com/p6ee9l04/hk8rk2vj3ou1fnhuvlta5sgsa1d7ts6omonacobeatles.com/p6ee9l04/hk8rk2vj... https://monacobeatles.com/p6ee9l04/hk8rk2vj3ou1fnhuvlta5sgsa1d7ts6o — 200 — 39 B — 28 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.6 KiB — 61 ms — h2https://cdn.cookielaw.org/scripttemplates/202602.1.0/assets/otFlat.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202602.1.0/assets/otFlat.json — 200 — 3.4 KiB — 29 ms — h2https://cdn.cookielaw.org/scripttemplates/202602.1.0/assets/v2/otPcPanel.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202602.1.0/assets/v2/otPcPanel.json — 200 — 13.6 KiB — 32 ms — h2https://cdn.cookielaw.org/scripttemplates/202602.1.0/assets/otCommonStyles.csscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202602.1.0/assets/otCommonStyles.css — 200 — 4.7 KiB — 29 ms — h2https://metrics.vulture.com/gtag/js?id=G-DNE38RK1HX&cx=c&gtm=4e64h1&sign=0d37b80576127f383d5c87d7d3235db4bae4da2b95bb5fe57e22701eeabcae6f_20260421metrics.vulture.com/gtag/js?id=G-DN... https://metrics.vulture.com/gtag/js?id=G-DNE38RK1HX&cx=c&gtm=4e64h1&sign=0d37b80576127f383d5c87d7d3235db4bae4da2b95bb5fe57e22701eeabcae6f_20260421 — 200 — 164.6 KiB — 285 ms — h2https://ad-delivery.net/px.gif?ch=1&e=0.35999112470576855ad-delivery.net/px.gif?ch=1&e=0.359... https://ad-delivery.net/px.gif?ch=1&e=0.35999112470576855 — 200 — 112 B — 22 ms — h2https://cdn.cookielaw.org/logos/static/ot_guard_logo.svgcdn.cookielaw.org/logos/static/ot_g... https://cdn.cookielaw.org/logos/static/ot_guard_logo.svg — 200 — 596 B — 30 ms — h2https://cdn.cookielaw.org/logos/451d8686-ff0b-4065-9afa-6289c6cb87c3/0190ff8c-bebd-7ca6-877e-dd7966d12496/0e5cce3c-2520-437c-81af-a9c798b6edf7/vulture-ot-logo.pngcdn.cookielaw.org/logos/451d8686-ff... https://cdn.cookielaw.org/logos/451d8686-ff0b-4065-9afa-6289c6cb87c3/0190ff8c-bebd-7ca6-877e-dd7966d12496/0e5cce3c-2520-437c-81af-a9c798b6edf7/vulture-ot-logo.png — 200 — 3.9 KiB — 40 ms — h2https://cdn.cookielaw.org/logos/static/powered_by_logo.svgcdn.cookielaw.org/logos/static/powe... https://cdn.cookielaw.org/logos/static/powered_by_logo.svg — 200 — 2.7 KiB — 36 ms — h2https://fonts.nymag.com/libre-franklin/LibreFranklin.woff2fonts.nymag.com/libre-franklin/Libr... https://fonts.nymag.com/libre-franklin/LibreFranklin.woff2 — 200 — 19.3 KiB — 5 ms — h2https://ad-delivery.net/px.gif?ch=2&e=0.2395312727945148ad-delivery.net/px.gif?ch=2&e=0.239... https://ad-delivery.net/px.gif?ch=2&e=0.2395312727945148 — 200 — 133 B — 22 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.8815177672029765ad.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.8815177672029765 — 200 — 129 B — 26 ms — h3https://metrics.vulture.com/g/collect?v=2&tid=G-DNE38RK1HX&gtm=45he64h1v9169063696z876771955za20kzb76771955zd76771955&_p=1776807279179&gcs=G100&gcd=13q3qPq2q5l1&npa=1&dma_cps=-&dma=1&tcfd=10s5r&gdid=dYWJhMj&ecid=97631798&_eu=EAAAAGA&_fplc=0&are=1&cid=882595111.1776807281&frm=0&ir=1&pscdl=denied&rcb=14&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&ur=FR&sst.rnd=64513032.1776807281&sst.etld=google.fr&sst.gcsub=region1&sst.gdpr=1&sst.gdpr_consent=CQjA2wAQjA2wAAcABBENCbFgAAAAAEPgACiQAAAYsgTAAVABoAH4ATgBAACEAE_AP2AhIBDgC8wGMgM-Ae0A-MCMwEegJ0gXagu6C8IF5AL1AXsAvnBfYF-AL9wX9Bf-DAIMBAYEgwMDA4GCoMGAwbBhAGE4MLgw8BiADEQGKYMVgxYAAAAA.YAAACHwAAAAA.IMXQIwAKgAZABaADQAJoAYQA_ACAAEeAJwAgABCACfgFpAP2AhIBDgCMQEvgJvAXmAwUBjIDPgHBAPaAfGBGYCPQE6QJ8gVJAu1BdwGIIMRAxcAA&sst.tft=1776807279179&sst.lpc=100470169&sst.navt=n&sst.ude=0&_s=1&tag_exp=0~115938466~115938469~117266401~117884344~118463262&dl=https%3A%2F%2Fwww.vulture.com%2F&dr=&sid=1776807281&sct=1&seg=0&dt=Vulture%20-%20Entertainment%20News%20-%20TV%2C%20Movies%2C%20Music%2C%20Books%2C%20Theater%2C%20Art&_tu=DA&tfd=2207&richsstssemetrics.vulture.com/g/collect?v=2&t... https://metrics.vulture.com/g/collect?v=2&tid=G-DNE38RK1HX&gtm=45he64h1v9169063696z876771955za20kzb76771955zd76771955&_p=1776807279179&gcs=G100&gcd=13q3qPq2q5l1&npa=1&dma_cps=-&dma=1&tcfd=10s5r&gdid=dYWJhMj&ecid=97631798&_eu=EAAAAGA&_fplc=0&are=1&cid=882595111.1776807281&frm=0&ir=1&pscdl=denied&rcb=14&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&ur=FR&sst.rnd=64513032.1776807281&sst.etld=google.fr&sst.gcsub=region1&sst.gdpr=1&sst.gdpr_consent=CQjA2wAQjA2wAAcABBENCbFgAAAAAEPgACiQAAAYsgTAAVABoAH4ATgBAACEAE_AP2AhIBDgC8wGMgM-Ae0A-MCMwEegJ0gXagu6C8IF5AL1AXsAvnBfYF-AL9wX9Bf-DAIMBAYEgwMDA4GCoMGAwbBhAGE4MLgw8BiADEQGKYMVgxYAAAAA.YAAACHwAAAAA.IMXQIwAKgAZABaADQAJoAYQA_ACAAEeAJwAgABCACfgFpAP2AhIBDgCMQEvgJvAXmAwUBjIDPgHBAPaAfGBGYCPQE6QJ8gVJAu1BdwGIIMRAxcAA&sst.tft=1776807279179&sst.lpc=100470169&sst.navt=n&sst.ude=0&_s=1&tag_exp=0~115938466~115938469~117266401~117884344~118463262&dl=https%3A%2F%2Fwww.vulture.com%2F&dr=&sid=1776807281&sct=1&seg=0&dt=Vulture%20-%20Entertainment%20News%20-%20TV%2C%20Movies%2C%20Music%2C%20Books%2C%20Theater%2C%20Art&_tu=DA&tfd=2207&richsstsse — 200 — 83 B — 161 ms — h3https://pagead2.googlesyndication.com/pagead/ping?e=1pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/ping?e=1 — 204 — 20 B — 50 ms — h3https://ad-delivery.net/px.gif?ch=2&e=0.3178615268807954ad-delivery.net/px.gif?ch=2&e=0.317... https://ad-delivery.net/px.gif?ch=2&e=0.3178615268807954 — 200 — 112 B — 22 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.5292392679253455ad.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.5292392679253455 — 200 — 129 B — 24 ms — h3https://ad-delivery.net/px.gif?ch=1&e=0.06385804467526213ad-delivery.net/px.gif?ch=1&e=0.063... https://ad-delivery.net/px.gif?ch=1&e=0.06385804467526213 — 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://ad-delivery.net/px.gif?ch=1&e=0.931546164475079ad-delivery.net/px.gif?ch=1&e=0.931... https://ad-delivery.net/px.gif?ch=1&e=0.931546164475079 — 200 — 110 B — 22 ms — h2https://ad-delivery.net/px.gif?ch=2&e=0.991720321237978ad-delivery.net/px.gif?ch=2&e=0.991... https://ad-delivery.net/px.gif?ch=2&e=0.991720321237978 — 200 — 133 B — 23 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.5535232435001762ad.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.5535232435001762 — 200 — 129 B — 25 ms — h3https://ad-delivery.net/px.gif?ch=2&e=0.17215555708411168ad-delivery.net/px.gif?ch=2&e=0.172... https://ad-delivery.net/px.gif?ch=2&e=0.17215555708411168 — 200 — 110 B — 21 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.4294070343264751ad.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.4294070343264751 — 200 — 129 B — 26 ms — h3https://ad-delivery.net/px.gif?ch=2&e=0.7585205434651476ad-delivery.net/px.gif?ch=2&e=0.758... https://ad-delivery.net/px.gif?ch=2&e=0.7585205434651476 — 200 — 135 B — 21 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.9934581937308484ad.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.9934581937308484 — 200 — 129 B — 25 ms — h3https://ad-delivery.net/px.gif?ch=2&e=0.4762098555295733ad-delivery.net/px.gif?ch=2&e=0.476... https://ad-delivery.net/px.gif?ch=2&e=0.4762098555295733 — 200 — 110 B — 22 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.5102311414547419ad.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.5102311414547419 — 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 — 123 ms — h2https://api.btloader.com/pv?nlf=false&tid=pdtvKuIsR-SUMLsJKHUr-9db1f77f62&sid=TAPbClfD-R4a7axFeV-9db1f77f62&cv=2.1.187-1-g24d1c87&upapi=trueapi.btloader.com/pv?nlf=false&tid=p... https://api.btloader.com/pv?nlf=false&tid=pdtvKuIsR-SUMLsJKHUr-9db1f77f62&sid=TAPbClfD-R4a7axFeV-9db1f77f62&cv=2.1.187-1-g24d1c87&upapi=true — 204 — 40 B — 123 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 2048ms · 1136KB · €22/mo
www.vulture.com
Other
Costly
Execution 557ms
Transfer 290 KB
Monthly Cost €6/mo
Unattributable
Other
Costly
Execution 471ms
Transfer 0 KB
Monthly Cost €5/mo
metrics.vulture.com
Other
Costly
Execution 367ms
Transfer 170 KB
Unused 27%
Monthly Cost €4/mo
cdn.concert.io
Other
Costly
Execution 346ms
Transfer 104 KB
Unused 52%
Monthly Cost €4/mo
OneTrust
Consent
Essential
Execution 94ms
Transfer 129 KB
Unused 47%
Monthly Cost €1/mo
securepubads.g.doubleclick.net
Other
Optional
Execution 78ms
Transfer 188 KB
Unused 68%
Monthly Cost €1/mo
metrics.vulture.com
Other
Optional
Execution 72ms
Transfer 165 KB
Unused 38%
Monthly Cost €1/mo
c.amazon-adsystem.com
Other
Optional
Execution 63ms
Transfer 91 KB
Unused 43%
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • www.vulture.com adds 557ms and costs ~€6/month
  • Unattributable adds 471ms and costs ~€5/month
  • metrics.vulture.com adds 367ms and costs ~€4/month
  • cdn.concert.io adds 346ms and costs ~€4/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 557ms 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 471ms 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

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

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

52% of cdn.concert.io's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

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

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