Skip to content
https://pastemagazine.com

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
78
GRADE
C
FIX
4
REVIEW
3
PASS
8
INFO
2

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

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

6.19 s

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

14.39 s

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

598 ms

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

0.000

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

7.57 s

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

14.76 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
17
8 PASS 3 REVIEW 4 FIX
D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (1.6 MiB of 1.6 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Execution Cost
Action
2794ms total JS execution
FIX
2794ms total JS execution
Warning::
Unattributable: 435ms CPU time
Warning::
https://www.pastemagazine.com/: 388ms CPU time
Warning::
https://www.pastemagazine.com/wp-content/plugins/e...: 304ms CPU time
Warning::
https://eu-us-cdn.consentmanager.net/delivery/cust...: 292ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-V3K4...: 246ms CPU time
Warning::
Third-party scripts: 2794ms (100% of total)

Main Thread Breakdown

Script Evaluation 56% Other 17% Script Parsing & Compilation 11% Style & Layout 10% Parse HTML & CSS 5%
ScriptTotalScriptingParse/CompileParty
Unattributable435ms9ms0ms3rd
https://www.pastemagazine.com/388ms167ms18ms3rd
https://www.pastemagazine.com/wp-content/plugins/ewww-image-optimizer/includes/lazysizes.min.js?ver=850304ms77ms1ms3rd
https://eu-us-cdn.consentmanager.net/delivery/customdata/bV8xLndfMTM0MzQ5LnJfR0RQUi5sX2VuLmRfNTIzNDMueF80Mi52LnAudF81MjM0My54dF8yNTc2.js292ms253ms9ms3rd
https://www.googletagmanager.com/gtag/js?id=G-V3K4873RKC246ms201ms43ms3rd
https://www.pastemagazine.com/wp-includes/js/zxcvbn.min.js233ms161ms72ms3rd
https://www.pastemagazine.com/cdn-cgi/challenge-platform/scripts/jsd/main.js218ms202ms2ms3rd
https://scripts.pubnation.com/tags/3.44.9__cgroup3.44.10-3774-eids.1/wrapper.min.js?bust=-2082758458164ms129ms25ms3rd
https://scripts.pubnation.com/tags/cmp/e8484401c62373a45398.min.js140ms134ms3ms3rd
https://static.chartbeat.com/js/chartbeat.js112ms70ms4ms3rd

Showing top 10 of 14 scripts

D
Page Weight Inventory
Action
119 resources · 1.6 MB · 194 KB savings available
FIX
119 resources · 1.6 MB · 194 KB savings available
Warning::
Page weight 614 KB over 1MB target
Got: 1.6 MB Expected: ≤ 1 MB
Info::
~194 KB of savings available
Warning::
118 third-party resources (100% of weight)
Info::
1 resources over 200KB
119 resources · 1.6 MiB · 118 third-party 614.2 KiB over 1MB target
JavaScript 74% · 1.2 MiB
CSS 12% · 195.2 KiB
Image 8% · 131.6 KiB
Document 3% · 48.8 KiB
Font 3% · 43.2 KiB
Other 0% · 6.5 KiB

~193.8 KiB of savings available

Remove unused JavaScript: 193.8 KiB
D
HTTP Caching
Action
no-store (uncacheable)
FIX
no-store (uncacheable)
Info::
Cache-Control: no-store prevents all caching
Intentional for dynamic content, but increases server load for every page view.
Got: no-store
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-store

DirectiveValueMeaning
no-storeNever cache this response
C
Page Weight Budget
Action
1.6 MB transferred, 119 requests
REVIEW
1.6 MB transferred, 119 requests
Info::
Page weighs 4.9 MB (1.6 MB transferred)
Warning::
JavaScript is 1.2 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.2 MB
Warning::
119 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.34 g CO2 per page load
1.6 MB / 2.4 MB budget
1.6 MB transferred
119 requests
0.34 g CO2 per page load
JavaScript 1.2 MiB 74%
CSS 195.2 KiB 12%
Images 130.8 KiB 8%
HTML 48.8 KiB 3%
Fonts 43.2 KiB 3%
Other 5.9 KiB 0%
Other 3.1 KiB 0%
Other 1.2 KiB 0%
Other 553 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Approaching limit

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

Why this matters

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

Source: web.dev

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

C
Image Optimization
Action
24 images, 0 KB saveable
REVIEW
24 images, 0 KB saveable
Warning::
https://img.pastemagazine.com/wp-content/uploads/2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.pastemagazine.com/wp-content/uploads/2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.pastemagazine.com/wp-content/uploads/2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.pastemagazine.com/wp-content/uploads/2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.pastemagazine.com/wp-content/uploads/2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.pastemagazine.com/wp-content/uploads/2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.pastemagazine.com/wp-content/themes/pa... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.pastemagazine.com/wp-content/uploads/2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.pastemagazine.com/wp-content/uploads/2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.pastemagazine.com/wp-content/uploads/2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.pastemagazine.com/wp-content/uploads/2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEA... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.pastemagazine.com/wp-content/uploads/2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.pastemagazine.com/wp-content/uploads/2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.pastemagazine.com/wp-content/uploads/2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
24 images 131 KB
0 oversized -0 KB
22 legacy format
15 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

C
JS Bundles
Action
55 scripts, 194 KB unused
REVIEW
55 scripts, 194 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-V3K4...: 66 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://scripts.pubnation.com/tags/3.44.9__cgroup3...: 41 KB unused (54%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://eu-us-cdn.consentmanager.net/delivery/js/c...: 35 KB unused (35%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.pastemagazine.com/wp-content/plugins/w...: 28 KB unused (82%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.pastemagazine.com/wp-content/plugins/w...: 23 KB unused (63%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 194 KB
194 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-V3K4873RKC163 KB66 KB (41%)3rd
https://scripts.pubnation.com/tags/3.44.9__cgroup3.44.10-3774-eids.1/wrapper.min.js?bust=-208275845878 KB41 KB (54%)3rd
https://eu-us-cdn.consentmanager.net/delivery/js/cmp_final.min.js?t=2026-4-22101 KB35 KB (35%)3rd
https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/lib/jquery.inputmask.min.js?ver=5.0.934 KB28 KB (82%)3rd
https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/lib/dropzone.min.js?ver=5.9.336 KB23 KB (63%)3rd
https://scripts.pubnation.com/tags/paste-magazine.js?ver=6.9.431 KB3rd
https://www.pastemagazine.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.130 KB3rd
https://www.pastemagazine.com/wp-content/themes/pastemagazine/js/jquery.sticky.js?ver=69e93e460387a3 KB3rd
https://www.pastemagazine.com/wp-content/themes/pastemagazine/js/pm_custom.js?ver=69e93e460389218 KB3rd
https://www.pastemagazine.com/wp-content/themes/pastemagazine/js/loglevel.min.js1 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

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

Web fonts

1

43 KB total

Render-blocking

0

of 1

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s FCP 6.2 s LCP 14.4 shttps://www.pastemagazine.com/wp-content/themes/pastemagazine/font/icons.ttficons.ttf https://www.pastemagazine.com/wp-content/themes/pastemagazine/font/icons.ttf — 43.2 KiB — 66 ms — font-display: swap
icons.ttf ttf swap
Size 43 KB
Load time 66 ms
Start 474 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
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)

Fixing the unchecked items could save ~13 KB and ~26 ms

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
3 hints, 0 missing preconnects
PASS
3 hints, 0 missing preconnects
Info::
Page uses 3 resource hint(s)

Current Resource Hints

preconnect
preload
2
dns-prefetch
1
prefetch

3 resource hints configured

