Skip to content
https://substack.com

Performance

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

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

66
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.
85
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

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

1.62 s

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

4.18 s

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

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

1.89 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.68 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 3 REVIEW 4 FIX
F
Page Weight Budget
Action
4.4 MB transferred, 145 requests
FIX
4.4 MB transferred, 145 requests
Critical::
Page weighs 10.5 MB (4.4 MB transferred)
Warning::
JavaScript is 2.1 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.1 MB
Warning::
Images are 1.8 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.8 MB
Warning::
145 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.92 g CO2 per page load
4.4 MB / 2.4 MB budget
4.4 MB transferred
145 requests
0.92 g CO2 per page load
JavaScript 2.1 MiB 48%
Images 1.8 MiB 42%
CSS 173.3 KiB 4%
Other 118.1 KiB 3%
Fonts 83.0 KiB 2%
Other 30.1 KiB 1%
HTML 16.8 KiB 0%
Other 1.7 KiB 0%
Other 1.0 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

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
96% third-party, 0 ms blocking
FIX
96% third-party, 0 ms blocking
Warning::
Third-party code accounts for 96% of page weight (4.2 MiB of 4.4 MiB)
Info::
Third-party blocking time is low (0 ms)
96%
First-party Third-party
F
JS Bundles
Action
99 scripts, 1015 KB unused
FIX
99 scripts, 1015 KB unused
Warning::
https://substackcdn.com/bundle/static/js/reader2.1...: 372 KB unused (59%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://substackcdn.com/bundle/static/js/63549.4f4...: 241 KB unused (79%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://substackcdn.com/bundle/static/js/async/505...: 82 KB unused (86%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://substackcdn.com/bundle/static/js/16652.973...: 52 KB unused (84%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://substackcdn.com/bundle/static/js/11383.633...: 42 KB unused (71%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1015 KB
1015 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://substackcdn.com/bundle/static/js/reader2.15dc9b3f.js636 KB372 KB (59%)3rd
https://substackcdn.com/bundle/static/js/63549.4f403a53.js312 KB241 KB (79%)3rd
https://substackcdn.com/bundle/static/js/async/50551.430c8de0.js95 KB82 KB (86%)3rd
https://substackcdn.com/bundle/static/js/16652.97367451.js62 KB52 KB (84%)3rd
https://substackcdn.com/bundle/static/js/11383.633fb0f1.js60 KB42 KB (71%)3rd
https://substackcdn.com/bundle/static/js/96869.6178d54d.js38 KB38 KB (100%)3rd
https://substackcdn.com/bundle/static/js/27438.ac9b0f39.js42 KB33 KB (80%)3rd
https://substackcdn.com/bundle/static/js/31345.0eab9ae9.js44 KB31 KB (71%)3rd
https://substackcdn.com/bundle/static/js/11578.9eef8573.js29 KB29 KB (99%)3rd
https://substackcdn.com/bundle/static/js/61861.a8ba0c8d.js38 KB25 KB (67%)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
145 resources · 4.4 MB · 1015 KB savings available
FIX
145 resources · 4.4 MB · 1015 KB savings available
Warning::
Page weight 3.4 MB over 1MB target
Got: 4.4 MB Expected: ≤ 1 MB
Info::
~1015 KB of savings available
Warning::
134 third-party resources (96% of weight)
Info::
3 resources over 200KB
145 resources · 4.4 MiB · 134 third-party 3.4 MiB over 1MB target
JavaScript 48% · 2.1 MiB
Image 43% · 1.9 MiB
CSS 4% · 173.3 KiB
Other 3% · 121.2 KiB
Font 2% · 83.0 KiB
Document 0% · 16.8 KiB

~1014.5 KiB of savings available

Remove unused JavaScript: 1014.5 KiB
B
Image Optimization
21 images, 0 KB saveable
REVIEW
21 images, 0 KB saveable
Warning::
https://substackcdn.com/image/fetch/$s_!DzDi!,w_17... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://substackcdn.com/image/fetch/$s_!u9e1!,w_30... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
21 images 1.8 MB
0 oversized -0 KB
2 legacy format
2 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

C
JS Execution Cost
Action
1130ms total JS execution
REVIEW
1130ms total JS execution
Warning::
Unattributable: 496ms CPU time
Warning::
https://substackcdn.com/bundle/static/js/11383.633...: 326ms CPU time
Info::
https://substack.com/: 190ms CPU time
Info::
https://substackcdn.com/bundle/static/js/async/505...: 65ms CPU time
Info::
https://substack.com/cdn-cgi/challenge-platform/sc...: 53ms CPU time
Warning::
Third-party scripts: 887ms (78% of total)

Main Thread Breakdown

Script Evaluation 55% Other 28% Style & Layout 9%
ScriptTotalScriptingParse/CompileParty
Unattributable496ms212ms0ms3rd
https://substackcdn.com/bundle/static/js/11383.633fb0f1.js326ms321ms0ms3rd
https://substack.com/190ms20ms10ms1st
https://substackcdn.com/bundle/static/js/async/50551.430c8de0.js65ms46ms8ms3rd
https://substack.com/cdn-cgi/challenge-platform/scripts/jsd/main.js53ms51ms0ms1st
B
HTTP Caching
no-cache
REVIEW
no-cache
Info::
Cache-Control header is set
Got: no-cache
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-cache

DirectiveValueMeaning
no-cacheCache but always revalidate first
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
2 fonts (83 KB)
PASS
2 fonts (83 KB)
Info::
2 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

2

83 KB total

Render-blocking

0

