Skip to content
https://rollingstone.com

Performance

· 22 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
74
GRADE
C
FIX
5
REVIEW
7
PASS
7
INFO
3

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

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

885 ms

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

1.82 s

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

13 ms

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

0.076

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

3.68 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.01 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
22
7 PASS 7 REVIEW 5 FIX
F
Page Weight Budget
Action
4.2 MB transferred, 283 requests
FIX
4.2 MB transferred, 283 requests
Critical::
Page weighs 13.6 MB (4.2 MB transferred)
Warning::
JavaScript is 1.9 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.9 MB
Info::
Fonts are 1.1 MB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 1.1 MB
Warning::
283 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.89 g CO2 per page load
4.2 MB / 2.4 MB budget
4.2 MB transferred
283 requests
0.89 g CO2 per page load
JavaScript 1.9 MiB 45%
Fonts 1.1 MiB 25%
Images 1016.5 KiB 23%
HTML 150.7 KiB 3%
CSS 80.0 KiB 2%
Other 68.8 KiB 2%
Other 4.7 KiB 0%
Other 715 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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
97% third-party, 0 ms blocking
FIX
97% third-party, 0 ms blocking
Warning::
Third-party code accounts for 97% of page weight (4.1 MiB of 4.2 MiB)
Info::
Third-party blocking time is low (0 ms)
97%
First-party Third-party
F
JS Bundles
Action
161 scripts, 920 KB unused
FIX
161 scripts, 920 KB unused
Warning::
https://ads.blogherads.com/static/chunks/5273.7066...: 105 KB unused (80%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cds.connatix.com/p/606857375/connatix.play...: 101 KB unused (73%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-MH9...: 87 KB unused (56%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-VB3X...: 84 KB unused (47%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.rollingstone.com/api/tinypass.min.js: 73 KB unused (54%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 920 KB
920 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://ads.blogherads.com/static/chunks/5273.706640d4ed2b7d690a2b.js131 KB105 KB (80%)3rd
https://cds.connatix.com/p/606857375/connatix.player.js?cid=1ffe63de-eb53-11e9-b4d2-06948452ae1a138 KB101 KB (73%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-MH9FBDT154 KB87 KB (56%)3rd
https://www.googletagmanager.com/gtag/js?id=G-VB3XMC1V0Q&cx=c&gtm=4e68a1178 KB84 KB (47%)3rd
https://cdn.rollingstone.com/api/tinypass.min.js137 KB73 KB (54%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-16451108737&cx=c&gtm=4e68a1154 KB68 KB (44%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-662871975&ver=6.9.6157 KB65 KB (41%)3rd
https://ads.blogherads.com/static/chunks/3622.7d0e84ccad5146cd86e6.js50 KB41 KB (82%)3rd
https://ads.blogherads.com/static/chunks/831.b113b40433677910de75.js43 KB34 KB (81%)3rd
https://vx.rollingstone.com/_sam/H4sIAAAAAAAA_z3IwQ6AIAgA0B9KmJ76m4bJHI6oBa7f7-bt7eEnrXNgEw8Mvh6lYBy-DHVaU95QpTqS9an0pgwFSkHJu63T-yTlgy1Nh-E_BjVxNVoAAAA?compressed=true&v=16.866.00 KB31 KB (70%)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
283 resources · 4.2 MB · 920 KB savings available
FIX
283 resources · 4.2 MB · 920 KB savings available
Warning::
Page weight 4.2 MB exceeds 1 MB target by 3.2 MB
Got: 4.2 MB Expected: ≤ 1 MB
Info::
~920 KB of savings available
Warning::
259 third-party resources (97% of weight)
Info::
1 resources over 200KB
283 resources · 4.2 MiB · 259 third-party 3.2 MiB over 1MB target
JavaScript 45% · 1.9 MiB
Font 25% · 1.1 MiB
Image 25% · 1.0 MiB
Document 4% · 154.1 KiB
CSS 2% · 80.0 KiB
Other 0% · 17.8 KiB

~920.0 KiB of savings available

Remove unused JavaScript: 920.0 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.

B
Image Optimization
24 images, 0 KB saveable
REVIEW
24 images, 0 KB saveable
Warning::
https://www.rollingstone.com/wp-content/themes/vip... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
24 images 1014 KB
0 oversized -0 KB
7 legacy format
1 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

C
JS Execution Cost
Action
1243ms total JS execution
REVIEW
1243ms total JS execution
Warning::
https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12...: 292ms CPU time
Warning::
https://www.rollingstone.com/: 256ms CPU time
Info::
Unattributable: 227ms CPU time
Info::
https://cdn.rollingstone.com/api/tinypass.min.js: 130ms CPU time
Info::
https://cdnjs.cloudflare.com/ajax/libs/angular.js/...: 92ms CPU time
Warning::
Third-party scripts: 1016ms (82% of total)

Main Thread Breakdown

Script Evaluation 56% Other 18% Style & Layout 10% Script Parsing & Compilation 9% Parse HTML & CSS 5%
ScriptTotalScriptingParse/CompileParty
https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js292ms244ms12ms3rd
https://www.rollingstone.com/256ms106ms6ms3rd
Unattributable227ms11ms0ms1st
https://cdn.rollingstone.com/api/tinypass.min.js130ms104ms8ms3rd
https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular.min.js92ms75ms13ms3rd
https://vx.rollingstone.com/_sam/H4sIAAAAAAAA_z3IwQ6AIAgA0B9KmJ76m4bJHI6oBa7f7-bt7eEnrXNgEw8Mvh6lYBy-DHVaU95QpTqS9an0pgwFSkHJu63T-yTlgy1Nh-E_BjVxNVoAAAA?compressed=true&v=16.866.065ms37ms15ms3rd
https://www.rollingstone.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.165ms9ms1ms3rd
https://www.googletagmanager.com/gtag/js?id=G-VB3XMC1V0Q&cx=c&gtm=4e68a162ms38ms10ms3rd
https://ads.blogherads.com/static/chunks/5273.706640d4ed2b7d690a2b.js54ms49ms5ms3rd
B
HTTP/3 (QUIC)
HTTP/3 not advertised
REVIEW
HTTP/3 not advertised
Info::
HTTP/3 (QUIC) is not advertised
HTTP/3 isn't advertised via Alt-Svc and the worker didn't negotiate h3. HTTP/3 reduces handshake latency (1-RTT instead of 2-3 RTTs) and is more resilient on lossy connections. Most modern CDNs (Cloudflare, Fastly, AWS CloudFront, Google Cloud CDN) support HTTP/3 with a single config switch -- consider enabling for mobile-heavy workloads.
C
Compression Algorithm
Action
Main response served uncompressed
REVIEW
Main response served uncompressed
Info::
Main HTML response has no Content-Encoding (uncompressed)
The main HTML document is served without compression. The Text Compression section above lists the broader picture; for the main response specifically, even gzip would shave ~70-80% off most text payloads.
B
Main HTML Cache-Control
No Cache-Control header on main HTML response
REVIEW
No Cache-Control header on main HTML response
Info::
Main HTML response has no Cache-Control header
Without an explicit Cache-Control, browsers fall back to heuristic caching (~10% of Last-Modified age). Set `Cache-Control: no-cache` or `max-age=300` for HTML to control freshness explicitly -- prevents stale auth state and SPA shell drift.
B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
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
25 fonts (1091 KB)
PASS
25 fonts (1091 KB)
Info::
25 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

25

1091 KB total

Render-blocking

0

