Skip to content
https://pewinternet.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

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

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

2.13 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.004

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

1.20 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.15 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.2 MB transferred, 113 requests
FIX
3.2 MB transferred, 113 requests
Warning::
Page weighs 9.7 MB (3.2 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::
113 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.66 g CO2 per page load
3.2 MB / 2.4 MB budget
3.2 MB transferred
113 requests
0.66 g CO2 per page load
Other 1.3 MiB 43%
JavaScript 1.1 MiB 34%
Images 585.1 KiB 18%
Fonts 82.1 KiB 3%
HTML 79.1 KiB 2%
CSS 23.3 KiB 1%
Other 1.3 KiB 0%
Other 0 B 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.2 MiB of 3.2 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Bundles
Action
42 scripts, 476 KB unused
FIX
42 scripts, 476 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...: 64 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: 476 KB
476 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 KB64 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/??-eJx9j9FqwzAMRX9oriijDXsY+xbHVh0F2/Ekuan/vg5NYQ/tQCCuOBx0YS2GsovVo8Dc57cit30dEuXDLB/wH2QSBbaKf2G3ZMWsUGINlAUu1qH2e0PLAqWOkdwm2nJsxrKb6IrmiT2Ad7JQexyRA4yVogdxTEUF/JIMo/UNKHu8vfpHJ0y9QmFnehUK2UgTxbSbLmi1MnaLlCXL9tJq1U3Iu3KWn/R9HIbT8fR1Hj7nO0Efd1I=36 KB24 KB (68%)3rd
https://www.pewresearch.org/wp-content/plugins/wp-consent-api/assets/js/wp-consent-api.min.js?m=1775159673g1 KB3rd
https://www.pewresearch.org/wp-content/plugins/prc-block-library/build/form-captcha/view.js?ver=ee87b2799398b76a79ca1 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
113 resources · 3.2 MB · 476 KB savings available
FIX
113 resources · 3.2 MB · 476 KB savings available
Warning::
Page weight 2.2 MB over 1MB target
Got: 3.2 MB Expected: ≤ 1 MB
Info::
~476 KB of savings available
Warning::
112 third-party resources (100% of weight)
Info::
3 resources over 200KB
113 resources · 3.2 MiB · 112 third-party 2.2 MiB over 1MB target
Image 61% · 1.9 MiB
JavaScript 34% · 1.1 MiB
Font 3% · 82.1 KiB
Document 2% · 79.5 KiB
CSS 1% · 23.3 KiB
Other 0% · 1.5 KiB

~476.2 KiB of savings available

Remove unused JavaScript: 476.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
34 images, 0 KB saveable
REVIEW
34 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.
34 images 585 KB
0 oversized -0 KB
12 legacy format
3 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

B
JS Execution Cost
830ms total JS execution
REVIEW
830ms total JS execution
Warning::
Unattributable: 433ms CPU time
Info::
https://www.pewresearch.org/topic/internet-technol...: 216ms CPU time
Info::
https://www.googletagmanager.com/gtag/destination?...: 75ms CPU time
Info::
https://www.pewresearch.org/_static/??-eJydy8EKwjA...: 55ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-JWLC...: 51ms CPU time
Warning::
Third-party scripts: 830ms (100% of total)

Main Thread Breakdown

Script Evaluation 40% Other 28% Style & Layout 19% Script Parsing & Compilation 7% Rendering 4%
ScriptTotalScriptingParse/CompileParty
Unattributable433ms114ms0ms3rd
https://www.pewresearch.org/topic/internet-technology/216ms13ms5ms3rd
https://www.googletagmanager.com/gtag/destination?id=AW-975782686&cx=c&gtm=4e64h1h175ms65ms9ms3rd
https://www.pewresearch.org/_static/??-eJydy8EKwjAMgOEXMgtDZvEgPovtyshMm5K0lr29vXkT9Pj/8GEvECTXmCsWbhtlw6IBPEt4ApPXhx7oG/GKLJvgi2KfdjvhD9Cq6AFUY/rKx7LRg5XmmcJngFfpFnVKlP/QlKkOdk+32bllXq4Xd97fijtdbQ==55ms47ms2ms3rd
https://www.googletagmanager.com/gtag/js?id=G-JWLCYL52TJ51ms40ms10ms3rd
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
5 fonts (82 KB)
PASS
5 fonts (82 KB)
Info::
5 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

5

82 KB total

Render-blocking

0

of 5

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 1.2 s LCP 2.1 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 — 30 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/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 — 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 — 28 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 — 13 ms — font-display: swap
l woff2 swap
Size 14 KB
Load time 30 ms
Start 561 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 14 KB
Load time 26 ms
Start 561 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 19 KB
Load time 26 ms
Start 561 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 21 KB
Load time 28 ms
Start 562 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 14 KB
Load time 13 ms
Start 579 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
113 requests over 2416ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.2 s LCP 2.1 shttps://pewinternet.org// https://pewinternet.org/ — 301 — 177 B — 130 ms — h2https://www.pewresearch.org/internet/www.pewresearch.org/internet/ https://www.pewresearch.org/internet/ — 301 — 176 B — 129 ms — h2https://www.pewresearch.org/topic/internet-technology/www.pewresearch.org/topic/internet-... https://www.pewresearch.org/topic/internet-technology/ — 200 — 79.1 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 — 21 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 — 22 ms — h2https://www.pewresearch.org/wp-content/plugins/prc-block-library/build/taxonomy-list-link/style-index.css?m=1775159671gwww.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/prc-block-library/build/taxonomy-list-link/style-index.css?m=1775159671g — 200 — 813 B — 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 — 35 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 — 28 ms — h2https://www.pewresearch.org/wp-content/plugins/prc-block-library/build/form-input-checkbox/style-index.css?m=1775159671gwww.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/prc-block-library/build/form-input-checkbox/style-index.css?m=1775159671g — 200 — 1.2 KiB — 37 ms — h2https://www.pewresearch.org/wp-content/plugins/prc-block-library/build/form-input-select/style-index.css?m=1775159671gwww.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/prc-block-library/build/form-input-select/style-index.css?m=1775159671g — 200 — 1.2 KiB — 53 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 — 57 ms — h2https://www.pewresearch.org/wp-content/plugins/gutenberg/build/styles/block-library/common.min.css?m=1775159671gwww.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/gutenberg/build/styles/block-library/common.min.css?m=1775159671g — 200 — 1.4 KiB — 44 ms — h2https://www.pewresearch.org/_static/??-eJyVzjsOAjEMRdENEawUQ0SBWEs+Bll4ksh2BLP7SUfDFNT36ejBu7vcqmE16DyeVBW6ZJe45ZdjShJlA6qZR8GZ4lxEo1YhDeICahujo1rwc86qJzjwOkd7NFlnFPx6NLeOWywof4IHB3X03sT0t3Zfbz6ExS/XS/A7QeReTw==www.pewresearch.org/_static/??-eJyV... https://www.pewresearch.org/_static/??-eJyVzjsOAjEMRdENEawUQ0SBWEs+Bll4ksh2BLP7SUfDFNT36ejBu7vcqmE16DyeVBW6ZJe45ZdjShJlA6qZR8GZ4lxEo1YhDeICahujo1rwc86qJzjwOkd7NFlnFPx6NLeOWywof4IHB3X03sT0t3Zfbz6ExS/XS/A7QeReTw== — 200 — 1.5 KiB — 55 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 — 28 ms — h2https://www.pewresearch.org/_static/??-eJx1zUEOAiEMAMAPWRsOK/FgfAuUumlkgbQlur/fg55M/MAMvgZQb87NcdS5SjMcSpBrpydUyZp0xzylFqSuDJ6yofleGaQVfp/J7IR/lKQORZTJpTeURnUWtg80ujk8OPlULiBbWvn7/Oj37RZiXMJyvcRwABJWQQw=www.pewresearch.org/_static/??-eJx1... https://www.pewresearch.org/_static/??-eJx1zUEOAiEMAMAPWRsOK/FgfAuUumlkgbQlur/fg55M/MAMvgZQb87NcdS5SjMcSpBrpydUyZp0xzylFqSuDJ6yofleGaQVfp/J7IR/lKQORZTJpTeURnUWtg80ujk8OPlULiBbWvn7/Oj37RZiXMJyvcRwABJWQQw= — 200 — 1.6 KiB — 33 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 — 53 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 — 69 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 — 34 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 — 39 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 — 63 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 — 41 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 — 35 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 — 36 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 — 45 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 — 64 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 — 85 ms — h3https://www.pewresearch.org/_static/??-eJx9j9FqwzAMRX9oriijDXsY+xbHVh0F2/Ekuan/vg5NYQ/tQCCuOBx0YS2GsovVo8Dc57cit30dEuXDLB/wH2QSBbaKf2G3ZMWsUGINlAUu1qH2e0PLAqWOkdwm2nJsxrKb6IrmiT2Ad7JQexyRA4yVogdxTEUF/JIMo/UNKHu8vfpHJ0y9QmFnehUK2UgTxbSbLmi1MnaLlCXL9tJq1U3Iu3KWn/R9HIbT8fR1Hj7nO0Efd1I=www.pewresearch.org/_static/??-eJx9... https://www.pewresearch.org/_static/??-eJx9j9FqwzAMRX9oriijDXsY+xbHVh0F2/Ekuan/vg5NYQ/tQCCuOBx0YS2GsovVo8Dc57cit30dEuXDLB/wH2QSBbaKf2G3ZMWsUGINlAUu1qH2e0PLAqWOkdwm2nJsxrKb6IrmiT2Ad7JQexyRA4yVogdxTEUF/JIMo/UNKHu8vfpHJ0y9QmFnehUK2UgTxbSbLmi1MnaLlCXL9tJq1U3Iu3KWn/R9HIbT8fR1Hj7nO0Efd1I= — 200 — 35.7 KiB — 54 ms — h2
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.2 s LCP 2.1 shttps://pewinternet.org// https://pewinternet.org/ — 301 — 177 B — 130 ms — h2https://www.pewresearch.org/internet/www.pewresearch.org/internet/ https://www.pewresearch.org/internet/ — 301 — 176 B — 129 ms — h2https://www.pewresearch.org/topic/internet-technology/www.pewresearch.org/topic/internet-... https://www.pewresearch.org/topic/internet-technology/ — 200 — 79.1 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 — 21 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 — 22 ms — h2https://www.pewresearch.org/wp-content/plugins/prc-block-library/build/taxonomy-list-link/style-index.css?m=1775159671gwww.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/prc-block-library/build/taxonomy-list-link/style-index.css?m=1775159671g — 200 — 813 B — 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 — 35 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 — 28 ms — h2https://www.pewresearch.org/wp-content/plugins/prc-block-library/build/form-input-checkbox/style-index.css?m=1775159671gwww.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/prc-block-library/build/form-input-checkbox/style-index.css?m=1775159671g — 200 — 1.2 KiB — 37 ms — h2https://www.pewresearch.org/wp-content/plugins/prc-block-library/build/form-input-select/style-index.css?m=1775159671gwww.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/prc-block-library/build/form-input-select/style-index.css?m=1775159671g — 200 — 1.2 KiB — 53 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 — 57 ms — h2https://www.pewresearch.org/wp-content/plugins/gutenberg/build/styles/block-library/common.min.css?m=1775159671gwww.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/gutenberg/build/styles/block-library/common.min.css?m=1775159671g — 200 — 1.4 KiB — 44 ms — h2https://www.pewresearch.org/_static/??-eJyVzjsOAjEMRdENEawUQ0SBWEs+Bll4ksh2BLP7SUfDFNT36ejBu7vcqmE16DyeVBW6ZJe45ZdjShJlA6qZR8GZ4lxEo1YhDeICahujo1rwc86qJzjwOkd7NFlnFPx6NLeOWywof4IHB3X03sT0t3Zfbz6ExS/XS/A7QeReTw==www.pewresearch.org/_static/??-eJyV... https://www.pewresearch.org/_static/??-eJyVzjsOAjEMRdENEawUQ0SBWEs+Bll4ksh2BLP7SUfDFNT36ejBu7vcqmE16DyeVBW6ZJe45ZdjShJlA6qZR8GZ4lxEo1YhDeICahujo1rwc86qJzjwOkd7NFlnFPx6NLeOWywof4IHB3X03sT0t3Zfbz6ExS/XS/A7QeReTw== — 200 — 1.5 KiB — 55 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 — 28 ms — h2https://www.pewresearch.org/_static/??-eJx1zUEOAiEMAMAPWRsOK/FgfAuUumlkgbQlur/fg55M/MAMvgZQb87NcdS5SjMcSpBrpydUyZp0xzylFqSuDJ6yofleGaQVfp/J7IR/lKQORZTJpTeURnUWtg80ujk8OPlULiBbWvn7/Oj37RZiXMJyvcRwABJWQQw=www.pewresearch.org/_static/??-eJx1... https://www.pewresearch.org/_static/??-eJx1zUEOAiEMAMAPWRsOK/FgfAuUumlkgbQlur/fg55M/MAMvgZQb87NcdS5SjMcSpBrpydUyZp0xzylFqSuDJ6yofleGaQVfp/J7IR/lKQORZTJpTeURnUWtg80ujk8OPlULiBbWvn7/Oj37RZiXMJyvcRwABJWQQw= — 200 — 1.6 KiB — 33 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 — 53 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 — 69 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 — 34 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 — 39 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 — 63 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 — 41 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 — 35 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 — 36 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 — 45 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 — 64 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 — 85 ms — h3https://www.pewresearch.org/_static/??-eJx9j9FqwzAMRX9oriijDXsY+xbHVh0F2/Ekuan/vg5NYQ/tQCCuOBx0YS2GsovVo8Dc57cit30dEuXDLB/wH2QSBbaKf2G3ZMWsUGINlAUu1qH2e0PLAqWOkdwm2nJsxrKb6IrmiT2Ad7JQexyRA4yVogdxTEUF/JIMo/UNKHu8vfpHJ0y9QmFnehUK2UgTxbSbLmi1MnaLlCXL9tJq1U3Iu3KWn/R9HIbT8fR1Hj7nO0Efd1I=www.pewresearch.org/_static/??-eJx9... https://www.pewresearch.org/_static/??-eJx9j9FqwzAMRX9oriijDXsY+xbHVh0F2/Ekuan/vg5NYQ/tQCCuOBx0YS2GsovVo8Dc57cit30dEuXDLB/wH2QSBbaKf2G3ZMWsUGINlAUu1qH2e0PLAqWOkdwm2nJsxrKb6IrmiT2Ad7JQexyRA4yVogdxTEUF/JIMo/UNKHu8vfpHJ0y9QmFnehUK2UgTxbSbLmi1MnaLlCXL9tJq1U3Iu3KWn/R9HIbT8fR1Hj7nO0Efd1I= — 200 — 35.7 KiB — 54 ms — h2https://www.pewresearch.org/wp-content/plugins/prc-facets/build/results-info/view.js?ver=08f963ff45f4620a3354www.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/prc-facets/build/results-info/view.js?ver=08f963ff45f4620a3354 — 200 — 655 B — 26 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 — 55 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 — 58 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 — 56 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 — 6 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2026/03/SR_26.03.12_ai_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.12_ai_featured.jpg?w=268&h=151&crop=1 — 200 — 7.0 KiB — 7 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2026/02/SR_26.03.02_tiktok_featured.jpg?w=268&h=151&crop=1www.pewresearch.org/wp-content/uplo... https://www.pewresearch.org/wp-content/uploads/sites/20/2026/02/SR_26.03.02_tiktok_featured.jpg?w=268&h=151&crop=1 — 200 — 6.5 KiB — 3 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://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/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 — 3 ms — h2https://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 — 3 ms — h2https://www.pewresearch.org/_static/??-eJyVzMEOAiEMBNAfkm04rMSD8Vt2oSKkQNNC3M8Xo3fjcTIzD55sfKsdawemEVNViGPGHSXCPhIFUC+JuwKq3xjNoxeCVAMeS0l1yXqCfxDC8t79BFi8Ydr6vUmZpeC8eBoBFdLcGmpbQPnqHy3rrVytc6tdL2dn8wubL1Jswww.pewresearch.org/_static/??-eJyV... https://www.pewresearch.org/_static/??-eJyVzMEOAiEMBNAfkm04rMSD8Vt2oSKkQNNC3M8Xo3fjcTIzD55sfKsdawemEVNViGPGHSXCPhIFUC+JuwKq3xjNoxeCVAMeS0l1yXqCfxDC8t79BFi8Ydr6vUmZpeC8eBoBFdLcGmpbQPnqHy3rrVytc6tdL2dn8wubL1Js — 200 — 23.6 KiB — 6 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://challenges.cloudflare.com/turnstile/v0/b/0b8fb825cb67/api.jschallenges.cloudflare.com/turnstile... https://challenges.cloudflare.com/turnstile/v0/b/0b8fb825cb67/api.js — 200 — 17.3 KiB — 43 ms — h3https://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 — 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 — 300 B — 81 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 — 5 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 — 4 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 — 179 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 — 8 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2026/03/SR_26.03.12_data-centers_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.12_data-centers_featured.jpg?w=268&h=151&crop=1 — 200 — 11.3 KiB — 26 ms — h2https://www.pewresearch.org/var/www/wp-content/plugins/prc-block-library/src/promo/assets/internet.svgwww.pewresearch.org/var/www/wp-cont... https://www.pewresearch.org/var/www/wp-content/plugins/prc-block-library/src/promo/assets/internet.svg — 200 — 1.1 KiB — 29 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 — 27 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2026/04/SR_26.04.13_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/04/SR_26.04.13_data_centers_featured.jpg?w=194&h=110&crop=1 — 200 — 4.5 KiB — 29 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2026/04/SR_26.04.09_books_featured.jpg?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.09_books_featured.jpg?w=194&h=110&crop=1 — 200 — 7.0 KiB — 31 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2026/04/PS_26.03.29_HealthInfo_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/PS_26.03.29_HealthInfo_featured@2x.png?w=194&h=110&crop=1 — 200 — 26.3 KiB — 33 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 — 34 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 — 34 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2026/02/PJ_2026.02.02_young-adults-news-video_featured.png?w=194&h=110&crop=1www.pewresearch.org/wp-content/uplo... https://www.pewresearch.org/wp-content/uploads/sites/20/2026/02/PJ_2026.02.02_young-adults-news-video_featured.png?w=194&h=110&crop=1 — 200 — 23.8 KiB — 35 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2026/01/SR_26.01.06_ACAExplainer_crop.png?w=194&h=110&crop=1www.pewresearch.org/wp-content/uplo... https://www.pewresearch.org/wp-content/uploads/sites/20/2026/01/SR_26.01.06_ACAExplainer_crop.png?w=194&h=110&crop=1 — 200 — 2.2 KiB — 36 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2025/12/SR_26.01.13_CellBanTeens_featured.jpg?w=194&h=110&crop=1www.pewresearch.org/wp-content/uplo... https://www.pewresearch.org/wp-content/uploads/sites/20/2025/12/SR_26.01.13_CellBanTeens_featured.jpg?w=194&h=110&crop=1 — 200 — 5.1 KiB — 70 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2026/01/SR_26.01.13_wiki-25_feature.jpg?w=194&h=110&crop=1www.pewresearch.org/wp-content/uplo... https://www.pewresearch.org/wp-content/uploads/sites/20/2026/01/SR_26.01.13_wiki-25_feature.jpg?w=194&h=110&crop=1 — 200 — 3.5 KiB — 37 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2024/12/PI_2024.12.12_teens-social-media-tech_featured.png?w=268&h=151&crop=1www.pewresearch.org/wp-content/uplo... https://www.pewresearch.org/wp-content/uploads/sites/20/2024/12/PI_2024.12.12_teens-social-media-tech_featured.png?w=268&h=151&crop=1 — 200 — 59.0 KiB — 70 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2024/03/a1_teensScreens.png?w=268&h=151&crop=1www.pewresearch.org/wp-content/uplo... https://www.pewresearch.org/wp-content/uploads/sites/20/2024/03/a1_teensScreens.png?w=268&h=151&crop=1 — 200 — 44.0 KiB — 71 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2025/04/pi_2025.04.03_us-public-and-ai-experts_crop.png?w=268&h=151&crop=1www.pewresearch.org/wp-content/uplo... https://www.pewresearch.org/wp-content/uploads/sites/20/2025/04/pi_2025.04.03_us-public-and-ai-experts_crop.png?w=268&h=151&crop=1 — 200 — 1.6 KiB — 71 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2024/01/PI_24.01.31_MobileBroadband_a1.png?w=268&h=151&crop=1www.pewresearch.org/wp-content/uplo... https://www.pewresearch.org/wp-content/uploads/sites/20/2024/01/PI_24.01.31_MobileBroadband_a1.png?w=268&h=151&crop=1 — 200 — 38.1 KiB — 71 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2024/08/PI_2024.08.27_teen-life_featured-A1.gif?w=268&h=151&crop=1www.pewresearch.org/wp-content/uplo... https://www.pewresearch.org/wp-content/uploads/sites/20/2024/08/PI_2024.08.27_teen-life_featured-A1.gif?w=268&h=151&crop=1 — 200 — 230.6 KiB — 79 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2023/08/dkq_featured_image_thumbnail.png?w=268&h=151&crop=1www.pewresearch.org/wp-content/uplo... https://www.pewresearch.org/wp-content/uploads/sites/20/2023/08/dkq_featured_image_thumbnail.png?w=268&h=151&crop=1 — 200 — 11.7 KiB — 74 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2024/11/PI_2024.11.13_social-media-fact-sheet_featured.png?w=268&h=151&crop=1www.pewresearch.org/wp-content/uplo... https://www.pewresearch.org/wp-content/uploads/sites/20/2024/11/PI_2024.11.13_social-media-fact-sheet_featured.png?w=268&h=151&crop=1 — 200 — 29.1 KiB — 74 ms — h2https://www.pewresearch.org/wp-content/uploads/sites/20/2023/04/PI_23.06.05_social_platforms_featured_a.png?w=268&h=151&crop=1www.pewresearch.org/wp-content/uplo... https://www.pewresearch.org/wp-content/uploads/sites/20/2023/04/PI_23.06.05_social_platforms_featured_a.png?w=268&h=151&crop=1 — 200 — 12.0 KiB — 74 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 — 36 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 — 36 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 — 37 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 — 38 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 — 39 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 — 40 ms — h2https://www.pewresearch.org/wp-content/plugins/prc-block-library/build/tokens-list/view.js?ver=4bb80299b2c09ae3d807www.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/prc-block-library/build/tokens-list/view.js?ver=4bb80299b2c09ae3d807 — 200 — 639 B — 41 ms — h2https://www.pewresearch.org/wp-content/plugins/gutenberg/build/modules/block-library/query/view.min.js?ver=7a4ec5bfb61a7137cf4bwww.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/gutenberg/build/modules/block-library/query/view.min.js?ver=7a4ec5bfb61a7137cf4b — 200 — 836 B — 42 ms — h2https://www.pewresearch.org/wp-content/plugins/prc-facets/build/template/view.js?ver=de69287e9d35a9ef2f2dwww.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/prc-facets/build/template/view.js?ver=de69287e9d35a9ef2f2d — 200 — 3.5 KiB — 42 ms — h2https://www.pewresearch.org/wp-content/plugins/prc-block-library/build/form-input-select/view.js?ver=f08291be957ab8ff9bebwww.pewresearch.org/wp-content/plug... https://www.pewresearch.org/wp-content/plugins/prc-block-library/build/form-input-select/view.js?ver=f08291be957ab8ff9beb — 200 — 1.6 KiB — 43 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 — 44 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 — 45 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 — 46 ms — h2https://stats.wp.com/e-202617.jsstats.wp.com/e-202617.js https://stats.wp.com/e-202617.js — 200 — 1.7 KiB — 16 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 — 85 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 — 147 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 — 114 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.3 KiB — 143 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 — 30 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/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 — 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 — 28 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 — 13 ms — h2https://api.parsely.com/v2/profile?apikey=pewresearch.org&uuid=pid%3De9f246a2-021f-4391-8018-a4343b21e94f&url=https%3A%2F%2Fwww.pewresearch.org%2Ftopic%2Finternet-technology%2Fapi.parsely.com/v2/profile?apikey=p... https://api.parsely.com/v2/profile?apikey=pewresearch.org&uuid=pid%3De9f246a2-021f-4391-8018-a4343b21e94f&url=https%3A%2F%2Fwww.pewresearch.org%2Ftopic%2Finternet-technology%2F — 200 — 381 B — 308 ms — h2https://p1.parsely.com/plogger/?rand=1776815941437&plid=8cb32801-e875-4376-bfff-d572d437f20a&idsite=pewresearch.org&url=https%3A%2F%2Fwww.pewresearch.org%2Ftopic%2Finternet-technology%2F&urlref=&screen=800x600%7C800x600%7C24&data=%7B%7D&sid=1&surl=https%3A%2F%2Fwww.pewresearch.org%2Ftopic%2Finternet-technology%2F&sref=&sts=1776815941433&slts=0&title=Internet+%26+Technology+-+Research+and+data+from+Pew+Research+Center&date=Tue+Apr+21+2026+23%3A59%3A01+GMT%2B0000+(Coordinated+Universal+Time)&action=pageview&pvid=4da36c8d-e94a-424f-a670-a7485c499e0a&u=pid%3De9f246a2-021f-4391-8018-a4343b21e94fp1.parsely.com/plogger/?rand=177681... https://p1.parsely.com/plogger/?rand=1776815941437&plid=8cb32801-e875-4376-bfff-d572d437f20a&idsite=pewresearch.org&url=https%3A%2F%2Fwww.pewresearch.org%2Ftopic%2Finternet-technology%2F&urlref=&screen=800x600%7C800x600%7C24&data=%7B%7D&sid=1&surl=https%3A%2F%2Fwww.pewresearch.org%2Ftopic%2Finternet-technology%2F&sref=&sts=1776815941433&slts=0&title=Internet+%26+Technology+-+Research+and+data+from+Pew+Research+Center&date=Tue+Apr+21+2026+23%3A59%3A01+GMT%2B0000+(Coordinated+Universal+Time)&action=pageview&pvid=4da36c8d-e94a-424f-a670-a7485c499e0a&u=pid%3De9f246a2-021f-4391-8018-a4343b21e94f — 200 — 258 B — 155 ms — http/1.1https://pixel.wp.com/g.gif?v=ext&blog=222456345&post=0&tz=-4&srv=www.pewresearch.org&arch_cat=internet-technology&arch_results=10&hp=vip&j=1%3A15.5-beta&host=www.pewresearch.org&ref=&fcp=596&rand=0.2051149509157073pixel.wp.com/g.gif?v=ext&blog=22245... https://pixel.wp.com/g.gif?v=ext&blog=222456345&post=0&tz=-4&srv=www.pewresearch.org&arch_cat=internet-technology&arch_results=10&hp=vip&j=1%3A15.5-beta&host=www.pewresearch.org&ref=&fcp=596&rand=0.2051149509157073 — 200 — 177 B — 2 ms — h2https://www.googletagmanager.com/a?id=G-JWLCYL52TJ&v=3&t=t&pid=185326794&gtm=45je64h1v876368479za200zd876368479&cv=2&rv=64h1&tc=15&tag_exp=0~115616986~115938465~115938468~117266401&es=1&e=gtm.init&eid=4&u=AAAAAIADAAAAAACAAAAAAAAY&ut=AAAI&h=Ag&tr=1ogt1pdatav2.1ccdgafirst.1setproductsettings.1ccdgaregscope.1ccdemdownload.1ccdemoutboundclick.1ccdempageview.1ccdemscroll.1ccdemsitesearch.1ccdconversionmarking.1ccdautoredact.1ccdgaadslink.1ccdgalast&ti=2ogt1pdatav2.2ccdgafirst.2setproductsettings.2ccdgaregscope.2ccdemdownload.2ccdemoutboundclick.2ccdempageview.2ccdemscroll.2ccdemsitesearch.2ccdconversionmarking.2ccdautoredact.2ccdgaadslink.2ccdgalast&z=0www.googletagmanager.com/a?id=G-JWL... https://www.googletagmanager.com/a?id=G-JWLCYL52TJ&v=3&t=t&pid=185326794&gtm=45je64h1v876368479za200zd876368479&cv=2&rv=64h1&tc=15&tag_exp=0~115616986~115938465~115938468~117266401&es=1&e=gtm.init&eid=4&u=AAAAAIADAAAAAACAAAAAAAAY&ut=AAAI&h=Ag&tr=1ogt1pdatav2.1ccdgafirst.1setproductsettings.1ccdgaregscope.1ccdemdownload.1ccdemoutboundclick.1ccdempageview.1ccdemscroll.1ccdemsitesearch.1ccdconversionmarking.1ccdautoredact.1ccdgaadslink.1ccdgalast&ti=2ogt1pdatav2.2ccdgafirst.2setproductsettings.2ccdgaregscope.2ccdemdownload.2ccdemoutboundclick.2ccdempageview.2ccdemscroll.2ccdemsitesearch.2ccdconversionmarking.2ccdautoredact.2ccdgaadslink.2ccdgalast&z=0 — 200 — 59 B — 26 ms — h2https://www.googletagmanager.com/a?id=G-JWLCYL52TJ&v=3&t=t&pid=185326794&gtm=45je64h1v876368479za200zd876368479&cv=2&rv=64h1&tc=15&tag_exp=0~115616986~115938465~115938468~117266401&es=1&e=gtm.js&eid=5&u=AAAAAIADAAAAAACAAAAAAAAY&ut=AAAI&h=Ag&tr=1gct&ti=2gct&z=0www.googletagmanager.com/a?id=G-JWL... https://www.googletagmanager.com/a?id=G-JWLCYL52TJ&v=3&t=t&pid=185326794&gtm=45je64h1v876368479za200zd876368479&cv=2&rv=64h1&tc=15&tag_exp=0~115616986~115938465~115938468~117266401&es=1&e=gtm.js&eid=5&u=AAAAAIADAAAAAACAAAAAAAAY&ut=AAAI&h=Ag&tr=1gct&ti=2gct&z=0 — 200 — 49 B — 28 ms — h2https://www.googletagmanager.com/a?id=G-JWLCYL52TJ&v=3&t=t&pid=185326794&gtm=45je64h1v876368479za200zd876368479&cv=2&rv=64h1&tc=15&tag_exp=0~115616986~115938465~115938468~117266401&es=1&e=gtag.config&eid=11&u=AAAAAIADAAAAAACAAAAAAAAY&ut=AAAI&h=Ag&epr=1G&z=0www.googletagmanager.com/a?id=G-JWL... https://www.googletagmanager.com/a?id=G-JWLCYL52TJ&v=3&t=t&pid=185326794&gtm=45je64h1v876368479za200zd876368479&cv=2&rv=64h1&tc=15&tag_exp=0~115616986~115938465~115938468~117266401&es=1&e=gtag.config&eid=11&u=AAAAAIADAAAAAACAAAAAAAAY&ut=AAAI&h=Ag&epr=1G&z=0 — 200 — 49 B — 28 ms — h2https://www.googletagmanager.com/a?id=G-JWLCYL52TJ&v=3&t=t&pid=185326794&gtm=45je64h1v876368479za200zd876368479&cv=2&rv=64h1&tc=15&tag_exp=0~115616986~115938465~115938468~117266401&es=1&e=gtm.dom&eid=13&u=AAAAAIADAAAAAACAAAAAAAAY&ut=AAAI&h=Ag&z=0www.googletagmanager.com/a?id=G-JWL... https://www.googletagmanager.com/a?id=G-JWLCYL52TJ&v=3&t=t&pid=185326794&gtm=45je64h1v876368479za200zd876368479&cv=2&rv=64h1&tc=15&tag_exp=0~115616986~115938465~115938468~117266401&es=1&e=gtm.dom&eid=13&u=AAAAAIADAAAAAACAAAAAAAAY&ut=AAAI&h=Ag&z=0 — 200 — 49 B — 26 ms — h2https://www.googletagmanager.com/a?id=G-JWLCYL52TJ&v=3&t=t&pid=185326794&gtm=45je64h1v876368479za200zd876368479&cv=2&rv=64h1&tc=15&tag_exp=0~115616986~115938465~115938468~117266401&es=1&e=gtm.init_consent&eid=3&u=AAAAAIADAAAAAACAAAAAAAAY&ut=AAAI&h=Ag&tr=1ogtdma.5ogtdma&ti=2ogtdma.2ogtdma&z=0www.googletagmanager.com/a?id=G-JWL... https://www.googletagmanager.com/a?id=G-JWLCYL52TJ&v=3&t=t&pid=185326794&gtm=45je64h1v876368479za200zd876368479&cv=2&rv=64h1&tc=15&tag_exp=0~115616986~115938465~115938468~117266401&es=1&e=gtm.init_consent&eid=3&u=AAAAAIADAAAAAACAAAAAAAAY&ut=AAAI&h=Ag&tr=1ogtdma.5ogtdma&ti=2ogtdma.2ogtdma&z=0 — 200 — 49 B — 26 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 — 45 ms — h3https://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.7 KiB — 8 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 — 146.6 KiB — 96 ms — h3https://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.6 KiB — 97 ms — h3https://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 — 4 ms — h2https://bam.nr-data.net/1/?a=128711286&sa=1&v=1.260.1&t=Unnamed%20Transaction&rst=1275&ck=0&s=f59e4a7172545693&ref=https://www.pewresearch.org/topic/internet-technology/&ptid=375cd4973b65edc0&af=err,xhr,stn,ins&be=265&fe=963&dc=615&fsh=1&perf=%7B%22timing%22:%7B%22of%22:1776815940592,%22n%22:0,%22f%22:262,%22dn%22:262,%22dne%22:262,%22c%22:262,%22s%22:262,%22ce%22:262,%22rq%22:263,%22rp%22:266,%22rpe%22:270,%22di%22:869,%22ds%22:878,%22de%22:880,%22dc%22:1226,%22l%22:1226,%22le%22:1228%7D,%22navigation%22:%7B%7D%7D&fp=596&fcp=596bam.nr-data.net/1/?a=128711286&sa=1... https://bam.nr-data.net/1/?a=128711286&sa=1&v=1.260.1&t=Unnamed%20Transaction&rst=1275&ck=0&s=f59e4a7172545693&ref=https://www.pewresearch.org/topic/internet-technology/&ptid=375cd4973b65edc0&af=err,xhr,stn,ins&be=265&fe=963&dc=615&fsh=1&perf=%7B%22timing%22:%7B%22of%22:1776815940592,%22n%22:0,%22f%22:262,%22dn%22:262,%22dne%22:262,%22c%22:262,%22s%22:262,%22ce%22:262,%22rq%22:263,%22rp%22:266,%22rpe%22:270,%22di%22:869,%22ds%22:878,%22de%22:880,%22dc%22:1226,%22l%22:1226,%22le%22:1228%7D,%22navigation%22:%7B%7D%7D&fp=596&fcp=596 — -1 — 0 B — 119 ms — https://pagead2.googlesyndication.com/pagead/conversion/975782686/?random=1776815941966&cv=11&fst=1776815941966&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1h1v9185072145z871623206za20gzb71623206zd71623206xea&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115616986~115938465~115938469~117266401~117384405&u_w=800&u_h=600&url=https%3A%2F%2Fwww.pewresearch.org%2Ftopic%2Finternet-technology%2F&rcb=7&label=MrVfCNi8pNsZEJ6GpdED&frm=0&tiba=Internet%20%26%20Technology%20-%20Research%20and%20data%20from%20Pew%20Research%20Center&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=1776815941966&cv=11&fst=1776815941966&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1h1v9185072145z871623206za20gzb71623206zd71623206xea&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115616986~115938465~115938469~117266401~117384405&u_w=800&u_h=600&url=https%3A%2F%2Fwww.pewresearch.org%2Ftopic%2Finternet-technology%2F&rcb=7&label=MrVfCNi8pNsZEJ6GpdED&frm=0&tiba=Internet%20%26%20Technology%20-%20Research%20and%20data%20from%20Pew%20Research%20Center&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 — 85 ms — h3https://pagead2.googlesyndication.com/pagead/conversion/16766548945/?random=1776815941967&cv=11&fst=1776815941967&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1h1v9185072145z871623206za20gzb71623206zd71623206xea&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115616986~115938465~115938469~117266401~117384405&u_w=800&u_h=600&url=https%3A%2F%2Fwww.pewresearch.org%2Ftopic%2Finternet-technology%2F&rcb=7&label=vYY_CP3RwPIZENH39Lo-&frm=0&tiba=Internet%20%26%20Technology%20-%20Research%20and%20data%20from%20Pew%20Research%20Center&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=1776815941967&cv=11&fst=1776815941967&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1h1v9185072145z871623206za20gzb71623206zd71623206xea&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115616986~115938465~115938469~117266401~117384405&u_w=800&u_h=600&url=https%3A%2F%2Fwww.pewresearch.org%2Ftopic%2Finternet-technology%2F&rcb=7&label=vYY_CP3RwPIZENH39Lo-&frm=0&tiba=Internet%20%26%20Technology%20-%20Research%20and%20data%20from%20Pew%20Research%20Center&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 — 82 ms — h3https://pagead2.googlesyndication.com/ccm/collect?rcb=18&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.pewresearch.org%2Ftopic%2Finternet-technology%2F&scrsrc=www.googletagmanager.com&rnd=1279191230.1776815942&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~115938469~117266401&apve=1&apvf=f&apvc=1&tft=1776815942471&tfd=1880pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=18&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.pewresearch.org%2Ftopic%2Finternet-technology%2F&scrsrc=www.googletagmanager.com&rnd=1279191230.1776815942&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~115938469~117266401&apve=1&apvf=f&apvc=1&tft=1776815942471&tfd=1880 — 200 — 21 B — 76 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-JWLCYL52TJ&gtm=45je64h1v876368479za200zd876368479&_p=1776815941025&gcs=G100&gcd=13p3pPp2p5l1&npa=1&dma_cps=-&dma=1&gdid=dZTNiMT&are=1&cid=1713173681.1776815942&frm=0&pscdl=denied&rcb=13&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~115616986~115938465~115938468~117266401~117512543&sid=1776815941&sct=1&seg=0&dl=https%3A%2F%2Fwww.pewresearch.org%2Ftopic%2Finternet-technology%2F&dt=Internet%20%26%20Technology%20-%20Research%20and%20data%20from%20Pew%20Research%20Center&_tu=CAI&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1890region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-JWLCYL52TJ&gtm=45je64h1v876368479za200zd876368479&_p=1776815941025&gcs=G100&gcd=13p3pPp2p5l1&npa=1&dma_cps=-&dma=1&gdid=dZTNiMT&are=1&cid=1713173681.1776815942&frm=0&pscdl=denied&rcb=13&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~115616986~115938465~115938468~117266401~117512543&sid=1776815941&sct=1&seg=0&dl=https%3A%2F%2Fwww.pewresearch.org%2Ftopic%2Finternet-technology%2F&dt=Internet%20%26%20Technology%20-%20Research%20and%20data%20from%20Pew%20Research%20Center&_tu=CAI&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1890 — 204 — 552 B — 67 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-JWLCYL52TJ&gtm=45je64h1v876368479z871623206za200zd876368479&_p=1776815941025&gcs=G100&gcd=13p3pPp2p5l1&npa=1&dma_cps=-&dma=1&gdid=dZTNiMT&_eu=AAAC&are=1&cid=1713173681.1776815942&frm=0&pscdl=denied&rcb=13&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~115616986~115938465~115938468~117266401~117512543&sid=1776815941&sct=1&seg=1&dl=https%3A%2F%2Fwww.pewresearch.org%2Ftopic%2Finternet-technology%2F&dt=Internet%20%26%20Technology%20-%20Research%20and%20data%20from%20Pew%20Research%20Center&en=page_view&_et=3&tfd=1895region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-JWLCYL52TJ&gtm=45je64h1v876368479z871623206za200zd876368479&_p=1776815941025&gcs=G100&gcd=13p3pPp2p5l1&npa=1&dma_cps=-&dma=1&gdid=dZTNiMT&_eu=AAAC&are=1&cid=1713173681.1776815942&frm=0&pscdl=denied&rcb=13&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~115616986~115938465~115938468~117266401~117512543&sid=1776815941&sct=1&seg=1&dl=https%3A%2F%2Fwww.pewresearch.org%2Ftopic%2Finternet-technology%2F&dt=Internet%20%26%20Technology%20-%20Research%20and%20data%20from%20Pew%20Research%20Center&en=page_view&_et=3&tfd=1895 — 204 — 48 B — 63 ms — h2https://www.googletagmanager.com/a?id=G-JWLCYL52TJ&v=3&t=t&pid=185326794&gtm=45je64h1v876368479za200zd876368479&cv=2&rv=64h1&tc=15&tag_exp=0~115616986~115938465~115938468~117266401~117512543&e=gtag.config&eid=11&u=AgAAAIADAAAAACCAAAAAAAAY&ut=BgAI&h=Ag&epr=2G&z=0www.googletagmanager.com/a?id=G-JWL... https://www.googletagmanager.com/a?id=G-JWLCYL52TJ&v=3&t=t&pid=185326794&gtm=45je64h1v876368479za200zd876368479&cv=2&rv=64h1&tc=15&tag_exp=0~115616986~115938465~115938468~117266401~117512543&e=gtag.config&eid=11&u=AgAAAIADAAAAACCAAAAAAAAY&ut=BgAI&h=Ag&epr=2G&z=0 — 200 — 11 B — 24 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 830ms · 419KB · $11/mo
Unattributable
Other
Costly
Execution 433ms
Transfer 0 KB
Monthly Cost $6/mo
www.pewresearch.org
Other
Costly
Execution 216ms
Transfer 79 KB
Monthly Cost $3/mo
Google Tag Manager
Tag Manager
Optional
Execution 75ms
Transfer 147 KB
Unused 45%
Monthly Cost $1/mo
www.pewresearch.org
Other
Optional
Execution 55ms
Transfer 27 KB
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 51ms
Transfer 167 KB
Unused 39%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • Unattributable adds 433ms and costs ~$6/month
  • www.pewresearch.org adds 216ms and costs ~$3/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 433ms 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 216ms 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