Skip to content
https://bookshop.org

Performance

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

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

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

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

67 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.35 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.88 s

Page Load Progression

387 ms
775 ms
1.2 s
1.5 s
1.9 s
2.3 s
2.7 s
3.1 s
Checks
15
6 PASS 2 REVIEW 5 FIX
F
Page Weight Budget
Action
7.8 MB transferred, 213 requests
FIX
7.8 MB transferred, 213 requests
Critical::
Page weighs 12.2 MB (7.8 MB transferred)
Warning::
Images are 5.9 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 5.9 MB
Warning::
JavaScript is 1.5 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.5 MB
Info::
Fonts are 290 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 290 KB
Warning::
213 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.6 g CO2 per page load
7.8 MB / 2.4 MB budget
7.8 MB transferred
213 requests
1.6 g CO2 per page load
Images 5.9 MiB 75%
JavaScript 1.5 MiB 19%
Fonts 289.9 KiB 4%
HTML 73.4 KiB 1%
Other 26.2 KiB 0%
CSS 20.4 KiB 0%
Other 12.1 KiB 0%
Other 6.0 KiB 0%
Other 2.0 KiB 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

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
83% third-party, 0 ms blocking
FIX
83% third-party, 0 ms blocking
Warning::
Third-party code accounts for 83% of page weight (6.5 MiB of 7.8 MiB)
Info::
Third-party blocking time is low (0 ms)
17%
83%
First-party Third-party
F
JS Bundles
Action
56 scripts, 613 KB unused
FIX
56 scripts, 613 KB unused
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 142 KB unused (76%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-52V...: 103 KB unused (65%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://bookshop.org/gtgbkshp/?id=G-PBC1NBK83Q&cx=...: 71 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://bookshop.org/gtgbkshp/?id=AW-669349773&cx=...: 71 KB unused (48%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://bookshop.org/gtgbkshp/: 67 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 613 KB
613 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js188 KB142 KB (76%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-52VMX98158 KB103 KB (65%)3rd
https://bookshop.org/gtgbkshp/?id=G-PBC1NBK83Q&cx=c&gtm=4e64h1172 KB71 KB (41%)1st
https://bookshop.org/gtgbkshp/?id=AW-669349773&cx=c&gtm=4e64h1150 KB71 KB (48%)1st
https://bookshop.org/gtgbkshp/166 KB67 KB (41%)1st
https://bookshop.org/_next/static/chunks/9070-5dd99bc2aa85a519.js80 KB58 KB (72%)1st
https://static.fbot.me/friendbuy.js100 KB46 KB (46%)3rd
https://bookshop.org/_next/static/chunks/8193-f645ef97c581c990.js65 KB34 KB (55%)1st
https://cmp.osano.com/mbso9YM8zJ/5bf7eaf8-0636-48dc-b8de-072565a02b02/osano.js70 KB21 KB (31%)3rd
https://bookshop.org/_next/static/chunks/141-952efa2baa98b616.js13 KB1st

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
213 resources · 7.8 MB · 613 KB savings available
FIX
213 resources · 7.8 MB · 613 KB savings available
Warning::
Page weight 6.8 MB over 1MB target
Got: 7.8 MB Expected: ≤ 1 MB
Info::
~613 KB of savings available
Warning::
142 third-party resources (83% of weight)
Info::
3 resources over 200KB
213 resources · 7.8 MiB · 142 third-party 6.8 MiB over 1MB target
Image 75% · 5.9 MiB
JavaScript 19% · 1.5 MiB
Font 4% · 289.9 KiB
Document 1% · 73.4 KiB
Other 1% · 43.1 KiB
CSS 0% · 20.4 KiB

~612.9 KiB of savings available

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

No Cache-Control header

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

B
Image Optimization
126 images, 0 KB saveable
REVIEW
126 images, 0 KB saveable
Info::
All images are well-optimized
126 images 5.9 MB
0 oversized -0 KB
27 legacy format
0 missing dimensions CLS risk
C
JS Execution Cost
Action
1255ms total JS execution
REVIEW
1255ms total JS execution
Warning::
Unattributable: 375ms CPU time
Warning::
https://bookshop.org/: 272ms CPU time
Info::
https://bookshop.org/_next/static/chunks/2117-a7c9...: 226ms CPU time
Info::
https://cmp.osano.com/mbso9YM8zJ/5bf7eaf8-0636-48d...: 208ms CPU time
Info::
https://bookshop.org/gtgbkshp/: 119ms CPU time
Info::
Third-party scripts: 583ms (46% of total)

Main Thread Breakdown

Script Evaluation 51% Other 28% Script Parsing & Compilation 8% Style & Layout 7% Rendering 4%
ScriptTotalScriptingParse/CompileParty
Unattributable375ms4ms0ms3rd
https://bookshop.org/272ms37ms16ms1st
https://bookshop.org/_next/static/chunks/2117-a7c96d3f711e8b10.js226ms209ms2ms1st
https://cmp.osano.com/mbso9YM8zJ/5bf7eaf8-0636-48dc-b8de-072565a02b02/osano.js208ms168ms12ms3rd
https://bookshop.org/gtgbkshp/119ms100ms10ms1st
https://bookshop.org/gtgbkshp/?id=G-PBC1NBK83Q&cx=c&gtm=4e64h155ms46ms9ms1st
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
7 fonts (290 KB)
PASS
7 fonts (290 KB)
Info::
7 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

7

290 KB total

Render-blocking

0

of 7

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 FCP 634 ms LCP 2.6 shttps://bookshop.org/_next/static/media/26d4368bf94c0ec4-s.p.woff226d4368bf94c0ec4-s.p.woff2 https://bookshop.org/_next/static/media/26d4368bf94c0ec4-s.p.woff2 — 39.6 KiB — 47 ms — font-display: swaphttps://bookshop.org/_next/static/media/7784e47771b455ac-s.p.woff27784e47771b455ac-s.p.woff2 https://bookshop.org/_next/static/media/7784e47771b455ac-s.p.woff2 — 53.1 KiB — 65 ms — font-display: swaphttps://bookshop.org/_next/static/media/899bedd4dbbe1d19-s.p.woff2899bedd4dbbe1d19-s.p.woff2 https://bookshop.org/_next/static/media/899bedd4dbbe1d19-s.p.woff2 — 53.2 KiB — 65 ms — font-display: swaphttps://bookshop.org/_next/static/media/b5b6058210ebcfa5-s.p.woff2b5b6058210ebcfa5-s.p.woff2 https://bookshop.org/_next/static/media/b5b6058210ebcfa5-s.p.woff2 — 61.9 KiB — 78 ms — font-display: swaphttps://bookshop.org/_next/static/media/e4af272ccee01ff0-s.p.woff2e4af272ccee01ff0-s.p.woff2 https://bookshop.org/_next/static/media/e4af272ccee01ff0-s.p.woff2 — 47.6 KiB — 77 ms — font-display: swaphttps://media.fbot.me/703fca0f-e3fd-4932-ae5c-0257ed986094/media/Nunito.woff2Nunito.woff2 https://media.fbot.me/703fca0f-e3fd-4932-ae5c-0257ed986094/media/Nunito.woff2 — 20.0 KiB — 61 ms — font-display: swaphttps://media.fbot.me/703fca0f-e3fd-4932-ae5c-0257ed986094/media/Open-Sans.woff2Open-Sans.woff2 https://media.fbot.me/703fca0f-e3fd-4932-ae5c-0257ed986094/media/Open-Sans.woff2 — 14.5 KiB — 21 ms — font-display: swap
26d4368bf94c0ec4-s.p.woff2 woff2 swap
Size 40 KB
Load time 47 ms
Start 322 ms
Risk FOUT — text flashes from fallback to web font
7784e47771b455ac-s.p.woff2 woff2 swap
Size 53 KB
Load time 65 ms
Start 323 ms
Risk FOUT — text flashes from fallback to web font
899bedd4dbbe1d19-s.p.woff2 woff2 swap
Size 53 KB
Load time 65 ms
Start 324 ms
Risk FOUT — text flashes from fallback to web font
b5b6058210ebcfa5-s.p.woff2 woff2 swap
Size 62 KB
Load time 78 ms
Start 324 ms
Risk FOUT — text flashes from fallback to web font
e4af272ccee01ff0-s.p.woff2 woff2 swap
Size 48 KB
Load time 77 ms
Start 324 ms
Risk FOUT — text flashes from fallback to web font
Nunito.woff2 woff2 swap
Size 20 KB
Load time 61 ms
Start 2.6 s
Risk FOUT — text flashes from fallback to web font
Open-Sans.woff2 woff2 swap
Size 15 KB
Load time 21 ms
Start 3.0 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
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
213 requests over 3061ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 634 ms LCP 2.6 shttps://bookshop.org// https://bookshop.org/ — 200 — 70.5 KiB — 463 ms — h3https://bookshop.org/_next/static/media/26d4368bf94c0ec4-s.p.woff2/_next/static/media/26d4368bf94c0ec... https://bookshop.org/_next/static/media/26d4368bf94c0ec4-s.p.woff2 — 200 — 39.6 KiB — 47 ms — h3https://bookshop.org/_next/static/media/7784e47771b455ac-s.p.woff2/_next/static/media/7784e47771b455a... https://bookshop.org/_next/static/media/7784e47771b455ac-s.p.woff2 — 200 — 53.1 KiB — 65 ms — h3https://bookshop.org/_next/static/media/899bedd4dbbe1d19-s.p.woff2/_next/static/media/899bedd4dbbe1d1... https://bookshop.org/_next/static/media/899bedd4dbbe1d19-s.p.woff2 — 200 — 53.2 KiB — 65 ms — h3https://bookshop.org/_next/static/media/b5b6058210ebcfa5-s.p.woff2/_next/static/media/b5b6058210ebcfa... https://bookshop.org/_next/static/media/b5b6058210ebcfa5-s.p.woff2 — 200 — 61.9 KiB — 78 ms — h3https://bookshop.org/_next/static/media/e4af272ccee01ff0-s.p.woff2/_next/static/media/e4af272ccee01ff... https://bookshop.org/_next/static/media/e4af272ccee01ff0-s.p.woff2 — 200 — 47.6 KiB — 77 ms — h3https://bookshop.org/_next/static/css/9565bed5101f4c37.css/_next/static/css/9565bed5101f4c37.... https://bookshop.org/_next/static/css/9565bed5101f4c37.css — 200 — 16.6 KiB — 43 ms — h3https://bookshop.org/_next/static/css/ac5fa13efc857262.css/_next/static/css/ac5fa13efc857262.... https://bookshop.org/_next/static/css/ac5fa13efc857262.css — 200 — 1.4 KiB — 35 ms — h3https://bookshop.org/_next/static/css/431944509084d071.css/_next/static/css/431944509084d071.... https://bookshop.org/_next/static/css/431944509084d071.css — 200 — 2.4 KiB — 38 ms — h3https://cmp.osano.com/mbso9YM8zJ/5bf7eaf8-0636-48dc-b8de-072565a02b02/osano.jscmp.osano.com/mbso9YM8zJ/5bf7eaf8-0... https://cmp.osano.com/mbso9YM8zJ/5bf7eaf8-0636-48dc-b8de-072565a02b02/osano.js — 200 — 70.1 KiB — 68 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-52VMX98www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-52VMX98 — 200 — 158.1 KiB — 260 ms — h2https://static.klaviyo.com/onsite/js/klaviyo.js?company_id=RBxUNFstatic.klaviyo.com/onsite/js/klaviy... https://static.klaviyo.com/onsite/js/klaviyo.js?company_id=RBxUNF — 200 — 2.7 KiB — 29 ms — h2https://storage.googleapis.com/bkshp-prod-content-images/homepage_banner_slides/677194a3-e712-4869-8d8c-d17d05d17c8b/desktop/LastNightInBrooklyn_Bookshop_2048x6001.jpgstorage.googleapis.com/bkshp-prod-c... https://storage.googleapis.com/bkshp-prod-content-images/homepage_banner_slides/677194a3-e712-4869-8d8c-d17d05d17c8b/desktop/LastNightInBrooklyn_Bookshop_2048x6001.jpg — 200 — 731.9 KiB — 377 ms — h2https://images-us.bookshop.org/ingram/9798217176632.jpg?v=335365088c4b4508186fd7c7c9880660images-us.bookshop.org/ingram/97982... https://images-us.bookshop.org/ingram/9798217176632.jpg?v=335365088c4b4508186fd7c7c9880660 — 200 — 19.8 KiB — 67 ms — h3https://images-us.bookshop.org/ingram/9781639739073.jpg?v=6ed3229df8e118060ad3f7d0d91c4723images-us.bookshop.org/ingram/97816... https://images-us.bookshop.org/ingram/9781639739073.jpg?v=6ed3229df8e118060ad3f7d0d91c4723 — 200 — 59.9 KiB — 69 ms — h3https://bookshop.org/_next/static/chunks/webpack-d3e342e0431f1ac0.js/_next/static/chunks/webpack-d3e342... https://bookshop.org/_next/static/chunks/webpack-d3e342e0431f1ac0.js — 200 — 2.5 KiB — 28 ms — h3https://bookshop.org/_next/static/chunks/fd9d1056-298733a1a5e2fe4a.js/_next/static/chunks/fd9d1056-29873... https://bookshop.org/_next/static/chunks/fd9d1056-298733a1a5e2fe4a.js — 200 — 52.8 KiB — 44 ms — h3https://bookshop.org/_next/static/chunks/2117-a7c96d3f711e8b10.js/_next/static/chunks/2117-a7c96d3f7... https://bookshop.org/_next/static/chunks/2117-a7c96d3f711e8b10.js — 200 — 31.5 KiB — 50 ms — h3https://bookshop.org/_next/static/chunks/main-app-5294d1645fe5526e.js/_next/static/chunks/main-app-5294d... https://bookshop.org/_next/static/chunks/main-app-5294d1645fe5526e.js — 200 — 535 B — 50 ms — h3https://bookshop.org/_next/static/chunks/c16f53c3-3f17d687847474cb.js/_next/static/chunks/c16f53c3-3f17d... https://bookshop.org/_next/static/chunks/c16f53c3-3f17d687847474cb.js — 200 — 2.8 KiB — 51 ms — h3https://bookshop.org/_next/static/chunks/5878-ce69267ec167d520.js/_next/static/chunks/5878-ce69267ec... https://bookshop.org/_next/static/chunks/5878-ce69267ec167d520.js — 200 — 5.3 KiB — 50 ms — h3https://bookshop.org/_next/static/chunks/9648-e5c4a4e4c601cd19.js/_next/static/chunks/9648-e5c4a4e4c... https://bookshop.org/_next/static/chunks/9648-e5c4a4e4c601cd19.js — 200 — 9.6 KiB — 50 ms — h3https://bookshop.org/_next/static/chunks/8193-f645ef97c581c990.js/_next/static/chunks/8193-f645ef97c... https://bookshop.org/_next/static/chunks/8193-f645ef97c581c990.js — 200 — 65.4 KiB — 74 ms — h3https://bookshop.org/_next/static/chunks/4768-cae3d54cc7beb380.js/_next/static/chunks/4768-cae3d54cc... https://bookshop.org/_next/static/chunks/4768-cae3d54cc7beb380.js — 200 — 16.9 KiB — 53 ms — h3https://bookshop.org/_next/static/chunks/7648-4f32bd50e473eb53.js/_next/static/chunks/7648-4f32bd50e... https://bookshop.org/_next/static/chunks/7648-4f32bd50e473eb53.js — 200 — 17.4 KiB — 71 ms — h3https://bookshop.org/_next/static/chunks/8003-b3fc326558304e6e.js/_next/static/chunks/8003-b3fc32655... https://bookshop.org/_next/static/chunks/8003-b3fc326558304e6e.js — 200 — 2.8 KiB — 63 ms — h3https://bookshop.org/_next/static/chunks/5075-563ce64755da7583.js/_next/static/chunks/5075-563ce6475... https://bookshop.org/_next/static/chunks/5075-563ce64755da7583.js — 200 — 8.2 KiB — 63 ms — h3https://bookshop.org/_next/static/chunks/2415-b0a1e16e79b7762f.js/_next/static/chunks/2415-b0a1e16e7... https://bookshop.org/_next/static/chunks/2415-b0a1e16e79b7762f.js — 200 — 8.0 KiB — 62 ms — h3https://bookshop.org/_next/static/chunks/3786-712d1ec94c05b898.js/_next/static/chunks/3786-712d1ec94... https://bookshop.org/_next/static/chunks/3786-712d1ec94c05b898.js — 200 — 3.4 KiB — 62 ms — h3https://bookshop.org/_next/static/chunks/4410-fd41a622fe26fa1c.js/_next/static/chunks/4410-fd41a622f... https://bookshop.org/_next/static/chunks/4410-fd41a622fe26fa1c.js — 200 — 10.8 KiB — 81 ms — h3
0 ms 1.0 s 2.0 s 3.0 s FCP 634 ms LCP 2.6 shttps://bookshop.org// https://bookshop.org/ — 200 — 70.5 KiB — 463 ms — h3https://bookshop.org/_next/static/media/26d4368bf94c0ec4-s.p.woff2/_next/static/media/26d4368bf94c0ec... https://bookshop.org/_next/static/media/26d4368bf94c0ec4-s.p.woff2 — 200 — 39.6 KiB — 47 ms — h3https://bookshop.org/_next/static/media/7784e47771b455ac-s.p.woff2/_next/static/media/7784e47771b455a... https://bookshop.org/_next/static/media/7784e47771b455ac-s.p.woff2 — 200 — 53.1 KiB — 65 ms — h3https://bookshop.org/_next/static/media/899bedd4dbbe1d19-s.p.woff2/_next/static/media/899bedd4dbbe1d1... https://bookshop.org/_next/static/media/899bedd4dbbe1d19-s.p.woff2 — 200 — 53.2 KiB — 65 ms — h3https://bookshop.org/_next/static/media/b5b6058210ebcfa5-s.p.woff2/_next/static/media/b5b6058210ebcfa... https://bookshop.org/_next/static/media/b5b6058210ebcfa5-s.p.woff2 — 200 — 61.9 KiB — 78 ms — h3https://bookshop.org/_next/static/media/e4af272ccee01ff0-s.p.woff2/_next/static/media/e4af272ccee01ff... https://bookshop.org/_next/static/media/e4af272ccee01ff0-s.p.woff2 — 200 — 47.6 KiB — 77 ms — h3https://bookshop.org/_next/static/css/9565bed5101f4c37.css/_next/static/css/9565bed5101f4c37.... https://bookshop.org/_next/static/css/9565bed5101f4c37.css — 200 — 16.6 KiB — 43 ms — h3https://bookshop.org/_next/static/css/ac5fa13efc857262.css/_next/static/css/ac5fa13efc857262.... https://bookshop.org/_next/static/css/ac5fa13efc857262.css — 200 — 1.4 KiB — 35 ms — h3https://bookshop.org/_next/static/css/431944509084d071.css/_next/static/css/431944509084d071.... https://bookshop.org/_next/static/css/431944509084d071.css — 200 — 2.4 KiB — 38 ms — h3https://cmp.osano.com/mbso9YM8zJ/5bf7eaf8-0636-48dc-b8de-072565a02b02/osano.jscmp.osano.com/mbso9YM8zJ/5bf7eaf8-0... https://cmp.osano.com/mbso9YM8zJ/5bf7eaf8-0636-48dc-b8de-072565a02b02/osano.js — 200 — 70.1 KiB — 68 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-52VMX98www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-52VMX98 — 200 — 158.1 KiB — 260 ms — h2https://static.klaviyo.com/onsite/js/klaviyo.js?company_id=RBxUNFstatic.klaviyo.com/onsite/js/klaviy... https://static.klaviyo.com/onsite/js/klaviyo.js?company_id=RBxUNF — 200 — 2.7 KiB — 29 ms — h2https://storage.googleapis.com/bkshp-prod-content-images/homepage_banner_slides/677194a3-e712-4869-8d8c-d17d05d17c8b/desktop/LastNightInBrooklyn_Bookshop_2048x6001.jpgstorage.googleapis.com/bkshp-prod-c... https://storage.googleapis.com/bkshp-prod-content-images/homepage_banner_slides/677194a3-e712-4869-8d8c-d17d05d17c8b/desktop/LastNightInBrooklyn_Bookshop_2048x6001.jpg — 200 — 731.9 KiB — 377 ms — h2https://images-us.bookshop.org/ingram/9798217176632.jpg?v=335365088c4b4508186fd7c7c9880660images-us.bookshop.org/ingram/97982... https://images-us.bookshop.org/ingram/9798217176632.jpg?v=335365088c4b4508186fd7c7c9880660 — 200 — 19.8 KiB — 67 ms — h3https://images-us.bookshop.org/ingram/9781639739073.jpg?v=6ed3229df8e118060ad3f7d0d91c4723images-us.bookshop.org/ingram/97816... https://images-us.bookshop.org/ingram/9781639739073.jpg?v=6ed3229df8e118060ad3f7d0d91c4723 — 200 — 59.9 KiB — 69 ms — h3https://bookshop.org/_next/static/chunks/webpack-d3e342e0431f1ac0.js/_next/static/chunks/webpack-d3e342... https://bookshop.org/_next/static/chunks/webpack-d3e342e0431f1ac0.js — 200 — 2.5 KiB — 28 ms — h3https://bookshop.org/_next/static/chunks/fd9d1056-298733a1a5e2fe4a.js/_next/static/chunks/fd9d1056-29873... https://bookshop.org/_next/static/chunks/fd9d1056-298733a1a5e2fe4a.js — 200 — 52.8 KiB — 44 ms — h3https://bookshop.org/_next/static/chunks/2117-a7c96d3f711e8b10.js/_next/static/chunks/2117-a7c96d3f7... https://bookshop.org/_next/static/chunks/2117-a7c96d3f711e8b10.js — 200 — 31.5 KiB — 50 ms — h3https://bookshop.org/_next/static/chunks/main-app-5294d1645fe5526e.js/_next/static/chunks/main-app-5294d... https://bookshop.org/_next/static/chunks/main-app-5294d1645fe5526e.js — 200 — 535 B — 50 ms — h3https://bookshop.org/_next/static/chunks/c16f53c3-3f17d687847474cb.js/_next/static/chunks/c16f53c3-3f17d... https://bookshop.org/_next/static/chunks/c16f53c3-3f17d687847474cb.js — 200 — 2.8 KiB — 51 ms — h3https://bookshop.org/_next/static/chunks/5878-ce69267ec167d520.js/_next/static/chunks/5878-ce69267ec... https://bookshop.org/_next/static/chunks/5878-ce69267ec167d520.js — 200 — 5.3 KiB — 50 ms — h3https://bookshop.org/_next/static/chunks/9648-e5c4a4e4c601cd19.js/_next/static/chunks/9648-e5c4a4e4c... https://bookshop.org/_next/static/chunks/9648-e5c4a4e4c601cd19.js — 200 — 9.6 KiB — 50 ms — h3https://bookshop.org/_next/static/chunks/8193-f645ef97c581c990.js/_next/static/chunks/8193-f645ef97c... https://bookshop.org/_next/static/chunks/8193-f645ef97c581c990.js — 200 — 65.4 KiB — 74 ms — h3https://bookshop.org/_next/static/chunks/4768-cae3d54cc7beb380.js/_next/static/chunks/4768-cae3d54cc... https://bookshop.org/_next/static/chunks/4768-cae3d54cc7beb380.js — 200 — 16.9 KiB — 53 ms — h3https://bookshop.org/_next/static/chunks/7648-4f32bd50e473eb53.js/_next/static/chunks/7648-4f32bd50e... https://bookshop.org/_next/static/chunks/7648-4f32bd50e473eb53.js — 200 — 17.4 KiB — 71 ms — h3https://bookshop.org/_next/static/chunks/8003-b3fc326558304e6e.js/_next/static/chunks/8003-b3fc32655... https://bookshop.org/_next/static/chunks/8003-b3fc326558304e6e.js — 200 — 2.8 KiB — 63 ms — h3https://bookshop.org/_next/static/chunks/5075-563ce64755da7583.js/_next/static/chunks/5075-563ce6475... https://bookshop.org/_next/static/chunks/5075-563ce64755da7583.js — 200 — 8.2 KiB — 63 ms — h3https://bookshop.org/_next/static/chunks/2415-b0a1e16e79b7762f.js/_next/static/chunks/2415-b0a1e16e7... https://bookshop.org/_next/static/chunks/2415-b0a1e16e79b7762f.js — 200 — 8.0 KiB — 62 ms — h3https://bookshop.org/_next/static/chunks/3786-712d1ec94c05b898.js/_next/static/chunks/3786-712d1ec94... https://bookshop.org/_next/static/chunks/3786-712d1ec94c05b898.js — 200 — 3.4 KiB — 62 ms — h3https://bookshop.org/_next/static/chunks/4410-fd41a622fe26fa1c.js/_next/static/chunks/4410-fd41a622f... https://bookshop.org/_next/static/chunks/4410-fd41a622fe26fa1c.js — 200 — 10.8 KiB — 81 ms — h3https://bookshop.org/_next/static/chunks/8206-343cb9d0187e9beb.js/_next/static/chunks/8206-343cb9d01... https://bookshop.org/_next/static/chunks/8206-343cb9d0187e9beb.js — 200 — 6.4 KiB — 69 ms — h3https://bookshop.org/_next/static/chunks/2756-ab1bfa1312439e30.js/_next/static/chunks/2756-ab1bfa131... https://bookshop.org/_next/static/chunks/2756-ab1bfa1312439e30.js — 200 — 4.3 KiB — 69 ms — h3https://bookshop.org/_next/static/chunks/5544-3fee859f17ce9204.js/_next/static/chunks/5544-3fee859f1... https://bookshop.org/_next/static/chunks/5544-3fee859f17ce9204.js — 200 — 4.5 KiB — 69 ms — h3https://bookshop.org/_next/static/chunks/7700-e05a3009ba979315.js/_next/static/chunks/7700-e05a3009b... https://bookshop.org/_next/static/chunks/7700-e05a3009ba979315.js — 200 — 5.0 KiB — 82 ms — h3https://bookshop.org/_next/static/chunks/3088-85f3d813a2f0ea89.js/_next/static/chunks/3088-85f3d813a... https://bookshop.org/_next/static/chunks/3088-85f3d813a2f0ea89.js — 200 — 4.5 KiB — 90 ms — h3https://bookshop.org/_next/static/chunks/app/(digital)/layout-184a1b38886900b3.js/_next/static/chunks/app/(digital)/... https://bookshop.org/_next/static/chunks/app/(digital)/layout-184a1b38886900b3.js — 200 — 496 B — 90 ms — h3https://bookshop.org/_next/static/chunks/e37a0b60-57eb15bde63b67d7.js/_next/static/chunks/e37a0b60-57eb1... https://bookshop.org/_next/static/chunks/e37a0b60-57eb15bde63b67d7.js — 200 — 24.6 KiB — 182 ms — h3https://bookshop.org/_next/static/chunks/141-952efa2baa98b616.js/_next/static/chunks/141-952efa2baa... https://bookshop.org/_next/static/chunks/141-952efa2baa98b616.js — 200 — 13.2 KiB — 183 ms — h3https://bookshop.org/_next/static/chunks/9070-5dd99bc2aa85a519.js/_next/static/chunks/9070-5dd99bc2a... https://bookshop.org/_next/static/chunks/9070-5dd99bc2aa85a519.js — 200 — 80.3 KiB — 198 ms — h3https://bookshop.org/_next/static/chunks/962-538ef42fa59a1f10.js/_next/static/chunks/962-538ef42fa5... https://bookshop.org/_next/static/chunks/962-538ef42fa59a1f10.js — 200 — 3.3 KiB — 69 ms — h3https://bookshop.org/_next/static/chunks/app/layout-3d93fb8388330857.js/_next/static/chunks/app/layout-3d9... https://bookshop.org/_next/static/chunks/app/layout-3d93fb8388330857.js — 200 — 1.1 KiB — 79 ms — h3https://bookshop.org/_next/static/chunks/app/error-cbdff6f8761b5557.js/_next/static/chunks/app/error-cbdf... https://bookshop.org/_next/static/chunks/app/error-cbdff6f8761b5557.js — 200 — 1.2 KiB — 78 ms — h3https://bookshop.org/_next/static/chunks/3173-2d02a97dc4cb6eba.js/_next/static/chunks/3173-2d02a97dc... https://bookshop.org/_next/static/chunks/3173-2d02a97dc4cb6eba.js — 200 — 11.5 KiB — 78 ms — h3https://bookshop.org/_next/static/chunks/app/page-43c71320767354ee.js/_next/static/chunks/app/page-43c71... https://bookshop.org/_next/static/chunks/app/page-43c71320767354ee.js — 200 — 8.9 KiB — 87 ms — h3https://bookshop.org/gtgbkshp//gtgbkshp/ https://bookshop.org/gtgbkshp/ — 200 — 165.7 KiB — 756 ms — h3https://bookshop.org/_next/static/media/logo.881e4ae9.svg/_next/static/media/logo.881e4ae9.s... https://bookshop.org/_next/static/media/logo.881e4ae9.svg — 200 — 3.9 KiB — 696 ms — h3https://bookshop.org/_next/static/media/ic-magnifying-glass.69826585.svg/_next/static/media/ic-magnifying-g... https://bookshop.org/_next/static/media/ic-magnifying-glass.69826585.svg — 200 — 645 B — 696 ms — h3https://bookshop.org/_next/static/media/shopping-cart.10462020.svg/_next/static/media/shopping-cart.1... https://bookshop.org/_next/static/media/shopping-cart.10462020.svg — 200 — 1.2 KiB — 108 ms — h3https://bookshop.org/_next/static/media/book-hands.f92d7666.svg/_next/static/media/book-hands.f92d... https://bookshop.org/_next/static/media/book-hands.f92d7666.svg — 200 — 17.5 KiB — 111 ms — h3https://bookshop.org/_next/static/media/bcorp-climate-logo.3c5528d0.svg/_next/static/media/bcorp-climate-l... https://bookshop.org/_next/static/media/bcorp-climate-logo.3c5528d0.svg — 200 — 6.0 KiB — 698 ms — h3https://storage.googleapis.com/bkshp-prod-content-images/homepage_banner_slides/aa6559a8-8732-4002-ae0a-dc39ad9daee6/desktop/NightShade_2048x600.pngstorage.googleapis.com/bkshp-prod-c... https://storage.googleapis.com/bkshp-prod-content-images/homepage_banner_slides/aa6559a8-8732-4002-ae0a-dc39ad9daee6/desktop/NightShade_2048x600.png — 200 — 1.2 MiB — 1.0 s — h2https://storage.googleapis.com/bkshp-prod-content-images/homepage_banner_slides/53afc811-123d-4aae-b494-6bb2e19a705b/desktop/DesktopHero1.pngstorage.googleapis.com/bkshp-prod-c... https://storage.googleapis.com/bkshp-prod-content-images/homepage_banner_slides/53afc811-123d-4aae-b494-6bb2e19a705b/desktop/DesktopHero1.png — 200 — 908.6 KiB — 663 ms — h2https://bookshop.org/_next/static/media/promo-pause.22db4fe9.svg/_next/static/media/promo-pause.22d... https://bookshop.org/_next/static/media/promo-pause.22db4fe9.svg — 200 — 587 B — 691 ms — h3https://images-us.bookshop.org/ingram/9781982174248.jpg?v=e81b7dd1889ca32cd6c13f38bfea02f8&height=500images-us.bookshop.org/ingram/97819... https://images-us.bookshop.org/ingram/9781982174248.jpg?v=e81b7dd1889ca32cd6c13f38bfea02f8&height=500 — 200 — 29.6 KiB — 444 ms — h3https://images-us.bookshop.org/ingram/9781250405333.jpg?v=3ab62d26b359c743f3cb7980e13cbb1f&height=500images-us.bookshop.org/ingram/97812... https://images-us.bookshop.org/ingram/9781250405333.jpg?v=3ab62d26b359c743f3cb7980e13cbb1f&height=500 — 200 — 32.0 KiB — 459 ms — h3https://images-us.bookshop.org/ingram/9781250372031.jpg?v=df1edc5c4f07c64aaadd208d43d0adce&height=500images-us.bookshop.org/ingram/97812... https://images-us.bookshop.org/ingram/9781250372031.jpg?v=df1edc5c4f07c64aaadd208d43d0adce&height=500 — 200 — 34.4 KiB — 510 ms — h3https://images-production.bookshop.org/spree/curators/avatars/10/thumb/Bookshop.org_B_Circle_Logo.png?width=48&v=v2images-production.bookshop.org/spre... https://images-production.bookshop.org/spree/curators/avatars/10/thumb/Bookshop.org_B_Circle_Logo.png?width=48&v=v2 — 200 — 2.4 KiB — 696 ms — h3https://images-us.bookshop.org/ingram/9780316613941.jpg?v=86a2248350606e2500b2262a430d1299&height=500images-us.bookshop.org/ingram/97803... https://images-us.bookshop.org/ingram/9780316613941.jpg?v=86a2248350606e2500b2262a430d1299&height=500 — 200 — 27.4 KiB — 442 ms — h3https://images-us.bookshop.org/ingram/9780593804216.jpg?v=dfc2aea20951d9bf99b213c90ac3258c&height=500images-us.bookshop.org/ingram/97805... https://images-us.bookshop.org/ingram/9780593804216.jpg?v=dfc2aea20951d9bf99b213c90ac3258c&height=500 — 200 — 22.8 KiB — 384 ms — h3https://images-us.bookshop.org/ingram/9780593652978.jpg?v=f4b235a1c49591f99fb70e442cf2f51a&height=500images-us.bookshop.org/ingram/97805... https://images-us.bookshop.org/ingram/9780593652978.jpg?v=f4b235a1c49591f99fb70e442cf2f51a&height=500 — 200 — 33.9 KiB — 491 ms — h3https://images-us.bookshop.org/ingram/9781538732182.jpg?v=3e5387557d5bedf789876fbb46f42efb&height=500images-us.bookshop.org/ingram/97815... https://images-us.bookshop.org/ingram/9781538732182.jpg?v=3e5387557d5bedf789876fbb46f42efb&height=500 — 200 — 27.8 KiB — 465 ms — h3https://images-us.bookshop.org/ingram/9781250827951.jpg?v=eaf4d0e5322b82e0cfb66ed4b5cd61ad&height=500images-us.bookshop.org/ingram/97812... https://images-us.bookshop.org/ingram/9781250827951.jpg?v=eaf4d0e5322b82e0cfb66ed4b5cd61ad&height=500 — 200 — 32.2 KiB — 510 ms — h3https://images-us.bookshop.org/ingram/9780525509622.jpg?v=7c0f3c4f862ceb10cda8127d76b2658a&height=500images-us.bookshop.org/ingram/97805... https://images-us.bookshop.org/ingram/9780525509622.jpg?v=7c0f3c4f862ceb10cda8127d76b2658a&height=500 — 200 — 24.3 KiB — 429 ms — h3https://images-us.bookshop.org/ingram/9780802163622.jpg?v=b1e38abc6d9229a5924ba4e0e3bd0017&height=500images-us.bookshop.org/ingram/97808... https://images-us.bookshop.org/ingram/9780802163622.jpg?v=b1e38abc6d9229a5924ba4e0e3bd0017&height=500 — 200 — 35.2 KiB — 540 ms — h3https://images-us.bookshop.org/ingram/9781250244154.jpg?v=9d62253573549c5396e32844b583f2c8&height=500images-us.bookshop.org/ingram/97812... https://images-us.bookshop.org/ingram/9781250244154.jpg?v=9d62253573549c5396e32844b583f2c8&height=500 — 200 — 29.2 KiB — 495 ms — h3https://images-us.bookshop.org/ingram/9780063072657.jpg?v=cb6b65e2aa31036ebebc2a30182d01ed&height=500images-us.bookshop.org/ingram/97800... https://images-us.bookshop.org/ingram/9780063072657.jpg?v=cb6b65e2aa31036ebebc2a30182d01ed&height=500 — 200 — 36.5 KiB — 551 ms — h3https://images-us.bookshop.org/ingram/9780393356687.jpg?v=ecdb23567e120999dad2f6632e96557d&height=500images-us.bookshop.org/ingram/97803... https://images-us.bookshop.org/ingram/9780393356687.jpg?v=ecdb23567e120999dad2f6632e96557d&height=500 — 200 — 60.9 KiB — 644 ms — h3https://images-us.bookshop.org/ingram/9781250824042.jpg?v=0723de7ffecdc86779a360584da14e76&height=500images-us.bookshop.org/ingram/97812... https://images-us.bookshop.org/ingram/9781250824042.jpg?v=0723de7ffecdc86779a360584da14e76&height=500 — 200 — 41.1 KiB — 620 ms — h3https://images-us.bookshop.org/ingram/9781668045152.jpg?v=3ac523cb1a0cebd309adf2959f7f59c7&height=500images-us.bookshop.org/ingram/97816... https://images-us.bookshop.org/ingram/9781668045152.jpg?v=3ac523cb1a0cebd309adf2959f7f59c7&height=500 — 200 — 32.8 KiB — 513 ms — h3https://images-us.bookshop.org/ingram/9780316300148.jpg?v=6378439cfa92d153e21d58d452c15518&height=500images-us.bookshop.org/ingram/97803... https://images-us.bookshop.org/ingram/9780316300148.jpg?v=6378439cfa92d153e21d58d452c15518&height=500 — 200 — 17.6 KiB — 349 ms — h3https://images-us.bookshop.org/ingram/9780316229296.jpg?v=64206704e30e1f68382a16806300b277&height=500images-us.bookshop.org/ingram/97803... https://images-us.bookshop.org/ingram/9780316229296.jpg?v=64206704e30e1f68382a16806300b277&height=500 — 200 — 64.5 KiB — 653 ms — h3https://images-us.bookshop.org/ingram/9780593804872.jpg?v=4ebd467f1677809f0c9b34b343ae1a3b&height=500images-us.bookshop.org/ingram/97805... https://images-us.bookshop.org/ingram/9780593804872.jpg?v=4ebd467f1677809f0c9b34b343ae1a3b&height=500 — 200 — 24.4 KiB — 433 ms — h3https://images-us.bookshop.org/ingram/9781644215340.jpg?v=4e68e0d5c24e3fcdb73e48799f4477eb&height=500images-us.bookshop.org/ingram/97816... https://images-us.bookshop.org/ingram/9781644215340.jpg?v=4e68e0d5c24e3fcdb73e48799f4477eb&height=500 — 200 — 34.2 KiB — 541 ms — h3https://images-us.bookshop.org/ingram/9781571311375.jpg?v=c62634654331472e362ee41f1f2b45bd&height=500images-us.bookshop.org/ingram/97815... https://images-us.bookshop.org/ingram/9781571311375.jpg?v=c62634654331472e362ee41f1f2b45bd&height=500 — 200 — 35.2 KiB — 549 ms — h3https://images-us.bookshop.org/ingram/9780385545310.jpg?v=13ee7330dd1479492913f4f3b1b27f33&height=500images-us.bookshop.org/ingram/97803... https://images-us.bookshop.org/ingram/9780385545310.jpg?v=13ee7330dd1479492913f4f3b1b27f33&height=500 — 200 — 34.0 KiB — 530 ms — h3https://images-us.bookshop.org/ingram/9780063439948.jpg?v=68844af70a99cd3cb353d930a079fe59&height=500images-us.bookshop.org/ingram/97800... https://images-us.bookshop.org/ingram/9780063439948.jpg?v=68844af70a99cd3cb353d930a079fe59&height=500 — 200 — 52.9 KiB — 623 ms — h3https://images-us.bookshop.org/ingram/9780399184604.jpg?v=ca41ee376e9a92234cb6d0e25b6f78ef&height=500images-us.bookshop.org/ingram/97803... https://images-us.bookshop.org/ingram/9780399184604.jpg?v=ca41ee376e9a92234cb6d0e25b6f78ef&height=500 — 200 — 34.2 KiB — 530 ms — h3https://images-us.bookshop.org/ingram/9781250204035.jpg?v=db2077f62146e53bc922587619d317f6&height=500images-us.bookshop.org/ingram/97812... https://images-us.bookshop.org/ingram/9781250204035.jpg?v=db2077f62146e53bc922587619d317f6&height=500 — 200 — 19.7 KiB — 364 ms — h3https://images-us.bookshop.org/ingram/9781250376831.jpg?v=9289d49714cbbd920e7939684da101eb&height=500images-us.bookshop.org/ingram/97812... https://images-us.bookshop.org/ingram/9781250376831.jpg?v=9289d49714cbbd920e7939684da101eb&height=500 — 200 — 35.9 KiB — 554 ms — h3https://images-us.bookshop.org/ingram/9781805330981.jpg?v=1752f9c64a97516ededd520d735dcb39&height=500images-us.bookshop.org/ingram/97818... https://images-us.bookshop.org/ingram/9781805330981.jpg?v=1752f9c64a97516ededd520d735dcb39&height=500 — 200 — 21.8 KiB — 470 ms — h3https://images-us.bookshop.org/ingram/9780385551915.jpg?v=b8a46152605a80f849f23bbdffb2a01e&height=500images-us.bookshop.org/ingram/97803... https://images-us.bookshop.org/ingram/9780385551915.jpg?v=b8a46152605a80f849f23bbdffb2a01e&height=500 — 200 — 12.4 KiB — 362 ms — h3https://images-us.bookshop.org/ingram/9780811229289.jpg?v=99163a0da7794993caebc969420a5695&height=500images-us.bookshop.org/ingram/97808... https://images-us.bookshop.org/ingram/9780811229289.jpg?v=99163a0da7794993caebc969420a5695&height=500 — 200 — 10.6 KiB — 375 ms — h3https://images-us.bookshop.org/ingram/9780593132449.jpg?v=67c4253a8e5338a4dd8caff5c8b1747f&height=500images-us.bookshop.org/ingram/97805... https://images-us.bookshop.org/ingram/9780593132449.jpg?v=67c4253a8e5338a4dd8caff5c8b1747f&height=500 — 200 — 38.6 KiB — 633 ms — h3https://images-us.bookshop.org/ingram/9781641294843.jpg?v=cc8bd2e6f96c647b435400974d2c3a12&height=500images-us.bookshop.org/ingram/97816... https://images-us.bookshop.org/ingram/9781641294843.jpg?v=cc8bd2e6f96c647b435400974d2c3a12&height=500 — 200 — 38.5 KiB — 596 ms — h3https://images-us.bookshop.org/ingram/9781668008843.jpg?v=e30e19e704a4fbf568b2d1c2869d54c2&height=500images-us.bookshop.org/ingram/97816... https://images-us.bookshop.org/ingram/9781668008843.jpg?v=e30e19e704a4fbf568b2d1c2869d54c2&height=500 — 200 — 19.9 KiB — 454 ms — h3https://images-us.bookshop.org/ingram/9781594634529.jpg?v=enc-v1&height=500images-us.bookshop.org/ingram/97815... https://images-us.bookshop.org/ingram/9781594634529.jpg?v=enc-v1&height=500 — 200 — 24.6 KiB — 554 ms — h3https://images-us.bookshop.org/ingram/9780525534778.jpg?v=enc-v1&height=500images-us.bookshop.org/ingram/97805... https://images-us.bookshop.org/ingram/9780525534778.jpg?v=enc-v1&height=500 — 200 — 18.7 KiB — 512 ms — h3https://images-us.bookshop.org/ingram/9781101973134.jpg?v=c2ffe32b8c6a4334673a414d8dbc8005&height=500images-us.bookshop.org/ingram/97811... https://images-us.bookshop.org/ingram/9781101973134.jpg?v=c2ffe32b8c6a4334673a414d8dbc8005&height=500 — 200 — 22.0 KiB — 490 ms — h3https://images-us.bookshop.org/ingram/9781538708279.jpg?v=enc-v1&height=500images-us.bookshop.org/ingram/97815... https://images-us.bookshop.org/ingram/9781538708279.jpg?v=enc-v1&height=500 — 200 — 26.1 KiB — 527 ms — h3https://images-us.bookshop.org/ingram/9781250329240.jpg?v=3b55c4d9de2543745eb6acd248377c0c&height=500images-us.bookshop.org/ingram/97812... https://images-us.bookshop.org/ingram/9781250329240.jpg?v=3b55c4d9de2543745eb6acd248377c0c&height=500 — 200 — 22.3 KiB — 503 ms — h3https://images-us.bookshop.org/ingram/9780593701409.jpg?v=566b98dd2c419eaa4b9ad13c31e65e82&height=500images-us.bookshop.org/ingram/97805... https://images-us.bookshop.org/ingram/9780593701409.jpg?v=566b98dd2c419eaa4b9ad13c31e65e82&height=500 — 200 — 42.9 KiB — 622 ms — h3https://images-us.bookshop.org/ingram/9781250344335.jpg?v=c82b6a18d2f4f4a77cbeadd48b0bf45d&height=500images-us.bookshop.org/ingram/97812... https://images-us.bookshop.org/ingram/9781250344335.jpg?v=c82b6a18d2f4f4a77cbeadd48b0bf45d&height=500 — 200 — 52.8 KiB — 638 ms — h3https://images-us.bookshop.org/ingram/9780385721677.jpg?v=d75421113b1cb3349443f56baa34a18b&height=500images-us.bookshop.org/ingram/97803... https://images-us.bookshop.org/ingram/9780385721677.jpg?v=d75421113b1cb3349443f56baa34a18b&height=500 — 200 — 34.0 KiB — 583 ms — h3https://images-us.bookshop.org/ingram/9781668051634.jpg?v=83793b9fe0cc9a1e8aaa92a13d16179c&height=500images-us.bookshop.org/ingram/97816... https://images-us.bookshop.org/ingram/9781668051634.jpg?v=83793b9fe0cc9a1e8aaa92a13d16179c&height=500 — 200 — 22.7 KiB — 509 ms — h3https://images-us.bookshop.org/ingram/9780316585835.jpg?v=185da9026baff6b3b1cb8f31b1498ba9&height=500images-us.bookshop.org/ingram/97803... https://images-us.bookshop.org/ingram/9780316585835.jpg?v=185da9026baff6b3b1cb8f31b1498ba9&height=500 — 200 — 71.0 KiB — 650 ms — h3https://images-us.bookshop.org/ingram/9780593687789.jpg?v=0706b1ae128202774be5f71bcc8a30ec&height=500images-us.bookshop.org/ingram/97805... https://images-us.bookshop.org/ingram/9780593687789.jpg?v=0706b1ae128202774be5f71bcc8a30ec&height=500 — 200 — 42.3 KiB — 616 ms — h3https://images-us.bookshop.org/ingram/9780811238014.jpg?v=1e1703b85b05f5915876efaf4aa99141&height=500images-us.bookshop.org/ingram/97808... https://images-us.bookshop.org/ingram/9780811238014.jpg?v=1e1703b85b05f5915876efaf4aa99141&height=500 — 200 — 10.7 KiB — 440 ms — h3https://images-us.bookshop.org/ingram/9780062124272.jpg?v=enc-v1&height=500images-us.bookshop.org/ingram/97800... https://images-us.bookshop.org/ingram/9780062124272.jpg?v=enc-v1&height=500 — 200 — 27.2 KiB — 572 ms — h3https://images-us.bookshop.org/ingram/9780345806901.jpg?v=4bcaa9a41fd2634e88cb06741c006610&height=500images-us.bookshop.org/ingram/97803... https://images-us.bookshop.org/ingram/9780345806901.jpg?v=4bcaa9a41fd2634e88cb06741c006610&height=500 — 200 — 27.9 KiB — 599 ms — h3https://images-us.bookshop.org/ingram/9780063305434.jpg?v=enc-v1&height=500images-us.bookshop.org/ingram/97800... https://images-us.bookshop.org/ingram/9780063305434.jpg?v=enc-v1&height=500 — 200 — 18.1 KiB — 532 ms — h3https://images-us.bookshop.org/ingram/9781646144655.jpg?v=9d4e240beb6d52d4b34cc1000f117ead&height=500images-us.bookshop.org/ingram/97816... https://images-us.bookshop.org/ingram/9781646144655.jpg?v=9d4e240beb6d52d4b34cc1000f117ead&height=500 — 200 — 33.2 KiB — 577 ms — h3https://images-us.bookshop.org/ingram/9781324078654.jpg?v=cb067c90362728ac331f314922e6f142&height=500images-us.bookshop.org/ingram/97813... https://images-us.bookshop.org/ingram/9781324078654.jpg?v=cb067c90362728ac331f314922e6f142&height=500 — 200 — 37.1 KiB — 599 ms — h3https://images-us.bookshop.org/ingram/9781639735303.jpg?v=72281a10e994f352bc0dd266ab2b1879&height=500images-us.bookshop.org/ingram/97816... https://images-us.bookshop.org/ingram/9781639735303.jpg?v=72281a10e994f352bc0dd266ab2b1879&height=500 — 200 — 32.3 KiB — 609 ms — h3https://images-us.bookshop.org/ingram/9780804171533.jpg?v=9733170af97b39ef9da44b866a65fe5f&height=500images-us.bookshop.org/ingram/97808... https://images-us.bookshop.org/ingram/9780804171533.jpg?v=9733170af97b39ef9da44b866a65fe5f&height=500 — 200 — 32.1 KiB — 609 ms — h3https://images-us.bookshop.org/ingram/9780802164995.jpg?v=6d8190c2a53915eee1908a5b4ebbe994&height=500images-us.bookshop.org/ingram/97808... https://images-us.bookshop.org/ingram/9780802164995.jpg?v=6d8190c2a53915eee1908a5b4ebbe994&height=500 — 200 — 21.9 KiB — 558 ms — h3https://images-us.bookshop.org/ingram/9780063446397.jpg?v=0b0115dd57ada7aa80044ba9292af5cc&height=500images-us.bookshop.org/ingram/97800... https://images-us.bookshop.org/ingram/9780063446397.jpg?v=0b0115dd57ada7aa80044ba9292af5cc&height=500 — 200 — 41.9 KiB — 632 ms — h3https://images-us.bookshop.org/ingram/9781662603303.jpg?v=b646fdc89b2b9444c5c5fa78b74fb01d&height=500images-us.bookshop.org/ingram/97816... https://images-us.bookshop.org/ingram/9781662603303.jpg?v=b646fdc89b2b9444c5c5fa78b74fb01d&height=500 — 200 — 41.7 KiB — 615 ms — h3https://images-us.bookshop.org/ingram/9781419767951.jpg?v=enc-v1&height=500images-us.bookshop.org/ingram/97814... https://images-us.bookshop.org/ingram/9781419767951.jpg?v=enc-v1&height=500 — 200 — 21.4 KiB — 515 ms — h3https://images-us.bookshop.org/ingram/9781529425444.jpg?v=enc-v1&height=500images-us.bookshop.org/ingram/97815... https://images-us.bookshop.org/ingram/9781529425444.jpg?v=enc-v1&height=500 — 200 — 20.3 KiB — 512 ms — h3https://images-us.bookshop.org/ingram/9781982123109.jpg?v=e1253602069f79362eed46a599926c05&height=500images-us.bookshop.org/ingram/97819... https://images-us.bookshop.org/ingram/9781982123109.jpg?v=e1253602069f79362eed46a599926c05&height=500 — 200 — 24.6 KiB — 561 ms — h3https://images-production.bookshop.org/spree/affiliate_profiles/profile_images/13429/original/IPC_Logo_(circle).jpg?width=48&v=v2images-production.bookshop.org/spre... https://images-production.bookshop.org/spree/affiliate_profiles/profile_images/13429/original/IPC_Logo_(circle).jpg?width=48&v=v2 — 200 — 4.8 KiB — 568 ms — h3https://images-us.bookshop.org/ingram/9781571313560.jpg?v=ee3141c412b41c3d507d004a5e625b9c&height=500images-us.bookshop.org/ingram/97815... https://images-us.bookshop.org/ingram/9781571313560.jpg?v=ee3141c412b41c3d507d004a5e625b9c&height=500 — 200 — 14.7 KiB — 486 ms — h3https://images-us.bookshop.org/ingram/9781324094647.jpg?v=68d064d551e3ad8b0465d24a1583f1dd&height=500images-us.bookshop.org/ingram/97813... https://images-us.bookshop.org/ingram/9781324094647.jpg?v=68d064d551e3ad8b0465d24a1583f1dd&height=500 — 200 — 31.0 KiB — 590 ms — h3https://images-us.bookshop.org/ingram/9798888904510.jpg?v=f6c94fd97fdff80581b4fd18761dcf26&height=500images-us.bookshop.org/ingram/97988... https://images-us.bookshop.org/ingram/9798888904510.jpg?v=f6c94fd97fdff80581b4fd18761dcf26&height=500 — 200 — 18.0 KiB — 511 ms — h3https://images-us.bookshop.org/ingram/9781836742555.jpg?v=893084c7b87a418f69159084428d5a49&height=500images-us.bookshop.org/ingram/97818... https://images-us.bookshop.org/ingram/9781836742555.jpg?v=893084c7b87a418f69159084428d5a49&height=500 — 200 — 32.8 KiB — 576 ms — h3https://images-us.bookshop.org/ingram/9780802165848.jpg?v=f5edaac18239abcfe8c3082d7907f70e&height=500images-us.bookshop.org/ingram/97808... https://images-us.bookshop.org/ingram/9780802165848.jpg?v=f5edaac18239abcfe8c3082d7907f70e&height=500 — 200 — 21.8 KiB — 520 ms — h3https://images-us.bookshop.org/ingram/9781645473268.jpg?v=fecaf556aa3aa202479c8885f14c5076&height=500images-us.bookshop.org/ingram/97816... https://images-us.bookshop.org/ingram/9781645473268.jpg?v=fecaf556aa3aa202479c8885f14c5076&height=500 — 200 — 17.4 KiB — 535 ms — h3https://images-us.bookshop.org/ingram/9781683694946.jpg?v=6238ef6f28ae5f9d1e349c59b8f8a97f&height=500images-us.bookshop.org/ingram/97816... https://images-us.bookshop.org/ingram/9781683694946.jpg?v=6238ef6f28ae5f9d1e349c59b8f8a97f&height=500 — 200 — 44.5 KiB — 628 ms — h3https://images-us.bookshop.org/ingram/9781645023760.jpg?v=40c5bc4baea625b61045a62e4d6ebd53&height=500images-us.bookshop.org/ingram/97816... https://images-us.bookshop.org/ingram/9781645023760.jpg?v=40c5bc4baea625b61045a62e4d6ebd53&height=500 — 200 — 73.2 KiB — 643 ms — h3https://images-us.bookshop.org/ingram/9781598538465.jpg?v=a4f307563128d0f74879bd3054dce57a&height=500images-us.bookshop.org/ingram/97815... https://images-us.bookshop.org/ingram/9781598538465.jpg?v=a4f307563128d0f74879bd3054dce57a&height=500 — 200 — 20.5 KiB — 512 ms — h3https://images-us.bookshop.org/ingram/9781662603006.jpg?v=ef76f2eed9b6d6a937aa6cf3f25ee0b4&height=500images-us.bookshop.org/ingram/97816... https://images-us.bookshop.org/ingram/9781662603006.jpg?v=ef76f2eed9b6d6a937aa6cf3f25ee0b4&height=500 — 200 — 36.5 KiB — 605 ms — h3https://images-us.bookshop.org/ingram/9780807014271.jpg?v=enc-v1&height=500images-us.bookshop.org/ingram/97808... https://images-us.bookshop.org/ingram/9780807014271.jpg?v=enc-v1&height=500 — 200 — 59.6 KiB — 638 ms — h3https://images-us.bookshop.org/ingram/9781913484750.jpg?v=3881fa865d60cda1085fdee7db838502&height=500images-us.bookshop.org/ingram/97819... https://images-us.bookshop.org/ingram/9781913484750.jpg?v=3881fa865d60cda1085fdee7db838502&height=500 — 200 — 46.6 KiB — 631 ms — h3https://images-us.bookshop.org/ingram/9781598538298.jpg?v=6394934fac418dcc7f6649c2b881013a&height=500images-us.bookshop.org/ingram/97815... https://images-us.bookshop.org/ingram/9781598538298.jpg?v=6394934fac418dcc7f6649c2b881013a&height=500 — 200 — 19.7 KiB — 507 ms — h3https://images-us.bookshop.org/ingram/9781804290446.jpg?v=2989dea091844e0483f1e513a6843ee7&height=500images-us.bookshop.org/ingram/97818... https://images-us.bookshop.org/ingram/9781804290446.jpg?v=2989dea091844e0483f1e513a6843ee7&height=500 — 200 — 32.2 KiB — 590 ms — h3https://images-us.bookshop.org/ingram/9780802158635.jpg?v=d331a6efc64e2c257ce9e38ec01bcdd9&height=500images-us.bookshop.org/ingram/97808... https://images-us.bookshop.org/ingram/9780802158635.jpg?v=d331a6efc64e2c257ce9e38ec01bcdd9&height=500 — 200 — 37.8 KiB — 604 ms — h3https://images-us.bookshop.org/ingram/9781778403903.jpg?v=766a28bd1db43d54793253eb0e1f4419&height=500images-us.bookshop.org/ingram/97817... https://images-us.bookshop.org/ingram/9781778403903.jpg?v=766a28bd1db43d54793253eb0e1f4419&height=500 — 200 — 26.9 KiB — 586 ms — h3https://images-us.bookshop.org/ingram/9780760391884.jpg?v=8eae4fefe75f1ddb5ff69afecff9167e&height=500images-us.bookshop.org/ingram/97807... https://images-us.bookshop.org/ingram/9780760391884.jpg?v=8eae4fefe75f1ddb5ff69afecff9167e&height=500 — 200 — 57.2 KiB — 632 ms — h3https://images-us.bookshop.org/ingram/9781954118904.jpg?v=623cfbfe2b5b260a2e7062d349e1b886&height=500images-us.bookshop.org/ingram/97819... https://images-us.bookshop.org/ingram/9781954118904.jpg?v=623cfbfe2b5b260a2e7062d349e1b886&height=500 — 200 — 32.4 KiB — 585 ms — h3https://images-us.bookshop.org/ingram/9781639551804.jpg?v=2f136ae798a028b946d86487c8ea1413&height=500images-us.bookshop.org/ingram/97816... https://images-us.bookshop.org/ingram/9781639551804.jpg?v=2f136ae798a028b946d86487c8ea1413&height=500 — 200 — 31.5 KiB — 593 ms — h3https://images-us.bookshop.org/ingram/9780870714993.jpg?v=enc-v1&height=500images-us.bookshop.org/ingram/97808... https://images-us.bookshop.org/ingram/9780870714993.jpg?v=enc-v1&height=500 — 200 — 48.3 KiB — 629 ms — h3https://images-us.bookshop.org/ingram/9781937006884.jpg?v=139875d3ae4acdfa8b717e769aa45eee&height=500images-us.bookshop.org/ingram/97819... https://images-us.bookshop.org/ingram/9781937006884.jpg?v=139875d3ae4acdfa8b717e769aa45eee&height=500 — 200 — 19.7 KiB — 496 ms — h3https://images-us.bookshop.org/ingram/9781683695141.jpg?v=d8671943475a8961b926e259c7fac07f&height=500images-us.bookshop.org/ingram/97816... https://images-us.bookshop.org/ingram/9781683695141.jpg?v=d8671943475a8961b926e259c7fac07f&height=500 — 200 — 41.1 KiB — 592 ms — h3https://images-us.bookshop.org/ingram/9780691276786.jpg?v=2347e7962118080bafc60427b1883f70&height=500images-us.bookshop.org/ingram/97806... https://images-us.bookshop.org/ingram/9780691276786.jpg?v=2347e7962118080bafc60427b1883f70&height=500 — 200 — 4.6 KiB — 335 ms — h3https://images-us.bookshop.org/ingram/9781558613683.jpg?v=b599a2c76befa67b20abc8ddd6401d3f&height=500images-us.bookshop.org/ingram/97815... https://images-us.bookshop.org/ingram/9781558613683.jpg?v=b599a2c76befa67b20abc8ddd6401d3f&height=500 — 200 — 18.5 KiB — 493 ms — h3https://images-us.bookshop.org/ingram/9781631496080.jpg?v=c463539030994b5631cd2cc7dc0dc0c8&height=500images-us.bookshop.org/ingram/97816... https://images-us.bookshop.org/ingram/9781631496080.jpg?v=c463539030994b5631cd2cc7dc0dc0c8&height=500 — 200 — 36.0 KiB — 577 ms — h3https://images-us.bookshop.org/ingram/9781631492228.jpg?v=enc-v1&height=500images-us.bookshop.org/ingram/97816... https://images-us.bookshop.org/ingram/9781631492228.jpg?v=enc-v1&height=500 — 200 — 24.4 KiB — 523 ms — h3https://images-us.bookshop.org/ingram/9798893030822.jpg?v=32c057c27cf5c3e77281037383644b5a&height=500images-us.bookshop.org/ingram/97988... https://images-us.bookshop.org/ingram/9798893030822.jpg?v=32c057c27cf5c3e77281037383644b5a&height=500 — 200 — 22.2 KiB — 511 ms — h3https://images-us.bookshop.org/ingram/9781556520747.jpg?v=f4697dcf11d606dd6ca8256d6d01aa5d&height=500images-us.bookshop.org/ingram/97815... https://images-us.bookshop.org/ingram/9781556520747.jpg?v=f4697dcf11d606dd6ca8256d6d01aa5d&height=500 — 200 — 26.3 KiB — 525 ms — h3https://images-us.bookshop.org/ingram/9781849355841.jpg?v=edc4624aa8ca80a7cb204ba10f38d790&height=500images-us.bookshop.org/ingram/97818... https://images-us.bookshop.org/ingram/9781849355841.jpg?v=edc4624aa8ca80a7cb204ba10f38d790&height=500 — 200 — 37.8 KiB — 586 ms — h3https://images-us.bookshop.org/ingram/9781941529089.jpg?v=face7cf8eb7fbea3ff1cfca19fab9e5d&height=500images-us.bookshop.org/ingram/97819... https://images-us.bookshop.org/ingram/9781941529089.jpg?v=face7cf8eb7fbea3ff1cfca19fab9e5d&height=500 — 200 — 21.6 KiB — 495 ms — h3https://images-us.bookshop.org/ingram/9781324111948.jpg?v=c978cfc9b7d87eb85fef867fe2802635&height=500images-us.bookshop.org/ingram/97813... https://images-us.bookshop.org/ingram/9781324111948.jpg?v=c978cfc9b7d87eb85fef867fe2802635&height=500 — 200 — 64.3 KiB — 607 ms — h3https://images-us.bookshop.org/ingram/9781839762123.jpg?v=8ba87bb38680e6f6486a542b2aea70b2&height=500images-us.bookshop.org/ingram/97818... https://images-us.bookshop.org/ingram/9781839762123.jpg?v=8ba87bb38680e6f6486a542b2aea70b2&height=500 — 200 — 15.2 KiB — 473 ms — h3https://images-us.bookshop.org/ingram/9781324096399.jpg?v=8d385dac700701bf502e551dbf8d72b0&height=500images-us.bookshop.org/ingram/97813... https://images-us.bookshop.org/ingram/9781324096399.jpg?v=8d385dac700701bf502e551dbf8d72b0&height=500 — 200 — 10.7 KiB — 399 ms — h3https://images-us.bookshop.org/ingram/9798992377071.jpg?v=693c6dc69dd93982c9a5189e05470f13&height=500images-us.bookshop.org/ingram/97989... https://images-us.bookshop.org/ingram/9798992377071.jpg?v=693c6dc69dd93982c9a5189e05470f13&height=500 — 200 — 30.2 KiB — 566 ms — h3https://images-us.bookshop.org/ingram/9781836742074.jpg?v=2d631d99db117451ffe2b1ce52bab99a&height=500images-us.bookshop.org/ingram/97818... https://images-us.bookshop.org/ingram/9781836742074.jpg?v=2d631d99db117451ffe2b1ce52bab99a&height=500 — 200 — 13.9 KiB — 437 ms — h3https://images-us.bookshop.org/ingram/9781952692178.jpg?v=f7ed8f89f7f31ef0a58201d34dd19908&height=500images-us.bookshop.org/ingram/97819... https://images-us.bookshop.org/ingram/9781952692178.jpg?v=f7ed8f89f7f31ef0a58201d34dd19908&height=500 — 200 — 31.6 KiB — 552 ms — h3https://images-us.bookshop.org/ingram/9781557091055.jpg?v=f6cd50c625147e5616dc36b6368c7d6a&height=500images-us.bookshop.org/ingram/97815... https://images-us.bookshop.org/ingram/9781557091055.jpg?v=f6cd50c625147e5616dc36b6368c7d6a&height=500 — 200 — 20.3 KiB — 491 ms — h3https://images-us.bookshop.org/ingram/9781611803433.jpg?v=eda4d827e726ce747049505b91bc21f9&height=500images-us.bookshop.org/ingram/97816... https://images-us.bookshop.org/ingram/9781611803433.jpg?v=eda4d827e726ce747049505b91bc21f9&height=500 — 200 — 36.3 KiB — 553 ms — h3https://images-us.bookshop.org/ingram/9780984627110.jpg?v=b39f3eddecc0cdae792b915c26fa64e5&height=500images-us.bookshop.org/ingram/97809... https://images-us.bookshop.org/ingram/9780984627110.jpg?v=b39f3eddecc0cdae792b915c26fa64e5&height=500 — 200 — 20.2 KiB — 473 ms — h3https://images-us.bookshop.org/ingram/9780807057834.jpg?v=55015263dd923baf122470538341db0f&height=500images-us.bookshop.org/ingram/97808... https://images-us.bookshop.org/ingram/9780807057834.jpg?v=55015263dd923baf122470538341db0f&height=500 — 200 — 42.9 KiB — 581 ms — h3https://bookshop.org/_next/static/media/ic-app-store.f226bf51.svg/_next/static/media/ic-app-store.f2... https://bookshop.org/_next/static/media/ic-app-store.f226bf51.svg — 200 — 4.2 KiB — 616 ms — h3https://bookshop.org/_next/static/media/ic-play-store.cda429ac.svg/_next/static/media/ic-play-store.c... https://bookshop.org/_next/static/media/ic-play-store.cda429ac.svg — 200 — 2.9 KiB — 613 ms — h3https://bookshop.org/_next/static/media/ic-bluesky.49d0b52f.svg/_next/static/media/ic-bluesky.49d0... https://bookshop.org/_next/static/media/ic-bluesky.49d0b52f.svg — 200 — 848 B — 612 ms — h3https://bookshop.org/_next/static/media/ic-facebook.2c6b8f9c.svg/_next/static/media/ic-facebook.2c6... https://bookshop.org/_next/static/media/ic-facebook.2c6b8f9c.svg — 200 — 724 B — 612 ms — h3https://bookshop.org/_next/static/media/ic-instagram.c4aea010.svg/_next/static/media/ic-instagram.c4... https://bookshop.org/_next/static/media/ic-instagram.c4aea010.svg — 200 — 1.4 KiB — 612 ms — h3https://bookshop.org/_next/static/media/ic-threads.80d9e341.svg/_next/static/media/ic-threads.80d9... https://bookshop.org/_next/static/media/ic-threads.80d9e341.svg — 200 — 1.2 KiB — 612 ms — h3https://bookshop.org/_next/static/media/ic-tiktok.9c804b3e.svg/_next/static/media/ic-tiktok.9c804... https://bookshop.org/_next/static/media/ic-tiktok.9c804b3e.svg — 200 — 618 B — 613 ms — h3https://bookshop.org/_next/static/media/climate-neutral-logo.d72e468d.svg/_next/static/media/climate-neutral... https://bookshop.org/_next/static/media/climate-neutral-logo.d72e468d.svg — 200 — 2.8 KiB — 613 ms — h3https://bookshop.org/_next/static/media/bcorp-logo.577b04a1.svg/_next/static/media/bcorp-logo.577b... https://bookshop.org/_next/static/media/bcorp-logo.577b04a1.svg — 200 — 32.5 KiB — 616 ms — h3https://bookshop.org/_next/static/media/amex.6b39f373.svg/_next/static/media/amex.6b39f373.s... https://bookshop.org/_next/static/media/amex.6b39f373.svg — 200 — 3.7 KiB — 612 ms — h3https://bookshop.org/_next/static/media/discover.d9e54750.svg/_next/static/media/discover.d9e547... https://bookshop.org/_next/static/media/discover.d9e54750.svg — 200 — 2.0 KiB — 612 ms — h3https://bookshop.org/_next/static/media/mastercard.296265e9.svg/_next/static/media/mastercard.2962... https://bookshop.org/_next/static/media/mastercard.296265e9.svg — 200 — 1.0 KiB — 612 ms — h3https://bookshop.org/_next/static/media/visa.04733016.svg/_next/static/media/visa.04733016.s... https://bookshop.org/_next/static/media/visa.04733016.svg — 200 — 1.3 KiB — 612 ms — h3https://bookshop.org/_next/static/media/powered_by_stripe.bdf0aefd.svg/_next/static/media/powered_by_stri... https://bookshop.org/_next/static/media/powered_by_stripe.bdf0aefd.svg — 200 — 4.0 KiB — 612 ms — h3https://bookshop.org/_next/static/media/privacyoptions.783b3784.svg/_next/static/media/privacyoptions.... https://bookshop.org/_next/static/media/privacyoptions.783b3784.svg — 200 — 1.0 KiB — 612 ms — h3https://bookshop.org/_next/static/media/flag-us.1d9c4d41.svg/_next/static/media/flag-us.1d9c4d4... https://bookshop.org/_next/static/media/flag-us.1d9c4d41.svg — 200 — 1.7 KiB — 612 ms — h3https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 — 200 — 10.7 KiB — 132 ms — h2blob:https://bookshop.org/db55ad5b-d87a-4064-a7f0-9f38d99ca7afbookshop.org/db55ad5b-d87a-4064-a7f... blob:https://bookshop.org/db55ad5b-d87a-4064-a7f0-9f38d99ca7af — 200 — -1 B — 92 ms — blobhttps://static.fbot.me/friendbuy.jsstatic.fbot.me/friendbuy.js https://static.fbot.me/friendbuy.js — 200 — 99.8 KiB — 192 ms — h2https://campaign.fbot.me/c31f4b14-7253-4e80-8cd7-e70722283481/campaigns.jscampaign.fbot.me/c31f4b14-7253-4e80... https://campaign.fbot.me/c31f4b14-7253-4e80-8cd7-e70722283481/campaigns.js — 200 — 51.2 KiB — 173 ms — h2https://bookshop.org/cdn-cgi/challenge-platform/scripts/jsd/main.js/cdn-cgi/challenge-platform/scripts... https://bookshop.org/cdn-cgi/challenge-platform/scripts/jsd/main.js — -1 — 0 B — 321 ms — https://bookshop.org/api/next/content/events/api/next/content/events https://bookshop.org/api/next/content/events — 200 — 4.0 KiB — 203 ms — h3https://bookshop.org/api/next/content/events/api/next/content/events https://bookshop.org/api/next/content/events — 200 — 4.0 KiB — 215 ms — h3https://bookshop.org/api/next/session?external=true/api/next/session?external=true https://bookshop.org/api/next/session?external=true — 200 — 4.2 KiB — 232 ms — h3https://bookshop.org/api/next/content/events/api/next/content/events https://bookshop.org/api/next/content/events — 200 — 4.0 KiB — 217 ms — h3https://bookshop.org/gtgbkshp/?id=AW-669349773&cx=c&gtm=4e64h1/gtgbkshp/?id=AW-669349773&cx=c&gtm... https://bookshop.org/gtgbkshp/?id=AW-669349773&cx=c&gtm=4e64h1 — 200 — 150.2 KiB — 82 ms — h3https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 33.6 KiB — 99 ms — h3https://bookshop.org/gtgbkshp/gs/ccm/collect?rcb=4&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fbookshop.org%2F&scrsrc=bookshop.org&rnd=2132894666.1776806799&navt=n&npa=1&us_privacy=1---&ep.ads_data_redaction=0&gdid=dY2E1Nz.dNzQzZD&_tu=CA&gtm=45E92e64h1v845894550za204zd845894550xea&gcs=G100&gcd=13q3q3q2q5l1&dma_cps=-&dma=1&tag_exp=0~115616986~115938466~115938468~117266400~117384405~118463262&apve=1&apvf=f&gap.gtb=1&apvc=1&tft=1776806799175&tfd=1493/gtgbkshp/gs/ccm/collect?rcb=4&frm=... https://bookshop.org/gtgbkshp/gs/ccm/collect?rcb=4&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fbookshop.org%2F&scrsrc=bookshop.org&rnd=2132894666.1776806799&navt=n&npa=1&us_privacy=1---&ep.ads_data_redaction=0&gdid=dY2E1Nz.dNzQzZD&_tu=CA&gtm=45E92e64h1v845894550za204zd845894550xea&gcs=G100&gcd=13q3q3q2q5l1&dma_cps=-&dma=1&tag_exp=0~115616986~115938466~115938468~117266400~117384405~118463262&apve=1&apvf=f&gap.gtb=1&apvc=1&tft=1776806799175&tfd=1493 — 200 — 261 B — 126 ms — h3https://bookshop.org/gtgbkshp/?id=G-PBC1NBK83Q&cx=c&gtm=4e64h1/gtgbkshp/?id=G-PBC1NBK83Q&cx=c&gtm... https://bookshop.org/gtgbkshp/?id=G-PBC1NBK83Q&cx=c&gtm=4e64h1 — 200 — 172.2 KiB — 113 ms — h3blob:https://bookshop.org/146480a0-0752-4cd8-b9ca-273cdc4d6235bookshop.org/146480a0-0752-4cd8-b9c... blob:https://bookshop.org/146480a0-0752-4cd8-b9ca-273cdc4d6235 — 200 — -1 B — 35 ms — blobblob:https://bookshop.org/5bf28b21-8ebd-4ab5-97cc-c08dc6f48072bookshop.org/5bf28b21-8ebd-4ab5-97c... blob:https://bookshop.org/5bf28b21-8ebd-4ab5-97cc-c08dc6f48072 — 200 — -1 B — 30 ms — blobblob:https://bookshop.org/ba31c429-7e8b-4d86-a1ce-aed0fda3f14fbookshop.org/ba31c429-7e8b-4d86-a1c... blob:https://bookshop.org/ba31c429-7e8b-4d86-a1ce-aed0fda3f14f — 200 — -1 B — 40 ms — blobblob:https://bookshop.org/134d3bef-1c19-461c-8b6b-97aae52e0f7bbookshop.org/134d3bef-1c19-461c-8b6... blob:https://bookshop.org/134d3bef-1c19-461c-8b6b-97aae52e0f7b — 200 — -1 B — 42 ms — blobhttps://www.googletagmanager.com/gtm.js?id=GTM-52VMX98&gtg_health=1www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-52VMX98&gtg_health=1 — 200 — 230 B — 26 ms — h2https://bookshop.org/gtgbkshp/gs/ccm/collect?rcb=9&frm=0&en=page_view&dl=https%3A%2F%2Fbookshop.org%2F&scrsrc=bookshop.org&rnd=2132894666.1776806799&navt=n&npa=1&us_privacy=1---&did=dY2E1Nz&gdid=dY2E1Nz&_tu=CA&gtm=45892e64h1v891109821z8845894550za20kzb845894550zd845894550xec&gcs=G100&gcd=13q3q3q2q5l1&dma_cps=-&dma=1&tag_exp=0~115616985~115938466~115938469~117266400~117884344&apve=1&apvf=f&gap.gtb=1&apvc=0&tids=AW-669349773&tid=AW-669349773&tft=1776806799304&tfd=1622/gtgbkshp/gs/ccm/collect?rcb=9&frm=... https://bookshop.org/gtgbkshp/gs/ccm/collect?rcb=9&frm=0&en=page_view&dl=https%3A%2F%2Fbookshop.org%2F&scrsrc=bookshop.org&rnd=2132894666.1776806799&navt=n&npa=1&us_privacy=1---&did=dY2E1Nz&gdid=dY2E1Nz&_tu=CA&gtm=45892e64h1v891109821z8845894550za20kzb845894550zd845894550xec&gcs=G100&gcd=13q3q3q2q5l1&dma_cps=-&dma=1&tag_exp=0~115616985~115938466~115938469~117266400~117884344&apve=1&apvf=f&gap.gtb=1&apvc=0&tids=AW-669349773&tid=AW-669349773&tft=1776806799304&tfd=1622 — 200 — 262 B — 94 ms — h3https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.jssecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js — 200 — 187.7 KiB — 67 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-PBC1NBK83Q&gtm=45g92e64h1v884446300z8845894550za20kzb845894550zd845894550&_p=1776806798927&gcs=G100&gcd=13q3q3q2q5l1&npa=1&dma_cps=-&dma=1&gdid=dY2E1Nz&ecid=195551135&_eu=AAAAAGA&_uip=%3A%3A&are=1&cid=1087660947.1776806799&frm=0&pscdl=denied&rcb=15&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&ur=ES-MD&gaf=2&_s=1&tag_exp=0~115938466~115938468~117266400&sid=1776806799&sct=1&seg=0&dl=https%3A%2F%2Fbookshop.org%2F&dt=Bookshop.org%3A%20Buy%20books%20online.%20Support%20local%20bookstores.&_tu=CA&en=view_promotion&_fv=1&_nsi=1&_ss=1&gap.gtb=1&ep.creative_name=campaign%3A%20davflla2528913709%2C%20ean%3A%209781250372031&ep.creative_slot=0&ep.promotion_id=677194a3-e712-4869-8d8c-d17d05d17c8b&ep.promotion_name=Home%20Page%20Banner&tfd=1703region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-PBC1NBK83Q&gtm=45g92e64h1v884446300z8845894550za20kzb845894550zd845894550&_p=1776806798927&gcs=G100&gcd=13q3q3q2q5l1&npa=1&dma_cps=-&dma=1&gdid=dY2E1Nz&ecid=195551135&_eu=AAAAAGA&_uip=%3A%3A&are=1&cid=1087660947.1776806799&frm=0&pscdl=denied&rcb=15&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&ur=ES-MD&gaf=2&_s=1&tag_exp=0~115938466~115938468~117266400&sid=1776806799&sct=1&seg=0&dl=https%3A%2F%2Fbookshop.org%2F&dt=Bookshop.org%3A%20Buy%20books%20online.%20Support%20local%20bookstores.&_tu=CA&en=view_promotion&_fv=1&_nsi=1&_ss=1&gap.gtb=1&ep.creative_name=campaign%3A%20davflla2528913709%2C%20ean%3A%209781250372031&ep.creative_slot=0&ep.promotion_id=677194a3-e712-4869-8d8c-d17d05d17c8b&ep.promotion_name=Home%20Page%20Banner&tfd=1703 — 204 — 547 B — 73 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-PBC1NBK83Q&gtm=45g92e64h1v884446300z8845894550za20kzb845894550zd845894550&_p=1776806798927&gcs=G100&gcd=13q3q3q2q5l1&npa=1&dma_cps=-&dma=1&gdid=dY2E1Nz&ecid=195551135&_eu=AAAAAGA&_uip=%3A%3A&are=1&cid=1087660947.1776806799&ec_mode=a&frm=0&pscdl=denied&rcb=15&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&ur=ES-MD&gaf=2&_s=2&tag_exp=0~115938466~115938468~117266400&sid=1776806799&sct=1&seg=1&dl=https%3A%2F%2Fbookshop.org%2F&dt=Bookshop.org%3A%20Buy%20books%20online.%20Support%20local%20bookstores.&_tu=CA&en=page_view&gap.gtb=1&_et=4&tfd=1711region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-PBC1NBK83Q&gtm=45g92e64h1v884446300z8845894550za20kzb845894550zd845894550&_p=1776806798927&gcs=G100&gcd=13q3q3q2q5l1&npa=1&dma_cps=-&dma=1&gdid=dY2E1Nz&ecid=195551135&_eu=AAAAAGA&_uip=%3A%3A&are=1&cid=1087660947.1776806799&ec_mode=a&frm=0&pscdl=denied&rcb=15&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&ur=ES-MD&gaf=2&_s=2&tag_exp=0~115938466~115938468~117266400&sid=1776806799&sct=1&seg=1&dl=https%3A%2F%2Fbookshop.org%2F&dt=Bookshop.org%3A%20Buy%20books%20online.%20Support%20local%20bookstores.&_tu=CA&en=page_view&gap.gtb=1&_et=4&tfd=1711 — 204 — 48 B — 65 ms — h2https://public.fbot.me/events/c31f4b14-7253-4e80-8cd7-e70722283481/profile/xhrpublic.fbot.me/events/c31f4b14-7253... https://public.fbot.me/events/c31f4b14-7253-4e80-8cd7-e70722283481/profile/xhr — 200 — 0 B — 301 ms — h2blob:https://bookshop.org/994f681a-a4a9-4937-bb27-0854b4cfc540bookshop.org/994f681a-a4a9-4937-bb2... blob:https://bookshop.org/994f681a-a4a9-4937-bb27-0854b4cfc540 — 200 — -1 B — 48 ms — blobblob:https://bookshop.org/c446b463-cbb6-4316-8ff7-35b0eb87ab98bookshop.org/c446b463-cbb6-4316-8ff... blob:https://bookshop.org/c446b463-cbb6-4316-8ff7-35b0eb87ab98 — 200 — -1 B — 52 ms — blobblob:https://bookshop.org/eea468fd-4f49-4071-a242-58745166de44bookshop.org/eea468fd-4f49-4071-a24... blob:https://bookshop.org/eea468fd-4f49-4071-a242-58745166de44 — 200 — -1 B — 43 ms — blobblob:https://bookshop.org/397894c6-8d3e-4d1f-9cf5-b395d289be7fbookshop.org/397894c6-8d3e-4d1f-9cf... blob:https://bookshop.org/397894c6-8d3e-4d1f-9cf5-b395d289be7f — 200 — -1 B — 42 ms — blobblob:https://bookshop.org/379f39da-5714-49d8-92bf-39eb74190601bookshop.org/379f39da-5714-49d8-92b... blob:https://bookshop.org/379f39da-5714-49d8-92bf-39eb74190601 — 200 — -1 B — 52 ms — blobblob:https://bookshop.org/38b32a0a-845a-4e40-a5ab-d505d4846666bookshop.org/38b32a0a-845a-4e40-a5a... blob:https://bookshop.org/38b32a0a-845a-4e40-a5ab-d505d4846666 — 200 — -1 B — 65 ms — blobhttps://bookshop.org/cdn-cgi/rum?/cdn-cgi/rum? https://bookshop.org/cdn-cgi/rum? — 204 — 194 B — 22 ms — h3https://arttrk.com/pixel/?ad_log=referer&action=lead&pixid=1bea2f17-8cca-489b-a3da-24edcc91c346arttrk.com/pixel/?ad_log=referer&ac... https://arttrk.com/pixel/?ad_log=referer&action=lead&pixid=1bea2f17-8cca-489b-a3da-24edcc91c346 — 200 — 131 B — 472 ms — http/1.1https://rails-assets-us.bookshop.org/assets/favicon-63cb20989e2516343feeab429626798a43afdaa28eeaba777b7e0acde8a25dd2.pngrails-assets-us.bookshop.org/assets... https://rails-assets-us.bookshop.org/assets/favicon-63cb20989e2516343feeab429626798a43afdaa28eeaba777b7e0acde8a25dd2.png — 200 — 3.2 KiB — 39 ms — h3https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gptsecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gpt — 200 — 23.0 KiB — 36 ms — h3https://widget.trustpilot.com/bootstrap/v5/tp.widget.bootstrap.min.jswidget.trustpilot.com/bootstrap/v5/... https://widget.trustpilot.com/bootstrap/v5/tp.widget.bootstrap.min.js — 200 — 8.1 KiB — 57 ms — h2https://widget.trustpilot.com/trustboxes/53aa8807dec7e10d38f59f32/index.html?templateId=53aa8807dec7e10d38f59f32&businessunitId=5e8b11f2dbc13c0001669534widget.trustpilot.com/trustboxes/53... https://widget.trustpilot.com/trustboxes/53aa8807dec7e10d38f59f32/index.html?templateId=53aa8807dec7e10d38f59f32&businessunitId=5e8b11f2dbc13c0001669534 — 200 — 2.9 KiB — 53 ms — h2https://widget.trustpilot.com/trustboxes/53aa8807dec7e10d38f59f32/index.html?templateId=53aa8807dec7e10d38f59f32&businessunitId=5e8b11f2dbc13c0001669534widget.trustpilot.com/trustboxes/53... https://widget.trustpilot.com/trustboxes/53aa8807dec7e10d38f59f32/index.html?templateId=53aa8807dec7e10d38f59f32&businessunitId=5e8b11f2dbc13c0001669534 — 200 — 0 B — 49 ms — h2https://widget.trustpilot.com/trustboxes/53aa8807dec7e10d38f59f32/main.jswidget.trustpilot.com/trustboxes/53... https://widget.trustpilot.com/trustboxes/53aa8807dec7e10d38f59f32/main.js — 200 — 24.8 KiB — 22 ms — h2https://widget.trustpilot.com/trustboxes/53aa8807dec7e10d38f59f32/main.jswidget.trustpilot.com/trustboxes/53... https://widget.trustpilot.com/trustboxes/53aa8807dec7e10d38f59f32/main.js — 200 — 0 B — 19 ms — h2https://widget.trustpilot.com/trustbox-data/53aa8807dec7e10d38f59f32?businessUnitId=5e8b11f2dbc13c0001669534&locale=enwidget.trustpilot.com/trustbox-data... https://widget.trustpilot.com/trustbox-data/53aa8807dec7e10d38f59f32?businessUnitId=5e8b11f2dbc13c0001669534&locale=en — 200 — 939 B — 19 ms — h2https://widget.trustpilot.com/stats/TrustboxImpression?locale=en&styleHeight=100px&styleWidth=220px&theme=dark&url=https%3A%2F%2Fbookshop.org%2F&referrer=&userAgent=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F147.0.0.0%20Safari%2F537.36&language=en-US&platform=Linux%20x86_64&nosettings=1&businessUnitId=5e8b11f2dbc13c0001669534&widgetId=53aa8807dec7e10d38f59f32widget.trustpilot.com/stats/Trustbo... https://widget.trustpilot.com/stats/TrustboxImpression?locale=en&styleHeight=100px&styleWidth=220px&theme=dark&url=https%3A%2F%2Fbookshop.org%2F&referrer=&userAgent=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F147.0.0.0%20Safari%2F537.36&language=en-US&platform=Linux%20x86_64&nosettings=1&businessUnitId=5e8b11f2dbc13c0001669534&widgetId=53aa8807dec7e10d38f59f32 — 204 — 310 B — 38 ms — h2https://widget.trustpilot.com/stats/TrustboxView?locale=en&styleHeight=100px&styleWidth=220px&theme=dark&url=https%3A%2F%2Fbookshop.org%2F&referrer=&userAgent=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F147.0.0.0%20Safari%2F537.36&language=en-US&platform=Linux%20x86_64&nosettings=1&businessUnitId=5e8b11f2dbc13c0001669534&widgetId=53aa8807dec7e10d38f59f32widget.trustpilot.com/stats/Trustbo... https://widget.trustpilot.com/stats/TrustboxView?locale=en&styleHeight=100px&styleWidth=220px&theme=dark&url=https%3A%2F%2Fbookshop.org%2F&referrer=&userAgent=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F147.0.0.0%20Safari%2F537.36&language=en-US&platform=Linux%20x86_64&nosettings=1&businessUnitId=5e8b11f2dbc13c0001669534&widgetId=53aa8807dec7e10d38f59f32 — 204 — 308 B — 38 ms — h2https://widget.trustpilot.com/trustbox-data/53aa8807dec7e10d38f59f32?businessUnitId=5e8b11f2dbc13c0001669534&locale=enwidget.trustpilot.com/trustbox-data... https://widget.trustpilot.com/trustbox-data/53aa8807dec7e10d38f59f32?businessUnitId=5e8b11f2dbc13c0001669534&locale=en — 200 — 0 B — 19 ms — h2https://widget.trustpilot.com/stats/TrustboxImpression?locale=en&styleHeight=86px&styleWidth=140px&theme=dark&url=https%3A%2F%2Fbookshop.org%2F&referrer=&userAgent=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F147.0.0.0%20Safari%2F537.36&language=en-US&platform=Linux%20x86_64&nosettings=1&businessUnitId=5e8b11f2dbc13c0001669534&widgetId=53aa8807dec7e10d38f59f32widget.trustpilot.com/stats/Trustbo... https://widget.trustpilot.com/stats/TrustboxImpression?locale=en&styleHeight=86px&styleWidth=140px&theme=dark&url=https%3A%2F%2Fbookshop.org%2F&referrer=&userAgent=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F147.0.0.0%20Safari%2F537.36&language=en-US&platform=Linux%20x86_64&nosettings=1&businessUnitId=5e8b11f2dbc13c0001669534&widgetId=53aa8807dec7e10d38f59f32 — 204 — 309 B — 38 ms — h2https://public.fbot.me/events/c31f4b14-7253-4e80-8cd7-e70722283481/profile/xhrpublic.fbot.me/events/c31f4b14-7253... https://public.fbot.me/events/c31f4b14-7253-4e80-8cd7-e70722283481/profile/xhr — 200 — 764 B — 444 ms — h2https://media.fbot.me/703fca0f-e3fd-4932-ae5c-0257ed986094/media/Nunito.woff2media.fbot.me/703fca0f-e3fd-4932-ae... https://media.fbot.me/703fca0f-e3fd-4932-ae5c-0257ed986094/media/Nunito.woff2 — 200 — 20.0 KiB — 61 ms — h2https://media.fbot.me/703fca0f-e3fd-4932-ae5c-0257ed986094/media/Open-Sans.woff2media.fbot.me/703fca0f-e3fd-4932-ae... https://media.fbot.me/703fca0f-e3fd-4932-ae5c-0257ed986094/media/Open-Sans.woff2 — 200 — 14.5 KiB — 21 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
46% of JavaScript execution is third-party
First-party Third-party 583ms · 70KB · $8/mo
Unattributable
Other
Costly
Execution 375ms
Transfer 0 KB
Monthly Cost $5/mo
cmp.osano.com
Other
Costly
Execution 208ms
Transfer 70 KB
Unused 31%
Monthly Cost $3/mo

These scripts may cost more than they're worth

  • Unattributable adds 375ms and costs ~$5/month
  • cmp.osano.com adds 208ms and costs ~$3/month

46% of JavaScript execution time comes from third-party scripts.

Why this matters

Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.

Learn more

Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.

Source: web.dev / HTTP Archive Web Almanac

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

cmp.osano.com takes 208ms 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

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