A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
119 requests over 2512ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s FCP 6.2 s LCP 14.4 shttps://pastemagazine.com// https://pastemagazine.com/ — 301 — 163 B — 61 ms — h2https://www.pastemagazine.com/www.pastemagazine.com/ https://www.pastemagazine.com/ — 200 — 48.8 KiB — 49 ms — h2https://www.pastemagazine.com/cdn-cgi/speculationwww.pastemagazine.com/cdn-cgi/specu... https://www.pastemagazine.com/cdn-cgi/speculation — 200 — 238 B — 22 ms — h2https://www.googletagmanager.com/gtag/js?id=G-V3K4873RKCwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-V3K4873RKC — 200 — 163.2 KiB — 252 ms — h2https://www.pastemagazine.com/wp-content/plugins/paid-memberships-pro/css/frontend/base.css?ver=3.7.1www.pastemagazine.com/wp-content/pl... https://www.pastemagazine.com/wp-content/plugins/paid-memberships-pro/css/frontend/base.css?ver=3.7.1 — 200 — 16.5 KiB — 57 ms — h2https://www.pastemagazine.com/wp-content/plugins/paid-memberships-pro/css/frontend/variation_1.css?ver=3.7.1www.pastemagazine.com/wp-content/pl... https://www.pastemagazine.com/wp-content/plugins/paid-memberships-pro/css/frontend/variation_1.css?ver=3.7.1 — 200 — 4.3 KiB — 54 ms — h2https://www.pastemagazine.com/wp-content/themes/pastemagazine/css/inline-39.2022.10209.11821.css?ver=0.01439800%201776893510www.pastemagazine.com/wp-content/th... https://www.pastemagazine.com/wp-content/themes/pastemagazine/css/inline-39.2022.10209.11821.css?ver=0.01439800%201776893510 — 200 — 42.4 KiB — 159 ms — h2https://www.pastemagazine.com/wp-content/themes/pastemagazine/css/stylesheet-39.2022.10209.11821.css?ver=0.01441900%201776893510www.pastemagazine.com/wp-content/th... https://www.pastemagazine.com/wp-content/themes/pastemagazine/css/stylesheet-39.2022.10209.11821.css?ver=0.01441900%201776893510 — 200 — 38.0 KiB — 168 ms — h2https://www.pastemagazine.com/wp-content/themes/pastemagazine/style.css?ver=0.01443900%201776893510www.pastemagazine.com/wp-content/th... https://www.pastemagazine.com/wp-content/themes/pastemagazine/style.css?ver=0.01443900%201776893510 — 200 — 4.3 KiB — 150 ms — h2https://scripts.pubnation.com/tags/paste-magazine.js?ver=6.9.4scripts.pubnation.com/tags/paste-ma... https://scripts.pubnation.com/tags/paste-magazine.js?ver=6.9.4 — 200 — 31.1 KiB — 130 ms — h2https://www.pastemagazine.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1www.pastemagazine.com/wp-includes/j... https://www.pastemagazine.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 29.8 KiB — 107 ms — h2https://www.pastemagazine.com/wp-content/themes/pastemagazine/js/jquery.sticky.js?ver=69e93e460387awww.pastemagazine.com/wp-content/th... https://www.pastemagazine.com/wp-content/themes/pastemagazine/js/jquery.sticky.js?ver=69e93e460387a — 200 — 2.6 KiB — 170 ms — h2https://www.pastemagazine.com/wp-content/themes/pastemagazine/js/pm_custom.js?ver=69e93e4603892www.pastemagazine.com/wp-content/th... https://www.pastemagazine.com/wp-content/themes/pastemagazine/js/pm_custom.js?ver=69e93e4603892 — 200 — 17.8 KiB — 210 ms — h2https://www.pastemagazine.com/wp-content/themes/pastemagazine/js/loglevel.min.jswww.pastemagazine.com/wp-content/th... https://www.pastemagazine.com/wp-content/themes/pastemagazine/js/loglevel.min.js — 200 — 1.5 KiB — 86 ms — h2https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/css/choices.min.css?ver=10.2.0www.pastemagazine.com/wp-content/pl... https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/css/choices.min.css?ver=10.2.0 — 200 — 2.3 KiB — 49 ms — h2https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/css/fields/layout.min.css?ver=1.9.3.2www.pastemagazine.com/wp-content/pl... https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/css/fields/layout.min.css?ver=1.9.3.2 — 200 — 2.3 KiB — 50 ms — h2https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/css/fields/layout-screen-small.min.css?ver=1.9.3.2www.pastemagazine.com/wp-content/pl... https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/css/fields/layout-screen-small.min.css?ver=1.9.3.2 — 200 — 320 B — 52 ms — h2https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/css/fields/repeater.min.css?ver=1.9.3.2www.pastemagazine.com/wp-content/pl... https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/css/fields/repeater.min.css?ver=1.9.3.2 — 200 — 1.6 KiB — 53 ms — h2https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/css/fields/content/frontend.min.css?ver=1.9.3.2www.pastemagazine.com/wp-content/pl... https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/css/fields/content/frontend.min.css?ver=1.9.3.2 — 200 — 1007 B — 57 ms — h2https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/css/fields/password.min.css?ver=1.9.3.2www.pastemagazine.com/wp-content/pl... https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/css/fields/password.min.css?ver=1.9.3.2 — 200 — 426 B — 58 ms — h2https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/css/fields/phone/intl-tel-input.min.css?ver=21.2.8www.pastemagazine.com/wp-content/pl... https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/css/fields/phone/intl-tel-input.min.css?ver=21.2.8 — 200 — 10.1 KiB — 87 ms — h2https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/css/dropzone.min.css?ver=5.9.3www.pastemagazine.com/wp-content/pl... https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/css/dropzone.min.css?ver=5.9.3 — 200 — 1.8 KiB — 59 ms — h2https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/css/fields/richtext/modal-views.min.css?ver=1.9.3.2www.pastemagazine.com/wp-content/pl... https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/css/fields/richtext/modal-views.min.css?ver=1.9.3.2 — 200 — 1.7 KiB — 60 ms — h2https://www.pastemagazine.com/wp-includes/css/dashicons.min.css?ver=6.9.4www.pastemagazine.com/wp-includes/c... https://www.pastemagazine.com/wp-includes/css/dashicons.min.css?ver=6.9.4 — 200 — 35.3 KiB — 63 ms — h2https://www.pastemagazine.com/wp-includes/css/editor.min.css?ver=6.9.4www.pastemagazine.com/wp-includes/c... https://www.pastemagazine.com/wp-includes/css/editor.min.css?ver=6.9.4 — 200 — 5.9 KiB — 63 ms — h2https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/css/fields/richtext/frontend-full.min.css?ver=1.9.3.2www.pastemagazine.com/wp-content/pl... https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/css/fields/richtext/frontend-full.min.css?ver=1.9.3.2 — 200 — 2.1 KiB — 66 ms — h2https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/css/frontend/modern/wpforms-full.min.css?ver=1.9.3.2www.pastemagazine.com/wp-content/pl... https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/css/frontend/modern/wpforms-full.min.css?ver=1.9.3.2 — 200 — 15.2 KiB — 82 ms — h2https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/lib/jquery.timepicker/jquery.timepicker.min.css?ver=1.11.5www.pastemagazine.com/wp-content/pl... https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/lib/jquery.timepicker/jquery.timepicker.min.css?ver=1.11.5 — 200 — 501 B — 64 ms — h2https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/lib/flatpickr/flatpickr.min.css?ver=4.6.9www.pastemagazine.com/wp-content/pl... https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/lib/flatpickr/flatpickr.min.css?ver=4.6.9 — 200 — 3.1 KiB — 63 ms — h2https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/css/frontend/modern/wpforms-full.min.css?ver=1.9.3.2www.pastemagazine.com/wp-content/pl... https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/css/frontend/modern/wpforms-full.min.css?ver=1.9.3.2 — 200 — 5.5 KiB — 74 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s FCP 6.2 s LCP 14.4 shttps://pastemagazine.com// https://pastemagazine.com/ — 301 — 163 B — 61 ms — h2https://www.pastemagazine.com/www.pastemagazine.com/ https://www.pastemagazine.com/ — 200 — 48.8 KiB — 49 ms — h2https://www.pastemagazine.com/cdn-cgi/speculationwww.pastemagazine.com/cdn-cgi/specu... https://www.pastemagazine.com/cdn-cgi/speculation — 200 — 238 B — 22 ms — h2https://www.googletagmanager.com/gtag/js?id=G-V3K4873RKCwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-V3K4873RKC — 200 — 163.2 KiB — 252 ms — h2https://www.pastemagazine.com/wp-content/plugins/paid-memberships-pro/css/frontend/base.css?ver=3.7.1www.pastemagazine.com/wp-content/pl... https://www.pastemagazine.com/wp-content/plugins/paid-memberships-pro/css/frontend/base.css?ver=3.7.1 — 200 — 16.5 KiB — 57 ms — h2https://www.pastemagazine.com/wp-content/plugins/paid-memberships-pro/css/frontend/variation_1.css?ver=3.7.1www.pastemagazine.com/wp-content/pl... https://www.pastemagazine.com/wp-content/plugins/paid-memberships-pro/css/frontend/variation_1.css?ver=3.7.1 — 200 — 4.3 KiB — 54 ms — h2https://www.pastemagazine.com/wp-content/themes/pastemagazine/css/inline-39.2022.10209.11821.css?ver=0.01439800%201776893510www.pastemagazine.com/wp-content/th... https://www.pastemagazine.com/wp-content/themes/pastemagazine/css/inline-39.2022.10209.11821.css?ver=0.01439800%201776893510 — 200 — 42.4 KiB — 159 ms — h2https://www.pastemagazine.com/wp-content/themes/pastemagazine/css/stylesheet-39.2022.10209.11821.css?ver=0.01441900%201776893510www.pastemagazine.com/wp-content/th... https://www.pastemagazine.com/wp-content/themes/pastemagazine/css/stylesheet-39.2022.10209.11821.css?ver=0.01441900%201776893510 — 200 — 38.0 KiB — 168 ms — h2https://www.pastemagazine.com/wp-content/themes/pastemagazine/style.css?ver=0.01443900%201776893510www.pastemagazine.com/wp-content/th... https://www.pastemagazine.com/wp-content/themes/pastemagazine/style.css?ver=0.01443900%201776893510 — 200 — 4.3 KiB — 150 ms — h2https://scripts.pubnation.com/tags/paste-magazine.js?ver=6.9.4scripts.pubnation.com/tags/paste-ma... https://scripts.pubnation.com/tags/paste-magazine.js?ver=6.9.4 — 200 — 31.1 KiB — 130 ms — h2https://www.pastemagazine.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1www.pastemagazine.com/wp-includes/j... https://www.pastemagazine.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 29.8 KiB — 107 ms — h2https://www.pastemagazine.com/wp-content/themes/pastemagazine/js/jquery.sticky.js?ver=69e93e460387awww.pastemagazine.com/wp-content/th... https://www.pastemagazine.com/wp-content/themes/pastemagazine/js/jquery.sticky.js?ver=69e93e460387a — 200 — 2.6 KiB — 170 ms — h2https://www.pastemagazine.com/wp-content/themes/pastemagazine/js/pm_custom.js?ver=69e93e4603892www.pastemagazine.com/wp-content/th... https://www.pastemagazine.com/wp-content/themes/pastemagazine/js/pm_custom.js?ver=69e93e4603892 — 200 — 17.8 KiB — 210 ms — h2https://www.pastemagazine.com/wp-content/themes/pastemagazine/js/loglevel.min.jswww.pastemagazine.com/wp-content/th... https://www.pastemagazine.com/wp-content/themes/pastemagazine/js/loglevel.min.js — 200 — 1.5 KiB — 86 ms — h2https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/css/choices.min.css?ver=10.2.0www.pastemagazine.com/wp-content/pl... https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/css/choices.min.css?ver=10.2.0 — 200 — 2.3 KiB — 49 ms — h2https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/css/fields/layout.min.css?ver=1.9.3.2www.pastemagazine.com/wp-content/pl... https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/css/fields/layout.min.css?ver=1.9.3.2 — 200 — 2.3 KiB — 50 ms — h2https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/css/fields/layout-screen-small.min.css?ver=1.9.3.2www.pastemagazine.com/wp-content/pl... https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/css/fields/layout-screen-small.min.css?ver=1.9.3.2 — 200 — 320 B — 52 ms — h2https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/css/fields/repeater.min.css?ver=1.9.3.2www.pastemagazine.com/wp-content/pl... https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/css/fields/repeater.min.css?ver=1.9.3.2 — 200 — 1.6 KiB — 53 ms — h2https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/css/fields/content/frontend.min.css?ver=1.9.3.2www.pastemagazine.com/wp-content/pl... https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/css/fields/content/frontend.min.css?ver=1.9.3.2 — 200 — 1007 B — 57 ms — h2https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/css/fields/password.min.css?ver=1.9.3.2www.pastemagazine.com/wp-content/pl... https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/css/fields/password.min.css?ver=1.9.3.2 — 200 — 426 B — 58 ms — h2https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/css/fields/phone/intl-tel-input.min.css?ver=21.2.8www.pastemagazine.com/wp-content/pl... https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/css/fields/phone/intl-tel-input.min.css?ver=21.2.8 — 200 — 10.1 KiB — 87 ms — h2https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/css/dropzone.min.css?ver=5.9.3www.pastemagazine.com/wp-content/pl... https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/css/dropzone.min.css?ver=5.9.3 — 200 — 1.8 KiB — 59 ms — h2https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/css/fields/richtext/modal-views.min.css?ver=1.9.3.2www.pastemagazine.com/wp-content/pl... https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/css/fields/richtext/modal-views.min.css?ver=1.9.3.2 — 200 — 1.7 KiB — 60 ms — h2https://www.pastemagazine.com/wp-includes/css/dashicons.min.css?ver=6.9.4www.pastemagazine.com/wp-includes/c... https://www.pastemagazine.com/wp-includes/css/dashicons.min.css?ver=6.9.4 — 200 — 35.3 KiB — 63 ms — h2https://www.pastemagazine.com/wp-includes/css/editor.min.css?ver=6.9.4www.pastemagazine.com/wp-includes/c... https://www.pastemagazine.com/wp-includes/css/editor.min.css?ver=6.9.4 — 200 — 5.9 KiB — 63 ms — h2https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/css/fields/richtext/frontend-full.min.css?ver=1.9.3.2www.pastemagazine.com/wp-content/pl... https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/css/fields/richtext/frontend-full.min.css?ver=1.9.3.2 — 200 — 2.1 KiB — 66 ms — h2https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/css/frontend/modern/wpforms-full.min.css?ver=1.9.3.2www.pastemagazine.com/wp-content/pl... https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/css/frontend/modern/wpforms-full.min.css?ver=1.9.3.2 — 200 — 15.2 KiB — 82 ms — h2https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/lib/jquery.timepicker/jquery.timepicker.min.css?ver=1.11.5www.pastemagazine.com/wp-content/pl... https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/lib/jquery.timepicker/jquery.timepicker.min.css?ver=1.11.5 — 200 — 501 B — 64 ms — h2https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/lib/flatpickr/flatpickr.min.css?ver=4.6.9www.pastemagazine.com/wp-content/pl... https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/lib/flatpickr/flatpickr.min.css?ver=4.6.9 — 200 — 3.1 KiB — 63 ms — h2https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/css/frontend/modern/wpforms-full.min.css?ver=1.9.3.2www.pastemagazine.com/wp-content/pl... https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/css/frontend/modern/wpforms-full.min.css?ver=1.9.3.2 — 200 — 5.5 KiB — 74 ms — h2https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/js/frontend/wpforms.min.js?ver=1.9.3.2www.pastemagazine.com/wp-content/pl... https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/js/frontend/wpforms.min.js?ver=1.9.3.2 — 200 — 14.7 KiB — 88 ms — h2https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/js/frontend/fields/custom-captcha.min.js?ver=1.9.3.2www.pastemagazine.com/wp-content/pl... https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/js/frontend/fields/custom-captcha.min.js?ver=1.9.3.2 — 200 — 716 B — 76 ms — h2https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/js/frontend/conditional-logic-fields.min.js?ver=1.9.3.2www.pastemagazine.com/wp-content/pl... https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/js/frontend/conditional-logic-fields.min.js?ver=1.9.3.2 — 200 — 2.8 KiB — 74 ms — h2https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/lib/choices.min.js?ver=10.2.0www.pastemagazine.com/wp-content/pl... https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/lib/choices.min.js?ver=10.2.0 — 200 — 22.1 KiB — 98 ms — h2https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/js/frontend/fields/repeater.min.js?ver=1.9.3.2www.pastemagazine.com/wp-content/pl... https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/js/frontend/fields/repeater.min.js?ver=1.9.3.2 — 200 — 2.2 KiB — 89 ms — h2https://www.pastemagazine.com/wp-includes/js/zxcvbn-async.min.js?ver=1.0www.pastemagazine.com/wp-includes/j... https://www.pastemagazine.com/wp-includes/js/zxcvbn-async.min.js?ver=1.0 — 200 — 366 B — 88 ms — h2https://www.pastemagazine.com/wp-includes/js/dist/hooks.min.js?ver=dd5603f07f9220ed27f1www.pastemagazine.com/wp-includes/j... https://www.pastemagazine.com/wp-includes/js/dist/hooks.min.js?ver=dd5603f07f9220ed27f1 — 200 — 2.0 KiB — 73 ms — h2https://www.pastemagazine.com/wp-includes/js/dist/i18n.min.js?ver=c26c3dc7bed366793375www.pastemagazine.com/wp-includes/j... https://www.pastemagazine.com/wp-includes/js/dist/i18n.min.js?ver=c26c3dc7bed366793375 — 200 — 2.3 KiB — 93 ms — h2https://www.pastemagazine.com/wp-admin/js/password-strength-meter.min.js?ver=6.9.4www.pastemagazine.com/wp-admin/js/p... https://www.pastemagazine.com/wp-admin/js/password-strength-meter.min.js?ver=6.9.4 — 302 — 1.5 KiB — 55 ms — h2https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/js/frontend/fields/password.min.js?ver=1.9.3.2www.pastemagazine.com/wp-content/pl... https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/js/frontend/fields/password.min.js?ver=1.9.3.2 — 200 — 620 B — 76 ms — h2https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/lib/intl-tel-input/module.intl-tel-input.min.js?ver=21.2.8www.pastemagazine.com/wp-content/pl... https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/lib/intl-tel-input/module.intl-tel-input.min.js?ver=21.2.8 — 200 — 11.3 KiB — 100 ms — h2https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/lib/dropzone.min.js?ver=5.9.3www.pastemagazine.com/wp-content/pl... https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/lib/dropzone.min.js?ver=5.9.3 — 200 — 35.7 KiB — 118 ms — h2https://www.pastemagazine.com/wp-includes/js/underscore.min.js?ver=1.13.7www.pastemagazine.com/wp-includes/j... https://www.pastemagazine.com/wp-includes/js/underscore.min.js?ver=1.13.7 — 200 — 7.2 KiB — 97 ms — h2https://www.pastemagazine.com/wp-includes/js/wp-util.min.js?ver=6.9.4www.pastemagazine.com/wp-includes/j... https://www.pastemagazine.com/wp-includes/js/wp-util.min.js?ver=6.9.4 — 200 — 927 B — 86 ms — h2https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/js/frontend/fields/file-upload.es5.min.js?ver=1.9.3.2www.pastemagazine.com/wp-content/pl... https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/js/frontend/fields/file-upload.es5.min.js?ver=1.9.3.2 — 200 — 3.3 KiB — 100 ms — h2https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/lib/jquery.payment.min.js?ver=1.9.3.2www.pastemagazine.com/wp-content/pl... https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/lib/jquery.payment.min.js?ver=1.9.3.2 — 200 — 2.7 KiB — 90 ms — h2https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/js/frontend/fields/richtext.min.js?ver=1.9.3.2www.pastemagazine.com/wp-content/pl... https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/js/frontend/fields/richtext.min.js?ver=1.9.3.2 — 200 — 2.1 KiB — 96 ms — h2https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/js/frontend/iframe.min.js?ver=1.9.3.2www.pastemagazine.com/wp-content/pl... https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/js/frontend/iframe.min.js?ver=1.9.3.2 — 200 — 874 B — 103 ms — h2https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/lib/jquery.validate.min.js?ver=1.21.0www.pastemagazine.com/wp-content/pl... https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/lib/jquery.validate.min.js?ver=1.21.0 — 200 — 7.9 KiB — 101 ms — h2https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/lib/jquery.inputmask.min.js?ver=5.0.9www.pastemagazine.com/wp-content/pl... https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/lib/jquery.inputmask.min.js?ver=5.0.9 — 200 — 34.2 KiB — 114 ms — h2https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/lib/mailcheck.min.js?ver=1.1.2www.pastemagazine.com/wp-content/pl... https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/lib/mailcheck.min.js?ver=1.1.2 — 200 — 1.7 KiB — 114 ms — h2https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/lib/punycode.min.js?ver=1.0.0www.pastemagazine.com/wp-content/pl... https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/lib/punycode.min.js?ver=1.0.0 — 200 — 959 B — 82 ms — h2https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/js/share/utils.min.js?ver=1.9.3.2www.pastemagazine.com/wp-content/pl... https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/js/share/utils.min.js?ver=1.9.3.2 — 200 — 759 B — 92 ms — h2https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/js/frontend/wpforms-modern.min.js?ver=1.9.3.2www.pastemagazine.com/wp-content/pl... https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/js/frontend/wpforms-modern.min.js?ver=1.9.3.2 — 200 — 2.1 KiB — 106 ms — h2https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/lib/flatpickr/flatpickr.min.js?ver=4.6.9www.pastemagazine.com/wp-content/pl... https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/lib/flatpickr/flatpickr.min.js?ver=4.6.9 — 200 — 13.9 KiB — 104 ms — h2https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/lib/jquery.timepicker/jquery.timepicker.min.js?ver=1.11.5www.pastemagazine.com/wp-content/pl... https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/lib/jquery.timepicker/jquery.timepicker.min.js?ver=1.11.5 — 200 — 5.1 KiB — 84 ms — h2data:image/webp;base64,UklGRkoAAABXRUJQVlA4WAoAAAAQAAAAAAAAAAAAQUxQSAwAAAARBxAR/Q9ERP8DAABWUDggGAAA…data:image/webp;base64,UklGRkoAAABX... data:image/webp;base64,UklGRkoAAABXRUJQVlA4WAoAAAAQAAAAAAAAAAAAQUxQSAwAAAARBxAR/Q9ERP8DAABWUDggGAAA… — 200 — 0 B — 0 ms — datahttps://pastemediagroup.cloudflareaccess.com/cdn-cgi/access/login/www.pastemagazine.com?kid=ca27540a302455ffcdd6dc1d23ddf7e80d159c9e4a65de7948886e68a79f5139&meta=eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6IjQxOGNhOWY0ZjUwNDlkMDQyMzVkYjU1ZTk2YjY5ZTdmYjIxZGM1MGZlMTBlMDc4YTUzNTcwOGRjNDUzZTkwYjMifQ.eyJ0eXBlIjoibWV0YSIsImF1ZCI6ImNhMjc1NDBhMzAyNDU1ZmZjZGQ2ZGMxZDIzZGRmN2U4MGQxNTljOWU0YTY1ZGU3OTQ4ODg2ZTY4YTc5ZjUxMzkiLCJob3N0bmFtZSI6Ind3dy5wYXN0ZW1hZ2F6aW5lLmNvbSIsInJlZGlyZWN0X3VybCI6Ii93cC1hZG1pbi9qcy9wYXNzd29yZC1zdHJlbmd0aC1tZXRlci5taW4uanM_dmVyPTYuOS40Iiwic2VydmljZV90b2tlbl9zdGF0dXMiOmZhbHNlLCJpc193YXJwIjpmYWxzZSwiaXNfZ2F0ZXdheSI6ZmFsc2UsImV4cCI6MTc3Njg5Mzg3NywibmJmIjoxNzc2ODkzNTc3LCJpYXQiOjE3NzY4OTM1NzcsImF1dGhfc3RhdHVzIjoiTk9ORSIsIm10bHNfYXV0aCI6eyJjZXJ0X2lzc3Vlcl9kbiI6IiIsImNlcnRfc2VyaWFsIjoiIiwiY2VydF9pc3N1ZXJfc2tpIjoiIiwiY2VydF9wcmVzZW50ZWQiOmZhbHNlLCJjb21tb25fbmFtZSI6IiIsImF1dGhfc3RhdHVzIjoiTk9ORSJ9LCJyZWFsX2NvdW50cnkiOiJFUyIsImFwcF9zZXNzaW9uX2hhc2giOiIxMmMxOWVlYTNkYmEyYmQ5NWRhZjA1ZDJlOGNjOGZmYzQ3OWQ0Y2M0MWMyMGVmYjkwODJhYzk4ZDE5ODYzNjhjIn0.a7p9R55FCYbuA-uqVfwI6Hai5z-6UqjRhNuLYbEmhN3mVuQdtRy7QXao3YQB0q2nHy8JuHoHVJk_okYTrFvGy_nATwYOwBPqEcxyG_DiZZaTo3sQCcIcbEoKkrPI9uPq5Y3KeU5ezVkOKV-Kouqq7qJq1Ng-WqZf2GnieJoSH-g0Ez10Ynf6848rX9B_o061z6gFLKAEF2k0u3fyFhafcfeu_nFUETcBMaPRrRKQDxyulZEWflz1wU0XDudDo_oVqREp0COszE93T3QVvqJfc7c-MMYja3WcEoJBtvPcJu1t5-JJVzRoKscA6YX2hoWG12lHI3OE9tUXZcq20t6TDA&redirect_url=%2Fwp-admin%2Fjs%2Fpassword-strength-meter.min.js%3Fver%3D6.9.4pastemediagroup.cloudflareaccess.co... https://pastemediagroup.cloudflareaccess.com/cdn-cgi/access/login/www.pastemagazine.com?kid=ca27540a302455ffcdd6dc1d23ddf7e80d159c9e4a65de7948886e68a79f5139&meta=eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6IjQxOGNhOWY0ZjUwNDlkMDQyMzVkYjU1ZTk2YjY5ZTdmYjIxZGM1MGZlMTBlMDc4YTUzNTcwOGRjNDUzZTkwYjMifQ.eyJ0eXBlIjoibWV0YSIsImF1ZCI6ImNhMjc1NDBhMzAyNDU1ZmZjZGQ2ZGMxZDIzZGRmN2U4MGQxNTljOWU0YTY1ZGU3OTQ4ODg2ZTY4YTc5ZjUxMzkiLCJob3N0bmFtZSI6Ind3dy5wYXN0ZW1hZ2F6aW5lLmNvbSIsInJlZGlyZWN0X3VybCI6Ii93cC1hZG1pbi9qcy9wYXNzd29yZC1zdHJlbmd0aC1tZXRlci5taW4uanM_dmVyPTYuOS40Iiwic2VydmljZV90b2tlbl9zdGF0dXMiOmZhbHNlLCJpc193YXJwIjpmYWxzZSwiaXNfZ2F0ZXdheSI6ZmFsc2UsImV4cCI6MTc3Njg5Mzg3NywibmJmIjoxNzc2ODkzNTc3LCJpYXQiOjE3NzY4OTM1NzcsImF1dGhfc3RhdHVzIjoiTk9ORSIsIm10bHNfYXV0aCI6eyJjZXJ0X2lzc3Vlcl9kbiI6IiIsImNlcnRfc2VyaWFsIjoiIiwiY2VydF9pc3N1ZXJfc2tpIjoiIiwiY2VydF9wcmVzZW50ZWQiOmZhbHNlLCJjb21tb25fbmFtZSI6IiIsImF1dGhfc3RhdHVzIjoiTk9ORSJ9LCJyZWFsX2NvdW50cnkiOiJFUyIsImFwcF9zZXNzaW9uX2hhc2giOiIxMmMxOWVlYTNkYmEyYmQ5NWRhZjA1ZDJlOGNjOGZmYzQ3OWQ0Y2M0MWMyMGVmYjkwODJhYzk4ZDE5ODYzNjhjIn0.a7p9R55FCYbuA-uqVfwI6Hai5z-6UqjRhNuLYbEmhN3mVuQdtRy7QXao3YQB0q2nHy8JuHoHVJk_okYTrFvGy_nATwYOwBPqEcxyG_DiZZaTo3sQCcIcbEoKkrPI9uPq5Y3KeU5ezVkOKV-Kouqq7qJq1Ng-WqZf2GnieJoSH-g0Ez10Ynf6848rX9B_o061z6gFLKAEF2k0u3fyFhafcfeu_nFUETcBMaPRrRKQDxyulZEWflz1wU0XDudDo_oVqREp0COszE93T3QVvqJfc7c-MMYja3WcEoJBtvPcJu1t5-JJVzRoKscA6YX2hoWG12lHI3OE9tUXZcq20t6TDA&redirect_url=%2Fwp-admin%2Fjs%2Fpassword-strength-meter.min.js%3Fver%3D6.9.4 — -1 — 0 B — 188 ms — https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 34.1 KiB — 147 ms — h3https://scripts.pubnation.com/flooring/countryLookupscripts.pubnation.com/flooring/coun... https://scripts.pubnation.com/flooring/countryLookup — 200 — 248 B — 5 ms — h2https://scripts.pubnation.com/launcher/settings.json?off=pubnationscripts.pubnation.com/launcher/sett... https://scripts.pubnation.com/launcher/settings.json?off=pubnation — 200 — 3.5 KiB — 6 ms — h2https://keywords.pubnation.com/keyword?pageUrl=https://www.pastemagazine.com/keywords.pubnation.com/keyword?page... https://keywords.pubnation.com/keyword?pageUrl=https://www.pastemagazine.com/ — 204 — 0 B — 131 ms — h2https://www.pastemagazine.com/wp-content/plugins/google-analytics-premium/assets/js/frontend-gtag.min.js?ver=10.0.3www.pastemagazine.com/wp-content/pl... https://www.pastemagazine.com/wp-content/plugins/google-analytics-premium/assets/js/frontend-gtag.min.js?ver=10.0.3 — 200 — 3.6 KiB — 40 ms — h3https://static.chartbeat.com/js/chartbeat_mab.jsstatic.chartbeat.com/js/chartbeat_m... https://static.chartbeat.com/js/chartbeat_mab.js — 200 — 10.1 KiB — 53 ms — h2https://www.pastemagazine.com/wp-content/plugins/ewww-image-optimizer/includes/lazysizes.min.js?ver=850www.pastemagazine.com/wp-content/pl... https://www.pastemagazine.com/wp-content/plugins/ewww-image-optimizer/includes/lazysizes.min.js?ver=850 — 200 — 6.6 KiB — 42 ms — h3https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 — 200 — 10.7 KiB — 108 ms — h2https://scripts.pubnation.com/tags/3.44.9__cgroup3.44.10-3774-eids.1/wrapper.min.js?bust=-2082758458scripts.pubnation.com/tags/3.44.9__... https://scripts.pubnation.com/tags/3.44.9__cgroup3.44.10-3774-eids.1/wrapper.min.js?bust=-2082758458 — 200 — 78.2 KiB — 7 ms — h2https://exchange.pubnation.com/usersync.min.js?s2sVersion=s2s-ab-test4-cexchange.pubnation.com/usersync.min... https://exchange.pubnation.com/usersync.min.js?s2sVersion=s2s-ab-test4-c — 200 — 5.3 KiB — 148 ms — h2https://static.chartbeat.com/js/chartbeat.jsstatic.chartbeat.com/js/chartbeat.j... https://static.chartbeat.com/js/chartbeat.js — 200 — 16.1 KiB — 50 ms — h2https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/css/fields/layout-screen-big.min.css?ver=1.9.3.2www.pastemagazine.com/wp-content/pl... https://www.pastemagazine.com/wp-content/plugins/wpforms/assets/pro/css/fields/layout-screen-big.min.css?ver=1.9.3.2 — 200 — 715 B — 41 ms — h3data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==data:image/gif;base64,R0lGODlhAQABA... data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== — 200 — 0 B — 0 ms — datadata:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAOdUlEQVR4nNzQIRJAUBgA4c+MIghG0IX…data:img/png;base64,iVBORw0KGgoAAAA... data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAOdUlEQVR4nNzQIRJAUBgA4c+MIghG0IX… — 200 — 3.7 KiB — 23 ms — datadata:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFIAAABXCAYAAACX4RIoAAAMGElEQVR4nMzOsQ2AIBAAwLMl1o5A4Qw…data:img/png;base64,iVBORw0KGgoAAAA... data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFIAAABXCAYAAACX4RIoAAAMGElEQVR4nMzOsQ2AIBAAwLMl1o5A4Qw… — 200 — 3.1 KiB — 23 ms — datahttps://img.pastemagazine.com/images/landing-header-bg.pngimg.pastemagazine.com/images/landin... https://img.pastemagazine.com/images/landing-header-bg.png — 200 — 816 B — 108 ms — h3https://keywords.pubnation.com/keyword?pageUrl=https://www.pastemagazine.com/keywords.pubnation.com/keyword?page... https://keywords.pubnation.com/keyword?pageUrl=https://www.pastemagazine.com/ — 200 — 235 B — 5 ms — h2https://www.pastemagazine.com/wp-content/themes/pastemagazine/img/search-cropped.svgwww.pastemagazine.com/wp-content/th... https://www.pastemagazine.com/wp-content/themes/pastemagazine/img/search-cropped.svg — 200 — 846 B — 69 ms — h3https://img.pastemagazine.com/wp-content/uploads/2026/04/22104446/0C9FEC18-79A0-4AFA-BB65-6A064C58DC44-scaled-e1776869134558.jpegimg.pastemagazine.com/wp-content/up... https://img.pastemagazine.com/wp-content/uploads/2026/04/22104446/0C9FEC18-79A0-4AFA-BB65-6A064C58DC44-scaled-e1776869134558.jpeg — 200 — 5.3 KiB — 79 ms — h3https://img.pastemagazine.com/wp-content/uploads/2026/04/22010429/F6B6B456-47ED-4D67-BACD-7460C58D38D5-scaled-e1776834285100.jpegimg.pastemagazine.com/wp-content/up... https://img.pastemagazine.com/wp-content/uploads/2026/04/22010429/F6B6B456-47ED-4D67-BACD-7460C58D38D5-scaled-e1776834285100.jpeg — 200 — 9.4 KiB — 79 ms — h3https://img.pastemagazine.com/wp-content/uploads/2026/04/22142253/B5BA03AA-BC82-41DF-9B8B-98A6675F7C2C-scaled-e1776882246742.jpegimg.pastemagazine.com/wp-content/up... https://img.pastemagazine.com/wp-content/uploads/2026/04/22142253/B5BA03AA-BC82-41DF-9B8B-98A6675F7C2C-scaled-e1776882246742.jpeg — 200 — 6.0 KiB — 65 ms — h3https://www.pastemagazine.com/wp-content/themes/pastemagazine/font/icons.ttfwww.pastemagazine.com/wp-content/th... https://www.pastemagazine.com/wp-content/themes/pastemagazine/font/icons.ttf — 200 — 43.2 KiB — 66 ms — h3https://www.pastemagazine.com/cdn-cgi/challenge-platform/scripts/jsd/main.jswww.pastemagazine.com/cdn-cgi/chall... https://www.pastemagazine.com/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 453 B — 77 ms — h3https://scripts.pubnation.com/tags/3995/9821ff725623e34a92dd.min.jsscripts.pubnation.com/tags/3995/982... https://scripts.pubnation.com/tags/3995/9821ff725623e34a92dd.min.js — 200 — 10.9 KiB — 3 ms — h2https://scripts.pubnation.com/tags/gdpr/7cff4d3cf58248df9dda.min.jsscripts.pubnation.com/tags/gdpr/7cf... https://scripts.pubnation.com/tags/gdpr/7cff4d3cf58248df9dda.min.js — 200 — 7.1 KiB — 4 ms — h2https://exchange.pubnation.com/ias/check?s2sVersion=s2s-ab-test4-cexchange.pubnation.com/ias/check?s2... https://exchange.pubnation.com/ias/check?s2sVersion=s2s-ab-test4-c — 200 — 216 B — 38 ms — h2https://www.pastemagazine.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js?www.pastemagazine.com/cdn-cgi/chall... https://www.pastemagazine.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js? — 200 — 13.0 KiB — 22 ms — h3https://region1.analytics.google.com/g/collect?v=2&tid=G-V3K4873RKC&gtm=45je64k0v886301594za200zd886301594&_p=1776893577577&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&gdid=dZGIzZG&_eu=AAAAAGA&are=1&cid=1336932774.1776893578&frm=0&pscdl=noapi&rcb=17&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266401~117512543&sid=1776893578&sct=1&seg=0&dl=https%3A%2F%2Fwww.pastemagazine.com%2F&dt=Paste%20Magazine%3A%20Your%20Guide%20to%20the%20Best%20Music%2C%20Movies%20%26%20TV%20Shows&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.forceSSL=true&ep.link_attribution=true&tfd=601region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-V3K4873RKC&gtm=45je64k0v886301594za200zd886301594&_p=1776893577577&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&gdid=dZGIzZG&_eu=AAAAAGA&are=1&cid=1336932774.1776893578&frm=0&pscdl=noapi&rcb=17&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266401~117512543&sid=1776893578&sct=1&seg=0&dl=https%3A%2F%2Fwww.pastemagazine.com%2F&dt=Paste%20Magazine%3A%20Your%20Guide%20to%20the%20Best%20Music%2C%20Movies%20%26%20TV%20Shows&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.forceSSL=true&ep.link_attribution=true&tfd=601 — 204 — 553 B — 99 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-V3K4873RKC&cid=1336932774.1776893578&gtm=45je64k0v886301594za200zd886301594&rcb=17&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938468~117266401~117512543stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-V3K4873RKC&cid=1336932774.1776893578&gtm=45je64k0v886301594za200zd886301594&rcb=17&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938468~117266401~117512543 — 204 — 553 B — 84 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-V3K4873RKC&cid=1336932774.1776893578&gtm=45je64k0v886301594za200zd886301594&rcb=17&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938468~117266401~117512543&z=856169883www.google.es/ads/ga-audiences?v=1&... https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-V3K4873RKC&cid=1336932774.1776893578&gtm=45je64k0v886301594za200zd886301594&rcb=17&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938468~117266401~117512543&z=856169883 — 200 — 408 B — 119 ms — h2https://scripts.pubnation.com/tags/3318/fa6cd5e582c41b54b01c.min.jsscripts.pubnation.com/tags/3318/fa6... https://scripts.pubnation.com/tags/3318/fa6cd5e582c41b54b01c.min.js — 200 — 4.2 KiB — 3 ms — h2https://scripts.pubnation.com/tags/cmp/e8484401c62373a45398.min.jsscripts.pubnation.com/tags/cmp/e848... https://scripts.pubnation.com/tags/cmp/e8484401c62373a45398.min.js — 200 — 9.4 KiB — 4 ms — h2https://www.pastemagazine.com/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.701626560664917:1776892374:gQJljF0aZZrIO3IynWNGsIOLzRNC3tjn0Mr3NcjBzVE/9f07be7b79c106b2www.pastemagazine.com/cdn-cgi/chall... https://www.pastemagazine.com/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.701626560664917:1776892374:gQJljF0aZZrIO3IynWNGsIOLzRNC3tjn0Mr3NcjBzVE/9f07be7b79c106b2 — 200 — 1.0 KiB — 25 ms — h3https://ping.chartbeat.net/ping?h=pastemagazine.com&p=%2F&u=5aSmbXieeC4KWQs&d=pastemagazine.com&g=67234&g0=homepage&g1=No%20Author&g7=1701227986000&n=1&f=00001&c=0&x=0&m=0&y=12500&o=412&w=823&j=45&R=1&W=0&I=0&E=0&e=0&r=&PA=https%3A%2F%2Fwww.pastemagazine.com%2F&b=678&t=D-smWdC9IVElBEUnjrDzLlzYN5Xop&V=150&i=Paste%20Magazine%3A%20Your%20Guide%20to%20the%20Best%20Music%2C%20Movies%20%26%20TV%20Shows&tz=0&sn=1&sv=C6E6mxQPzBSC56pryCS9miOCawJRG&sr=external&sd=1&im=067b0fff&_ping.chartbeat.net/ping?h=pastemaga... https://ping.chartbeat.net/ping?h=pastemagazine.com&p=%2F&u=5aSmbXieeC4KWQs&d=pastemagazine.com&g=67234&g0=homepage&g1=No%20Author&g7=1701227986000&n=1&f=00001&c=0&x=0&m=0&y=12500&o=412&w=823&j=45&R=1&W=0&I=0&E=0&e=0&r=&PA=https%3A%2F%2Fwww.pastemagazine.com%2F&b=678&t=D-smWdC9IVElBEUnjrDzLlzYN5Xop&V=150&i=Paste%20Magazine%3A%20Your%20Guide%20to%20the%20Best%20Music%2C%20Movies%20%26%20TV%20Shows&tz=0&sn=1&sv=C6E6mxQPzBSC56pryCS9miOCawJRG&sr=external&sd=1&im=067b0fff&_ — 200 — 201 B — 331 ms — h2https://mab.chartbeat.com/mab_strategy/headline_testing/get_strategy/?host=pastemagazine.com&domain=pastemagazine.com&path=%2Fmab.chartbeat.com/mab_strategy/head... https://mab.chartbeat.com/mab_strategy/headline_testing/get_strategy/?host=pastemagazine.com&domain=pastemagazine.com&path=%2F — 200 — 519 B — 47 ms — h2https://eu-us.consentmanager.net/delivery/cmp.php?&cdid=aae8faf2c2da9&h=https%3A%2F%2Fwww.pastemagazine.com%2F&&cmpsetcc=FR-NONE&__cmpfcc=1&l=en&ls=EN_EN_EN&lp=EN-US&o=1776893578144eu-us.consentmanager.net/delivery/c... https://eu-us.consentmanager.net/delivery/cmp.php?&cdid=aae8faf2c2da9&h=https%3A%2F%2Fwww.pastemagazine.com%2F&&cmpsetcc=FR-NONE&__cmpfcc=1&l=en&ls=EN_EN_EN&lp=EN-US&o=1776893578144 — 200 — 2.7 KiB — 172 ms — h2https://eu-us-cdn.consentmanager.net/delivery/js/cmp_final.min.js?t=2026-4-22eu-us-cdn.consentmanager.net/delive... https://eu-us-cdn.consentmanager.net/delivery/js/cmp_final.min.js?t=2026-4-22 — 200 — 101.0 KiB — 250 ms — h2https://scripts.grow.me/main.jsscripts.grow.me/main.js https://scripts.grow.me/main.js — 200 — 5.0 KiB — 81 ms — h2https://scripts.pubnation.com/tags/6973/cfdfcfae741acb0ee60d.min.jsscripts.pubnation.com/tags/6973/cfd... https://scripts.pubnation.com/tags/6973/cfdfcfae741acb0ee60d.min.js — 200 — 19.1 KiB — 4 ms — h2https://scripts.pubnation.com/tags/2445/93920d631570bc6ea767.min.jsscripts.pubnation.com/tags/2445/939... https://scripts.pubnation.com/tags/2445/93920d631570bc6ea767.min.js — 200 — 6.0 KiB — 7 ms — h2https://scripts.pubnation.com/tags/stickyVideo/b002d8647f44e40798d8.min.jsscripts.pubnation.com/tags/stickyVi... https://scripts.pubnation.com/tags/stickyVideo/b002d8647f44e40798d8.min.js — 200 — 10.5 KiB — 7 ms — h2https://api.grow.me/location-privacy-infoapi.grow.me/location-privacy-info https://api.grow.me/location-privacy-info — 200 — 307 B — 49 ms — h2https://api.grow.me/grow-headless-versionsapi.grow.me/grow-headless-versions https://api.grow.me/grow-headless-versions — 200 — 372 B — 47 ms — h2https://scripts.grow.me/app.1.19.27.jsscripts.grow.me/app.1.19.27.js https://scripts.grow.me/app.1.19.27.js — 200 — 14.8 KiB — 2 ms — h2https://eu-us-cdn.consentmanager.net/delivery/customdata/bV8xLndfMTM0MzQ5LnJfR0RQUi5sX2VuLmRfNTIzNDMueF80Mi52LnAudF81MjM0My54dF8yNTc2.jseu-us-cdn.consentmanager.net/delive... https://eu-us-cdn.consentmanager.net/delivery/customdata/bV8xLndfMTM0MzQ5LnJfR0RQUi5sX2VuLmRfNTIzNDMueF80Mi52LnAudF81MjM0My54dF8yNTc2.js — 200 — 26.5 KiB — 81 ms — h2https://eu-us.consentmanager.net/delivery/info/?id=134349&did=7&cfdid=52343&t=pv.d_ncs.d_ancs.d_bncs.cf.cfx.cv&h=https%3A%2F%2Fwww.pastemagazine.com%2F&o=1776893578469&l=EN&lv=218565&d=7&ct=14&e=&e2=&e3=&i=&sv=2576&dv=42&&cmpsetcc=FR-NONEeu-us.consentmanager.net/delivery/i... https://eu-us.consentmanager.net/delivery/info/?id=134349&did=7&cfdid=52343&t=pv.d_ncs.d_ancs.d_bncs.cf.cfx.cv&h=https%3A%2F%2Fwww.pastemagazine.com%2F&o=1776893578469&l=EN&lv=218565&d=7&ct=14&e=&e2=&e3=&i=&sv=2576&dv=42&&cmpsetcc=FR-NONE — 200 — 325 B — 34 ms — h2https://www.pastemagazine.com/wp-includes/js/zxcvbn.min.jswww.pastemagazine.com/wp-includes/j... https://www.pastemagazine.com/wp-includes/js/zxcvbn.min.js — 200 — 390.2 KiB — 153 ms — h3https://www.pastemagazine.com/cdn-cgi/rum?www.pastemagazine.com/cdn-cgi/rum? https://www.pastemagazine.com/cdn-cgi/rum? — 204 — 201 B — 20 ms — h3https://www.pastemagazine.com/wp-content/themes/pastemagazine/img/favicon.icowww.pastemagazine.com/wp-content/th... https://www.pastemagazine.com/wp-content/themes/pastemagazine/img/favicon.ico — 200 — 810 B — 33 ms — h3https://cdn.consentmanager.net/delivery/whitelabel/cmplogo.svgcdn.consentmanager.net/delivery/whi... https://cdn.consentmanager.net/delivery/whitelabel/cmplogo.svg — 200 — 1.5 KiB — 87 ms — h2https://eu-us-cdn.consentmanager.net/delivery/flags/en.gifeu-us-cdn.consentmanager.net/delive... https://eu-us-cdn.consentmanager.net/delivery/flags/en.gif — 200 — 816 B — 31 ms — h2https://img.pastemagazine.com/wp-content/uploads/2026/04/16213731/0B60B4CE-F344-4694-8F04-5F8DF496CCE2-scaled-e1776389859818.jpegimg.pastemagazine.com/wp-content/up... https://img.pastemagazine.com/wp-content/uploads/2026/04/16213731/0B60B4CE-F344-4694-8F04-5F8DF496CCE2-scaled-e1776389859818.jpeg — 200 — 9.6 KiB — 35 ms — h3https://img.pastemagazine.com/wp-content/uploads/2026/04/22123608/50A19E11-A5B2-4D59-BEDD-A7FE4E088FAA-scaled-e1776875777565.jpegimg.pastemagazine.com/wp-content/up... https://img.pastemagazine.com/wp-content/uploads/2026/04/22123608/50A19E11-A5B2-4D59-BEDD-A7FE4E088FAA-scaled-e1776875777565.jpeg — 200 — 8.8 KiB — 58 ms — h3https://img.pastemagazine.com/wp-content/uploads/2026/04/21110134/IMG_8988-e1776783706372.jpgimg.pastemagazine.com/wp-content/up... https://img.pastemagazine.com/wp-content/uploads/2026/04/21110134/IMG_8988-e1776783706372.jpg — 200 — 7.9 KiB — 58 ms — h3https://img.pastemagazine.com/wp-content/uploads/2026/04/21235943/6B92A796-DACE-4E01-AF7C-03E033D7CA7F-scaled-e1776830390368.jpegimg.pastemagazine.com/wp-content/up... https://img.pastemagazine.com/wp-content/uploads/2026/04/21235943/6B92A796-DACE-4E01-AF7C-03E033D7CA7F-scaled-e1776830390368.jpeg — 200 — 14.4 KiB — 51 ms — h3https://img.pastemagazine.com/wp-content/uploads/2026/04/22034310/5819238B-F035-4F0C-A342-14A52A38BD03-scaled-e1776843797877.jpegimg.pastemagazine.com/wp-content/up... https://img.pastemagazine.com/wp-content/uploads/2026/04/22034310/5819238B-F035-4F0C-A342-14A52A38BD03-scaled-e1776843797877.jpeg — 200 — 9.1 KiB — 57 ms — h3https://img.pastemagazine.com/wp-content/uploads/2026/04/21231230/253A88F6-B16E-4E02-B2F0-7B28EBDFAE30-scaled-e1776827558218.jpegimg.pastemagazine.com/wp-content/up... https://img.pastemagazine.com/wp-content/uploads/2026/04/21231230/253A88F6-B16E-4E02-B2F0-7B28EBDFAE30-scaled-e1776827558218.jpeg — 200 — 6.9 KiB — 57 ms — h3https://img.pastemagazine.com/wp-content/uploads/2026/04/21130957/E2DF58D5-0D99-4F6E-BD82-28DF382B1628-scaled-e1776791478974.jpegimg.pastemagazine.com/wp-content/up... https://img.pastemagazine.com/wp-content/uploads/2026/04/21130957/E2DF58D5-0D99-4F6E-BD82-28DF382B1628-scaled-e1776791478974.jpeg — 200 — 13.4 KiB — 66 ms — h3https://img.pastemagazine.com/wp-content/uploads/2026/04/21122343/DBDA3051-6268-4D46-9828-9B2222EC6FC7-scaled-e1776788630239.jpegimg.pastemagazine.com/wp-content/up... https://img.pastemagazine.com/wp-content/uploads/2026/04/21122343/DBDA3051-6268-4D46-9828-9B2222EC6FC7-scaled-e1776788630239.jpeg — 200 — 10.4 KiB — 38 ms — h3https://img.pastemagazine.com/wp-content/uploads/2026/04/21120909/F7D26482-9967-4943-836D-0BD2B9F01852-scaled-e1776787762161.jpegimg.pastemagazine.com/wp-content/up... https://img.pastemagazine.com/wp-content/uploads/2026/04/21120909/F7D26482-9967-4943-836D-0BD2B9F01852-scaled-e1776787762161.jpeg — 200 — 8.5 KiB — 35 ms — h3https://img.pastemagazine.com/wp-content/uploads/2026/04/21030324/E4C7DB4A-F0AB-4DC1-AF2C-A7A49C3361C7-scaled-e1776755011272.jpegimg.pastemagazine.com/wp-content/up... https://img.pastemagazine.com/wp-content/uploads/2026/04/21030324/E4C7DB4A-F0AB-4DC1-AF2C-A7A49C3361C7-scaled-e1776755011272.jpeg — 200 — 9.6 KiB — 37 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 2794ms · 937KB · $16/mo
Unattributable
Other
Costly
Execution 435ms
Transfer 0 KB
Monthly Cost $2/mo
www.pastemagazine.com
Other
Costly
Execution 388ms
Transfer 49 KB
Monthly Cost $2/mo
www.pastemagazine.com
Other
Costly
Execution 304ms
Transfer 7 KB
Monthly Cost $2/mo
eu-us-cdn.consentmanager.net
Other
Costly
Execution 292ms
Transfer 26 KB
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Costly
Execution 246ms
Transfer 163 KB
Unused 41%
Monthly Cost $1/mo
www.pastemagazine.com
Other
Costly
Execution 233ms
Transfer 390 KB
Monthly Cost $1/mo
www.pastemagazine.com
Other
Costly
Execution 218ms
Transfer 0 KB
Monthly Cost $1/mo
scripts.pubnation.com
Other
Optional
Execution 164ms
Transfer 78 KB
Unused 54%
Monthly Cost $1/mo
scripts.pubnation.com
Other
Optional
Execution 140ms
Transfer 9 KB
Monthly Cost $1/mo
static.chartbeat.com
Other
Optional
Execution 112ms
Transfer 16 KB
Monthly Cost $1/mo
eu-us-cdn.consentmanager.net
Other
Optional
Execution 70ms
Transfer 101 KB
Unused 35%
Monthly Cost $0/mo
www.pastemagazine.com
Other
Optional
Execution 69ms
Transfer 36 KB
Unused 63%
Monthly Cost $0/mo
www.pastemagazine.com
Other
Optional
Execution 66ms
Transfer 30 KB
Monthly Cost $0/mo
scripts.pubnation.com
Other
Optional
Execution 57ms
Transfer 31 KB
Monthly Cost $0/mo

These scripts may cost more than they're worth

  • Unattributable adds 435ms and costs ~$2/month
  • www.pastemagazine.com adds 388ms and costs ~$2/month
  • www.pastemagazine.com adds 304ms and costs ~$2/month
  • eu-us-cdn.consentmanager.net adds 292ms and costs ~$2/month
  • Google Tag Manager adds 246ms and costs ~$1/month
  • www.pastemagazine.com adds 233ms and costs ~$1/month
  • www.pastemagazine.com adds 218ms and costs ~$1/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

Unattributable takes 435ms 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.pastemagazine.com takes 388ms 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.pastemagazine.com takes 304ms 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

eu-us-cdn.consentmanager.net 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

Google Tag Manager takes 246ms 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.pastemagazine.com takes 233ms 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.pastemagazine.com takes 218ms 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 scripts.pubnation.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

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

Why this matters

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

Source: web.dev

How third-party costs are calculated

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

Send Feedback