Skip to content
https://pewresearch.org

Performance

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

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

81
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.
100
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
100
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.16 s

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

2.87 s

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

0 ms

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

0.003

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

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

2.89 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.4 MB transferred, 123 requests
FIX
3.4 MB transferred, 123 requests
Warning::
Page weighs 10.0 MB (3.4 MB transferred)
Warning::
JavaScript is 1.1 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.1 MB
Warning::
123 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.72 g CO2 per page load
3.4 MB / 2.4 MB budget
3.4 MB transferred
123 requests
0.72 g CO2 per page load
Other 1.3 MiB 39%
JavaScript 1.1 MiB 31%
Images 826.4 KiB 24%
Fonts 104.6 KiB 3%
HTML 82.3 KiB 2%
CSS 20.1 KiB 1%
Other 1.8 KiB 0%
Other 1.3 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

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.4 MiB of 3.4 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Bundles
Action
39 scripts, 477 KB unused
FIX
39 scripts, 477 KB unused
Warning::
https://www.googletagmanager.com/gtag/destination?...: 106 KB unused (72%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-MVF...: 73 KB unused (44%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/destination?...: 66 KB unused (45%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-JWLC...: 65 KB unused (39%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.pewresearch.org/wp-content/plugins/prc...: 60 KB unused (83%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 477 KB
477 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/destination?id=AW-16766548945&cx=c&gtm=4e64h1h1147 KB106 KB (72%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-MVFJNW166 KB73 KB (44%)3rd
https://www.googletagmanager.com/gtag/destination?id=AW-975782686&cx=c&gtm=4e64h1h1147 KB66 KB (45%)3rd
https://www.googletagmanager.com/gtag/js?id=G-JWLCYL52TJ167 KB65 KB (39%)3rd
https://www.pewresearch.org/wp-content/plugins/prc-platform-core/includes/firebase/build/module.min.js?ver=8b686335cc288c51c89d72 KB60 KB (83%)3rd
https://connect.facebook.net/en_US/fbevents.js97 KB47 KB (48%)3rd
https://www.pewresearch.org/wp-content/plugins/gutenberg/build/scripts/vendors/react-dom.min.js?ver=1843 KB37 KB (86%)3rd
https://www.pewresearch.org/_static/??-eJx9jtEKwjAMRX/ILgyZwwfxW7ou2zLarKapc39vhwrigxAINxzODazREDufe0wwl7lllO29qkBczekA/yATaBSr+A27hRVZIfo8EicYrEMt9w2tJIi58+R20Z79Zqy4ie5oPtgL+JXphKH0R3Gm/EEjm7QlxQBdJt/DgFazoBFMceG0+1arbkIB4h4fRXcNl7ptm7o5n9rj/ATh913a35 KB24 KB (68%)3rd
https://www.pewresearch.org/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-consent-mode-bc2e26cfa69fcd4a8261.js?m=1775159671g26 KB3rd
https://stats.wp.com/e-202617.js2 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
123 resources · 3.4 MB · 477 KB savings available
FIX
123 resources · 3.4 MB · 477 KB savings available
Warning::
Page weight 2.4 MB over 1MB target
Got: 3.4 MB Expected: ≤ 1 MB
Info::
~477 KB of savings available
Warning::
122 third-party resources (100% of weight)
Info::
2 resources over 200KB
123 resources · 3.4 MiB · 122 third-party 2.4 MiB over 1MB target
Image 63% · 2.2 MiB
JavaScript 31% · 1.1 MiB
Font 3% · 104.6 KiB
Document 2% · 82.5 KiB
CSS 1% · 20.1 KiB
Other 0% · 2.9 KiB

~477.2 KiB of savings available

Remove unused JavaScript: 477.2 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
48 images, 0 KB saveable
REVIEW
48 images, 0 KB saveable
Warning::
https://www.pewresearch.org/wp-content/plugins/prc... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.pewresearch.org/var/www/wp-content/plu... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.pewresearch.org/wp-content/plugins/prc... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.pewresearch.org/var/www/wp-content/plu... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
48 images 826 KB
0 oversized -0 KB
7 legacy format
4 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

B
JS Execution Cost
946ms total JS execution
REVIEW
946ms total JS execution
Warning::
Unattributable: 395ms CPU time
Warning::
https://www.pewresearch.org/: 278ms CPU time
Info::
https://www.googletagmanager.com/gtag/destination?...: 100ms CPU time
Info::
https://www.pewresearch.org/_static/??-eJydy8EKwjA...: 65ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-JWLC...: 58ms CPU time
Warning::
Third-party scripts: 946ms (100% of total)

Main Thread Breakdown

Script Evaluation 37% Other 27% Style & Layout 21% Script Parsing & Compilation 8% Rendering 4%
ScriptTotalScriptingParse/CompileParty
Unattributable395ms48ms0ms3rd
https://www.pewresearch.org/278ms19ms8ms3rd
https://www.googletagmanager.com/gtag/destination?id=AW-975782686&cx=c&gtm=4e64h1h1100ms91ms8ms3rd
https://www.pewresearch.org/_static/??-eJydy8EKwjAMgOEXMgtDZvEgPovtyshMm5K0lr29vXkT9Pj/8GEvECTXmCsWbhtlw6IBPEt4ApPXhx7oG/GKLJvgi2KfdjvhD9Cq6AFUY/rKx7LRg5XmmcJngFfpFnVKlP/QlKkOdk+32bllXq4Xd97fijtdbQ==65ms51ms3ms3rd
https://www.googletagmanager.com/gtag/js?id=G-JWLCYL52TJ58ms38ms14ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-MVFJNW51ms38ms12ms3rd
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
6 fonts (105 KB)
PASS
6 fonts (105 KB)
Info::
6 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

6

105 KB total

Render-blocking

0

of 6

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.2 s LCP 2.9 shttps://use.typekit.net/af/9cb78a/0000000000000000000118ad/27/l?primer=d1f613cb06039f47a6b061638610cf5ab7f81980bb277247c608262fa9e29e9e&fvd=n4&v=3l https://use.typekit.net/af/9cb78a/0000000000000000000118ad/27/l?primer=d1f613cb06039f47a6b061638610cf5ab7f81980bb277247c608262fa9e29e9e&fvd=n4&v=3 — 14.3 KiB — 18 ms — font-display: swaphttps://use.typekit.net/af/b825af/0000000000000000000118b1/27/l?primer=d1f613cb06039f47a6b061638610cf5ab7f81980bb277247c608262fa9e29e9e&fvd=n7&v=3l https://use.typekit.net/af/b825af/0000000000000000000118b1/27/l?primer=d1f613cb06039f47a6b061638610cf5ab7f81980bb277247c608262fa9e29e9e&fvd=n7&v=3 — 14.0 KiB — 26 ms — font-display: swaphttps://use.typekit.net/af/c70000/0000000000000000000119bd/27/l?primer=6751e8e399b1671881ab3b69b6399b999c66c1a51b13c5c5819a4241ce9d8ffe&fvd=n4&v=3l https://use.typekit.net/af/c70000/0000000000000000000119bd/27/l?primer=6751e8e399b1671881ab3b69b6399b999c66c1a51b13c5c5819a4241ce9d8ffe&fvd=n4&v=3 — 21.1 KiB — 21 ms — font-display: swaphttps://use.typekit.net/af/144993/000000000000000077359ff4/30/l?primer=6751e8e399b1671881ab3b69b6399b999c66c1a51b13c5c5819a4241ce9d8ffe&fvd=n6&v=3l https://use.typekit.net/af/144993/000000000000000077359ff4/30/l?primer=6751e8e399b1671881ab3b69b6399b999c66c1a51b13c5c5819a4241ce9d8ffe&fvd=n6&v=3 — 18.9 KiB — 20 ms — font-display: swaphttps://use.typekit.net/af/2e6f07/000000000000000000011ce6/27/l?primer=d1f613cb06039f47a6b061638610cf5ab7f81980bb277247c608262fa9e29e9e&fvd=n5&v=3l https://use.typekit.net/af/2e6f07/000000000000000000011ce6/27/l?primer=d1f613cb06039f47a6b061638610cf5ab7f81980bb277247c608262fa9e29e9e&fvd=n5&v=3 — 13.8 KiB — 19 ms — font-display: swaphttps://use.typekit.net/af/8c6b3b/0000000000000000000119be/27/l?primer=6751e8e399b1671881ab3b69b6399b999c66c1a51b13c5c5819a4241ce9d8ffe&fvd=i4&v=3l https://use.typekit.net/af/8c6b3b/0000000000000000000119be/27/l?primer=6751e8e399b1671881ab3b69b6399b999c66c1a51b13c5c5819a4241ce9d8ffe&fvd=i4&v=3 — 22.5 KiB — 24 ms — font-display: swap
l woff2 swap
Size 14 KB
Load time 18 ms
Start 505 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 14 KB
Load time 26 ms
Start 506 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 21 KB
Load time 21 ms
Start 508 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 19 KB
Load time 20 ms
Start 508 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 14 KB
Load time 19 ms
Start 508 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 22 KB
Load time 24 ms
Start 509 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
123 requests over 1839ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 1.2 s LCP 2.9 shttps://pewresearch.org// https://pewresearch.org/ — 302 — 171 B — 120 ms — h2https://www.pewresearch.org/www.pewresearch.org/ https://www.pewresearch.org/ — 200 — 82.3 KiB — 7 ms — h2https://www.pewresearch.org/wp-content/plugins/gutenberg/build/styles/block-library/navigation/style.min.css?m=1775159671gwww.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/gutenberg/build/styles/block-library/navigation/style.min.css?m=1775159671g — 200 — 2.8 KiB — 34 ms — h2https://www.pewresearch.org/wp-content/plugins/prc-block-library/build/core-group/style-index.css?m=1775159671gwww.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/prc-block-library/build/core-group/style-index.css?m=1775159671g — 200 — 1.1 KiB — 25 ms — h2https://www.pewresearch.org/_static/??-eJyVzD0OwjAMQOELYawMJWJAnCU/VmTVdSInAXr7Ika2Lm96+vDdIFUdpAObzMLasVmCKDWtIBwt2I5xsmQsxvk3WxUhwz52IWDN9Lmm3i94wtLw4hIGV4WNSvhG5z/43B7O+8Ut95t3B2VPPqU=www.pewresearch.org/_static/??-eJyV... https://www.pewresearch.org/_static/??-eJyVzD0OwjAMQOELYawMJWJAnCU/VmTVdSInAXr7Ika2Lm96+vDdIFUdpAObzMLasVmCKDWtIBwt2I5xsmQsxvk3WxUhwz52IWDN9Lmm3i94wtLw4hIGV4WNSvhG5z/43B7O+8Ut95t3B2VPPqU= — 200 — 1.8 KiB — 27 ms — h2https://www.pewresearch.org/wp-content/plugins/prc-block-library/build/story-item/style-index.css?m=1775159671gwww.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/prc-block-library/build/story-item/style-index.css?m=1775159671g — 200 — 2.3 KiB — 29 ms — h2https://www.pewresearch.org/wp-content/plugins/prc-block-library/build/promo/style-index.css?m=1775159671gwww.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/prc-block-library/build/promo/style-index.css?m=1775159671g — 200 — 1.4 KiB — 35 ms — h2https://www.pewresearch.org/wp-content/plugins/prc-block-library/build/core-image/style-index.css?m=1775159671gwww.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/prc-block-library/build/core-image/style-index.css?m=1775159671g — 200 — 880 B — 65 ms — h2https://www.pewresearch.org/_static/??-eJxtzEEOwiAQheELSScsKnFhPAtMCZmUDoQBldu3BJcu/7yXDz5ZYeLquUKOLRALhHal8yWAaxQ3kNqjF3Ax4a4iuWJLB0lINl7Ju8zHchAvKHKDP2YuqHKht8U+Nhnb1H+lnGX2ZVKKePPfgb2OpzZm1evjbvQJlQ5Akw==www.pewresearch.org/_static/??-eJxt... https://www.pewresearch.org/_static/??-eJxtzEEOwiAQheELSScsKnFhPAtMCZmUDoQBldu3BJcu/7yXDz5ZYeLquUKOLRALhHal8yWAaxQ3kNqjF3Ax4a4iuWJLB0lINl7Ju8zHchAvKHKDP2YuqHKht8U+Nhnb1H+lnGX2ZVKKePPfgb2OpzZm1evjbvQJlQ5Akw== — 200 — 2.7 KiB — 56 ms — h2https://www.pewresearch.org/_static/??-eJx9zk0KAjEMBeAL2QmzGIsL8SzTH4dgmpSkRef2diUKg8vwHt8LPKuLwi1zg0p9QzbY+jhD1g1CR0pgbadsEEjiwxEGXXWHKKUITwV5imYnOHCqRldpbXfRMkLNgBypp2Hh6DqSNWX9HnHIKb/+gr9ffEDrtYo2O9Zu5Tp7v8zL5eznN1g3W0g=www.pewresearch.org/_static/??-eJx9... https://www.pewresearch.org/_static/??-eJx9zk0KAjEMBeAL2QmzGIsL8SzTH4dgmpSkRef2diUKg8vwHt8LPKuLwi1zg0p9QzbY+jhD1g1CR0pgbadsEEjiwxEGXXWHKKUITwV5imYnOHCqRldpbXfRMkLNgBypp2Hh6DqSNWX9HnHIKb/+gr9ffEDrtYo2O9Zu5Tp7v8zL5eznN1g3W0g= — 200 — 1.9 KiB — 29 ms — h2https://www.pewresearch.org/wp-content/plugins/prc-block-library/build/core-cover/style-index.css?m=1775159671gwww.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/prc-block-library/build/core-cover/style-index.css?m=1775159671g — 200 — 1.0 KiB — 44 ms — h2https://www.pewresearch.org/_static/??-eJyNzcsKwkAMheEXMoYKtbgQn2UmE9vg3JhkqH17BcWVguvD/x1cK1DJxtmwxj5LVqyNwMdCN4jim2sb+i4xIJXGYM4rqm2RQXLg+55Ud/hDcc0gSGMyKRklU+yB9QXVogZXdtYbB5DkZn7//KtHnh1tn8mpsinawonh2YEukr6Tl3QepmkcxtNxOjwA8C5gmQ==www.pewresearch.org/_static/??-eJyN... https://www.pewresearch.org/_static/??-eJyNzcsKwkAMheEXMoYKtbgQn2UmE9vg3JhkqH17BcWVguvD/x1cK1DJxtmwxj5LVqyNwMdCN4jim2sb+i4xIJXGYM4rqm2RQXLg+55Ud/hDcc0gSGMyKRklU+yB9QXVogZXdtYbB5DkZn7//KtHnh1tn8mpsinawonh2YEukr6Tl3QepmkcxtNxOjwA8C5gmQ== — 200 — 1.8 KiB — 31 ms — h2https://www.pewresearch.org/wp-content/plugins/facetwp-years/public/css/yearly-archive-facetwp-public.css?m=1775159671gwww.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/facetwp-years/public/css/yearly-archive-facetwp-public.css?m=1775159671g — 200 — 274 B — 42 ms — h2https://use.typekit.net/tic0xoy.css?ver=2.0use.typekit.net/tic0xoy.css?ver=2.0 https://use.typekit.net/tic0xoy.css?ver=2.0 — 200 — 1.3 KiB — 73 ms — h2https://www.pewresearch.org/wp-content/themes/prc-design-system/build/style/style-index.css?m=1775159673gwww.pewresearch.org/wp-content/them... https://www.pewresearch.org/wp-content/themes/prc-design-system/build/style/style-index.css?m=1775159673g — 200 — 712 B — 54 ms — h2https://www.pewresearch.org/_static/??-eJydy8EKwjAMgOEXMgtDZvEgPovtyshMm5K0lr29vXkT9Pj/8GEvECTXmCsWbhtlw6IBPEt4ApPXhx7oG/GKLJvgi2KfdjvhD9Cq6AFUY/rKx7LRg5XmmcJngFfpFnVKlP/QlKkOdk+32bllXq4Xd97fijtdbQ==www.pewresearch.org/_static/??-eJyd... https://www.pewresearch.org/_static/??-eJydy8EKwjAMgOEXMgtDZvEgPovtyshMm5K0lr29vXkT9Pj/8GEvECTXmCsWbhtlw6IBPEt4ApPXhx7oG/GKLJvgi2KfdjvhD9Cq6AFUY/rKx7LRg5XmmcJngFfpFnVKlP/QlKkOdk+32bllXq4Xd97fijtdbQ== — 200 — 26.5 KiB — 47 ms — h2https://www.pewresearch.org/wp-content/plugins/prc-analytics/build/tracking-pixels/meta.js?ver=6936949a518d0531e68fwww.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/prc-analytics/build/tracking-pixels/meta.js?ver=6936949a518d0531e68f — 200 — 757 B — 42 ms — h2https://www.pewresearch.org/wp-content/plugins/prc-analytics/build/tracking-pixels/pinterest.js?ver=8e4234a8b5a9a26c3b88www.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/prc-analytics/build/tracking-pixels/pinterest.js?ver=8e4234a8b5a9a26c3b88 — 200 — 673 B — 52 ms — h2https://www.pewresearch.org/wp-content/plugins/prc-analytics/build/tracking-pixels/linkedin.js?ver=41406154649388c79639www.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/prc-analytics/build/tracking-pixels/linkedin.js?ver=41406154649388c79639 — 200 — 689 B — 58 ms — h2https://www.pewresearch.org/wp-content/plugins/prc-analytics/build/tracking-pixels/reddit.js?ver=6092d13923c168d61481www.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/prc-analytics/build/tracking-pixels/reddit.js?ver=6092d13923c168d61481 — 200 — 688 B — 55 ms — h2https://www.pewresearch.org/_static/??/wp-content/plugins/nelio-ab-testing/assets/dist/js/visitor-type.js,/wp-includes/js/dist/vendor/wp-polyfill.min.js?m=1775159671jwww.pewresearch.org/_static/??/wp-c... https://www.pewresearch.org/_static/??/wp-content/plugins/nelio-ab-testing/assets/dist/js/visitor-type.js,/wp-includes/js/dist/vendor/wp-polyfill.min.js?m=1775159671j — 200 — 14.6 KiB — 43 ms — h2https://www.pewresearch.org/wp-content/plugins/gutenberg/build/scripts/vendors/react.min.js?ver=18www.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/gutenberg/build/scripts/vendors/react.min.js?ver=18 — 200 — 3.1 KiB — 42 ms — h2https://www.pewresearch.org/wp-content/plugins/gutenberg/build/scripts/vendors/react-jsx-runtime.min.js?m=1775159671gwww.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/gutenberg/build/scripts/vendors/react-jsx-runtime.min.js?m=1775159671g — 200 — 1019 B — 53 ms — h2https://www.pewresearch.org/wp-content/plugins/gutenberg/build/scripts/vendors/react-dom.min.js?ver=18www.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/gutenberg/build/scripts/vendors/react-dom.min.js?ver=18 — 200 — 43.4 KiB — 59 ms — h2https://www.pewresearch.org/wp-content/plugins/gutenberg/build/scripts/dom-ready/index.min.js?m=1775159671gwww.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/gutenberg/build/scripts/dom-ready/index.min.js?m=1775159671g — 200 — 788 B — 55 ms — h2https://challenges.cloudflare.com/turnstile/v0/api.js?onload=onloadTurnstileCallback&ver=1.0.0challenges.cloudflare.com/turnstile... https://challenges.cloudflare.com/turnstile/v0/api.js?onload=onloadTurnstileCallback&ver=1.0.0 — 302 — 265 B — 77 ms — h3https://www.pewresearch.org/_static/??-eJx9jtEKwjAMRX/ILgyZwwfxW7ou2zLarKapc39vhwrigxAINxzODazREDufe0wwl7lllO29qkBczekA/yATaBSr+A27hRVZIfo8EicYrEMt9w2tJIi58+R20Z79Zqy4ie5oPtgL+JXphKH0R3Gm/EEjm7QlxQBdJt/DgFazoBFMceG0+1arbkIB4h4fRXcNl7ptm7o5n9rj/ATh913awww.pewresearch.org/_static/??-eJx9... https://www.pewresearch.org/_static/??-eJx9jtEKwjAMRX/ILgyZwwfxW7ou2zLarKapc39vhwrigxAINxzODazREDufe0wwl7lllO29qkBczekA/yATaBSr+A27hRVZIfo8EicYrEMt9w2tJIi58+R20Z79Zqy4ie5oPtgL+JXphKH0R3Gm/EEjm7QlxQBdJt/DgFazoBFMceG0+1arbkIB4h4fRXcNl7ptm7o5n9rj/ATh913a — 200 — 35.4 KiB — 60 ms — h2https://www.pewresearch.org/wp-content/plugins/prc-block-library/src/logo/assets/alternate.svgwww.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/prc-block-library/src/logo/assets/alternate.svg — 200 — 3.7 KiB — 3 ms — h2https://www.pewresearch.org/wp-content/plugins/prc-block-library/src/logo/assets/primary-white.svgwww.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/prc-block-library/src/logo/assets/primary-white.svg — 200 — 3.2 KiB — 4 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2026/04/PJ_26.04.14_local-news-fact-sheet_crop.png?w=268&h=151&crop=1www.pewresearch.org/wp-content/uplo... https://www.pewresearch.org/wp-content/uploads/sites/20/2026/04/PJ_26.04.14_local-news-fact-sheet_crop.png?w=268&h=151&crop=1 — 200 — 25.6 KiB — 6 ms — h2
0 ms 1.0 s 2.0 s 3.0 s FCP 1.2 s LCP 2.9 shttps://pewresearch.org// https://pewresearch.org/ — 302 — 171 B — 120 ms — h2https://www.pewresearch.org/www.pewresearch.org/ https://www.pewresearch.org/ — 200 — 82.3 KiB — 7 ms — h2https://www.pewresearch.org/wp-content/plugins/gutenberg/build/styles/block-library/navigation/style.min.css?m=1775159671gwww.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/gutenberg/build/styles/block-library/navigation/style.min.css?m=1775159671g — 200 — 2.8 KiB — 34 ms — h2https://www.pewresearch.org/wp-content/plugins/prc-block-library/build/core-group/style-index.css?m=1775159671gwww.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/prc-block-library/build/core-group/style-index.css?m=1775159671g — 200 — 1.1 KiB — 25 ms — h2https://www.pewresearch.org/_static/??-eJyVzD0OwjAMQOELYawMJWJAnCU/VmTVdSInAXr7Ika2Lm96+vDdIFUdpAObzMLasVmCKDWtIBwt2I5xsmQsxvk3WxUhwz52IWDN9Lmm3i94wtLw4hIGV4WNSvhG5z/43B7O+8Ut95t3B2VPPqU=www.pewresearch.org/_static/??-eJyV... https://www.pewresearch.org/_static/??-eJyVzD0OwjAMQOELYawMJWJAnCU/VmTVdSInAXr7Ika2Lm96+vDdIFUdpAObzMLasVmCKDWtIBwt2I5xsmQsxvk3WxUhwz52IWDN9Lmm3i94wtLw4hIGV4WNSvhG5z/43B7O+8Ut95t3B2VPPqU= — 200 — 1.8 KiB — 27 ms — h2https://www.pewresearch.org/wp-content/plugins/prc-block-library/build/story-item/style-index.css?m=1775159671gwww.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/prc-block-library/build/story-item/style-index.css?m=1775159671g — 200 — 2.3 KiB — 29 ms — h2https://www.pewresearch.org/wp-content/plugins/prc-block-library/build/promo/style-index.css?m=1775159671gwww.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/prc-block-library/build/promo/style-index.css?m=1775159671g — 200 — 1.4 KiB — 35 ms — h2https://www.pewresearch.org/wp-content/plugins/prc-block-library/build/core-image/style-index.css?m=1775159671gwww.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/prc-block-library/build/core-image/style-index.css?m=1775159671g — 200 — 880 B — 65 ms — h2https://www.pewresearch.org/_static/??-eJxtzEEOwiAQheELSScsKnFhPAtMCZmUDoQBldu3BJcu/7yXDz5ZYeLquUKOLRALhHal8yWAaxQ3kNqjF3Ax4a4iuWJLB0lINl7Ju8zHchAvKHKDP2YuqHKht8U+Nhnb1H+lnGX2ZVKKePPfgb2OpzZm1evjbvQJlQ5Akw==www.pewresearch.org/_static/??-eJxt... https://www.pewresearch.org/_static/??-eJxtzEEOwiAQheELSScsKnFhPAtMCZmUDoQBldu3BJcu/7yXDz5ZYeLquUKOLRALhHal8yWAaxQ3kNqjF3Ax4a4iuWJLB0lINl7Ju8zHchAvKHKDP2YuqHKht8U+Nhnb1H+lnGX2ZVKKePPfgb2OpzZm1evjbvQJlQ5Akw== — 200 — 2.7 KiB — 56 ms — h2https://www.pewresearch.org/_static/??-eJx9zk0KAjEMBeAL2QmzGIsL8SzTH4dgmpSkRef2diUKg8vwHt8LPKuLwi1zg0p9QzbY+jhD1g1CR0pgbadsEEjiwxEGXXWHKKUITwV5imYnOHCqRldpbXfRMkLNgBypp2Hh6DqSNWX9HnHIKb/+gr9ffEDrtYo2O9Zu5Tp7v8zL5eznN1g3W0g=www.pewresearch.org/_static/??-eJx9... https://www.pewresearch.org/_static/??-eJx9zk0KAjEMBeAL2QmzGIsL8SzTH4dgmpSkRef2diUKg8vwHt8LPKuLwi1zg0p9QzbY+jhD1g1CR0pgbadsEEjiwxEGXXWHKKUITwV5imYnOHCqRldpbXfRMkLNgBypp2Hh6DqSNWX9HnHIKb/+gr9ffEDrtYo2O9Zu5Tp7v8zL5eznN1g3W0g= — 200 — 1.9 KiB — 29 ms — h2https://www.pewresearch.org/wp-content/plugins/prc-block-library/build/core-cover/style-index.css?m=1775159671gwww.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/prc-block-library/build/core-cover/style-index.css?m=1775159671g — 200 — 1.0 KiB — 44 ms — h2https://www.pewresearch.org/_static/??-eJyNzcsKwkAMheEXMoYKtbgQn2UmE9vg3JhkqH17BcWVguvD/x1cK1DJxtmwxj5LVqyNwMdCN4jim2sb+i4xIJXGYM4rqm2RQXLg+55Ud/hDcc0gSGMyKRklU+yB9QXVogZXdtYbB5DkZn7//KtHnh1tn8mpsinawonh2YEukr6Tl3QepmkcxtNxOjwA8C5gmQ==www.pewresearch.org/_static/??-eJyN... https://www.pewresearch.org/_static/??-eJyNzcsKwkAMheEXMoYKtbgQn2UmE9vg3JhkqH17BcWVguvD/x1cK1DJxtmwxj5LVqyNwMdCN4jim2sb+i4xIJXGYM4rqm2RQXLg+55Ud/hDcc0gSGMyKRklU+yB9QXVogZXdtYbB5DkZn7//KtHnh1tn8mpsinawonh2YEukr6Tl3QepmkcxtNxOjwA8C5gmQ== — 200 — 1.8 KiB — 31 ms — h2https://www.pewresearch.org/wp-content/plugins/facetwp-years/public/css/yearly-archive-facetwp-public.css?m=1775159671gwww.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/facetwp-years/public/css/yearly-archive-facetwp-public.css?m=1775159671g — 200 — 274 B — 42 ms — h2https://use.typekit.net/tic0xoy.css?ver=2.0use.typekit.net/tic0xoy.css?ver=2.0 https://use.typekit.net/tic0xoy.css?ver=2.0 — 200 — 1.3 KiB — 73 ms — h2https://www.pewresearch.org/wp-content/themes/prc-design-system/build/style/style-index.css?m=1775159673gwww.pewresearch.org/wp-content/them... https://www.pewresearch.org/wp-content/themes/prc-design-system/build/style/style-index.css?m=1775159673g — 200 — 712 B — 54 ms — h2https://www.pewresearch.org/_static/??-eJydy8EKwjAMgOEXMgtDZvEgPovtyshMm5K0lr29vXkT9Pj/8GEvECTXmCsWbhtlw6IBPEt4ApPXhx7oG/GKLJvgi2KfdjvhD9Cq6AFUY/rKx7LRg5XmmcJngFfpFnVKlP/QlKkOdk+32bllXq4Xd97fijtdbQ==www.pewresearch.org/_static/??-eJyd... https://www.pewresearch.org/_static/??-eJydy8EKwjAMgOEXMgtDZvEgPovtyshMm5K0lr29vXkT9Pj/8GEvECTXmCsWbhtlw6IBPEt4ApPXhx7oG/GKLJvgi2KfdjvhD9Cq6AFUY/rKx7LRg5XmmcJngFfpFnVKlP/QlKkOdk+32bllXq4Xd97fijtdbQ== — 200 — 26.5 KiB — 47 ms — h2https://www.pewresearch.org/wp-content/plugins/prc-analytics/build/tracking-pixels/meta.js?ver=6936949a518d0531e68fwww.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/prc-analytics/build/tracking-pixels/meta.js?ver=6936949a518d0531e68f — 200 — 757 B — 42 ms — h2https://www.pewresearch.org/wp-content/plugins/prc-analytics/build/tracking-pixels/pinterest.js?ver=8e4234a8b5a9a26c3b88www.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/prc-analytics/build/tracking-pixels/pinterest.js?ver=8e4234a8b5a9a26c3b88 — 200 — 673 B — 52 ms — h2https://www.pewresearch.org/wp-content/plugins/prc-analytics/build/tracking-pixels/linkedin.js?ver=41406154649388c79639www.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/prc-analytics/build/tracking-pixels/linkedin.js?ver=41406154649388c79639 — 200 — 689 B — 58 ms — h2https://www.pewresearch.org/wp-content/plugins/prc-analytics/build/tracking-pixels/reddit.js?ver=6092d13923c168d61481www.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/prc-analytics/build/tracking-pixels/reddit.js?ver=6092d13923c168d61481 — 200 — 688 B — 55 ms — h2https://www.pewresearch.org/_static/??/wp-content/plugins/nelio-ab-testing/assets/dist/js/visitor-type.js,/wp-includes/js/dist/vendor/wp-polyfill.min.js?m=1775159671jwww.pewresearch.org/_static/??/wp-c... https://www.pewresearch.org/_static/??/wp-content/plugins/nelio-ab-testing/assets/dist/js/visitor-type.js,/wp-includes/js/dist/vendor/wp-polyfill.min.js?m=1775159671j — 200 — 14.6 KiB — 43 ms — h2https://www.pewresearch.org/wp-content/plugins/gutenberg/build/scripts/vendors/react.min.js?ver=18www.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/gutenberg/build/scripts/vendors/react.min.js?ver=18 — 200 — 3.1 KiB — 42 ms — h2https://www.pewresearch.org/wp-content/plugins/gutenberg/build/scripts/vendors/react-jsx-runtime.min.js?m=1775159671gwww.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/gutenberg/build/scripts/vendors/react-jsx-runtime.min.js?m=1775159671g — 200 — 1019 B — 53 ms — h2https://www.pewresearch.org/wp-content/plugins/gutenberg/build/scripts/vendors/react-dom.min.js?ver=18www.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/gutenberg/build/scripts/vendors/react-dom.min.js?ver=18 — 200 — 43.4 KiB — 59 ms — h2https://www.pewresearch.org/wp-content/plugins/gutenberg/build/scripts/dom-ready/index.min.js?m=1775159671gwww.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/gutenberg/build/scripts/dom-ready/index.min.js?m=1775159671g — 200 — 788 B — 55 ms — h2https://challenges.cloudflare.com/turnstile/v0/api.js?onload=onloadTurnstileCallback&ver=1.0.0challenges.cloudflare.com/turnstile... https://challenges.cloudflare.com/turnstile/v0/api.js?onload=onloadTurnstileCallback&ver=1.0.0 — 302 — 265 B — 77 ms — h3https://www.pewresearch.org/_static/??-eJx9jtEKwjAMRX/ILgyZwwfxW7ou2zLarKapc39vhwrigxAINxzODazREDufe0wwl7lllO29qkBczekA/yATaBSr+A27hRVZIfo8EicYrEMt9w2tJIi58+R20Z79Zqy4ie5oPtgL+JXphKH0R3Gm/EEjm7QlxQBdJt/DgFazoBFMceG0+1arbkIB4h4fRXcNl7ptm7o5n9rj/ATh913awww.pewresearch.org/_static/??-eJx9... https://www.pewresearch.org/_static/??-eJx9jtEKwjAMRX/ILgyZwwfxW7ou2zLarKapc39vhwrigxAINxzODazREDufe0wwl7lllO29qkBczekA/yATaBSr+A27hRVZIfo8EicYrEMt9w2tJIi58+R20Z79Zqy4ie5oPtgL+JXphKH0R3Gm/EEjm7QlxQBdJt/DgFazoBFMceG0+1arbkIB4h4fRXcNl7ptm7o5n9rj/ATh913a — 200 — 35.4 KiB — 60 ms — h2https://www.pewresearch.org/wp-content/plugins/prc-block-library/src/logo/assets/alternate.svgwww.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/prc-block-library/src/logo/assets/alternate.svg — 200 — 3.7 KiB — 3 ms — h2https://www.pewresearch.org/wp-content/plugins/prc-block-library/src/logo/assets/primary-white.svgwww.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/prc-block-library/src/logo/assets/primary-white.svg — 200 — 3.2 KiB — 4 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2026/04/PJ_26.04.14_local-news-fact-sheet_crop.png?w=268&h=151&crop=1www.pewresearch.org/wp-content/uplo... https://www.pewresearch.org/wp-content/uploads/sites/20/2026/04/PJ_26.04.14_local-news-fact-sheet_crop.png?w=268&h=151&crop=1 — 200 — 25.6 KiB — 6 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2026/04/PS_26.03.29_HealthInfo_featured@2x.png?w=268&h=151&crop=1www.pewresearch.org/wp-content/uplo... https://www.pewresearch.org/wp-content/uploads/sites/20/2026/04/PS_26.03.29_HealthInfo_featured@2x.png?w=268&h=151&crop=1 — 200 — 45.1 KiB — 5 ms — h2https://p.typekit.net/p.css?s=1&k=tic0xoy&ht=tk&f=12784.12785.12786.12788.12789.12790.14044.14045.14049.14050&a=133516491&app=typekit&e=cssp.typekit.net/p.css?s=1&k=tic0xoy&h... https://p.typekit.net/p.css?s=1&k=tic0xoy&ht=tk&f=12784.12785.12786.12788.12789.12790.14044.14045.14049.14050&a=133516491&app=typekit&e=css — 200 — 172 B — 16 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2026/04/PI_2026.04.15_teens-TikTok-Instagram-Snapchat_featured.jpg?w=564&h=317&crop=1www.pewresearch.org/wp-content/uplo... https://www.pewresearch.org/wp-content/uploads/sites/20/2026/04/PI_2026.04.15_teens-TikTok-Instagram-Snapchat_featured.jpg?w=564&h=317&crop=1 — 200 — 12.2 KiB — 5 ms — h2https://www.pewresearch.org/_static/??-eJyVyzsOgCAMANALKQ0DEgfjXfgEi1AIhejxdXV0fMODq862UPfUoaYRkBjCeGl8C2AGJgdsG9bOMFoCJOdvkZFE5Al+5KOUkz99z5vUWkm1LlrGByACMpw=www.pewresearch.org/_static/??-eJyV... https://www.pewresearch.org/_static/??-eJyVyzsOgCAMANALKQ0DEgfjXfgEi1AIhejxdXV0fMODq862UPfUoaYRkBjCeGl8C2AGJgdsG9bOMFoCJOdvkZFE5Al+5KOUkz99z5vUWkm1LlrGByACMpw= — 200 — 5.5 KiB — 4 ms — h2https://www.pewresearch.org/wp-content/plugins/gutenberg/build/scripts/i18n/index.min.js?ver=781d11515ad3d91786ecwww.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/gutenberg/build/scripts/i18n/index.min.js?ver=781d11515ad3d91786ec — 200 — 2.8 KiB — 5 ms — h2https://challenges.cloudflare.com/turnstile/v0/b/0b8fb825cb67/api.jschallenges.cloudflare.com/turnstile... https://challenges.cloudflare.com/turnstile/v0/b/0b8fb825cb67/api.js — 200 — 17.4 KiB — 43 ms — h3https://www.pewresearch.org/wp-content/plugins/gutenberg/build/scripts/api-fetch/index.min.js?ver=d7efe4dc1468d36c39b8www.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/gutenberg/build/scripts/api-fetch/index.min.js?ver=d7efe4dc1468d36c39b8 — 200 — 3.1 KiB — 4 ms — h2https://www.pewresearch.org/_static/??-eJyVztEKwjAMBdAfsgsT5vBB/JYujV1G2pWmZfr3VhQffFB8DPfmcGFLBtdYKBZIUj1HBV/bOVH2MFUWB4qZU1EgRZvIzCUIcHR07QLHbtEd/IMIhUfvJ5AymiS2XNYcWpipvaBURwrcukZW6yi/9Kf2RRLyFm/vyKpSG1PmNsagqtGZw4d1Dqd+HId+OB7G/XIH8wJvLw==www.pewresearch.org/_static/??-eJyV... https://www.pewresearch.org/_static/??-eJyVztEKwjAMBdAfsgsT5vBB/JYujV1G2pWmZfr3VhQffFB8DPfmcGFLBtdYKBZIUj1HBV/bOVH2MFUWB4qZU1EgRZvIzCUIcHR07QLHbtEd/IMIhUfvJ5AymiS2XNYcWpipvaBURwrcukZW6yi/9Kf2RRLyFm/vyKpSG1PmNsagqtGZw4d1Dqd+HId+OB7G/XIH8wJvLw== — 200 — 24.0 KiB — 6 ms — h2https://o4510032606527488.ingest.us.sentry.io/api/4510352600072192/envelope/?sentry_version=7&sentry_key=3c89de1fec26c527e4eb1b2a777b0007&sentry_client=sentry.javascript.browser%2F8.55.0o4510032606527488.ingest.us.sentry.... https://o4510032606527488.ingest.us.sentry.io/api/4510352600072192/envelope/?sentry_version=7&sentry_key=3c89de1fec26c527e4eb1b2a777b0007&sentry_client=sentry.javascript.browser%2F8.55.0 — 200 — 281 B — 75 ms — h2https://www.pewresearch.org/wp-content/mu-plugins/wp-parsely-3.23/build/loader.js?ver=ecf94842061bea03d54bwww.pewresearch.org/wp-content/mu-p... https://www.pewresearch.org/wp-content/mu-plugins/wp-parsely-3.23/build/loader.js?ver=ecf94842061bea03d54b — 200 — 1.6 KiB — 4 ms — h2https://cdn.parsely.com/keys/pewresearch.org/p.js?ver=3.23.1cdn.parsely.com/keys/pewresearch.or... https://cdn.parsely.com/keys/pewresearch.org/p.js?ver=3.23.1 — 200 — 18.3 KiB — 8 ms — h2https://www.pewresearch.org/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-consent-mode-bc2e26cfa69fcd4a8261.js?m=1775159671gwww.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-consent-mode-bc2e26cfa69fcd4a8261.js?m=1775159671g — 200 — 25.9 KiB — 4 ms — h2https://www.pewresearch.org/wp-content/plugins/gutenberg/build/modules/interactivity/index.min.js?ver=4d9d9330d767da3813ccwww.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/gutenberg/build/modules/interactivity/index.min.js?ver=4d9d9330d767da3813cc — 200 — 15.4 KiB — 15 ms — h2https://www.pewresearch.org/wp-content/plugins/prc-platform-core/includes/firebase/build/module.min.js?ver=8b686335cc288c51c89dwww.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/prc-platform-core/includes/firebase/build/module.min.js?ver=8b686335cc288c51c89d — 200 — 72.2 KiB — 35 ms — h2https://www.pewresearch.org/wp-content/plugins/wp-consent-api/assets/js/wp-consent-api.min.js?m=1775159673gwww.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/wp-consent-api/assets/js/wp-consent-api.min.js?m=1775159673g — 200 — 1003 B — 13 ms — h2https://www.googletagmanager.com/gtag/js?id=G-JWLCYL52TJwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-JWLCYL52TJ — 200 — 166.7 KiB — 150 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2026/04/PG_2026.04.07_us-views-of-iran_featured.png?w=268&h=151&crop=1www.pewresearch.org/wp-content/uplo... https://www.pewresearch.org/wp-content/uploads/sites/20/2026/04/PG_2026.04.07_us-views-of-iran_featured.png?w=268&h=151&crop=1 — 200 — 44.2 KiB — 24 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2026/04/SR_26.04.06_taxes_crop.png?w=268&h=151&crop=1www.pewresearch.org/wp-content/uplo... https://www.pewresearch.org/wp-content/uploads/sites/20/2026/04/SR_26.04.06_taxes_crop.png?w=268&h=151&crop=1 — 200 — 2.9 KiB — 25 ms — h2https://www.pewresearch.org/var/www/wp-content/plugins/prc-block-library/src/promo/assets/weekly.svgwww.pewresearch.org/var/www/wp-cont... https://www.pewresearch.org/var/www/wp-content/plugins/prc-block-library/src/promo/assets/weekly.svg — 200 — 1.1 KiB — 26 ms — h2https://stats.wp.com/e-202617.jsstats.wp.com/e-202617.js https://stats.wp.com/e-202617.js — 200 — 1.7 KiB — 26 ms — h2https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 96.6 KiB — 91 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-MVFJNWwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-MVFJNW — 200 — 166.2 KiB — 161 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2026/04/SR_26.04.20_BlendedFamilies_featured@2x.png?w=194&h=110&crop=1www.pewresearch.org/wp-content/uplo... https://www.pewresearch.org/wp-content/uploads/sites/20/2026/04/SR_26.04.20_BlendedFamilies_featured@2x.png?w=194&h=110&crop=1 — 200 — 33.7 KiB — 19 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2026/04/SR_26.04.16_seek-news_featured.png?w=194&h=110&crop=1www.pewresearch.org/wp-content/uplo... https://www.pewresearch.org/wp-content/uploads/sites/20/2026/04/SR_26.04.16_seek-news_featured.png?w=194&h=110&crop=1 — 200 — 26.4 KiB — 14 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2026/04/PF_26.04.16_TrumpReligion_featured.jpg?w=194&h=110&crop=1www.pewresearch.org/wp-content/uplo... https://www.pewresearch.org/wp-content/uploads/sites/20/2026/04/PF_26.04.16_TrumpReligion_featured.jpg?w=194&h=110&crop=1 — 200 — 6.5 KiB — 11 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2026/04/SR_26.04.15_Pessimistic_featured.png?w=194&h=110&crop=1www.pewresearch.org/wp-content/uplo... https://www.pewresearch.org/wp-content/uploads/sites/20/2026/04/SR_26.04.15_Pessimistic_featured.png?w=194&h=110&crop=1 — 200 — 29.3 KiB — 12 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2026/04/PI_2026.04.15_teens-TikTok-Instagram-Snapchat_featured.jpg?w=194&h=110&crop=1www.pewresearch.org/wp-content/uplo... https://www.pewresearch.org/wp-content/uploads/sites/20/2026/04/PI_2026.04.15_teens-TikTok-Instagram-Snapchat_featured.jpg?w=194&h=110&crop=1 — 200 — 3.7 KiB — 19 ms — h2https://www.pewresearch.org/var/www/wp-content/plugins/prc-block-library/src/promo/assets/journalism.svgwww.pewresearch.org/var/www/wp-cont... https://www.pewresearch.org/var/www/wp-content/plugins/prc-block-library/src/promo/assets/journalism.svg — 200 — 1.2 KiB — 13 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2026/03/SR_26.02.26_abortion_featured_A1.png?w=564&h=317&crop=1www.pewresearch.org/wp-content/uplo... https://www.pewresearch.org/wp-content/uploads/sites/20/2026/03/SR_26.02.26_abortion_featured_A1.png?w=564&h=317&crop=1 — 200 — 12.2 KiB — 10 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2026/04/SR_26.04.06_nato_featured.png?w=268&h=151&crop=1www.pewresearch.org/wp-content/uplo... https://www.pewresearch.org/wp-content/uploads/sites/20/2026/04/SR_26.04.06_nato_featured.png?w=268&h=151&crop=1 — 200 — 32.6 KiB — 11 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2026/02/PP_26.02.02_econ_tariffs__crop.png?w=268&h=151&crop=1www.pewresearch.org/wp-content/uplo... https://www.pewresearch.org/wp-content/uploads/sites/20/2026/02/PP_26.02.02_econ_tariffs__crop.png?w=268&h=151&crop=1 — 200 — 9.0 KiB — 13 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2026/01/PP_26.01.26_Immigration_feature.jpg?w=268&h=151&crop=1www.pewresearch.org/wp-content/uplo... https://www.pewresearch.org/wp-content/uploads/sites/20/2026/01/PP_26.01.26_Immigration_feature.jpg?w=268&h=151&crop=1 — 200 — 8.0 KiB — 14 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2026/03/ST_26.02.00_Timeuse_featured_notext@2x.png?w=268&h=151&crop=1www.pewresearch.org/wp-content/uplo... https://www.pewresearch.org/wp-content/uploads/sites/20/2026/03/ST_26.02.00_Timeuse_featured_notext@2x.png?w=268&h=151&crop=1 — 200 — 7.6 KiB — 14 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2025/11/PJ_2025.12.03_young-adults-news_featured-still.png?w=268&h=151&crop=1www.pewresearch.org/wp-content/uplo... https://www.pewresearch.org/wp-content/uploads/sites/20/2025/11/PJ_2025.12.03_young-adults-news_featured-still.png?w=268&h=151&crop=1 — 200 — 73.6 KiB — 20 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2025/09/PR_2025.09.16_how-religious-is-your-state_crop.png?w=268&h=151&crop=1www.pewresearch.org/wp-content/uplo... https://www.pewresearch.org/wp-content/uploads/sites/20/2025/09/PR_2025.09.16_how-religious-is-your-state_crop.png?w=268&h=151&crop=1 — 200 — 7.9 KiB — 17 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2025/08/SR_25.08.18_public-behavior_illustration.gif?w=268&h=151&crop=1www.pewresearch.org/wp-content/uplo... https://www.pewresearch.org/wp-content/uploads/sites/20/2025/08/SR_25.08.18_public-behavior_illustration.gif?w=268&h=151&crop=1 — 200 — 38.8 KiB — 19 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2026/03/SR_26.03.12_ai_featured.jpg?w=194&h=110&crop=1www.pewresearch.org/wp-content/uplo... https://www.pewresearch.org/wp-content/uploads/sites/20/2026/03/SR_26.03.12_ai_featured.jpg?w=194&h=110&crop=1 — 200 — 4.7 KiB — 10 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2026/03/SR_26.03.12_data-centers_featured.jpg?w=194&h=110&crop=1www.pewresearch.org/wp-content/uplo... https://www.pewresearch.org/wp-content/uploads/sites/20/2026/03/SR_26.03.12_data-centers_featured.jpg?w=194&h=110&crop=1 — 200 — 6.6 KiB — 11 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2026/02/PI_2026.02.24_teens-and-ai_featured.jpg?w=194&h=110&crop=1www.pewresearch.org/wp-content/uplo... https://www.pewresearch.org/wp-content/uploads/sites/20/2026/02/PI_2026.02.24_teens-and-ai_featured.jpg?w=194&h=110&crop=1 — 200 — 5.2 KiB — 12 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2025/12/PI_2025.12.09_teens-social-media-ai_featured.png?w=194&h=110&crop=1www.pewresearch.org/wp-content/uplo... https://www.pewresearch.org/wp-content/uploads/sites/20/2025/12/PI_2025.12.09_teens-social-media-ai_featured.png?w=194&h=110&crop=1 — 200 — 38.9 KiB — 13 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2025/10/PG_25.10.15_AI_featured@4x.png?w=194&h=110&crop=1www.pewresearch.org/wp-content/uplo... https://www.pewresearch.org/wp-content/uploads/sites/20/2025/10/PG_25.10.15_AI_featured@4x.png?w=194&h=110&crop=1 — 200 — 26.0 KiB — 13 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2026/03/PR_2026.03.19_us-morality_featured.png?w=564&h=317&crop=1www.pewresearch.org/wp-content/uplo... https://www.pewresearch.org/wp-content/uploads/sites/20/2026/03/PR_2026.03.19_us-morality_featured.png?w=564&h=317&crop=1 — 200 — 9.0 KiB — 12 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2026/03/SR_26.03.26_latin-america-religion_crop.png?w=268&h=151&crop=1www.pewresearch.org/wp-content/uplo... https://www.pewresearch.org/wp-content/uploads/sites/20/2026/03/SR_26.03.26_latin-america-religion_crop.png?w=268&h=151&crop=1 — 200 — 5.5 KiB — 9 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2026/03/SR_26.03.23_aid-in-dying_featured.jpg?w=268&h=151&crop=1www.pewresearch.org/wp-content/uplo... https://www.pewresearch.org/wp-content/uploads/sites/20/2026/03/SR_26.03.23_aid-in-dying_featured.jpg?w=268&h=151&crop=1 — 200 — 3.2 KiB — 10 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2026/03/SR_26.03.11_buddhism-worldwide_featured.jpg?w=268&h=151&crop=1www.pewresearch.org/wp-content/uplo... https://www.pewresearch.org/wp-content/uploads/sites/20/2026/03/SR_26.03.11_buddhism-worldwide_featured.jpg?w=268&h=151&crop=1 — 200 — 7.9 KiB — 12 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2026/03/SR_26.03.24_breaking-news_featured.jpg?w=194&h=110&crop=1www.pewresearch.org/wp-content/uplo... https://www.pewresearch.org/wp-content/uploads/sites/20/2026/03/SR_26.03.24_breaking-news_featured.jpg?w=194&h=110&crop=1 — 200 — 5.6 KiB — 8 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2026/02/PJ_26.02.19_newsletters_featured_crop.png?w=194&h=110&crop=1www.pewresearch.org/wp-content/uplo... https://www.pewresearch.org/wp-content/uploads/sites/20/2026/02/PJ_26.02.19_newsletters_featured_crop.png?w=194&h=110&crop=1 — 200 — 1.5 KiB — 9 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2026/02/SR_26.02.05_news_confidence_featured.jpg?w=194&h=110&crop=1www.pewresearch.org/wp-content/uplo... https://www.pewresearch.org/wp-content/uploads/sites/20/2026/02/SR_26.02.05_news_confidence_featured.jpg?w=194&h=110&crop=1 — 200 — 4.6 KiB — 10 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2025/11/PJ_2025.12.03_young-adults-news_featured-still.png?w=194&h=110&crop=1www.pewresearch.org/wp-content/uplo... https://www.pewresearch.org/wp-content/uploads/sites/20/2025/11/PJ_2025.12.03_young-adults-news_featured-still.png?w=194&h=110&crop=1 — 200 — 39.2 KiB — 6 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2026/04/PM_2026.04.08_Methods-101-Episode-3_Thumbnail_Horizontal.png?w=564&h=317&crop=1www.pewresearch.org/wp-content/uplo... https://www.pewresearch.org/wp-content/uploads/sites/20/2026/04/PM_2026.04.08_Methods-101-Episode-3_Thumbnail_Horizontal.png?w=564&h=317&crop=1 — 200 — 126.4 KiB — 17 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2026/02/PM_2026.02.11_Methods-101-Ep2_Thumbnail.png?w=194&h=110&crop=1www.pewresearch.org/wp-content/uplo... https://www.pewresearch.org/wp-content/uploads/sites/20/2026/02/PM_2026.02.11_Methods-101-Ep2_Thumbnail.png?w=194&h=110&crop=1 — 200 — 22.3 KiB — 11 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2025/11/PM_2025.11.20_Methods-101_Thumb_EP1_Wide_01.png?w=194&h=110&crop=1www.pewresearch.org/wp-content/uplo... https://www.pewresearch.org/wp-content/uploads/sites/20/2025/11/PM_2025.11.20_Methods-101_Thumb_EP1_Wide_01.png?w=194&h=110&crop=1 — 200 — 23.0 KiB — 13 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2018/03/FT_18.03.21_methods_featured.jpg?w=194&h=110&crop=1www.pewresearch.org/wp-content/uplo... https://www.pewresearch.org/wp-content/uploads/sites/20/2018/03/FT_18.03.21_methods_featured.jpg?w=194&h=110&crop=1 — 200 — 5.3 KiB — 14 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2025/02/PR_2025.02.26_religious-landscape-study_featured.jpg?w=268&h=151&crop=1www.pewresearch.org/wp-content/uplo... https://www.pewresearch.org/wp-content/uploads/sites/20/2025/02/PR_2025.02.26_religious-landscape-study_featured.jpg?w=268&h=151&crop=1 — 200 — 6.0 KiB — 14 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2025/11/PI_2025.11.20_social-media-use_A1.png?w=268&h=151&crop=1www.pewresearch.org/wp-content/uplo... https://www.pewresearch.org/wp-content/uploads/sites/20/2025/11/PI_2025.11.20_social-media-use_A1.png?w=268&h=151&crop=1 — 200 — 3.4 KiB — 9 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2026/02/SR_26.02.02_BorderEncounters_crop.png?w=268&h=151&crop=1www.pewresearch.org/wp-content/uplo... https://www.pewresearch.org/wp-content/uploads/sites/20/2026/02/SR_26.02.02_BorderEncounters_crop.png?w=268&h=151&crop=1 — 200 — 2.0 KiB — 9 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2026/02/PG_26.02.04_Pride_Interactive_featured-copy-2@2x.png?w=268&h=151&crop=1www.pewresearch.org/wp-content/uplo... https://www.pewresearch.org/wp-content/uploads/sites/20/2026/02/PG_26.02.04_Pride_Interactive_featured-copy-2@2x.png?w=268&h=151&crop=1 — 200 — 13.9 KiB — 6 ms — h2https://www.pewresearch.org/wp-content/plugins/prc-block-library/src/logo/assets/primary.svgwww.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/prc-block-library/src/logo/assets/primary.svg — 200 — 3.7 KiB — 7 ms — h2https://www.pewresearch.org/wp-content/plugins/prc-block-library/build/taxonomy-list-link/view.js?ver=93b216cee255a92b6e8awww.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/prc-block-library/build/taxonomy-list-link/view.js?ver=93b216cee255a92b6e8a — 200 — 739 B — 8 ms — h2https://www.pewresearch.org/wp-content/plugins/prc-block-library/build/navigation-mega-menu/view.js?ver=dde9d8caa3ad739724ccwww.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/prc-block-library/build/navigation-mega-menu/view.js?ver=dde9d8caa3ad739724cc — 200 — 1.2 KiB — 9 ms — h2https://www.pewresearch.org/wp-content/plugins/prc-block-library/build/form-captcha/view.js?ver=ee87b2799398b76a79cawww.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/prc-block-library/build/form-captcha/view.js?ver=ee87b2799398b76a79ca — 200 — 703 B — 10 ms — h2https://www.pewresearch.org/wp-content/plugins/prc-block-library/build/form/view/index.js?ver=88daff65598fe45495ecwww.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/prc-block-library/build/form/view/index.js?ver=88daff65598fe45495ec — 200 — 3.1 KiB — 13 ms — h2https://www.pewresearch.org/wp-content/plugins/prc-block-library/build/mailchimp-form/view/index.js?ver=029968b9ba4e385af118www.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/prc-block-library/build/mailchimp-form/view/index.js?ver=029968b9ba4e385af118 — 200 — 1.0 KiB — 18 ms — h2https://www.pewresearch.org/wp-content/plugins/prc-block-library/build/core-social-links/view.js?ver=9161296c8b6eefb15211www.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/prc-block-library/build/core-social-links/view.js?ver=9161296c8b6eefb15211 — 200 — 1.3 KiB — 18 ms — h2https://www.pewresearch.org/wp-content/plugins/prc-privacy-consent/build/consent-banner/view.js?ver=ece6c7ffb8355a0acc7ewww.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/prc-privacy-consent/build/consent-banner/view.js?ver=ece6c7ffb8355a0acc7e — 200 — 2.0 KiB — 8 ms — h2https://www.pewresearch.org/wp-content/plugins/prc-user-accounts/build/content-gate/view.js?ver=a2e1ab5543114ee1a1afwww.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/prc-user-accounts/build/content-gate/view.js?ver=a2e1ab5543114ee1a1af — 200 — 1.4 KiB — 9 ms — h2https://www.pewresearch.org/wp-content/plugins/prc-icon-library/build/icons/sprites/solid.svgwww.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/prc-icon-library/build/icons/sprites/solid.svg — 200 — 572.0 KiB — 104 ms — h2https://www.pewresearch.org/wp-content/plugins/prc-icon-library/build/icons/sprites/light.svgwww.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/prc-icon-library/build/icons/sprites/light.svg — 200 — 800.2 KiB — 97 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2021/05/PRC_MethodologyPagePromos_US_surveys-1.png?resize=296,168www.pewresearch.org/wp-content/uplo... https://www.pewresearch.org/wp-content/uploads/sites/20/2021/05/PRC_MethodologyPagePromos_US_surveys-1.png?resize=296,168 — 200 — 13.3 KiB — 12 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2018/10/PF_19.10.23_easternWesternEurope_crop-1.png?resize=300,168www.pewresearch.org/wp-content/uplo... https://www.pewresearch.org/wp-content/uploads/sites/20/2018/10/PF_19.10.23_easternWesternEurope_crop-1.png?resize=300,168 — 200 — 20.3 KiB — 12 ms — h2https://use.typekit.net/af/9cb78a/0000000000000000000118ad/27/l?primer=d1f613cb06039f47a6b061638610cf5ab7f81980bb277247c608262fa9e29e9e&fvd=n4&v=3use.typekit.net/af/9cb78a/000000000... https://use.typekit.net/af/9cb78a/0000000000000000000118ad/27/l?primer=d1f613cb06039f47a6b061638610cf5ab7f81980bb277247c608262fa9e29e9e&fvd=n4&v=3 — 200 — 14.3 KiB — 18 ms — h2https://use.typekit.net/af/b825af/0000000000000000000118b1/27/l?primer=d1f613cb06039f47a6b061638610cf5ab7f81980bb277247c608262fa9e29e9e&fvd=n7&v=3use.typekit.net/af/b825af/000000000... https://use.typekit.net/af/b825af/0000000000000000000118b1/27/l?primer=d1f613cb06039f47a6b061638610cf5ab7f81980bb277247c608262fa9e29e9e&fvd=n7&v=3 — 200 — 14.0 KiB — 26 ms — h2https://use.typekit.net/af/c70000/0000000000000000000119bd/27/l?primer=6751e8e399b1671881ab3b69b6399b999c66c1a51b13c5c5819a4241ce9d8ffe&fvd=n4&v=3use.typekit.net/af/c70000/000000000... https://use.typekit.net/af/c70000/0000000000000000000119bd/27/l?primer=6751e8e399b1671881ab3b69b6399b999c66c1a51b13c5c5819a4241ce9d8ffe&fvd=n4&v=3 — 200 — 21.1 KiB — 21 ms — h2https://use.typekit.net/af/144993/000000000000000077359ff4/30/l?primer=6751e8e399b1671881ab3b69b6399b999c66c1a51b13c5c5819a4241ce9d8ffe&fvd=n6&v=3use.typekit.net/af/144993/000000000... https://use.typekit.net/af/144993/000000000000000077359ff4/30/l?primer=6751e8e399b1671881ab3b69b6399b999c66c1a51b13c5c5819a4241ce9d8ffe&fvd=n6&v=3 — 200 — 18.9 KiB — 20 ms — h2https://use.typekit.net/af/2e6f07/000000000000000000011ce6/27/l?primer=d1f613cb06039f47a6b061638610cf5ab7f81980bb277247c608262fa9e29e9e&fvd=n5&v=3use.typekit.net/af/2e6f07/000000000... https://use.typekit.net/af/2e6f07/000000000000000000011ce6/27/l?primer=d1f613cb06039f47a6b061638610cf5ab7f81980bb277247c608262fa9e29e9e&fvd=n5&v=3 — 200 — 13.8 KiB — 19 ms — h2https://use.typekit.net/af/8c6b3b/0000000000000000000119be/27/l?primer=6751e8e399b1671881ab3b69b6399b999c66c1a51b13c5c5819a4241ce9d8ffe&fvd=i4&v=3use.typekit.net/af/8c6b3b/000000000... https://use.typekit.net/af/8c6b3b/0000000000000000000119be/27/l?primer=6751e8e399b1671881ab3b69b6399b999c66c1a51b13c5c5819a4241ce9d8ffe&fvd=i4&v=3 — 200 — 22.5 KiB — 24 ms — h2https://api.parsely.com/v2/profile?apikey=pewresearch.org&uuid=pid%3D0ecbe1f5-8b38-4d63-9abc-7e25ed811c45&url=https%3A%2F%2Fwww.pewresearch.org%2Fapi.parsely.com/v2/profile?apikey=p... https://api.parsely.com/v2/profile?apikey=pewresearch.org&uuid=pid%3D0ecbe1f5-8b38-4d63-9abc-7e25ed811c45&url=https%3A%2F%2Fwww.pewresearch.org%2F — 200 — 351 B — 302 ms — h2https://p1.parsely.com/plogger/?rand=1776797665051&plid=79a30d00-dd13-48f5-8f93-8085ec8f10d3&idsite=pewresearch.org&url=https%3A%2F%2Fwww.pewresearch.org%2F&urlref=&screen=800x600%7C800x600%7C24&data=%7B%7D&sid=1&surl=https%3A%2F%2Fwww.pewresearch.org%2F&sref=&sts=1776797665048&slts=0&title=Pew+Research+Center+%7C+Nonpartisan%2C+nonadvocacy%2C+public+opinion+polling+and+data-driven+social+science+research&date=Tue+Apr+21+2026+18%3A54%3A25+GMT%2B0000+(Coordinated+Universal+Time)&action=pageview&pvid=6df16414-5431-43e8-b01e-b82709fdbab5&u=pid%3D0ecbe1f5-8b38-4d63-9abc-7e25ed811c45p1.parsely.com/plogger/?rand=177679... https://p1.parsely.com/plogger/?rand=1776797665051&plid=79a30d00-dd13-48f5-8f93-8085ec8f10d3&idsite=pewresearch.org&url=https%3A%2F%2Fwww.pewresearch.org%2F&urlref=&screen=800x600%7C800x600%7C24&data=%7B%7D&sid=1&surl=https%3A%2F%2Fwww.pewresearch.org%2F&sref=&sts=1776797665048&slts=0&title=Pew+Research+Center+%7C+Nonpartisan%2C+nonadvocacy%2C+public+opinion+polling+and+data-driven+social+science+research&date=Tue+Apr+21+2026+18%3A54%3A25+GMT%2B0000+(Coordinated+Universal+Time)&action=pageview&pvid=6df16414-5431-43e8-b01e-b82709fdbab5&u=pid%3D0ecbe1f5-8b38-4d63-9abc-7e25ed811c45 — 200 — 258 B — 151 ms — http/1.1https://pixel.wp.com/g.gif?v=ext&blog=222456345&post=5342&tz=-4&srv=www.pewresearch.org&hp=vip&j=1%3A15.5-beta&host=www.pewresearch.org&ref=&fcp=548&rand=0.8763347291072103pixel.wp.com/g.gif?v=ext&blog=22245... https://pixel.wp.com/g.gif?v=ext&blog=222456345&post=5342&tz=-4&srv=www.pewresearch.org&hp=vip&j=1%3A15.5-beta&host=www.pewresearch.org&ref=&fcp=548&rand=0.8763347291072103 — 200 — 177 B — 7 ms — h2https://script.crazyegg.com/pages/scripts/0011/2177.jsscript.crazyegg.com/pages/scripts/0... https://script.crazyegg.com/pages/scripts/0011/2177.js — 200 — 230 B — 49 ms — h3https://js-agent.newrelic.com/nr-rum-1.313.1.min.jsjs-agent.newrelic.com/nr-rum-1.313.... https://js-agent.newrelic.com/nr-rum-1.313.1.min.js — 200 — 18.7 KiB — 10 ms — h2https://js-agent.newrelic.com/nr-full-1.260.1.min.jsjs-agent.newrelic.com/nr-full-1.260... https://js-agent.newrelic.com/nr-full-1.260.1.min.js — 200 — 26.5 KiB — 14 ms — h2https://www.googletagmanager.com/gtag/destination?id=AW-975782686&cx=c&gtm=4e64h1h1www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=AW-975782686&cx=c&gtm=4e64h1h1 — 200 — 147.0 KiB — 44 ms — h2https://www.googletagmanager.com/gtag/destination?id=AW-16766548945&cx=c&gtm=4e64h1h1www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=AW-16766548945&cx=c&gtm=4e64h1h1 — 200 — 146.7 KiB — 51 ms — h2https://www.pewresearch.org/wp-content/images/symbol-alt.svgwww.pewresearch.org/wp-content/imag... https://www.pewresearch.org/wp-content/images/symbol-alt.svg — 200 — 4.1 KiB — 3 ms — h2https://bam.nr-data.net/1/40e18f227a?a=128711286&v=1.313.1&to=bldUMkpRXRVYVhJfXVcddwVMWVwIFkEDW0JVU0IDFVNSCE9UFQ%3D%3D&rst=1171&ck=0&s=a7723de2cae9e00c&ref=https://www.pewresearch.org/&ptid=bf543b66011c8d78&ap=1244&be=125&fe=992&dc=710&at=QhBDRAJLTkobVEQMSURP&fsh=1&perf=%7B%22timing%22:%7B%22of%22:1776797664506,%22n%22:0,%22f%22:122,%22dn%22:122,%22dne%22:122,%22c%22:122,%22s%22:122,%22ce%22:122,%22rq%22:124,%22rp%22:126,%22rpe%22:130,%22di%22:814,%22ds%22:833,%22de%22:835,%22dc%22:1113,%22l%22:1114,%22le%22:1117%7D,%22navigation%22:%7B%7D%7D&fp=548&fcp=548bam.nr-data.net/1/40e18f227a?a=1287... https://bam.nr-data.net/1/40e18f227a?a=128711286&v=1.313.1&to=bldUMkpRXRVYVhJfXVcddwVMWVwIFkEDW0JVU0IDFVNSCE9UFQ%3D%3D&rst=1171&ck=0&s=a7723de2cae9e00c&ref=https://www.pewresearch.org/&ptid=bf543b66011c8d78&ap=1244&be=125&fe=992&dc=710&at=QhBDRAJLTkobVEQMSURP&fsh=1&perf=%7B%22timing%22:%7B%22of%22:1776797664506,%22n%22:0,%22f%22:122,%22dn%22:122,%22dne%22:122,%22c%22:122,%22s%22:122,%22ce%22:122,%22rq%22:124,%22rp%22:126,%22rpe%22:130,%22di%22:814,%22ds%22:833,%22de%22:835,%22dc%22:1113,%22l%22:1114,%22le%22:1117%7D,%22navigation%22:%7B%7D%7D&fp=548&fcp=548 — 200 — 734 B — 221 ms — http/1.1https://bam.nr-data.net/1/40e18f227a?a=128711286&v=1.260.1&to=bldUMkpRXRVYVhJfXVcddwVMWVwIFkEDW0JVU0IDFVNSCE9UFQ%3D%3D&rst=1193&ck=0&s=a7723de2cae9e00c&ref=https://www.pewresearch.org/&ptid=287ace71cc9bf001&af=err,xhr,stn,ins&ap=1244&be=125&fe=992&dc=710&at=QhBDRAJLTkobVEQMSURP&fsh=0&perf=%7B%22timing%22:%7B%22of%22:1776797664506,%22n%22:0,%22f%22:122,%22dn%22:122,%22dne%22:122,%22c%22:122,%22s%22:122,%22ce%22:122,%22rq%22:124,%22rp%22:126,%22rpe%22:130,%22di%22:814,%22ds%22:833,%22de%22:835,%22dc%22:1113,%22l%22:1114,%22le%22:1117%7D,%22navigation%22:%7B%7D%7D&fp=548&fcp=548bam.nr-data.net/1/40e18f227a?a=1287... https://bam.nr-data.net/1/40e18f227a?a=128711286&v=1.260.1&to=bldUMkpRXRVYVhJfXVcddwVMWVwIFkEDW0JVU0IDFVNSCE9UFQ%3D%3D&rst=1193&ck=0&s=a7723de2cae9e00c&ref=https://www.pewresearch.org/&ptid=287ace71cc9bf001&af=err,xhr,stn,ins&ap=1244&be=125&fe=992&dc=710&at=QhBDRAJLTkobVEQMSURP&fsh=0&perf=%7B%22timing%22:%7B%22of%22:1776797664506,%22n%22:0,%22f%22:122,%22dn%22:122,%22dne%22:122,%22c%22:122,%22s%22:122,%22ce%22:122,%22rq%22:124,%22rp%22:126,%22rpe%22:130,%22di%22:814,%22ds%22:833,%22de%22:835,%22dc%22:1113,%22l%22:1114,%22le%22:1117%7D,%22navigation%22:%7B%7D%7D&fp=548&fcp=548 — 200 — 734 B — 199 ms — http/1.1https://bam.nr-data.net/events/1/40e18f227a?a=128711286&v=1.313.1&to=bldUMkpRXRVYVhJfXVcddwVMWVwIFkEDW0JVU0IDFVNSCE9UFQ%3D%3D&rst=1404&ck=0&s=a7723de2cae9e00c&ref=https://www.pewresearch.org/&ptid=bf543b66011c8d78bam.nr-data.net/events/1/40e18f227a... https://bam.nr-data.net/events/1/40e18f227a?a=128711286&v=1.313.1&to=bldUMkpRXRVYVhJfXVcddwVMWVwIFkEDW0JVU0IDFVNSCE9UFQ%3D%3D&rst=1404&ck=0&s=a7723de2cae9e00c&ref=https://www.pewresearch.org/&ptid=bf543b66011c8d78 — 200 — 421 B — 206 ms — http/1.1https://pagead2.googlesyndication.com/pagead/conversion/975782686/?random=1776797665741&cv=11&fst=1776797665741&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1h1v9185072145z871623206za20gzb71623206zd71623206xea&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115938465~115938469~117266400&u_w=800&u_h=600&url=https%3A%2F%2Fwww.pewresearch.org%2F&rcb=14&label=MrVfCNi8pNsZEJ6GpdED&frm=0&tiba=Pew%20Research%20Center%20%7C%20Nonpartisan%2C%20nonadvocacy%2C%20public%20opinion%20polling%20and%20data-driven%20social%20science%20research&did=dZTNiMT&gdid=dZTNiMT&bttype=purchase&value=1&hn=www.googleadservices.com&npa=1&pscdl=denied&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CAI&category=acrcp_v1_512&fmt=8pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/conversion/975782686/?random=1776797665741&cv=11&fst=1776797665741&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1h1v9185072145z871623206za20gzb71623206zd71623206xea&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115938465~115938469~117266400&u_w=800&u_h=600&url=https%3A%2F%2Fwww.pewresearch.org%2F&rcb=14&label=MrVfCNi8pNsZEJ6GpdED&frm=0&tiba=Pew%20Research%20Center%20%7C%20Nonpartisan%2C%20nonadvocacy%2C%20public%20opinion%20polling%20and%20data-driven%20social%20science%20research&did=dZTNiMT&gdid=dZTNiMT&bttype=purchase&value=1&hn=www.googleadservices.com&npa=1&pscdl=denied&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CAI&category=acrcp_v1_512&fmt=8 — 204 — 21 B — 81 ms — h3https://pagead2.googlesyndication.com/pagead/conversion/16766548945/?random=1776797665742&cv=11&fst=1776797665742&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1h1v9185072145z871623206za20gzb71623206zd71623206xea&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115938465~115938469~117266400&u_w=800&u_h=600&url=https%3A%2F%2Fwww.pewresearch.org%2F&rcb=14&label=vYY_CP3RwPIZENH39Lo-&frm=0&tiba=Pew%20Research%20Center%20%7C%20Nonpartisan%2C%20nonadvocacy%2C%20public%20opinion%20polling%20and%20data-driven%20social%20science%20research&did=dZTNiMT&gdid=dZTNiMT&bttype=purchase&value=0&hn=www.googleadservices.com&rdp=1&npa=1&pscdl=denied&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&category=acrcp_v1_512&fmt=8pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/conversion/16766548945/?random=1776797665742&cv=11&fst=1776797665742&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1h1v9185072145z871623206za20gzb71623206zd71623206xea&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115938465~115938469~117266400&u_w=800&u_h=600&url=https%3A%2F%2Fwww.pewresearch.org%2F&rcb=14&label=vYY_CP3RwPIZENH39Lo-&frm=0&tiba=Pew%20Research%20Center%20%7C%20Nonpartisan%2C%20nonadvocacy%2C%20public%20opinion%20polling%20and%20data-driven%20social%20science%20research&did=dZTNiMT&gdid=dZTNiMT&bttype=purchase&value=0&hn=www.googleadservices.com&rdp=1&npa=1&pscdl=denied&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&category=acrcp_v1_512&fmt=8 — 204 — 21 B — 76 ms — h3https://pagead2.googlesyndication.com/ccm/collect?rcb=4&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.pewresearch.org%2F&scrsrc=www.googletagmanager.com&rnd=1107529967.1776797666&navt=n&npa=1&ep.ads_data_redaction=0&gdid=dZTNiMT&gtm=45He64h1h1v71623206za200zd71623206xea&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115938465~115938468~117266400&apve=1&apvf=f&apvc=1&tft=1776797666257&tfd=1751pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=4&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.pewresearch.org%2F&scrsrc=www.googletagmanager.com&rnd=1107529967.1776797666&navt=n&npa=1&ep.ads_data_redaction=0&gdid=dZTNiMT&gtm=45He64h1h1v71623206za200zd71623206xea&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115938465~115938468~117266400&apve=1&apvf=f&apvc=1&tft=1776797666257&tfd=1751 — 200 — 21 B — 75 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-JWLCYL52TJ&gtm=45je64h1v876368479za200zd876368479&_p=1776797664799&gcs=G100&gcd=13p3pPp2p5l1&npa=1&dma_cps=-&dma=1&gdid=dZTNiMT&are=1&cid=49371269.1776797666&frm=0&pscdl=denied&rcb=1&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266400~117384405&sid=1776797665&sct=1&seg=0&dl=https%3A%2F%2Fwww.pewresearch.org%2F&dt=Pew%20Research%20Center%20%7C%20Nonpartisan%2C%20nonadvocacy%2C%20public%20opinion%20polling%20and%20data-driven%20social%20science%20research&_tu=CAI&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.googlesitekit_post_type=page&tfd=1768region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-JWLCYL52TJ&gtm=45je64h1v876368479za200zd876368479&_p=1776797664799&gcs=G100&gcd=13p3pPp2p5l1&npa=1&dma_cps=-&dma=1&gdid=dZTNiMT&are=1&cid=49371269.1776797666&frm=0&pscdl=denied&rcb=1&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266400~117384405&sid=1776797665&sct=1&seg=0&dl=https%3A%2F%2Fwww.pewresearch.org%2F&dt=Pew%20Research%20Center%20%7C%20Nonpartisan%2C%20nonadvocacy%2C%20public%20opinion%20polling%20and%20data-driven%20social%20science%20research&_tu=CAI&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.googlesitekit_post_type=page&tfd=1768 — 204 — 48 B — 70 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-JWLCYL52TJ&gtm=45je64h1v876368479z871623206za200zd876368479&_p=1776797664799&gcs=G100&gcd=13p3pPp2p5l1&npa=1&dma_cps=-&dma=1&gdid=dZTNiMT&_eu=AAAC&are=1&cid=49371269.1776797666&frm=0&pscdl=denied&rcb=1&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=2&tag_exp=0~115938465~115938468~117266400~117384405&sid=1776797665&sct=1&seg=1&dl=https%3A%2F%2Fwww.pewresearch.org%2F&dt=Pew%20Research%20Center%20%7C%20Nonpartisan%2C%20nonadvocacy%2C%20public%20opinion%20polling%20and%20data-driven%20social%20science%20research&en=page_view&_et=6&tfd=1775region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-JWLCYL52TJ&gtm=45je64h1v876368479z871623206za200zd876368479&_p=1776797664799&gcs=G100&gcd=13p3pPp2p5l1&npa=1&dma_cps=-&dma=1&gdid=dZTNiMT&_eu=AAAC&are=1&cid=49371269.1776797666&frm=0&pscdl=denied&rcb=1&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=2&tag_exp=0~115938465~115938468~117266400~117384405&sid=1776797665&sct=1&seg=1&dl=https%3A%2F%2Fwww.pewresearch.org%2F&dt=Pew%20Research%20Center%20%7C%20Nonpartisan%2C%20nonadvocacy%2C%20public%20opinion%20polling%20and%20data-driven%20social%20science%20research&en=page_view&_et=6&tfd=1775 — 204 — 552 B — 62 ms — h2
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 946ms · 589KB · $13/mo
Unattributable
Other
Costly
Execution 395ms
Transfer 0 KB
Monthly Cost $5/mo
www.pewresearch.org
Other
Costly
Execution 278ms
Transfer 82 KB
Monthly Cost $4/mo
Google Tag Manager
Tag Manager
Optional
Execution 100ms
Transfer 147 KB
Unused 45%
Monthly Cost $1/mo
www.pewresearch.org
Other
Optional
Execution 65ms
Transfer 27 KB
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 58ms
Transfer 167 KB
Unused 39%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 51ms
Transfer 166 KB
Unused 44%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • Unattributable adds 395ms and costs ~$5/month
  • www.pewresearch.org adds 278ms and costs ~$4/month

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

Why this matters

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

Learn more

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

Source: web.dev

Unattributable takes 395ms 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.pewresearch.org takes 278ms 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