Skip to content
https://poetryfoundation.org

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
71
GRADE
C
FIX
5
REVIEW
3
PASS
5
INFO
2

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

68
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
77
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.
92
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

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

1.86 s

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

3.11 s

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

45 ms

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

0.135

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

1.91 s

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

3.86 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
5 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
3.0 MB transferred, 165 requests
FIX
3.0 MB transferred, 165 requests
Warning::
Page weighs 6.4 MB (3.0 MB transferred)
Warning::
JavaScript is 1.4 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.4 MB
Warning::
Images are 1.1 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.1 MB
Info::
Fonts are 224 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 224 KB
Warning::
165 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.62 g CO2 per page load
3.0 MB / 2.4 MB budget
3.0 MB transferred
165 requests
0.62 g CO2 per page load
JavaScript 1.4 MiB 47%
Images 1.1 MiB 38%
Fonts 223.5 KiB 7%
HTML 199.4 KiB 7%
Other 28.8 KiB 1%
CSS 9.1 KiB 0%
Other 1.4 KiB 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

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

Why this matters

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

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (3.0 MiB of 3.0 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Bundles
Action
112 scripts, 447 KB unused
FIX
112 scripts, 447 KB unused
Warning::
https://www.poetryfoundation.org/_nuxt/BkJQXBze.js: 109 KB unused (48%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-W0RZ...: 68 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/destination?...: 67 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-NTF...: 61 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.poetryfoundation.org/_nuxt/6MOoCY_Q.js: 51 KB unused (77%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 447 KB
447 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.poetryfoundation.org/_nuxt/BkJQXBze.js226 KB109 KB (48%)3rd
https://www.googletagmanager.com/gtag/js?id=G-W0RZ0EVPLP&cx=c&gtm=4e64h1172 KB68 KB (40%)3rd
https://www.googletagmanager.com/gtag/destination?id=AW-686952071&cx=c&gtm=4e64h1137 KB67 KB (49%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-NTFVGQ3154 KB61 KB (40%)3rd
https://www.poetryfoundation.org/_nuxt/6MOoCY_Q.js66 KB51 KB (77%)3rd
https://www.poetryfoundation.org/_nuxt/IP_mX6sv.js73 KB39 KB (56%)3rd
https://connect.facebook.net/en_US/fbevents.js97 KB30 KB (31%)3rd
https://www.poetryfoundation.org/_nuxt/COYqPNbD.js38 KB21 KB (57%)3rd
https://www.poetryfoundation.org/_nuxt/CbChGfCV.js3 KB3rd
https://www.poetryfoundation.org/_nuxt/pWt6QjvW.js1 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
165 resources · 3.0 MB · 447 KB savings available
FIX
165 resources · 3.0 MB · 447 KB savings available
Warning::
Page weight 2.0 MB over 1MB target
Got: 3.0 MB Expected: ≤ 1 MB
Info::
~447 KB of savings available
Warning::
164 third-party resources (100% of weight)
Info::
2 resources over 200KB
165 resources · 3.0 MiB · 164 third-party 2.0 MiB over 1MB target
JavaScript 48% · 1.4 MiB
Image 38% · 1.1 MiB
Font 7% · 223.5 KiB
Document 7% · 199.5 KiB
CSS 0% · 9.1 KiB
Other 0% · 1.7 KiB

~447.4 KiB of savings available

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

C
Image Optimization
Action
25 images, 0 KB saveable
REVIEW
25 images, 0 KB saveable
Warning::
https://cdn-test.poetryfoundation.org/cdn-cgi/imag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn-test.poetryfoundation.org/cdn-cgi/imag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn-test.poetryfoundation.org/cdn-cgi/imag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn-test.poetryfoundation.org/cdn-cgi/imag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn-test.poetryfoundation.org/cdn-cgi/imag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn-test.poetryfoundation.org/cdn-cgi/imag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
25 images 1.1 MB
0 oversized -0 KB
25 legacy format
6 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

C
JS Execution Cost
Action
1018ms total JS execution
REVIEW
1018ms total JS execution
Warning::
https://www.poetryfoundation.org/: 381ms CPU time
Warning::
Unattributable: 256ms CPU time
Info::
https://www.poetryfoundation.org/_nuxt/CZ5Rcdqz.js: 209ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-NTF...: 65ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-W0RZ...: 55ms CPU time
Warning::
Third-party scripts: 1018ms (100% of total)

Main Thread Breakdown

Script Evaluation 54% Other 20% Style & Layout 15% Script Parsing & Compilation 4%
ScriptTotalScriptingParse/CompileParty
https://www.poetryfoundation.org/381ms134ms0ms3rd
Unattributable256ms96ms0ms3rd
https://www.poetryfoundation.org/_nuxt/CZ5Rcdqz.js209ms151ms0ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-NTFVGQ365ms51ms12ms3rd
https://www.googletagmanager.com/gtag/js?id=G-W0RZ0EVPLP&cx=c&gtm=4e64h155ms46ms9ms3rd
https://www.poetryfoundation.org/_nuxt/BA_00VUX.js53ms50ms0ms3rd
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
9 fonts (224 KB)
PASS
9 fonts (224 KB)
Info::
9 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

9

224 KB total

Render-blocking

0

of 9

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s FCP 1.9 s LCP 3.1 shttps://www.poetryfoundation.org/fonts/Gibson-Regular.woff2Gibson-Regular.woff2 https://www.poetryfoundation.org/fonts/Gibson-Regular.woff2 — 22.4 KiB — 47 ms — font-display: swaphttps://www.poetryfoundation.org/fonts/Gibson-SemiBold.woff2Gibson-SemiBold.woff2 https://www.poetryfoundation.org/fonts/Gibson-SemiBold.woff2 — 22.0 KiB — 40 ms — font-display: swaphttps://www.poetryfoundation.org/fonts/agaramondpro-italic-webfont.woff2agaramondpro-italic-web... https://www.poetryfoundation.org/fonts/agaramondpro-italic-webfont.woff2 — 29.0 KiB — 51 ms — font-display: swaphttps://www.poetryfoundation.org/fonts/agaramondpro-regular-webfont.woff2agaramondpro-regular-we... https://www.poetryfoundation.org/fonts/agaramondpro-regular-webfont.woff2 — 28.5 KiB — 54 ms — font-display: swaphttps://www.poetryfoundation.org/fonts/Gibson-Bold.woff2Gibson-Bold.woff2 https://www.poetryfoundation.org/fonts/Gibson-Bold.woff2 — 21.4 KiB — 48 ms — font-display: swaphttps://www.poetryfoundation.org/fonts/Gibson-SemiBoldItalic.woff2Gibson-SemiBoldItalic.w... https://www.poetryfoundation.org/fonts/Gibson-SemiBoldItalic.woff2 — 24.3 KiB — 49 ms — font-display: swaphttps://www.poetryfoundation.org/fonts/Gibson-LightItalic.woff2Gibson-LightItalic.woff2 https://www.poetryfoundation.org/fonts/Gibson-LightItalic.woff2 — 24.1 KiB — 54 ms — font-display: swaphttps://www.poetryfoundation.org/fonts/agaramondpro-bold-webfont.woff2agaramondpro-bold-webfo... https://www.poetryfoundation.org/fonts/agaramondpro-bold-webfont.woff2 — 27.9 KiB — 52 ms — font-display: swaphttps://www.poetryfoundation.org/fonts/Gibson-Italic.woff2Gibson-Italic.woff2 https://www.poetryfoundation.org/fonts/Gibson-Italic.woff2 — 23.9 KiB — 55 ms — font-display: swap
Gibson-Regular.woff2 woff2 swap
Size 22 KB
Load time 47 ms
Start 836 ms
Risk FOUT — text flashes from fallback to web font
Gibson-SemiBold.woff2 woff2 swap
Size 22 KB
Load time 40 ms
Start 837 ms
Risk FOUT — text flashes from fallback to web font
agaramondpro-italic-web... woff2 swap
Size 29 KB
Load time 51 ms
Start 837 ms
Risk FOUT — text flashes from fallback to web font
agaramondpro-regular-we... woff2 swap
Size 29 KB
Load time 54 ms
Start 837 ms
Risk FOUT — text flashes from fallback to web font
Gibson-Bold.woff2 woff2 swap
Size 21 KB
Load time 48 ms
Start 837 ms
Risk FOUT — text flashes from fallback to web font
Gibson-SemiBoldItalic.w... woff2 swap
Size 24 KB
Load time 49 ms
Start 838 ms
Risk FOUT — text flashes from fallback to web font
Gibson-LightItalic.woff2 woff2 swap
Size 24 KB
Load time 54 ms
Start 838 ms
Risk FOUT — text flashes from fallback to web font
agaramondpro-bold-webfo... woff2 swap
Size 28 KB
Load time 52 ms
Start 838 ms
Risk FOUT — text flashes from fallback to web font
Gibson-Italic.woff2 woff2 swap
Size 24 KB
Load time 55 ms
Start 839 ms
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
Network Waterfall
165 requests over 2365ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 1.9 s LCP 3.1 shttps://poetryfoundation.org// https://poetryfoundation.org/ — 301 — 91 B — 353 ms — h2https://www.poetryfoundation.org/www.poetryfoundation.org/ https://www.poetryfoundation.org/ — 200 — 199.4 KiB — 232 ms — h2https://cdn.plyr.io/3.7.8/plyr.csscdn.plyr.io/3.7.8/plyr.css https://cdn.plyr.io/3.7.8/plyr.css — 200 — 6.4 KiB — 90 ms — h2https://www.poetryfoundation.org/_nuxt/entry.CmnPF1nv.csswww.poetryfoundation.org/_nuxt/entr... https://www.poetryfoundation.org/_nuxt/entry.CmnPF1nv.css — 200 — 148 B — 132 ms — h2https://www.poetryfoundation.org/_nuxt/default.KW6llkDy.csswww.poetryfoundation.org/_nuxt/defa... https://www.poetryfoundation.org/_nuxt/default.KW6llkDy.css — 200 — 778 B — 128 ms — h2https://www.poetryfoundation.org/_nuxt/NewsletterMailchimp.syqPnzi6.csswww.poetryfoundation.org/_nuxt/News... https://www.poetryfoundation.org/_nuxt/NewsletterMailchimp.syqPnzi6.css — 200 — 432 B — 122 ms — h2https://www.poetryfoundation.org/_nuxt/index.B1hgB9sg.csswww.poetryfoundation.org/_nuxt/inde... https://www.poetryfoundation.org/_nuxt/index.B1hgB9sg.css — 200 — 154 B — 135 ms — h2https://www.poetryfoundation.org/_nuxt/MediaVideo.Bj-euHu7.csswww.poetryfoundation.org/_nuxt/Medi... https://www.poetryfoundation.org/_nuxt/MediaVideo.Bj-euHu7.css — 200 — 285 B — 133 ms — h2https://www.poetryfoundation.org/_nuxt/BkJQXBze.jswww.poetryfoundation.org/_nuxt/BkJQ... https://www.poetryfoundation.org/_nuxt/BkJQXBze.js — 200 — 226.4 KiB — 278 ms — h2https://www.poetryfoundation.org/_nuxt/CngF44-t.jswww.poetryfoundation.org/_nuxt/CngF... https://www.poetryfoundation.org/_nuxt/CngF44-t.js — 200 — 32.1 KiB — 164 ms — h2https://www.poetryfoundation.org/_nuxt/ZmptMFby.jswww.poetryfoundation.org/_nuxt/Zmpt... https://www.poetryfoundation.org/_nuxt/ZmptMFby.js — 200 — 820 B — 135 ms — h2https://www.poetryfoundation.org/_nuxt/BxQZf1un.jswww.poetryfoundation.org/_nuxt/BxQZ... https://www.poetryfoundation.org/_nuxt/BxQZf1un.js — 200 — 300 B — 122 ms — h2https://www.poetryfoundation.org/_nuxt/DyLtrEXi.jswww.poetryfoundation.org/_nuxt/DyLt... https://www.poetryfoundation.org/_nuxt/DyLtrEXi.js — 200 — 7.8 KiB — 142 ms — h2https://www.poetryfoundation.org/_nuxt/RXzii_C3.jswww.poetryfoundation.org/_nuxt/RXzi... https://www.poetryfoundation.org/_nuxt/RXzii_C3.js — 200 — 227 B — 121 ms — h2https://www.poetryfoundation.org/_nuxt/DlAUqK2U.jswww.poetryfoundation.org/_nuxt/DlAU... https://www.poetryfoundation.org/_nuxt/DlAUqK2U.js — 200 — 164 B — 120 ms — h2https://www.poetryfoundation.org/_nuxt/Lh7i7GG_.jswww.poetryfoundation.org/_nuxt/Lh7i... https://www.poetryfoundation.org/_nuxt/Lh7i7GG_.js — 200 — 940 B — 123 ms — h2https://www.poetryfoundation.org/_nuxt/CytzSlOG.jswww.poetryfoundation.org/_nuxt/Cytz... https://www.poetryfoundation.org/_nuxt/CytzSlOG.js — 200 — 6.8 KiB — 120 ms — h2https://www.poetryfoundation.org/_nuxt/BZ0txvcW.jswww.poetryfoundation.org/_nuxt/BZ0t... https://www.poetryfoundation.org/_nuxt/BZ0txvcW.js — 200 — 405 B — 109 ms — h2https://www.poetryfoundation.org/_nuxt/B9nBMqNJ.jswww.poetryfoundation.org/_nuxt/B9nB... https://www.poetryfoundation.org/_nuxt/B9nBMqNJ.js — 200 — 544 B — 138 ms — h2https://www.poetryfoundation.org/_nuxt/BdDUjuwf.jswww.poetryfoundation.org/_nuxt/BdDU... https://www.poetryfoundation.org/_nuxt/BdDUjuwf.js — 200 — 513 B — 178 ms — h2https://www.poetryfoundation.org/_nuxt/CI7G0slK.jswww.poetryfoundation.org/_nuxt/CI7G... https://www.poetryfoundation.org/_nuxt/CI7G0slK.js — 200 — 677 B — 184 ms — h2https://www.poetryfoundation.org/_nuxt/CUUIMKsP.jswww.poetryfoundation.org/_nuxt/CUUI... https://www.poetryfoundation.org/_nuxt/CUUIMKsP.js — 200 — 3.7 KiB — 175 ms — h2https://www.poetryfoundation.org/_nuxt/Bm8DwuKQ.jswww.poetryfoundation.org/_nuxt/Bm8D... https://www.poetryfoundation.org/_nuxt/Bm8DwuKQ.js — 200 — 626 B — 191 ms — h2https://www.poetryfoundation.org/_nuxt/CZ5Rcdqz.jswww.poetryfoundation.org/_nuxt/CZ5R... https://www.poetryfoundation.org/_nuxt/CZ5Rcdqz.js — 200 — 3.1 KiB — 207 ms — h2https://www.poetryfoundation.org/_nuxt/DOV6IbWL.jswww.poetryfoundation.org/_nuxt/DOV6... https://www.poetryfoundation.org/_nuxt/DOV6IbWL.js — 200 — 2.3 KiB — 175 ms — h2https://www.poetryfoundation.org/_nuxt/CvD9MYpp.jswww.poetryfoundation.org/_nuxt/CvD9... https://www.poetryfoundation.org/_nuxt/CvD9MYpp.js — 200 — 1.8 KiB — 146 ms — h2https://www.poetryfoundation.org/_nuxt/6MOoCY_Q.jswww.poetryfoundation.org/_nuxt/6MOo... https://www.poetryfoundation.org/_nuxt/6MOoCY_Q.js — 200 — 66.0 KiB — 265 ms — h2https://www.poetryfoundation.org/_nuxt/_1NayeFC.jswww.poetryfoundation.org/_nuxt/_1Na... https://www.poetryfoundation.org/_nuxt/_1NayeFC.js — 200 — 296 B — 156 ms — h2https://www.poetryfoundation.org/_nuxt/Bp9VesPA.jswww.poetryfoundation.org/_nuxt/Bp9V... https://www.poetryfoundation.org/_nuxt/Bp9VesPA.js — 200 — 23.5 KiB — 163 ms — h2https://www.poetryfoundation.org/_nuxt/ojIB5hlJ.jswww.poetryfoundation.org/_nuxt/ojIB... https://www.poetryfoundation.org/_nuxt/ojIB5hlJ.js — 200 — 20.7 KiB — 146 ms — h2
0 ms 1.0 s 2.0 s 3.0 s FCP 1.9 s LCP 3.1 shttps://poetryfoundation.org// https://poetryfoundation.org/ — 301 — 91 B — 353 ms — h2https://www.poetryfoundation.org/www.poetryfoundation.org/ https://www.poetryfoundation.org/ — 200 — 199.4 KiB — 232 ms — h2https://cdn.plyr.io/3.7.8/plyr.csscdn.plyr.io/3.7.8/plyr.css https://cdn.plyr.io/3.7.8/plyr.css — 200 — 6.4 KiB — 90 ms — h2https://www.poetryfoundation.org/_nuxt/entry.CmnPF1nv.csswww.poetryfoundation.org/_nuxt/entr... https://www.poetryfoundation.org/_nuxt/entry.CmnPF1nv.css — 200 — 148 B — 132 ms — h2https://www.poetryfoundation.org/_nuxt/default.KW6llkDy.csswww.poetryfoundation.org/_nuxt/defa... https://www.poetryfoundation.org/_nuxt/default.KW6llkDy.css — 200 — 778 B — 128 ms — h2https://www.poetryfoundation.org/_nuxt/NewsletterMailchimp.syqPnzi6.csswww.poetryfoundation.org/_nuxt/News... https://www.poetryfoundation.org/_nuxt/NewsletterMailchimp.syqPnzi6.css — 200 — 432 B — 122 ms — h2https://www.poetryfoundation.org/_nuxt/index.B1hgB9sg.csswww.poetryfoundation.org/_nuxt/inde... https://www.poetryfoundation.org/_nuxt/index.B1hgB9sg.css — 200 — 154 B — 135 ms — h2https://www.poetryfoundation.org/_nuxt/MediaVideo.Bj-euHu7.csswww.poetryfoundation.org/_nuxt/Medi... https://www.poetryfoundation.org/_nuxt/MediaVideo.Bj-euHu7.css — 200 — 285 B — 133 ms — h2https://www.poetryfoundation.org/_nuxt/BkJQXBze.jswww.poetryfoundation.org/_nuxt/BkJQ... https://www.poetryfoundation.org/_nuxt/BkJQXBze.js — 200 — 226.4 KiB — 278 ms — h2https://www.poetryfoundation.org/_nuxt/CngF44-t.jswww.poetryfoundation.org/_nuxt/CngF... https://www.poetryfoundation.org/_nuxt/CngF44-t.js — 200 — 32.1 KiB — 164 ms — h2https://www.poetryfoundation.org/_nuxt/ZmptMFby.jswww.poetryfoundation.org/_nuxt/Zmpt... https://www.poetryfoundation.org/_nuxt/ZmptMFby.js — 200 — 820 B — 135 ms — h2https://www.poetryfoundation.org/_nuxt/BxQZf1un.jswww.poetryfoundation.org/_nuxt/BxQZ... https://www.poetryfoundation.org/_nuxt/BxQZf1un.js — 200 — 300 B — 122 ms — h2https://www.poetryfoundation.org/_nuxt/DyLtrEXi.jswww.poetryfoundation.org/_nuxt/DyLt... https://www.poetryfoundation.org/_nuxt/DyLtrEXi.js — 200 — 7.8 KiB — 142 ms — h2https://www.poetryfoundation.org/_nuxt/RXzii_C3.jswww.poetryfoundation.org/_nuxt/RXzi... https://www.poetryfoundation.org/_nuxt/RXzii_C3.js — 200 — 227 B — 121 ms — h2https://www.poetryfoundation.org/_nuxt/DlAUqK2U.jswww.poetryfoundation.org/_nuxt/DlAU... https://www.poetryfoundation.org/_nuxt/DlAUqK2U.js — 200 — 164 B — 120 ms — h2https://www.poetryfoundation.org/_nuxt/Lh7i7GG_.jswww.poetryfoundation.org/_nuxt/Lh7i... https://www.poetryfoundation.org/_nuxt/Lh7i7GG_.js — 200 — 940 B — 123 ms — h2https://www.poetryfoundation.org/_nuxt/CytzSlOG.jswww.poetryfoundation.org/_nuxt/Cytz... https://www.poetryfoundation.org/_nuxt/CytzSlOG.js — 200 — 6.8 KiB — 120 ms — h2https://www.poetryfoundation.org/_nuxt/BZ0txvcW.jswww.poetryfoundation.org/_nuxt/BZ0t... https://www.poetryfoundation.org/_nuxt/BZ0txvcW.js — 200 — 405 B — 109 ms — h2https://www.poetryfoundation.org/_nuxt/B9nBMqNJ.jswww.poetryfoundation.org/_nuxt/B9nB... https://www.poetryfoundation.org/_nuxt/B9nBMqNJ.js — 200 — 544 B — 138 ms — h2https://www.poetryfoundation.org/_nuxt/BdDUjuwf.jswww.poetryfoundation.org/_nuxt/BdDU... https://www.poetryfoundation.org/_nuxt/BdDUjuwf.js — 200 — 513 B — 178 ms — h2https://www.poetryfoundation.org/_nuxt/CI7G0slK.jswww.poetryfoundation.org/_nuxt/CI7G... https://www.poetryfoundation.org/_nuxt/CI7G0slK.js — 200 — 677 B — 184 ms — h2https://www.poetryfoundation.org/_nuxt/CUUIMKsP.jswww.poetryfoundation.org/_nuxt/CUUI... https://www.poetryfoundation.org/_nuxt/CUUIMKsP.js — 200 — 3.7 KiB — 175 ms — h2https://www.poetryfoundation.org/_nuxt/Bm8DwuKQ.jswww.poetryfoundation.org/_nuxt/Bm8D... https://www.poetryfoundation.org/_nuxt/Bm8DwuKQ.js — 200 — 626 B — 191 ms — h2https://www.poetryfoundation.org/_nuxt/CZ5Rcdqz.jswww.poetryfoundation.org/_nuxt/CZ5R... https://www.poetryfoundation.org/_nuxt/CZ5Rcdqz.js — 200 — 3.1 KiB — 207 ms — h2https://www.poetryfoundation.org/_nuxt/DOV6IbWL.jswww.poetryfoundation.org/_nuxt/DOV6... https://www.poetryfoundation.org/_nuxt/DOV6IbWL.js — 200 — 2.3 KiB — 175 ms — h2https://www.poetryfoundation.org/_nuxt/CvD9MYpp.jswww.poetryfoundation.org/_nuxt/CvD9... https://www.poetryfoundation.org/_nuxt/CvD9MYpp.js — 200 — 1.8 KiB — 146 ms — h2https://www.poetryfoundation.org/_nuxt/6MOoCY_Q.jswww.poetryfoundation.org/_nuxt/6MOo... https://www.poetryfoundation.org/_nuxt/6MOoCY_Q.js — 200 — 66.0 KiB — 265 ms — h2https://www.poetryfoundation.org/_nuxt/_1NayeFC.jswww.poetryfoundation.org/_nuxt/_1Na... https://www.poetryfoundation.org/_nuxt/_1NayeFC.js — 200 — 296 B — 156 ms — h2https://www.poetryfoundation.org/_nuxt/Bp9VesPA.jswww.poetryfoundation.org/_nuxt/Bp9V... https://www.poetryfoundation.org/_nuxt/Bp9VesPA.js — 200 — 23.5 KiB — 163 ms — h2https://www.poetryfoundation.org/_nuxt/ojIB5hlJ.jswww.poetryfoundation.org/_nuxt/ojIB... https://www.poetryfoundation.org/_nuxt/ojIB5hlJ.js — 200 — 20.7 KiB — 146 ms — h2https://www.poetryfoundation.org/_nuxt/B6IoWsKX.jswww.poetryfoundation.org/_nuxt/B6Io... https://www.poetryfoundation.org/_nuxt/B6IoWsKX.js — 200 — 519 B — 223 ms — h2https://www.poetryfoundation.org/_nuxt/Ozv29w8w.jswww.poetryfoundation.org/_nuxt/Ozv2... https://www.poetryfoundation.org/_nuxt/Ozv29w8w.js — 200 — 200 B — 170 ms — h2https://www.poetryfoundation.org/_nuxt/CnQPzcKg.jswww.poetryfoundation.org/_nuxt/CnQP... https://www.poetryfoundation.org/_nuxt/CnQPzcKg.js — 200 — 26.7 KiB — 183 ms — h2https://www.poetryfoundation.org/_nuxt/pWt6QjvW.jswww.poetryfoundation.org/_nuxt/pWt6... https://www.poetryfoundation.org/_nuxt/pWt6QjvW.js — 200 — 735 B — 130 ms — h2https://www.poetryfoundation.org/_nuxt/Dy09GaRK.jswww.poetryfoundation.org/_nuxt/Dy09... https://www.poetryfoundation.org/_nuxt/Dy09GaRK.js — 200 — 15.0 KiB — 207 ms — h2https://www.poetryfoundation.org/_nuxt/CunOSXLI.jswww.poetryfoundation.org/_nuxt/CunO... https://www.poetryfoundation.org/_nuxt/CunOSXLI.js — 200 — 13.0 KiB — 150 ms — h2https://www.poetryfoundation.org/_nuxt/FtD6F88b.jswww.poetryfoundation.org/_nuxt/FtD6... https://www.poetryfoundation.org/_nuxt/FtD6F88b.js — 200 — 791 B — 224 ms — h2https://www.poetryfoundation.org/_nuxt/Q2e8lRCl.jswww.poetryfoundation.org/_nuxt/Q2e8... https://www.poetryfoundation.org/_nuxt/Q2e8lRCl.js — 200 — 197 B — 141 ms — h2https://www.poetryfoundation.org/_nuxt/DU1EZHYN.jswww.poetryfoundation.org/_nuxt/DU1E... https://www.poetryfoundation.org/_nuxt/DU1EZHYN.js — 200 — 506 B — 215 ms — h2https://www.poetryfoundation.org/_nuxt/CViruA-1.jswww.poetryfoundation.org/_nuxt/CVir... https://www.poetryfoundation.org/_nuxt/CViruA-1.js — 200 — 310 B — 103 ms — h2https://www.poetryfoundation.org/_nuxt/DLYX8Qf-.jswww.poetryfoundation.org/_nuxt/DLYX... https://www.poetryfoundation.org/_nuxt/DLYX8Qf-.js — 200 — 226 B — 224 ms — h2https://www.poetryfoundation.org/_nuxt/DPPAFe8R.jswww.poetryfoundation.org/_nuxt/DPPA... https://www.poetryfoundation.org/_nuxt/DPPAFe8R.js — 200 — 11.4 KiB — 135 ms — h2https://www.poetryfoundation.org/_nuxt/DE6ZcTLS.jswww.poetryfoundation.org/_nuxt/DE6Z... https://www.poetryfoundation.org/_nuxt/DE6ZcTLS.js — 200 — 356 B — 133 ms — h2https://www.poetryfoundation.org/_nuxt/DoBKREQa.jswww.poetryfoundation.org/_nuxt/DoBK... https://www.poetryfoundation.org/_nuxt/DoBKREQa.js — 200 — 1.4 KiB — 158 ms — h2https://www.poetryfoundation.org/_nuxt/CCwd4aHR.jswww.poetryfoundation.org/_nuxt/CCwd... https://www.poetryfoundation.org/_nuxt/CCwd4aHR.js — 200 — 6.2 KiB — 203 ms — h2https://www.poetryfoundation.org/_nuxt/Cpx-z4W3.jswww.poetryfoundation.org/_nuxt/Cpx-... https://www.poetryfoundation.org/_nuxt/Cpx-z4W3.js — 200 — 539 B — 116 ms — h2https://www.poetryfoundation.org/_nuxt/j8BJDAnB.jswww.poetryfoundation.org/_nuxt/j8BJ... https://www.poetryfoundation.org/_nuxt/j8BJDAnB.js — 200 — 2.8 KiB — 191 ms — h2https://www.poetryfoundation.org/_nuxt/CdZuk79f.jswww.poetryfoundation.org/_nuxt/CdZu... https://www.poetryfoundation.org/_nuxt/CdZuk79f.js — 200 — 258 B — 212 ms — h2https://www.poetryfoundation.org/_nuxt/_lhuYoWm.jswww.poetryfoundation.org/_nuxt/_lhu... https://www.poetryfoundation.org/_nuxt/_lhuYoWm.js — 200 — 6.8 KiB — 160 ms — h2https://www.poetryfoundation.org/_nuxt/BsSEmOV6.jswww.poetryfoundation.org/_nuxt/BsSE... https://www.poetryfoundation.org/_nuxt/BsSEmOV6.js — 200 — 599 B — 189 ms — h2https://www.poetryfoundation.org/_nuxt/0LpVeOb8.jswww.poetryfoundation.org/_nuxt/0LpV... https://www.poetryfoundation.org/_nuxt/0LpVeOb8.js — 200 — 1.5 KiB — 193 ms — h2https://www.poetryfoundation.org/_nuxt/DLzClIOh.jswww.poetryfoundation.org/_nuxt/DLzC... https://www.poetryfoundation.org/_nuxt/DLzClIOh.js — 200 — 2.3 KiB — 126 ms — h2https://www.poetryfoundation.org/_nuxt/m_7UaAYL.jswww.poetryfoundation.org/_nuxt/m_7U... https://www.poetryfoundation.org/_nuxt/m_7UaAYL.js — 200 — 762 B — 238 ms — h2https://www.poetryfoundation.org/_nuxt/BYk6WZJs.jswww.poetryfoundation.org/_nuxt/BYk6... https://www.poetryfoundation.org/_nuxt/BYk6WZJs.js — 200 — 422 B — 99 ms — h2https://www.poetryfoundation.org/_nuxt/DTbPmuH6.jswww.poetryfoundation.org/_nuxt/DTbP... https://www.poetryfoundation.org/_nuxt/DTbPmuH6.js — 200 — 727 B — 148 ms — h2https://www.poetryfoundation.org/_nuxt/BcKdQgPe.jswww.poetryfoundation.org/_nuxt/BcKd... https://www.poetryfoundation.org/_nuxt/BcKdQgPe.js — 200 — 343 B — 157 ms — h2https://www.poetryfoundation.org/_nuxt/x2r87WkL.jswww.poetryfoundation.org/_nuxt/x2r8... https://www.poetryfoundation.org/_nuxt/x2r87WkL.js — 200 — 2.1 KiB — 230 ms — h2https://www.poetryfoundation.org/_nuxt/COYqPNbD.jswww.poetryfoundation.org/_nuxt/COYq... https://www.poetryfoundation.org/_nuxt/COYqPNbD.js — 200 — 38.4 KiB — 248 ms — h2https://www.poetryfoundation.org/_nuxt/CLtfHOs7.jswww.poetryfoundation.org/_nuxt/CLtf... https://www.poetryfoundation.org/_nuxt/CLtfHOs7.js — 200 — 1.2 KiB — 129 ms — h2https://www.poetryfoundation.org/_nuxt/BxdBAkjm.jswww.poetryfoundation.org/_nuxt/BxdB... https://www.poetryfoundation.org/_nuxt/BxdBAkjm.js — 200 — 942 B — 182 ms — h2https://www.poetryfoundation.org/_nuxt/nTXloW8u.jswww.poetryfoundation.org/_nuxt/nTXl... https://www.poetryfoundation.org/_nuxt/nTXloW8u.js — 200 — 430 B — 232 ms — h2https://www.poetryfoundation.org/_nuxt/CbChGfCV.jswww.poetryfoundation.org/_nuxt/CbCh... https://www.poetryfoundation.org/_nuxt/CbChGfCV.js — 200 — 3.1 KiB — 119 ms — h2https://www.poetryfoundation.org/_nuxt/DejnEk5Z.jswww.poetryfoundation.org/_nuxt/Dejn... https://www.poetryfoundation.org/_nuxt/DejnEk5Z.js — 200 — 320 B — 216 ms — h2https://www.poetryfoundation.org/_nuxt/DDW36zcU.jswww.poetryfoundation.org/_nuxt/DDW3... https://www.poetryfoundation.org/_nuxt/DDW36zcU.js — 200 — 463 B — 149 ms — h2https://www.poetryfoundation.org/_nuxt/-wrrnWiZ.jswww.poetryfoundation.org/_nuxt/-wrr... https://www.poetryfoundation.org/_nuxt/-wrrnWiZ.js — 200 — 635 B — 231 ms — h2https://www.poetryfoundation.org/_nuxt/C2dAPEI7.jswww.poetryfoundation.org/_nuxt/C2dA... https://www.poetryfoundation.org/_nuxt/C2dAPEI7.js — 200 — 1.7 KiB — 123 ms — h2https://www.poetryfoundation.org/_nuxt/pDzl1FES.jswww.poetryfoundation.org/_nuxt/pDzl... https://www.poetryfoundation.org/_nuxt/pDzl1FES.js — 200 — 937 B — 185 ms — h2https://www.poetryfoundation.org/_nuxt/IP_mX6sv.jswww.poetryfoundation.org/_nuxt/IP_m... https://www.poetryfoundation.org/_nuxt/IP_mX6sv.js — 200 — 73.0 KiB — 248 ms — h2https://www.poetryfoundation.org/_nuxt/nb48jyAf.jswww.poetryfoundation.org/_nuxt/nb48... https://www.poetryfoundation.org/_nuxt/nb48jyAf.js — 200 — 632 B — 233 ms — h2https://www.poetryfoundation.org/_nuxt/Czfusp1o.jswww.poetryfoundation.org/_nuxt/Czfu... https://www.poetryfoundation.org/_nuxt/Czfusp1o.js — 200 — 30.6 KiB — 183 ms — h2https://www.poetryfoundation.org/_nuxt/BFSsZm31.jswww.poetryfoundation.org/_nuxt/BFSs... https://www.poetryfoundation.org/_nuxt/BFSsZm31.js — 200 — 36.4 KiB — 198 ms — h2https://www.poetryfoundation.org/_nuxt/DMNUi84D.jswww.poetryfoundation.org/_nuxt/DMNU... https://www.poetryfoundation.org/_nuxt/DMNUi84D.js — 200 — 458 B — 234 ms — h2https://www.poetryfoundation.org/_nuxt/DTsnAzi5.jswww.poetryfoundation.org/_nuxt/DTsn... https://www.poetryfoundation.org/_nuxt/DTsnAzi5.js — 200 — 433 B — 232 ms — h2https://www.poetryfoundation.org/_nuxt/Bifwh0Ap.jswww.poetryfoundation.org/_nuxt/Bifw... https://www.poetryfoundation.org/_nuxt/Bifwh0Ap.js — 200 — 401 B — 229 ms — h2https://www.poetryfoundation.org/_nuxt/D1hsDufL.jswww.poetryfoundation.org/_nuxt/D1hs... https://www.poetryfoundation.org/_nuxt/D1hsDufL.js — 200 — 645 B — 219 ms — h2https://www.poetryfoundation.org/_nuxt/CNFH9bhF.jswww.poetryfoundation.org/_nuxt/CNFH... https://www.poetryfoundation.org/_nuxt/CNFH9bhF.js — 200 — 615 B — 128 ms — h2https://www.poetryfoundation.org/_nuxt/ChrK04N3.jswww.poetryfoundation.org/_nuxt/ChrK... https://www.poetryfoundation.org/_nuxt/ChrK04N3.js — 200 — 717 B — 234 ms — h2https://www.poetryfoundation.org/_nuxt/DfTrL0qp.jswww.poetryfoundation.org/_nuxt/DfTr... https://www.poetryfoundation.org/_nuxt/DfTrL0qp.js — 200 — 1.6 KiB — 236 ms — h2https://www.poetryfoundation.org/_nuxt/_ztSimxs.jswww.poetryfoundation.org/_nuxt/_ztS... https://www.poetryfoundation.org/_nuxt/_ztSimxs.js — 200 — 510 B — 151 ms — h2https://www.poetryfoundation.org/_nuxt/c2ZNzOe-.jswww.poetryfoundation.org/_nuxt/c2ZN... https://www.poetryfoundation.org/_nuxt/c2ZNzOe-.js — 200 — 777 B — 231 ms — h2https://www.poetryfoundation.org/_nuxt/1TcFZfEC.jswww.poetryfoundation.org/_nuxt/1TcF... https://www.poetryfoundation.org/_nuxt/1TcFZfEC.js — 200 — 542 B — 196 ms — h2https://www.poetryfoundation.org/_nuxt/CkiRhyOo.jswww.poetryfoundation.org/_nuxt/CkiR... https://www.poetryfoundation.org/_nuxt/CkiRhyOo.js — 200 — 1.6 KiB — 141 ms — h2https://www.poetryfoundation.org/_nuxt/DVWxGZ4Q.jswww.poetryfoundation.org/_nuxt/DVWx... https://www.poetryfoundation.org/_nuxt/DVWxGZ4Q.js — 200 — 230 B — 171 ms — h2https://www.poetryfoundation.org/_nuxt/CHKl4k-C.jswww.poetryfoundation.org/_nuxt/CHKl... https://www.poetryfoundation.org/_nuxt/CHKl4k-C.js — 200 — 955 B — 231 ms — h2https://www.poetryfoundation.org/_nuxt/DeBrBxPx.jswww.poetryfoundation.org/_nuxt/DeBr... https://www.poetryfoundation.org/_nuxt/DeBrBxPx.js — 200 — 45.6 KiB — 161 ms — h2https://www.poetryfoundation.org/_nuxt/C726oO0H.jswww.poetryfoundation.org/_nuxt/C726... https://www.poetryfoundation.org/_nuxt/C726oO0H.js — 200 — 303 B — 232 ms — h2https://www.poetryfoundation.org/_nuxt/DnoBbMkm.jswww.poetryfoundation.org/_nuxt/DnoB... https://www.poetryfoundation.org/_nuxt/DnoBbMkm.js — 200 — 557 B — 135 ms — h2https://www.poetryfoundation.org/_nuxt/Cf57XFTy.jswww.poetryfoundation.org/_nuxt/Cf57... https://www.poetryfoundation.org/_nuxt/Cf57XFTy.js — 200 — 537 B — 216 ms — h2https://www.poetryfoundation.org/_nuxt/Bcmz8E_w.jswww.poetryfoundation.org/_nuxt/Bcmz... https://www.poetryfoundation.org/_nuxt/Bcmz8E_w.js — 200 — 566 B — 234 ms — h2https://www.poetryfoundation.org/_nuxt/CVIl_5j_.jswww.poetryfoundation.org/_nuxt/CVIl... https://www.poetryfoundation.org/_nuxt/CVIl_5j_.js — 200 — 3.0 KiB — 134 ms — h2https://www.poetryfoundation.org/_nuxt/BHkH-HxG.jswww.poetryfoundation.org/_nuxt/BHkH... https://www.poetryfoundation.org/_nuxt/BHkH-HxG.js — 200 — 828 B — 155 ms — h2https://www.poetryfoundation.org/_nuxt/BA_00VUX.jswww.poetryfoundation.org/_nuxt/BA_0... https://www.poetryfoundation.org/_nuxt/BA_00VUX.js — 200 — 9.6 KiB — 205 ms — h2https://www.poetryfoundation.org/_nuxt/CNqCz4CK.jswww.poetryfoundation.org/_nuxt/CNqC... https://www.poetryfoundation.org/_nuxt/CNqCz4CK.js — 200 — 715 B — 234 ms — h2https://www.poetryfoundation.org/_nuxt/DS_pHyVO.jswww.poetryfoundation.org/_nuxt/DS_p... https://www.poetryfoundation.org/_nuxt/DS_pHyVO.js — 200 — 577 B — 231 ms — h2https://www.poetryfoundation.org/_nuxt/Cwvxw9l9.jswww.poetryfoundation.org/_nuxt/Cwvx... https://www.poetryfoundation.org/_nuxt/Cwvxw9l9.js — 200 — 872 B — 128 ms — h2https://www.poetryfoundation.org/_nuxt/DVZYKRSr.jswww.poetryfoundation.org/_nuxt/DVZY... https://www.poetryfoundation.org/_nuxt/DVZYKRSr.js — 200 — 223 B — 169 ms — h2https://www.poetryfoundation.org/_nuxt/Bs64VvmL.jswww.poetryfoundation.org/_nuxt/Bs64... https://www.poetryfoundation.org/_nuxt/Bs64VvmL.js — 200 — 1.0 KiB — 205 ms — h2https://www.poetryfoundation.org/_nuxt/f_EZsgGR.jswww.poetryfoundation.org/_nuxt/f_EZ... https://www.poetryfoundation.org/_nuxt/f_EZsgGR.js — 200 — 926 B — 149 ms — h2https://www.poetryfoundation.org/_nuxt/Cxj77slR.jswww.poetryfoundation.org/_nuxt/Cxj7... https://www.poetryfoundation.org/_nuxt/Cxj77slR.js — 200 — 594 B — 140 ms — h2https://www.poetryfoundation.org/_nuxt/DZg0JeUV.jswww.poetryfoundation.org/_nuxt/DZg0... https://www.poetryfoundation.org/_nuxt/DZg0JeUV.js — 200 — 2.6 KiB — 207 ms — h2https://www.poetryfoundation.org/_nuxt/CjZkCMM5.jswww.poetryfoundation.org/_nuxt/CjZk... https://www.poetryfoundation.org/_nuxt/CjZkCMM5.js — 200 — 938 B — 130 ms — h2https://www.poetryfoundation.org/_nuxt/UWtMwf1C.jswww.poetryfoundation.org/_nuxt/UWtM... https://www.poetryfoundation.org/_nuxt/UWtMwf1C.js — 200 — 570 B — 208 ms — h2https://www.poetryfoundation.org/_nuxt/CmopK-Hs.jswww.poetryfoundation.org/_nuxt/Cmop... https://www.poetryfoundation.org/_nuxt/CmopK-Hs.js — 200 — 4.0 KiB — 205 ms — h2https://www.poetryfoundation.org/_nuxt/CO0IoUiv.jswww.poetryfoundation.org/_nuxt/CO0I... https://www.poetryfoundation.org/_nuxt/CO0IoUiv.js — 200 — 8.2 KiB — 210 ms — h2https://www.poetryfoundation.org/_nuxt/DggdfPn6.jswww.poetryfoundation.org/_nuxt/Dggd... https://www.poetryfoundation.org/_nuxt/DggdfPn6.js — 200 — 4.2 KiB — 151 ms — h2https://www.poetryfoundation.org/_nuxt/aIKZ3xk2.jswww.poetryfoundation.org/_nuxt/aIKZ... https://www.poetryfoundation.org/_nuxt/aIKZ3xk2.js — 200 — 438 B — 185 ms — h2https://www.poetryfoundation.org/_nuxt/dmFQxUpo.jswww.poetryfoundation.org/_nuxt/dmFQ... https://www.poetryfoundation.org/_nuxt/dmFQxUpo.js — 200 — 444 B — 183 ms — h2https://www.poetryfoundation.org/_nuxt/CQ_dfCK5.jswww.poetryfoundation.org/_nuxt/CQ_d... https://www.poetryfoundation.org/_nuxt/CQ_dfCK5.js — 200 — 3.9 KiB — 213 ms — h2https://www.poetryfoundation.org/_nuxt/VNuJlauQ.jswww.poetryfoundation.org/_nuxt/VNuJ... https://www.poetryfoundation.org/_nuxt/VNuJlauQ.js — 200 — 1.8 KiB — 198 ms — h2https://www.poetryfoundation.org/_nuxt/CO2BgP6d.jswww.poetryfoundation.org/_nuxt/CO2B... https://www.poetryfoundation.org/_nuxt/CO2BgP6d.js — 200 — 542 B — 193 ms — h2https://www.poetryfoundation.org/_nuxt/DGyRiWeY.jswww.poetryfoundation.org/_nuxt/DGyR... https://www.poetryfoundation.org/_nuxt/DGyRiWeY.js — 200 — 420 B — 213 ms — h2https://www.poetryfoundation.org/_nuxt/BtpKkiV0.jswww.poetryfoundation.org/_nuxt/BtpK... https://www.poetryfoundation.org/_nuxt/BtpKkiV0.js — 200 — 423 B — 196 ms — h2https://www.poetryfoundation.org/assets/images/logo-print.pngwww.poetryfoundation.org/assets/ima... https://www.poetryfoundation.org/assets/images/logo-print.png — 200 — 4.7 KiB — 193 ms — h2https://www.poetryfoundation.org/_nuxt/builds/meta/f0a39f19-ce37-4896-b119-86967d9f6dcc.jsonwww.poetryfoundation.org/_nuxt/buil... https://www.poetryfoundation.org/_nuxt/builds/meta/f0a39f19-ce37-4896-b119-86967d9f6dcc.json — 200 — 281 B — 198 ms — h2https://cdn-test.poetryfoundation.org/cdn-cgi/image/w=10,h=16,q=50,fit=contain,blur=3/content/images/poetry-April2026-cover-RGB.jpgcdn-test.poetryfoundation.org/cdn-c... https://cdn-test.poetryfoundation.org/cdn-cgi/image/w=10,h=16,q=50,fit=contain,blur=3/content/images/poetry-April2026-cover-RGB.jpg — 200 — 828 B — 68 ms — h2https://cdn-test.poetryfoundation.org/cdn-cgi/image/w=10,h=16,q=50,fit=contain,blur=3/content/images/poetry-March2026-cover-RGB.jpgcdn-test.poetryfoundation.org/cdn-c... https://cdn-test.poetryfoundation.org/cdn-cgi/image/w=10,h=16,q=50,fit=contain,blur=3/content/images/poetry-March2026-cover-RGB.jpg — 200 — 617 B — 66 ms — h2https://cdn-test.poetryfoundation.org/cdn-cgi/image/g=0.5512x0.4491,w=10,h=10,q=50,fit=cover,blur=3/content/images/Jack-White-cover-2.pngcdn-test.poetryfoundation.org/cdn-c... https://cdn-test.poetryfoundation.org/cdn-cgi/image/g=0.5512x0.4491,w=10,h=10,q=50,fit=cover,blur=3/content/images/Jack-White-cover-2.png — 200 — 618 B — 67 ms — h2https://cdn-test.poetryfoundation.org/cdn-cgi/image/g=0.3547x0.2339,w=10,h=10,q=50,fit=cover,blur=3/content/images/b80704401c89cea701d762b404630216cd869e13.jpgcdn-test.poetryfoundation.org/cdn-c... https://cdn-test.poetryfoundation.org/cdn-cgi/image/g=0.3547x0.2339,w=10,h=10,q=50,fit=cover,blur=3/content/images/b80704401c89cea701d762b404630216cd869e13.jpg — 200 — 620 B — 67 ms — h2https://cdn-test.poetryfoundation.org/cdn-cgi/image/w=10,h=10,q=50,blur=3/content/images/PF-Website-Horizonta-4_2026-04-01-131248_ajgb.pngcdn-test.poetryfoundation.org/cdn-c... https://cdn-test.poetryfoundation.org/cdn-cgi/image/w=10,h=10,q=50,blur=3/content/images/PF-Website-Horizonta-4_2026-04-01-131248_ajgb.png — 200 — 389 B — 72 ms — h2https://cdn-test.poetryfoundation.org/cdn-cgi/image/w=10,h=10,q=50,blur=3/content/images/poetry-April2026-cover-RGB.jpgcdn-test.poetryfoundation.org/cdn-c... https://cdn-test.poetryfoundation.org/cdn-cgi/image/w=10,h=10,q=50,blur=3/content/images/poetry-April2026-cover-RGB.jpg — 200 — 603 B — 68 ms — h2https://www.poetryfoundation.org/fonts/Gibson-Regular.woff2www.poetryfoundation.org/fonts/Gibs... https://www.poetryfoundation.org/fonts/Gibson-Regular.woff2 — 200 — 22.4 KiB — 47 ms — h2https://www.poetryfoundation.org/fonts/Gibson-SemiBold.woff2www.poetryfoundation.org/fonts/Gibs... https://www.poetryfoundation.org/fonts/Gibson-SemiBold.woff2 — 200 — 22.0 KiB — 40 ms — h2https://www.poetryfoundation.org/fonts/agaramondpro-italic-webfont.woff2www.poetryfoundation.org/fonts/agar... https://www.poetryfoundation.org/fonts/agaramondpro-italic-webfont.woff2 — 200 — 29.0 KiB — 51 ms — h2https://www.poetryfoundation.org/fonts/agaramondpro-regular-webfont.woff2www.poetryfoundation.org/fonts/agar... https://www.poetryfoundation.org/fonts/agaramondpro-regular-webfont.woff2 — 200 — 28.5 KiB — 54 ms — h2https://www.poetryfoundation.org/fonts/Gibson-Bold.woff2www.poetryfoundation.org/fonts/Gibs... https://www.poetryfoundation.org/fonts/Gibson-Bold.woff2 — 200 — 21.4 KiB — 48 ms — h2https://www.poetryfoundation.org/fonts/Gibson-SemiBoldItalic.woff2www.poetryfoundation.org/fonts/Gibs... https://www.poetryfoundation.org/fonts/Gibson-SemiBoldItalic.woff2 — 200 — 24.3 KiB — 49 ms — h2https://www.poetryfoundation.org/fonts/Gibson-LightItalic.woff2www.poetryfoundation.org/fonts/Gibs... https://www.poetryfoundation.org/fonts/Gibson-LightItalic.woff2 — 200 — 24.1 KiB — 54 ms — h2https://www.poetryfoundation.org/fonts/agaramondpro-bold-webfont.woff2www.poetryfoundation.org/fonts/agar... https://www.poetryfoundation.org/fonts/agaramondpro-bold-webfont.woff2 — 200 — 27.9 KiB — 52 ms — h2https://www.poetryfoundation.org/fonts/Gibson-Italic.woff2www.poetryfoundation.org/fonts/Gibs... https://www.poetryfoundation.org/fonts/Gibson-Italic.woff2 — 200 — 23.9 KiB — 55 ms — h2https://cdn-test.poetryfoundation.org/cdn-cgi/image/w=10,h=10,q=50,blur=3/content/images/poetry-March2026-cover-RGB.jpgcdn-test.poetryfoundation.org/cdn-c... https://cdn-test.poetryfoundation.org/cdn-cgi/image/w=10,h=10,q=50,blur=3/content/images/poetry-March2026-cover-RGB.jpg — 200 — 593 B — 33 ms — h2https://cdn-test.poetryfoundation.org/cdn-cgi/image/w=10,h=10,q=50,blur=3/content/images/poetry-JanFeb2026-cover-RGB.jpgcdn-test.poetryfoundation.org/cdn-c... https://cdn-test.poetryfoundation.org/cdn-cgi/image/w=10,h=10,q=50,blur=3/content/images/poetry-JanFeb2026-cover-RGB.jpg — 200 — 800 B — 36 ms — h2https://cdn-test.poetryfoundation.org/cdn-cgi/image/w=10,h=10,q=50,fit=cover,blur=3/content/images/13846d7d7f187ecd7eef643955d0eee73ba2150b.jpegcdn-test.poetryfoundation.org/cdn-c... https://cdn-test.poetryfoundation.org/cdn-cgi/image/w=10,h=10,q=50,fit=cover,blur=3/content/images/13846d7d7f187ecd7eef643955d0eee73ba2150b.jpeg — 200 — 630 B — 43 ms — h2https://cdn-test.poetryfoundation.org/cdn-cgi/image/w=10,h=10,q=50,blur=3/content/images/PF-Website-Small-Horizontal-2-1.pngcdn-test.poetryfoundation.org/cdn-c... https://cdn-test.poetryfoundation.org/cdn-cgi/image/w=10,h=10,q=50,blur=3/content/images/PF-Website-Small-Horizontal-2-1.png — 200 — 364 B — 34 ms — h2https://www.poetryfoundation.org/_nuxt/index.mlZ_ZAHT.csswww.poetryfoundation.org/_nuxt/inde... https://www.poetryfoundation.org/_nuxt/index.mlZ_ZAHT.css — 200 — 195 B — 35 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-NTFVGQ3www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-NTFVGQ3 — 200 — 154.4 KiB — 142 ms — h2https://www.poetryfoundation.org/_nuxt/CmopK-Hs.jswww.poetryfoundation.org/_nuxt/Cmop... https://www.poetryfoundation.org/_nuxt/CmopK-Hs.js — 200 — 77 B — 35 ms — h2https://www.poetryfoundation.org/favicon.ico?v2.0.0www.poetryfoundation.org/favicon.ic... https://www.poetryfoundation.org/favicon.ico?v2.0.0 — 200 — 3.3 KiB — 37 ms — h2https://www.poetryfoundation.org/_nuxt/Icon.CsQ0ERvD.csswww.poetryfoundation.org/_nuxt/Icon... https://www.poetryfoundation.org/_nuxt/Icon.CsQ0ERvD.css — 200 — 135 B — 35 ms — h2https://www.poetryfoundation.org/_nuxt/MailingListPopup.-ZsF6dyZ.csswww.poetryfoundation.org/_nuxt/Mail... https://www.poetryfoundation.org/_nuxt/MailingListPopup.-ZsF6dyZ.css — 200 — 233 B — 38 ms — h2https://www.poetryfoundation.org/_nuxt/LogoText.vH9GH1WO.csswww.poetryfoundation.org/_nuxt/Logo... https://www.poetryfoundation.org/_nuxt/LogoText.vH9GH1WO.css — 200 — 119 B — 39 ms — h2https://www.poetryfoundation.org/_nuxt/MediaAudio.sdDgoxiJ.csswww.poetryfoundation.org/_nuxt/Medi... https://www.poetryfoundation.org/_nuxt/MediaAudio.sdDgoxiJ.css — 200 — 239 B — 36 ms — h2https://cdn-test.poetryfoundation.org/cdn-cgi/image/w=50,h=80,q=80,fit=contain/content/images/poetry-April2026-cover-RGB.jpgcdn-test.poetryfoundation.org/cdn-c... https://cdn-test.poetryfoundation.org/cdn-cgi/image/w=50,h=80,q=80,fit=contain/content/images/poetry-April2026-cover-RGB.jpg — 200 — 2.7 KiB — 35 ms — h2https://cdn-test.poetryfoundation.org/cdn-cgi/image/w=50,h=80,q=80,fit=contain/content/images/poetry-March2026-cover-RGB.jpgcdn-test.poetryfoundation.org/cdn-c... https://cdn-test.poetryfoundation.org/cdn-cgi/image/w=50,h=80,q=80,fit=contain/content/images/poetry-March2026-cover-RGB.jpg — 200 — 1.9 KiB — 37 ms — h2https://cdn-test.poetryfoundation.org/cdn-cgi/image/w=1146,q=80/content/images/PF-Website-Horizonta-4_2026-04-01-131248_ajgb.pngcdn-test.poetryfoundation.org/cdn-c... https://cdn-test.poetryfoundation.org/cdn-cgi/image/w=1146,q=80/content/images/PF-Website-Horizonta-4_2026-04-01-131248_ajgb.png — 200 — 22.6 KiB — 43 ms — h2https://cdn-test.poetryfoundation.org/cdn-cgi/image/w=1146,q=80/content/images/poetry-April2026-cover-RGB.jpgcdn-test.poetryfoundation.org/cdn-c... https://cdn-test.poetryfoundation.org/cdn-cgi/image/w=1146,q=80/content/images/poetry-April2026-cover-RGB.jpg — 200 — 133.0 KiB — 45 ms — h2https://cdn-test.poetryfoundation.org/cdn-cgi/image/w=1146,q=80/content/images/poetry-March2026-cover-RGB.jpgcdn-test.poetryfoundation.org/cdn-c... https://cdn-test.poetryfoundation.org/cdn-cgi/image/w=1146,q=80/content/images/poetry-March2026-cover-RGB.jpg — 200 — 197.1 KiB — 46 ms — h2https://cdn-test.poetryfoundation.org/cdn-cgi/image/w=1146,q=80/content/images/poetry-JanFeb2026-cover-RGB.jpgcdn-test.poetryfoundation.org/cdn-c... https://cdn-test.poetryfoundation.org/cdn-cgi/image/w=1146,q=80/content/images/poetry-JanFeb2026-cover-RGB.jpg — 200 — 146.4 KiB — 45 ms — h2https://cdn-test.poetryfoundation.org/cdn-cgi/image/w=1146,q=80/content/images/poetry-Dec2025-cover-RGB.jpgcdn-test.poetryfoundation.org/cdn-c... https://cdn-test.poetryfoundation.org/cdn-cgi/image/w=1146,q=80/content/images/poetry-Dec2025-cover-RGB.jpg — 200 — 459.5 KiB — 48 ms — h2https://cdn-test.poetryfoundation.org/cdn-cgi/image/w=1146,q=80,fit=cover/content/images/13846d7d7f187ecd7eef643955d0eee73ba2150b.jpegcdn-test.poetryfoundation.org/cdn-c... https://cdn-test.poetryfoundation.org/cdn-cgi/image/w=1146,q=80,fit=cover/content/images/13846d7d7f187ecd7eef643955d0eee73ba2150b.jpeg — 200 — 49.7 KiB — 33 ms — h2https://api.iconify.design/lucide.json?icons=searchapi.iconify.design/lucide.json?icon... https://api.iconify.design/lucide.json?icons=search — 200 — 862 B — 70 ms — h2https://cdn-test.poetryfoundation.org/cdn-cgi/image/w=1146,q=80/content/images/PF-Website-Small-Horizontal-2-1.pngcdn-test.poetryfoundation.org/cdn-c... https://cdn-test.poetryfoundation.org/cdn-cgi/image/w=1146,q=80/content/images/PF-Website-Small-Horizontal-2-1.png — 200 — 49.0 KiB — 35 ms — h2https://cdn-test.poetryfoundation.org/cdn-cgi/image/g=0.5512x0.4491,w=1146,h=764,q=80,fit=cover/content/images/Jack-White-cover-2.pngcdn-test.poetryfoundation.org/cdn-c... https://cdn-test.poetryfoundation.org/cdn-cgi/image/g=0.5512x0.4491,w=1146,h=764,q=80,fit=cover/content/images/Jack-White-cover-2.png — 200 — 36.5 KiB — 39 ms — h2https://cdn-test.poetryfoundation.org/cdn-cgi/image/g=0.3547x0.2339,w=1146,h=764,q=80,fit=cover/content/images/b80704401c89cea701d762b404630216cd869e13.jpgcdn-test.poetryfoundation.org/cdn-c... https://cdn-test.poetryfoundation.org/cdn-cgi/image/g=0.3547x0.2339,w=1146,h=764,q=80,fit=cover/content/images/b80704401c89cea701d762b404630216cd869e13.jpg — 200 — 39.1 KiB — 39 ms — h2https://www.googletagmanager.com/gtag/destination?id=AW-686952071&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=AW-686952071&cx=c&gtm=4e64h1 — 200 — 136.9 KiB — 42 ms — h2https://siteimproveanalytics.com/js/siteanalyze_6135381.jssiteimproveanalytics.com/js/siteana... https://siteimproveanalytics.com/js/siteanalyze_6135381.js — 200 — 9.6 KiB — 53 ms — h3https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 96.6 KiB — 75 ms — h3https://philantro.s3.amazonaws.com/pdf/philantro.jsphilantro.s3.amazonaws.com/pdf/phil... https://philantro.s3.amazonaws.com/pdf/philantro.js — 200 — 33.9 KiB — 759 ms — http/1.1https://www.googletagmanager.com/gtag/js?id=G-W0RZ0EVPLP&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-W0RZ0EVPLP&cx=c&gtm=4e64h1 — 200 — 172.2 KiB — 53 ms — h2https://www.google.com/ccm/collect?rcb=6&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.poetryfoundation.org%2F&scrsrc=www.googletagmanager.com&rnd=1779119065.1776807052&dt=Poetry%20Foundation&auid=332710791.1776807052&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64h1v76759565za200zd76759565xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938469~117266401&apve=1&apvf=f&apvc=1&tft=1776807051778&tfd=1613www.google.com/ccm/collect?rcb=6&fr... https://www.google.com/ccm/collect?rcb=6&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.poetryfoundation.org%2F&scrsrc=www.googletagmanager.com&rnd=1779119065.1776807052&dt=Poetry%20Foundation&auid=332710791.1776807052&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64h1v76759565za200zd76759565xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938469~117266401&apve=1&apvf=f&apvc=1&tft=1776807051778&tfd=1613 — 200 — 21 B — 88 ms — h3https://www.google.com/ccm/collect?rcb=7&frm=0&ae=g&dl=https%3A%2F%2Fwww.poetryfoundation.org%2F&scrsrc=www.googletagmanager.com&rnd=1779119065.1776807052&dt=Poetry%20Foundation&auid=332710791.1776807052&navt=n&npa=1&_tu=CA&gtm=45be64h1v897849577z876759565za20gzb76759565zd76759565xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266401&apve=1&apvf=f&apvc=0&tids=AW-686952071&tid=AW-686952071&tft=1776807051863&tfd=1698www.google.com/ccm/collect?rcb=7&fr... https://www.google.com/ccm/collect?rcb=7&frm=0&ae=g&dl=https%3A%2F%2Fwww.poetryfoundation.org%2F&scrsrc=www.googletagmanager.com&rnd=1779119065.1776807052&dt=Poetry%20Foundation&auid=332710791.1776807052&navt=n&npa=1&_tu=CA&gtm=45be64h1v897849577z876759565za20gzb76759565zd76759565xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266401&apve=1&apvf=f&apvc=0&tids=AW-686952071&tid=AW-686952071&tft=1776807051863&tfd=1698 — 200 — 21 B — 64 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-W0RZ0EVPLP&gtm=45je64h1v875965451z876759565za20gzb76759565zd76759565&_p=1776807051233&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=622357508.1776807052&frm=0&pscdl=noapi&rcb=0&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266401~117884344&sid=1776807051&sct=1&seg=0&dl=https%3A%2F%2Fwww.poetryfoundation.org%2F&dt=Poetry%20Foundation&_tu=CA&en=page_view&_fv=1&_nsi=1&_ss=1&ep.content_group=Other%20group&ep.content_title=Poetry%20Foundation&ep.content_type=homepage&ep.first_publication_date=2024-04-10T09%3A22%3A00-05%3A00&ep.updated_publication_date=2026-04-20T08%3A49%3A44-05%3A00&tfd=1754region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-W0RZ0EVPLP&gtm=45je64h1v875965451z876759565za20gzb76759565zd76759565&_p=1776807051233&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=622357508.1776807052&frm=0&pscdl=noapi&rcb=0&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266401~117884344&sid=1776807051&sct=1&seg=0&dl=https%3A%2F%2Fwww.poetryfoundation.org%2F&dt=Poetry%20Foundation&_tu=CA&en=page_view&_fv=1&_nsi=1&_ss=1&ep.content_group=Other%20group&ep.content_title=Poetry%20Foundation&ep.content_type=homepage&ep.first_publication_date=2024-04-10T09%3A22%3A00-05%3A00&ep.updated_publication_date=2026-04-20T08%3A49%3A44-05%3A00&tfd=1754 — 204 — 556 B — 101 ms — h2https://6135381.global.siteimproveanalytics.io/image.aspx?url=https%3A%2F%2Fwww.poetryfoundation.org%2F&title=Poetry%20Foundation&res=800x600&accountid=6135381&rt=1760&prev=46329d01-b0a1-7cad-e65f-d68c543d0706&luid=7a7e89dd-a8f4-8dc8-a445-82c41af2d8cf&rnd=218606135381.global.siteimproveanalytics... https://6135381.global.siteimproveanalytics.io/image.aspx?url=https%3A%2F%2Fwww.poetryfoundation.org%2F&title=Poetry%20Foundation&res=800x600&accountid=6135381&rt=1760&prev=46329d01-b0a1-7cad-e65f-d68c543d0706&luid=7a7e89dd-a8f4-8dc8-a445-82c41af2d8cf&rnd=21860 — 200 — 210 B — 97 ms — h2https://connect.facebook.net/signals/config/469767373773271?v=2.9.303&r=stable&domain=www.poetryfoundation.org&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/469767373773271?v=2.9.303&r=stable&domain=www.poetryfoundation.org&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168 — 200 — 46.7 KiB — 23 ms — h3https://www.facebook.com/tr/?id=469767373773271&ev=PageView&dl=https%3A%2F%2Fwww.poetryfoundation.org%2F&rl=&if=false&ts=1776807052015&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776807051999.72134103414457163&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Poetry%20Foundation&pmd[locale]=en_US&pmd[description]=Poems%2C%20readings%2C%20poetry%20news%20and%20the%20entire%20110-year%20archive%20of%20POETRY%20magazine.&plt=1026.1000003814697&it=1776807051952&coo=false&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&rqm=GETwww.facebook.com/tr/?id=46976737377... https://www.facebook.com/tr/?id=469767373773271&ev=PageView&dl=https%3A%2F%2Fwww.poetryfoundation.org%2F&rl=&if=false&ts=1776807052015&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776807051999.72134103414457163&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Poetry%20Foundation&pmd[locale]=en_US&pmd[description]=Poems%2C%20readings%2C%20poetry%20news%20and%20the%20entire%20110-year%20archive%20of%20POETRY%20magazine.&plt=1026.1000003814697&it=1776807051952&coo=false&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&rqm=GET — 200 — 19 B — 55 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=469767373773271&ev=PageView&dl=https%3A%2F%2Fwww.poetryfoundation.org%2F&rl=&if=false&ts=1776807052015&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776807051999.72134103414457163&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Poetry%20Foundation&pmd[locale]=en_US&pmd[description]=Poems%2C%20readings%2C%20poetry%20news%20and%20the%20entire%20110-year%20archive%20of%20POETRY%20magazine.&plt=1026.1000003814697&it=1776807051952&coo=false&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=469767373773271&ev=PageView&dl=https%3A%2F%2Fwww.poetryfoundation.org%2F&rl=&if=false&ts=1776807052015&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776807051999.72134103414457163&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Poetry%20Foundation&pmd[locale]=en_US&pmd[description]=Poems%2C%20readings%2C%20poetry%20news%20and%20the%20entire%20110-year%20archive%20of%20POETRY%20magazine.&plt=1026.1000003814697&it=1776807051952&coo=false&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&rqm=FGET — 200 — 195 B — 272 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 1018ms · 539KB · €11/mo
www.poetryfoundation.org
Other
Costly
Execution 381ms
Transfer 199 KB
Monthly Cost €4/mo
Unattributable
Other
Costly
Execution 256ms
Transfer 0 KB
Monthly Cost €3/mo
www.poetryfoundation.org
Other
Costly
Execution 209ms
Transfer 3 KB
Monthly Cost €2/mo
Google Tag Manager
Tag Manager
Optional
Execution 65ms
Transfer 154 KB
Unused 40%
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 55ms
Transfer 172 KB
Unused 40%
Monthly Cost €1/mo
www.poetryfoundation.org
Other
Optional
Execution 53ms
Transfer 10 KB
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • www.poetryfoundation.org adds 381ms and costs ~€4/month
  • Unattributable adds 256ms and costs ~€3/month
  • www.poetryfoundation.org adds 209ms and costs ~€2/month

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

Why this matters

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

Learn more

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

Source: web.dev

www.poetryfoundation.org takes 381ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

Unattributable takes 256ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

www.poetryfoundation.org takes 209ms 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