of 2

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.6 s LCP 4.2 shttps://substackcdn.com/fonts/Cahuenga-SemiBold.woff2Cahuenga-SemiBold.woff2 https://substackcdn.com/fonts/Cahuenga-SemiBold.woff2 — 69.5 KiB — 121 ms — font-display: swaphttps://fonts.gstatic.com/s/spectral/v13/rnCr-xNNww_2s0amA9M5knjsS_ul.woff2rnCr-xNNww_2s0amA9M5knj... https://fonts.gstatic.com/s/spectral/v13/rnCr-xNNww_2s0amA9M5knjsS_ul.woff2 — 13.5 KiB — 98 ms — font-display: swap
Cahuenga-SemiBold.woff2 woff2 swap
Size 69 KB
Load time 121 ms
Start 422 ms
Risk FOUT — text flashes from fallback to web font
rnCr-xNNww_2s0amA9M5knj... woff2 swap
Size 13 KB
Load time 98 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
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
145 requests over 1865ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.6 s LCP 4.2 shttps://substack.com// https://substack.com/ — 200 — 16.8 KiB — 226 ms — h3https://substackcdn.com/bundle/theme/reader2.0a4d04ea913496ef342f.csssubstackcdn.com/bundle/theme/reader... https://substackcdn.com/bundle/theme/reader2.0a4d04ea913496ef342f.css — 200 — 53.6 KiB — 92 ms — h2https://substackcdn.com/bundle/static/css/382.b89e30f6.csssubstackcdn.com/bundle/static/css/3... https://substackcdn.com/bundle/static/css/382.b89e30f6.css — 200 — 21.3 KiB — 98 ms — h2https://substackcdn.com/bundle/static/css/56938.bc21f918.csssubstackcdn.com/bundle/static/css/5... https://substackcdn.com/bundle/static/css/56938.bc21f918.css — 200 — 4.8 KiB — 97 ms — h2https://substackcdn.com/bundle/static/css/54636.1791a1b4.csssubstackcdn.com/bundle/static/css/5... https://substackcdn.com/bundle/static/css/54636.1791a1b4.css — 200 — 4.4 KiB — 99 ms — h2https://substackcdn.com/bundle/static/css/82434.e48dc20a.csssubstackcdn.com/bundle/static/css/8... https://substackcdn.com/bundle/static/css/82434.e48dc20a.css — 200 — 3.7 KiB — 101 ms — h2https://substackcdn.com/bundle/static/css/11383.375bfa89.csssubstackcdn.com/bundle/static/css/1... https://substackcdn.com/bundle/static/css/11383.375bfa89.css — 200 — 32.5 KiB — 108 ms — h2https://substackcdn.com/bundle/static/css/31345.0b820313.csssubstackcdn.com/bundle/static/css/3... https://substackcdn.com/bundle/static/css/31345.0b820313.css — 200 — 7.1 KiB — 115 ms — h2https://substackcdn.com/bundle/static/css/95680.261114a6.csssubstackcdn.com/bundle/static/css/9... https://substackcdn.com/bundle/static/css/95680.261114a6.css — 200 — 3.8 KiB — 114 ms — h2https://substackcdn.com/bundle/static/css/reader2.66f17a7b.csssubstackcdn.com/bundle/static/css/r... https://substackcdn.com/bundle/static/css/reader2.66f17a7b.css — 200 — 33.5 KiB — 123 ms — h2https://substackcdn.com/bundle/static/css/11578.4a18acbd.csssubstackcdn.com/bundle/static/css/1... https://substackcdn.com/bundle/static/css/11578.4a18acbd.css — 200 — 6.6 KiB — 71 ms — h2https://substackcdn.com/bundle/static/js/lib-router.cdba740d.jssubstackcdn.com/bundle/static/js/li... https://substackcdn.com/bundle/static/js/lib-router.cdba740d.js — 200 — 25.9 KiB — 70 ms — h2https://substackcdn.com/bundle/static/js/92520.c9b58344.jssubstackcdn.com/bundle/static/js/92... https://substackcdn.com/bundle/static/js/92520.c9b58344.js — 200 — 59.5 KiB — 101 ms — h2https://substackcdn.com/bundle/static/js/43876.76bb2505.jssubstackcdn.com/bundle/static/js/43... https://substackcdn.com/bundle/static/js/43876.76bb2505.js — 200 — 2.7 KiB — 91 ms — h2https://substackcdn.com/bundle/static/js/75058.d532797c.jssubstackcdn.com/bundle/static/js/75... https://substackcdn.com/bundle/static/js/75058.d532797c.js — 200 — 2.5 KiB — 93 ms — h2https://substackcdn.com/bundle/static/js/61861.a8ba0c8d.jssubstackcdn.com/bundle/static/js/61... https://substackcdn.com/bundle/static/js/61861.a8ba0c8d.js — 200 — 38.3 KiB — 113 ms — h2https://substackcdn.com/bundle/static/js/85929.cb5a349d.jssubstackcdn.com/bundle/static/js/85... https://substackcdn.com/bundle/static/js/85929.cb5a349d.js — 200 — 5.5 KiB — 101 ms — h2https://substackcdn.com/bundle/static/js/70780.a701d539.jssubstackcdn.com/bundle/static/js/70... https://substackcdn.com/bundle/static/js/70780.a701d539.js — 200 — 21.8 KiB — 110 ms — h2https://substackcdn.com/bundle/static/js/83988.f143cb59.jssubstackcdn.com/bundle/static/js/83... https://substackcdn.com/bundle/static/js/83988.f143cb59.js — 200 — 8.4 KiB — 106 ms — h2https://substackcdn.com/bundle/static/js/23553.b588b8d5.jssubstackcdn.com/bundle/static/js/23... https://substackcdn.com/bundle/static/js/23553.b588b8d5.js — 200 — 4.9 KiB — 108 ms — h2https://substackcdn.com/bundle/static/js/63549.4f403a53.jssubstackcdn.com/bundle/static/js/63... https://substackcdn.com/bundle/static/js/63549.4f403a53.js — 200 — 312.0 KiB — 163 ms — h2https://substackcdn.com/bundle/static/js/76976.ae6d6036.jssubstackcdn.com/bundle/static/js/76... https://substackcdn.com/bundle/static/js/76976.ae6d6036.js — 200 — 7.7 KiB — 130 ms — h2https://substackcdn.com/bundle/static/js/19971.a782ee5c.jssubstackcdn.com/bundle/static/js/19... https://substackcdn.com/bundle/static/js/19971.a782ee5c.js — 200 — 9.6 KiB — 131 ms — h2https://substackcdn.com/bundle/static/js/27994.915bf6b8.jssubstackcdn.com/bundle/static/js/27... https://substackcdn.com/bundle/static/js/27994.915bf6b8.js — 200 — 2.7 KiB — 132 ms — h2https://substackcdn.com/bundle/static/js/67562.de8bf319.jssubstackcdn.com/bundle/static/js/67... https://substackcdn.com/bundle/static/js/67562.de8bf319.js — 200 — 4.8 KiB — 134 ms — h2https://substackcdn.com/bundle/static/js/16932.a8d9a03d.jssubstackcdn.com/bundle/static/js/16... https://substackcdn.com/bundle/static/js/16932.a8d9a03d.js — 200 — 7.4 KiB — 136 ms — h2https://substackcdn.com/bundle/static/js/49271.7ae0ad97.jssubstackcdn.com/bundle/static/js/49... https://substackcdn.com/bundle/static/js/49271.7ae0ad97.js — 200 — 13.1 KiB — 140 ms — h2https://substackcdn.com/bundle/static/js/10107.aa2b5d19.jssubstackcdn.com/bundle/static/js/10... https://substackcdn.com/bundle/static/js/10107.aa2b5d19.js — 200 — 14.9 KiB — 142 ms — h2https://substackcdn.com/bundle/static/js/49907.a127f490.jssubstackcdn.com/bundle/static/js/49... https://substackcdn.com/bundle/static/js/49907.a127f490.js — 200 — 3.4 KiB — 144 ms — h2https://substackcdn.com/bundle/static/js/39010.9c0f5490.jssubstackcdn.com/bundle/static/js/39... https://substackcdn.com/bundle/static/js/39010.9c0f5490.js — 200 — 3.5 KiB — 145 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.6 s LCP 4.2 shttps://substack.com// https://substack.com/ — 200 — 16.8 KiB — 226 ms — h3https://substackcdn.com/bundle/theme/reader2.0a4d04ea913496ef342f.csssubstackcdn.com/bundle/theme/reader... https://substackcdn.com/bundle/theme/reader2.0a4d04ea913496ef342f.css — 200 — 53.6 KiB — 92 ms — h2https://substackcdn.com/bundle/static/css/382.b89e30f6.csssubstackcdn.com/bundle/static/css/3... https://substackcdn.com/bundle/static/css/382.b89e30f6.css — 200 — 21.3 KiB — 98 ms — h2https://substackcdn.com/bundle/static/css/56938.bc21f918.csssubstackcdn.com/bundle/static/css/5... https://substackcdn.com/bundle/static/css/56938.bc21f918.css — 200 — 4.8 KiB — 97 ms — h2https://substackcdn.com/bundle/static/css/54636.1791a1b4.csssubstackcdn.com/bundle/static/css/5... https://substackcdn.com/bundle/static/css/54636.1791a1b4.css — 200 — 4.4 KiB — 99 ms — h2https://substackcdn.com/bundle/static/css/82434.e48dc20a.csssubstackcdn.com/bundle/static/css/8... https://substackcdn.com/bundle/static/css/82434.e48dc20a.css — 200 — 3.7 KiB — 101 ms — h2https://substackcdn.com/bundle/static/css/11383.375bfa89.csssubstackcdn.com/bundle/static/css/1... https://substackcdn.com/bundle/static/css/11383.375bfa89.css — 200 — 32.5 KiB — 108 ms — h2https://substackcdn.com/bundle/static/css/31345.0b820313.csssubstackcdn.com/bundle/static/css/3... https://substackcdn.com/bundle/static/css/31345.0b820313.css — 200 — 7.1 KiB — 115 ms — h2https://substackcdn.com/bundle/static/css/95680.261114a6.csssubstackcdn.com/bundle/static/css/9... https://substackcdn.com/bundle/static/css/95680.261114a6.css — 200 — 3.8 KiB — 114 ms — h2https://substackcdn.com/bundle/static/css/reader2.66f17a7b.csssubstackcdn.com/bundle/static/css/r... https://substackcdn.com/bundle/static/css/reader2.66f17a7b.css — 200 — 33.5 KiB — 123 ms — h2https://substackcdn.com/bundle/static/css/11578.4a18acbd.csssubstackcdn.com/bundle/static/css/1... https://substackcdn.com/bundle/static/css/11578.4a18acbd.css — 200 — 6.6 KiB — 71 ms — h2https://substackcdn.com/bundle/static/js/lib-router.cdba740d.jssubstackcdn.com/bundle/static/js/li... https://substackcdn.com/bundle/static/js/lib-router.cdba740d.js — 200 — 25.9 KiB — 70 ms — h2https://substackcdn.com/bundle/static/js/92520.c9b58344.jssubstackcdn.com/bundle/static/js/92... https://substackcdn.com/bundle/static/js/92520.c9b58344.js — 200 — 59.5 KiB — 101 ms — h2https://substackcdn.com/bundle/static/js/43876.76bb2505.jssubstackcdn.com/bundle/static/js/43... https://substackcdn.com/bundle/static/js/43876.76bb2505.js — 200 — 2.7 KiB — 91 ms — h2https://substackcdn.com/bundle/static/js/75058.d532797c.jssubstackcdn.com/bundle/static/js/75... https://substackcdn.com/bundle/static/js/75058.d532797c.js — 200 — 2.5 KiB — 93 ms — h2https://substackcdn.com/bundle/static/js/61861.a8ba0c8d.jssubstackcdn.com/bundle/static/js/61... https://substackcdn.com/bundle/static/js/61861.a8ba0c8d.js — 200 — 38.3 KiB — 113 ms — h2https://substackcdn.com/bundle/static/js/85929.cb5a349d.jssubstackcdn.com/bundle/static/js/85... https://substackcdn.com/bundle/static/js/85929.cb5a349d.js — 200 — 5.5 KiB — 101 ms — h2https://substackcdn.com/bundle/static/js/70780.a701d539.jssubstackcdn.com/bundle/static/js/70... https://substackcdn.com/bundle/static/js/70780.a701d539.js — 200 — 21.8 KiB — 110 ms — h2https://substackcdn.com/bundle/static/js/83988.f143cb59.jssubstackcdn.com/bundle/static/js/83... https://substackcdn.com/bundle/static/js/83988.f143cb59.js — 200 — 8.4 KiB — 106 ms — h2https://substackcdn.com/bundle/static/js/23553.b588b8d5.jssubstackcdn.com/bundle/static/js/23... https://substackcdn.com/bundle/static/js/23553.b588b8d5.js — 200 — 4.9 KiB — 108 ms — h2https://substackcdn.com/bundle/static/js/63549.4f403a53.jssubstackcdn.com/bundle/static/js/63... https://substackcdn.com/bundle/static/js/63549.4f403a53.js — 200 — 312.0 KiB — 163 ms — h2https://substackcdn.com/bundle/static/js/76976.ae6d6036.jssubstackcdn.com/bundle/static/js/76... https://substackcdn.com/bundle/static/js/76976.ae6d6036.js — 200 — 7.7 KiB — 130 ms — h2https://substackcdn.com/bundle/static/js/19971.a782ee5c.jssubstackcdn.com/bundle/static/js/19... https://substackcdn.com/bundle/static/js/19971.a782ee5c.js — 200 — 9.6 KiB — 131 ms — h2https://substackcdn.com/bundle/static/js/27994.915bf6b8.jssubstackcdn.com/bundle/static/js/27... https://substackcdn.com/bundle/static/js/27994.915bf6b8.js — 200 — 2.7 KiB — 132 ms — h2https://substackcdn.com/bundle/static/js/67562.de8bf319.jssubstackcdn.com/bundle/static/js/67... https://substackcdn.com/bundle/static/js/67562.de8bf319.js — 200 — 4.8 KiB — 134 ms — h2https://substackcdn.com/bundle/static/js/16932.a8d9a03d.jssubstackcdn.com/bundle/static/js/16... https://substackcdn.com/bundle/static/js/16932.a8d9a03d.js — 200 — 7.4 KiB — 136 ms — h2https://substackcdn.com/bundle/static/js/49271.7ae0ad97.jssubstackcdn.com/bundle/static/js/49... https://substackcdn.com/bundle/static/js/49271.7ae0ad97.js — 200 — 13.1 KiB — 140 ms — h2https://substackcdn.com/bundle/static/js/10107.aa2b5d19.jssubstackcdn.com/bundle/static/js/10... https://substackcdn.com/bundle/static/js/10107.aa2b5d19.js — 200 — 14.9 KiB — 142 ms — h2https://substackcdn.com/bundle/static/js/49907.a127f490.jssubstackcdn.com/bundle/static/js/49... https://substackcdn.com/bundle/static/js/49907.a127f490.js — 200 — 3.4 KiB — 144 ms — h2https://substackcdn.com/bundle/static/js/39010.9c0f5490.jssubstackcdn.com/bundle/static/js/39... https://substackcdn.com/bundle/static/js/39010.9c0f5490.js — 200 — 3.5 KiB — 145 ms — h2https://substackcdn.com/bundle/static/js/60799.8fa4a294.jssubstackcdn.com/bundle/static/js/60... https://substackcdn.com/bundle/static/js/60799.8fa4a294.js — 200 — 6.5 KiB — 146 ms — h2https://substackcdn.com/bundle/static/js/12868.e502620d.jssubstackcdn.com/bundle/static/js/12... https://substackcdn.com/bundle/static/js/12868.e502620d.js — 200 — 3.1 KiB — 147 ms — h2https://substackcdn.com/bundle/static/js/99795.f9498968.jssubstackcdn.com/bundle/static/js/99... https://substackcdn.com/bundle/static/js/99795.f9498968.js — 200 — 3.3 KiB — 148 ms — h2https://substackcdn.com/bundle/static/js/54479.deb7ed8a.jssubstackcdn.com/bundle/static/js/54... https://substackcdn.com/bundle/static/js/54479.deb7ed8a.js — 200 — 3.1 KiB — 149 ms — h2https://substackcdn.com/bundle/static/js/54900.e42d1ce4.jssubstackcdn.com/bundle/static/js/54... https://substackcdn.com/bundle/static/js/54900.e42d1ce4.js — 200 — 9.4 KiB — 150 ms — h2https://substackcdn.com/bundle/static/js/35457.e7fe86cc.jssubstackcdn.com/bundle/static/js/35... https://substackcdn.com/bundle/static/js/35457.e7fe86cc.js — 200 — 8.2 KiB — 152 ms — h2https://substackcdn.com/bundle/static/js/44376.9a2a43bd.jssubstackcdn.com/bundle/static/js/44... https://substackcdn.com/bundle/static/js/44376.9a2a43bd.js — 200 — 7.5 KiB — 153 ms — h2https://substackcdn.com/bundle/static/js/14360.c5ded263.jssubstackcdn.com/bundle/static/js/14... https://substackcdn.com/bundle/static/js/14360.c5ded263.js — 200 — 6.1 KiB — 156 ms — h2https://substackcdn.com/bundle/static/js/7678.80a60b7a.jssubstackcdn.com/bundle/static/js/76... https://substackcdn.com/bundle/static/js/7678.80a60b7a.js — 200 — 2.7 KiB — 157 ms — h2https://substackcdn.com/bundle/static/js/32387.aa903b2e.jssubstackcdn.com/bundle/static/js/32... https://substackcdn.com/bundle/static/js/32387.aa903b2e.js — 200 — 22.0 KiB — 160 ms — h2https://substackcdn.com/bundle/static/js/68628.7d5c7926.jssubstackcdn.com/bundle/static/js/68... https://substackcdn.com/bundle/static/js/68628.7d5c7926.js — 200 — 20.8 KiB — 168 ms — h2https://substackcdn.com/bundle/static/js/382.a5b4705a.jssubstackcdn.com/bundle/static/js/38... https://substackcdn.com/bundle/static/js/382.a5b4705a.js — 200 — 5.6 KiB — 162 ms — h2https://substackcdn.com/bundle/static/js/56938.d02ac2e5.jssubstackcdn.com/bundle/static/js/56... https://substackcdn.com/bundle/static/js/56938.d02ac2e5.js — 200 — 4.4 KiB — 164 ms — h2https://substackcdn.com/bundle/static/js/65343.3e9c8347.jssubstackcdn.com/bundle/static/js/65... https://substackcdn.com/bundle/static/js/65343.3e9c8347.js — 200 — 6.3 KiB — 166 ms — h2https://substackcdn.com/bundle/static/js/11383.633fb0f1.jssubstackcdn.com/bundle/static/js/11... https://substackcdn.com/bundle/static/js/11383.633fb0f1.js — 200 — 60.0 KiB — 190 ms — h2https://substackcdn.com/bundle/static/js/88491.3b9c039b.jssubstackcdn.com/bundle/static/js/88... https://substackcdn.com/bundle/static/js/88491.3b9c039b.js — 200 — 7.5 KiB — 169 ms — h2https://substackcdn.com/bundle/static/js/72231.c9a626d9.jssubstackcdn.com/bundle/static/js/72... https://substackcdn.com/bundle/static/js/72231.c9a626d9.js — 200 — 25.5 KiB — 185 ms — h2https://substackcdn.com/bundle/static/js/52144.f8bdbdfc.jssubstackcdn.com/bundle/static/js/52... https://substackcdn.com/bundle/static/js/52144.f8bdbdfc.js — 200 — 10.8 KiB — 185 ms — h2https://substackcdn.com/bundle/static/js/99488.ee5894ab.jssubstackcdn.com/bundle/static/js/99... https://substackcdn.com/bundle/static/js/99488.ee5894ab.js — 200 — 4.7 KiB — 175 ms — h2https://substackcdn.com/bundle/static/js/4993.f103f20e.jssubstackcdn.com/bundle/static/js/49... https://substackcdn.com/bundle/static/js/4993.f103f20e.js — 200 — 1.6 KiB — 180 ms — h2https://substackcdn.com/bundle/static/js/40893.785d818b.jssubstackcdn.com/bundle/static/js/40... https://substackcdn.com/bundle/static/js/40893.785d818b.js — 200 — 5.9 KiB — 181 ms — h2https://substackcdn.com/bundle/static/js/61325.87254241.jssubstackcdn.com/bundle/static/js/61... https://substackcdn.com/bundle/static/js/61325.87254241.js — 200 — 20.2 KiB — 184 ms — h2https://substackcdn.com/bundle/static/js/90358.2de9f345.jssubstackcdn.com/bundle/static/js/90... https://substackcdn.com/bundle/static/js/90358.2de9f345.js — 200 — 19.3 KiB — 184 ms — h2https://substackcdn.com/bundle/static/js/76718.1c970a5b.jssubstackcdn.com/bundle/static/js/76... https://substackcdn.com/bundle/static/js/76718.1c970a5b.js — 200 — 11.1 KiB — 187 ms — h2https://substackcdn.com/bundle/static/js/60518.7c1ea0b2.jssubstackcdn.com/bundle/static/js/60... https://substackcdn.com/bundle/static/js/60518.7c1ea0b2.js — 200 — 9.1 KiB — 189 ms — h2https://substackcdn.com/bundle/static/js/57328.9f53b463.jssubstackcdn.com/bundle/static/js/57... https://substackcdn.com/bundle/static/js/57328.9f53b463.js — 200 — 3.8 KiB — 190 ms — h2https://substackcdn.com/bundle/static/js/7503.4fc103e0.jssubstackcdn.com/bundle/static/js/75... https://substackcdn.com/bundle/static/js/7503.4fc103e0.js — 200 — 32.0 KiB — 221 ms — h2https://substackcdn.com/bundle/static/js/75529.4847575a.jssubstackcdn.com/bundle/static/js/75... https://substackcdn.com/bundle/static/js/75529.4847575a.js — 200 — 12.8 KiB — 194 ms — h2https://substackcdn.com/bundle/static/js/90738.994ac61b.jssubstackcdn.com/bundle/static/js/90... https://substackcdn.com/bundle/static/js/90738.994ac61b.js — 200 — 3.8 KiB — 195 ms — h2https://substackcdn.com/bundle/static/js/18249.18510bfe.jssubstackcdn.com/bundle/static/js/18... https://substackcdn.com/bundle/static/js/18249.18510bfe.js — 200 — 5.0 KiB — 197 ms — h2https://substackcdn.com/bundle/static/js/75353.65607d36.jssubstackcdn.com/bundle/static/js/75... https://substackcdn.com/bundle/static/js/75353.65607d36.js — 200 — 3.9 KiB — 198 ms — h2https://substackcdn.com/bundle/static/js/24558.8639d6fa.jssubstackcdn.com/bundle/static/js/24... https://substackcdn.com/bundle/static/js/24558.8639d6fa.js — 200 — 5.0 KiB — 203 ms — h2https://substackcdn.com/bundle/static/js/48072.cf6ab937.jssubstackcdn.com/bundle/static/js/48... https://substackcdn.com/bundle/static/js/48072.cf6ab937.js — 200 — 6.5 KiB — 204 ms — h2https://substackcdn.com/bundle/static/js/47632.9a7694a1.jssubstackcdn.com/bundle/static/js/47... https://substackcdn.com/bundle/static/js/47632.9a7694a1.js — 200 — 3.4 KiB — 206 ms — h2https://substackcdn.com/bundle/static/js/8164.c86bce73.jssubstackcdn.com/bundle/static/js/81... https://substackcdn.com/bundle/static/js/8164.c86bce73.js — 200 — 3.4 KiB — 207 ms — h2https://substackcdn.com/bundle/static/js/82154.7db3745b.jssubstackcdn.com/bundle/static/js/82... https://substackcdn.com/bundle/static/js/82154.7db3745b.js — 200 — 10.8 KiB — 214 ms — h2https://substackcdn.com/bundle/static/js/72999.7da2a27f.jssubstackcdn.com/bundle/static/js/72... https://substackcdn.com/bundle/static/js/72999.7da2a27f.js — 200 — 6.1 KiB — 216 ms — h2https://substackcdn.com/bundle/static/js/32307.0ac24d45.jssubstackcdn.com/bundle/static/js/32... https://substackcdn.com/bundle/static/js/32307.0ac24d45.js — 200 — 4.4 KiB — 218 ms — h2https://substackcdn.com/bundle/static/js/4928.c008fc47.jssubstackcdn.com/bundle/static/js/49... https://substackcdn.com/bundle/static/js/4928.c008fc47.js — 200 — 21.3 KiB — 220 ms — h2https://substackcdn.com/bundle/static/js/8478.fb116682.jssubstackcdn.com/bundle/static/js/84... https://substackcdn.com/bundle/static/js/8478.fb116682.js — 200 — 10.2 KiB — 220 ms — h2https://substackcdn.com/bundle/static/js/47596.66f0d644.jssubstackcdn.com/bundle/static/js/47... https://substackcdn.com/bundle/static/js/47596.66f0d644.js — 200 — 8.4 KiB — 221 ms — h2https://substackcdn.com/bundle/static/js/39966.352b027d.jssubstackcdn.com/bundle/static/js/39... https://substackcdn.com/bundle/static/js/39966.352b027d.js — 200 — 5.4 KiB — 223 ms — h2https://substackcdn.com/bundle/static/js/31345.0eab9ae9.jssubstackcdn.com/bundle/static/js/31... https://substackcdn.com/bundle/static/js/31345.0eab9ae9.js — 200 — 43.9 KiB — 262 ms — h2https://substackcdn.com/bundle/static/js/95680.3ca38c85.jssubstackcdn.com/bundle/static/js/95... https://substackcdn.com/bundle/static/js/95680.3ca38c85.js — 200 — 7.1 KiB — 226 ms — h2https://substackcdn.com/bundle/static/js/76767.c65b8c86.jssubstackcdn.com/bundle/static/js/76... https://substackcdn.com/bundle/static/js/76767.c65b8c86.js — 200 — 10.2 KiB — 228 ms — h2https://substackcdn.com/bundle/static/js/17372.6426d09d.jssubstackcdn.com/bundle/static/js/17... https://substackcdn.com/bundle/static/js/17372.6426d09d.js — 200 — 7.9 KiB — 229 ms — h2https://substackcdn.com/bundle/static/js/51056.1362f92a.jssubstackcdn.com/bundle/static/js/51... https://substackcdn.com/bundle/static/js/51056.1362f92a.js — 200 — 4.0 KiB — 230 ms — h2https://substackcdn.com/bundle/static/js/27438.ac9b0f39.jssubstackcdn.com/bundle/static/js/27... https://substackcdn.com/bundle/static/js/27438.ac9b0f39.js — 200 — 42.4 KiB — 267 ms — h2https://substackcdn.com/bundle/static/js/73731.2d02445c.jssubstackcdn.com/bundle/static/js/73... https://substackcdn.com/bundle/static/js/73731.2d02445c.js — 200 — 13.3 KiB — 265 ms — h2https://substackcdn.com/bundle/static/js/89449.1a585162.jssubstackcdn.com/bundle/static/js/89... https://substackcdn.com/bundle/static/js/89449.1a585162.js — 200 — 7.2 KiB — 266 ms — h2https://substackcdn.com/bundle/static/js/16652.97367451.jssubstackcdn.com/bundle/static/js/16... https://substackcdn.com/bundle/static/js/16652.97367451.js — 200 — 61.9 KiB — 271 ms — h2https://substackcdn.com/bundle/static/js/21196.b5962c7a.jssubstackcdn.com/bundle/static/js/21... https://substackcdn.com/bundle/static/js/21196.b5962c7a.js — 200 — 6.4 KiB — 267 ms — h2https://substackcdn.com/bundle/static/js/63149.a4a172b1.jssubstackcdn.com/bundle/static/js/63... https://substackcdn.com/bundle/static/js/63149.a4a172b1.js — 200 — 3.5 KiB — 266 ms — h2https://substackcdn.com/bundle/static/js/41129.783c2ce5.jssubstackcdn.com/bundle/static/js/41... https://substackcdn.com/bundle/static/js/41129.783c2ce5.js — 200 — 5.5 KiB — 268 ms — h2https://substackcdn.com/bundle/static/js/reader2.15dc9b3f.jssubstackcdn.com/bundle/static/js/re... https://substackcdn.com/bundle/static/js/reader2.15dc9b3f.js — 200 — 636.4 KiB — 308 ms — h2https://substackcdn.com/bundle/static/js/7767.5d1428b2.jssubstackcdn.com/bundle/static/js/77... https://substackcdn.com/bundle/static/js/7767.5d1428b2.js — 200 — 13.7 KiB — 274 ms — h2https://substackcdn.com/bundle/static/js/20711.dda45b74.jssubstackcdn.com/bundle/static/js/20... https://substackcdn.com/bundle/static/js/20711.dda45b74.js — 200 — 3.9 KiB — 274 ms — h2https://substackcdn.com/bundle/static/js/70527.816a2514.jssubstackcdn.com/bundle/static/js/70... https://substackcdn.com/bundle/static/js/70527.816a2514.js — 200 — 5.3 KiB — 274 ms — h2https://substackcdn.com/bundle/static/js/96619.16775d07.jssubstackcdn.com/bundle/static/js/96... https://substackcdn.com/bundle/static/js/96619.16775d07.js — 200 — 7.8 KiB — 274 ms — h2https://substackcdn.com/bundle/static/js/12241.a2314343.jssubstackcdn.com/bundle/static/js/12... https://substackcdn.com/bundle/static/js/12241.a2314343.js — 200 — 10.0 KiB — 275 ms — h2https://substackcdn.com/bundle/static/js/44176.bc8d1d4b.jssubstackcdn.com/bundle/static/js/44... https://substackcdn.com/bundle/static/js/44176.bc8d1d4b.js — 200 — 13.1 KiB — 276 ms — h2https://substackcdn.com/bundle/static/js/96109.88fa4bb7.jssubstackcdn.com/bundle/static/js/96... https://substackcdn.com/bundle/static/js/96109.88fa4bb7.js — 200 — 4.1 KiB — 276 ms — h2https://substackcdn.com/bundle/static/js/93975.a684b92b.jssubstackcdn.com/bundle/static/js/93... https://substackcdn.com/bundle/static/js/93975.a684b92b.js — 200 — 5.0 KiB — 276 ms — h2https://substackcdn.com/bundle/static/js/11578.9eef8573.jssubstackcdn.com/bundle/static/js/11... https://substackcdn.com/bundle/static/js/11578.9eef8573.js — 200 — 29.3 KiB — 281 ms — h2https://substackcdn.com/bundle/static/js/74282.1a9603a7.jssubstackcdn.com/bundle/static/js/74... https://substackcdn.com/bundle/static/js/74282.1a9603a7.js — 200 — 4.2 KiB — 278 ms — h2https://substackcdn.com/bundle/static/js/87537.c943cfe4.jssubstackcdn.com/bundle/static/js/87... https://substackcdn.com/bundle/static/js/87537.c943cfe4.js — 200 — 5.6 KiB — 278 ms — h2https://substackcdn.com/bundle/static/js/94551.ee1c3c82.jssubstackcdn.com/bundle/static/js/94... https://substackcdn.com/bundle/static/js/94551.ee1c3c82.js — 200 — 11.8 KiB — 279 ms — h2https://substackcdn.com/bundle/static/js/31023.38878446.jssubstackcdn.com/bundle/static/js/31... https://substackcdn.com/bundle/static/js/31023.38878446.js — 200 — 5.0 KiB — 279 ms — h2https://substackcdn.com/bundle/static/js/96869.6178d54d.jssubstackcdn.com/bundle/static/js/96... https://substackcdn.com/bundle/static/js/96869.6178d54d.js — 200 — 38.2 KiB — 288 ms — h2https://substackcdn.com/bundle/static/js/97957.6996ae2c.jssubstackcdn.com/bundle/static/js/97... https://substackcdn.com/bundle/static/js/97957.6996ae2c.js — 200 — 6.9 KiB — 282 ms — h2https://substackcdn.com/bundle/static/js/8953.72f3d742.jssubstackcdn.com/bundle/static/js/89... https://substackcdn.com/bundle/static/js/8953.72f3d742.js — 200 — 8.0 KiB — 283 ms — h2https://substackcdn.com/bundle/static/js/81669.3dc84c00.jssubstackcdn.com/bundle/static/js/81... https://substackcdn.com/bundle/static/js/81669.3dc84c00.js — 200 — 5.8 KiB — 283 ms — h2https://substackcdn.com/bundle/static/js/36667.02c526ef.jssubstackcdn.com/bundle/static/js/36... https://substackcdn.com/bundle/static/js/36667.02c526ef.js — 200 — 4.8 KiB — 283 ms — h2https://substackcdn.com/bundle/static/js/75326.dae50d87.jssubstackcdn.com/bundle/static/js/75... https://substackcdn.com/bundle/static/js/75326.dae50d87.js — 200 — 19.9 KiB — 284 ms — h2https://substack.com/manifest.json/manifest.json https://substack.com/manifest.json — 200 — 1.7 KiB — 209 ms — h3https://substackcdn.com/img/growth_page/footer.jpegsubstackcdn.com/img/growth_page/foo... https://substackcdn.com/img/growth_page/footer.jpeg — 200 — 1.7 MiB — 179 ms — h2https://substackcdn.com/fonts/Cahuenga-SemiBold.woff2substackcdn.com/fonts/Cahuenga-Semi... https://substackcdn.com/fonts/Cahuenga-SemiBold.woff2 — 200 — 69.5 KiB — 121 ms — h2https://substackcdn.com/bundle/static/js/async/27578.fbbc8a6b.jssubstackcdn.com/bundle/static/js/as... https://substackcdn.com/bundle/static/js/async/27578.fbbc8a6b.js — 200 — 21.0 KiB — 23 ms — h3https://substack.com/api/v1/messages/unread-count/api/v1/messages/unread-count https://substack.com/api/v1/messages/unread-count — 401 — 1.5 KiB — 171 ms — h3https://substack.com/api/v1/inbox/top/api/v1/inbox/top https://substack.com/api/v1/inbox/top — 200 — 80.5 KiB — 449 ms — h3https://substackcdn.com/bundle/static/js/async/50551.430c8de0.jssubstackcdn.com/bundle/static/js/as... https://substackcdn.com/bundle/static/js/async/50551.430c8de0.js — 200 — 95.4 KiB — 39 ms — h3https://substackcdn.com/bundle/static/js/async/19565.dbece015.jssubstackcdn.com/bundle/static/js/as... https://substackcdn.com/bundle/static/js/async/19565.dbece015.js — 200 — 1002 B — 23 ms — h3https://substack.com/api/v1/reader/feed?tab=for-you&type=base/api/v1/reader/feed?tab=for-you&typ... https://substack.com/api/v1/reader/feed?tab=for-you&type=base — 200 — 34.4 KiB — 420 ms — h3https://substack.com/api/v1/search-modules/api/v1/search-modules https://substack.com/api/v1/search-modules — 401 — 1.5 KiB — 156 ms — h3https://substackcdn.com/bundle/static/css/async/75682.400114c3.csssubstackcdn.com/bundle/static/css/a... https://substackcdn.com/bundle/static/css/async/75682.400114c3.css — 200 — 982 B — 19 ms — h3https://substackcdn.com/bundle/static/js/async/75682.04e4eb99.jssubstackcdn.com/bundle/static/js/as... https://substackcdn.com/bundle/static/js/async/75682.04e4eb99.js — 200 — 4.6 KiB — 20 ms — h3https://substackcdn.com/bundle/static/css/async/73682.400114c3.csssubstackcdn.com/bundle/static/css/a... https://substackcdn.com/bundle/static/css/async/73682.400114c3.css — 200 — 982 B — 21 ms — h3https://substackcdn.com/bundle/static/js/async/73682.98cefd57.jssubstackcdn.com/bundle/static/js/as... https://substackcdn.com/bundle/static/js/async/73682.98cefd57.js — 200 — 7.3 KiB — 21 ms — h3https://substack.com/cdn-cgi/challenge-platform/scripts/jsd/main.js/cdn-cgi/challenge-platform/scripts... https://substack.com/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 451 B — 49 ms — h3https://o350427.ingest.sentry.io/api/4504244653457408/envelope/?sentry_key=6c2ff3e3828e4017b7faf7b63e24cdf8&sentry_version=7&sentry_client=sentry.javascript.browser%2F7.120.3o350427.ingest.sentry.io/api/450424... https://o350427.ingest.sentry.io/api/4504244653457408/envelope/?sentry_key=6c2ff3e3828e4017b7faf7b63e24cdf8&sentry_version=7&sentry_client=sentry.javascript.browser%2F7.120.3 — 200 — 300 B — 79 ms — h2https://substack.com/cdn-cgi/challenge-platform/h/g/scripts/jsd/b0a7532ac8ec/main.js?/cdn-cgi/challenge-platform/h/g/scr... https://substack.com/cdn-cgi/challenge-platform/h/g/scripts/jsd/b0a7532ac8ec/main.js? — 200 — 12.1 KiB — 30 ms — h3https://substackcdn.com/icons/substack/icon.svgsubstackcdn.com/icons/substack/icon... https://substackcdn.com/icons/substack/icon.svg — 200 — 1.1 KiB — 114 ms — h3https://substack.com/img/manifest-icons/app-192.png/img/manifest-icons/app-192.png https://substack.com/img/manifest-icons/app-192.png — 200 — 28.5 KiB — 354 ms — h3https://substack.com/cdn-cgi/challenge-platform/h/g/jsd/oneshot/b0a7532ac8ec/0.5318469050084949:1776359656:ln3RLbZdcwVQxb75aXDKAHo1AsFFcq1l_zzfP5ot_C8/9ed4fb372ed5792c/cdn-cgi/challenge-platform/h/g/jsd... https://substack.com/cdn-cgi/challenge-platform/h/g/jsd/oneshot/b0a7532ac8ec/0.5318469050084949:1776359656:ln3RLbZdcwVQxb75aXDKAHo1AsFFcq1l_zzfP5ot_C8/9ed4fb372ed5792c — 200 — 1.0 KiB — 35 ms — h3https://substackcdn.com/image/fetch/$s_!ptLm!,w_36,h_36,c_fill,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fafcad9fe-a101-45e0-a55a-b48de45869b5_2008x2008.pngsubstackcdn.com/image/fetch/$s_!ptL... https://substackcdn.com/image/fetch/$s_!ptLm!,w_36,h_36,c_fill,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fafcad9fe-a101-45e0-a55a-b48de45869b5_2008x2008.png — 200 — 1.3 KiB — 23 ms — h3https://substackcdn.com/image/fetch/$s_!mOAW!,w_36,h_36,c_fill,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F02e468d5-e2de-46c1-870c-d6502a65bdb0_400x400.jpegsubstackcdn.com/image/fetch/$s_!mOA... https://substackcdn.com/image/fetch/$s_!mOAW!,w_36,h_36,c_fill,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F02e468d5-e2de-46c1-870c-d6502a65bdb0_400x400.jpeg — 200 — 1.4 KiB — 26 ms — h3https://substackcdn.com/image/fetch/$s_!nODE!,w_36,h_36,c_fill,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8125e393-28e7-48e0-88ce-3ac1ba821fb6_1320x1320.jpegsubstackcdn.com/image/fetch/$s_!nOD... https://substackcdn.com/image/fetch/$s_!nODE!,w_36,h_36,c_fill,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8125e393-28e7-48e0-88ce-3ac1ba821fb6_1320x1320.jpeg — 200 — 1.3 KiB — 39 ms — h3https://substackcdn.com/image/fetch/$s_!DzDi!,w_176,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack.com%2Fimg%2Fhome_page%2Fbenefit-1-transparent-bg.pngsubstackcdn.com/image/fetch/$s_!DzD... https://substackcdn.com/image/fetch/$s_!DzDi!,w_176,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack.com%2Fimg%2Fhome_page%2Fbenefit-1-transparent-bg.png — 200 — 3.8 KiB — 42 ms — h3https://substackcdn.com/image/fetch/$s_!1oRi!,w_36,h_36,c_fill,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F13e5ea2b-2c4b-45f4-9fce-66c268368691_512x512.jpegsubstackcdn.com/image/fetch/$s_!1oR... https://substackcdn.com/image/fetch/$s_!1oRi!,w_36,h_36,c_fill,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F13e5ea2b-2c4b-45f4-9fce-66c268368691_512x512.jpeg — 200 — 1.5 KiB — 45 ms — h3https://substackcdn.com/image/fetch/$s_!Cez8!,w_520,h_272,c_fill,f_webp,q_auto:good,fl_progressive:steep,g_auto/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F90b2a1c3-8a76-401b-a24f-e92f709d23ca_1200x784.pngsubstackcdn.com/image/fetch/$s_!Cez... https://substackcdn.com/image/fetch/$s_!Cez8!,w_520,h_272,c_fill,f_webp,q_auto:good,fl_progressive:steep,g_auto/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F90b2a1c3-8a76-401b-a24f-e92f709d23ca_1200x784.png — 200 — 27.9 KiB — 42 ms — h3https://substackcdn.com/image/fetch/$s_!fP4z!,w_20,h_20,c_fill,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4a870361-f43f-46f8-bcb4-71818762be4e_295x295.pngsubstackcdn.com/image/fetch/$s_!fP4... https://substackcdn.com/image/fetch/$s_!fP4z!,w_20,h_20,c_fill,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4a870361-f43f-46f8-bcb4-71818762be4e_295x295.png — 200 — 909 B — 42 ms — h3https://substackcdn.com/image/fetch/$s_!xHnx!,w_36,h_36,c_fill,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F67f10f9b-75d1-4b43-ba5e-96eb435dd4f5_400x400.jpegsubstackcdn.com/image/fetch/$s_!xHn... https://substackcdn.com/image/fetch/$s_!xHnx!,w_36,h_36,c_fill,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F67f10f9b-75d1-4b43-ba5e-96eb435dd4f5_400x400.jpeg — 200 — 1.0 KiB — 38 ms — h3https://substackcdn.com/image/fetch/$s_!u9e1!,w_300,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack.com%2Fimg%2Fapp_page%2Fhighlight-2-v5.pngsubstackcdn.com/image/fetch/$s_!u9e... https://substackcdn.com/image/fetch/$s_!u9e1!,w_300,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack.com%2Fimg%2Fapp_page%2Fhighlight-2-v5.png — 200 — 34.4 KiB — 40 ms — h3https://substackcdn.com/image/fetch/$s_!y0RR!,w_36,h_36,c_fill,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff15d8839-5f5e-4fc2-831a-1abd7d8bf08f_287x287.jpegsubstackcdn.com/image/fetch/$s_!y0R... https://substackcdn.com/image/fetch/$s_!y0RR!,w_36,h_36,c_fill,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff15d8839-5f5e-4fc2-831a-1abd7d8bf08f_287x287.jpeg — 200 — 1.3 KiB — 37 ms — h3https://substackcdn.com/image/fetch/$s_!zfN7!,w_520,h_272,c_fill,f_webp,q_auto:good,fl_progressive:steep,g_auto/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2be03dae-9e26-4132-aaa3-9eaba9d1ef22_998x1326.pngsubstackcdn.com/image/fetch/$s_!zfN... https://substackcdn.com/image/fetch/$s_!zfN7!,w_520,h_272,c_fill,f_webp,q_auto:good,fl_progressive:steep,g_auto/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2be03dae-9e26-4132-aaa3-9eaba9d1ef22_998x1326.png — 200 — 13.0 KiB — 40 ms — h3https://substackcdn.com/image/fetch/$s_!dYci!,w_20,h_20,c_fill,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbaf6db19-2b76-4b46-825b-3f54e72b2bab_1274x1274.pngsubstackcdn.com/image/fetch/$s_!dYc... https://substackcdn.com/image/fetch/$s_!dYci!,w_20,h_20,c_fill,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbaf6db19-2b76-4b46-825b-3f54e72b2bab_1274x1274.png — 200 — 980 B — 37 ms — h3https://substackcdn.com/image/fetch/$s_!uaD6!,w_315,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff2319b00-eb81-4675-97bd-cee75e1494dd_2316x3088.heicsubstackcdn.com/image/fetch/$s_!uaD... https://substackcdn.com/image/fetch/$s_!uaD6!,w_315,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff2319b00-eb81-4675-97bd-cee75e1494dd_2316x3088.heic — 200 — 19.2 KiB — 32 ms — h3https://fonts.gstatic.com/s/spectral/v13/rnCr-xNNww_2s0amA9M5knjsS_ul.woff2fonts.gstatic.com/s/spectral/v13/rn... https://fonts.gstatic.com/s/spectral/v13/rnCr-xNNww_2s0amA9M5knjsS_ul.woff2 — 200 — 13.5 KiB — 98 ms — h3https://substackcdn.com/image/fetch/$s_!Xp5O!,w_16,h_16,c_fill,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8143b2bc-4a01-4509-9a4a-a7fec0d82ae2_916x916.pngsubstackcdn.com/image/fetch/$s_!Xp5... https://substackcdn.com/image/fetch/$s_!Xp5O!,w_16,h_16,c_fill,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8143b2bc-4a01-4509-9a4a-a7fec0d82ae2_916x916.png — 200 — 881 B — 25 ms — h3https://substackcdn.com/image/fetch/$s_!cL7S!,w_92,h_48,c_fill,f_webp,q_auto:good,fl_progressive:steep,g_auto/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb6a7cb2c-86db-4963-acb4-493a604550c7_626x417.jpegsubstackcdn.com/image/fetch/$s_!cL7... https://substackcdn.com/image/fetch/$s_!cL7S!,w_92,h_48,c_fill,f_webp,q_auto:good,fl_progressive:steep,g_auto/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb6a7cb2c-86db-4963-acb4-493a604550c7_626x417.jpeg — 200 — 2.5 KiB — 28 ms — h3https://substackcdn.com/image/fetch/$s_!pziV!,w_16,h_16,c_fill,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd88ffad3-bcfb-4725-936c-68a6453d10f0_400x400.pngsubstackcdn.com/image/fetch/$s_!pzi... https://substackcdn.com/image/fetch/$s_!pziV!,w_16,h_16,c_fill,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd88ffad3-bcfb-4725-936c-68a6453d10f0_400x400.png — 200 — 776 B — 28 ms — h3https://substackcdn.com/image/fetch/$s_!qoS4!,w_92,h_48,c_fill,f_webp,q_auto:good,fl_progressive:steep,g_auto/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2ff15d3b-e5e8-4f4f-9ac8-5372b4776729_1024x1024.pngsubstackcdn.com/image/fetch/$s_!qoS... https://substackcdn.com/image/fetch/$s_!qoS4!,w_92,h_48,c_fill,f_webp,q_auto:good,fl_progressive:steep,g_auto/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2ff15d3b-e5e8-4f4f-9ac8-5372b4776729_1024x1024.png — 200 — 2.8 KiB — 28 ms — h3https://substackcdn.com/image/fetch/$s_!qRtd!,w_16,h_16,c_fill,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1b591275-3415-42b7-87e2-bacc42461cfa_1024x1024.pngsubstackcdn.com/image/fetch/$s_!qRt... https://substackcdn.com/image/fetch/$s_!qRtd!,w_16,h_16,c_fill,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1b591275-3415-42b7-87e2-bacc42461cfa_1024x1024.png — 200 — 768 B — 28 ms — h3https://substackcdn.com/image/fetch/$s_!1-sU!,w_92,h_48,c_fill,f_webp,q_auto:good,fl_progressive:steep,g_auto/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe1f6a689-1b8f-4eb2-a2dc-8b64c21a8de0_735x341.jpegsubstackcdn.com/image/fetch/$s_!1-s... https://substackcdn.com/image/fetch/$s_!1-sU!,w_92,h_48,c_fill,f_webp,q_auto:good,fl_progressive:steep,g_auto/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe1f6a689-1b8f-4eb2-a2dc-8b64c21a8de0_735x341.jpeg — 200 — 1.8 KiB — 27 ms — h3https://substack.com/api/v1/firehose/batch?_=1776361293049&d=eyJldmVudCI6IlBhZ2VzIiwidGltZXN0YW1wIjoiMjAyNi0wNC0xNlQxNzo0MTozMi4yMzBaIiwicHJvcGVydGllcyI6eyJicm93c2VyU2Vzc2lvbklkIjoiNXhieGFhcG1jam4iLCJpZnJhbWVWaXNpdElkIjpmYWxzZX0sImNvbnRleHQiOnsiY2xpZW50X3R5cGUiOiJ3ZWIiLCJkaXNwbGF5TW9kZSI6ImJyb3dzZXIiLCJwYWdlIjp7InJlZmVycmVyIjoiIiwidGl0bGUiOiJTdWJzdGFjayIsInVybCI6Imh0dHBzOi8vc3Vic3RhY2suY29tLyIsImhlaWdodCI6OTQwLCJ3aWR0aCI6MTM1MH0sImNhbXBhaWduIjp7fSwidGltZXpvbmUiOiJVVEMiLCJzY3JlZW4iOnsiaGVpZ2h0Ijo2MDAsIndpZHRoIjo4MDB9LCJzdWJzdGFja0NvbG9yU2NoZW1lIjoiYXV0byIsInN5c3RlbUNvbG9yU2NoZW1lIjoibGlnaHQifX0%3D%2CeyJldmVudCI6IkZlZWQgU2NyZWVuIFZpZXdlZCIsInRpbWVzdGFtcCI6IjIwMjYtMDQtMTZUMTc6NDE6MzIuMzEwWiIsInByb3BlcnRpZXMiOnsiYnJvd3NlclNlc3Npb25JZCI6IjV4YnhhYXBtY2puIiwiaWZyYW1lVmlzaXRJZCI6ZmFsc2UsInRhYl9pZCI6ImZvci15b3UiLCJzZXNzaW9uX3N0YXJ0ZWRfYXQiOiIyMDI2LTA0LTE2VDE3OjQxOjMyLjA5MloiLCJyZWZlcnJlciI6IiIsImxhbmRpbmdfcmVmZXJyZXIiOiIiLCJsYW5kaW5nX3VybCI6Imh0dHBzOi8vc3Vic3RhY2suY29tLyIsImxhbmRpbmdfc3VyZmFjZV9pZCI6InVuZGVmaW5lZCJ9LCJjb250ZXh0Ijp7ImNsaWVudF90eXBlIjoid2ViIiwiZGlzcGxheU1vZGUiOiJicm93c2VyIiwicGFnZSI6eyJyZWZlcnJlciI6IiIsInRpdGxlIjoiU3Vic3RhY2siLCJ1cmwiOiJodHRwczovL3N1YnN0YWNrLmNvbS8iLCJoZWlnaHQiOjk0MCwid2lkdGgiOjEzNTB9LCJjYW1wYWlnbiI6e30sInRpbWV6b25lIjoiVVRDIiwic2NyZWVuIjp7ImhlaWdodCI6NjAwLCJ3aWR0aCI6ODAwfSwic3Vic3RhY2tDb2xvclNjaGVtZSI6ImF1dG8iLCJzeXN0ZW1Db2xvclNjaGVtZSI6ImxpZ2h0In19%2CeyJldmVudCI6IkV4cGxvcmUgU2NyZWVuIFZpZXdlZCIsInRpbWVzdGFtcCI6IjIwMjYtMDQtMTZUMTc6NDE6MzIuMzEzWiIsInByb3BlcnRpZXMiOnsiYnJvd3NlclNlc3Npb25JZCI6IjV4YnhhYXBtY2puIiwiaWZyYW1lVmlzaXRJZCI6ZmFsc2V9LCJjb250ZXh0Ijp7ImNsaWVudF90eXBlIjoid2ViIiwiZGlzcGxheU1vZGUiOiJicm93c2VyIiwicGFnZSI6eyJyZWZlcnJlciI6IiIsInRpdGxlIjoiU3Vic3RhY2siLCJ1cmwiOiJodHRwczovL3N1YnN0YWNrLmNvbS8iLCJoZWlnaHQiOjk0MCwid2lkdGgiOjEzNTB9LCJjYW1wYWlnbiI6e30sInRpbWV6b25lIjoiVVRDIiwic2NyZWVuIjp7ImhlaWdodCI6NjAwLCJ3aWR0aCI6ODAwfSwic3Vic3RhY2tDb2xvclNjaGVtZSI6ImF1dG8iLCJzeXN0ZW1Db2xvclNjaGVtZSI6ImxpZ2h0In19%2CeyJldmVudCI6IkNvb2tpZSBCYW5uZXIgU2VlbiIsInRpbWVzdGFtcCI6IjIwMjYtMDQtMTZUMTc6NDE6MzIuMzQzWiIsInByb3BlcnRpZXMiOnsiYnJvd3NlclNlc3Npb25JZCI6IjV4YnhhYXBtY2puIiwiaWZyYW1lVmlzaXRJZCI6ZmFsc2V9LCJjb250ZXh0Ijp7ImNsaWVudF90eXBlIjoid2ViIiwiZGlzcGxheU1vZGUiOiJicm93c2VyIiwicGFnZSI6eyJyZWZlcnJlciI6IiIsInRpdGxlIjoiU3Vic3RhY2siLCJ1cmwiOiJodHRwczovL3N1YnN0YWNrLmNvbS8iLCJoZWlnaHQiOjk0MCwid2lkdGgiOjEzNTB9LCJjYW1wYWlnbiI6e30sInRpbWV6b25lIjoiVVRDIiwic2NyZWVuIjp7ImhlaWdodCI6NjAwLCJ3aWR0aCI6ODAwfSwic3Vic3RhY2tDb2xvclNjaGVtZSI6ImF1dG8iLCJzeXN0ZW1Db2xvclNjaGVtZSI6ImxpZ2h0In19%2CeyJldmVudCI6IkZlZWQgTG9hZGVkIiwidGltZXN0YW1wIjoiMjAyNi0wNC0xNlQxNzo0MTozMi44ODVaIiwicHJvcGVydGllcyI6eyJicm93c2VyU2Vzc2lvbklkIjoiNXhieGFhcG1jam4iLCJpZnJhbWVWaXNpdElkIjpmYWxzZSwiZmVlZF9zZXNzaW9uX2lkIjoiNTM4OWFlOWMtNjAyMC00MjcwLTg5YTItZWZkZmFjOTIzNjVhIiwidG9wX25vdGVfaW1wcmVzc2lvbl9pZCI6IjA4ZWY4MzU2LTVmN2QtNDAxMS05YmExLTIyOGVmZTQ2NjQxZSIsInRhYl9pZCI6ImZvci15b3UiLCJ0b3Bfbm90ZV9lbnRpdHlfa2V5IjoiYy0yNDQ0MTM3MTIiLCJ0b3Bfbm90ZV9zb3VyY2UiOiJnZW5lcmF0ZWQtZGIiLCJ0b3Bfbm90ZV9jb250ZXh0X3VzZXJfaWRzIjpbOTIzNzg4NF0sInRvcF9ub3RlX2NvbnRleHRfdHlwZSI6Im5vdGUiLCJpc19mb2xsb3dpbmciOmZhbHNlLCJmb2xsb3dlZF91c2VyX2NvdW50IjowLCJzdWJzY3JpYmVkX3B1YmxpY2F0aW9uX2NvdW50IjowfSwiY29udGV4dCI6eyJjbGllbnRfdHlwZSI6IndlYiIsImRpc3BsYXlNb2RlIjoiYnJvd3NlciIsInBhZ2UiOnsicmVmZXJyZXIiOiIiLCJ0aXRsZSI6IlN1YnN0YWNrIiwidXJsIjoiaHR0cHM6Ly9zdWJzdGFjay5jb20vIiwiaGVpZ2h0Ijo5NDAsIndpZHRoIjoxMzUwfSwiY2FtcGFpZ24iOnt9LCJ0aW1lem9uZSI6IlVUQyIsInNjcmVlbiI6eyJoZWlnaHQiOjYwMCwid2lkdGgiOjgwMH0sInN1YnN0YWNrQ29sb3JTY2hlbWUiOiJhdXRvIiwic3lzdGVtQ29sb3JTY2hlbWUiOiJsaWdodCJ9fQ%3D%3D%2CeyJldmVudCI6IlJlYWRpbmcgUXVldWUgSXRlbSBTZWVuIiwidGltZXN0YW1wIjoiMjAyNi0wNC0xNlQxNzo0MTozMy4wNDZaIiwicHJvcGVydGllcyI6eyJicm93c2VyU2Vzc2lvbklkIjoiNXhieGFhcG1jam4iLCJpZnJhbWVWaXNpdElkIjpmYWxzZSwicG9zdF9pZCI6MTk0Mzk3NjIwLCJyZWFkaW5nX3F1ZXVlX3Bvc2l0aW9uIjoxLCJwb3N0X3R5cGUiOiJuZXdzbGV0dGVyIiwiaW5ib3hfaXRlbV9pc19zYXZlZCI6ZmFsc2UsImlzX3NhdmVkIjpmYWxzZSwiaXNfc2VlbiI6ZmFsc2UsInB1YmxpY2F0aW9uX2lkIjoxNTYyNjQ1LCJzb3VyY2UiOiJ0YWJzX3JlYWRpbmdfcXVldWUiLCJpbXByZXNzaW9uX2lkIjoiNmI1NDJmY2UtZWUxYy00YWNmLThjM2UtOGJlMzIzY2U2OTcxIn0sImNvbnRleHQiOnsiY2xpZW50X3R5cGUiOiJ3ZWIiLCJkaXNwbGF5TW9kZSI6ImJyb3dzZXIiLCJwYWdlIjp7InJlZmVycmVyIjoiIiwidGl0bGUiOiJTdWJzdGFjayIsInVybCI6Imh0dHBzOi8vc3Vic3RhY2suY29tLyIsImhlaWdodCI6OTQwLCJ3aWR0aCI6MTM1MH0sImNhbXBhaWduIjp7fSwidGltZXpvbmUiOiJVVEMiLCJzY3JlZW4iOnsiaGVpZ2h0Ijo2MDAsIndpZHRoIjo4MDB9LCJzdWJzdGFja0NvbG9yU2NoZW1lIjoiYXV0byIsInN5c3RlbUNvbG9yU2NoZW1lIjoibGlnaHQifX0%3D%2CeyJldmVudCI6IkZlZWQgSXRlbSBTZWVuIiwidGltZXN0YW1wIjoiMjAyNi0wNC0xNlQxNzo0MTozMy4wNDdaIiwicHJvcGVydGllcyI6eyJicm93c2VyU2Vzc2lvbklkIjoiNXhieGFhcG1jam4iLCJpZnJhbWVWaXNpdElkIjpmYWxzZSwic3VyZmFjZSI6ImZlZWQiLCJ0YWJJZCI6ImZvci15b3UiLCJpdGVtX3ByaW1hcnlfZW50aXR5X2tleSI6ImMtMjQ0NDEzNzEyIiwiaXRlbV9lbnRpdHlfa2V5IjoiYy0yNDQ0MTM3MTIiLCJpdGVtX3R5cGUiOiJjb21tZW50IiwiaXRlbV9jb21tZW50X2lkIjoyNDQ0MTM3MTIsIml0ZW1fY29udGVudF91c2VyX2lkIjo5MjM3ODg0LCJpdGVtX2NvbnRlbnRfdGltZXN0YW1wIjoiMjAyNi0wNC0xNlQxNTozNDowNy4xMDFaIiwiaXRlbV9jb250ZXh0X3R5cGUiOiJub3RlIiwiaXRlbV9jb250ZXh0X3R5cGVfYnVja2V0Ijoibm90ZXMiLCJpdGVtX2NvbnRleHRfdGltZXN0YW1wIjoiMjAyNi0wNC0xNlQxNTozNDowNy4xMDFaIiwiaXRlbV9jb250ZXh0X3VzZXJfaWQiOjkyMzc4ODQsIml0ZW1fY29udGV4dF91c2VyX2lkcyI6WzkyMzc4ODRdLCJpdGVtX2Nhbl9yZXBseSI6dHJ1ZSwiaXRlbV9pc19mcmVzaCI6dHJ1ZSwiaXRlbV9sYXN0X2ltcHJlc3Npb25fYXQiOm51bGwsIml0ZW1fc291cmNlIjoiZ2VuZXJhdGVkLWRiIiwiaXRlbV9wYWdlIjowLCJpdGVtX3BhZ2VfcmFuayI6MCwidGFiX2lkIjoiZm9yLXlvdSIsImZlZWRfc2Vzc2lvbl9pZCI6IjUzODlhZTljLTYwMjAtNDI3MC04OWEyLWVmZGZhYzkyMzY1YSIsImltcHJlc3Npb25faWQiOiI1MTE3YWQwNi00NGNlLTRmYWItOTg5Yi02YjY0MmI2YTIyZGEiLCJmb2xsb3dlZF91c2VyX2NvdW50IjowLCJzdWJzY3JpYmVkX3B1YmxpY2F0aW9uX2NvdW50IjowLCJpc19mb2xsb3dpbmciOmZhbHNlLCJpc19leHBsaWNpdGx5X3N1YnNjcmliZWQiOmZhbHNlLCJub3RlX3ZlbG9jaXR5X2ZhY3RvciI6MC45Nzk3ODE3NzM1NTgsIm5vdGVfZGVsYXlfc2Vjb25kcyI6ODMsIm5vdGVfbm90ZXNfcGVyX2hvdXIiOjc5NzEuNzk2OCwiaXRlbV9jdXJyZW50X3JlYWN0aW9uX2NvdW50IjoxNCwiaXRlbV9jdXJyZW50X3Jlc3RhY2tfY291bnQiOjEsIml0ZW1fY3VycmVudF9yZXBseV9jb3VudCI6MCwiaXNUcnVuY2F0ZWQiOmZhbHNlLCJpc190cmFuc2xhdGVkIjpmYWxzZSwiaXNNZWRpYVRydW5jYXRlZCI6ZmFsc2V9LCJjb250ZXh0Ijp7ImNsaWVudF90eXBlIjoid2ViIiwiZGlzcGxheU1vZGUiOiJicm93c2VyIiwicGFnZSI6eyJyZWZlcnJlciI6IiIsInRpdGxlIjoiU3Vic3RhY2siLCJ1cmwiOiJodHRwczovL3N1YnN0YWNrLmNvbS8iLCJoZWlnaHQiOjk0MCwid2lkdGgiOjEzNTB9LCJjYW1wYWlnbiI6e30sInRpbWV6b25lIjoiVVRDIiwic2NyZWVuIjp7ImhlaWdodCI6NjAwLCJ3aWR0aCI6ODAwfSwic3Vic3RhY2tDb2xvclNjaGVtZSI6ImF1dG8iLCJzeXN0ZW1Db2xvclNjaGVtZSI6ImxpZ2h0In19%2CeyJldmVudCI6IlJlYWRpbmcgUXVldWUgSXRlbSBTZWVuIiwidGltZXN0YW1wIjoiMjAyNi0wNC0xNlQxNzo0MTozMy4wNDhaIiwicHJvcGVydGllcyI6eyJicm93c2VyU2Vzc2lvbklkIjoiNXhieGFhcG1jam4iLCJpZnJhbWVWaXNpdElkIjpmYWxzZSwicG9zdF9pZCI6MTk0Mzk4NjUxLCJyZWFkaW5nX3F1ZXVlX3Bvc2l0aW9uIjowLCJwb3N0X3R5cGUiOiJuZXdzbGV0dGVyIiwiaW5ib3hfaXRlbV9pc19zYXZlZCI6ZmFsc2UsImlzX3NhdmVkIjpmYWxzZSwiaXNfc2VlbiI6ZmFsc2UsInB1YmxpY2F0aW9uX2lkIjo2MTE5MzkwLCJzb3VyY2UiOiJ0YWJzX3JlYWRpbmdfcXVldWUiLCJpbXByZXNzaW9uX2lkIjoiZTMzNDQxMjAtNjAxNS00MjE4LTgyMDItNzFkYTY4MmRlZTNkIn0sImNvbnRleHQiOnsiY2xpZW50X3R5cGUiOiJ3ZWIiLCJkaXNwbGF5TW9kZSI6ImJyb3dzZXIiLCJwYWdlIjp7InJlZmVycmVyIjoiIiwidGl0bGUiOiJTdWJzdGFjayIsInVybCI6Imh0dHBzOi8vc3Vic3RhY2suY29tLyIsImhlaWdodCI6OTQwLCJ3aWR0aCI6MTM1MH0sImNhbXBhaWduIjp7fSwidGltZXpvbmUiOiJVVEMiLCJzY3JlZW4iOnsiaGVpZ2h0Ijo2MDAsIndpZHRoIjo4MDB9LCJzdWJzdGFja0NvbG9yU2NoZW1lIjoiYXV0byIsInN5c3RlbUNvbG9yU2NoZW1lIjoibGlnaHQifX0%3D%2CeyJldmVudCI6IkZpcmVob3NlIEJhdGNoIFNlbnQiLCJ0aW1lc3RhbXAiOiIyMDI2LTA0LTE2VDE3OjQxOjMzLjA0OFoiLCJwcm9wZXJ0aWVzIjp7ImJyb3dzZXJTZXNzaW9uSWQiOiI1eGJ4YWFwbWNqbiIsImlmcmFtZVZpc2l0SWQiOmZhbHNlLCJkYXRhU2l6ZSI6NzE5NiwiYmF0Y2hTaXplIjo4LCJiYXRjaFR5cGUiOiJiYXRjaCJ9LCJjb250ZXh0Ijp7ImNsaWVudF90eXBlIjoid2ViIiwiZGlzcGxheU1vZGUiOiJicm93c2VyIiwicGFnZSI6eyJyZWZlcnJlciI6IiIsInRpdGxlIjoiU3Vic3RhY2siLCJ1cmwiOiJodHRwczovL3N1YnN0YWNrLmNvbS8iLCJoZWlnaHQiOjk0MCwid2lkdGgiOjEzNTB9LCJjYW1wYWlnbiI6e30sInRpbWV6b25lIjoiVVRDIiwic2NyZWVuIjp7ImhlaWdodCI6NjAwLCJ3aWR0aCI6ODAwfSwic3Vic3RhY2tDb2xvclNjaGVtZSI6ImF1dG8iLCJzeXN0ZW1Db2xvclNjaGVtZSI6ImxpZ2h0In19/api/v1/firehose/batch?_=1776361293... https://substack.com/api/v1/firehose/batch?_=1776361293049&d=eyJldmVudCI6IlBhZ2VzIiwidGltZXN0YW1wIjoiMjAyNi0wNC0xNlQxNzo0MTozMi4yMzBaIiwicHJvcGVydGllcyI6eyJicm93c2VyU2Vzc2lvbklkIjoiNXhieGFhcG1jam4iLCJpZnJhbWVWaXNpdElkIjpmYWxzZX0sImNvbnRleHQiOnsiY2xpZW50X3R5cGUiOiJ3ZWIiLCJkaXNwbGF5TW9kZSI6ImJyb3dzZXIiLCJwYWdlIjp7InJlZmVycmVyIjoiIiwidGl0bGUiOiJTdWJzdGFjayIsInVybCI6Imh0dHBzOi8vc3Vic3RhY2suY29tLyIsImhlaWdodCI6OTQwLCJ3aWR0aCI6MTM1MH0sImNhbXBhaWduIjp7fSwidGltZXpvbmUiOiJVVEMiLCJzY3JlZW4iOnsiaGVpZ2h0Ijo2MDAsIndpZHRoIjo4MDB9LCJzdWJzdGFja0NvbG9yU2NoZW1lIjoiYXV0byIsInN5c3RlbUNvbG9yU2NoZW1lIjoibGlnaHQifX0%3D%2CeyJldmVudCI6IkZlZWQgU2NyZWVuIFZpZXdlZCIsInRpbWVzdGFtcCI6IjIwMjYtMDQtMTZUMTc6NDE6MzIuMzEwWiIsInByb3BlcnRpZXMiOnsiYnJvd3NlclNlc3Npb25JZCI6IjV4YnhhYXBtY2puIiwiaWZyYW1lVmlzaXRJZCI6ZmFsc2UsInRhYl9pZCI6ImZvci15b3UiLCJzZXNzaW9uX3N0YXJ0ZWRfYXQiOiIyMDI2LTA0LTE2VDE3OjQxOjMyLjA5MloiLCJyZWZlcnJlciI6IiIsImxhbmRpbmdfcmVmZXJyZXIiOiIiLCJsYW5kaW5nX3VybCI6Imh0dHBzOi8vc3Vic3RhY2suY29tLyIsImxhbmRpbmdfc3VyZmFjZV9pZCI6InVuZGVmaW5lZCJ9LCJjb250ZXh0Ijp7ImNsaWVudF90eXBlIjoid2ViIiwiZGlzcGxheU1vZGUiOiJicm93c2VyIiwicGFnZSI6eyJyZWZlcnJlciI6IiIsInRpdGxlIjoiU3Vic3RhY2siLCJ1cmwiOiJodHRwczovL3N1YnN0YWNrLmNvbS8iLCJoZWlnaHQiOjk0MCwid2lkdGgiOjEzNTB9LCJjYW1wYWlnbiI6e30sInRpbWV6b25lIjoiVVRDIiwic2NyZWVuIjp7ImhlaWdodCI6NjAwLCJ3aWR0aCI6ODAwfSwic3Vic3RhY2tDb2xvclNjaGVtZSI6ImF1dG8iLCJzeXN0ZW1Db2xvclNjaGVtZSI6ImxpZ2h0In19%2CeyJldmVudCI6IkV4cGxvcmUgU2NyZWVuIFZpZXdlZCIsInRpbWVzdGFtcCI6IjIwMjYtMDQtMTZUMTc6NDE6MzIuMzEzWiIsInByb3BlcnRpZXMiOnsiYnJvd3NlclNlc3Npb25JZCI6IjV4YnhhYXBtY2puIiwiaWZyYW1lVmlzaXRJZCI6ZmFsc2V9LCJjb250ZXh0Ijp7ImNsaWVudF90eXBlIjoid2ViIiwiZGlzcGxheU1vZGUiOiJicm93c2VyIiwicGFnZSI6eyJyZWZlcnJlciI6IiIsInRpdGxlIjoiU3Vic3RhY2siLCJ1cmwiOiJodHRwczovL3N1YnN0YWNrLmNvbS8iLCJoZWlnaHQiOjk0MCwid2lkdGgiOjEzNTB9LCJjYW1wYWlnbiI6e30sInRpbWV6b25lIjoiVVRDIiwic2NyZWVuIjp7ImhlaWdodCI6NjAwLCJ3aWR0aCI6ODAwfSwic3Vic3RhY2tDb2xvclNjaGVtZSI6ImF1dG8iLCJzeXN0ZW1Db2xvclNjaGVtZSI6ImxpZ2h0In19%2CeyJldmVudCI6IkNvb2tpZSBCYW5uZXIgU2VlbiIsInRpbWVzdGFtcCI6IjIwMjYtMDQtMTZUMTc6NDE6MzIuMzQzWiIsInByb3BlcnRpZXMiOnsiYnJvd3NlclNlc3Npb25JZCI6IjV4YnhhYXBtY2puIiwiaWZyYW1lVmlzaXRJZCI6ZmFsc2V9LCJjb250ZXh0Ijp7ImNsaWVudF90eXBlIjoid2ViIiwiZGlzcGxheU1vZGUiOiJicm93c2VyIiwicGFnZSI6eyJyZWZlcnJlciI6IiIsInRpdGxlIjoiU3Vic3RhY2siLCJ1cmwiOiJodHRwczovL3N1YnN0YWNrLmNvbS8iLCJoZWlnaHQiOjk0MCwid2lkdGgiOjEzNTB9LCJjYW1wYWlnbiI6e30sInRpbWV6b25lIjoiVVRDIiwic2NyZWVuIjp7ImhlaWdodCI6NjAwLCJ3aWR0aCI6ODAwfSwic3Vic3RhY2tDb2xvclNjaGVtZSI6ImF1dG8iLCJzeXN0ZW1Db2xvclNjaGVtZSI6ImxpZ2h0In19%2CeyJldmVudCI6IkZlZWQgTG9hZGVkIiwidGltZXN0YW1wIjoiMjAyNi0wNC0xNlQxNzo0MTozMi44ODVaIiwicHJvcGVydGllcyI6eyJicm93c2VyU2Vzc2lvbklkIjoiNXhieGFhcG1jam4iLCJpZnJhbWVWaXNpdElkIjpmYWxzZSwiZmVlZF9zZXNzaW9uX2lkIjoiNTM4OWFlOWMtNjAyMC00MjcwLTg5YTItZWZkZmFjOTIzNjVhIiwidG9wX25vdGVfaW1wcmVzc2lvbl9pZCI6IjA4ZWY4MzU2LTVmN2QtNDAxMS05YmExLTIyOGVmZTQ2NjQxZSIsInRhYl9pZCI6ImZvci15b3UiLCJ0b3Bfbm90ZV9lbnRpdHlfa2V5IjoiYy0yNDQ0MTM3MTIiLCJ0b3Bfbm90ZV9zb3VyY2UiOiJnZW5lcmF0ZWQtZGIiLCJ0b3Bfbm90ZV9jb250ZXh0X3VzZXJfaWRzIjpbOTIzNzg4NF0sInRvcF9ub3RlX2NvbnRleHRfdHlwZSI6Im5vdGUiLCJpc19mb2xsb3dpbmciOmZhbHNlLCJmb2xsb3dlZF91c2VyX2NvdW50IjowLCJzdWJzY3JpYmVkX3B1YmxpY2F0aW9uX2NvdW50IjowfSwiY29udGV4dCI6eyJjbGllbnRfdHlwZSI6IndlYiIsImRpc3BsYXlNb2RlIjoiYnJvd3NlciIsInBhZ2UiOnsicmVmZXJyZXIiOiIiLCJ0aXRsZSI6IlN1YnN0YWNrIiwidXJsIjoiaHR0cHM6Ly9zdWJzdGFjay5jb20vIiwiaGVpZ2h0Ijo5NDAsIndpZHRoIjoxMzUwfSwiY2FtcGFpZ24iOnt9LCJ0aW1lem9uZSI6IlVUQyIsInNjcmVlbiI6eyJoZWlnaHQiOjYwMCwid2lkdGgiOjgwMH0sInN1YnN0YWNrQ29sb3JTY2hlbWUiOiJhdXRvIiwic3lzdGVtQ29sb3JTY2hlbWUiOiJsaWdodCJ9fQ%3D%3D%2CeyJldmVudCI6IlJlYWRpbmcgUXVldWUgSXRlbSBTZWVuIiwidGltZXN0YW1wIjoiMjAyNi0wNC0xNlQxNzo0MTozMy4wNDZaIiwicHJvcGVydGllcyI6eyJicm93c2VyU2Vzc2lvbklkIjoiNXhieGFhcG1jam4iLCJpZnJhbWVWaXNpdElkIjpmYWxzZSwicG9zdF9pZCI6MTk0Mzk3NjIwLCJyZWFkaW5nX3F1ZXVlX3Bvc2l0aW9uIjoxLCJwb3N0X3R5cGUiOiJuZXdzbGV0dGVyIiwiaW5ib3hfaXRlbV9pc19zYXZlZCI6ZmFsc2UsImlzX3NhdmVkIjpmYWxzZSwiaXNfc2VlbiI6ZmFsc2UsInB1YmxpY2F0aW9uX2lkIjoxNTYyNjQ1LCJzb3VyY2UiOiJ0YWJzX3JlYWRpbmdfcXVldWUiLCJpbXByZXNzaW9uX2lkIjoiNmI1NDJmY2UtZWUxYy00YWNmLThjM2UtOGJlMzIzY2U2OTcxIn0sImNvbnRleHQiOnsiY2xpZW50X3R5cGUiOiJ3ZWIiLCJkaXNwbGF5TW9kZSI6ImJyb3dzZXIiLCJwYWdlIjp7InJlZmVycmVyIjoiIiwidGl0bGUiOiJTdWJzdGFjayIsInVybCI6Imh0dHBzOi8vc3Vic3RhY2suY29tLyIsImhlaWdodCI6OTQwLCJ3aWR0aCI6MTM1MH0sImNhbXBhaWduIjp7fSwidGltZXpvbmUiOiJVVEMiLCJzY3JlZW4iOnsiaGVpZ2h0Ijo2MDAsIndpZHRoIjo4MDB9LCJzdWJzdGFja0NvbG9yU2NoZW1lIjoiYXV0byIsInN5c3RlbUNvbG9yU2NoZW1lIjoibGlnaHQifX0%3D%2CeyJldmVudCI6IkZlZWQgSXRlbSBTZWVuIiwidGltZXN0YW1wIjoiMjAyNi0wNC0xNlQxNzo0MTozMy4wNDdaIiwicHJvcGVydGllcyI6eyJicm93c2VyU2Vzc2lvbklkIjoiNXhieGFhcG1jam4iLCJpZnJhbWVWaXNpdElkIjpmYWxzZSwic3VyZmFjZSI6ImZlZWQiLCJ0YWJJZCI6ImZvci15b3UiLCJpdGVtX3ByaW1hcnlfZW50aXR5X2tleSI6ImMtMjQ0NDEzNzEyIiwiaXRlbV9lbnRpdHlfa2V5IjoiYy0yNDQ0MTM3MTIiLCJpdGVtX3R5cGUiOiJjb21tZW50IiwiaXRlbV9jb21tZW50X2lkIjoyNDQ0MTM3MTIsIml0ZW1fY29udGVudF91c2VyX2lkIjo5MjM3ODg0LCJpdGVtX2NvbnRlbnRfdGltZXN0YW1wIjoiMjAyNi0wNC0xNlQxNTozNDowNy4xMDFaIiwiaXRlbV9jb250ZXh0X3R5cGUiOiJub3RlIiwiaXRlbV9jb250ZXh0X3R5cGVfYnVja2V0Ijoibm90ZXMiLCJpdGVtX2NvbnRleHRfdGltZXN0YW1wIjoiMjAyNi0wNC0xNlQxNTozNDowNy4xMDFaIiwiaXRlbV9jb250ZXh0X3VzZXJfaWQiOjkyMzc4ODQsIml0ZW1fY29udGV4dF91c2VyX2lkcyI6WzkyMzc4ODRdLCJpdGVtX2Nhbl9yZXBseSI6dHJ1ZSwiaXRlbV9pc19mcmVzaCI6dHJ1ZSwiaXRlbV9sYXN0X2ltcHJlc3Npb25fYXQiOm51bGwsIml0ZW1fc291cmNlIjoiZ2VuZXJhdGVkLWRiIiwiaXRlbV9wYWdlIjowLCJpdGVtX3BhZ2VfcmFuayI6MCwidGFiX2lkIjoiZm9yLXlvdSIsImZlZWRfc2Vzc2lvbl9pZCI6IjUzODlhZTljLTYwMjAtNDI3MC04OWEyLWVmZGZhYzkyMzY1YSIsImltcHJlc3Npb25faWQiOiI1MTE3YWQwNi00NGNlLTRmYWItOTg5Yi02YjY0MmI2YTIyZGEiLCJmb2xsb3dlZF91c2VyX2NvdW50IjowLCJzdWJzY3JpYmVkX3B1YmxpY2F0aW9uX2NvdW50IjowLCJpc19mb2xsb3dpbmciOmZhbHNlLCJpc19leHBsaWNpdGx5X3N1YnNjcmliZWQiOmZhbHNlLCJub3RlX3ZlbG9jaXR5X2ZhY3RvciI6MC45Nzk3ODE3NzM1NTgsIm5vdGVfZGVsYXlfc2Vjb25kcyI6ODMsIm5vdGVfbm90ZXNfcGVyX2hvdXIiOjc5NzEuNzk2OCwiaXRlbV9jdXJyZW50X3JlYWN0aW9uX2NvdW50IjoxNCwiaXRlbV9jdXJyZW50X3Jlc3RhY2tfY291bnQiOjEsIml0ZW1fY3VycmVudF9yZXBseV9jb3VudCI6MCwiaXNUcnVuY2F0ZWQiOmZhbHNlLCJpc190cmFuc2xhdGVkIjpmYWxzZSwiaXNNZWRpYVRydW5jYXRlZCI6ZmFsc2V9LCJjb250ZXh0Ijp7ImNsaWVudF90eXBlIjoid2ViIiwiZGlzcGxheU1vZGUiOiJicm93c2VyIiwicGFnZSI6eyJyZWZlcnJlciI6IiIsInRpdGxlIjoiU3Vic3RhY2siLCJ1cmwiOiJodHRwczovL3N1YnN0YWNrLmNvbS8iLCJoZWlnaHQiOjk0MCwid2lkdGgiOjEzNTB9LCJjYW1wYWlnbiI6e30sInRpbWV6b25lIjoiVVRDIiwic2NyZWVuIjp7ImhlaWdodCI6NjAwLCJ3aWR0aCI6ODAwfSwic3Vic3RhY2tDb2xvclNjaGVtZSI6ImF1dG8iLCJzeXN0ZW1Db2xvclNjaGVtZSI6ImxpZ2h0In19%2CeyJldmVudCI6IlJlYWRpbmcgUXVldWUgSXRlbSBTZWVuIiwidGltZXN0YW1wIjoiMjAyNi0wNC0xNlQxNzo0MTozMy4wNDhaIiwicHJvcGVydGllcyI6eyJicm93c2VyU2Vzc2lvbklkIjoiNXhieGFhcG1jam4iLCJpZnJhbWVWaXNpdElkIjpmYWxzZSwicG9zdF9pZCI6MTk0Mzk4NjUxLCJyZWFkaW5nX3F1ZXVlX3Bvc2l0aW9uIjowLCJwb3N0X3R5cGUiOiJuZXdzbGV0dGVyIiwiaW5ib3hfaXRlbV9pc19zYXZlZCI6ZmFsc2UsImlzX3NhdmVkIjpmYWxzZSwiaXNfc2VlbiI6ZmFsc2UsInB1YmxpY2F0aW9uX2lkIjo2MTE5MzkwLCJzb3VyY2UiOiJ0YWJzX3JlYWRpbmdfcXVldWUiLCJpbXByZXNzaW9uX2lkIjoiZTMzNDQxMjAtNjAxNS00MjE4LTgyMDItNzFkYTY4MmRlZTNkIn0sImNvbnRleHQiOnsiY2xpZW50X3R5cGUiOiJ3ZWIiLCJkaXNwbGF5TW9kZSI6ImJyb3dzZXIiLCJwYWdlIjp7InJlZmVycmVyIjoiIiwidGl0bGUiOiJTdWJzdGFjayIsInVybCI6Imh0dHBzOi8vc3Vic3RhY2suY29tLyIsImhlaWdodCI6OTQwLCJ3aWR0aCI6MTM1MH0sImNhbXBhaWduIjp7fSwidGltZXpvbmUiOiJVVEMiLCJzY3JlZW4iOnsiaGVpZ2h0Ijo2MDAsIndpZHRoIjo4MDB9LCJzdWJzdGFja0NvbG9yU2NoZW1lIjoiYXV0byIsInN5c3RlbUNvbG9yU2NoZW1lIjoibGlnaHQifX0%3D%2CeyJldmVudCI6IkZpcmVob3NlIEJhdGNoIFNlbnQiLCJ0aW1lc3RhbXAiOiIyMDI2LTA0LTE2VDE3OjQxOjMzLjA0OFoiLCJwcm9wZXJ0aWVzIjp7ImJyb3dzZXJTZXNzaW9uSWQiOiI1eGJ4YWFwbWNqbiIsImlmcmFtZVZpc2l0SWQiOmZhbHNlLCJkYXRhU2l6ZSI6NzE5NiwiYmF0Y2hTaXplIjo4LCJiYXRjaFR5cGUiOiJiYXRjaCJ9LCJjb250ZXh0Ijp7ImNsaWVudF90eXBlIjoid2ViIiwiZGlzcGxheU1vZGUiOiJicm93c2VyIiwicGFnZSI6eyJyZWZlcnJlciI6IiIsInRpdGxlIjoiU3Vic3RhY2siLCJ1cmwiOiJodHRwczovL3N1YnN0YWNrLmNvbS8iLCJoZWlnaHQiOjk0MCwid2lkdGgiOjEzNTB9LCJjYW1wYWlnbiI6e30sInRpbWV6b25lIjoiVVRDIiwic2NyZWVuIjp7ImhlaWdodCI6NjAwLCJ3aWR0aCI6ODAwfSwic3Vic3RhY2tDb2xvclNjaGVtZSI6ImF1dG8iLCJzeXN0ZW1Db2xvclNjaGVtZSI6ImxpZ2h0In19 — 200 — 838 B — 169 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
78% of JavaScript execution is third-party
First-party Third-party 887ms · 155KB · $3/mo
Unattributable
Other
Costly
Execution 496ms
Transfer 0 KB
Monthly Cost $2/mo
substackcdn.com
Other
Costly
Execution 326ms
Transfer 60 KB
Unused 71%
Monthly Cost $1/mo
substackcdn.com
Other
Optional
Execution 65ms
Transfer 95 KB
Unused 86%
Monthly Cost $0/mo

These scripts may cost more than they're worth

  • Unattributable adds 496ms and costs ~$2/month
  • substackcdn.com adds 326ms and costs ~$1/month

78% 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 496ms 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

substackcdn.com takes 326ms 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

71% of substackcdn.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

86% of substackcdn.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