Skip to content
https://vice.com

Performance

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

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

81
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
96
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
0
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
0
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.

999 ms

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

2.44 s

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

40 ms

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

0.051

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

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

5.53 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 3 REVIEW 5 FIX
F
Page Weight Budget
Action
4.9 MB transferred, 188 requests
FIX
4.9 MB transferred, 188 requests
Critical::
Page weighs 13.5 MB (4.9 MB transferred)
Warning::
Images are 2.7 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 2.7 MB
Warning::
JavaScript is 1.7 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.7 MB
Warning::
188 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.9 MB / 2.4 MB budget
4.9 MB transferred
188 requests
1.0 g CO2 per page load
Images 2.7 MiB 55%
JavaScript 1.7 MiB 35%
Fonts 186.3 KiB 4%
HTML 156.8 KiB 3%
Other 60.7 KiB 1%
CSS 55.3 KiB 1%
Other 30.3 KiB 1%
Other 25.2 KiB 1%
Other 4.0 KiB 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

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.9 MiB of 4.9 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
74 scripts, 1.0 MB unused
FIX
74 scripts, 1.0 MB unused
Warning::
https://js.chargebee.com/v2/chargebee.js: 209 KB unused (75%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://js.chargebee.com/v2/chargebee.js: 209 KB unused (75%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 138 KB unused (73%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-LRW6...: 69 KB unused (39%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-LRW6...: 69 KB unused (39%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.0 MB
1054 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://js.chargebee.com/v2/chargebee.js0 KB209 KB (75%)3rd
https://js.chargebee.com/v2/chargebee.js281 KB209 KB (75%)3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31097945188 KB138 KB (73%)3rd
https://www.googletagmanager.com/gtag/js?id=G-LRW6G9FTTK0 KB69 KB (39%)3rd
https://www.googletagmanager.com/gtag/js?id=G-LRW6G9FTTK176 KB69 KB (39%)3rd
https://s.lngtdv.com/vice/default.1776794388.js103 KB68 KB (66%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-THWQQMCK0 KB67 KB (55%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-THWQQMCK122 KB67 KB (55%)3rd
https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMA.js106 KB56 KB (53%)3rd
https://fundingchoicesmessages.google.com/i/16916245?ers=370 KB37 KB (54%)3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
188 resources · 4.9 MB · 1.0 MB savings available
FIX
188 resources · 4.9 MB · 1.0 MB savings available
Warning::
Page weight 3.9 MB over 1MB target
Got: 4.9 MB Expected: ≤ 1 MB
Info::
~1.0 MB of savings available
Warning::
187 third-party resources (100% of weight)
Info::
3 resources over 200KB
188 resources · 4.9 MiB · 187 third-party 3.9 MiB over 1MB target
Image 55% · 2.7 MiB
JavaScript 36% · 1.7 MiB
Font 4% · 186.3 KiB
Document 3% · 159.4 KiB
Other 1% · 61.9 KiB
CSS 1% · 55.3 KiB

~1.0 MiB of savings available

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

No Cache-Control header

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

B
Image Optimization
51 images, 0 KB saveable
REVIEW
51 images, 0 KB saveable
Info::
All images are well-optimized
51 images 2.7 MB
0 oversized -0 KB
17 legacy format
0 missing dimensions CLS risk
C
JS Execution Cost
Action
1399ms total JS execution
REVIEW
1399ms total JS execution
Warning::
https://www.vice.com/en/: 419ms CPU time
Info::
Unattributable: 248ms CPU time
Info::
https://cdn.p-n.io/pushly-sdk.min.js?domain_key=Gg...: 107ms CPU time
Info::
https://js.chargebee.com/v2/chargebee.js: 95ms CPU time
Info::
https://cdn.privacy-mgmt.com/unified/wrapperMessag...: 80ms CPU time
Warning::
Third-party scripts: 1399ms (100% of total)

Main Thread Breakdown

Script Evaluation 51% Other 17% Style & Layout 16% Script Parsing & Compilation 10%
ScriptTotalScriptingParse/CompileParty
https://www.vice.com/en/419ms27ms9ms3rd
Unattributable248ms11ms0ms3rd
https://cdn.p-n.io/pushly-sdk.min.js?domain_key=GgqPm0euZqC0SNVytjfNCPEreUlWs7i8LIH5107ms97ms3ms3rd
https://js.chargebee.com/v2/chargebee.js95ms69ms24ms3rd
https://cdn.privacy-mgmt.com/unified/wrapperMessagingWithoutDetection.js80ms70ms4ms3rd
https://s.lngtdv.com/vice/default.1776794388.js79ms66ms9ms3rd
https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMA.js74ms60ms11ms3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=3109794568ms49ms13ms3rd
https://s.skimresources.com/js/100767X1643288.skimlinks.js?ver=15.7.164ms53ms2ms3rd
https://fundingchoicesmessages.google.com/i/16916245?ers=360ms52ms5ms3rd

Showing top 10 of 12 scripts

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

Web fonts

5

186 KB total

Render-blocking

0

