Skip to content
https://jacobin.com

Performance

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

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.
75
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.
83
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.

831 ms

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

2.61 s

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

19 ms

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

0.001

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

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

4.63 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
15
6 PASS 2 REVIEW 5 FIX
F
Page Weight Budget
Action
5.7 MB transferred, 112 requests
FIX
5.7 MB transferred, 112 requests
Critical::
Page weighs 13.5 MB (5.7 MB transferred)
Warning::
JavaScript is 2.6 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.6 MB
Warning::
Images are 2.5 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 2.5 MB
Info::
Fonts are 408 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 408 KB
Warning::
112 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.2 g CO2 per page load
5.7 MB / 2.4 MB budget
5.7 MB transferred
112 requests
1.2 g CO2 per page load
JavaScript 2.6 MiB 45%
Images 2.5 MiB 43%
Fonts 408.4 KiB 7%
Other 115.4 KiB 2%
CSS 99.2 KiB 2%
HTML 49.9 KiB 1%
Other 47.8 KiB 1%
Other 23.8 KiB 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

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

Why this matters

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

Source: web.dev

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
90% third-party, 0 ms blocking
FIX
90% third-party, 0 ms blocking
Warning::
Third-party code accounts for 90% of page weight (5.2 MiB of 5.7 MiB)
Info::
Third-party blocking time is low (0 ms)
90%
First-party Third-party
F
JS Bundles
Action
32 scripts, 1.4 MB unused
FIX
32 scripts, 1.4 MB unused
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 177 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 177 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 177 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://js.stripe.com/v3/: 164 KB unused (73%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 131 KB unused (70%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.4 MB
1472 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js0 KB177 KB (49%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB177 KB (49%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB177 KB (49%)3rd
https://js.stripe.com/v3/226 KB164 KB (73%)3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31097946187 KB131 KB (70%)3rd
https://cdn.fuseplatform.net/prebid/prebid-9.53.5-59b3f3e472d57a74bd2465fd9536b601.js148 KB114 KB (77%)3rd
https://jacobin.com/static/1776722461/js/jacobin.js157 KB106 KB (68%)1st
https://cmp.inmobi.com/tcfv2/56/cmp2.js?referer=jacobin.com113 KB75 KB (67%)3rd
https://www.googletagmanager.com/gtag/destination?id=G-XXXXXXXXXX&cx=c&gtm=4e64k0137 KB73 KB (53%)3rd
https://www.googletagmanager.com/gtag/js?id=G-52MH01NGXV&cx=c&gtm=4e64k0164 KB66 KB (40%)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
112 resources · 5.7 MB · 1.4 MB savings available
FIX
112 resources · 5.7 MB · 1.4 MB savings available
Warning::
Page weight 4.7 MB over 1MB target
Got: 5.7 MB Expected: ≤ 1 MB
Info::
~1.4 MB of savings available
Warning::
100 third-party resources (90% of weight)
Info::
7 resources over 200KB
112 resources · 5.7 MiB · 100 third-party 4.7 MiB over 1MB target
JavaScript 45% · 2.6 MiB
Image 43% · 2.5 MiB
Font 7% · 408.4 KiB
Other 3% · 176.2 KiB
CSS 2% · 99.2 KiB
Document 1% · 51.1 KiB

~1.4 MiB of savings available

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

No Cache-Control header

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

C
Image Optimization
Action
23 images, 0 KB saveable
REVIEW
23 images, 0 KB saveable
Warning::
https://images.jacobinmag.com/wp-content/uploads/2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.jacobinmag.com/wp-content/uploads/2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.jacobinmag.com/wp-content/uploads/2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.jacobinmag.com/wp-content/uploads/2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.jacobinmag.com/wp-content/uploads/2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.jacobinmag.com/wp-content/uploads/2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.jacobinmag.com/wp-content/uploads/2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.jacobinmag.com/wp-content/uploads/2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.jacobinmag.com/wp-content/uploads/2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.jacobinmag.com/wp-content/uploads/2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.jacobinmag.com/wp-content/uploads/2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.jacobinmag.com/wp-content/uploads/2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.jacobinmag.com/wp-content/uploads/2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
23 images 2.5 MB
0 oversized -0 KB
22 legacy format
13 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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 Execution Cost
Action
1221ms total JS execution
REVIEW
1221ms total JS execution
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 275ms CPU time
Warning::
Unattributable: 274ms CPU time
Info::
https://jacobin.com/: 189ms CPU time
Info::
https://geo.cookie-script.com/s/dd3762a1df8013cbdf...: 146ms CPU time
Info::
https://cdn.fuseplatform.net/publift/tags/2/4027/f...: 97ms CPU time
Warning::
Third-party scripts: 1032ms (85% of total)

Main Thread Breakdown

Script Evaluation 57% Other 17% Script Parsing & Compilation 13% Style & Layout 9%
ScriptTotalScriptingParse/CompileParty
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js275ms188ms65ms3rd
Unattributable274ms45ms0ms3rd
https://jacobin.com/189ms12ms0ms1st
https://geo.cookie-script.com/s/dd3762a1df8013cbdfaf7dc8e7aecf42.js?country=gb&region=eu146ms91ms2ms3rd
https://cdn.fuseplatform.net/publift/tags/2/4027/fuse.js97ms84ms8ms3rd
https://www.googletagmanager.com/gtag/js?id=G-52MH01NGXV&cx=c&gtm=4e64k071ms54ms16ms3rd
https://js.stripe.com/v3/65ms36ms29ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-5GCNZ33N55ms45ms9ms3rd
https://cdn.fuseplatform.net/prebid/prebid-9.53.5-59b3f3e472d57a74bd2465fd9536b601.js51ms43ms8ms3rd
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
9 fonts (408 KB)
PASS
9 fonts (408 KB)
Info::
9 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

9

408 KB total

Render-blocking

0

of 9

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 831 ms LCP 2.6 shttps://jacobin.com/static/fonts/lateral/Lateral-StandardRegular.woffLateral-StandardRegular... https://jacobin.com/static/fonts/lateral/Lateral-StandardRegular.woff — 38.0 KiB — 28 ms — font-display: swaphttps://jacobin.com/static/fonts/lateral/Lateral-CondensedBold.woffLateral-CondensedBold.woff https://jacobin.com/static/fonts/lateral/Lateral-CondensedBold.woff — 44.9 KiB — 38 ms — font-display: swaphttps://jacobin.com/static/fonts/rosart/RosartJacobin-Regular.woff2RosartJacobin-Regular.w... https://jacobin.com/static/fonts/rosart/RosartJacobin-Regular.woff2 — 56.0 KiB — 47 ms — font-display: swaphttps://jacobin.com/static/fonts/rosart/RosartJacobin-RegularItalic.woff2RosartJacobin-RegularIt... https://jacobin.com/static/fonts/rosart/RosartJacobin-RegularItalic.woff2 — 61.2 KiB — 64 ms — font-display: swaphttps://jacobin.com/static/fonts/lateral/Lateral-StandardBold.woffLateral-StandardBold.woff https://jacobin.com/static/fonts/lateral/Lateral-StandardBold.woff — 43.4 KiB — 65 ms — font-display: swaphttps://jacobin.com/static/fonts/lateral/Lateral-StandardBoldItalic.woffLateral-StandardBoldIta... https://jacobin.com/static/fonts/lateral/Lateral-StandardBoldItalic.woff — 45.3 KiB — 63 ms — font-display: swaphttps://jacobin.com/static/fonts/lateral/Lateral-CondensedBoldItalic.woffLateral-CondensedBoldIt... https://jacobin.com/static/fonts/lateral/Lateral-CondensedBoldItalic.woff — 46.4 KiB — 60 ms — font-display: swaphttps://jacobin.com/static/fonts/lateral/Lateral-StandardRegularItalic.woffLateral-StandardRegular... https://jacobin.com/static/fonts/lateral/Lateral-StandardRegularItalic.woff — 39.3 KiB — 54 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 79 ms — font-display: swap
Lateral-StandardRegular... woff swap
Size 38 KB
Load time 28 ms
Start 383 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
Lateral-CondensedBold.woff woff swap
Size 45 KB
Load time 38 ms
Start 383 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
RosartJacobin-Regular.w... woff2 swap
Size 56 KB
Load time 47 ms
Start 384 ms
Risk FOUT — text flashes from fallback to web font
RosartJacobin-RegularIt... woff2 swap
Size 61 KB
Load time 64 ms
Start 384 ms
Risk FOUT — text flashes from fallback to web font
Lateral-StandardBold.woff woff swap
Size 43 KB
Load time 65 ms
Start 385 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
Lateral-StandardBoldIta... woff swap
Size 45 KB
Load time 63 ms
Start 386 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
Lateral-CondensedBoldIt... woff swap
Size 46 KB
Load time 60 ms
Start 386 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
Lateral-StandardRegular... woff swap
Size 39 KB
Load time 54 ms
Start 389 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 79 ms
Start 1.4 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)

Fixing the unchecked items could save ~77 KB and ~154 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
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
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
112 requests over 6668ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 831 ms LCP 2.6 shttps://jacobin.com// https://jacobin.com/ — 200 — 16.6 KiB — 160 ms — h3https://jacobin.com/static/1776722463/css/main.css/static/1776722463/css/main.css https://jacobin.com/static/1776722463/css/main.css — 200 — 56.5 KiB — 53 ms — h3https://geo.cookie-script.com/s/dd3762a1df8013cbdfaf7dc8e7aecf42.js?country=gb&region=eugeo.cookie-script.com/s/dd3762a1df8... https://geo.cookie-script.com/s/dd3762a1df8013cbdfaf7dc8e7aecf42.js?country=gb&region=eu — 200 — 24.6 KiB — 135 ms — h2https://fonts.googleapis.com/css?family=Space+Mono:400,700&subset=latin-extfonts.googleapis.com/css?family=Spa... https://fonts.googleapis.com/css?family=Space+Mono:400,700&subset=latin-ext — 200 — 982 B — 102 ms — h2https://images.jacobinmag.com/wp-content/uploads/2026/04/22132021/GettyImages-2270766371-420x315.jpgimages.jacobinmag.com/wp-content/up... https://images.jacobinmag.com/wp-content/uploads/2026/04/22132021/GettyImages-2270766371-420x315.jpg — 200 — 37.3 KiB — 102 ms — h3https://images.jacobinmag.com/wp-content/uploads/2026/04/22095313/GettyImages-542353335-420x315.jpgimages.jacobinmag.com/wp-content/up... https://images.jacobinmag.com/wp-content/uploads/2026/04/22095313/GettyImages-542353335-420x315.jpg — 200 — 48.1 KiB — 109 ms — h3https://images.jacobinmag.com/wp-content/uploads/2026/04/22090858/GettyImages-2203986223-420x315.jpgimages.jacobinmag.com/wp-content/up... https://images.jacobinmag.com/wp-content/uploads/2026/04/22090858/GettyImages-2203986223-420x315.jpg — 200 — 25.5 KiB — 26 ms — h3https://images.jacobinmag.com/wp-content/uploads/2026/04/22104825/Bundist_demonstration-420x315.jpgimages.jacobinmag.com/wp-content/up... https://images.jacobinmag.com/wp-content/uploads/2026/04/22104825/Bundist_demonstration-420x315.jpg — 200 — 28.8 KiB — 26 ms — h3https://images.jacobinmag.com/wp-content/uploads/2026/03/16130619/jacobin-issue-61-cover-front.jpgimages.jacobinmag.com/wp-content/up... https://images.jacobinmag.com/wp-content/uploads/2026/03/16130619/jacobin-issue-61-cover-front.jpg — 200 — 426.0 KiB — 170 ms — h3https://js.stripe.com/v3/js.stripe.com/v3/ https://js.stripe.com/v3/ — 200 — 226.2 KiB — 111 ms — h3https://jacobin.com/static/1776722461/js/jacobin.js/static/1776722461/js/jacobin.js https://jacobin.com/static/1776722461/js/jacobin.js — 200 — 157.4 KiB — 66 ms — h3https://www.googletagservices.com/tag/js/gpt.jswww.googletagservices.com/tag/js/gp... https://www.googletagservices.com/tag/js/gpt.js — 200 — 34.3 KiB — 139 ms — h2https://cdn.fuseplatform.net/publift/tags/2/4027/fuse.jscdn.fuseplatform.net/publift/tags/2... https://cdn.fuseplatform.net/publift/tags/2/4027/fuse.js — 200 — 102.3 KiB — 153 ms — h3https://images.jacobinmag.com/wp-content/uploads/2026/04/20143548/GettyImages-122218183-420x315.jpgimages.jacobinmag.com/wp-content/up... https://images.jacobinmag.com/wp-content/uploads/2026/04/20143548/GettyImages-122218183-420x315.jpg — 200 — 31.8 KiB — 69 ms — h3https://images.jacobinmag.com/wp-content/uploads/2026/04/21150301/GettyImages-2269314842-420x315.jpgimages.jacobinmag.com/wp-content/up... https://images.jacobinmag.com/wp-content/uploads/2026/04/21150301/GettyImages-2269314842-420x315.jpg — 200 — 37.2 KiB — 86 ms — h3https://images.jacobinmag.com/wp-content/uploads/2026/04/20150448/GettyImages-2248957670-420x315.jpgimages.jacobinmag.com/wp-content/up... https://images.jacobinmag.com/wp-content/uploads/2026/04/20150448/GettyImages-2248957670-420x315.jpg — 200 — 37.8 KiB — 72 ms — h3https://images.jacobinmag.com/wp-content/uploads/2026/04/21151857/GettyImages-916248028-420x315.jpgimages.jacobinmag.com/wp-content/up... https://images.jacobinmag.com/wp-content/uploads/2026/04/21151857/GettyImages-916248028-420x315.jpg — 200 — 14.8 KiB — 61 ms — h3https://images.jacobinmag.com/wp-content/uploads/2026/04/19145445/stagnation-unemployment-420x315.jpgimages.jacobinmag.com/wp-content/up... https://images.jacobinmag.com/wp-content/uploads/2026/04/19145445/stagnation-unemployment-420x315.jpg — 200 — 32.9 KiB — 65 ms — h3https://images.jacobinmag.com/wp-content/uploads/2026/04/20125700/Transmission2-420x315.jpgimages.jacobinmag.com/wp-content/up... https://images.jacobinmag.com/wp-content/uploads/2026/04/20125700/Transmission2-420x315.jpg — 200 — 12.9 KiB — 52 ms — h3https://images.jacobinmag.com/wp-content/uploads/2026/04/20124313/GettyImages-514685874-420x315.jpgimages.jacobinmag.com/wp-content/up... https://images.jacobinmag.com/wp-content/uploads/2026/04/20124313/GettyImages-514685874-420x315.jpg — 200 — 29.8 KiB — 69 ms — h3https://images.jacobinmag.com/wp-content/uploads/2026/04/20114111/GettyImages-2213833160-420x315.jpgimages.jacobinmag.com/wp-content/up... https://images.jacobinmag.com/wp-content/uploads/2026/04/20114111/GettyImages-2213833160-420x315.jpg — 200 — 19.3 KiB — 78 ms — h3https://www.google.com/recaptcha/api.jswww.google.com/recaptcha/api.js https://www.google.com/recaptcha/api.js — 200 — 1012 B — 85 ms — h3https://cdn.cookie-script.com/iabtcf/2.2/sdk_cmp.jscdn.cookie-script.com/iabtcf/2.2/sd... https://cdn.cookie-script.com/iabtcf/2.2/sdk_cmp.js — 200 — 25.7 KiB — 150 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-5GCNZ33Nwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-5GCNZ33N — 200 — 144.6 KiB — 1.2 s — h2data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' preserveAspectR…www.w3.org/2000/svg' viewBox='0 0 3... data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' preserveAspectR… — 200 — 0 B — 0 ms — datahttps://images.jacobinmag.com/wp-content/uploads/2026/04/22121302/4D97F8CB-7495-4940-9439-9DEFA42957AC.jpgimages.jacobinmag.com/wp-content/up... https://images.jacobinmag.com/wp-content/uploads/2026/04/22121302/4D97F8CB-7495-4940-9439-9DEFA42957AC.jpg — 200 — 296.2 KiB — 152 ms — h3data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' preserveAspectR…www.w3.org/2000/svg' viewBox='0 0 3... data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' preserveAspectR… — 200 — 0 B — 0 ms — datahttps://images.jacobinmag.com/wp-content/uploads/2026/03/12105317/GettyImages-2217967046.jpgimages.jacobinmag.com/wp-content/up... https://images.jacobinmag.com/wp-content/uploads/2026/03/12105317/GettyImages-2217967046.jpg — 200 — 285.4 KiB — 149 ms — h3https://images.jacobinmag.com/wp-content/uploads/2025/12/23122033/GettyImages-515544148.jpgimages.jacobinmag.com/wp-content/up... https://images.jacobinmag.com/wp-content/uploads/2025/12/23122033/GettyImages-515544148.jpg — 200 — 146.7 KiB — 144 ms — h3https://images.jacobinmag.com/wp-content/uploads/sites/2/2022/06/13181955/v6n1-bgs-cover.jpgimages.jacobinmag.com/wp-content/up... https://images.jacobinmag.com/wp-content/uploads/sites/2/2022/06/13181955/v6n1-bgs-cover.jpg — 200 — 999.7 KiB — 167 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 831 ms LCP 2.6 shttps://jacobin.com// https://jacobin.com/ — 200 — 16.6 KiB — 160 ms — h3https://jacobin.com/static/1776722463/css/main.css/static/1776722463/css/main.css https://jacobin.com/static/1776722463/css/main.css — 200 — 56.5 KiB — 53 ms — h3https://geo.cookie-script.com/s/dd3762a1df8013cbdfaf7dc8e7aecf42.js?country=gb&region=eugeo.cookie-script.com/s/dd3762a1df8... https://geo.cookie-script.com/s/dd3762a1df8013cbdfaf7dc8e7aecf42.js?country=gb&region=eu — 200 — 24.6 KiB — 135 ms — h2https://fonts.googleapis.com/css?family=Space+Mono:400,700&subset=latin-extfonts.googleapis.com/css?family=Spa... https://fonts.googleapis.com/css?family=Space+Mono:400,700&subset=latin-ext — 200 — 982 B — 102 ms — h2https://images.jacobinmag.com/wp-content/uploads/2026/04/22132021/GettyImages-2270766371-420x315.jpgimages.jacobinmag.com/wp-content/up... https://images.jacobinmag.com/wp-content/uploads/2026/04/22132021/GettyImages-2270766371-420x315.jpg — 200 — 37.3 KiB — 102 ms — h3https://images.jacobinmag.com/wp-content/uploads/2026/04/22095313/GettyImages-542353335-420x315.jpgimages.jacobinmag.com/wp-content/up... https://images.jacobinmag.com/wp-content/uploads/2026/04/22095313/GettyImages-542353335-420x315.jpg — 200 — 48.1 KiB — 109 ms — h3https://images.jacobinmag.com/wp-content/uploads/2026/04/22090858/GettyImages-2203986223-420x315.jpgimages.jacobinmag.com/wp-content/up... https://images.jacobinmag.com/wp-content/uploads/2026/04/22090858/GettyImages-2203986223-420x315.jpg — 200 — 25.5 KiB — 26 ms — h3https://images.jacobinmag.com/wp-content/uploads/2026/04/22104825/Bundist_demonstration-420x315.jpgimages.jacobinmag.com/wp-content/up... https://images.jacobinmag.com/wp-content/uploads/2026/04/22104825/Bundist_demonstration-420x315.jpg — 200 — 28.8 KiB — 26 ms — h3https://images.jacobinmag.com/wp-content/uploads/2026/03/16130619/jacobin-issue-61-cover-front.jpgimages.jacobinmag.com/wp-content/up... https://images.jacobinmag.com/wp-content/uploads/2026/03/16130619/jacobin-issue-61-cover-front.jpg — 200 — 426.0 KiB — 170 ms — h3https://js.stripe.com/v3/js.stripe.com/v3/ https://js.stripe.com/v3/ — 200 — 226.2 KiB — 111 ms — h3https://jacobin.com/static/1776722461/js/jacobin.js/static/1776722461/js/jacobin.js https://jacobin.com/static/1776722461/js/jacobin.js — 200 — 157.4 KiB — 66 ms — h3https://www.googletagservices.com/tag/js/gpt.jswww.googletagservices.com/tag/js/gp... https://www.googletagservices.com/tag/js/gpt.js — 200 — 34.3 KiB — 139 ms — h2https://cdn.fuseplatform.net/publift/tags/2/4027/fuse.jscdn.fuseplatform.net/publift/tags/2... https://cdn.fuseplatform.net/publift/tags/2/4027/fuse.js — 200 — 102.3 KiB — 153 ms — h3https://images.jacobinmag.com/wp-content/uploads/2026/04/20143548/GettyImages-122218183-420x315.jpgimages.jacobinmag.com/wp-content/up... https://images.jacobinmag.com/wp-content/uploads/2026/04/20143548/GettyImages-122218183-420x315.jpg — 200 — 31.8 KiB — 69 ms — h3https://images.jacobinmag.com/wp-content/uploads/2026/04/21150301/GettyImages-2269314842-420x315.jpgimages.jacobinmag.com/wp-content/up... https://images.jacobinmag.com/wp-content/uploads/2026/04/21150301/GettyImages-2269314842-420x315.jpg — 200 — 37.2 KiB — 86 ms — h3https://images.jacobinmag.com/wp-content/uploads/2026/04/20150448/GettyImages-2248957670-420x315.jpgimages.jacobinmag.com/wp-content/up... https://images.jacobinmag.com/wp-content/uploads/2026/04/20150448/GettyImages-2248957670-420x315.jpg — 200 — 37.8 KiB — 72 ms — h3https://images.jacobinmag.com/wp-content/uploads/2026/04/21151857/GettyImages-916248028-420x315.jpgimages.jacobinmag.com/wp-content/up... https://images.jacobinmag.com/wp-content/uploads/2026/04/21151857/GettyImages-916248028-420x315.jpg — 200 — 14.8 KiB — 61 ms — h3https://images.jacobinmag.com/wp-content/uploads/2026/04/19145445/stagnation-unemployment-420x315.jpgimages.jacobinmag.com/wp-content/up... https://images.jacobinmag.com/wp-content/uploads/2026/04/19145445/stagnation-unemployment-420x315.jpg — 200 — 32.9 KiB — 65 ms — h3https://images.jacobinmag.com/wp-content/uploads/2026/04/20125700/Transmission2-420x315.jpgimages.jacobinmag.com/wp-content/up... https://images.jacobinmag.com/wp-content/uploads/2026/04/20125700/Transmission2-420x315.jpg — 200 — 12.9 KiB — 52 ms — h3https://images.jacobinmag.com/wp-content/uploads/2026/04/20124313/GettyImages-514685874-420x315.jpgimages.jacobinmag.com/wp-content/up... https://images.jacobinmag.com/wp-content/uploads/2026/04/20124313/GettyImages-514685874-420x315.jpg — 200 — 29.8 KiB — 69 ms — h3https://images.jacobinmag.com/wp-content/uploads/2026/04/20114111/GettyImages-2213833160-420x315.jpgimages.jacobinmag.com/wp-content/up... https://images.jacobinmag.com/wp-content/uploads/2026/04/20114111/GettyImages-2213833160-420x315.jpg — 200 — 19.3 KiB — 78 ms — h3https://www.google.com/recaptcha/api.jswww.google.com/recaptcha/api.js https://www.google.com/recaptcha/api.js — 200 — 1012 B — 85 ms — h3https://cdn.cookie-script.com/iabtcf/2.2/sdk_cmp.jscdn.cookie-script.com/iabtcf/2.2/sd... https://cdn.cookie-script.com/iabtcf/2.2/sdk_cmp.js — 200 — 25.7 KiB — 150 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-5GCNZ33Nwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-5GCNZ33N — 200 — 144.6 KiB — 1.2 s — h2data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' preserveAspectR…www.w3.org/2000/svg' viewBox='0 0 3... data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' preserveAspectR… — 200 — 0 B — 0 ms — datahttps://images.jacobinmag.com/wp-content/uploads/2026/04/22121302/4D97F8CB-7495-4940-9439-9DEFA42957AC.jpgimages.jacobinmag.com/wp-content/up... https://images.jacobinmag.com/wp-content/uploads/2026/04/22121302/4D97F8CB-7495-4940-9439-9DEFA42957AC.jpg — 200 — 296.2 KiB — 152 ms — h3data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' preserveAspectR…www.w3.org/2000/svg' viewBox='0 0 3... data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' preserveAspectR… — 200 — 0 B — 0 ms — datahttps://images.jacobinmag.com/wp-content/uploads/2026/03/12105317/GettyImages-2217967046.jpgimages.jacobinmag.com/wp-content/up... https://images.jacobinmag.com/wp-content/uploads/2026/03/12105317/GettyImages-2217967046.jpg — 200 — 285.4 KiB — 149 ms — h3https://images.jacobinmag.com/wp-content/uploads/2025/12/23122033/GettyImages-515544148.jpgimages.jacobinmag.com/wp-content/up... https://images.jacobinmag.com/wp-content/uploads/2025/12/23122033/GettyImages-515544148.jpg — 200 — 146.7 KiB — 144 ms — h3https://images.jacobinmag.com/wp-content/uploads/sites/2/2022/06/13181955/v6n1-bgs-cover.jpgimages.jacobinmag.com/wp-content/up... https://images.jacobinmag.com/wp-content/uploads/sites/2/2022/06/13181955/v6n1-bgs-cover.jpg — 200 — 999.7 KiB — 167 ms — h3https://jacobin.com/static/fonts/lateral/Lateral-StandardRegular.woff/static/fonts/lateral/Lateral-Stand... https://jacobin.com/static/fonts/lateral/Lateral-StandardRegular.woff — 200 — 38.0 KiB — 28 ms — h3https://jacobin.com/static/fonts/lateral/Lateral-CondensedBold.woff/static/fonts/lateral/Lateral-Conde... https://jacobin.com/static/fonts/lateral/Lateral-CondensedBold.woff — 200 — 44.9 KiB — 38 ms — h3https://jacobin.com/static/fonts/rosart/RosartJacobin-Regular.woff2/static/fonts/rosart/RosartJacobin-... https://jacobin.com/static/fonts/rosart/RosartJacobin-Regular.woff2 — 200 — 56.0 KiB — 47 ms — h3https://jacobin.com/static/fonts/rosart/RosartJacobin-RegularItalic.woff2/static/fonts/rosart/RosartJacobin-... https://jacobin.com/static/fonts/rosart/RosartJacobin-RegularItalic.woff2 — 200 — 61.2 KiB — 64 ms — h3https://jacobin.com/static/fonts/lateral/Lateral-StandardBold.woff/static/fonts/lateral/Lateral-Stand... https://jacobin.com/static/fonts/lateral/Lateral-StandardBold.woff — 200 — 43.4 KiB — 65 ms — h3https://jacobin.com/static/fonts/lateral/Lateral-StandardBoldItalic.woff/static/fonts/lateral/Lateral-Stand... https://jacobin.com/static/fonts/lateral/Lateral-StandardBoldItalic.woff — 200 — 45.3 KiB — 63 ms — h3https://jacobin.com/static/fonts/lateral/Lateral-CondensedBoldItalic.woff/static/fonts/lateral/Lateral-Conde... https://jacobin.com/static/fonts/lateral/Lateral-CondensedBoldItalic.woff — 200 — 46.4 KiB — 60 ms — h3https://jacobin.com/static/fonts/lateral/Lateral-StandardRegularItalic.woff/static/fonts/lateral/Lateral-Stand... https://jacobin.com/static/fonts/lateral/Lateral-StandardRegularItalic.woff — 200 — 39.3 KiB — 54 ms — h3https://www.google.com/recaptcha/api.js?render=explicitwww.google.com/recaptcha/api.js?ren... https://www.google.com/recaptcha/api.js?render=explicit — 200 — 1013 B — 35 ms — h3https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31097946securepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31097946 — 200 — 187.4 KiB — 157 ms — h3https://cmp.inmobi.com/choice/PRrmquD1Ggcb1/jacobin.com/choice.js?tag_version=V3cmp.inmobi.com/choice/PRrmquD1Ggcb1... https://cmp.inmobi.com/choice/PRrmquD1Ggcb1/jacobin.com/choice.js?tag_version=V3 — 200 — 3.2 KiB — 96 ms — h2https://metrics.rapidedge.io/gamera.js?ltv=1&audience=1&tpcs=1&partner=publift&wait=1metrics.rapidedge.io/gamera.js?ltv=... https://metrics.rapidedge.io/gamera.js?ltv=1&audience=1&tpcs=1&partner=publift&wait=1 — 200 — 25.7 KiB — 318 ms — h3https://cdn.fuseplatform.net/prebid/prebid-9.53.5-59b3f3e472d57a74bd2465fd9536b601.jscdn.fuseplatform.net/prebid/prebid-... https://cdn.fuseplatform.net/prebid/prebid-9.53.5-59b3f3e472d57a74bd2465fd9536b601.js — 200 — 147.9 KiB — 76 ms — h3https://c.amazon-adsystem.com/aax2/apstag.jsc.amazon-adsystem.com/aax2/apstag.j... https://c.amazon-adsystem.com/aax2/apstag.js — 200 — 90.9 KiB — 77 ms — h2https://cdn.fuseplatform.net/prebid/IIQUniversalID.jscdn.fuseplatform.net/prebid/IIQUniv... https://cdn.fuseplatform.net/prebid/IIQUniversalID.js — 200 — 45.5 KiB — 41 ms — h3https://cdn.fuseplatform.net/telemetry/noconsent?v=1&ttm=1776895431053&cookie=true&res=800x600&device=desktop&browser=chrome&fuuid=c6758ab4-643c-546f-a0ca-357320d9877b&fid=4027&pubid=14&url=https%3A%2F%2Fjacobin.com%2F&sid=37d6e0c3ad809970c41e&srate=100&adserver=gpt&etm=627&e=fuse-load&tenant=publift&fusecdn=cloudflare&tlt=610&account=jacobin&experiments=%7B%22fuse_exp_0%22%3A%22false%22%2C%22fuse_exp_1%22%3A%22true%22%2C%22fuse_exp_2%22%3A%22true%22%2C%22fuse_exp_3%22%3A%22false%22%2C%22fuse_exp_5%22%3A%22true%22%2C%22fuse_exp_6%22%3A%22true%22%2C%22fuse_exp_7%22%3A%22true%22%2C%22fuse_exp_8%22%3A%22true%22%2C%22fuse_exp_9%22%3A%22false%22%2C%22fuse_exp_10%22%3A%22false%22%2C%22fuse_exp_13%22%3A%22false%22%2C%22fuse_exp_14%22%3A%22true%22%2C%22fuse_exp_15%22%3A%22true%22%2C%22fuse_exp_16%22%3A%22false%22%2C%22fuse_exp_18%22%3A%22true%22%2C%22fuse_exp_20%22%3A%22ineligible%22%2C%22fuse_exp_21%22%3A%22false%22%2C%22fuse_exp_22%22%3A%22true%22%2C%22fuse_exp_27%22%3A%22false%22%7D&geo_country=ES&geo_state=MD&geo_code=EU-GDPR&bs=51cdn.fuseplatform.net/telemetry/noco... https://cdn.fuseplatform.net/telemetry/noconsent?v=1&ttm=1776895431053&cookie=true&res=800x600&device=desktop&browser=chrome&fuuid=c6758ab4-643c-546f-a0ca-357320d9877b&fid=4027&pubid=14&url=https%3A%2F%2Fjacobin.com%2F&sid=37d6e0c3ad809970c41e&srate=100&adserver=gpt&etm=627&e=fuse-load&tenant=publift&fusecdn=cloudflare&tlt=610&account=jacobin&experiments=%7B%22fuse_exp_0%22%3A%22false%22%2C%22fuse_exp_1%22%3A%22true%22%2C%22fuse_exp_2%22%3A%22true%22%2C%22fuse_exp_3%22%3A%22false%22%2C%22fuse_exp_5%22%3A%22true%22%2C%22fuse_exp_6%22%3A%22true%22%2C%22fuse_exp_7%22%3A%22true%22%2C%22fuse_exp_8%22%3A%22true%22%2C%22fuse_exp_9%22%3A%22false%22%2C%22fuse_exp_10%22%3A%22false%22%2C%22fuse_exp_13%22%3A%22false%22%2C%22fuse_exp_14%22%3A%22true%22%2C%22fuse_exp_15%22%3A%22true%22%2C%22fuse_exp_16%22%3A%22false%22%2C%22fuse_exp_18%22%3A%22true%22%2C%22fuse_exp_20%22%3A%22ineligible%22%2C%22fuse_exp_21%22%3A%22false%22%2C%22fuse_exp_22%22%3A%22true%22%2C%22fuse_exp_27%22%3A%22false%22%7D&geo_country=ES&geo_state=MD&geo_code=EU-GDPR&bs=51 — 200 — 495 B — 62 ms — h3https://cdn.cookie-script.com/iabtcf/2.2/vendor-list.jsoncdn.cookie-script.com/iabtcf/2.2/ve... https://cdn.cookie-script.com/iabtcf/2.2/vendor-list.json — 200 — 107.2 KiB — 185 ms — h2https://cdn.cookie-script.com/iabtcf/2.2/google-vendors.jsoncdn.cookie-script.com/iabtcf/2.2/go... https://cdn.cookie-script.com/iabtcf/2.2/google-vendors.json — 200 — 40.9 KiB — 186 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 362.4 KiB — 196 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gptsecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gpt — 200 — 23.0 KiB — 95 ms — h3https://cdn.jsdelivr.net/gh/prebid/currency-file@1/latest.json?date=20260422cdn.jsdelivr.net/gh/prebid/currency... https://cdn.jsdelivr.net/gh/prebid/currency-file@1/latest.json?date=20260422 — 200 — 1.2 KiB — 21 ms — h2https://cmp.inmobi.com/choice/PRrmquD1Ggcb1/jacobin.com/choice.js?tag_version=V3cmp.inmobi.com/choice/PRrmquD1Ggcb1... https://cmp.inmobi.com/choice/PRrmquD1Ggcb1/jacobin.com/choice.js?tag_version=V3 — 200 — 391 B — 58 ms — h2https://c.amazon-adsystem.com/bao-csm/aps-comm/aps_csm.jsc.amazon-adsystem.com/bao-csm/aps-c... https://c.amazon-adsystem.com/bao-csm/aps-comm/aps_csm.js — 200 — 3.1 KiB — 54 ms — h2https://config.aps.amazon-adsystem.com/configs/8b48e249-e9e6-4a52-8b48-396ea93403e8config.aps.amazon-adsystem.com/conf... https://config.aps.amazon-adsystem.com/configs/8b48e249-e9e6-4a52-8b48-396ea93403e8 — 200 — 1.6 KiB — 56 ms — h2https://sync.intentiq.com/profiles_engine/ProfilesEngineServlet?at=20&mi=10&secure=1&dpi=1971355384&iiqidtype=2&iiqpcid=f33b6c13-209a-7493-c4e7-b902c71e97d0&iiqpciddate=1776895431108&tsrnd=986_1776895431321&jsver=6.122&cz=0%3A940%2C1%3A1350%2C2%3A1%2C3%3A600%2C4%3A800%2C5%3Aen-US&dw=800&dh=600&dpr=1&lan=en-US&testPercentage=-1&testGroup=U&uh=%7B%220%22%3A%22%5C%22Chromium%5C%22%3Bv%3D%5C%22147%5C%22%2C%20%5C%22Google%20Chrome%5C%22%3Bv%3D%5C%22147%5C%22%22%2C%221%22%3A%22%3F0%22%2C%222%22%3A%22%5C%22macOS%5C%22%22%2C%223%22%3A%22%5C%22x86%5C%22%22%2C%224%22%3A%22%5C%2264%5C%22%22%2C%226%22%3A%22%5C%2210.15.7%5C%22%22%2C%227%22%3A%22%3F0%22%2C%228%22%3A%22%5C%22Chromium%5C%22%3Bv%3D%5C%22147.0.7727.101%5C%22%2C%20%5C%22Not.A%2FBrand%5C%22%3Bv%3D%5C%228.0.0.0%5C%22%22%7D&vrref=https%3A%2F%2Fjacobin.com%2F&gpc=undefined&gdpr=0sync.intentiq.com/profiles_engine/P... https://sync.intentiq.com/profiles_engine/ProfilesEngineServlet?at=20&mi=10&secure=1&dpi=1971355384&iiqidtype=2&iiqpcid=f33b6c13-209a-7493-c4e7-b902c71e97d0&iiqpciddate=1776895431108&tsrnd=986_1776895431321&jsver=6.122&cz=0%3A940%2C1%3A1350%2C2%3A1%2C3%3A600%2C4%3A800%2C5%3Aen-US&dw=800&dh=600&dpr=1&lan=en-US&testPercentage=-1&testGroup=U&uh=%7B%220%22%3A%22%5C%22Chromium%5C%22%3Bv%3D%5C%22147%5C%22%2C%20%5C%22Google%20Chrome%5C%22%3Bv%3D%5C%22147%5C%22%22%2C%221%22%3A%22%3F0%22%2C%222%22%3A%22%5C%22macOS%5C%22%22%2C%223%22%3A%22%5C%22x86%5C%22%22%2C%224%22%3A%22%5C%2264%5C%22%22%2C%226%22%3A%22%5C%2210.15.7%5C%22%22%2C%227%22%3A%22%3F0%22%2C%228%22%3A%22%5C%22Chromium%5C%22%3Bv%3D%5C%22147.0.7727.101%5C%22%2C%20%5C%22Not.A%2FBrand%5C%22%3Bv%3D%5C%228.0.0.0%5C%22%22%7D&vrref=https%3A%2F%2Fjacobin.com%2F&gpc=undefined&gdpr=0 — 200 — 218 B — 77 ms — h2https://api.intentiq.com/profiles_engine/ProfilesEngineServlet?at=46&mi=10&dpi=1971355384&pt=17&dpn=1&jsver=6.122&iiqidtype=2&iiqpcid=f33b6c13-209a-7493-c4e7-b902c71e97d0&iiqpciddate=1776895431108&jaesc=0&jafc=0&jaensc=0&iiqlocalstorageenabled=true&tsrnd=194_1776895431326&cttl=0&gdpr=0&requestRtt=0&lastDataUpdateDate=0&testGroup=U&japbjs=true&japs=false&uh=%7B%220%22%3A%22%5C%22Chromium%5C%22%3Bv%3D%5C%22147%5C%22%2C%20%5C%22Google%20Chrome%5C%22%3Bv%3D%5C%22147%5C%22%22%2C%221%22%3A%22%3F0%22%2C%222%22%3A%22%5C%22macOS%5C%22%22%2C%223%22%3A%22%5C%22x86%5C%22%22%2C%224%22%3A%22%5C%2264%5C%22%22%2C%226%22%3A%22%5C%2210.15.7%5C%22%22%2C%227%22%3A%22%3F0%22%2C%228%22%3A%22%5C%22Chromium%5C%22%3Bv%3D%5C%22147.0.7727.101%5C%22%2C%20%5C%22Not.A%2FBrand%5C%22%3Bv%3D%5C%228.0.0.0%5C%22%22%7D&vrref=https%3A%2F%2Fjacobin.com%2Fapi.intentiq.com/profiles_engine/Pr... https://api.intentiq.com/profiles_engine/ProfilesEngineServlet?at=46&mi=10&dpi=1971355384&pt=17&dpn=1&jsver=6.122&iiqidtype=2&iiqpcid=f33b6c13-209a-7493-c4e7-b902c71e97d0&iiqpciddate=1776895431108&jaesc=0&jafc=0&jaensc=0&iiqlocalstorageenabled=true&tsrnd=194_1776895431326&cttl=0&gdpr=0&requestRtt=0&lastDataUpdateDate=0&testGroup=U&japbjs=true&japs=false&uh=%7B%220%22%3A%22%5C%22Chromium%5C%22%3Bv%3D%5C%22147%5C%22%2C%20%5C%22Google%20Chrome%5C%22%3Bv%3D%5C%22147%5C%22%22%2C%221%22%3A%22%3F0%22%2C%222%22%3A%22%5C%22macOS%5C%22%22%2C%223%22%3A%22%5C%22x86%5C%22%22%2C%224%22%3A%22%5C%2264%5C%22%22%2C%226%22%3A%22%5C%2210.15.7%5C%22%22%2C%227%22%3A%22%3F0%22%2C%228%22%3A%22%5C%22Chromium%5C%22%3Bv%3D%5C%22147.0.7727.101%5C%22%2C%20%5C%22Not.A%2FBrand%5C%22%3Bv%3D%5C%228.0.0.0%5C%22%22%7D&vrref=https%3A%2F%2Fjacobin.com%2F — 200 — 1.2 KiB — 76 ms — h2https://btloader.com/tag?o=5708166709903360&upapi=truebtloader.com/tag?o=5708166709903360... https://btloader.com/tag?o=5708166709903360&upapi=true — 200 — 59.5 KiB — 122 ms — h2https://cmp.inmobi.com/tcfv2/56/cmp2.js?referer=jacobin.comcmp.inmobi.com/tcfv2/56/cmp2.js?ref... https://cmp.inmobi.com/tcfv2/56/cmp2.js?referer=jacobin.com — 200 — 112.5 KiB — 55 ms — h2https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LfynRwqAAAAAHbKp1M101AvivMbb2zoh_0NsixL&co=aHR0cHM6Ly9qYWNvYmluLmNvbTo0NDM.&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&anchor-ms=20000&execute-ms=30000&cb=pyxdn1vjs9y3www.google.com/recaptcha/api2/ancho... https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LfynRwqAAAAAHbKp1M101AvivMbb2zoh_0NsixL&co=aHR0cHM6Ly9qYWNvYmluLmNvbTo0NDM.&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&anchor-ms=20000&execute-ms=30000&cb=pyxdn1vjs9y3 — 200 — 27.5 KiB — 90 ms — h3https://cdn.id5-sync.com/api/1.0/id5-api.jscdn.id5-sync.com/api/1.0/id5-api.js https://cdn.id5-sync.com/api/1.0/id5-api.js — 200 — 34.4 KiB — 70 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.csswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.css — 200 — 41.7 KiB — 159 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 362.4 KiB — 197 ms — h2https://ad-delivery.net/px.gif?ch=2&e=0.8796184982069052ad-delivery.net/px.gif?ch=2&e=0.879... https://ad-delivery.net/px.gif?ch=2&e=0.8796184982069052 — 200 — 611 B — 111 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.3773788707553265ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.3773788707553265 — 200 — 129 B — 90 ms — h3https://ad-delivery.net/px.gif?ch=1&e=0.7873406680847775ad-delivery.net/px.gif?ch=1&e=0.787... https://ad-delivery.net/px.gif?ch=1&e=0.7873406680847775 — 200 — 109 B — 109 ms — h2https://ab.dns-finder.com/meta/dnsab.dns-finder.com/meta/dns https://ab.dns-finder.com/meta/dns — 200 — 233 B — 208 ms — h2https://cdn.btloader.com/cchecker.html?upapi=truecdn.btloader.com/cchecker.html?upap... https://cdn.btloader.com/cchecker.html?upapi=true — 200 — 778 B — 95 ms — h2https://cdn.api.btloader.com/device?orgid=5708166709903360&platformVersion=10.15.7&fullVersionList=%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147.0.7727.101%22%7D%2C%7B%22brand%22%3A%22Not.A%2FBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%5Dcdn.api.btloader.com/device?orgid=5... https://cdn.api.btloader.com/device?orgid=5708166709903360&platformVersion=10.15.7&fullVersionList=%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147.0.7727.101%22%7D%2C%7B%22brand%22%3A%22Not.A%2FBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%5D — 200 — 333 B — 134 ms — h2https://btloader.com/trustedIframe.html?o=5708166709903360&upapi=truebtloader.com/trustedIframe.html?o=5... https://btloader.com/trustedIframe.html?o=5708166709903360&upapi=true — 200 — 2.2 KiB — 68 ms — h2https://api.id5-sync.com/analytics/1189/id5-api-jsapi.id5-sync.com/analytics/1189/id5... https://api.id5-sync.com/analytics/1189/id5-api-js — 200 — 692 B — 81 ms — h2https://api.btloader.com/exd?tid=WXOkw9r3-ZfHZtBsu-9db7389393&sid=3sVtMosXRT-Xep4vdyCfr-9db7389393&cv=2.1.187-1-g24d1c87&upapi=trueapi.btloader.com/exd?tid=WXOkw9r3-Z... https://api.btloader.com/exd?tid=WXOkw9r3-ZfHZtBsu-9db7389393&sid=3sVtMosXRT-Xep4vdyCfr-9db7389393&cv=2.1.187-1-g24d1c87&upapi=true — 204 — 128 B — 226 ms — h2https://www.google.com/recaptcha/api2/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4www.google.com/recaptcha/api2/webwo... https://www.google.com/recaptcha/api2/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4 — 200 — 23 B — 206 ms — h3https://www.gstatic.com/recaptcha/api2/logo_48.pngwww.gstatic.com/recaptcha/api2/logo... https://www.gstatic.com/recaptcha/api2/logo_48.png — 200 — 2.3 KiB — 31 ms — h2https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 33.9 KiB — 79 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 0 B — 17 ms — h2https://ad-delivery.net/px.gif?ch=1&e=0.9405123307834394ad-delivery.net/px.gif?ch=1&e=0.940... https://ad-delivery.net/px.gif?ch=1&e=0.9405123307834394 — 200 — 110 B — 24 ms — h2https://www.googletagmanager.com/gtag/js?id=G-52MH01NGXV&cx=c&gtm=4e64k0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-52MH01NGXV&cx=c&gtm=4e64k0 — 200 — 164.4 KiB — 62 ms — h2https://www.redditstatic.com/ads/pixel.jswww.redditstatic.com/ads/pixel.js https://www.redditstatic.com/ads/pixel.js — 200 — 19.0 KiB — 49 ms — h2https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 96.6 KiB — 22 ms — h3https://pagead2.googlesyndication.com/ccm/collect?rcb=13&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fjacobin.com%2F&scrsrc=www.googletagmanager.com&rnd=791423159.1776895432&navt=n&npa=1&us_privacy=error&ep.ads_data_redaction=0&gdid=dMmY1Mm&gtm=45He64k0v9199522458za200zd9199522458xea&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tcfd=10001&tag_exp=0~115938465~115938468~117266400&apve=1&apvf=f&apvc=1&tft=1776895432013&tfd=1587pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=13&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fjacobin.com%2F&scrsrc=www.googletagmanager.com&rnd=791423159.1776895432&navt=n&npa=1&us_privacy=error&ep.ads_data_redaction=0&gdid=dMmY1Mm&gtm=45He64k0v9199522458za200zd9199522458xea&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tcfd=10001&tag_exp=0~115938465~115938468~117266400&apve=1&apvf=f&apvc=1&tft=1776895432013&tfd=1587 — 200 — 21 B — 145 ms — h3https://js.stripe.com/v3/m-outer-3437aaddcdf6922d623e172c2d6f9278.htmljs.stripe.com/v3/m-outer-3437aaddcd... https://js.stripe.com/v3/m-outer-3437aaddcdf6922d623e172c2d6f9278.html — 200 — 1.0 KiB — 43 ms — h3https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.12353981297563554ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.12353981297563554 — 200 — 129 B — 32 ms — h3https://jacobin.com/static/img/logo/logo-favicon.png/static/img/logo/logo-favicon.png https://jacobin.com/static/img/logo/logo-favicon.png — 200 — 802 B — 26 ms — h3https://ad-delivery.net/px.gif?ch=2&e=0.5572117116718595ad-delivery.net/px.gif?ch=2&e=0.557... https://ad-delivery.net/px.gif?ch=2&e=0.5572117116718595 — 200 — 133 B — 30 ms — h2https://js.stripe.com/v3/fingerprinted/js/m-outer-15a2b40a058ddff1cffdb63779fe3de1.jsjs.stripe.com/v3/fingerprinted/js/m... https://js.stripe.com/v3/fingerprinted/js/m-outer-15a2b40a058ddff1cffdb63779fe3de1.js — 200 — 894 B — 23 ms — h3https://connect.facebook.net/signals/config/166148367275777?v=2.9.303&r=stable&domain=jacobin.com&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/166148367275777?v=2.9.303&r=stable&domain=jacobin.com&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168 — 200 — 46.3 KiB — 10 ms — h3https://pixel-config.reddit.com/pixels/a2_f12awgsghbc2/configpixel-config.reddit.com/pixels/a2_f... https://pixel-config.reddit.com/pixels/a2_f12awgsghbc2/config — 200 — 215 B — 29 ms — h2https://alb.reddit.com/rp.gif?ts=1776895432171&id=a2_f12awgsghbc2&event=PageVisit&m.value=&m.transactionId=&m.customEventName=&m.products=&m.conversionId=&uuid=d063adbd-2c81-4bef-a9ba-e48e2b1c8137&aaid=&external_id=&idfa=&integration=gtm&partner=&partner_version=&opt_out=0&sh=800&sw=600&v=rdt_f3936046&dpm=&dpcc=&dprc=alb.reddit.com/rp.gif?ts=1776895432... https://alb.reddit.com/rp.gif?ts=1776895432171&id=a2_f12awgsghbc2&event=PageVisit&m.value=&m.transactionId=&m.customEventName=&m.products=&m.conversionId=&uuid=d063adbd-2c81-4bef-a9ba-e48e2b1c8137&aaid=&external_id=&idfa=&integration=gtm&partner=&partner_version=&opt_out=0&sh=800&sw=600&v=rdt_f3936046&dpm=&dpcc=&dprc= — 200 — 666 B — 132 ms — h2https://m.stripe.network/inner.htmlm.stripe.network/inner.html https://m.stripe.network/inner.html — 200 — 1.8 KiB — 103 ms — h2https://www.googletagmanager.com/gtag/destination?id=G-XXXXXXXXXX&cx=c&gtm=4e64k0www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=G-XXXXXXXXXX&cx=c&gtm=4e64k0 — 200 — 136.6 KiB — 90 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-52MH01NGXV&gtm=45je64k0v9132595656z89199522458za20gzb9199522458zd9199522458&_p=1776895430735&gcs=G100&gcd=13p3pPp2p5l1&npa=1&dma_cps=-&dma=1&tcfd=10001&gdid=dMmY1Mm&are=1&cid=531313655.1776895432&frm=0&pscdl=denied&rcb=0&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266401~117512543&sid=1776895432&sct=1&seg=0&dl=https%3A%2F%2Fjacobin.com%2F&dt=Jacobin&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1819region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-52MH01NGXV&gtm=45je64k0v9132595656z89199522458za20gzb9199522458zd9199522458&_p=1776895430735&gcs=G100&gcd=13p3pPp2p5l1&npa=1&dma_cps=-&dma=1&tcfd=10001&gdid=dMmY1Mm&are=1&cid=531313655.1776895432&frm=0&pscdl=denied&rcb=0&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266401~117512543&sid=1776895432&sct=1&seg=0&dl=https%3A%2F%2Fjacobin.com%2F&dt=Jacobin&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1819 — 204 — 546 B — 150 ms — h2https://www.facebook.com/tr/?id=166148367275777&ev=PageView&dl=https%3A%2F%2Fjacobin.com%2F&rl=&if=false&ts=1776895432321&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776895432307.786524545502502755&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Jacobin&pmd[locale]=en-US&pmd[description]=Reason%20in%20Revolt&plt=574&it=1776895432137&coo=false&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf1&rqm=GETwww.facebook.com/tr/?id=16614836727... https://www.facebook.com/tr/?id=166148367275777&ev=PageView&dl=https%3A%2F%2Fjacobin.com%2F&rl=&if=false&ts=1776895432321&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776895432307.786524545502502755&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Jacobin&pmd[locale]=en-US&pmd[description]=Reason%20in%20Revolt&plt=574&it=1776895432137&coo=false&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf1&rqm=GET — 200 — 16 B — 38 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=166148367275777&ev=PageView&dl=https%3A%2F%2Fjacobin.com%2F&rl=&if=false&ts=1776895432321&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776895432307.786524545502502755&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Jacobin&pmd[locale]=en-US&pmd[description]=Reason%20in%20Revolt&plt=574&it=1776895432137&coo=false&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf1&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=166148367275777&ev=PageView&dl=https%3A%2F%2Fjacobin.com%2F&rl=&if=false&ts=1776895432321&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776895432307.786524545502502755&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Jacobin&pmd[locale]=en-US&pmd[description]=Reason%20in%20Revolt&plt=574&it=1776895432137&coo=false&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf1&rqm=FGET — 200 — 205 B — 130 ms — h3https://m.stripe.network/out-4.5.45.jsm.stripe.network/out-4.5.45.js https://m.stripe.network/out-4.5.45.js — 200 — 16.5 KiB — 26 ms — h2https://m.stripe.com/6m.stripe.com/6 https://m.stripe.com/6 — 200 — 580 B — 535 ms — h2https://ad-delivery.net/px.gif?ch=2&e=0.6357072244198015ad-delivery.net/px.gif?ch=2&e=0.635... https://ad-delivery.net/px.gif?ch=2&e=0.6357072244198015 — 200 — 112 B — 21 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.34026094910937765ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.34026094910937765 — 200 — 129 B — 29 ms — h3https://ad-delivery.net/px.gif?ch=1&e=0.4633320170677534ad-delivery.net/px.gif?ch=1&e=0.463... https://ad-delivery.net/px.gif?ch=1&e=0.4633320170677534 — 200 — 110 B — 21 ms — h2https://ab.dns-finder.com/meta/dnsab.dns-finder.com/meta/dns https://ab.dns-finder.com/meta/dns — 200 — 0 B — 1 ms — h2https://pagead2.googlesyndication.com/pagead/ping?e=1pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/ping?e=1 — 204 — 20 B — 58 ms — h3https://ad-delivery.net/px.gif?ch=1&e=0.6821570909224955ad-delivery.net/px.gif?ch=1&e=0.682... https://ad-delivery.net/px.gif?ch=1&e=0.6821570909224955 — 200 — 133 B — 21 ms — h2https://ad-delivery.net/px.gif?ch=2&e=0.20167529752505287ad-delivery.net/px.gif?ch=2&e=0.201... https://ad-delivery.net/px.gif?ch=2&e=0.20167529752505287 — 200 — 110 B — 21 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.10027583436324294ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.10027583436324294 — 200 — 129 B — 30 ms — h3https://ad-delivery.net/px.gif?ch=2&e=0.2620845134002514ad-delivery.net/px.gif?ch=2&e=0.262... https://ad-delivery.net/px.gif?ch=2&e=0.2620845134002514 — 200 — 112 B — 21 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.32447521312053584ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.32447521312053584 — 200 — 129 B — 30 ms — h3https://ad-delivery.net/px.gif?ch=2&e=0.5402394001388546ad-delivery.net/px.gif?ch=2&e=0.540... https://ad-delivery.net/px.gif?ch=2&e=0.5402394001388546 — 200 — 133 B — 21 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.45739138015365466ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.45739138015365466 — 200 — 129 B — 29 ms — h3https://ad-delivery.net/px.gif?ch=2&e=0.9669921478441702ad-delivery.net/px.gif?ch=2&e=0.966... https://ad-delivery.net/px.gif?ch=2&e=0.9669921478441702 — 200 — 112 B — 21 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.5633370961330146ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.5633370961330146 — 200 — 129 B — 30 ms — h3https://api.btloader.com/country?o=5708166709903360api.btloader.com/country?o=57081667... https://api.btloader.com/country?o=5708166709903360 — 200 — 153 B — 122 ms — h2https://api.btloader.com/pv?nlf=false&tid=WXOkw9r3-ZfHZtBsu-9db7389393&sid=3sVtMosXRT-Xep4vdyCfr-9db7389393&cv=2.1.187-1-g24d1c87&upapi=trueapi.btloader.com/pv?nlf=false&tid=W... https://api.btloader.com/pv?nlf=false&tid=WXOkw9r3-ZfHZtBsu-9db7389393&sid=3sVtMosXRT-Xep4vdyCfr-9db7389393&cv=2.1.187-1-g24d1c87&upapi=true — 204 — 40 B — 123 ms — h2https://cdn.fuseplatform.net/telemetry/noconsent?cwvRep=%5B%7B%22name%22%3A%22FCP%22%2C%22value%22%3A%22428%22%2C%22rating%22%3A%22good%22%2C%22id%22%3A%22v4-1776895431041-8699782569590%22%2C%22delta%22%3A%22428%22%7D%2C%7B%22name%22%3A%22LCP%22%2C%22value%22%3A%22428%22%2C%22rating%22%3A%22good%22%2C%22id%22%3A%22v4-1776895431041-1945680115268%22%2C%22delta%22%3A%22428%22%2C%22element%22%3A%22img%20.hm-dg__image%20hm-sd-sy__image%20hm-sd-b-sy__image%22%7D%2C%7B%22name%22%3A%22LCP%22%2C%22value%22%3A%22548%22%2C%22rating%22%3A%22good%22%2C%22id%22%3A%22v4-1776895431041-1945680115268%22%2C%22delta%22%3A%22120%22%2C%22element%22%3A%22div%20.hm-dg__image%20hm-sd-py__image%20hm-sd-b-py__image%20background-image%3A%20url(%5C%22https%3A%2F%2Fimages.jacobinmag.com%2Fwp-content%2Fuploads%2F2026%2F04%2F22121302%2F4D97F8CB-7495-4940-9439-9DEFA42957AC.jpg%5C%22)%3B%22%7D%2C%7B%22name%22%3A%22CLS%22%2C%22value%22%3A%220.0006744173744272246%22%2C%22rating%22%3A%22good%22%2C%22id%22%3A%22v4-1776895431055-7357908133169%22%2C%22delta%22%3A%220.0006744173744272246%22%2C%22element%22%3A%22article%20.hm-dg__article%20hm-sd-ty__article%20hm-sd-b-ty__article%22%7D%2C%7B%22name%22%3A%22TTFB%22%2C%22value%22%3A%22141.80000019073486%22%2C%22rating%22%3A%22good%22%2C%22id%22%3A%22v4-1776895431041-7470465213037%22%2C%22delta%22%3A%22141.80000019073486%22%7D%5D&cmpj=unknown&cmpdialog=true&v=1&ttm=1776895437069&cookie=true&res=800x600&device=desktop&browser=chrome&fuuid=c6758ab4-643c-546f-a0ca-357320d9877b&fid=4027&pubid=14&url=https%3A%2F%2Fjacobin.com%2F&sid=37d6e0c3ad809970c41e&srate=100&adserver=gpt&etm=6643&e=web-vitals&tenant=publift&fusecdn=cloudflare&tlt=610&account=jacobin&experiments=%7B%22fuse_exp_0%22%3A%22false%22%2C%22fuse_exp_1%22%3A%22true%22%2C%22fuse_exp_2%22%3A%22true%22%2C%22fuse_exp_3%22%3A%22false%22%2C%22fuse_exp_5%22%3A%22true%22%2C%22fuse_exp_6%22%3A%22true%22%2C%22fuse_exp_7%22%3A%22true%22%2C%22fuse_exp_8%22%3A%22true%22%2C%22fuse_exp_9%22%3A%22false%22%2C%22fuse_exp_10%22%3A%22false%22%2C%22fuse_exp_13%22%3A%22false%22%2C%22fuse_exp_14%22%3A%22true%22%2C%22fuse_exp_15%22%3A%22true%22%2C%22fuse_exp_16%22%3A%22false%22%2C%22fuse_exp_18%22%3A%22true%22%2C%22fuse_exp_20%22%3A%22ineligible%22%2C%22fuse_exp_21%22%3A%22false%22%2C%22fuse_exp_22%22%3A%22true%22%2C%22fuse_exp_27%22%3A%22false%22%7D&cz=%7B%22fuse-slot-Article_Incontent_1-1%22%3A%22ye-false_zone_disabled%22%2C%22fuse-slot-Article_Left_VREC_1-1%22%3A%22ye-false_eligible_selected%22%2C%22fuse-slot-Article_Incontent_2-1%22%3A%22ye-false_zone_disabled%22%2C%22fuse-slot-Article_Left_VREC_3-1%22%3A%22ye-false_eligible_not-selected%22%2C%22fuse-slot-Article_Incontent_3-1%22%3A%22ye-false_zone_disabled%22%2C%22fuse-slot-Article_Left_VREC_2-1%22%3A%22ye-false_eligible_not-selected%22%2C%22fuse-slot-Article_Incontent_4-1%22%3A%22ye-false_zone_disabled%22%7D&geo_country=ES&geo_state=MD&geo_code=EU-GDPR&bs=51cdn.fuseplatform.net/telemetry/noco... https://cdn.fuseplatform.net/telemetry/noconsent?cwvRep=%5B%7B%22name%22%3A%22FCP%22%2C%22value%22%3A%22428%22%2C%22rating%22%3A%22good%22%2C%22id%22%3A%22v4-1776895431041-8699782569590%22%2C%22delta%22%3A%22428%22%7D%2C%7B%22name%22%3A%22LCP%22%2C%22value%22%3A%22428%22%2C%22rating%22%3A%22good%22%2C%22id%22%3A%22v4-1776895431041-1945680115268%22%2C%22delta%22%3A%22428%22%2C%22element%22%3A%22img%20.hm-dg__image%20hm-sd-sy__image%20hm-sd-b-sy__image%22%7D%2C%7B%22name%22%3A%22LCP%22%2C%22value%22%3A%22548%22%2C%22rating%22%3A%22good%22%2C%22id%22%3A%22v4-1776895431041-1945680115268%22%2C%22delta%22%3A%22120%22%2C%22element%22%3A%22div%20.hm-dg__image%20hm-sd-py__image%20hm-sd-b-py__image%20background-image%3A%20url(%5C%22https%3A%2F%2Fimages.jacobinmag.com%2Fwp-content%2Fuploads%2F2026%2F04%2F22121302%2F4D97F8CB-7495-4940-9439-9DEFA42957AC.jpg%5C%22)%3B%22%7D%2C%7B%22name%22%3A%22CLS%22%2C%22value%22%3A%220.0006744173744272246%22%2C%22rating%22%3A%22good%22%2C%22id%22%3A%22v4-1776895431055-7357908133169%22%2C%22delta%22%3A%220.0006744173744272246%22%2C%22element%22%3A%22article%20.hm-dg__article%20hm-sd-ty__article%20hm-sd-b-ty__article%22%7D%2C%7B%22name%22%3A%22TTFB%22%2C%22value%22%3A%22141.80000019073486%22%2C%22rating%22%3A%22good%22%2C%22id%22%3A%22v4-1776895431041-7470465213037%22%2C%22delta%22%3A%22141.80000019073486%22%7D%5D&cmpj=unknown&cmpdialog=true&v=1&ttm=1776895437069&cookie=true&res=800x600&device=desktop&browser=chrome&fuuid=c6758ab4-643c-546f-a0ca-357320d9877b&fid=4027&pubid=14&url=https%3A%2F%2Fjacobin.com%2F&sid=37d6e0c3ad809970c41e&srate=100&adserver=gpt&etm=6643&e=web-vitals&tenant=publift&fusecdn=cloudflare&tlt=610&account=jacobin&experiments=%7B%22fuse_exp_0%22%3A%22false%22%2C%22fuse_exp_1%22%3A%22true%22%2C%22fuse_exp_2%22%3A%22true%22%2C%22fuse_exp_3%22%3A%22false%22%2C%22fuse_exp_5%22%3A%22true%22%2C%22fuse_exp_6%22%3A%22true%22%2C%22fuse_exp_7%22%3A%22true%22%2C%22fuse_exp_8%22%3A%22true%22%2C%22fuse_exp_9%22%3A%22false%22%2C%22fuse_exp_10%22%3A%22false%22%2C%22fuse_exp_13%22%3A%22false%22%2C%22fuse_exp_14%22%3A%22true%22%2C%22fuse_exp_15%22%3A%22true%22%2C%22fuse_exp_16%22%3A%22false%22%2C%22fuse_exp_18%22%3A%22true%22%2C%22fuse_exp_20%22%3A%22ineligible%22%2C%22fuse_exp_21%22%3A%22false%22%2C%22fuse_exp_22%22%3A%22true%22%2C%22fuse_exp_27%22%3A%22false%22%7D&cz=%7B%22fuse-slot-Article_Incontent_1-1%22%3A%22ye-false_zone_disabled%22%2C%22fuse-slot-Article_Left_VREC_1-1%22%3A%22ye-false_eligible_selected%22%2C%22fuse-slot-Article_Incontent_2-1%22%3A%22ye-false_zone_disabled%22%2C%22fuse-slot-Article_Left_VREC_3-1%22%3A%22ye-false_eligible_not-selected%22%2C%22fuse-slot-Article_Incontent_3-1%22%3A%22ye-false_zone_disabled%22%2C%22fuse-slot-Article_Left_VREC_2-1%22%3A%22ye-false_eligible_not-selected%22%2C%22fuse-slot-Article_Incontent_4-1%22%3A%22ye-false_zone_disabled%22%7D&geo_country=ES&geo_state=MD&geo_code=EU-GDPR&bs=51 — 200 — 459 B — 24 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
85% of JavaScript execution is third-party
First-party Third-party 1032ms · 810KB · $14/mo
www.gstatic.com
Other
Costly
Execution 275ms
Transfer 0 KB
Unused 49%
Monthly Cost $4/mo
Unattributable
Other
Costly
Execution 274ms
Transfer 0 KB
Monthly Cost $4/mo
geo.cookie-script.com
Other
Optional
Execution 146ms
Transfer 25 KB
Monthly Cost $2/mo
cdn.fuseplatform.net
Other
Optional
Execution 97ms
Transfer 102 KB
Unused 42%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 71ms
Transfer 164 KB
Unused 40%
Monthly Cost $1/mo
Stripe
Payment
Essential
Execution 65ms
Transfer 226 KB
Unused 73%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 55ms
Transfer 145 KB
Unused 45%
Monthly Cost $1/mo
cdn.fuseplatform.net
Other
Optional
Execution 51ms
Transfer 148 KB
Unused 77%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • www.gstatic.com adds 275ms and costs ~$4/month
  • Unattributable adds 274ms and costs ~$4/month

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

Why this matters

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

Learn more

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

Source: web.dev

www.gstatic.com takes 275ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

Unattributable takes 274ms 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

73% of Stripe'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

77% of cdn.fuseplatform.net's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

How third-party costs are calculated

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

Send Feedback