of 25

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 885 ms LCP 1.8 shttps://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatDeck-SwashRegular-Web.woff2FeatureFlatDeck-SwashRe... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatDeck-SwashRegular-Web.woff2 — 47.0 KiB — 20 ms — font-display: swaphttps://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatDeck-Bold-Web.woff2FeatureFlatDeck-Bold-We... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatDeck-Bold-Web.woff2 — 41.4 KiB — 26 ms — font-display: swaphttps://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatDeck-BoldItalic-Web.woff2FeatureFlatDeck-BoldIta... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatDeck-BoldItalic-Web.woff2 — 44.6 KiB — 28 ms — font-display: swaphttps://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatText-Regular-Web.woff2FeatureFlatText-Regular... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatText-Regular-Web.woff2 — 46.3 KiB — 29 ms — font-display: swaphttps://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatText-RegularItalic-Web.woff2FeatureFlatText-Regular... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatText-RegularItalic-Web.woff2 — 49.5 KiB — 57 ms — font-display: swaphttps://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatText-Bold-Web.woff2FeatureFlatText-Bold-We... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatText-Bold-Web.woff2 — 52.0 KiB — 57 ms — font-display: swaphttps://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatText-BoldItalic-Web.woff2FeatureFlatText-BoldIta... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatText-BoldItalic-Web.woff2 — 56.0 KiB — 56 ms — font-display: swaphttps://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatText-Extrabold-Web.woff2FeatureFlatText-Extrabo... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatText-Extrabold-Web.woff2 — 47.8 KiB — 56 ms — font-display: swaphttps://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatText-ExtraboldItalic-Web.woff2FeatureFlatText-Extrabo... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatText-ExtraboldItalic-Web.woff2 — 49.4 KiB — 56 ms — font-display: swaphttps://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/RollingStoneSlab-Black-Web.woff2RollingStoneSlab-Black-... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/RollingStoneSlab-Black-Web.woff2 — 24.5 KiB — 55 ms — font-display: swaphttps://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/RollingStoneSlab-BlackItalic-Web.woff2RollingStoneSlab-BlackI... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/RollingStoneSlab-BlackItalic-Web.woff2 — 27.1 KiB — 55 ms — font-display: swaphttps://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/RollingStoneSlab-BlackOutlineWeb-Web.woff2RollingStoneSlab-BlackO... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/RollingStoneSlab-BlackOutlineWeb-Web.woff2 — 27.2 KiB — 55 ms — font-display: swaphttps://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/RollingStoneSlab-BlackOutliningOpen-Web.woff2RollingStoneSlab-BlackO... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/RollingStoneSlab-BlackOutliningOpen-Web.woff2 — 24.7 KiB — 57 ms — font-display: swaphttps://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/RollingStoneSlab-Semibold-Web.woff2RollingStoneSlab-Semibo... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/RollingStoneSlab-Semibold-Web.woff2 — 25.3 KiB — 58 ms — font-display: swaphttps://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/Roboto-Condensed-Medium.woff2Roboto-Condensed-Medium... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/Roboto-Condensed-Medium.woff2 — 64.5 KiB — 71 ms — font-display: swaphttps://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/Roboto-Regular.woff2Roboto-Regular.woff2 https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/Roboto-Regular.woff2 — 62.4 KiB — 59 ms — font-display: swaphttps://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/Roboto-Medium.woff2Roboto-Medium.woff2 https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/Roboto-Medium.woff2 — 62.9 KiB — 59 ms — font-display: swaphttps://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/Roboto-Bold.woff2Roboto-Bold.woff2 https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/Roboto-Bold.woff2 — 62.3 KiB — 59 ms — font-display: swaphttps://rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatText-Extrabold-Web.woff2FeatureFlatText-Extrabo... https://rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatText-Extrabold-Web.woff2 — 47.8 KiB — 5 ms — font-display: swaphttps://rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatText-Regular-Web.woff2FeatureFlatText-Regular... https://rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatText-Regular-Web.woff2 — 46.3 KiB — 3 ms — font-display: swaphttps://use.typekit.net/af/c46a9c/000000000000000000014313/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3l https://use.typekit.net/af/c46a9c/000000000000000000014313/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3 — 36.9 KiB — 11 ms — font-display: swaphttps://use.typekit.net/af/30420e/00000000000000003b9b1a9e/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3l https://use.typekit.net/af/30420e/00000000000000003b9b1a9e/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 40.9 KiB — 11 ms — font-display: swaphttps://use.typekit.net/af/b4d13d/00000000000000003b9b1a9a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3l https://use.typekit.net/af/b4d13d/00000000000000003b9b1a9a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3 — 40.8 KiB — 11 ms — font-display: swaphttps://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatDeck-RegularItalic-Web.woff2FeatureFlatDeck-Regular... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatDeck-RegularItalic-Web.woff2 — 41.8 KiB — 5 ms — font-display: swaphttps://fonts.gstatic.com/s/playfairdisplay/v40/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvXDXbtPK-F2qC0s.woff2nuFvD-vYSZviVYUb_rj3ij_... https://fonts.gstatic.com/s/playfairdisplay/v40/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvXDXbtPK-F2qC0s.woff2 — 21.4 KiB — 55 ms — font-display: swap
FeatureFlatDeck-SwashRe... woff2 swap
Size 47 KB
Load time 20 ms
Start 993 ms
Risk FOUT — text flashes from fallback to web font
FeatureFlatDeck-Bold-We... woff2 swap
Size 41 KB
Load time 26 ms
Start 993 ms
Risk FOUT — text flashes from fallback to web font
FeatureFlatDeck-BoldIta... woff2 swap
Size 45 KB
Load time 28 ms
Start 994 ms
Risk FOUT — text flashes from fallback to web font
FeatureFlatText-Regular... woff2 swap
Size 46 KB
Load time 29 ms
Start 994 ms
Risk FOUT — text flashes from fallback to web font
FeatureFlatText-Regular... woff2 swap
Size 50 KB
Load time 57 ms
Start 994 ms
Risk FOUT — text flashes from fallback to web font
FeatureFlatText-Bold-We... woff2 swap
Size 52 KB
Load time 57 ms
Start 994 ms
Risk FOUT — text flashes from fallback to web font
FeatureFlatText-BoldIta... woff2 swap
Size 56 KB
Load time 56 ms
Start 995 ms
Risk FOUT — text flashes from fallback to web font
FeatureFlatText-Extrabo... woff2 swap
Size 48 KB
Load time 56 ms
Start 995 ms
Risk FOUT — text flashes from fallback to web font
FeatureFlatText-Extrabo... woff2 swap
Size 49 KB
Load time 56 ms
Start 996 ms
Risk FOUT — text flashes from fallback to web font
RollingStoneSlab-Black-... woff2 swap
Size 24 KB
Load time 55 ms
Start 996 ms
Risk FOUT — text flashes from fallback to web font
RollingStoneSlab-BlackI... woff2 swap
Size 27 KB
Load time 55 ms
Start 997 ms
Risk FOUT — text flashes from fallback to web font
RollingStoneSlab-BlackO... woff2 swap
Size 27 KB
Load time 55 ms
Start 997 ms
Risk FOUT — text flashes from fallback to web font
RollingStoneSlab-BlackO... woff2 swap
Size 25 KB
Load time 57 ms
Start 998 ms
Risk FOUT — text flashes from fallback to web font
RollingStoneSlab-Semibo... woff2 swap
Size 25 KB
Load time 58 ms
Start 998 ms
Risk FOUT — text flashes from fallback to web font
Roboto-Condensed-Medium... woff2 swap
Size 65 KB
Load time 71 ms
Start 998 ms
Risk FOUT — text flashes from fallback to web font
Roboto-Regular.woff2 woff2 swap
Size 62 KB
Load time 59 ms
Start 999 ms
Risk FOUT — text flashes from fallback to web font
Roboto-Medium.woff2 woff2 swap
Size 63 KB
Load time 59 ms
Start 999 ms
Risk FOUT — text flashes from fallback to web font
Roboto-Bold.woff2 woff2 swap
Size 62 KB
Load time 59 ms
Start 999 ms
Risk FOUT — text flashes from fallback to web font
FeatureFlatText-Extrabo... woff2 swap
Size 48 KB
Load time 5 ms
Start 2.2 s
Risk FOUT — text flashes from fallback to web font
FeatureFlatText-Regular... woff2 swap
Size 46 KB
Load time 3 ms
Start 2.4 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 37 KB
Load time 11 ms
Start 2.6 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 41 KB
Load time 11 ms
Start 2.6 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 41 KB
Load time 11 ms
Start 2.6 s
Risk FOUT — text flashes from fallback to web font
FeatureFlatDeck-Regular... woff2 swap
Size 42 KB
Load time 5 ms
Start 2.7 s
Risk FOUT — text flashes from fallback to web font
nuFvD-vYSZviVYUb_rj3ij_... woff2 swap
Size 21 KB
Load time 55 ms
Start 2.7 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
A+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A+
Server Response Intelligence
1 server-response signal(s) detected
PASS
1 server-response signal(s) detected
Info::
No `ETag` or `Last-Modified` -- conditional GET not supported
Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.
Network Waterfall
283 requests over 4594ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 885 ms LCP 1.8 shttps://rollingstone.com// https://rollingstone.com/ — 301 — 144 B — 7 ms — h2https://www.rollingstone.com/www.rollingstone.com/ https://www.rollingstone.com/ — 200 — 123.1 KiB — 1.1 s — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — -1 — 0 B — 99 ms — https://iabusprivacy.pmc.com/geo-info.jsiabusprivacy.pmc.com/geo-info.js https://iabusprivacy.pmc.com/geo-info.js — 200 — 265 B — 26 ms — h2https://cdn.cookielaw.org/opt-out/otCCPAiab.jscdn.cookielaw.org/opt-out/otCCPAiab... https://cdn.cookielaw.org/opt-out/otCCPAiab.js — -1 — 0 B — 226 ms — https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatDeck-SwashRegular-Web.woff2www.rollingstone.com/wp-content/the... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatDeck-SwashRegular-Web.woff2 — 200 — 47.0 KiB — 20 ms — h2https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatDeck-Bold-Web.woff2www.rollingstone.com/wp-content/the... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatDeck-Bold-Web.woff2 — 200 — 41.4 KiB — 26 ms — h2https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatDeck-BoldItalic-Web.woff2www.rollingstone.com/wp-content/the... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatDeck-BoldItalic-Web.woff2 — 200 — 44.6 KiB — 28 ms — h2https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatText-Regular-Web.woff2www.rollingstone.com/wp-content/the... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatText-Regular-Web.woff2 — 200 — 46.3 KiB — 29 ms — h2https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatText-RegularItalic-Web.woff2www.rollingstone.com/wp-content/the... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatText-RegularItalic-Web.woff2 — 200 — 49.5 KiB — 57 ms — h2https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatText-Bold-Web.woff2www.rollingstone.com/wp-content/the... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatText-Bold-Web.woff2 — 200 — 52.0 KiB — 57 ms — h2https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatText-BoldItalic-Web.woff2www.rollingstone.com/wp-content/the... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatText-BoldItalic-Web.woff2 — 200 — 56.0 KiB — 56 ms — h2https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatText-Extrabold-Web.woff2www.rollingstone.com/wp-content/the... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatText-Extrabold-Web.woff2 — 200 — 47.8 KiB — 56 ms — h2https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatText-ExtraboldItalic-Web.woff2www.rollingstone.com/wp-content/the... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatText-ExtraboldItalic-Web.woff2 — 200 — 49.4 KiB — 56 ms — h2https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/RollingStoneSlab-Black-Web.woff2www.rollingstone.com/wp-content/the... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/RollingStoneSlab-Black-Web.woff2 — 200 — 24.5 KiB — 55 ms — h2https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/RollingStoneSlab-BlackItalic-Web.woff2www.rollingstone.com/wp-content/the... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/RollingStoneSlab-BlackItalic-Web.woff2 — 200 — 27.1 KiB — 55 ms — h2https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/RollingStoneSlab-BlackOutlineWeb-Web.woff2www.rollingstone.com/wp-content/the... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/RollingStoneSlab-BlackOutlineWeb-Web.woff2 — 200 — 27.2 KiB — 55 ms — h2https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/RollingStoneSlab-BlackOutliningOpen-Web.woff2www.rollingstone.com/wp-content/the... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/RollingStoneSlab-BlackOutliningOpen-Web.woff2 — 200 — 24.7 KiB — 57 ms — h2https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/RollingStoneSlab-Semibold-Web.woff2www.rollingstone.com/wp-content/the... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/RollingStoneSlab-Semibold-Web.woff2 — 200 — 25.3 KiB — 58 ms — h2https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/Roboto-Condensed-Medium.woff2www.rollingstone.com/wp-content/the... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/Roboto-Condensed-Medium.woff2 — 200 — 64.5 KiB — 71 ms — h2https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/Roboto-Regular.woff2www.rollingstone.com/wp-content/the... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/Roboto-Regular.woff2 — 200 — 62.4 KiB — 59 ms — h2https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/Roboto-Medium.woff2www.rollingstone.com/wp-content/the... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/Roboto-Medium.woff2 — 200 — 62.9 KiB — 59 ms — h2https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/Roboto-Bold.woff2www.rollingstone.com/wp-content/the... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/Roboto-Bold.woff2 — 200 — 62.3 KiB — 59 ms — h2https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/lazyload-fallback.gifwww.rollingstone.com/wp-content/the... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/lazyload-fallback.gif — 200 — 1.3 KiB — 59 ms — h2https://www.rollingstone.com/wp-content/plugins/pmc-plugins/pmc-global-functions/js/pmc-consent.min.js?ver=2024.05.18.001www.rollingstone.com/wp-content/plu... https://www.rollingstone.com/wp-content/plugins/pmc-plugins/pmc-global-functions/js/pmc-consent.min.js?ver=2024.05.18.001 — 200 — 710 B — 59 ms — h2https://www.rollingstone.com/wp-content/plugins/pmc-plugins/pmc-global-functions/js/pmc-utils.min.js?ver=2024.05.18.001www.rollingstone.com/wp-content/plu... https://www.rollingstone.com/wp-content/plugins/pmc-plugins/pmc-global-functions/js/pmc-utils.min.js?ver=2024.05.18.001 — 200 — 3.0 KiB — 59 ms — h2https://www.rollingstone.com/wp-content/plugins/lazy-load-0.7/assets/build/index.js?ver=36a58e5d155cd1dcf138www.rollingstone.com/wp-content/plu... https://www.rollingstone.com/wp-content/plugins/lazy-load-0.7/assets/build/index.js?ver=36a58e5d155cd1dcf138 — 200 — 3.1 KiB — 59 ms — h2https://www.rollingstone.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1www.rollingstone.com/wp-includes/js... https://www.rollingstone.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 31.0 KiB — 65 ms — h2https://www.rollingstone.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1www.rollingstone.com/wp-includes/js... https://www.rollingstone.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 5.2 KiB — 59 ms — h2https://www.rollingstone.com/wp-content/plugins/pmc-plugins/pmc-global-functions/js/pmc-hooks.min.js?ver=6.9.6www.rollingstone.com/wp-content/plu... https://www.rollingstone.com/wp-content/plugins/pmc-plugins/pmc-global-functions/js/pmc-hooks.min.js?ver=6.9.6 — 200 — 679 B — 59 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 885 ms LCP 1.8 shttps://rollingstone.com// https://rollingstone.com/ — 301 — 144 B — 7 ms — h2https://www.rollingstone.com/www.rollingstone.com/ https://www.rollingstone.com/ — 200 — 123.1 KiB — 1.1 s — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — -1 — 0 B — 99 ms — https://iabusprivacy.pmc.com/geo-info.jsiabusprivacy.pmc.com/geo-info.js https://iabusprivacy.pmc.com/geo-info.js — 200 — 265 B — 26 ms — h2https://cdn.cookielaw.org/opt-out/otCCPAiab.jscdn.cookielaw.org/opt-out/otCCPAiab... https://cdn.cookielaw.org/opt-out/otCCPAiab.js — -1 — 0 B — 226 ms — https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatDeck-SwashRegular-Web.woff2www.rollingstone.com/wp-content/the... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatDeck-SwashRegular-Web.woff2 — 200 — 47.0 KiB — 20 ms — h2https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatDeck-Bold-Web.woff2www.rollingstone.com/wp-content/the... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatDeck-Bold-Web.woff2 — 200 — 41.4 KiB — 26 ms — h2https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatDeck-BoldItalic-Web.woff2www.rollingstone.com/wp-content/the... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatDeck-BoldItalic-Web.woff2 — 200 — 44.6 KiB — 28 ms — h2https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatText-Regular-Web.woff2www.rollingstone.com/wp-content/the... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatText-Regular-Web.woff2 — 200 — 46.3 KiB — 29 ms — h2https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatText-RegularItalic-Web.woff2www.rollingstone.com/wp-content/the... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatText-RegularItalic-Web.woff2 — 200 — 49.5 KiB — 57 ms — h2https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatText-Bold-Web.woff2www.rollingstone.com/wp-content/the... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatText-Bold-Web.woff2 — 200 — 52.0 KiB — 57 ms — h2https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatText-BoldItalic-Web.woff2www.rollingstone.com/wp-content/the... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatText-BoldItalic-Web.woff2 — 200 — 56.0 KiB — 56 ms — h2https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatText-Extrabold-Web.woff2www.rollingstone.com/wp-content/the... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatText-Extrabold-Web.woff2 — 200 — 47.8 KiB — 56 ms — h2https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatText-ExtraboldItalic-Web.woff2www.rollingstone.com/wp-content/the... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatText-ExtraboldItalic-Web.woff2 — 200 — 49.4 KiB — 56 ms — h2https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/RollingStoneSlab-Black-Web.woff2www.rollingstone.com/wp-content/the... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/RollingStoneSlab-Black-Web.woff2 — 200 — 24.5 KiB — 55 ms — h2https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/RollingStoneSlab-BlackItalic-Web.woff2www.rollingstone.com/wp-content/the... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/RollingStoneSlab-BlackItalic-Web.woff2 — 200 — 27.1 KiB — 55 ms — h2https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/RollingStoneSlab-BlackOutlineWeb-Web.woff2www.rollingstone.com/wp-content/the... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/RollingStoneSlab-BlackOutlineWeb-Web.woff2 — 200 — 27.2 KiB — 55 ms — h2https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/RollingStoneSlab-BlackOutliningOpen-Web.woff2www.rollingstone.com/wp-content/the... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/RollingStoneSlab-BlackOutliningOpen-Web.woff2 — 200 — 24.7 KiB — 57 ms — h2https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/RollingStoneSlab-Semibold-Web.woff2www.rollingstone.com/wp-content/the... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/RollingStoneSlab-Semibold-Web.woff2 — 200 — 25.3 KiB — 58 ms — h2https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/Roboto-Condensed-Medium.woff2www.rollingstone.com/wp-content/the... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/Roboto-Condensed-Medium.woff2 — 200 — 64.5 KiB — 71 ms — h2https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/Roboto-Regular.woff2www.rollingstone.com/wp-content/the... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/Roboto-Regular.woff2 — 200 — 62.4 KiB — 59 ms — h2https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/Roboto-Medium.woff2www.rollingstone.com/wp-content/the... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/Roboto-Medium.woff2 — 200 — 62.9 KiB — 59 ms — h2https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/Roboto-Bold.woff2www.rollingstone.com/wp-content/the... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/Roboto-Bold.woff2 — 200 — 62.3 KiB — 59 ms — h2https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/lazyload-fallback.gifwww.rollingstone.com/wp-content/the... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/lazyload-fallback.gif — 200 — 1.3 KiB — 59 ms — h2https://www.rollingstone.com/wp-content/plugins/pmc-plugins/pmc-global-functions/js/pmc-consent.min.js?ver=2024.05.18.001www.rollingstone.com/wp-content/plu... https://www.rollingstone.com/wp-content/plugins/pmc-plugins/pmc-global-functions/js/pmc-consent.min.js?ver=2024.05.18.001 — 200 — 710 B — 59 ms — h2https://www.rollingstone.com/wp-content/plugins/pmc-plugins/pmc-global-functions/js/pmc-utils.min.js?ver=2024.05.18.001www.rollingstone.com/wp-content/plu... https://www.rollingstone.com/wp-content/plugins/pmc-plugins/pmc-global-functions/js/pmc-utils.min.js?ver=2024.05.18.001 — 200 — 3.0 KiB — 59 ms — h2https://www.rollingstone.com/wp-content/plugins/lazy-load-0.7/assets/build/index.js?ver=36a58e5d155cd1dcf138www.rollingstone.com/wp-content/plu... https://www.rollingstone.com/wp-content/plugins/lazy-load-0.7/assets/build/index.js?ver=36a58e5d155cd1dcf138 — 200 — 3.1 KiB — 59 ms — h2https://www.rollingstone.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1www.rollingstone.com/wp-includes/js... https://www.rollingstone.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 31.0 KiB — 65 ms — h2https://www.rollingstone.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1www.rollingstone.com/wp-includes/js... https://www.rollingstone.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 5.2 KiB — 59 ms — h2https://www.rollingstone.com/wp-content/plugins/pmc-plugins/pmc-global-functions/js/pmc-hooks.min.js?ver=6.9.6www.rollingstone.com/wp-content/plu... https://www.rollingstone.com/wp-content/plugins/pmc-plugins/pmc-global-functions/js/pmc-hooks.min.js?ver=6.9.6 — 200 — 679 B — 59 ms — h2https://www.rollingstone.com/wp-content/plugins/pmc-plugins/pmc-piano/assets/build/wordpress.css?m=1764780621gwww.rollingstone.com/wp-content/plu... https://www.rollingstone.com/wp-content/plugins/pmc-plugins/pmc-piano/assets/build/wordpress.css?m=1764780621g — 200 — 440 B — 45 ms — h2https://www.rollingstone.com/_static/??-eJyVktFuwyAMRX9olDZa171M+xYgToIGGGGTKn8/J0ulRX2hTyDMvbr2sb5n5TAxJNY51NEn0jk69f8+BrQmqKEmxx7l0dGhgDOU4nugkxTedIMjJuBSibUhAiZtqw+9Jl4CNHsAKQJT3LSrByxR+eS52WFAZCi7PFcbvGvWFhhlFHL0voDjbQbBLMeG1jnthWZjQudlpjSZAsqaR7yhbLq+2Ycxq1mgIKm525K8bPEQyMeYBVmSxg79BWMhtAMTm7gleQ206ePawr4jwDXL0/Ou8QQRSM8+/wHCEHwaiSW46s5d94xmzYPpZGhJ7eCnaknlgg+fla8i9u5nY/wdvy63z4/r5fx+u/4CSoJEXQ==www.rollingstone.com/_static/??-eJy... https://www.rollingstone.com/_static/??-eJyVktFuwyAMRX9olDZa171M+xYgToIGGGGTKn8/J0ulRX2hTyDMvbr2sb5n5TAxJNY51NEn0jk69f8+BrQmqKEmxx7l0dGhgDOU4nugkxTedIMjJuBSibUhAiZtqw+9Jl4CNHsAKQJT3LSrByxR+eS52WFAZCi7PFcbvGvWFhhlFHL0voDjbQbBLMeG1jnthWZjQudlpjSZAsqaR7yhbLq+2Ycxq1mgIKm525K8bPEQyMeYBVmSxg79BWMhtAMTm7gleQ206ePawr4jwDXL0/Ou8QQRSM8+/wHCEHwaiSW46s5d94xmzYPpZGhJ7eCnaknlgg+fla8i9u5nY/wdvy63z4/r5fx+u/4CSoJEXQ== — 200 — 48.9 KiB — 46 ms — h2https://www.rollingstone.com/_static/??-eJyNzE0KgCAQQOELZVMR1SY6i5nFDDpKaT+3T4igZbvHt3hweKEcB80BvIkL8gbeKvHtxbhRGjFHVgFdQnpckjxzi5zTlsGPz46TdknkpVcYI5rpPdHxaDoNti/bpm67oqlKugHEaTpNwww.rollingstone.com/_static/??-eJy... https://www.rollingstone.com/_static/??-eJyNzE0KgCAQQOELZVMR1SY6i5nFDDpKaT+3T4igZbvHt3hweKEcB80BvIkL8gbeKvHtxbhRGjFHVgFdQnpckjxzi5zTlsGPz46TdknkpVcYI5rpPdHxaDoNti/bpm67oqlKugHEaTpN — 200 — 7.9 KiB — 52 ms — h2https://www.rollingstone.com/_static/??-eJydzsEOgjAMBuAXclQSES/GZynbIIWtW9Yi+vYu0YueDLfmT/+vhS0bm1g9K+SwTsQCOVrzNRNyAhTxKjCsFBzUitRKM8sB9glbKi4XL/KvMYU0YDDjylapnof5nRcf090bLWgX4qmJxP+SIxVRk7Hos+6mhfznOWLnH3sUh4o/xi1e2/5y7trjqe/mFxlhiig=www.rollingstone.com/_static/??-eJy... https://www.rollingstone.com/_static/??-eJydzsEOgjAMBuAXclQSES/GZynbIIWtW9Yi+vYu0YueDLfmT/+vhS0bm1g9K+SwTsQCOVrzNRNyAhTxKjCsFBzUitRKM8sB9glbKi4XL/KvMYU0YDDjylapnof5nRcf090bLWgX4qmJxP+SIxVRk7Hos+6mhfznOWLnH3sUh4o/xi1e2/5y7trjqe/mFxlhiig= — 200 — 11.3 KiB — 53 ms — h2https://www.rollingstone.com/wp-content/plugins/pmc-plugins/pmc-onetrust/assets/build/helpers.js?m=1772552608gwww.rollingstone.com/wp-content/plu... https://www.rollingstone.com/wp-content/plugins/pmc-plugins/pmc-onetrust/assets/build/helpers.js?m=1772552608g — 200 — 1.4 KiB — 53 ms — h2https://www.rollingstone.com/wp-content/plugins/pmc-plugins/pmc-comscore/js/pmc-comscore.min.js?m=1764780620gwww.rollingstone.com/wp-content/plu... https://www.rollingstone.com/wp-content/plugins/pmc-plugins/pmc-comscore/js/pmc-comscore.min.js?m=1764780620g — 200 — 515 B — 53 ms — h2https://www.rollingstone.com/_static/??-eJyNy0EOQDAQQNELqUEUG3GWmjZSdNqYFsfXhYWl3c9PHlxBoKdoKELY02KJITgU346Hws2TdxYZ5mR3DZa0ucuVC/jhlXbibF7JJqaQF2c9ubHuezm0lezq9QFpdjKSwww.rollingstone.com/_static/??-eJy... https://www.rollingstone.com/_static/??-eJyNy0EOQDAQQNELqUEUG3GWmjZSdNqYFsfXhYWl3c9PHlxBoKdoKELY02KJITgU346Hws2TdxYZ5mR3DZa0ucuVC/jhlXbibF7JJqaQF2c9ubHuezm0lezq9QFpdjKS — 200 — 6.6 KiB — 53 ms — h2https://www.rollingstone.com/wp-content/uploads/2026/07/Fraudulant-Heiress.jpg?w=831&h=554&crop=1www.rollingstone.com/wp-content/upl... https://www.rollingstone.com/wp-content/uploads/2026/07/Fraudulant-Heiress.jpg?w=831&h=554&crop=1 — 200 — 100.2 KiB — 7 ms — h2https://www.rollingstone.com/wp-content/uploads/2026/08/charli-and-the-strokes.jpg?w=680&h=453&crop=1www.rollingstone.com/wp-content/upl... https://www.rollingstone.com/wp-content/uploads/2026/08/charli-and-the-strokes.jpg?w=680&h=453&crop=1 — 200 — 21.1 KiB — 6 ms — h2https://www.rollingstone.com/wp-content/uploads/2026/08/zz-top-frank-beard-health.jpg?w=680&h=453&crop=1www.rollingstone.com/wp-content/upl... https://www.rollingstone.com/wp-content/uploads/2026/08/zz-top-frank-beard-health.jpg?w=680&h=453&crop=1 — 200 — 66.6 KiB — 4 ms — h2https://www.rollingstone.com/_static/??-eJyNjkEOgyAQRS9UOzHRyqbpUcyIo4XAQAbU9PYSw6JLd3/x38uDIzY6cCbOEN22Gk4QvW7+9xfFB/6Vn4/IJjBMm3EzrPi06QE3DExHcpQzSUUXuYj5rsCh7AijDkLVYBOUntJVFB//bgfVq77rXq09AUZSTmk=www.rollingstone.com/_static/??-eJy... https://www.rollingstone.com/_static/??-eJyNjkEOgyAQRS9UOzHRyqbpUcyIo4XAQAbU9PYSw6JLd3/x38uDIzY6cCbOEN22Gk4QvW7+9xfFB/6Vn4/IJjBMm3EzrPi06QE3DExHcpQzSUUXuYj5rsCh7AijDkLVYBOUntJVFB//bgfVq77rXq09AUZSTmk= — 200 — 18.7 KiB — 3 ms — h2data:text/javascript,1data:text/javascript,1 data:text/javascript,1 — 200 — 0 B — 0 ms — datahttps://www.rollingstone.com/_static/??-eJylktFuwjAMRX9oaagmAS/TviVNTOuS2sxOCv37RV27gcQDjKdE17nH11bs+WQ8UwJK9hRzi6T2NHhzfS91cgkvtskYw41U9fpmH0CAGgUnvlsYB5bBIGF6FNCridiIEwS1I1Bg+dG/Mshk4FLcilxe19XmfqUakP7V7m/swIPJCaO+EnsJhjQinOe4N8p1TCQfcyjWXm2mAKKeBZ4ZpGVuI5hMOBa3i8aRi1NCPzOhREomifNHpPYZrkBbdlqOgAI+GS746CbrVCGtKysdFv1RrLLHElI7J2AaJ+t3kdkXXsT8DnpnvQE12Y75uP6Tz+Gj3u23m+37vt713y4NL7o=www.rollingstone.com/_static/??-eJy... https://www.rollingstone.com/_static/??-eJylktFuwjAMRX9oaagmAS/TviVNTOuS2sxOCv37RV27gcQDjKdE17nH11bs+WQ8UwJK9hRzi6T2NHhzfS91cgkvtskYw41U9fpmH0CAGgUnvlsYB5bBIGF6FNCridiIEwS1I1Bg+dG/Mshk4FLcilxe19XmfqUakP7V7m/swIPJCaO+EnsJhjQinOe4N8p1TCQfcyjWXm2mAKKeBZ4ZpGVuI5hMOBa3i8aRi1NCPzOhREomifNHpPYZrkBbdlqOgAI+GS746CbrVCGtKysdFv1RrLLHElI7J2AaJ+t3kdkXXsT8DnpnvQE12Y75uP6Tz+Gj3u23m+37vt713y4NL7o= — 200 — 16.3 KiB — 36 ms — h2https://www.rollingstone.com/wp-includes/js/dist/i18n.min.js?ver=c26c3dc7bed366793375www.rollingstone.com/wp-includes/js... https://www.rollingstone.com/wp-includes/js/dist/i18n.min.js?ver=c26c3dc7bed366793375 — 200 — 2.5 KiB — 15 ms — h2https://www.rollingstone.com/_static/??-eJyNjUsOAiEQBS8ktGDM6MJ4FgZa06T5SMOMc3tnqTt3L1WpPFir8iV3zB0qjydlgZq8+t4uJLVYmAdxgEBS2W07FB3lAH/0URTT3FwjFFgwh9JAfCvMvTzojQGMPkJ8DWyb+hE6Ud5f7ulmpulyNld7svEDmQtBqA==www.rollingstone.com/_static/??-eJy... https://www.rollingstone.com/_static/??-eJyNjUsOAiEQBS8ktGDM6MJ4FgZa06T5SMOMc3tnqTt3L1WpPFir8iV3zB0qjydlgZq8+t4uJLVYmAdxgEBS2W07FB3lAH/0URTT3FwjFFgwh9JAfCvMvTzojQGMPkJ8DWyb+hE6Ud5f7ulmpulyNld7svEDmQtBqA== — 200 — 3.7 KiB — 18 ms — h2https://www.rollingstone.com/_static/??-eJylzEEOwiAQQNELidM21roxnqXQaQsCM2GgjbeXGBfGpe7+5j/YWRmKGWOGvGJAgc0ycDAqkfc2LpIpouqaroNRBLMAF+2tgR31XE9P44Tp6OQAP1i6WD+BEzAUAsW/mTnVk8cFvyX2ZbFRXsxnr0WL4kRvwtCGSUm25v6oxC1c22HoL6emP7fuCQPMbmw=www.rollingstone.com/_static/??-eJy... https://www.rollingstone.com/_static/??-eJylzEEOwiAQQNELidM21roxnqXQaQsCM2GgjbeXGBfGpe7+5j/YWRmKGWOGvGJAgc0ycDAqkfc2LpIpouqaroNRBLMAF+2tgR31XE9P44Tp6OQAP1i6WD+BEzAUAsW/mTnVk8cFvyX2ZbFRXsxnr0WL4kRvwtCGSUm25v6oxC1c22HoL6emP7fuCQPMbmw= — 200 — 23.1 KiB — 31 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-662871975&ver=6.9.6www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-662871975&ver=6.9.6 — 200 — 157.1 KiB — 322 ms — h2https://www.rollingstone.com/wp-content/plugins/pmc-plugins/pmc-getemails/build/index.js?ver=f2f19a52403be86f9fabwww.rollingstone.com/wp-content/plu... https://www.rollingstone.com/wp-content/plugins/pmc-plugins/pmc-getemails/build/index.js?ver=f2f19a52403be86f9fab — 200 — 920 B — 19 ms — h2https://ads.blogherads.com/sk/00/000/00000/26809/header.jsads.blogherads.com/sk/00/000/00000/... https://ads.blogherads.com/sk/00/000/00000/26809/header.js — 200 — 9.2 KiB — 10 ms — h2https://ads.blogherads.com/static/blogherads.jsads.blogherads.com/static/blogherad... https://ads.blogherads.com/static/blogherads.js — 200 — 3.3 KiB — 9 ms — h2https://html-load.com/vendor.jshtml-load.com/vendor.js https://html-load.com/vendor.js — 200 — 40.8 KiB — 115 ms — h2https://www.rollingstone.com/wp-content/plugins/pmc-plugins/pmc-onetrust/assets/build/index.js?ver=a3605c1fba5114617529www.rollingstone.com/wp-content/plu... https://www.rollingstone.com/wp-content/plugins/pmc-plugins/pmc-onetrust/assets/build/index.js?ver=a3605c1fba5114617529 — 200 — 1.4 KiB — 19 ms — h2https://www.iheart.com/playlist/500-greatest-songs-312064750-RP2mZCJPr5hhyYMcjPtuJx/?embed=true&sc=widget&pname=rollingstonewww.iheart.com/playlist/500-greates... https://www.iheart.com/playlist/500-greatest-songs-312064750-RP2mZCJPr5hhyYMcjPtuJx/?embed=true&sc=widget&pname=rollingstone — 200 — 9.8 KiB — 310 ms — h2data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.58 4.99'%3E%3Cg%3E%3Cg…www.w3.org/2000/svg' viewBox='0 0 1... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.58 4.99'%3E%3Cg%3E%3Cg… — 200 — 0 B — 0 ms — datahttps://pmc-pp-tou.s3.us-west-1.amazonaws.com/privacy-notice.js?ver=1pmc-pp-tou.s3.us-west-1.amazonaws.c... https://pmc-pp-tou.s3.us-west-1.amazonaws.com/privacy-notice.js?ver=1 — 200 — 6.6 KiB — 539 ms — http/1.1https://stats.wp.com/e-202633.jsstats.wp.com/e-202633.js https://stats.wp.com/e-202633.js — 200 — 1.7 KiB — 22 ms — h2https://www.rollingstone.com/wp-content/plugins/pmc-plugins/pmc-breaking-news/js/breaking-news.min.js?ver=2024.2www.rollingstone.com/wp-content/plu... https://www.rollingstone.com/wp-content/plugins/pmc-plugins/pmc-breaking-news/js/breaking-news.min.js?ver=2024.2 — 200 — 735 B — 11 ms — h2https://www.rollingstone.com/wp-content/plugins/pmc-plugins/pmc-sticky-rail-ads/build/sticky-rail-ads.js?ver=519fa4960fccc291fb35www.rollingstone.com/wp-content/plu... https://www.rollingstone.com/wp-content/plugins/pmc-plugins/pmc-sticky-rail-ads/build/sticky-rail-ads.js?ver=519fa4960fccc291fb35 — 200 — 1.0 KiB — 14 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-MH9FBDTwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-MH9FBDT — 200 — 153.9 KiB — 295 ms — h2https://slimesupplies.net/static/n2haa1z/3m_vo6.min.jsslimesupplies.net/static/n2haa1z/3m... https://slimesupplies.net/static/n2haa1z/3m_vo6.min.js — 200 — 40.9 KiB — 108 ms — h2https://cdn.rollingstone.com/api/tinypass.min.jscdn.rollingstone.com/api/tinypass.m... https://cdn.rollingstone.com/api/tinypass.min.js — 200 — 136.6 KiB — 100 ms — h3https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/build/svg/the-list.svgwww.rollingstone.com/wp-content/the... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/build/svg/the-list.svg — 200 — 2.4 KiB — 14 ms — h2data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6I…data:image/svg+xml;base64,PD94bWwgd... data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6I… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 8'%3E%3Cpath d='M13.7 …www.w3.org/2000/svg' viewBox='0 0 1... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 8'%3E%3Cpath d='M13.7 … — 200 — 0 B — 0 ms — datadata:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20w…data:image/svg+xml;charset=US-ASCII... data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20w… — 200 — 0 B — 0 ms — datahttps://www.rollingstone.com/wp-content/plugins/pmc-plugins/pmc-larva/_core/build/svg/defs/sprite.defs.svgwww.rollingstone.com/wp-content/plu... https://www.rollingstone.com/wp-content/plugins/pmc-plugins/pmc-larva/_core/build/svg/defs/sprite.defs.svg — 200 — 10.8 KiB — 3 ms — h2https://cd.connatix.com/connatix.player.js?cid=1ffe63de-eb53-11e9-b4d2-06948452ae1acd.connatix.com/connatix.player.js?... https://cd.connatix.com/connatix.player.js?cid=1ffe63de-eb53-11e9-b4d2-06948452ae1a — 200 — 2.0 KiB — 75 ms — h3https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022//assets/build/svg/defs/sprite.defs.svg?v=01www.rollingstone.com/wp-content/the... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022//assets/build/svg/defs/sprite.defs.svg?v=01 — 200 — 40.9 KiB — 7 ms — h2https://ads.blogherads.com/static/chunks/982.31e834f3c5c91bf8b371.jsads.blogherads.com/static/chunks/98... https://ads.blogherads.com/static/chunks/982.31e834f3c5c91bf8b371.js — 200 — 11.0 KiB — 4 ms — h2https://ads.blogherads.com/static/chunks/831.b113b40433677910de75.jsads.blogherads.com/static/chunks/83... https://ads.blogherads.com/static/chunks/831.b113b40433677910de75.js — 200 — 42.5 KiB — 14 ms — h2https://ads.blogherads.com/static/chunks/4857.910c4b46763f23e61854.jsads.blogherads.com/static/chunks/48... https://ads.blogherads.com/static/chunks/4857.910c4b46763f23e61854.js — 200 — 7.7 KiB — 9 ms — h2https://ads.blogherads.com/static/chunks/6317.7fde3be0f22be218a9d5.jsads.blogherads.com/static/chunks/63... https://ads.blogherads.com/static/chunks/6317.7fde3be0f22be218a9d5.js — 200 — 4.7 KiB — 8 ms — h2https://ads.blogherads.com/static/chunks/3622.7d0e84ccad5146cd86e6.jsads.blogherads.com/static/chunks/36... https://ads.blogherads.com/static/chunks/3622.7d0e84ccad5146cd86e6.js — 200 — 49.5 KiB — 12 ms — h2https://ads.blogherads.com/static/chunks/2030.b94af747cd5b3350d333.jsads.blogherads.com/static/chunks/20... https://ads.blogherads.com/static/chunks/2030.b94af747cd5b3350d333.js — 200 — 19.4 KiB — 9 ms — h2https://ads.blogherads.com/static/chunks/5273.706640d4ed2b7d690a2b.jsads.blogherads.com/static/chunks/52... https://ads.blogherads.com/static/chunks/5273.706640d4ed2b7d690a2b.js — 200 — 130.9 KiB — 17 ms — h2data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP8/x8AAwMB/6YMF6UAA…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP8/x8AAwMB/6YMF6UAA… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA/MAAAKkCAYAAABMAG9YAAAACXBIWXMAAC4jAAAuIwF4pT92AAAgA…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA/MAAAKkCAYAAABMAG9YAAAACXBIWXMAAC4jAAAuIwF4pT92AAAgA… — 200 — 0 B — 0 ms — datahttps://cdn.cxense.com/cx.cce.jscdn.cxense.com/cx.cce.js https://cdn.cxense.com/cx.cce.js — 200 — 6.8 KiB — 114 ms — http/1.1https://c2.rollingstone.com/xbuilder/experience/execute?aid=nm2OCspCpuc2.rollingstone.com/xbuilder/experi... https://c2.rollingstone.com/xbuilder/experience/execute?aid=nm2OCspCpu — 200 — 4.3 KiB — 173 ms — h3https://cds.connatix.com/p/606857375/elLoader.jscds.connatix.com/p/606857375/elLoad... https://cds.connatix.com/p/606857375/elLoader.js — 200 — 3.3 KiB — 47 ms — h3https://aax.amazon-adsystem.com/e/dtb/bid/491177.2/0/prebid?adunitid=saqdig_300x250_269908aax.amazon-adsystem.com/e/dtb/bid/4... https://aax.amazon-adsystem.com/e/dtb/bid/491177.2/0/prebid?adunitid=saqdig_300x250_269908 — 200 — 305 B — 43 ms — h2https://ads.blogherads.com/static/chunks/6559.074815d12fef9b41149e.jsads.blogherads.com/static/chunks/65... https://ads.blogherads.com/static/chunks/6559.074815d12fef9b41149e.js — 200 — 6.1 KiB — 2 ms — h2https://d1mkq4fbm7j30i.cloudfront.net/21/oHS-21.jsd1mkq4fbm7j30i.cloudfront.net/21/oH... https://d1mkq4fbm7j30i.cloudfront.net/21/oHS-21.js — 200 — 906 B — 12 ms — h2https://cds.connatix.com/p/606857375/connatix.player.js?cid=1ffe63de-eb53-11e9-b4d2-06948452ae1acds.connatix.com/p/606857375/connat... https://cds.connatix.com/p/606857375/connatix.player.js?cid=1ffe63de-eb53-11e9-b4d2-06948452ae1a — 200 — 138.1 KiB — 100 ms — h3https://s3-us-west-2.amazonaws.com/jsstore/a/020H0DJ/ge.jss3-us-west-2.amazonaws.com/jsstore/... https://s3-us-west-2.amazonaws.com/jsstore/a/020H0DJ/ge.js — 200 — 425 B — 618 ms — http/1.1https://www.iheart.com/v18.8.0/44ee8c2/bundles/runtime.widget.jswww.iheart.com/v18.8.0/44ee8c2/bund... https://www.iheart.com/v18.8.0/44ee8c2/bundles/runtime.widget.js — 200 — 1.8 KiB — 3 ms — h2https://www.iheart.com/v18.8.0/44ee8c2/bundles/446.widget.jswww.iheart.com/v18.8.0/44ee8c2/bund... https://www.iheart.com/v18.8.0/44ee8c2/bundles/446.widget.js — 200 — 92.1 KiB — 44 ms — h2https://www.iheart.com/v18.8.0/44ee8c2/bundles/490.widget.jswww.iheart.com/v18.8.0/44ee8c2/bund... https://www.iheart.com/v18.8.0/44ee8c2/bundles/490.widget.js — 200 — 6.9 KiB — 6 ms — h2https://www.iheart.com/v18.8.0/44ee8c2/bundles/391.widget.jswww.iheart.com/v18.8.0/44ee8c2/bund... https://www.iheart.com/v18.8.0/44ee8c2/bundles/391.widget.js — 200 — 5.5 KiB — 22 ms — h2https://www.iheart.com/v18.8.0/44ee8c2/bundles/564.widget.jswww.iheart.com/v18.8.0/44ee8c2/bund... https://www.iheart.com/v18.8.0/44ee8c2/bundles/564.widget.js — 200 — 17.8 KiB — 21 ms — h2https://www.iheart.com/v18.8.0/44ee8c2/bundles/550.widget.jswww.iheart.com/v18.8.0/44ee8c2/bund... https://www.iheart.com/v18.8.0/44ee8c2/bundles/550.widget.js — 200 — 52.8 KiB — 46 ms — h2https://www.iheart.com/v18.8.0/44ee8c2/bundles/197.widget.jswww.iheart.com/v18.8.0/44ee8c2/bund... https://www.iheart.com/v18.8.0/44ee8c2/bundles/197.widget.js — 200 — 10.8 KiB — 20 ms — h2https://www.iheart.com/v18.8.0/44ee8c2/bundles/775.widget.jswww.iheart.com/v18.8.0/44ee8c2/bund... https://www.iheart.com/v18.8.0/44ee8c2/bundles/775.widget.js — 200 — 2.8 KiB — 24 ms — h2https://www.iheart.com/v18.8.0/44ee8c2/bundles/playlistRadio.widget.jswww.iheart.com/v18.8.0/44ee8c2/bund... https://www.iheart.com/v18.8.0/44ee8c2/bundles/playlistRadio.widget.js — 200 — 7.3 KiB — 27 ms — h2https://i.iheart.com/v3/re/assets.playlists/6515ad88d38a2c9ef93b73cc?ops=fit(240%2C240)i.iheart.com/v3/re/assets.playlists... https://i.iheart.com/v3/re/assets.playlists/6515ad88d38a2c9ef93b73cc?ops=fit(240%2C240) — 200 — 3.0 KiB — 40 ms — h2https://i.iheart.com/v3/catalog/artist/42526?ops=fit(60%2C60)%2Cfit(240%2C240)i.iheart.com/v3/catalog/artist/4252... https://i.iheart.com/v3/catalog/artist/42526?ops=fit(60%2C60)%2Cfit(240%2C240) — 302 — 991 B — 40 ms — h2https://i.iheart.com/v3/catalog/artist/6814?ops=fit(60%2C60)%2Cfit(240%2C240)i.iheart.com/v3/catalog/artist/6814... https://i.iheart.com/v3/catalog/artist/6814?ops=fit(60%2C60)%2Cfit(240%2C240) — 302 — 556 B — 34 ms — h2https://i.iheart.com/v3/catalog/artist/971?ops=fit(60%2C60)%2Cfit(240%2C240)i.iheart.com/v3/catalog/artist/971?... https://i.iheart.com/v3/catalog/artist/971?ops=fit(60%2C60)%2Cfit(240%2C240) — 302 — 698 B — 34 ms — h2https://i.iheart.com/v3/catalog/artist/40473?ops=fit(60%2C60)%2Cfit(240%2C240)i.iheart.com/v3/catalog/artist/4047... https://i.iheart.com/v3/catalog/artist/40473?ops=fit(60%2C60)%2Cfit(240%2C240) — 302 — 505 B — 34 ms — h2https://i.iheart.com/v3/catalog/artist/1489?ops=fit(60%2C60)%2Cfit(240%2C240)i.iheart.com/v3/catalog/artist/1489... https://i.iheart.com/v3/catalog/artist/1489?ops=fit(60%2C60)%2Cfit(240%2C240) — 302 — 527 B — 35 ms — h2https://www.googletagmanager.com/gtag/js?id=G-VB3XMC1V0Q&cx=c&gtm=4e68a1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-VB3XMC1V0Q&cx=c&gtm=4e68a1 — 200 — 177.7 KiB — 188 ms — h2https://pagead2.googlesyndication.com/ccm/collect?rcb=4&frm=0&apvc=1&tid=AW-662871975&en=page_view&dl=https%3A%2F%2Fwww.rollingstone.com%2F&scrsrc=www.googletagmanager.com&rnd=962448000.1786535292&navt=n&npa=1&gtm=45be68a1v9161700275za200zd9161700275xec&gcs=G100&gcd=13p3p3l2l5l1&dma_cps=a&dma=1&tag_exp=115938466~115938468~118897920~118897930~119367802~119367810~119527020~119896803&tft=1786535292222&tfd=1523&tids=AW-662871975&fmt=8pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=4&frm=0&apvc=1&tid=AW-662871975&en=page_view&dl=https%3A%2F%2Fwww.rollingstone.com%2F&scrsrc=www.googletagmanager.com&rnd=962448000.1786535292&navt=n&npa=1&gtm=45be68a1v9161700275za200zd9161700275xec&gcs=G100&gcd=13p3p3l2l5l1&dma_cps=a&dma=1&tag_exp=115938466~115938468~118897920~118897930~119367802~119367810~119527020~119896803&tft=1786535292222&tfd=1523&tids=AW-662871975&fmt=8 — 200 — 21 B — 142 ms — h3https://www.rollingstone.com/wp-content/uploads/2026/08/R1415_COV_Gracie-Abrams-No-Banner.jpgwww.rollingstone.com/wp-content/upl... https://www.rollingstone.com/wp-content/uploads/2026/08/R1415_COV_Gracie-Abrams-No-Banner.jpg — 200 — 720.9 KiB — 33 ms — h2https://i.iheart.com/v3/surl/aHR0cDovL2ltYWdlLmloZWFydC5jb20vaW1hZ2VzL3JvdmkvMTA4MC8wMDA3Lzc3My9NSTAwMDc3NzM2MTAuanBn?ops=fit%2860%2C60%29%2Cfit%28240%2C240%29&sn=eGtleWJhc2UyMDIxMTExMDoMVH5glNpGnnnDb0lPrCJpl7kBCq51-7JYg99xhyvs-A%3D%3D&surrogate=1cOXl179JY-syhxYSCX6Q1a_Mcu6UO8d-F4oJzpZf1hcUbJr4aIsw9AZV0T0mk1YZmC9vlGVb054FaR1L-2AXQI7SdrnvOdWxdUYe9dt8rA2FJVWx8jW_NJfFNjtAvhGZX9JMrYaYXwEwLLdlCAAu7IyfjqVpM6wuzpzKPdSGT3NwhL_41Q17wALCuH6uGWbpXLNmfC3VepacEZFbkfiyQ%3D%3Di.iheart.com/v3/surl/aHR0cDovL2ltYW... https://i.iheart.com/v3/surl/aHR0cDovL2ltYWdlLmloZWFydC5jb20vaW1hZ2VzL3JvdmkvMTA4MC8wMDA3Lzc3My9NSTAwMDc3NzM2MTAuanBn?ops=fit%2860%2C60%29%2Cfit%28240%2C240%29&sn=eGtleWJhc2UyMDIxMTExMDoMVH5glNpGnnnDb0lPrCJpl7kBCq51-7JYg99xhyvs-A%3D%3D&surrogate=1cOXl179JY-syhxYSCX6Q1a_Mcu6UO8d-F4oJzpZf1hcUbJr4aIsw9AZV0T0mk1YZmC9vlGVb054FaR1L-2AXQI7SdrnvOdWxdUYe9dt8rA2FJVWx8jW_NJfFNjtAvhGZX9JMrYaYXwEwLLdlCAAu7IyfjqVpM6wuzpzKPdSGT3NwhL_41Q17wALCuH6uGWbpXLNmfC3VepacEZFbkfiyQ%3D%3D — 200 — 7.2 KiB — 20 ms — h2https://i.iheart.com/v3/surl/aHR0cDovL2ltYWdlLmloZWFydC5jb20vaW1hZ2VzL292ZXJyaWRlLzY4MTRfOGQ1MDc0MTYtMDNlOC00OTgyLTgxNzktODUwOWYxYzg2ZTNhLmpwZw==?ops=fit%2860%2C60%29%2Cfit%28240%2C240%29&sn=eGtleWJhc2UyMDIxMTExMDoX3HTJEJq92UjxiDyz2i1GVsI8YjJgtBGlCBnwK1TsBg%3D%3D&surrogate=1cOXl179JY-syhxYSCX6Q1a_Mcu6UO8d-F4oJzpZf1hcUbJr4aIjzNANAQHo1k9NsrRiX5GMu3_bgeb4ML5iCYlgodWyeNwygt0Fu85qMvA_0lL13kRvdD9ttcBrzUlCzpqR4dC1BtyeHs5JE_9SOqIL5QACiPFRafK7-U_-tNl_9P_M8lK6nmtWxFXKNcLgpOeQ5-VrYrw6xMA0pXwupdmHnIlS42m-vGzd8BqIl_vnNM7Aa8aPgXaMR8S1Xw%3D%3Di.iheart.com/v3/surl/aHR0cDovL2ltYW... https://i.iheart.com/v3/surl/aHR0cDovL2ltYWdlLmloZWFydC5jb20vaW1hZ2VzL292ZXJyaWRlLzY4MTRfOGQ1MDc0MTYtMDNlOC00OTgyLTgxNzktODUwOWYxYzg2ZTNhLmpwZw==?ops=fit%2860%2C60%29%2Cfit%28240%2C240%29&sn=eGtleWJhc2UyMDIxMTExMDoX3HTJEJq92UjxiDyz2i1GVsI8YjJgtBGlCBnwK1TsBg%3D%3D&surrogate=1cOXl179JY-syhxYSCX6Q1a_Mcu6UO8d-F4oJzpZf1hcUbJr4aIjzNANAQHo1k9NsrRiX5GMu3_bgeb4ML5iCYlgodWyeNwygt0Fu85qMvA_0lL13kRvdD9ttcBrzUlCzpqR4dC1BtyeHs5JE_9SOqIL5QACiPFRafK7-U_-tNl_9P_M8lK6nmtWxFXKNcLgpOeQ5-VrYrw6xMA0pXwupdmHnIlS42m-vGzd8BqIl_vnNM7Aa8aPgXaMR8S1Xw%3D%3D — 200 — 7.5 KiB — 20 ms — h2https://i.iheart.com/v3/surl/aHR0cDovL2ltYWdlLmloZWFydC5jb20vaW1hZ2VzL3JvdmkvMTA4MC8wMDAxLzMyOC9NSTAwMDEzMjgyNTUuanBn?ops=fit%2860%2C60%29%2Cfit%28240%2C240%29&sn=eGtleWJhc2UyMDIxMTExMDoKhnbe1aajs3cLU1PEdoN3v5qvWNdNCjOGR6f9S2p-Kg%3D%3D&surrogate=1cOXl179JY-syhxYSCX6Q1a_Mcu6UO8d-F4oJzpZf1hcUbJr4aIhxNUOEletygNPUxTKBWW6-Mqk9Sikz571E72zaNturQo_XM9bYFO4NHMNYAVwksP1aGPodgSp3bEng-dTcPzvpv1Hr1RWgqfNiQR0TwmjIxEFHou4dARwGnyXL_KrmNdY9oMhPrU1b5nGWtc4SKz8UrZZY7sX68zUv1Bfilw%3Di.iheart.com/v3/surl/aHR0cDovL2ltYW... https://i.iheart.com/v3/surl/aHR0cDovL2ltYWdlLmloZWFydC5jb20vaW1hZ2VzL3JvdmkvMTA4MC8wMDAxLzMyOC9NSTAwMDEzMjgyNTUuanBn?ops=fit%2860%2C60%29%2Cfit%28240%2C240%29&sn=eGtleWJhc2UyMDIxMTExMDoKhnbe1aajs3cLU1PEdoN3v5qvWNdNCjOGR6f9S2p-Kg%3D%3D&surrogate=1cOXl179JY-syhxYSCX6Q1a_Mcu6UO8d-F4oJzpZf1hcUbJr4aIhxNUOEletygNPUxTKBWW6-Mqk9Sikz571E72zaNturQo_XM9bYFO4NHMNYAVwksP1aGPodgSp3bEng-dTcPzvpv1Hr1RWgqfNiQR0TwmjIxEFHou4dARwGnyXL_KrmNdY9oMhPrU1b5nGWtc4SKz8UrZZY7sX68zUv1Bfilw%3D — 200 — 4.6 KiB — 20 ms — h2https://i.iheart.com/v3/surl/aHR0cDovL2ltYWdlLmloZWFydC5jb20vaW1hZ2VzL3JvdmkvMTA4MC8wMDA3LzQ4Ni9NSTAwMDc0ODY2MDIuanBn?ops=fit%2860%2C60%29%2Cfit%28240%2C240%29&sn=eGtleWJhc2UyMDIxMTExMDr2gYTl4QbfRtrgshx3B0bdcUlKSKtIzYWoTvs6Gl_BQQ%3D%3D&surrogate=1cOXl179JY-syhxYSCX6Q1a_Mcu6UO8d-F4oJzpZf1hcUbJr4aIhxtQLF1etygNPN7nAMlCxNLunaYYwAjiEm-8nIbqHnbxKNO6mY6kqZhxG5Gg36gGAHSL7wAPL6UsstOHvUSRJW6EbbTUUlwNaX1kHLZJQS-0rAJKLp04Y2WmlSibrGZD1fQencD5ZCabV6DND_4jR_I3ze6Za45d8uucOyxs%3Di.iheart.com/v3/surl/aHR0cDovL2ltYW... https://i.iheart.com/v3/surl/aHR0cDovL2ltYWdlLmloZWFydC5jb20vaW1hZ2VzL3JvdmkvMTA4MC8wMDA3LzQ4Ni9NSTAwMDc0ODY2MDIuanBn?ops=fit%2860%2C60%29%2Cfit%28240%2C240%29&sn=eGtleWJhc2UyMDIxMTExMDr2gYTl4QbfRtrgshx3B0bdcUlKSKtIzYWoTvs6Gl_BQQ%3D%3D&surrogate=1cOXl179JY-syhxYSCX6Q1a_Mcu6UO8d-F4oJzpZf1hcUbJr4aIhxtQLF1etygNPN7nAMlCxNLunaYYwAjiEm-8nIbqHnbxKNO6mY6kqZhxG5Gg36gGAHSL7wAPL6UsstOHvUSRJW6EbbTUUlwNaX1kHLZJQS-0rAJKLp04Y2WmlSibrGZD1fQencD5ZCabV6DND_4jR_I3ze6Za45d8uucOyxs%3D — 200 — 8.3 KiB — 20 ms — h2https://i.iheart.com/v3/surl/aHR0cDovL2ltYWdlLmloZWFydC5jb20vaW1hZ2VzL3JvdmkvMTA4MC8wMDAxLzMzNS9NSTAwMDEzMzUwNDkuanBn?ops=fit%2860%2C60%29%2Cfit%28240%2C240%29&sn=eGtleWJhc2UyMDIxMTExMDo7xOlxd1BSw7oH85CM0Fng-PSkFz_K-UFahGZPLuimJQ%3D%3D&surrogate=1cOXl179JY-syhxYSCX6Q1a_Mcu6UO8d-F4oJzpZf1hcUbJr4aIkwNkAAQHo1k9N4zfZDtN3xP3Na1VptWp2DXC8poSzvfLUz67_SQyyIzwO-_Wj768Uv_C9ONlxzKfHzXxAf-OYHfWDSAtWg_s_UL2m6uVJM6g31UeqD3cVECXjvq-uMh-LI161DGEypjMcd9XhuiBfqOPCsTxlq4ysryhRi.iheart.com/v3/surl/aHR0cDovL2ltYW... https://i.iheart.com/v3/surl/aHR0cDovL2ltYWdlLmloZWFydC5jb20vaW1hZ2VzL3JvdmkvMTA4MC8wMDAxLzMzNS9NSTAwMDEzMzUwNDkuanBn?ops=fit%2860%2C60%29%2Cfit%28240%2C240%29&sn=eGtleWJhc2UyMDIxMTExMDo7xOlxd1BSw7oH85CM0Fng-PSkFz_K-UFahGZPLuimJQ%3D%3D&surrogate=1cOXl179JY-syhxYSCX6Q1a_Mcu6UO8d-F4oJzpZf1hcUbJr4aIkwNkAAQHo1k9N4zfZDtN3xP3Na1VptWp2DXC8poSzvfLUz67_SQyyIzwO-_Wj768Uv_C9ONlxzKfHzXxAf-OYHfWDSAtWg_s_UL2m6uVJM6g31UeqD3cVECXjvq-uMh-LI161DGEypjMcd9XhuiBfqOPCsTxlq4ysryhR — 200 — 4.9 KiB — 21 ms — h2https://vx.rollingstone.com/api/v3/anon/template/loadTemplateContext?aid=nm2OCspCpuvx.rollingstone.com/api/v3/anon/tem... https://vx.rollingstone.com/api/v3/anon/template/loadTemplateContext?aid=nm2OCspCpu — 200 — 729 B — 140 ms — h3https://vx.rollingstone.com/checkout/template/cacheableShow.html?aid=nm2OCspCpu&templateId=OTE06BXS8TQS&templateVariantId=OTVS85C6DSDKF&offerId=fakeOfferId&experienceId=EX53WXLJ4B2U&iframeId=offer_8097f47fb233bffd4cde-0&displayMode=inline&pianoIdUrl=https%3A%2F%2Fauth.rollingstone.com%2Fid%2F&widget=template&url=https%3A%2F%2Fwww.rollingstone.com%2F&isConsentManagerEnabled=falsevx.rollingstone.com/checkout/templa... https://vx.rollingstone.com/checkout/template/cacheableShow.html?aid=nm2OCspCpu&templateId=OTE06BXS8TQS&templateVariantId=OTVS85C6DSDKF&offerId=fakeOfferId&experienceId=EX53WXLJ4B2U&iframeId=offer_8097f47fb233bffd4cde-0&displayMode=inline&pianoIdUrl=https%3A%2F%2Fauth.rollingstone.com%2Fid%2F&widget=template&url=https%3A%2F%2Fwww.rollingstone.com%2F&isConsentManagerEnabled=false — 200 — 2.7 KiB — 143 ms — h3https://vx.rollingstone.com/api/v3/anon/template/loadTemplateContext?aid=nm2OCspCpuvx.rollingstone.com/api/v3/anon/tem... https://vx.rollingstone.com/api/v3/anon/template/loadTemplateContext?aid=nm2OCspCpu — 200 — 696 B — 137 ms — h3https://vx.rollingstone.com/checkout/template/cacheableShow.html?aid=nm2OCspCpu&templateId=OTIWUPK72SHC&templateVariantId=OTV5OFF8DGS83&offerId=fakeOfferId&experienceId=EX6CZQA3FJUB&iframeId=offer_75fee0607fa313f5732e-0&displayMode=inline&pianoIdUrl=https%3A%2F%2Fauth.rollingstone.com%2Fid%2F&widget=template&url=https%3A%2F%2Fwww.rollingstone.com%2F&isConsentManagerEnabled=falsevx.rollingstone.com/checkout/templa... https://vx.rollingstone.com/checkout/template/cacheableShow.html?aid=nm2OCspCpu&templateId=OTIWUPK72SHC&templateVariantId=OTV5OFF8DGS83&offerId=fakeOfferId&experienceId=EX6CZQA3FJUB&iframeId=offer_75fee0607fa313f5732e-0&displayMode=inline&pianoIdUrl=https%3A%2F%2Fauth.rollingstone.com%2Fid%2F&widget=template&url=https%3A%2F%2Fwww.rollingstone.com%2F&isConsentManagerEnabled=false — 200 — 2.5 KiB — 147 ms — h3https://vx.rollingstone.com/api/v3/anon/template/loadTemplateContext?aid=nm2OCspCpuvx.rollingstone.com/api/v3/anon/tem... https://vx.rollingstone.com/api/v3/anon/template/loadTemplateContext?aid=nm2OCspCpu — 200 — 697 B — 129 ms — h3https://vx.rollingstone.com/checkout/template/cacheableShow.html?aid=nm2OCspCpu&templateId=OTIWUPK72SHC&templateVariantId=OTVSZUDLTJROA&offerId=fakeOfferId&experienceId=EX6CZQA3FJUB&iframeId=offer_d884501c7a6b6d8756a5-0&displayMode=inline&pianoIdUrl=https%3A%2F%2Fauth.rollingstone.com%2Fid%2F&widget=template&url=https%3A%2F%2Fwww.rollingstone.com%2F&isConsentManagerEnabled=falsevx.rollingstone.com/checkout/templa... https://vx.rollingstone.com/checkout/template/cacheableShow.html?aid=nm2OCspCpu&templateId=OTIWUPK72SHC&templateVariantId=OTVSZUDLTJROA&offerId=fakeOfferId&experienceId=EX6CZQA3FJUB&iframeId=offer_d884501c7a6b6d8756a5-0&displayMode=inline&pianoIdUrl=https%3A%2F%2Fauth.rollingstone.com%2Fid%2F&widget=template&url=https%3A%2F%2Fwww.rollingstone.com%2F&isConsentManagerEnabled=false — 200 — 2.6 KiB — 132 ms — h3https://vx.rollingstone.com/api/v3/anon/template/loadTemplateContext?aid=nm2OCspCpuvx.rollingstone.com/api/v3/anon/tem... https://vx.rollingstone.com/api/v3/anon/template/loadTemplateContext?aid=nm2OCspCpu — 200 — 697 B — 141 ms — h3https://vx.rollingstone.com/api/v3/anon/template/loadTemplateContext?aid=nm2OCspCpuvx.rollingstone.com/api/v3/anon/tem... https://vx.rollingstone.com/api/v3/anon/template/loadTemplateContext?aid=nm2OCspCpu — 200 — 697 B — 142 ms — h3https://vx.rollingstone.com/checkout/template/cacheableShow.html?aid=nm2OCspCpu&templateId=OTIWUPK72SHC&templateVariantId=OTVAQ0H9LTA6M&offerId=fakeOfferId&experienceId=EX6CZQA3FJUB&iframeId=offer_a9601b925ed98796c050-0&displayMode=inline&pianoIdUrl=https%3A%2F%2Fauth.rollingstone.com%2Fid%2F&widget=template&url=https%3A%2F%2Fwww.rollingstone.com%2F&isConsentManagerEnabled=falsevx.rollingstone.com/checkout/templa... https://vx.rollingstone.com/checkout/template/cacheableShow.html?aid=nm2OCspCpu&templateId=OTIWUPK72SHC&templateVariantId=OTVAQ0H9LTA6M&offerId=fakeOfferId&experienceId=EX6CZQA3FJUB&iframeId=offer_a9601b925ed98796c050-0&displayMode=inline&pianoIdUrl=https%3A%2F%2Fauth.rollingstone.com%2Fid%2F&widget=template&url=https%3A%2F%2Fwww.rollingstone.com%2F&isConsentManagerEnabled=false — 200 — 2.6 KiB — 128 ms — h3https://vx.rollingstone.com/checkout/template/cacheableShow.html?aid=nm2OCspCpu&templateId=OTIWUPK72SHC&offerId=fakeOfferId&experienceId=EX6CZQA3FJUB&iframeId=offer_42f22ab16e349ec7fd03-0&displayMode=inline&pianoIdUrl=https%3A%2F%2Fauth.rollingstone.com%2Fid%2F&widget=template&url=https%3A%2F%2Fwww.rollingstone.com%2F&isConsentManagerEnabled=falsevx.rollingstone.com/checkout/templa... https://vx.rollingstone.com/checkout/template/cacheableShow.html?aid=nm2OCspCpu&templateId=OTIWUPK72SHC&offerId=fakeOfferId&experienceId=EX6CZQA3FJUB&iframeId=offer_42f22ab16e349ec7fd03-0&displayMode=inline&pianoIdUrl=https%3A%2F%2Fauth.rollingstone.com%2Fid%2F&widget=template&url=https%3A%2F%2Fwww.rollingstone.com%2F&isConsentManagerEnabled=false — 200 — 2.6 KiB — 137 ms — h3https://vx.rollingstone.com/api/v3/anon/template/loadTemplateContext?aid=nm2OCspCpuvx.rollingstone.com/api/v3/anon/tem... https://vx.rollingstone.com/api/v3/anon/template/loadTemplateContext?aid=nm2OCspCpu — 200 — 695 B — 110 ms — h3https://vx.rollingstone.com/api/v3/anon/template/loadTemplateContext?aid=nm2OCspCpuvx.rollingstone.com/api/v3/anon/tem... https://vx.rollingstone.com/api/v3/anon/template/loadTemplateContext?aid=nm2OCspCpu — 200 — 693 B — 123 ms — h3https://vx.rollingstone.com/checkout/template/cacheableShow.html?aid=nm2OCspCpu&templateId=OTIWUPK72SHC&templateVariantId=OTVW0F0GOPTV8&offerId=fakeOfferId&experienceId=EX6CZQA3FJUB&iframeId=offer_3be181902314969776c8-0&displayMode=inline&pianoIdUrl=https%3A%2F%2Fauth.rollingstone.com%2Fid%2F&widget=template&url=https%3A%2F%2Fwww.rollingstone.com%2F&isConsentManagerEnabled=falsevx.rollingstone.com/checkout/templa... https://vx.rollingstone.com/checkout/template/cacheableShow.html?aid=nm2OCspCpu&templateId=OTIWUPK72SHC&templateVariantId=OTVW0F0GOPTV8&offerId=fakeOfferId&experienceId=EX6CZQA3FJUB&iframeId=offer_3be181902314969776c8-0&displayMode=inline&pianoIdUrl=https%3A%2F%2Fauth.rollingstone.com%2Fid%2F&widget=template&url=https%3A%2F%2Fwww.rollingstone.com%2F&isConsentManagerEnabled=false — 200 — 2.6 KiB — 119 ms — h3https://vx.rollingstone.com/checkout/template/cacheableShow.html?aid=nm2OCspCpu&templateId=OT3Y0JR3F5SV&templateVariantId=OTVDWQFW2R40T&offerId=fakeOfferId&experienceId=EX6CZQA3FJUB&iframeId=offer_ad2cef523527624fd66d-0&displayMode=inline&pianoIdUrl=https%3A%2F%2Fauth.rollingstone.com%2Fid%2F&widget=template&url=https%3A%2F%2Fwww.rollingstone.com%2F&isConsentManagerEnabled=falsevx.rollingstone.com/checkout/templa... https://vx.rollingstone.com/checkout/template/cacheableShow.html?aid=nm2OCspCpu&templateId=OT3Y0JR3F5SV&templateVariantId=OTVDWQFW2R40T&offerId=fakeOfferId&experienceId=EX6CZQA3FJUB&iframeId=offer_ad2cef523527624fd66d-0&displayMode=inline&pianoIdUrl=https%3A%2F%2Fauth.rollingstone.com%2Fid%2F&widget=template&url=https%3A%2F%2Fwww.rollingstone.com%2F&isConsentManagerEnabled=false — 200 — 2.2 KiB — 115 ms — h3https://www.googletagmanager.com/gtag/js?id=AW-16451108737&cx=c&gtm=4e68a1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-16451108737&cx=c&gtm=4e68a1 — 200 — 154.3 KiB — 327 ms — h3https://ww.api.iheart.com/api/v1/account/loginOrCreateOauthUser;clientType=web;country=WW;pname=OrganicWeb;signupFlow=anon;uid=7e9cbb41-9f38-4e0b-ad9d-7eb7f967e150ww.api.iheart.com/api/v1/account/lo... https://ww.api.iheart.com/api/v1/account/loginOrCreateOauthUser;clientType=web;country=WW;pname=OrganicWeb;signupFlow=anon;uid=7e9cbb41-9f38-4e0b-ad9d-7eb7f967e150 — 200 — 0 B — 9 ms — h2https://ww.api.iheart.com/api/v1/account/loginOrCreateOauthUser;clientType=web;country=WW;pname=OrganicWeb;signupFlow=anon;uid=7e9cbb41-9f38-4e0b-ad9d-7eb7f967e150ww.api.iheart.com/api/v1/account/lo... https://ww.api.iheart.com/api/v1/account/loginOrCreateOauthUser;clientType=web;country=WW;pname=OrganicWeb;signupFlow=anon;uid=7e9cbb41-9f38-4e0b-ad9d-7eb7f967e150 — 200 — 489 B — 390 ms — h2https://cds.connatix.com/p/plugins/prebid-cache-scraper-3.jscds.connatix.com/p/plugins/prebid-c... https://cds.connatix.com/p/plugins/prebid-cache-scraper-3.js — 200 — 1.1 KiB — 26 ms — h3https://slimesupplies.net/r3frpgffsq565kw7pj3tribqslimesupplies.net/r3frpgffsq565kw7p... https://slimesupplies.net/r3frpgffsq565kw7pj3tribq — 200 — 328 B — 65 ms — h3https://cdn.cxense.com/cx.jscdn.cxense.com/cx.js https://cdn.cxense.com/cx.js — 200 — 37.8 KiB — 44 ms — http/1.1https://pixel.wp.com/g.gif?v=ext&blog=148354167&post=0&tz=-4&srv=www.rollingstone.com&arch_home=1&hp=vip&j=1%3A16.0.1&host=www.rollingstone.com&ref=&fcp=1260&rand=0.6686848155753748pixel.wp.com/g.gif?v=ext&blog=14835... https://pixel.wp.com/g.gif?v=ext&blog=148354167&post=0&tz=-4&srv=www.rollingstone.com&arch_home=1&hp=vip&j=1%3A16.0.1&host=www.rollingstone.com&ref=&fcp=1260&rand=0.6686848155753748 — 200 — 177 B — 3 ms — h2blob:https://www.rollingstone.com/3d1e1b13-024d-4281-89e1-39bfcf42cb64www.rollingstone.com/3d1e1b13-024d-... blob:https://www.rollingstone.com/3d1e1b13-024d-4281-89e1-39bfcf42cb64 — 200 — -1 B — 158 ms — blobhttps://vx.rollingstone.com/widget/dist/template/css/template.bundle.1.0.cssvx.rollingstone.com/widget/dist/tem... https://vx.rollingstone.com/widget/dist/template/css/template.bundle.1.0.css — 200 — 5.3 KiB — 41 ms — h3https://rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts.css/wp-content/themes/vip/pmc-rollings... https://rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts.css — 200 — 726 B — 14 ms — h2https://rollingstone.com/wp-content/plugins/pmc-plugins/pmc-larva/_core/build/tokens/rollingstone-2022.custom-properties.css/wp-content/plugins/pmc-plugins/pmc... https://rollingstone.com/wp-content/plugins/pmc-plugins/pmc-larva/_core/build/tokens/rollingstone-2022.custom-properties.css — 200 — 3.1 KiB — 14 ms — h2https://rollingstone.com/wp-content/plugins/pmc-plugins/pmc-larva/_core/build/css/larva.css/wp-content/plugins/pmc-plugins/pmc... https://rollingstone.com/wp-content/plugins/pmc-plugins/pmc-larva/_core/build/css/larva.css — 200 — 19.2 KiB — 17 ms — h2https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.jscdnjs.cloudflare.com/ajax/libs/jque... https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js — 200 — 30.3 KiB — 114 ms — h3https://cdnjs.cloudflare.com/ajax/libs/jquery-migrate/1.4.1/jquery-migrate.min.jscdnjs.cloudflare.com/ajax/libs/jque... https://cdnjs.cloudflare.com/ajax/libs/jquery-migrate/1.4.1/jquery-migrate.min.js — 200 — 4.1 KiB — 110 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular.min.js — 200 — 34.9 KiB — 115 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-animate.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-animate.min.js — 200 — 4.5 KiB — 109 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-cookies.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-cookies.min.js — 200 — 1.1 KiB — 71 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-sanitize.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-sanitize.min.js — 200 — 2.7 KiB — 109 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular-dynamic-locale/0.1.27/tmhDynamicLocale.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular-dynamic-locale/0.1.27/tmhDynamicLocale.min.js — 200 — 1.5 KiB — 95 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular-ui-utils/0.1.1/angular-ui-utils.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular-ui-utils/0.1.1/angular-ui-utils.min.js — 200 — 7.9 KiB — 109 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular-ui/0.4.0/angular-ui-ieshiv.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular-ui/0.4.0/angular-ui-ieshiv.js — 200 — 1.5 KiB — 84 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular-ui-router/0.2.10/angular-ui-router.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular-ui-router/0.2.10/angular-ui-router.min.js — 200 — 7.4 KiB — 70 ms — h3https://vx.rollingstone.com/showtemplate/general/loadTranslationMap?aid=nm2OCspCpu&version=1703149278000&language=en_USvx.rollingstone.com/showtemplate/ge... https://vx.rollingstone.com/showtemplate/general/loadTranslationMap?aid=nm2OCspCpu&version=1703149278000&language=en_US — 200 — 10.9 KiB — 59 ms — h3https://vx.rollingstone.com/ng/common/i18n/platform-translation-map_en_US.js?version=16.866.0vx.rollingstone.com/ng/common/i18n/... https://vx.rollingstone.com/ng/common/i18n/platform-translation-map_en_US.js?version=16.866.0 — 200 — 13.8 KiB — 60 ms — h3https://vx.rollingstone.com/_sam/H4sIAAAAAAAA_z3IwQ6AIAgA0B9KmJ76m4bJHI6oBa7f7-bt7eEnrXNgEw8Mvh6lYBy-DHVaU95QpTqS9an0pgwFSkHJu63T-yTlgy1Nh-E_BjVxNVoAAAA?compressed=true&v=16.866.0vx.rollingstone.com/_sam/H4sIAAAAAA... https://vx.rollingstone.com/_sam/H4sIAAAAAAAA_z3IwQ6AIAgA0B9KmJ76m4bJHI6oBa7f7-bt7eEnrXNgEw8Mvh6lYBy-DHVaU95QpTqS9an0pgwFSkHJu63T-yTlgy1Nh-E_BjVxNVoAAAA?compressed=true&v=16.866.0 — 200 — 45.5 KiB — 272 ms — h3https://vx.rollingstone.com/widget/dist/template/css/template.bundle.1.0.cssvx.rollingstone.com/widget/dist/tem... https://vx.rollingstone.com/widget/dist/template/css/template.bundle.1.0.css — 200 — 255 B — 103 ms — h3https://rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts.css/wp-content/themes/vip/pmc-rollings... https://rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts.css — 200 — 0 B — 18 ms — h2https://rollingstone.com/wp-content/plugins/pmc-plugins/pmc-larva/_core/build/tokens/rollingstone-2022.custom-properties.css/wp-content/plugins/pmc-plugins/pmc... https://rollingstone.com/wp-content/plugins/pmc-plugins/pmc-larva/_core/build/tokens/rollingstone-2022.custom-properties.css — 200 — 0 B — 20 ms — h2https://rollingstone.com/wp-content/plugins/pmc-plugins/pmc-larva/_core/build/css/larva.css/wp-content/plugins/pmc-plugins/pmc... https://rollingstone.com/wp-content/plugins/pmc-plugins/pmc-larva/_core/build/css/larva.css — 200 — 0 B — 27 ms — h2https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.jscdnjs.cloudflare.com/ajax/libs/jque... https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js — 200 — 0 B — 130 ms — h3https://cdnjs.cloudflare.com/ajax/libs/jquery-migrate/1.4.1/jquery-migrate.min.jscdnjs.cloudflare.com/ajax/libs/jque... https://cdnjs.cloudflare.com/ajax/libs/jquery-migrate/1.4.1/jquery-migrate.min.js — 200 — 0 B — 119 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular.min.js — 200 — 0 B — 125 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-animate.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-animate.min.js — 200 — 0 B — 125 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-cookies.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-cookies.min.js — 200 — 0 B — 96 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-sanitize.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-sanitize.min.js — 200 — 0 B — 122 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular-dynamic-locale/0.1.27/tmhDynamicLocale.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular-dynamic-locale/0.1.27/tmhDynamicLocale.min.js — 200 — 0 B — 102 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular-ui-utils/0.1.1/angular-ui-utils.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular-ui-utils/0.1.1/angular-ui-utils.min.js — 200 — 0 B — 126 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular-ui/0.4.0/angular-ui-ieshiv.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular-ui/0.4.0/angular-ui-ieshiv.js — 200 — 0 B — 106 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular-ui-router/0.2.10/angular-ui-router.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular-ui-router/0.2.10/angular-ui-router.min.js — 200 — 0 B — 92 ms — h3https://vx.rollingstone.com/showtemplate/general/loadTranslationMap?aid=nm2OCspCpu&version=1703149278000&language=en_USvx.rollingstone.com/showtemplate/ge... https://vx.rollingstone.com/showtemplate/general/loadTranslationMap?aid=nm2OCspCpu&version=1703149278000&language=en_US — 200 — 0 B — 76 ms — h3https://vx.rollingstone.com/ng/common/i18n/platform-translation-map_en_US.js?version=16.866.0vx.rollingstone.com/ng/common/i18n/... https://vx.rollingstone.com/ng/common/i18n/platform-translation-map_en_US.js?version=16.866.0 — 200 — 0 B — 79 ms — h3https://vx.rollingstone.com/_sam/H4sIAAAAAAAA_z3IwQ6AIAgA0B9KmJ76m4bJHI6oBa7f7-bt7eEnrXNgEw8Mvh6lYBy-DHVaU95QpTqS9an0pgwFSkHJu63T-yTlgy1Nh-E_BjVxNVoAAAA?compressed=true&v=16.866.0vx.rollingstone.com/_sam/H4sIAAAAAA... https://vx.rollingstone.com/_sam/H4sIAAAAAAAA_z3IwQ6AIAgA0B9KmJ76m4bJHI6oBa7f7-bt7eEnrXNgEw8Mvh6lYBy-DHVaU95QpTqS9an0pgwFSkHJu63T-yTlgy1Nh-E_BjVxNVoAAAA?compressed=true&v=16.866.0 — 200 — 0 B — 264 ms — h3https://vx.rollingstone.com/widget/dist/template/css/template.bundle.1.0.cssvx.rollingstone.com/widget/dist/tem... https://vx.rollingstone.com/widget/dist/template/css/template.bundle.1.0.css — 200 — 255 B — 140 ms — h3https://rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts.css/wp-content/themes/vip/pmc-rollings... https://rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts.css — 200 — 0 B — 23 ms — h2https://rollingstone.com/wp-content/plugins/pmc-plugins/pmc-larva/_core/build/tokens/rollingstone-2022.custom-properties.css/wp-content/plugins/pmc-plugins/pmc... https://rollingstone.com/wp-content/plugins/pmc-plugins/pmc-larva/_core/build/tokens/rollingstone-2022.custom-properties.css — 200 — 0 B — 24 ms — h2https://rollingstone.com/wp-content/plugins/pmc-plugins/pmc-larva/_core/build/css/larva.css/wp-content/plugins/pmc-plugins/pmc... https://rollingstone.com/wp-content/plugins/pmc-plugins/pmc-larva/_core/build/css/larva.css — 200 — 0 B — 33 ms — h2https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.jscdnjs.cloudflare.com/ajax/libs/jque... https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js — 200 — 0 B — 129 ms — h3https://cdnjs.cloudflare.com/ajax/libs/jquery-migrate/1.4.1/jquery-migrate.min.jscdnjs.cloudflare.com/ajax/libs/jque... https://cdnjs.cloudflare.com/ajax/libs/jquery-migrate/1.4.1/jquery-migrate.min.js — 200 — 0 B — 117 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular.min.js — 200 — 0 B — 133 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-animate.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-animate.min.js — 200 — 0 B — 134 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-cookies.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-cookies.min.js — 200 — 0 B — 94 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-sanitize.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-sanitize.min.js — 200 — 0 B — 135 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular-dynamic-locale/0.1.27/tmhDynamicLocale.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular-dynamic-locale/0.1.27/tmhDynamicLocale.min.js — 200 — 0 B — 117 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular-ui-utils/0.1.1/angular-ui-utils.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular-ui-utils/0.1.1/angular-ui-utils.min.js — 200 — 0 B — 136 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular-ui/0.4.0/angular-ui-ieshiv.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular-ui/0.4.0/angular-ui-ieshiv.js — 200 — 0 B — 119 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular-ui-router/0.2.10/angular-ui-router.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular-ui-router/0.2.10/angular-ui-router.min.js — 200 — 0 B — 98 ms — h3https://vx.rollingstone.com/showtemplate/general/loadTranslationMap?aid=nm2OCspCpu&version=1703149278000&language=en_USvx.rollingstone.com/showtemplate/ge... https://vx.rollingstone.com/showtemplate/general/loadTranslationMap?aid=nm2OCspCpu&version=1703149278000&language=en_US — 200 — 0 B — 104 ms — h3https://vx.rollingstone.com/ng/common/i18n/platform-translation-map_en_US.js?version=16.866.0vx.rollingstone.com/ng/common/i18n/... https://vx.rollingstone.com/ng/common/i18n/platform-translation-map_en_US.js?version=16.866.0 — 200 — 0 B — 129 ms — h3https://vx.rollingstone.com/_sam/H4sIAAAAAAAA_z3IwQ6AIAgA0B9KmJ76m4bJHI6oBa7f7-bt7eEnrXNgEw8Mvh6lYBy-DHVaU95QpTqS9an0pgwFSkHJu63T-yTlgy1Nh-E_BjVxNVoAAAA?compressed=true&v=16.866.0vx.rollingstone.com/_sam/H4sIAAAAAA... https://vx.rollingstone.com/_sam/H4sIAAAAAAAA_z3IwQ6AIAgA0B9KmJ76m4bJHI6oBa7f7-bt7eEnrXNgEw8Mvh6lYBy-DHVaU95QpTqS9an0pgwFSkHJu63T-yTlgy1Nh-E_BjVxNVoAAAA?compressed=true&v=16.866.0 — 200 — 0 B — 256 ms — h3https://vx.rollingstone.com/widget/dist/template/css/template.bundle.1.0.cssvx.rollingstone.com/widget/dist/tem... https://vx.rollingstone.com/widget/dist/template/css/template.bundle.1.0.css — 200 — 255 B — 187 ms — h3https://rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts.css/wp-content/themes/vip/pmc-rollings... https://rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts.css — 200 — 0 B — 24 ms — h2https://rollingstone.com/wp-content/plugins/pmc-plugins/pmc-larva/_core/build/tokens/rollingstone-2022.custom-properties.css/wp-content/plugins/pmc-plugins/pmc... https://rollingstone.com/wp-content/plugins/pmc-plugins/pmc-larva/_core/build/tokens/rollingstone-2022.custom-properties.css — 200 — 0 B — 42 ms — h2https://rollingstone.com/wp-content/plugins/pmc-plugins/pmc-larva/_core/build/css/larva.css/wp-content/plugins/pmc-plugins/pmc... https://rollingstone.com/wp-content/plugins/pmc-plugins/pmc-larva/_core/build/css/larva.css — 200 — 0 B — 42 ms — h2https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.jscdnjs.cloudflare.com/ajax/libs/jque... https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js — 200 — 0 B — 130 ms — h3https://cdnjs.cloudflare.com/ajax/libs/jquery-migrate/1.4.1/jquery-migrate.min.jscdnjs.cloudflare.com/ajax/libs/jque... https://cdnjs.cloudflare.com/ajax/libs/jquery-migrate/1.4.1/jquery-migrate.min.js — 200 — 0 B — 125 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular.min.js — 200 — 0 B — 144 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-animate.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-animate.min.js — 200 — 0 B — 148 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-cookies.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-cookies.min.js — 200 — 0 B — 103 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-sanitize.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-sanitize.min.js — 200 — 0 B — 148 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular-dynamic-locale/0.1.27/tmhDynamicLocale.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular-dynamic-locale/0.1.27/tmhDynamicLocale.min.js — 200 — 0 B — 127 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular-ui-utils/0.1.1/angular-ui-utils.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular-ui-utils/0.1.1/angular-ui-utils.min.js — 200 — 0 B — 151 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular-ui/0.4.0/angular-ui-ieshiv.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular-ui/0.4.0/angular-ui-ieshiv.js — 200 — 0 B — 130 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular-ui-router/0.2.10/angular-ui-router.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular-ui-router/0.2.10/angular-ui-router.min.js — 200 — 0 B — 113 ms — h3https://vx.rollingstone.com/showtemplate/general/loadTranslationMap?aid=nm2OCspCpu&version=1703149278000&language=en_USvx.rollingstone.com/showtemplate/ge... https://vx.rollingstone.com/showtemplate/general/loadTranslationMap?aid=nm2OCspCpu&version=1703149278000&language=en_US — 200 — 0 B — 130 ms — h3https://vx.rollingstone.com/ng/common/i18n/platform-translation-map_en_US.js?version=16.866.0vx.rollingstone.com/ng/common/i18n/... https://vx.rollingstone.com/ng/common/i18n/platform-translation-map_en_US.js?version=16.866.0 — 200 — 0 B — 142 ms — h3https://vx.rollingstone.com/_sam/H4sIAAAAAAAA_z3IwQ6AIAgA0B9KmJ76m4bJHI6oBa7f7-bt7eEnrXNgEw8Mvh6lYBy-DHVaU95QpTqS9an0pgwFSkHJu63T-yTlgy1Nh-E_BjVxNVoAAAA?compressed=true&v=16.866.0vx.rollingstone.com/_sam/H4sIAAAAAA... https://vx.rollingstone.com/_sam/H4sIAAAAAAAA_z3IwQ6AIAgA0B9KmJ76m4bJHI6oBa7f7-bt7eEnrXNgEw8Mvh6lYBy-DHVaU95QpTqS9an0pgwFSkHJu63T-yTlgy1Nh-E_BjVxNVoAAAA?compressed=true&v=16.866.0 — 200 — 0 B — 246 ms — h3https://vx.rollingstone.com/widget/dist/template/css/template.bundle.1.0.cssvx.rollingstone.com/widget/dist/tem... https://vx.rollingstone.com/widget/dist/template/css/template.bundle.1.0.css — 200 — 255 B — 206 ms — h3https://rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts.css/wp-content/themes/vip/pmc-rollings... https://rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts.css — 200 — 0 B — 32 ms — h2https://rollingstone.com/wp-content/plugins/pmc-plugins/pmc-larva/_core/build/tokens/rollingstone-2022.custom-properties.css/wp-content/plugins/pmc-plugins/pmc... https://rollingstone.com/wp-content/plugins/pmc-plugins/pmc-larva/_core/build/tokens/rollingstone-2022.custom-properties.css — 200 — 0 B — 57 ms — h2https://rollingstone.com/wp-content/plugins/pmc-plugins/pmc-larva/_core/build/css/larva.css/wp-content/plugins/pmc-plugins/pmc... https://rollingstone.com/wp-content/plugins/pmc-plugins/pmc-larva/_core/build/css/larva.css — 200 — 0 B — 64 ms — h2https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.jscdnjs.cloudflare.com/ajax/libs/jque... https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js — 200 — 0 B — 136 ms — h3https://cdnjs.cloudflare.com/ajax/libs/jquery-migrate/1.4.1/jquery-migrate.min.jscdnjs.cloudflare.com/ajax/libs/jque... https://cdnjs.cloudflare.com/ajax/libs/jquery-migrate/1.4.1/jquery-migrate.min.js — 200 — 0 B — 134 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular.min.js — 200 — 0 B — 143 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-animate.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-animate.min.js — 200 — 0 B — 148 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-cookies.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-cookies.min.js — 200 — 0 B — 104 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-sanitize.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-sanitize.min.js — 200 — 0 B — 150 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular-dynamic-locale/0.1.27/tmhDynamicLocale.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular-dynamic-locale/0.1.27/tmhDynamicLocale.min.js — 200 — 0 B — 141 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular-ui-utils/0.1.1/angular-ui-utils.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular-ui-utils/0.1.1/angular-ui-utils.min.js — 200 — 0 B — 152 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular-ui/0.4.0/angular-ui-ieshiv.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular-ui/0.4.0/angular-ui-ieshiv.js — 200 — 0 B — 144 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular-ui-router/0.2.10/angular-ui-router.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular-ui-router/0.2.10/angular-ui-router.min.js — 200 — 0 B — 121 ms — h3https://vx.rollingstone.com/showtemplate/general/loadTranslationMap?aid=nm2OCspCpu&version=1703149278000&language=en_USvx.rollingstone.com/showtemplate/ge... https://vx.rollingstone.com/showtemplate/general/loadTranslationMap?aid=nm2OCspCpu&version=1703149278000&language=en_US — 200 — 0 B — 130 ms — h3https://vx.rollingstone.com/ng/common/i18n/platform-translation-map_en_US.js?version=16.866.0vx.rollingstone.com/ng/common/i18n/... https://vx.rollingstone.com/ng/common/i18n/platform-translation-map_en_US.js?version=16.866.0 — 200 — 0 B — 155 ms — h3https://vx.rollingstone.com/_sam/H4sIAAAAAAAA_z3IwQ6AIAgA0B9KmJ76m4bJHI6oBa7f7-bt7eEnrXNgEw8Mvh6lYBy-DHVaU95QpTqS9an0pgwFSkHJu63T-yTlgy1Nh-E_BjVxNVoAAAA?compressed=true&v=16.866.0vx.rollingstone.com/_sam/H4sIAAAAAA... https://vx.rollingstone.com/_sam/H4sIAAAAAAAA_z3IwQ6AIAgA0B9KmJ76m4bJHI6oBa7f7-bt7eEnrXNgEw8Mvh6lYBy-DHVaU95QpTqS9an0pgwFSkHJu63T-yTlgy1Nh-E_BjVxNVoAAAA?compressed=true&v=16.866.0 — 200 — 0 B — 239 ms — h3https://vx.rollingstone.com/widget/dist/template/css/template.bundle.1.0.cssvx.rollingstone.com/widget/dist/tem... https://vx.rollingstone.com/widget/dist/template/css/template.bundle.1.0.css — 200 — 255 B — 234 ms — h3https://rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts.css/wp-content/themes/vip/pmc-rollings... https://rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts.css — 200 — 0 B — 41 ms — h2https://rollingstone.com/wp-content/plugins/pmc-plugins/pmc-larva/_core/build/tokens/rollingstone-2022.custom-properties.css/wp-content/plugins/pmc-plugins/pmc... https://rollingstone.com/wp-content/plugins/pmc-plugins/pmc-larva/_core/build/tokens/rollingstone-2022.custom-properties.css — 200 — 0 B — 65 ms — h2https://rollingstone.com/wp-content/plugins/pmc-plugins/pmc-larva/_core/build/css/larva.css/wp-content/plugins/pmc-plugins/pmc... https://rollingstone.com/wp-content/plugins/pmc-plugins/pmc-larva/_core/build/css/larva.css — 200 — 0 B — 66 ms — h2https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.jscdnjs.cloudflare.com/ajax/libs/jque... https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js — 200 — 0 B — 137 ms — h3https://cdnjs.cloudflare.com/ajax/libs/jquery-migrate/1.4.1/jquery-migrate.min.jscdnjs.cloudflare.com/ajax/libs/jque... https://cdnjs.cloudflare.com/ajax/libs/jquery-migrate/1.4.1/jquery-migrate.min.js — 200 — 0 B — 134 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular.min.js — 200 — 0 B — 156 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-animate.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-animate.min.js — 200 — 0 B — 155 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-cookies.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-cookies.min.js — 200 — 0 B — 109 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-sanitize.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-sanitize.min.js — 200 — 0 B — 155 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular-dynamic-locale/0.1.27/tmhDynamicLocale.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular-dynamic-locale/0.1.27/tmhDynamicLocale.min.js — 200 — 0 B — 150 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular-ui-utils/0.1.1/angular-ui-utils.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular-ui-utils/0.1.1/angular-ui-utils.min.js — 200 — 0 B — 156 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular-ui/0.4.0/angular-ui-ieshiv.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular-ui/0.4.0/angular-ui-ieshiv.js — 200 — 0 B — 152 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular-ui-router/0.2.10/angular-ui-router.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular-ui-router/0.2.10/angular-ui-router.min.js — 200 — 0 B — 134 ms — h3https://vx.rollingstone.com/showtemplate/general/loadTranslationMap?aid=nm2OCspCpu&version=1703149278000&language=en_USvx.rollingstone.com/showtemplate/ge... https://vx.rollingstone.com/showtemplate/general/loadTranslationMap?aid=nm2OCspCpu&version=1703149278000&language=en_US — 200 — 0 B — 143 ms — h3https://vx.rollingstone.com/ng/common/i18n/platform-translation-map_en_US.js?version=16.866.0vx.rollingstone.com/ng/common/i18n/... https://vx.rollingstone.com/ng/common/i18n/platform-translation-map_en_US.js?version=16.866.0 — 200 — 0 B — 172 ms — h3https://vx.rollingstone.com/_sam/H4sIAAAAAAAA_z3IwQ6AIAgA0B9KmJ76m4bJHI6oBa7f7-bt7eEnrXNgEw8Mvh6lYBy-DHVaU95QpTqS9an0pgwFSkHJu63T-yTlgy1Nh-E_BjVxNVoAAAA?compressed=true&v=16.866.0vx.rollingstone.com/_sam/H4sIAAAAAA... https://vx.rollingstone.com/_sam/H4sIAAAAAAAA_z3IwQ6AIAgA0B9KmJ76m4bJHI6oBa7f7-bt7eEnrXNgEw8Mvh6lYBy-DHVaU95QpTqS9an0pgwFSkHJu63T-yTlgy1Nh-E_BjVxNVoAAAA?compressed=true&v=16.866.0 — 200 — 0 B — 230 ms — h3https://www.rollingstone.com/wp-content/uploads/2025/08/Fly-Out-BAU-RS-Multi-Vertical.pngwww.rollingstone.com/wp-content/upl... https://www.rollingstone.com/wp-content/uploads/2025/08/Fly-Out-BAU-RS-Multi-Vertical.png — 200 — 64.3 KiB — 99 ms — h2https://vx.rollingstone.com/widget/dist/template/css/template.bundle.1.0.cssvx.rollingstone.com/widget/dist/tem... https://vx.rollingstone.com/widget/dist/template/css/template.bundle.1.0.css — 200 — 255 B — 251 ms — h3https://rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts.css/wp-content/themes/vip/pmc-rollings... https://rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts.css — 200 — 0 B — 53 ms — h2https://rollingstone.com/wp-content/plugins/pmc-plugins/pmc-larva/_core/build/tokens/rollingstone-2022.custom-properties.css/wp-content/plugins/pmc-plugins/pmc... https://rollingstone.com/wp-content/plugins/pmc-plugins/pmc-larva/_core/build/tokens/rollingstone-2022.custom-properties.css — 200 — 0 B — 71 ms — h2https://rollingstone.com/wp-content/plugins/pmc-plugins/pmc-larva/_core/build/css/larva.css/wp-content/plugins/pmc-plugins/pmc... https://rollingstone.com/wp-content/plugins/pmc-plugins/pmc-larva/_core/build/css/larva.css — 200 — 0 B — 72 ms — h2https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.jscdnjs.cloudflare.com/ajax/libs/jque... https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js — 200 — 0 B — 142 ms — h3https://cdnjs.cloudflare.com/ajax/libs/jquery-migrate/1.4.1/jquery-migrate.min.jscdnjs.cloudflare.com/ajax/libs/jque... https://cdnjs.cloudflare.com/ajax/libs/jquery-migrate/1.4.1/jquery-migrate.min.js — 200 — 0 B — 141 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular.min.js — 200 — 0 B — 160 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-animate.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-animate.min.js — 200 — 0 B — 160 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-cookies.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-cookies.min.js — 200 — 0 B — 118 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-sanitize.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-sanitize.min.js — 200 — 0 B — 159 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular-dynamic-locale/0.1.27/tmhDynamicLocale.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular-dynamic-locale/0.1.27/tmhDynamicLocale.min.js — 200 — 0 B — 155 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular-ui-utils/0.1.1/angular-ui-utils.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular-ui-utils/0.1.1/angular-ui-utils.min.js — 200 — 0 B — 159 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular-ui/0.4.0/angular-ui-ieshiv.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular-ui/0.4.0/angular-ui-ieshiv.js — 200 — 0 B — 159 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular-ui-router/0.2.10/angular-ui-router.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular-ui-router/0.2.10/angular-ui-router.min.js — 200 — 0 B — 144 ms — h3https://vx.rollingstone.com/showtemplate/general/loadTranslationMap?aid=nm2OCspCpu&version=1703149278000&language=en_USvx.rollingstone.com/showtemplate/ge... https://vx.rollingstone.com/showtemplate/general/loadTranslationMap?aid=nm2OCspCpu&version=1703149278000&language=en_US — 200 — 0 B — 154 ms — h3https://vx.rollingstone.com/ng/common/i18n/platform-translation-map_en_US.js?version=16.866.0vx.rollingstone.com/ng/common/i18n/... https://vx.rollingstone.com/ng/common/i18n/platform-translation-map_en_US.js?version=16.866.0 — 200 — 0 B — 160 ms — h3https://vx.rollingstone.com/_sam/H4sIAAAAAAAA_z3IwQ6AIAgA0B9KmJ76m4bJHI6oBa7f7-bt7eEnrXNgEw8Mvh6lYBy-DHVaU95QpTqS9an0pgwFSkHJu63T-yTlgy1Nh-E_BjVxNVoAAAA?compressed=true&v=16.866.0vx.rollingstone.com/_sam/H4sIAAAAAA... https://vx.rollingstone.com/_sam/H4sIAAAAAAAA_z3IwQ6AIAgA0B9KmJ76m4bJHI6oBa7f7-bt7eEnrXNgEw8Mvh6lYBy-DHVaU95QpTqS9an0pgwFSkHJu63T-yTlgy1Nh-E_BjVxNVoAAAA?compressed=true&v=16.866.0 — 200 — 0 B — 218 ms — h3https://slimesupplies.net/r3frpgffsq565kw7pj3tribqslimesupplies.net/r3frpgffsq565kw7p... https://slimesupplies.net/r3frpgffsq565kw7pj3tribq — 200 — 40 B — 58 ms — h3https://www.rollingstone.com/wp-includes/js/wp-emoji-release.min.js?ver=6.9.6www.rollingstone.com/wp-includes/js... https://www.rollingstone.com/wp-includes/js/wp-emoji-release.min.js?ver=6.9.6 — 200 — 5.5 KiB — 94 ms — h2https://id.cxense.com/public/user/id?json=%7B%22identities%22%3A%5B%7B%22type%22%3A%22ckp%22%2C%22id%22%3A%22msq0zhqmunmjtld4%22%7D%5D%7D&callback=cXJsonpCB1id.cxense.com/public/user/id?json=%... https://id.cxense.com/public/user/id?json=%7B%22identities%22%3A%5B%7B%22type%22%3A%22ckp%22%2C%22id%22%3A%22msq0zhqmunmjtld4%22%7D%5D%7D&callback=cXJsonpCB1 — 200 — 610 B — 104 ms — h2https://comcluster.cxense.com/Repo/rep.gif?ver=3.4.6&typ=pgv&rnd=msq0zhqmm36qz1x0&sid=1138574376827780560&loc=https%3A%2F%2Fwww.rollingstone.com%2F&new=1&arf=0&ltm=1786535292564&source=web&ref=&tzo=0&wsz=1350x940&res=800x600&dpr=1&col=24&bln=en-US&chs=UTF-8&cks=msq0zi6iz09gcsei&ckp=msq0zhqmunmjtld4&glb=&cp_userState=anoncomcluster.cxense.com/Repo/rep.gif?... https://comcluster.cxense.com/Repo/rep.gif?ver=3.4.6&typ=pgv&rnd=msq0zhqmm36qz1x0&sid=1138574376827780560&loc=https%3A%2F%2Fwww.rollingstone.com%2F&new=1&arf=0&ltm=1786535292564&source=web&ref=&tzo=0&wsz=1350x940&res=800x600&dpr=1&col=24&bln=en-US&chs=UTF-8&cks=msq0zi6iz09gcsei&ckp=msq0zhqmunmjtld4&glb=&cp_userState=anon — 200 — 414 B — 106 ms — h2https://ww.api.iheart.com/api/v3/privacy/accounts/12902142853/privacySettingsww.api.iheart.com/api/v3/privacy/ac... https://ww.api.iheart.com/api/v3/privacy/accounts/12902142853/privacySettings — 200 — 0 B — 2 ms — h2https://ww.api.iheart.com/api/v3/privacy/accounts/12902142853/privacySettingsww.api.iheart.com/api/v3/privacy/ac... https://ww.api.iheart.com/api/v3/privacy/accounts/12902142853/privacySettings — 200 — 306 B — 92 ms — h2https://sb.scorecardresearch.com/cs/6036262/beacon.jssb.scorecardresearch.com/cs/6036262... https://sb.scorecardresearch.com/cs/6036262/beacon.js — 302 — 261 B — 35 ms — h2https://vx.rollingstone.com/widget/dist/template/css/img/fail-icon.pngvx.rollingstone.com/widget/dist/tem... https://vx.rollingstone.com/widget/dist/template/css/img/fail-icon.png — 200 — 2.4 KiB — 33 ms — h3https://ww.api.iheart.com/api/v3/locationConfig?countryCode=WW&hostname=webapp&version=18-prodww.api.iheart.com/api/v3/locationCo... https://ww.api.iheart.com/api/v3/locationConfig?countryCode=WW&hostname=webapp&version=18-prod — 200 — 0 B — 2 ms — h2https://ww.api.iheart.com/api/v3/locationConfig?countryCode=WW&hostname=webapp&version=18-prodww.api.iheart.com/api/v3/locationCo... https://ww.api.iheart.com/api/v3/locationConfig?countryCode=WW&hostname=webapp&version=18-prod — 200 — 6.6 KiB — 288 ms — h2https://rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatText-Extrabold-Web.woff2/wp-content/themes/vip/pmc-rollings... https://rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatText-Extrabold-Web.woff2 — 200 — 47.8 KiB — 5 ms — h2https://sb.scorecardresearch.com/internal-cs/default/beacon.jssb.scorecardresearch.com/internal-c... https://sb.scorecardresearch.com/internal-cs/default/beacon.js — 200 — 6.8 KiB — 5 ms — h2https://vx.rollingstone.com/widget/dist/template/css/img/fail-icon.pngvx.rollingstone.com/widget/dist/tem... https://vx.rollingstone.com/widget/dist/template/css/img/fail-icon.png — 304 — 250 B — 30 ms — h3https://vx.rollingstone.com/widget/dist/template/css/img/fail-icon.pngvx.rollingstone.com/widget/dist/tem... https://vx.rollingstone.com/widget/dist/template/css/img/fail-icon.png — 304 — 250 B — 31 ms — h3https://rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatText-Regular-Web.woff2/wp-content/themes/vip/pmc-rollings... https://rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatText-Regular-Web.woff2 — 200 — 46.3 KiB — 3 ms — h2https://assets.adobedtm.com/dba7b4ad2c8b/91f40365a420/launch-530fb1e26ecf.min.jsassets.adobedtm.com/dba7b4ad2c8b/91... https://assets.adobedtm.com/dba7b4ad2c8b/91f40365a420/launch-530fb1e26ecf.min.js — 200 — 44.5 KiB — 44 ms — http/1.1https://sb.scorecardresearch.com/b?c1=2&c2=6036262&cs_fpcu=7a81135aee25478585bd63be8a1a7068&cs_it=b1&cv=4.13.1%2B2508250908&ns__t=1786535293176&ns_c=UTF-8&cs_cfg=1111110&ns_if=1&cs_ucfr=1&cs_xi=12902142853&c7=https%3A%2F%2Fwww.iheart.com%2Fplaylist%2F500-greatest-songs-312064750-RP2mZCJPr5hhyYMcjPtuJx%2F%3Fembed%3Dtrue%26sc%3Dwidget%26pname%3Drollingstone&c8=500%20Greatest%20Songs%20%7C%20iHeart&c9=https%3A%2F%2Fwww.rollingstone.com%2Fsb.scorecardresearch.com/b?c1=2&c2=... https://sb.scorecardresearch.com/b?c1=2&c2=6036262&cs_fpcu=7a81135aee25478585bd63be8a1a7068&cs_it=b1&cv=4.13.1%2B2508250908&ns__t=1786535293176&ns_c=UTF-8&cs_cfg=1111110&ns_if=1&cs_ucfr=1&cs_xi=12902142853&c7=https%3A%2F%2Fwww.iheart.com%2Fplaylist%2F500-greatest-songs-312064750-RP2mZCJPr5hhyYMcjPtuJx%2F%3Fembed%3Dtrue%26sc%3Dwidget%26pname%3Drollingstone&c8=500%20Greatest%20Songs%20%7C%20iHeart&c9=https%3A%2F%2Fwww.rollingstone.com%2F — 204 — 226 B — 28 ms — h2https://us-events.api.iheart.com/eventsus-events.api.iheart.com/events https://us-events.api.iheart.com/events — 200 — 0 B — 87 ms — h2https://assets.adobedtm.com/extensions/EPbde2f7ca14e540399dcc1f8208860b7b/AppMeasurement.min.jsassets.adobedtm.com/extensions/EPbd... https://assets.adobedtm.com/extensions/EPbde2f7ca14e540399dcc1f8208860b7b/AppMeasurement.min.js — 200 — 12.4 KiB — 10 ms — http/1.1https://assets.adobedtm.com/extensions/EPbde2f7ca14e540399dcc1f8208860b7b/AppMeasurement_Module_ActivityMap.min.jsassets.adobedtm.com/extensions/EPbd... https://assets.adobedtm.com/extensions/EPbde2f7ca14e540399dcc1f8208860b7b/AppMeasurement_Module_ActivityMap.min.js — 200 — 2.1 KiB — 9 ms — http/1.1https://assets.adobedtm.com/extensions/EPbde2f7ca14e540399dcc1f8208860b7b/AppMeasurement_Module_AudienceManagement.min.jsassets.adobedtm.com/extensions/EPbd... https://assets.adobedtm.com/extensions/EPbde2f7ca14e540399dcc1f8208860b7b/AppMeasurement_Module_AudienceManagement.min.js — 200 — 9.1 KiB — 9 ms — http/1.1https://pagead2.googlesyndication.com/ccm/collect?rcb=6&frm=0&apvc=0&tid=AW-16451108737&en=page_view&dl=https%3A%2F%2Fwww.rollingstone.com%2F&scrsrc=www.googletagmanager.com&rnd=962448000.1786535292&navt=n&npa=1&gtm=45be68a1v9177711805z879326027za20gzb79326027zd79326027xec&gcs=G100&gcd=13p3p3l2l5l1&dma_cps=a&dma=1&tag_exp=115938466~115938468~118395335~118897920~118897930~119367802~119367810~119404702~119527020~119896803&tft=1786535293272&tfd=2573&tids=AW-16451108737&fmt=8pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=6&frm=0&apvc=0&tid=AW-16451108737&en=page_view&dl=https%3A%2F%2Fwww.rollingstone.com%2F&scrsrc=www.googletagmanager.com&rnd=962448000.1786535292&navt=n&npa=1&gtm=45be68a1v9177711805z879326027za20gzb79326027zd79326027xec&gcs=G100&gcd=13p3p3l2l5l1&dma_cps=a&dma=1&tag_exp=115938466~115938468~118395335~118897920~118897930~119367802~119367810~119404702~119527020~119896803&tft=1786535293272&tfd=2573&tids=AW-16451108737&fmt=8 — 200 — 21 B — 84 ms — h3https://fonts.googleapis.com/css?family=Playfair+Displayfonts.googleapis.com/css?family=Pla... https://fonts.googleapis.com/css?family=Playfair+Display — 200 — 1001 B — 73 ms — h2https://use.typekit.net/dda4haa.jsuse.typekit.net/dda4haa.js https://use.typekit.net/dda4haa.js — 200 — 7.1 KiB — 40 ms — http/1.1https://us-events.api.iheart.com/eventsus-events.api.iheart.com/events https://us-events.api.iheart.com/events — 202 — 275 B — 82 ms — h2https://www.rollingstone.com/wp-content/uploads/2024/12/R-Avatar_512x512_flat.png?w=32www.rollingstone.com/wp-content/upl... https://www.rollingstone.com/wp-content/uploads/2024/12/R-Avatar_512x512_flat.png?w=32 — 200 — 1.1 KiB — 3 ms — h2https://use.typekit.net/af/c46a9c/000000000000000000014313/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3use.typekit.net/af/c46a9c/000000000... https://use.typekit.net/af/c46a9c/000000000000000000014313/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3 — 200 — 36.9 KiB — 11 ms — http/1.1https://use.typekit.net/af/30420e/00000000000000003b9b1a9e/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3use.typekit.net/af/30420e/000000000... https://use.typekit.net/af/30420e/00000000000000003b9b1a9e/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 200 — 40.9 KiB — 11 ms — http/1.1https://use.typekit.net/af/b4d13d/00000000000000003b9b1a9a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3use.typekit.net/af/b4d13d/000000000... https://use.typekit.net/af/b4d13d/00000000000000003b9b1a9a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3 — 200 — 40.8 KiB — 11 ms — http/1.1https://p.typekit.net/p.gif?s=1&k=dda4haa&ht=tk&h=www.rollingstone.com&f=22004.24539.24545&a=37470129&js=1.21.0&app=typekit&e=js&_=1786535293357p.typekit.net/p.gif?s=1&k=dda4haa&h... https://p.typekit.net/p.gif?s=1&k=dda4haa&ht=tk&h=www.rollingstone.com&f=22004.24539.24545&a=37470129&js=1.21.0&app=typekit&e=js&_=1786535293357 — 200 — 379 B — 42 ms — http/1.1https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatDeck-RegularItalic-Web.woff2www.rollingstone.com/wp-content/the... https://www.rollingstone.com/wp-content/themes/vip/pmc-rollingstone-2022/assets/public/fonts/FeatureFlatDeck-RegularItalic-Web.woff2 — 200 — 41.8 KiB — 5 ms — h2https://fonts.gstatic.com/s/playfairdisplay/v40/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvXDXbtPK-F2qC0s.woff2fonts.gstatic.com/s/playfairdisplay... https://fonts.gstatic.com/s/playfairdisplay/v40/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvXDXbtPK-F2qC0s.woff2 — 200 — 21.4 KiB — 55 ms — h3https://vx.rollingstone.com/api/v3/anon/assets/sdk-runtime-config.js?aid=nm2OCspCpuvx.rollingstone.com/api/v3/anon/ass... https://vx.rollingstone.com/api/v3/anon/assets/sdk-runtime-config.js?aid=nm2OCspCpu — 200 — 515 B — 28 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
82% of JavaScript execution is third-party
First-party Third-party 1016ms · 599KB · $18/mo
cdnjs
CDN
Costly
Execution 292ms
Transfer 0 KB
Monthly Cost $5/mo
www.rollingstone.com
Other
Costly
Execution 256ms
Transfer 123 KB
Monthly Cost $4/mo
cdn.rollingstone.com
Other
Optional
Execution 130ms
Transfer 137 KB
Unused 54%
Monthly Cost $2/mo
cdnjs
CDN
Optional
Execution 92ms
Transfer 0 KB
Monthly Cost $2/mo
vx.rollingstone.com
Other
Optional
Execution 65ms
Transfer 0 KB
Unused 70%
Monthly Cost $1/mo
www.rollingstone.com
Other
Optional
Execution 65ms
Transfer 31 KB
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 62ms
Transfer 178 KB
Unused 47%
Monthly Cost $1/mo
ads.blogherads.com
Other
Optional
Execution 54ms
Transfer 131 KB
Unused 80%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • cdnjs adds 292ms and costs ~$5/month
  • www.rollingstone.com adds 256ms and costs ~$4/month

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

cdnjs takes 292ms 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

www.rollingstone.com takes 256ms 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

54% of cdn.rollingstone.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

70% of vx.rollingstone.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

80% of ads.blogherads.com's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

How third-party costs are calculated

Image Optimization
34 images, 219 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

34

Total Size

219 KB

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

Send Feedback