of 5

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 999 ms LCP 2.4 shttps://www.vice.com/wp-content/themes/vice-2024/assets/fonts/SourceCodePro-Regular.woff2SourceCodePro-Regular.w... https://www.vice.com/wp-content/themes/vice-2024/assets/fonts/SourceCodePro-Regular.woff2 — 46.0 KiB — 20 ms — font-display: swaphttps://www.vice.com/wp-content/themes/vice-2024/assets/fonts/VICEGrotesk-Black.woff2VICEGrotesk-Black.woff2 https://www.vice.com/wp-content/themes/vice-2024/assets/fonts/VICEGrotesk-Black.woff2 — 30.8 KiB — 22 ms — font-display: swaphttps://www.vice.com/wp-content/themes/vice-2024/assets/fonts/VICEGrotesk-Bold.woff2VICEGrotesk-Bold.woff2 https://www.vice.com/wp-content/themes/vice-2024/assets/fonts/VICEGrotesk-Bold.woff2 — 31.7 KiB — 28 ms — font-display: swaphttps://www.vice.com/wp-content/themes/vice-2024/assets/fonts/VICEGrotesk-Regular.woff2VICEGrotesk-Regular.woff2 https://www.vice.com/wp-content/themes/vice-2024/assets/fonts/VICEGrotesk-Regular.woff2 — 31.7 KiB — 29 ms — font-display: swaphttps://www.vice.com/wp-content/themes/vice-2024/assets/fonts/SourceCodePro-Bold.woff2SourceCodePro-Bold.woff2 https://www.vice.com/wp-content/themes/vice-2024/assets/fonts/SourceCodePro-Bold.woff2 — 46.0 KiB — 5 ms — font-display: swap
SourceCodePro-Regular.w... woff2 swap
Size 46 KB
Load time 20 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
VICEGrotesk-Black.woff2 woff2 swap
Size 31 KB
Load time 22 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
VICEGrotesk-Bold.woff2 woff2 swap
Size 32 KB
Load time 28 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
VICEGrotesk-Regular.woff2 woff2 swap
Size 32 KB
Load time 29 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
SourceCodePro-Bold.woff2 woff2 swap
Size 46 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
188 requests over 5702ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 999 ms LCP 2.4 shttps://vice.com// https://vice.com/ — 301 — 115 B — 207 ms — h2https://www.vice.com/www.vice.com/ https://www.vice.com/ — 200 — 66.8 KiB — 404 ms — h2https://www.vice.com/wp-includes/blocks/social-links/style.min.css?m=1774626884gwww.vice.com/wp-includes/blocks/soc... https://www.vice.com/wp-includes/blocks/social-links/style.min.css?m=1774626884g — 200 — 1.8 KiB — 4 ms — h2https://www.vice.com/_static/??/wp-includes/css/dashicons.min.css,/wp-content/plugins/savage-live-block-posts/assets/css/block_live_front_end.css,/wp-content/themes/vice-2024/build/global/index.css?m=1776433460www.vice.com/_static/??/wp-includes... https://www.vice.com/_static/??/wp-includes/css/dashicons.min.css,/wp-content/plugins/savage-live-block-posts/assets/css/block_live_front_end.css,/wp-content/themes/vice-2024/build/global/index.css?m=1776433460 — 200 — 38.2 KiB — 17 ms — h2https://www.vice.com/_static/??-eJyVzFEOQDAMANALmRLClzjLUDW6brGO60skDuD7JQ/uaOYgiqIQOZOTBMleltBEtrqG08OUHS+gG3o0bIXyq24+8ITL4V3uqYCfj0fJRgMR43eMfqj7vmubpu2q/QGHdjhwwww.vice.com/_static/??-eJyVzFEOQDA... https://www.vice.com/_static/??-eJyVzFEOQDAMANALmRLClzjLUDW6brGO60skDuD7JQ/uaOYgiqIQOZOTBMleltBEtrqG08OUHS+gG3o0bIXyq24+8ITL4V3uqYCfj0fJRgMR43eMfqj7vmubpu2q/QGHdjhw — 200 — 3.9 KiB — 10 ms — h2https://www.vice.com/wp-content/plugins/savage-platform/build/theme-language-redirect/view.js?ver=4db964ab2f584ed8d3d1www.vice.com/wp-content/plugins/sav... https://www.vice.com/wp-content/plugins/savage-platform/build/theme-language-redirect/view.js?ver=4db964ab2f584ed8d3d1 — 200 — 684 B — 11 ms — h2https://www.vice.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1www.vice.com/wp-includes/js/jquery/... https://www.vice.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 31.0 KiB — 14 ms — h2https://www.vice.com/_static/??-eJx1jNsKwjAQRH/I7Sot7ZP4LWmzpklzM7tp8e/Ng4IIwsCB4czgkcHGxVdNjK7lUak834BgTVFCXbCxc3zCH1lbFlxT2vifsZIqMpOSb2FJUSgKZl+NjYysdmUIvN0JZp+WDXJiYVTM1PDpDdxLWwJF3Z5u4XqZpnHo+2E8uxcco0jawww.vice.com/_static/??-eJx1jNsKwjA... https://www.vice.com/_static/??-eJx1jNsKwjAQRH/I7Sot7ZP4LWmzpklzM7tp8e/Ng4IIwsCB4czgkcHGxVdNjK7lUak834BgTVFCXbCxc3zCH1lbFlxT2vifsZIqMpOSb2FJUSgKZl+NjYysdmUIvN0JZp+WDXJiYVTM1PDpDdxLWwJF3Z5u4XqZpnHo+2E8uxcco0ja — 200 — 9.3 KiB — 14 ms — h2https://www.vice.com/wp-content/plugins/savage-membership-chargebee/includes/assets/uploads/close.svgwww.vice.com/wp-content/plugins/sav... https://www.vice.com/wp-content/plugins/savage-membership-chargebee/includes/assets/uploads/close.svg — 200 — 610 B — 15 ms — h2https://www.vice.com/wp-content/uploads/sites/2/2024/06/vice-logo_white@2x.pngwww.vice.com/wp-content/uploads/sit... https://www.vice.com/wp-content/uploads/sites/2/2024/06/vice-logo_white@2x.png — 200 — 1.4 KiB — 6 ms — h2https://www.vice.com/_static/??-eJzNj0EOgjAQRS9kHQ0EVsQTeIgBxpbQTpv+guH2duUBDAu3Py8v79M7mSlqES2U/GYXBYF3tmKChFEy3FIJx9nKKEIMSAFNAPEM88pSwTizv9bpQr/bUA4vzzNM53Ylz4r/OVcc63rE7St7hOHe913bNG13+wAmk65xwww.vice.com/_static/??-eJzNj0EOgjA... https://www.vice.com/_static/??-eJzNj0EOgjAQRS9kHQ0EVsQTeIgBxpbQTpv+guH2duUBDAu3Py8v79M7mSlqES2U/GYXBYF3tmKChFEy3FIJx9nKKEIMSAFNAPEM88pSwTizv9bpQr/bUA4vzzNM53Ylz4r/OVcc63rE7St7hOHe913bNG13+wAmk65x — 200 — 3.9 KiB — 5 ms — h2https://www.vice.com/_static/??/wp-content/plugins/savage-platform/js/google-discover-tracking.js,/wp-content/plugins/savage-compliance-dsar/assets/js/script.js?m=1776433460jwww.vice.com/_static/??/wp-content/... https://www.vice.com/_static/??/wp-content/plugins/savage-platform/js/google-discover-tracking.js,/wp-content/plugins/savage-compliance-dsar/assets/js/script.js?m=1776433460j — 200 — 2.4 KiB — 4 ms — h2https://js.chargebee.com/v2/chargebee.jsjs.chargebee.com/v2/chargebee.js https://js.chargebee.com/v2/chargebee.js — 200 — 281.4 KiB — 107 ms — h2https://www.vice.com/wp-content/plugins/savage-membership-chargebee/assets/js/planModal.js?m=1776433460gwww.vice.com/wp-content/plugins/sav... https://www.vice.com/wp-content/plugins/savage-membership-chargebee/assets/js/planModal.js?m=1776433460g — 200 — 1.5 KiB — 4 ms — h2https://www.vice.com/enwww.vice.com/en https://www.vice.com/en — 301 — 375 B — 334 ms — h2https://www.vice.com/wp-includes/js/dist/i18n.min.js?ver=c26c3dc7bed366793375www.vice.com/wp-includes/js/dist/i1... https://www.vice.com/wp-includes/js/dist/i18n.min.js?ver=c26c3dc7bed366793375 — 200 — 2.5 KiB — 3 ms — h2https://www.vice.com/wp-content/mu-plugins/wp-parsely-3.16/build/loader.js?ver=71d37502d12f3838b80dwww.vice.com/wp-content/mu-plugins/... https://www.vice.com/wp-content/mu-plugins/wp-parsely-3.16/build/loader.js?ver=71d37502d12f3838b80d — 200 — 1.6 KiB — 3 ms — h2https://cdn.parsely.com/keys/vice.com/p.js?ver=3.16.4cdn.parsely.com/keys/vice.com/p.js?... https://cdn.parsely.com/keys/vice.com/p.js?ver=3.16.4 — 200 — 19.5 KiB — 7 ms — h2https://www.vice.com/wp-content/themes/vice-2024/build/global/index.js?m=1776433460gwww.vice.com/wp-content/themes/vice... https://www.vice.com/wp-content/themes/vice-2024/build/global/index.js?m=1776433460g — 200 — 233 B — 3 ms — h2https://s.skimresources.com/js/100767X1643288.skimlinks.js?ver=15.7.1s.skimresources.com/js/100767X16432... https://s.skimresources.com/js/100767X1643288.skimlinks.js?ver=15.7.1 — 200 — 22.4 KiB — 8 ms — h2https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.1.1/crypto-js.min.js?ver=4.1.1cdnjs.cloudflare.com/ajax/libs/cryp... https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.1.1/crypto-js.min.js?ver=4.1.1 — 200 — 14.3 KiB — 71 ms — h2https://www.googletagmanager.com/gtag/js?id=G-LRW6G9FTTKwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-LRW6G9FTTK — 200 — 176.1 KiB — 143 ms — h2https://lngtd.com/vice.jslngtd.com/vice.js https://lngtd.com/vice.js — 200 — 1.2 KiB — 60 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-THWQQMCKwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-THWQQMCK — 200 — 122.1 KiB — 87 ms — h2https://cdn.p-n.io/pushly-sdk.min.js?domain_key=GgqPm0euZqC0SNVytjfNCPEreUlWs7i8LIH5cdn.p-n.io/pushly-sdk.min.js?domain... https://cdn.p-n.io/pushly-sdk.min.js?domain_key=GgqPm0euZqC0SNVytjfNCPEreUlWs7i8LIH5 — 200 — 45.7 KiB — 76 ms — h2https://b-code.liadm.com/b-02qi.min.jsb-code.liadm.com/b-02qi.min.js https://b-code.liadm.com/b-02qi.min.js — 200 — 46.1 KiB — 72 ms — h2https://www.vice.com/en/www.vice.com/en/ https://www.vice.com/en/ — 200 — 86.2 KiB — 716 ms — h2https://functions.adnami.io/api/macro/adsm.macro.vice.com.jsfunctions.adnami.io/api/macro/adsm.... https://functions.adnami.io/api/macro/adsm.macro.vice.com.js — 200 — 5.8 KiB — 50 ms — h2https://www.vice.com/wp-content/uploads/sites/2/2024/06/vice-logo_white@2x.png?resize=150,48www.vice.com/wp-content/uploads/sit... https://www.vice.com/wp-content/uploads/sites/2/2024/06/vice-logo_white@2x.png?resize=150,48 — 200 — 1.4 KiB — 4 ms — h2https://embeds.beehiiv.com/attribution.jsembeds.beehiiv.com/attribution.js https://embeds.beehiiv.com/attribution.js — 200 — 3.4 KiB — 165 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 999 ms LCP 2.4 shttps://vice.com// https://vice.com/ — 301 — 115 B — 207 ms — h2https://www.vice.com/www.vice.com/ https://www.vice.com/ — 200 — 66.8 KiB — 404 ms — h2https://www.vice.com/wp-includes/blocks/social-links/style.min.css?m=1774626884gwww.vice.com/wp-includes/blocks/soc... https://www.vice.com/wp-includes/blocks/social-links/style.min.css?m=1774626884g — 200 — 1.8 KiB — 4 ms — h2https://www.vice.com/_static/??/wp-includes/css/dashicons.min.css,/wp-content/plugins/savage-live-block-posts/assets/css/block_live_front_end.css,/wp-content/themes/vice-2024/build/global/index.css?m=1776433460www.vice.com/_static/??/wp-includes... https://www.vice.com/_static/??/wp-includes/css/dashicons.min.css,/wp-content/plugins/savage-live-block-posts/assets/css/block_live_front_end.css,/wp-content/themes/vice-2024/build/global/index.css?m=1776433460 — 200 — 38.2 KiB — 17 ms — h2https://www.vice.com/_static/??-eJyVzFEOQDAMANALmRLClzjLUDW6brGO60skDuD7JQ/uaOYgiqIQOZOTBMleltBEtrqG08OUHS+gG3o0bIXyq24+8ITL4V3uqYCfj0fJRgMR43eMfqj7vmubpu2q/QGHdjhwwww.vice.com/_static/??-eJyVzFEOQDA... https://www.vice.com/_static/??-eJyVzFEOQDAMANALmRLClzjLUDW6brGO60skDuD7JQ/uaOYgiqIQOZOTBMleltBEtrqG08OUHS+gG3o0bIXyq24+8ITL4V3uqYCfj0fJRgMR43eMfqj7vmubpu2q/QGHdjhw — 200 — 3.9 KiB — 10 ms — h2https://www.vice.com/wp-content/plugins/savage-platform/build/theme-language-redirect/view.js?ver=4db964ab2f584ed8d3d1www.vice.com/wp-content/plugins/sav... https://www.vice.com/wp-content/plugins/savage-platform/build/theme-language-redirect/view.js?ver=4db964ab2f584ed8d3d1 — 200 — 684 B — 11 ms — h2https://www.vice.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1www.vice.com/wp-includes/js/jquery/... https://www.vice.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 31.0 KiB — 14 ms — h2https://www.vice.com/_static/??-eJx1jNsKwjAQRH/I7Sot7ZP4LWmzpklzM7tp8e/Ng4IIwsCB4czgkcHGxVdNjK7lUak834BgTVFCXbCxc3zCH1lbFlxT2vifsZIqMpOSb2FJUSgKZl+NjYysdmUIvN0JZp+WDXJiYVTM1PDpDdxLWwJF3Z5u4XqZpnHo+2E8uxcco0jawww.vice.com/_static/??-eJx1jNsKwjA... https://www.vice.com/_static/??-eJx1jNsKwjAQRH/I7Sot7ZP4LWmzpklzM7tp8e/Ng4IIwsCB4czgkcHGxVdNjK7lUak834BgTVFCXbCxc3zCH1lbFlxT2vifsZIqMpOSb2FJUSgKZl+NjYysdmUIvN0JZp+WDXJiYVTM1PDpDdxLWwJF3Z5u4XqZpnHo+2E8uxcco0ja — 200 — 9.3 KiB — 14 ms — h2https://www.vice.com/wp-content/plugins/savage-membership-chargebee/includes/assets/uploads/close.svgwww.vice.com/wp-content/plugins/sav... https://www.vice.com/wp-content/plugins/savage-membership-chargebee/includes/assets/uploads/close.svg — 200 — 610 B — 15 ms — h2https://www.vice.com/wp-content/uploads/sites/2/2024/06/vice-logo_white@2x.pngwww.vice.com/wp-content/uploads/sit... https://www.vice.com/wp-content/uploads/sites/2/2024/06/vice-logo_white@2x.png — 200 — 1.4 KiB — 6 ms — h2https://www.vice.com/_static/??-eJzNj0EOgjAQRS9kHQ0EVsQTeIgBxpbQTpv+guH2duUBDAu3Py8v79M7mSlqES2U/GYXBYF3tmKChFEy3FIJx9nKKEIMSAFNAPEM88pSwTizv9bpQr/bUA4vzzNM53Ylz4r/OVcc63rE7St7hOHe913bNG13+wAmk65xwww.vice.com/_static/??-eJzNj0EOgjA... https://www.vice.com/_static/??-eJzNj0EOgjAQRS9kHQ0EVsQTeIgBxpbQTpv+guH2duUBDAu3Py8v79M7mSlqES2U/GYXBYF3tmKChFEy3FIJx9nKKEIMSAFNAPEM88pSwTizv9bpQr/bUA4vzzNM53Ylz4r/OVcc63rE7St7hOHe913bNG13+wAmk65x — 200 — 3.9 KiB — 5 ms — h2https://www.vice.com/_static/??/wp-content/plugins/savage-platform/js/google-discover-tracking.js,/wp-content/plugins/savage-compliance-dsar/assets/js/script.js?m=1776433460jwww.vice.com/_static/??/wp-content/... https://www.vice.com/_static/??/wp-content/plugins/savage-platform/js/google-discover-tracking.js,/wp-content/plugins/savage-compliance-dsar/assets/js/script.js?m=1776433460j — 200 — 2.4 KiB — 4 ms — h2https://js.chargebee.com/v2/chargebee.jsjs.chargebee.com/v2/chargebee.js https://js.chargebee.com/v2/chargebee.js — 200 — 281.4 KiB — 107 ms — h2https://www.vice.com/wp-content/plugins/savage-membership-chargebee/assets/js/planModal.js?m=1776433460gwww.vice.com/wp-content/plugins/sav... https://www.vice.com/wp-content/plugins/savage-membership-chargebee/assets/js/planModal.js?m=1776433460g — 200 — 1.5 KiB — 4 ms — h2https://www.vice.com/enwww.vice.com/en https://www.vice.com/en — 301 — 375 B — 334 ms — h2https://www.vice.com/wp-includes/js/dist/i18n.min.js?ver=c26c3dc7bed366793375www.vice.com/wp-includes/js/dist/i1... https://www.vice.com/wp-includes/js/dist/i18n.min.js?ver=c26c3dc7bed366793375 — 200 — 2.5 KiB — 3 ms — h2https://www.vice.com/wp-content/mu-plugins/wp-parsely-3.16/build/loader.js?ver=71d37502d12f3838b80dwww.vice.com/wp-content/mu-plugins/... https://www.vice.com/wp-content/mu-plugins/wp-parsely-3.16/build/loader.js?ver=71d37502d12f3838b80d — 200 — 1.6 KiB — 3 ms — h2https://cdn.parsely.com/keys/vice.com/p.js?ver=3.16.4cdn.parsely.com/keys/vice.com/p.js?... https://cdn.parsely.com/keys/vice.com/p.js?ver=3.16.4 — 200 — 19.5 KiB — 7 ms — h2https://www.vice.com/wp-content/themes/vice-2024/build/global/index.js?m=1776433460gwww.vice.com/wp-content/themes/vice... https://www.vice.com/wp-content/themes/vice-2024/build/global/index.js?m=1776433460g — 200 — 233 B — 3 ms — h2https://s.skimresources.com/js/100767X1643288.skimlinks.js?ver=15.7.1s.skimresources.com/js/100767X16432... https://s.skimresources.com/js/100767X1643288.skimlinks.js?ver=15.7.1 — 200 — 22.4 KiB — 8 ms — h2https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.1.1/crypto-js.min.js?ver=4.1.1cdnjs.cloudflare.com/ajax/libs/cryp... https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.1.1/crypto-js.min.js?ver=4.1.1 — 200 — 14.3 KiB — 71 ms — h2https://www.googletagmanager.com/gtag/js?id=G-LRW6G9FTTKwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-LRW6G9FTTK — 200 — 176.1 KiB — 143 ms — h2https://lngtd.com/vice.jslngtd.com/vice.js https://lngtd.com/vice.js — 200 — 1.2 KiB — 60 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-THWQQMCKwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-THWQQMCK — 200 — 122.1 KiB — 87 ms — h2https://cdn.p-n.io/pushly-sdk.min.js?domain_key=GgqPm0euZqC0SNVytjfNCPEreUlWs7i8LIH5cdn.p-n.io/pushly-sdk.min.js?domain... https://cdn.p-n.io/pushly-sdk.min.js?domain_key=GgqPm0euZqC0SNVytjfNCPEreUlWs7i8LIH5 — 200 — 45.7 KiB — 76 ms — h2https://b-code.liadm.com/b-02qi.min.jsb-code.liadm.com/b-02qi.min.js https://b-code.liadm.com/b-02qi.min.js — 200 — 46.1 KiB — 72 ms — h2https://www.vice.com/en/www.vice.com/en/ https://www.vice.com/en/ — 200 — 86.2 KiB — 716 ms — h2https://functions.adnami.io/api/macro/adsm.macro.vice.com.jsfunctions.adnami.io/api/macro/adsm.... https://functions.adnami.io/api/macro/adsm.macro.vice.com.js — 200 — 5.8 KiB — 50 ms — h2https://www.vice.com/wp-content/uploads/sites/2/2024/06/vice-logo_white@2x.png?resize=150,48www.vice.com/wp-content/uploads/sit... https://www.vice.com/wp-content/uploads/sites/2/2024/06/vice-logo_white@2x.png?resize=150,48 — 200 — 1.4 KiB — 4 ms — h2https://embeds.beehiiv.com/attribution.jsembeds.beehiiv.com/attribution.js https://embeds.beehiiv.com/attribution.js — 200 — 3.4 KiB — 165 ms — h2https://stats.wp.com/e-202617.jsstats.wp.com/e-202617.js https://stats.wp.com/e-202617.js — 200 — 1.7 KiB — 5 ms — h2https://cdn-magiclinks.trackonomics.net/client/static/v2/savmedia_745ff_vice.jscdn-magiclinks.trackonomics.net/cli... https://cdn-magiclinks.trackonomics.net/client/static/v2/savmedia_745ff_vice.js — 200 — 30.4 KiB — 60 ms — h2https://www.vice.com/wp-includes/blocks/social-links/style.min.css?m=1774626884gwww.vice.com/wp-includes/blocks/soc... https://www.vice.com/wp-includes/blocks/social-links/style.min.css?m=1774626884g — 200 — 0 B — 0 ms — h2https://www.vice.com/_static/??/wp-includes/css/dashicons.min.css,/wp-content/plugins/savage-live-block-posts/assets/css/block_live_front_end.css,/wp-content/themes/vice-2024/build/global/index.css?m=1776433460www.vice.com/_static/??/wp-includes... https://www.vice.com/_static/??/wp-includes/css/dashicons.min.css,/wp-content/plugins/savage-live-block-posts/assets/css/block_live_front_end.css,/wp-content/themes/vice-2024/build/global/index.css?m=1776433460 — 200 — 0 B — 0 ms — h2https://www.vice.com/wp-content/themes/vice-2024/build/blocks/core/group.css?m=1776433460gwww.vice.com/wp-content/themes/vice... https://www.vice.com/wp-content/themes/vice-2024/build/blocks/core/group.css?m=1776433460g — 200 — 1.8 KiB — 8 ms — h2https://www.vice.com/wp-content/themes/vice-2024/build/blocks/wp-curate/query.css?m=1776433460gwww.vice.com/wp-content/themes/vice... https://www.vice.com/wp-content/themes/vice-2024/build/blocks/wp-curate/query.css?m=1776433460g — 200 — 2.4 KiB — 9 ms — h2https://www.vice.com/wp-content/plugins/savage-platform/build/core-post-date/index.css?m=1776433460gwww.vice.com/wp-content/plugins/sav... https://www.vice.com/wp-content/plugins/savage-platform/build/core-post-date/index.css?m=1776433460g — 200 — 635 B — 10 ms — h2https://www.vice.com/_static/??-eJyVzDEOwjAMQNELkRrUqp0QZwmJSZ06TlQ77fVBbIzM/+vB2VyoYigGjXsiUVB/+ISusbdX3Qs8O3EEW7GgYy+pfyuFDXc4CM8h6wX+dApKd1ZTYvwxSAL3iApZIZIarLVuOhSSz/Eo99uyzNM4TvM1vwEaAkT1www.vice.com/_static/??-eJyVzDEOwjA... https://www.vice.com/_static/??-eJyVzDEOwjAMQNELkRrUqp0QZwmJSZ06TlQ77fVBbIzM/+vB2VyoYigGjXsiUVB/+ISusbdX3Qs8O3EEW7GgYy+pfyuFDXc4CM8h6wX+dApKd1ZTYvwxSAL3iApZIZIarLVuOhSSz/Eo99uyzNM4TvM1vwEaAkT1 — 200 — 5.7 KiB — 12 ms — h2https://www.vice.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1www.vice.com/wp-includes/js/jquery/... https://www.vice.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 0 B — 3 ms — h2https://www.vice.com/_static/??/wp-includes/js/jquery/jquery-migrate.min.js,/wp-includes/js/heartbeat.min.js,/wp-content/plugins/savage-live-block-posts/assets/live-blog-front-end.js?m=1776433460jwww.vice.com/_static/??/wp-includes... https://www.vice.com/_static/??/wp-includes/js/jquery/jquery-migrate.min.js,/wp-includes/js/heartbeat.min.js,/wp-content/plugins/savage-live-block-posts/assets/live-blog-front-end.js?m=1776433460j — 200 — 7.6 KiB — 20 ms — h2https://www.vice.com/wp-content/uploads/sites/2/2026/04/brainrotlead_e0ce81.png?w=1000&h=576&crop=1www.vice.com/wp-content/uploads/sit... https://www.vice.com/wp-content/uploads/sites/2/2026/04/brainrotlead_e0ce81.png?w=1000&h=576&crop=1 — 200 — 466.6 KiB — 21 ms — h2https://www.vice.com/wp-content/plugins/savage-membership-chargebee/includes/assets/uploads/close.svgwww.vice.com/wp-content/plugins/sav... https://www.vice.com/wp-content/plugins/savage-membership-chargebee/includes/assets/uploads/close.svg — 200 — 0 B — 7 ms — h2https://www.vice.com/wp-content/uploads/sites/2/2024/06/vice-logo_white@2x.pngwww.vice.com/wp-content/uploads/sit... https://www.vice.com/wp-content/uploads/sites/2/2024/06/vice-logo_white@2x.png — 200 — 0 B — 7 ms — h2https://www.vice.com/wp-content/uploads/sites/2/2026/04/DSC00170_97db00.jpg?resize=1024,576www.vice.com/wp-content/uploads/sit... https://www.vice.com/wp-content/uploads/sites/2/2026/04/DSC00170_97db00.jpg?resize=1024,576 — 200 — 56.4 KiB — 4 ms — h2https://www.vice.com/wp-content/uploads/sites/2/2026/03/260324_vice_v29n4_covers_banner8.png?resize=1024,576www.vice.com/wp-content/uploads/sit... https://www.vice.com/wp-content/uploads/sites/2/2026/03/260324_vice_v29n4_covers_banner8.png?resize=1024,576 — 200 — 489.6 KiB — 15 ms — h2https://www.vice.com/_static/??-eJzNj0EOgjAQRS9kHQ0EVsQTeIgBxpbQTpv+guH2duUBDAu3Py8v79M7mSlqES2U/GYXBYF3tmKChFEy3FIJx9nKKEIMSAFNAPEM88pSwTizv9bpQr/bUA4vzzNM53Ylz4r/OVcc63rE7St7hOHe913bNG13+wAmk65xwww.vice.com/_static/??-eJzNj0EOgjA... https://www.vice.com/_static/??-eJzNj0EOgjAQRS9kHQ0EVsQTeIgBxpbQTpv+guH2duUBDAu3Py8v79M7mSlqES2U/GYXBYF3tmKChFEy3FIJx9nKKEIMSAFNAPEM88pSwTizv9bpQr/bUA4vzzNM53Ylz4r/OVcc63rE7St7hOHe913bNG13+wAmk65x — 200 — 0 B — 2 ms — h2https://www.vice.com/wp-includes/js/dist/vendor/moment.min.js?ver=2.30.1www.vice.com/wp-includes/js/dist/ve... https://www.vice.com/wp-includes/js/dist/vendor/moment.min.js?ver=2.30.1 — 200 — 19.5 KiB — 17 ms — h2https://www.vice.com/wp-includes/js/dist/deprecated.min.js?m=1774626885gwww.vice.com/wp-includes/js/dist/de... https://www.vice.com/wp-includes/js/dist/deprecated.min.js?m=1774626885g — 200 — 718 B — 18 ms — h2https://www.vice.com/wp-includes/js/dist/date.min.js?ver=795a56839718d3ff7eaewww.vice.com/wp-includes/js/dist/da... https://www.vice.com/wp-includes/js/dist/date.min.js?ver=795a56839718d3ff7eae — 200 — 40.6 KiB — 53 ms — h2https://www.vice.com/wp-content/plugins/savage-platform/build/core-post-date/index.js?m=1776433460gwww.vice.com/wp-content/plugins/sav... https://www.vice.com/wp-content/plugins/savage-platform/build/core-post-date/index.js?m=1776433460g — 200 — 693 B — 35 ms — h2https://www.vice.com/_static/??/wp-content/plugins/savage-platform/js/google-discover-tracking.js,/wp-content/plugins/savage-compliance-dsar/assets/js/script.js?m=1776433460jwww.vice.com/_static/??/wp-content/... https://www.vice.com/_static/??/wp-content/plugins/savage-platform/js/google-discover-tracking.js,/wp-content/plugins/savage-compliance-dsar/assets/js/script.js?m=1776433460j — 200 — 0 B — 35 ms — h2https://js.chargebee.com/v2/chargebee.jsjs.chargebee.com/v2/chargebee.js https://js.chargebee.com/v2/chargebee.js — 200 — 0 B — 59 ms — h2https://www.vice.com/wp-content/plugins/savage-membership-chargebee/assets/js/planModal.js?m=1776433460gwww.vice.com/wp-content/plugins/sav... https://www.vice.com/wp-content/plugins/savage-membership-chargebee/assets/js/planModal.js?m=1776433460g — 200 — 0 B — 35 ms — h2https://cdn.parsely.com/keys/vice.com/p.js?ver=3.16.4cdn.parsely.com/keys/vice.com/p.js?... https://cdn.parsely.com/keys/vice.com/p.js?ver=3.16.4 — 200 — 0 B — 35 ms — h2https://s.skimresources.com/js/100767X1643288.skimlinks.js?ver=15.7.1s.skimresources.com/js/100767X16432... https://s.skimresources.com/js/100767X1643288.skimlinks.js?ver=15.7.1 — 200 — 0 B — 35 ms — h2https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.1.1/crypto-js.min.js?ver=4.1.1cdnjs.cloudflare.com/ajax/libs/cryp... https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.1.1/crypto-js.min.js?ver=4.1.1 — 200 — 0 B — 35 ms — h2https://www.googletagmanager.com/gtag/js?id=G-LRW6G9FTTKwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-LRW6G9FTTK — 200 — 0 B — 54 ms — h2https://lngtd.com/vice.jslngtd.com/vice.js https://lngtd.com/vice.js — 200 — 0 B — 34 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-THWQQMCKwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-THWQQMCK — 200 — 0 B — 46 ms — h2https://cdn.p-n.io/pushly-sdk.min.js?domain_key=GgqPm0euZqC0SNVytjfNCPEreUlWs7i8LIH5cdn.p-n.io/pushly-sdk.min.js?domain... https://cdn.p-n.io/pushly-sdk.min.js?domain_key=GgqPm0euZqC0SNVytjfNCPEreUlWs7i8LIH5 — 200 — 0 B — 38 ms — h2https://b-code.liadm.com/b-02qi.min.jsb-code.liadm.com/b-02qi.min.js https://b-code.liadm.com/b-02qi.min.js — 200 — 0 B — 38 ms — h2https://functions.adnami.io/api/macro/adsm.macro.vice.com.jsfunctions.adnami.io/api/macro/adsm.... https://functions.adnami.io/api/macro/adsm.macro.vice.com.js — 200 — 0 B — 34 ms — h2https://embeds.beehiiv.com/attribution.jsembeds.beehiiv.com/attribution.js https://embeds.beehiiv.com/attribution.js — 200 — 3.2 KiB — 132 ms — h2https://stats.wp.com/e-202617.jsstats.wp.com/e-202617.js https://stats.wp.com/e-202617.js — 200 — 0 B — 33 ms — h2https://cdn-magiclinks.trackonomics.net/client/static/v2/savmedia_745ff_vice.jscdn-magiclinks.trackonomics.net/cli... https://cdn-magiclinks.trackonomics.net/client/static/v2/savmedia_745ff_vice.js — 200 — 0 B — 33 ms — h2https://static.ads-twitter.com/uwt.jsstatic.ads-twitter.com/uwt.js https://static.ads-twitter.com/uwt.js — 200 — 13.4 KiB — 136 ms — h2https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=D07P373C77U1QSDFGKR0&lib=ttqanalytics.tiktok.com/i18n/pixel/eve... https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=D07P373C77U1QSDFGKR0&lib=ttq — 200 — 4.5 KiB — 181 ms — h2https://sb.scorecardresearch.com/cs/8568956/beacon.jssb.scorecardresearch.com/cs/8568956... https://sb.scorecardresearch.com/cs/8568956/beacon.js — 302 — 264 B — 177 ms — h2https://snap.licdn.com/li.lms-analytics/insight.min.jssnap.licdn.com/li.lms-analytics/ins... https://snap.licdn.com/li.lms-analytics/insight.min.js — 200 — 18.7 KiB — 53 ms — h2https://www.vice.com/wp-admin/admin-ajax.phpwww.vice.com/wp-admin/admin-ajax.ph... https://www.vice.com/wp-admin/admin-ajax.php — 200 — 690 B — 622 ms — h2https://www.vice.com/wp-includes/js/dist/i18n.min.js?ver=c26c3dc7bed366793375www.vice.com/wp-includes/js/dist/i1... https://www.vice.com/wp-includes/js/dist/i18n.min.js?ver=c26c3dc7bed366793375 — 200 — 0 B — 10 ms — h2https://www.vice.com/wp-content/mu-plugins/wp-parsely-3.16/build/loader.js?ver=71d37502d12f3838b80dwww.vice.com/wp-content/mu-plugins/... https://www.vice.com/wp-content/mu-plugins/wp-parsely-3.16/build/loader.js?ver=71d37502d12f3838b80d — 200 — 0 B — 13 ms — h2https://www.vice.com/wp-content/themes/vice-2024/build/global/index.js?m=1776433460gwww.vice.com/wp-content/themes/vice... https://www.vice.com/wp-content/themes/vice-2024/build/global/index.js?m=1776433460g — 200 — 0 B — 7 ms — h2https://www.vice.com/wp-content/uploads/sites/2/2024/06/vice-logo_white@2x.png?resize=150,48www.vice.com/wp-content/uploads/sit... https://www.vice.com/wp-content/uploads/sites/2/2024/06/vice-logo_white@2x.png?resize=150,48 — 200 — 0 B — 12 ms — h2https://www.vice.com/wp-content/uploads/sites/2/2026/03/chuds-edit-1.png?resize=480,270www.vice.com/wp-content/uploads/sit... https://www.vice.com/wp-content/uploads/sites/2/2026/03/chuds-edit-1.png?resize=480,270 — 200 — 122.4 KiB — 21 ms — h2https://www.vice.com/wp-content/uploads/sites/2/2026/04/P1187035_20eee5.png?resize=480,270www.vice.com/wp-content/uploads/sit... https://www.vice.com/wp-content/uploads/sites/2/2026/04/P1187035_20eee5.png?resize=480,270 — 200 — 149.7 KiB — 17 ms — h2https://www.vice.com/wp-content/uploads/sites/2/2026/04/Copy-of-Copy-of-Copy-of-sb.png?resize=480,270www.vice.com/wp-content/uploads/sit... https://www.vice.com/wp-content/uploads/sites/2/2026/04/Copy-of-Copy-of-Copy-of-sb.png?resize=480,270 — 200 — 79.1 KiB — 28 ms — h2https://www.vice.com/wp-content/uploads/sites/2/2026/02/DSC03398.jpg?resize=480,270www.vice.com/wp-content/uploads/sit... https://www.vice.com/wp-content/uploads/sites/2/2026/02/DSC03398.jpg?resize=480,270 — 200 — 20.0 KiB — 15 ms — h2https://www.vice.com/wp-content/uploads/sites/2/2026/03/tranqlede.png?resize=600,338www.vice.com/wp-content/uploads/sit... https://www.vice.com/wp-content/uploads/sites/2/2026/03/tranqlede.png?resize=600,338 — 200 — 160.8 KiB — 48 ms — h2https://www.vice.com/wp-content/themes/vice-2024/assets/fonts/SourceCodePro-Regular.woff2www.vice.com/wp-content/themes/vice... https://www.vice.com/wp-content/themes/vice-2024/assets/fonts/SourceCodePro-Regular.woff2 — 200 — 46.0 KiB — 20 ms — h2https://www.vice.com/wp-content/themes/vice-2024/assets/fonts/VICEGrotesk-Black.woff2www.vice.com/wp-content/themes/vice... https://www.vice.com/wp-content/themes/vice-2024/assets/fonts/VICEGrotesk-Black.woff2 — 200 — 30.8 KiB — 22 ms — h2https://www.vice.com/wp-content/themes/vice-2024/assets/fonts/VICEGrotesk-Bold.woff2www.vice.com/wp-content/themes/vice... https://www.vice.com/wp-content/themes/vice-2024/assets/fonts/VICEGrotesk-Bold.woff2 — 200 — 31.7 KiB — 28 ms — h2https://www.vice.com/wp-content/themes/vice-2024/assets/fonts/VICEGrotesk-Regular.woff2www.vice.com/wp-content/themes/vice... https://www.vice.com/wp-content/themes/vice-2024/assets/fonts/VICEGrotesk-Regular.woff2 — 200 — 31.7 KiB — 29 ms — h2https://secure.quantserve.com/quant.jssecure.quantserve.com/quant.js https://secure.quantserve.com/quant.js — 200 — 12.2 KiB — 101 ms — h2https://sb.scorecardresearch.com/internal-cs/8568956/beacon.jssb.scorecardresearch.com/internal-c... https://sb.scorecardresearch.com/internal-cs/8568956/beacon.js — 200 — 6.7 KiB — 32 ms — h2https://www.vice.com/wp-content/uploads/sites/2/2026/04/GettyImages-115012575-e1776792737580.jpg?w=300www.vice.com/wp-content/uploads/sit... https://www.vice.com/wp-content/uploads/sites/2/2026/04/GettyImages-115012575-e1776792737580.jpg?w=300 — 200 — 8.0 KiB — 16 ms — h2https://www.vice.com/wp-content/uploads/sites/2/2026/04/GettyImages-2239338296.jpg?resize=300,200www.vice.com/wp-content/uploads/sit... https://www.vice.com/wp-content/uploads/sites/2/2026/04/GettyImages-2239338296.jpg?resize=300,200 — 200 — 14.7 KiB — 18 ms — h2https://www.vice.com/wp-content/uploads/sites/2/2026/04/ac-mirage.jpg?resize=300,169www.vice.com/wp-content/uploads/sit... https://www.vice.com/wp-content/uploads/sites/2/2026/04/ac-mirage.jpg?resize=300,169 — 200 — 9.5 KiB — 16 ms — h2https://www.vice.com/wp-content/uploads/sites/2/2026/04/Raekwon-Explains-Why-A-Lot-of-Older-Rappers-Struggle-to-Keep-Making-Good-Music-Its-All-About-Dedication.jpg?resize=300,169www.vice.com/wp-content/uploads/sit... https://www.vice.com/wp-content/uploads/sites/2/2026/04/Raekwon-Explains-Why-A-Lot-of-Older-Rappers-Struggle-to-Keep-Making-Good-Music-Its-All-About-Dedication.jpg?resize=300,169 — 200 — 9.6 KiB — 16 ms — h2https://www.vice.com/wp-content/uploads/sites/2/2026/04/Sinead-OConnor.jpg?resize=300,169www.vice.com/wp-content/uploads/sit... https://www.vice.com/wp-content/uploads/sites/2/2026/04/Sinead-OConnor.jpg?resize=300,169 — 200 — 6.2 KiB — 11 ms — h2https://www.vice.com/wp-content/uploads/sites/2/2026/04/GettyImages-2272192700.jpg?resize=300,200www.vice.com/wp-content/uploads/sit... https://www.vice.com/wp-content/uploads/sites/2/2026/04/GettyImages-2272192700.jpg?resize=300,200 — 200 — 16.9 KiB — 10 ms — h2https://www.vice.com/wp-content/uploads/sites/2/2026/04/The-Problematic-Artist-The-Weeknd-Said-He-Took-Inspiration-From-Early-in-His-Career.jpg?resize=300,169www.vice.com/wp-content/uploads/sit... https://www.vice.com/wp-content/uploads/sites/2/2026/04/The-Problematic-Artist-The-Weeknd-Said-He-Took-Inspiration-From-Early-in-His-Career.jpg?resize=300,169 — 200 — 8.8 KiB — 14 ms — h2https://www.vice.com/wp-content/uploads/sites/2/2026/04/GettyImages-2229225333.jpg?resize=300,239www.vice.com/wp-content/uploads/sit... https://www.vice.com/wp-content/uploads/sites/2/2026/04/GettyImages-2229225333.jpg?resize=300,239 — 200 — 8.4 KiB — 16 ms — h2https://www.vice.com/wp-content/uploads/sites/2/2026/04/The-%E2%80%98Threes-Company-Blooper-That-Went-Unnoticed-for-Nearly-20-Years-Until-One-Viewer-Finally-Caught-It.jpg?resize=300,169www.vice.com/wp-content/uploads/sit... https://www.vice.com/wp-content/uploads/sites/2/2026/04/The-%E2%80%98Threes-Company-Blooper-That-Went-Unnoticed-for-Nearly-20-Years-Until-One-Viewer-Finally-Caught-It.jpg?resize=300,169 — 200 — 77.6 KiB — 21 ms — h2https://www.vice.com/wp-content/uploads/sites/2/2026/04/Eddie-Murphy-Almost-Played-One-of-Horrors-Most-Famous-Villains.-Heres-What-Happened-Instead.jpg?resize=300,169www.vice.com/wp-content/uploads/sit... https://www.vice.com/wp-content/uploads/sites/2/2026/04/Eddie-Murphy-Almost-Played-One-of-Horrors-Most-Famous-Villains.-Heres-What-Happened-Instead.jpg?resize=300,169 — 200 — 73.2 KiB — 15 ms — h2https://www.vice.com/wp-content/uploads/sites/2/2026/04/Copy-of-Copy-of-Untitled.png?resize=300,184www.vice.com/wp-content/uploads/sit... https://www.vice.com/wp-content/uploads/sites/2/2026/04/Copy-of-Copy-of-Untitled.png?resize=300,184 — 200 — 50.2 KiB — 9 ms — h2https://www.vice.com/wp-content/uploads/sites/2/2026/04/Copy-of-DinerGoth-1-1.png?resize=300,195www.vice.com/wp-content/uploads/sit... https://www.vice.com/wp-content/uploads/sites/2/2026/04/Copy-of-DinerGoth-1-1.png?resize=300,195 — 200 — 52.2 KiB — 8 ms — h2https://www.vice.com/wp-content/uploads/sites/2/2026/03/bully-1.png?resize=300,195www.vice.com/wp-content/uploads/sit... https://www.vice.com/wp-content/uploads/sites/2/2026/03/bully-1.png?resize=300,195 — 200 — 25.1 KiB — 11 ms — h2https://www.vice.com/wp-content/uploads/sites/2/2026/03/Ruins.png?resize=300,195www.vice.com/wp-content/uploads/sit... https://www.vice.com/wp-content/uploads/sites/2/2026/03/Ruins.png?resize=300,195 — 200 — 43.3 KiB — 11 ms — h2https://www.vice.com/wp-content/uploads/sites/2/2026/04/The-Lyrid-Meteor-Shower-Is-Peaking-Now-and-the-Timing-Is-Actually-Perfect.jpg?resize=480,270www.vice.com/wp-content/uploads/sit... https://www.vice.com/wp-content/uploads/sites/2/2026/04/The-Lyrid-Meteor-Shower-Is-Peaking-Now-and-the-Timing-Is-Actually-Perfect.jpg?resize=480,270 — 200 — 119.2 KiB — 14 ms — h2https://www.vice.com/wp-content/uploads/sites/2/2026/04/Why-Being-Middle-Aged-Sucks-So-Much-for-Americans-and-No-One-Else.jpg?resize=480,270www.vice.com/wp-content/uploads/sit... https://www.vice.com/wp-content/uploads/sites/2/2026/04/Why-Being-Middle-Aged-Sucks-So-Much-for-Americans-and-No-One-Else.jpg?resize=480,270 — 200 — 163.6 KiB — 17 ms — h2https://www.vice.com/wp-content/uploads/sites/2/2026/04/7-Sneaky-Reasons-Youre-Not-Sleeping-No-Its-Not-the-Phone.jpg?resize=480,270www.vice.com/wp-content/uploads/sit... https://www.vice.com/wp-content/uploads/sites/2/2026/04/7-Sneaky-Reasons-Youre-Not-Sleeping-No-Its-Not-the-Phone.jpg?resize=480,270 — 200 — 105.8 KiB — 15 ms — h2https://www.vice.com/wp-content/uploads/sites/2/2026/04/apples-tim-cook-era-is-ending-heres-what-tech-fans-want-next.png?resize=480,270www.vice.com/wp-content/uploads/sit... https://www.vice.com/wp-content/uploads/sites/2/2026/04/apples-tim-cook-era-is-ending-heres-what-tech-fans-want-next.png?resize=480,270 — 200 — 141.2 KiB — 14 ms — h2https://www.vice.com/wp-content/uploads/sites/2/2026/04/Bitcoins-Creator-Has-Been-Revealed-Or-Not.-Who-Knows.jpg?resize=480,270www.vice.com/wp-content/uploads/sit... https://www.vice.com/wp-content/uploads/sites/2/2026/04/Bitcoins-Creator-Has-Been-Revealed-Or-Not.-Who-Knows.jpg?resize=480,270 — 200 — 111.9 KiB — 13 ms — h2https://www.vice.com/wp-content/uploads/sites/2/2026/04/Whos-Really-Driving-Your-Tesla-Robotaxi.jpg?resize=480,270www.vice.com/wp-content/uploads/sit... https://www.vice.com/wp-content/uploads/sites/2/2026/04/Whos-Really-Driving-Your-Tesla-Robotaxi.jpg?resize=480,270 — 200 — 124.8 KiB — 9 ms — h2https://www.vice.com/wp-content/themes/vice-2024/assets/fonts/SourceCodePro-Bold.woff2www.vice.com/wp-content/themes/vice... https://www.vice.com/wp-content/themes/vice-2024/assets/fonts/SourceCodePro-Bold.woff2 — 200 — 46.0 KiB — 5 ms — h2https://js.chargebee.com/assets/cbjs-2026.04.13-08.54/v2/351-65390c8633d61df50c59.jsjs.chargebee.com/assets/cbjs-2026.0... https://js.chargebee.com/assets/cbjs-2026.04.13-08.54/v2/351-65390c8633d61df50c59.js — 200 — 6.5 KiB — 19 ms — h2https://api.parsely.com/v2/profile?apikey=vice.com&uuid=pid%3Dc0de7561-1658-4912-b486-20871ce1fbad&url=https%3A%2F%2Fwww.vice.com%2Fen%2Fapi.parsely.com/v2/profile?apikey=v... https://api.parsely.com/v2/profile?apikey=vice.com&uuid=pid%3Dc0de7561-1658-4912-b486-20871ce1fbad&url=https%3A%2F%2Fwww.vice.com%2Fen%2F — 200 — 342 B — 301 ms — h2https://p1.parsely.com/px/?rand=1776797762010&plid=508af75d-bbb4-4bcd-9012-ae02f5a9098c&idsite=vice.com&url=https%3A%2F%2Fwww.vice.com%2Fen%2F&urlref=https%3A%2F%2Fwww.vice.com%2F&screen=800x600%7C800x600%7C24&data=%7B%7D&sid=1&surl=https%3A%2F%2Fwww.vice.com%2Fen%2F&sref=https%3A%2F%2Fwww.vice.com%2F&sts=1776797762005&slts=0&title=VICE+is+the+definitive+guide+to+enlightening+information&date=Tue+Apr+21+2026+18%3A56%3A02+GMT%2B0000+(Coordinated+Universal+Time)&action=pageview&pvid=ed168078-7d21-4a02-894e-b053f8c7ee53&u=pid%3Dc0de7561-1658-4912-b486-20871ce1fbadp1.parsely.com/px/?rand=17767977620... https://p1.parsely.com/px/?rand=1776797762010&plid=508af75d-bbb4-4bcd-9012-ae02f5a9098c&idsite=vice.com&url=https%3A%2F%2Fwww.vice.com%2Fen%2F&urlref=https%3A%2F%2Fwww.vice.com%2F&screen=800x600%7C800x600%7C24&data=%7B%7D&sid=1&surl=https%3A%2F%2Fwww.vice.com%2Fen%2F&sref=https%3A%2F%2Fwww.vice.com%2F&sts=1776797762005&slts=0&title=VICE+is+the+definitive+guide+to+enlightening+information&date=Tue+Apr+21+2026+18%3A56%3A02+GMT%2B0000+(Coordinated+Universal+Time)&action=pageview&pvid=ed168078-7d21-4a02-894e-b053f8c7ee53&u=pid%3Dc0de7561-1658-4912-b486-20871ce1fbad — 200 — 229 B — 143 ms — http/1.1https://r.skimresources.com/api/r.skimresources.com/api/ https://r.skimresources.com/api/ — 200 — 356 B — 80 ms — h2https://t.skimresources.com/api/v2/robots.txt?__skimjs_preflight__please_ignore__=true&rnd=0.6398637845249227t.skimresources.com/api/v2/robots.t... https://t.skimresources.com/api/v2/robots.txt?__skimjs_preflight__please_ignore__=true&rnd=0.6398637845249227 — 206 — 128 B — 70 ms — h2https://p.skimresources.com/px.gif?ch=1&rn=1.7338125555886386p.skimresources.com/px.gif?ch=1&rn=... https://p.skimresources.com/px.gif?ch=1&rn=1.7338125555886386 — 200 — 267 B — 74 ms — h2https://p.skimresources.com/px.gif?ch=2&rn=1.7338125555886386p.skimresources.com/px.gif?ch=2&rn=... https://p.skimresources.com/px.gif?ch=2&rn=1.7338125555886386 — 200 — 93 B — 75 ms — h2https://pixel.wp.com/g.gif?v=ext&blog=233712258&post=1586115&tz=-4&srv=www.vice.com&hp=vip&j=1%3A15.5-beta&host=www.vice.com&ref=https%3A%2F%2Fwww.vice.com%2F&fcp=1336&rand=0.49882067355802895pixel.wp.com/g.gif?v=ext&blog=23371... https://pixel.wp.com/g.gif?v=ext&blog=233712258&post=1586115&tz=-4&srv=www.vice.com&hp=vip&j=1%3A15.5-beta&host=www.vice.com&ref=https%3A%2F%2Fwww.vice.com%2F&fcp=1336&rand=0.49882067355802895 — 200 — 177 B — 3 ms — h2blob:https://www.vice.com/027cf646-b8c0-4298-a2d2-edc95e5be8d7www.vice.com/027cf646-b8c0-4298-a2d... blob:https://www.vice.com/027cf646-b8c0-4298-a2d2-edc95e5be8d7 — 200 — -1 B — 139 ms — blobhttps://www.vice.com/wp-admin/admin-ajax.php?action=check_adswww.vice.com/wp-admin/admin-ajax.ph... https://www.vice.com/wp-admin/admin-ajax.php?action=check_ads — 200 — 385 B — 514 ms — h2https://www.vice.com/wp-admin/admin-ajax.phpwww.vice.com/wp-admin/admin-ajax.ph... https://www.vice.com/wp-admin/admin-ajax.php — 200 — 690 B — 356 ms — h2https://r.skimresources.com/api/r.skimresources.com/api/ https://r.skimresources.com/api/ — 200 — 200 B — 33 ms — h2https://s.lngtdv.com/vice/default.1776794388.jss.lngtdv.com/vice/default.177679438... https://s.lngtdv.com/vice/default.1776794388.js — 200 — 103.3 KiB — 139 ms — h2https://www.vice.com/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4www.vice.com/wp-includes/js/wp-emoj... https://www.vice.com/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4 — 200 — 5.4 KiB — 4 ms — h2https://t.skimresources.com/api/v2/paget.skimresources.com/api/v2/page https://t.skimresources.com/api/v2/page — 200 — 79 B — 234 ms — h2https://t.skimresources.com/api/v2/linkt.skimresources.com/api/v2/link https://t.skimresources.com/api/v2/link — 299 — 381 B — 28 ms — h2https://macro.adnami.io/macro/gen/adsm.macro.rmb.jsmacro.adnami.io/macro/gen/adsm.macr... https://macro.adnami.io/macro/gen/adsm.macro.rmb.js — 200 — 25.4 KiB — 53 ms — h2https://px.ads.linkedin.com/attribution_trigger?pid=7004554&time=1776797762296&url=https%3A%2F%2Fwww.vice.com%2Fen%2Fpx.ads.linkedin.com/attribution_tri... https://px.ads.linkedin.com/attribution_trigger?pid=7004554&time=1776797762296&url=https%3A%2F%2Fwww.vice.com%2Fen%2F — 200 — 842 B — 206 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=7004554&time=1776797762296&url=https%3A%2F%2Fwww.vice.com%2Fen%2Fpx.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=7004554&time=1776797762296&url=https%3A%2F%2Fwww.vice.com%2Fen%2F — 302 — 1.0 KiB — 246 ms — h2https://rp.liadm.com/j?dtstmp=1776797762336&aid=b-02qi&se=e30&duid=5a7fdb19487b--01kprpcgmnthqf6bjbn39e62ek&tv=v3.14.0&pu=https%3A%2F%2Fwww.vice.com%2Fen%2F&wpn=lc-bundle&wpv=v3.14.0&refr=https%3A%2F%2Fwww.vice.com%2F&cd=.vice.com&pv=57f01af9-580a-41a4-aca1-16bac02e772arp.liadm.com/j?dtstmp=1776797762336... https://rp.liadm.com/j?dtstmp=1776797762336&aid=b-02qi&se=e30&duid=5a7fdb19487b--01kprpcgmnthqf6bjbn39e62ek&tv=v3.14.0&pu=https%3A%2F%2Fwww.vice.com%2Fen%2F&wpn=lc-bundle&wpv=v3.14.0&refr=https%3A%2F%2Fwww.vice.com%2F&cd=.vice.com&pv=57f01af9-580a-41a4-aca1-16bac02e772a — 302 — 510 B — 339 ms — h2https://region1.analytics.google.com/g/collect?v=2&tid=G-LRW6G9FTTK&gtm=45je64h1v9192532795z89192681002za200zd9192532795&_p=1776797761543&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=179696333.1776797762&frm=0&pscdl=noapi&rcb=17&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&_s=1&tag_exp=0~115938465~115938469~117266401~117512542&sid=1776797762&sct=1&seg=0&dl=https%3A%2F%2Fwww.vice.com%2Fen%2F&dr=https%3A%2F%2Fwww.vice.com%2F&dt=VICE%20is%20the%20definitive%20guide%20to%20enlightening%20information&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1932region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-LRW6G9FTTK&gtm=45je64h1v9192532795z89192681002za200zd9192532795&_p=1776797761543&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=179696333.1776797762&frm=0&pscdl=noapi&rcb=17&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&_s=1&tag_exp=0~115938465~115938469~117266401~117512542&sid=1776797762&sct=1&seg=0&dl=https%3A%2F%2Fwww.vice.com%2Fen%2F&dr=https%3A%2F%2Fwww.vice.com%2F&dt=VICE%20is%20the%20definitive%20guide%20to%20enlightening%20information&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1932 — 204 — 547 B — 111 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-LRW6G9FTTK&cid=179696333.1776797762&gtm=45je64h1v9192532795z89192681002za200zd9192532795&rcb=17&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938469~117266401~117512542stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-LRW6G9FTTK&cid=179696333.1776797762&gtm=45je64h1v9192532795z89192681002za200zd9192532795&rcb=17&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938469~117266401~117512542 — 204 — 556 B — 77 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-LRW6G9FTTK&cid=179696333.1776797762&gtm=45je64h1v9192532795z89192681002za200zd9192532795&rcb=17&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938469~117266401~117512542&z=1174973052www.google.es/ads/ga-audiences?v=1&... https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-LRW6G9FTTK&cid=179696333.1776797762&gtm=45je64h1v9192532795z89192681002za200zd9192532795&rcb=17&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938469~117266401~117512542&z=1174973052 — 200 — 408 B — 81 ms — h2https://t.co/1/i/adsct?bci=4&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=3&event=%7B%7D&event_id=c8d6112f-08f7-4c30-9d44-69a8879846e0&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=6def6274-2662-4376-9978-cdded08c6179&pt=VICE%20is%20the%20definitive%20guide%20to%20enlightening%20information&tw_document_href=https%3A%2F%2Fwww.vice.com%2Fen%2F&tw_iframe_status=0&tw_pid_src=1&twpid=tw.1776797762376.481273171428416121&txn_id=nuwx2&type=javascript&version=2.3.53t.co/1/i/adsct?bci=4&dv=UTC%26en-US... https://t.co/1/i/adsct?bci=4&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=3&event=%7B%7D&event_id=c8d6112f-08f7-4c30-9d44-69a8879846e0&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=6def6274-2662-4376-9978-cdded08c6179&pt=VICE%20is%20the%20definitive%20guide%20to%20enlightening%20information&tw_document_href=https%3A%2F%2Fwww.vice.com%2Fen%2F&tw_iframe_status=0&tw_pid_src=1&twpid=tw.1776797762376.481273171428416121&txn_id=nuwx2&type=javascript&version=2.3.53 — 200 — 660 B — 172 ms — h2https://analytics.twitter.com/1/i/adsct?bci=4&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=3&event=%7B%7D&event_id=c8d6112f-08f7-4c30-9d44-69a8879846e0&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=6def6274-2662-4376-9978-cdded08c6179&pt=VICE%20is%20the%20definitive%20guide%20to%20enlightening%20information&tw_document_href=https%3A%2F%2Fwww.vice.com%2Fen%2F&tw_iframe_status=0&tw_pid_src=1&twpid=tw.1776797762376.481273171428416121&txn_id=nuwx2&type=javascript&version=2.3.53analytics.twitter.com/1/i/adsct?bci... https://analytics.twitter.com/1/i/adsct?bci=4&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=3&event=%7B%7D&event_id=c8d6112f-08f7-4c30-9d44-69a8879846e0&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=6def6274-2662-4376-9978-cdded08c6179&pt=VICE%20is%20the%20definitive%20guide%20to%20enlightening%20information&tw_document_href=https%3A%2F%2Fwww.vice.com%2Fen%2F&tw_iframe_status=0&tw_pid_src=1&twpid=tw.1776797762376.481273171428416121&txn_id=nuwx2&type=javascript&version=2.3.53 — 200 — 1000 B — 247 ms — h2https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMA.jsanalytics.tiktok.com/i18n/pixel/sta... https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMA.js — 200 — 105.9 KiB — 21 ms — h2https://sb.scorecardresearch.com/b?c1=2&c2=8568956&cs_fpcu=67dec94c2e3141a79fd8ae3db7955df7&cs_it=b1&cv=4.13.1%2B2508250908&ns__t=1776797762390&ns_c=UTF-8&cs_cfg=1111110&c7=https%3A%2F%2Fwww.vice.com%2Fen%2F&c8=VICE%20is%20the%20definitive%20guide%20to%20enlightening%20information&c9=https%3A%2F%2Fwww.vice.com%2Fsb.scorecardresearch.com/b?c1=2&c2=... https://sb.scorecardresearch.com/b?c1=2&c2=8568956&cs_fpcu=67dec94c2e3141a79fd8ae3db7955df7&cs_it=b1&cv=4.13.1%2B2508250908&ns__t=1776797762390&ns_c=UTF-8&cs_cfg=1111110&c7=https%3A%2F%2Fwww.vice.com%2Fen%2F&c8=VICE%20is%20the%20definitive%20guide%20to%20enlightening%20information&c9=https%3A%2F%2Fwww.vice.com%2F — 204 — 226 B — 28 ms — h2https://rules.quantcount.com/rules-p-RxPFZR-mKeJrq.jsrules.quantcount.com/rules-p-RxPFZR... https://rules.quantcount.com/rules-p-RxPFZR-mKeJrq.js — 200 — 1.1 KiB — 67 ms — h2https://pixel.quantserve.com/cs?a=p-RxPFZR-mKeJrq&gdpr=0pixel.quantserve.com/cs?a=p-RxPFZR-... https://pixel.quantserve.com/cs?a=p-RxPFZR-mKeJrq&gdpr=0 — 204 — 179 B — 70 ms — h2https://bd.lngtd.com/id.txtbd.lngtd.com/id.txt https://bd.lngtd.com/id.txt — 200 — 586 B — 131 ms — h2https://securepubads.g.doubleclick.net/tag/js/gpt.js?network-code=16916245securepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js?network-code=16916245 — 200 — 34.4 KiB — 100 ms — h3https://floors.lngtd.com/?account=vice&section=defaultfloors.lngtd.com/?account=vice&sect... https://floors.lngtd.com/?account=vice&section=default — 200 — 1.7 KiB — 62 ms — h2https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js — 200 — 54.1 KiB — 118 ms — h3https://i.liadm.com/sync-container?duid=5a7fdb19487b--01kprpcgmnthqf6bjbn39e62ek&appId=b-02qi&euns=1&s=&version=v3.14.0&cd=.vice.com&pv=57f01af9-580a-41a4-aca1-16bac02e772ai.liadm.com/sync-container?duid=5a7... https://i.liadm.com/sync-container?duid=5a7fdb19487b--01kprpcgmnthqf6bjbn39e62ek&appId=b-02qi&euns=1&s=&version=v3.14.0&cd=.vice.com&pv=57f01af9-580a-41a4-aca1-16bac02e772a — 200 — 1.6 KiB — 433 ms — http/1.1https://analytics.tiktok.com/i18n/pixel/static/identify_5cff1caf.jsanalytics.tiktok.com/i18n/pixel/sta... https://analytics.tiktok.com/i18n/pixel/static/identify_5cff1caf.js — 200 — 39.6 KiB — 14 ms — h2https://analytics-ipv6.tiktokw.us/ipv6/enrich_ipv6analytics-ipv6.tiktokw.us/ipv6/enri... https://analytics-ipv6.tiktokw.us/ipv6/enrich_ipv6 — 200 — 956 B — 396 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 909 B — 146 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 907 B — 129 ms — h2https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=7004554&time=1776797762296&url=https%3A%2F%2Fwww.vice.com%2Fen%2F&e_ipv6=AQK7YTJnyDdtHwAAAZ2xZkOBA2-Aa9DDz9MEqlIpaRgXtBgelSWjPLd4bYfffEi1kGtYmYSwpZaEpx4.ads.linkedin.com/collect?v=2&fm... https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=7004554&time=1776797762296&url=https%3A%2F%2Fwww.vice.com%2Fen%2F&e_ipv6=AQK7YTJnyDdtHwAAAZ2xZkOBA2-Aa9DDz9MEqlIpaRgXtBgelSWjPLd4bYfffEi1kGtYmYSwpZaE — 200 — 693 B — 212 ms — h2https://cdn.privacy-mgmt.com/unified/wrapperMessagingWithoutDetection.jscdn.privacy-mgmt.com/unified/wrappe... https://cdn.privacy-mgmt.com/unified/wrapperMessagingWithoutDetection.js — 200 — 42.0 KiB — 71 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31097945securepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31097945 — 200 — 187.7 KiB — 71 ms — h3https://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 — 49 ms — h3https://cdn.privacy-mgmt.com/unified/4.40.1/gdpr-tcf.27718c8cb9d29947d2c1.bundle.jscdn.privacy-mgmt.com/unified/4.40.1... https://cdn.privacy-mgmt.com/unified/4.40.1/gdpr-tcf.27718c8cb9d29947d2c1.bundle.js — 200 — 24.8 KiB — 24 ms — h2https://cdn.privacy-mgmt.com/unified/4.40.1/usnat-uspapi.090eccada574d39af6f8.bundle.jscdn.privacy-mgmt.com/unified/4.40.1... https://cdn.privacy-mgmt.com/unified/4.40.1/usnat-uspapi.090eccada574d39af6f8.bundle.js — 200 — 34.6 KiB — 29 ms — h2https://cdn.privacy-mgmt.com/mms/v2/get_site_data?hasCsp=true&href=https%3A%2F%2Fwww.vice.com%2Fen%2F&account_id=1368cdn.privacy-mgmt.com/mms/v2/get_sit... https://cdn.privacy-mgmt.com/mms/v2/get_site_data?hasCsp=true&href=https%3A%2F%2Fwww.vice.com%2Fen%2F&account_id=1368 — 200 — 622 B — 64 ms — h2https://rp4.liadm.com/j?dtstmp=1776797762336&aid=b-02qi&se=e30&duid=5a7fdb19487b--01kprpcgmnthqf6bjbn39e62ek&tv=v3.14.0&pu=https%3A%2F%2Fwww.vice.com%2Fen%2F&wpn=lc-bundle&wpv=v3.14.0&refr=https%3A%2F%2Fwww.vice.com%2F&cd=.vice.com&pv=57f01af9-580a-41a4-aca1-16bac02e772a&i6=MjAwMTo0MWQwOmFiMDA6OjQ6MDozNmM%3D&n3pc=truerp4.liadm.com/j?dtstmp=177679776233... https://rp4.liadm.com/j?dtstmp=1776797762336&aid=b-02qi&se=e30&duid=5a7fdb19487b--01kprpcgmnthqf6bjbn39e62ek&tv=v3.14.0&pu=https%3A%2F%2Fwww.vice.com%2Fen%2F&wpn=lc-bundle&wpv=v3.14.0&refr=https%3A%2F%2Fwww.vice.com%2F&cd=.vice.com&pv=57f01af9-580a-41a4-aca1-16bac02e772a&i6=MjAwMTo0MWQwOmFiMDA6OjQ6MDozNmM%3D&n3pc=true — 200 — 277 B — 322 ms — h2https://cdn.privacy-mgmt.com/wrapper/v2/meta-data?hasCsp=true&accountId=1368&env=prod&metadata=%7B%22gdpr%22%3A%7B%7D%2C%22usnat%22%3A%7B%7D%7D&propertyId=37576&scriptVersion=4.40.1&scriptType=unifiedcdn.privacy-mgmt.com/wrapper/v2/met... https://cdn.privacy-mgmt.com/wrapper/v2/meta-data?hasCsp=true&accountId=1368&env=prod&metadata=%7B%22gdpr%22%3A%7B%7D%2C%22usnat%22%3A%7B%7D%7D&propertyId=37576&scriptVersion=4.40.1&scriptType=unified — 200 — 1.1 KiB — 23 ms — h2https://cdn.privacy-mgmt.com/wrapper/v2/messages?hasCsp=true&env=prod&body=%7B%22accountId%22%3A1368%2C%22campaignEnv%22%3A%22prod%22%2C%22campaigns%22%3A%7B%22gdpr%22%3A%7B%22consentStatus%22%3A%7B%7D%2C%22targetingParams%22%3A%7B%7D%7D%2C%22usnat%22%3A%7B%22consentStatus%22%3A%7B%7D%2C%22hasLocalData%22%3Afalse%2C%22targetingParams%22%3A%7B%7D%7D%7D%2C%22clientMMSOrigin%22%3A%22https%3A%2F%2Fcdn.privacy-mgmt.com%22%2C%22hasCSP%22%3Atrue%2C%22includeData%22%3A%7B%22localState%22%3A%7B%22type%22%3A%22string%22%7D%2C%22actions%22%3A%7B%22type%22%3A%22RecordString%22%7D%2C%22cookies%22%3A%7B%22type%22%3A%22RecordString%22%7D%7D%2C%22propertyHref%22%3A%22https%3A%2F%2Fwww.vice.com%2Fen%2F%22%7D&localState=null&metadata=%7B%22gdpr%22%3A%7B%22applies%22%3Atrue%7D%2C%22usnat%22%3A%7B%22applies%22%3Afalse%7D%7D&nonKeyedLocalState=null&ch=5084233325126271151464468080348cbe3&scriptVersion=4.40.1&scriptType=unifiedcdn.privacy-mgmt.com/wrapper/v2/mes... https://cdn.privacy-mgmt.com/wrapper/v2/messages?hasCsp=true&env=prod&body=%7B%22accountId%22%3A1368%2C%22campaignEnv%22%3A%22prod%22%2C%22campaigns%22%3A%7B%22gdpr%22%3A%7B%22consentStatus%22%3A%7B%7D%2C%22targetingParams%22%3A%7B%7D%7D%2C%22usnat%22%3A%7B%22consentStatus%22%3A%7B%7D%2C%22hasLocalData%22%3Afalse%2C%22targetingParams%22%3A%7B%7D%7D%7D%2C%22clientMMSOrigin%22%3A%22https%3A%2F%2Fcdn.privacy-mgmt.com%22%2C%22hasCSP%22%3Atrue%2C%22includeData%22%3A%7B%22localState%22%3A%7B%22type%22%3A%22string%22%7D%2C%22actions%22%3A%7B%22type%22%3A%22RecordString%22%7D%2C%22cookies%22%3A%7B%22type%22%3A%22RecordString%22%7D%7D%2C%22propertyHref%22%3A%22https%3A%2F%2Fwww.vice.com%2Fen%2F%22%7D&localState=null&metadata=%7B%22gdpr%22%3A%7B%22applies%22%3Atrue%7D%2C%22usnat%22%3A%7B%22applies%22%3Afalse%7D%7D&nonKeyedLocalState=null&ch=5084233325126271151464468080348cbe3&scriptVersion=4.40.1&scriptType=unified — 200 — 19.0 KiB — 147 ms — h2https://px.ads.linkedin.com/wa/?medium=fetch&fmt=gpx.ads.linkedin.com/wa/?medium=fetc... https://px.ads.linkedin.com/wa/?medium=fetch&fmt=g — 204 — 613 B — 127 ms — h2https://fundingchoicesmessages.google.com/i/16916245?ers=3fundingchoicesmessages.google.com/i... https://fundingchoicesmessages.google.com/i/16916245?ers=3 — 200 — 69.9 KiB — 146 ms — h2https://analytics.tiktok.com/api/v2/pixel/actanalytics.tiktok.com/api/v2/pixel/a... https://analytics.tiktok.com/api/v2/pixel/act — 200 — 751 B — 406 ms — h2https://live.rezync.com/sync?c=0aa2530f29e4f4a05b5d5d9bb35d60c2&p=93c1662463a616a7155169889dd99651&pid=live.rezync.com/sync?c=0aa2530f29e4... https://live.rezync.com/sync?c=0aa2530f29e4f4a05b5d5d9bb35d60c2&p=93c1662463a616a7155169889dd99651&pid= — 302 — 785 B — 208 ms — h2https://ib.adnxs.com/getuid?https://i.liadm.com/s/81081?bidder_id=91218&bidder_uuid=$UID&gdpr=0ib.adnxs.com/getuid?https://i.liadm... https://ib.adnxs.com/getuid?https://i.liadm.com/s/81081?bidder_id=91218&bidder_uuid=$UID&gdpr=0 — -1 — 0 B — 143 ms — https://match.adsrvr.org/track/cmf/generic?ttd_pid=liveintent&ttd_tpi=1&gdpr=0match.adsrvr.org/track/cmf/generic?... https://match.adsrvr.org/track/cmf/generic?ttd_pid=liveintent&ttd_tpi=1&gdpr=0 — 200 — 149 B — 111 ms — h2https://dis.criteo.com/dis/usersync.aspx?r=77&p=311&cp=liveintent&cu=1&url=https://i.liadm.com/s/28292?bidder_id%3D71340%26bidder_uuid%3D@@CRITEO_USERID@@dis.criteo.com/dis/usersync.aspx?r=... https://dis.criteo.com/dis/usersync.aspx?r=77&p=311&cp=liveintent&cu=1&url=https://i.liadm.com/s/28292?bidder_id%3D71340%26bidder_uuid%3D@@CRITEO_USERID@@ — 200 — 581 B — 104 ms — h2https://dpm.demdex.net/ibs:dpid=127444&dpuuid=dpm.demdex.net/ibs:dpid=127444&dpuu... https://dpm.demdex.net/ibs:dpid=127444&dpuuid= — 302 — 523 B — 131 ms — h2https://b1sync.zemanta.com/usersync/liveintent/?cb=//i.liadm.com/s/35004?bidder_id%3D98254%26bidder_uuid%3D__ZUID__b1sync.zemanta.com/usersync/liveint... https://b1sync.zemanta.com/usersync/liveintent/?cb=//i.liadm.com/s/35004?bidder_id%3D98254%26bidder_uuid%3D__ZUID__ — 302 — 431 B — 291 ms — http/1.1https://mid.rkdms.com/bct?pid=bcccb40a-06d2-44fe-bdd2-a91ef4a5bfd0&&puid=&liid=&_ct=immid.rkdms.com/bct?pid=bcccb40a-06d2... https://mid.rkdms.com/bct?pid=bcccb40a-06d2-44fe-bdd2-a91ef4a5bfd0&&puid=&liid=&_ct=im — 302 — 189 B — 331 ms — h2https://cdn.privacy-mgmt.com/wrapper/v2/pv-data?hasCsp=true&env=prod&ch=5084233325126271151464468080348cbe3&scriptVersion=4.40.1&scriptType=unifiedcdn.privacy-mgmt.com/wrapper/v2/pv-... https://cdn.privacy-mgmt.com/wrapper/v2/pv-data?hasCsp=true&env=prod&ch=5084233325126271151464468080348cbe3&scriptVersion=4.40.1&scriptType=unified — 200 — 0 B — 40 ms — h2https://pixel.quantserve.com/pixel;r=268773781;source=wp;event=rule;labels=title.VICE%20is%20the%20definitive%20guide%20to%20enlightening%20information%2Ctitle.VICE%20is%20the%20definitive%20guide%20to%20enlightening%20information;rf=0;a=p-RxPFZR-mKeJrq;url=https%3A%2F%2Fwww.vice.com%2Fen%2F;ref=https%3A%2F%2Fwww.vice.com%2F;ns=0;ce=1;qjs=1;qv=cb91e2be-20260407153927;dst=0;et=1776797762598;tzo=0;ogl=locale.en_US%2Ctype.article%2Ctitle.VICE%20is%20the%20definitive%20guide%20to%20enlightening%20information%2Cdescription.Coming%20to%20you%20from%20around%20the%20world%252C%20VICE%20captures%20the%20people%20at%20the%20heart%20of%20st%2Curl.https%3A%2F%2Fwww%252Evice%252Ecom%2Fen%2F%2Csite_name.VICE%2Cimage.https%3A%2F%2Fwww%252Evice%252Ecom%2Fwp-content%2Fuploads%2Fsites%2F2%2F2024%2F08%2FVICE-logo%252Ejpeg%3Fw%3D1400%2Cimage%3Awidth.1400%2Cimage%3Aheight.788%2Cimage%3Atype.image%2Fjpeg;d=vice.com;uht=2;fpan=1;fpa=P1-50c46c7d-5fb5-45b9-8ac2-aaa85c066a49;pbc=;_ses=8b737243-c45d-46f1-ad6c-018dd3ba442b;_seg=0;_ss=1;_gacid=179696333.1776797762;_gasid=LRW6G9FTTK_1776797762;gdpr=0;us_privacy=1---;mdl=pixel.quantserve.com/pixel;r=268773... https://pixel.quantserve.com/pixel;r=268773781;source=wp;event=rule;labels=title.VICE%20is%20the%20definitive%20guide%20to%20enlightening%20information%2Ctitle.VICE%20is%20the%20definitive%20guide%20to%20enlightening%20information;rf=0;a=p-RxPFZR-mKeJrq;url=https%3A%2F%2Fwww.vice.com%2Fen%2F;ref=https%3A%2F%2Fwww.vice.com%2F;ns=0;ce=1;qjs=1;qv=cb91e2be-20260407153927;dst=0;et=1776797762598;tzo=0;ogl=locale.en_US%2Ctype.article%2Ctitle.VICE%20is%20the%20definitive%20guide%20to%20enlightening%20information%2Cdescription.Coming%20to%20you%20from%20around%20the%20world%252C%20VICE%20captures%20the%20people%20at%20the%20heart%20of%20st%2Curl.https%3A%2F%2Fwww%252Evice%252Ecom%2Fen%2F%2Csite_name.VICE%2Cimage.https%3A%2F%2Fwww%252Evice%252Ecom%2Fwp-content%2Fuploads%2Fsites%2F2%2F2024%2F08%2FVICE-logo%252Ejpeg%3Fw%3D1400%2Cimage%3Awidth.1400%2Cimage%3Aheight.788%2Cimage%3Atype.image%2Fjpeg;d=vice.com;uht=2;fpan=1;fpa=P1-50c46c7d-5fb5-45b9-8ac2-aaa85c066a49;pbc=;_ses=8b737243-c45d-46f1-ad6c-018dd3ba442b;_seg=0;_ss=1;_gacid=179696333.1776797762;_gasid=LRW6G9FTTK_1776797762;gdpr=0;us_privacy=1---;mdl= — 200 — 167 B — 33 ms — h2https://cdn.privacy-mgmt.com/index.html?hasCsp=true&message_id=1468378&consentUUID=null&consent_origin=https%3A%2F%2Fcdn.privacy-mgmt.com%2Fconsent%2Ftcfv2&preload_message=true&version=v1cdn.privacy-mgmt.com/index.html?has... https://cdn.privacy-mgmt.com/index.html?hasCsp=true&message_id=1468378&consentUUID=null&consent_origin=https%3A%2F%2Fcdn.privacy-mgmt.com%2Fconsent%2Ftcfv2&preload_message=true&version=v1 — 200 — 2.2 KiB — 53 ms — h2https://cdn.privacy-mgmt.com/wrapper/v2/pv-data?hasCsp=true&env=prod&ch=5084233325126271151464468080348cbe3&scriptVersion=4.40.1&scriptType=unifiedcdn.privacy-mgmt.com/wrapper/v2/pv-... https://cdn.privacy-mgmt.com/wrapper/v2/pv-data?hasCsp=true&env=prod&ch=5084233325126271151464468080348cbe3&scriptVersion=4.40.1&scriptType=unified — 200 — 730 B — 49 ms — h2https://sli.vice.com/baker?dtstmp=1776797762336sli.vice.com/baker?dtstmp=177679776... https://sli.vice.com/baker?dtstmp=1776797762336 — 200 — 538 B — 66 ms — h2https://cdn.privacy-mgmt.com/Notice.30929.csscdn.privacy-mgmt.com/Notice.30929.c... https://cdn.privacy-mgmt.com/Notice.30929.css — 200 — 6.7 KiB — 20 ms — h2https://cdn.privacy-mgmt.com/polyfills.01516.jscdn.privacy-mgmt.com/polyfills.0151... https://cdn.privacy-mgmt.com/polyfills.01516.js — 200 — 2.3 KiB — 21 ms — h2https://cdn.privacy-mgmt.com/Notice.8f529.jscdn.privacy-mgmt.com/Notice.8f529.j... https://cdn.privacy-mgmt.com/Notice.8f529.js — 200 — 91.2 KiB — 43 ms — h2https://dpm.demdex.net/demconf.jpg?et:ibs%7cdata:dpid=127444&dpuuid=dpm.demdex.net/demconf.jpg?et:ibs%7... https://dpm.demdex.net/demconf.jpg?et:ibs%7cdata:dpid=127444&dpuuid= — 200 — 470 B — 38 ms — h2https://p.rfihub.com/cm?pub=39342&in=1&userid=95432cf7-89a2-403c-aacf-d64f85e39d52%3A1776797763.0576358&forward=https%3A//idsync.rlcdn.com/501709.gif%3Fpartner_uid%3D95432cf7-89a2-403c-aacf-d64f85e39d52%253A1776797763.0576358%26_%3D1776797763.0590916&cb=1776797763.0591092p.rfihub.com/cm?pub=39342&in=1&user... https://p.rfihub.com/cm?pub=39342&in=1&userid=95432cf7-89a2-403c-aacf-d64f85e39d52%3A1776797763.0576358&forward=https%3A//idsync.rlcdn.com/501709.gif%3Fpartner_uid%3D95432cf7-89a2-403c-aacf-d64f85e39d52%253A1776797763.0576358%26_%3D1776797763.0590916&cb=1776797763.0591092 — 302 — 1.2 KiB — 93 ms — http/1.1https://cdn.privacy-mgmt.com/consent/tcfv2/vendor-list/categories?siteId=37576cdn.privacy-mgmt.com/consent/tcfv2/... https://cdn.privacy-mgmt.com/consent/tcfv2/vendor-list/categories?siteId=37576 — 200 — 1.3 KiB — 22 ms — h2https://cdn.privacy-mgmt.com/consent/tcfv2/vendor-list/categories?siteId=37576&consentLanguage=encdn.privacy-mgmt.com/consent/tcfv2/... https://cdn.privacy-mgmt.com/consent/tcfv2/vendor-list/categories?siteId=37576&consentLanguage=en — 200 — 1.3 KiB — 21 ms — h2https://b1sync.outbrain.com/usersync/liveintent/?cb=//i.liadm.com/s/35004?bidder_id%3D98254%26bidder_uuid%3D__ZUID__b1sync.outbrain.com/usersync/livein... https://b1sync.outbrain.com/usersync/liveintent/?cb=//i.liadm.com/s/35004?bidder_id%3D98254%26bidder_uuid%3D__ZUID__ — 200 — 200 B — 285 ms — http/1.1https://live.rezync.com/pixel?c=bd8618c307ae9885a12561b7191e2cea&cid=5134455433714116258&referrer=https%3A%2F%2Fi.liadm.com%2F&forward=https%3A%2F%2Fidsync.rlcdn.com%2F501709.gif%3Fpartner_uid%3D95432cf7-89a2-403c-aacf-d64f85e39d52%253A1776797763.0576358%26_%3D1776797763.0590916live.rezync.com/pixel?c=bd8618c307a... https://live.rezync.com/pixel?c=bd8618c307ae9885a12561b7191e2cea&cid=5134455433714116258&referrer=https%3A%2F%2Fi.liadm.com%2F&forward=https%3A%2F%2Fidsync.rlcdn.com%2F501709.gif%3Fpartner_uid%3D95432cf7-89a2-403c-aacf-d64f85e39d52%253A1776797763.0576358%26_%3D1776797763.0590916 — 302 — 707 B — 157 ms — h2https://mid.rkdms.com/restrictedmid.rkdms.com/restricted https://mid.rkdms.com/restricted — -1 — 0 B — 132 ms — https://idsync.rlcdn.com/501709.gif?partner_uid=95432cf7-89a2-403c-aacf-d64f85e39d52%3A1776797763.0576358&_=1776797763.0590916idsync.rlcdn.com/501709.gif?partner... https://idsync.rlcdn.com/501709.gif?partner_uid=95432cf7-89a2-403c-aacf-d64f85e39d52%3A1776797763.0576358&_=1776797763.0590916 — 307 — 516 B — 67 ms — h2https://idsync.rlcdn.com/1000.gif?memo=CM3PHhJDCj8IARDI-AEaNzk1NDMyY2Y3LTg5YTItNDAzYy1hYWNmLWQ2NGY4NWUzOWQ1MjoxNzc2Nzk3NzYzLjA1NzYzNTgQABoNCMOQn88GEgUI6AcQAEIASgAidsync.rlcdn.com/1000.gif?memo=CM3P... https://idsync.rlcdn.com/1000.gif?memo=CM3PHhJDCj8IARDI-AEaNzk1NDMyY2Y3LTg5YTItNDAzYy1hYWNmLWQ2NGY4NWUzOWQ1MjoxNzc2Nzk3NzYzLjA1NzYzNTgQABoNCMOQn88GEgUI6AcQAEIASgA — 307 — 229 B — 28 ms — h2https://ib.adnxs.com/getuid?https%3A%2F%2Fidsync.rlcdn.com%2F52154.gif%3Fserved_by%3Devergreen%26partner_uid%3D%24UIDib.adnxs.com/getuid?https%3A%2F%2Fi... https://ib.adnxs.com/getuid?https%3A%2F%2Fidsync.rlcdn.com%2F52154.gif%3Fserved_by%3Devergreen%26partner_uid%3D%24UID — -1 — 0 B — 32 ms — https://www.vice.com/wp-content/uploads/sites/2/2024/06/cropped-site-icon-1.png?w=32www.vice.com/wp-content/uploads/sit... https://www.vice.com/wp-content/uploads/sites/2/2024/06/cropped-site-icon-1.png?w=32 — 200 — 594 B — 4 ms — h2https://fundingchoicesmessages.google.com/el/AGSKWxUOrEaJZwTCwHf5-Un0480_a_wwzh5k_AO3fhrHEvdxhgU13-4BUm-yF_zdUxAcasZ6WK6WERRCFKlnPKDOIahBeW88ZwRKmQ05LvPfKOxwpQFX_JlABSnoF1FNU1nJev1vsX07fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxUOrEaJZwTCwHf5-Un0480_a_wwzh5k_AO3fhrHEvdxhgU13-4BUm-yF_zdUxAcasZ6WK6WERRCFKlnPKDOIahBeW88ZwRKmQ05LvPfKOxwpQFX_JlABSnoF1FNU1nJev1vsX07 — 204 — 28 B — 76 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxUOrEaJZwTCwHf5-Un0480_a_wwzh5k_AO3fhrHEvdxhgU13-4BUm-yF_zdUxAcasZ6WK6WERRCFKlnPKDOIahBeW88ZwRKmQ05LvPfKOxwpQFX_JlABSnoF1FNU1nJev1vsX07fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxUOrEaJZwTCwHf5-Un0480_a_wwzh5k_AO3fhrHEvdxhgU13-4BUm-yF_zdUxAcasZ6WK6WERRCFKlnPKDOIahBeW88ZwRKmQ05LvPfKOxwpQFX_JlABSnoF1FNU1nJev1vsX07 — 204 — 28 B — 76 ms — h3https://fundingchoicesmessages.google.com/f/AGSKWxVmK6tAF0I3YIbF58pN3OJG9U6sf3BPdjJAXVEl9pxAsU-j1rfCRB4XWWkR9cSjcTFhhsyKtLcYo_Ht_SU2lA33ltqjjpaiK57yp59oKo5A-Bq9TuNc5X4g6WB3UTJSBQedX-U8?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc2Nzk3NzYzLDU2ODAwMDAwMF0sbnVsbCxudWxsLG51bGwsW251bGwsWzddXSwiaHR0cHM6Ly93d3cudmljZS5jb20vZW4vIixudWxsLFtbOCwiRHNLR04tcXFmclEiXSxbOSwiZW4tVVMiXSxbMTgsIltbW251bGwsMjQzNl1dXSJdLFsxNiwiWzAsMCwwXSJdLFszNSwiMTc3Njc5Nzc2MyJdLFsxOSwiMiJdLFsxNywiWzBdIl0sWzI0LCJ3d3cudmljZS5jb20iXSxbMjksImZhbHNlIl1dXQfundingchoicesmessages.google.com/f... https://fundingchoicesmessages.google.com/f/AGSKWxVmK6tAF0I3YIbF58pN3OJG9U6sf3BPdjJAXVEl9pxAsU-j1rfCRB4XWWkR9cSjcTFhhsyKtLcYo_Ht_SU2lA33ltqjjpaiK57yp59oKo5A-Bq9TuNc5X4g6WB3UTJSBQedX-U8?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc2Nzk3NzYzLDU2ODAwMDAwMF0sbnVsbCxudWxsLG51bGwsW251bGwsWzddXSwiaHR0cHM6Ly93d3cudmljZS5jb20vZW4vIixudWxsLFtbOCwiRHNLR04tcXFmclEiXSxbOSwiZW4tVVMiXSxbMTgsIltbW251bGwsMjQzNl1dXSJdLFsxNiwiWzAsMCwwXSJdLFszNSwiMTc3Njc5Nzc2MyJdLFsxOSwiMiJdLFsxNywiWzBdIl0sWzI0LCJ3d3cudmljZS5jb20iXSxbMjksImZhbHNlIl1dXQ — 200 — 1.8 KiB — 41 ms — h2https://pagead2.googlesyndication.com/pagead/ping?e=1pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/ping?e=1 — 204 — 20 B — 61 ms — h3https://trx-hub.com/i/m/i.png?q=N4IghgLhBOD6BmB7aB3M0AmBLAdgcxAC5gBfAGhAFsBTCMDSMI0iiLS3A48kAV2gA2AZ2Y9IMWGAAOU6jgyiKUsHmqwYYAMbUiAbVBDE-bURAALKFKGEA9DZQOAdADcs2x5sSUbcmyArQ1PDU0IHQphYQVrb2Tq7unt7+4FBwSKjo2PiiJAC6FJq8QhBesDR0iiCaAlhyEOrsOoQgAEwADC0AbAC0bQAs3S0AjAAqQwAchACsnYRtU459AMxtAFrJyqoNEAJNIABqAJIAwgCiAARYQucQZtTnGEG4WGzO93i8WI83iOdyNXgLHJOJccOlKJAsIgcMksF9THCMEMAOzIzrIgCcqM6U2WbQwBOS1DeOHqEAAnrIEZQpIEhEIoTCCkUSjQ4PDmkIwM4aNgwLBkX0pvB4LB4joCl8pENTFyedQ+QKhSLkpopS1TOKQCQgAtrx-hub.com/i/m/i.png?q=N4IghgLhBOD... https://trx-hub.com/i/m/i.png?q=N4IghgLhBOD6BmB7aB3M0AmBLAdgcxAC5gBfAGhAFsBTCMDSMI0iiLS3A48kAV2gA2AZ2Y9IMWGAAOU6jgyiKUsHmqwYYAMbUiAbVBDE-bURAALKFKGEA9DZQOAdADcs2x5sSUbcmyArQ1PDU0IHQphYQVrb2Tq7unt7+4FBwSKjo2PiiJAC6FJq8QhBesDR0iiCaAlhyEOrsOoQgAEwADC0AbAC0bQAs3S0AjAAqQwAchACsnYRtU459AMxtAFrJyqoNEAJNIABqAJIAwgCiAARYQucQZtTnGEG4WGzO93i8WI83iOdyNXgLHJOJccOlKJAsIgcMksF9THCMEMAOzIzrIgCcqM6U2WbQwBOS1DeOHqEAAnrIEZQpIEhEIoTCCkUSjQ4PDmkIwM4aNgwLBkX0pvB4LB4joCl8pENTFyedQ+QKhSLkpopS1TOKQCQgA — 200 — 464 B — 56 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 1399ms · 595KB · $8/mo
www.vice.com
Other
Costly
Execution 419ms
Transfer 86 KB
Monthly Cost $2/mo
Unattributable
Other
Costly
Execution 248ms
Transfer 0 KB
Monthly Cost $1/mo
cdn.p-n.io
Other
Optional
Execution 107ms
Transfer 0 KB
Monthly Cost $1/mo
js.chargebee.com
Other
Optional
Execution 95ms
Transfer 0 KB
Unused 75%
Monthly Cost $1/mo
cdn.privacy-mgmt.com
Other
Optional
Execution 80ms
Transfer 42 KB
Monthly Cost $0/mo
s.lngtdv.com
Other
Optional
Execution 79ms
Transfer 103 KB
Unused 66%
Monthly Cost $0/mo
analytics.tiktok.com
Other
Optional
Execution 74ms
Transfer 106 KB
Unused 53%
Monthly Cost $0/mo
securepubads.g.doubleclick.net
Other
Optional
Execution 68ms
Transfer 188 KB
Unused 73%
Monthly Cost $0/mo
s.skimresources.com
Other
Optional
Execution 64ms
Transfer 0 KB
Monthly Cost $0/mo
fundingchoicesmessages.google.com
Other
Optional
Execution 60ms
Transfer 70 KB
Unused 54%
Monthly Cost $0/mo
Google Tag Manager
Tag Manager
Optional
Execution 55ms
Transfer 0 KB
Unused 55%
Monthly Cost $0/mo
Google Tag Manager
Tag Manager
Optional
Execution 53ms
Transfer 0 KB
Unused 39%
Monthly Cost $0/mo

These scripts may cost more than they're worth

  • www.vice.com adds 419ms and costs ~$2/month
  • Unattributable adds 248ms and costs ~$1/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.vice.com takes 419ms 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 248ms 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

75% of js.chargebee.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

66% of s.lngtdv.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

53% of analytics.tiktok.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

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

54% of fundingchoicesmessages.google.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

55% of Google Tag Manager'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