Skip to content
https://cpj.org

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
70
GRADE
C
FIX
4
REVIEW
1
PASS
10
INFO
2

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

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

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

4.36 s

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

11.52 s

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

749 ms

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

0.000

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

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

25.21 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
17
10 PASS 1 REVIEW 4 FIX
F
Page Weight Budget
Action
4.2 MB transferred, 112 requests
FIX
4.2 MB transferred, 112 requests
Critical::
Page weighs 10.6 MB (4.2 MB transferred)
Warning::
JavaScript is 2.3 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.3 MB
Warning::
Images are 1.1 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.1 MB
Info::
Fonts are 659 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 659 KB
Warning::
112 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.89 g CO2 per page load
4.2 MB / 2.4 MB budget
4.2 MB transferred
112 requests
0.89 g CO2 per page load
JavaScript 2.3 MiB 55%
Images 1.1 MiB 26%
Fonts 659.1 KiB 15%
CSS 109.6 KiB 3%
HTML 63.5 KiB 1%
Other 2.8 KiB 0%
Other 1.7 KiB 0%
Other 1.0 KiB 0%
Other 661 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

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev font loading

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

Why this matters

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

Source: web.dev

F
JS Execution Cost
Action
3722ms total JS execution
FIX
3722ms total JS execution
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 1144ms CPU time
Warning::
https://cpj.org/: 532ms CPU time
Warning::
Unattributable: 523ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-TPQV...: 222ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=UA-988...: 177ms CPU time
Warning::
Third-party scripts: 2466ms (66% of total)

Main Thread Breakdown

Script Evaluation 55% Script Parsing & Compilation 15% Other 14% Style & Layout 10%
ScriptTotalScriptingParse/CompileParty
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js1144ms1031ms79ms3rd
https://cpj.org/532ms29ms7ms1st
Unattributable523ms7ms0ms3rd
https://www.googletagmanager.com/gtag/js?id=G-TPQV0LDW2Q&cx=c&gtm=4e64k1222ms165ms54ms3rd
https://www.googletagmanager.com/gtag/js?id=UA-98824287-2177ms147ms28ms3rd
https://cpj.org/wp-includes/js/dist/block-editor.min.js?ver=addf558a422e2ee57920152ms68ms83ms1st
https://www.googletagmanager.com/gtm.js?id=GTM-PJPQPQR147ms112ms32ms3rd
https://cpj.org/wp-includes/js/dist/components.min.js?ver=0d72a218dfea8f6f442f141ms61ms80ms1st
https://code.jquery.com/jquery-3.1.1.min.js?ver=3.1.1111ms82ms8ms3rd
https://cpj.org/wp-includes/js/dist/date.min.js?ver=795a56839718d3ff7eae95ms28ms55ms1st

Showing top 10 of 17 scripts

F
JS Bundles
Action
57 scripts, 1.3 MB unused
FIX
57 scripts, 1.3 MB unused
Warning::
https://cpj.org/wp-includes/js/dist/block-editor.m...: 212 KB unused (83%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cpj.org/wp-includes/js/dist/components.min...: 192 KB unused (80%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 156 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 156 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 156 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.3 MB
1354 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://cpj.org/wp-includes/js/dist/block-editor.min.js?ver=addf558a422e2ee57920257 KB212 KB (83%)1st
https://cpj.org/wp-includes/js/dist/components.min.js?ver=0d72a218dfea8f6f442f240 KB192 KB (80%)1st
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB156 KB (43%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js0 KB156 KB (43%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB156 KB (43%)3rd
https://cpj.org/wp-includes/js/dist/editor.min.js?ver=e94186146898a6d39837114 KB96 KB (84%)1st
https://cpj.org/_static/??-eJyt0s0KwjAMAOAXcoaJY17ER5GalrWlfySR+vg6EJEd250SEvIFQqCWAXMSkwTEmmgYsHjA4NYKE0KUQTEbYfAM1i0WrSL5T4+eD7CDM8RMpg+LqvQBmlwIOtfUyShRfYJ5lUzi0tLH1ExBNxCenxQa5j697+Zf1qes4f5Q7HAHp+09tkpxRjc9yBZiQczrlW/xOs7zNF3m82n0byHKWDM=156 KB83 KB (53%)1st
https://www.googletagmanager.com/gtm.js?id=GTM-PJPQPQR140 KB74 KB (53%)3rd
https://www.googletagmanager.com/gtag/js?id=G-TPQV0LDW2Q&cx=c&gtm=4e64k1164 KB69 KB (42%)3rd
https://www.googletagmanager.com/gtag/js?id=UA-98824287-2125 KB63 KB (51%)3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
112 resources · 4.2 MB · 1.3 MB savings available
FIX
112 resources · 4.2 MB · 1.3 MB savings available
Warning::
Page weight 3.2 MB over 1MB target
Got: 4.2 MB Expected: ≤ 1 MB
Info::
~1.3 MB of savings available
Info::
44 third-party resources (35% of weight)
Info::
6 resources over 200KB
112 resources · 4.2 MiB · 44 third-party 3.2 MiB over 1MB target
JavaScript 55% · 2.3 MiB
Image 26% · 1.1 MiB
Font 15% · 659.1 KiB
CSS 3% · 109.6 KiB
Document 1% · 63.5 KiB
Other 0% · 3.4 KiB

~1.3 MiB of savings available

Remove unused JavaScript: 1.3 MiB
B
Image Optimization
24 images, 0 KB saveable
REVIEW
24 images, 0 KB saveable
Warning::
https://mirrors.creativecommons.org/presskit/butto... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
24 images 1.1 MB
0 oversized -0 KB
5 legacy format
1 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

A
Third-Party Impact
35% third-party, 0 ms blocking
PASS
35% third-party, 0 ms blocking
Info::
Third-party code accounts for 35% of page weight (1.5 MiB of 4.2 MiB)
Info::
Third-party blocking time is low (0 ms)
65%
35%
First-party Third-party
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
9 fonts (659 KB)
PASS
9 fonts (659 KB)
Info::
9 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

9

659 KB total

Render-blocking

0

of 9

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s FCP 4.4 s LCP 11.5 shttps://use.typekit.net/af/7e242d/0000000000000000000173f8/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3l https://use.typekit.net/af/7e242d/0000000000000000000173f8/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 59.6 KiB — 12 ms — font-display: swaphttps://use.typekit.net/af/cafa63/00000000000000000001709a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3l https://use.typekit.net/af/cafa63/00000000000000000001709a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 23.9 KiB — 3 ms — font-display: swaphttps://use.typekit.net/af/1b1b1e/00000000000000000001709e/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3l https://use.typekit.net/af/1b1b1e/00000000000000000001709e/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 23.8 KiB — 5 ms — font-display: swaphttps://use.typekit.net/af/a626f2/0000000000000000000173fc/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3l https://use.typekit.net/af/a626f2/0000000000000000000173fc/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 59.9 KiB — 8 ms — font-display: swaphttps://use.typekit.net/af/f72c04/0000000000000000000170a4/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3l https://use.typekit.net/af/f72c04/0000000000000000000170a4/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 23.5 KiB — 5 ms — font-display: swaphttps://cpj.org/wp-content/themes/cpj/assets/fonts/Inter-Regular-Variable.woff2Inter-Regular-Variable.... https://cpj.org/wp-content/themes/cpj/assets/fonts/Inter-Regular-Variable.woff2 — 341.7 KiB — 53 ms — font-display: swaphttps://cpj.org/wp-content/themes/cpj/client/src/mt-assets/fonts/font-awesome-5.0.8/webfonts/fa-brands-400.woff2fa-brands-400.woff2 https://cpj.org/wp-content/themes/cpj/client/src/mt-assets/fonts/font-awesome-5.0.8/webfonts/fa-brands-400.woff2 — 53.4 KiB — 25 ms — font-display: swaphttps://cpj.org/wp-content/themes/cpj/client/src/mt-assets/fonts/font-awesome-5.0.8/webfonts/fa-solid-900.woff2fa-solid-900.woff2 https://cpj.org/wp-content/themes/cpj/client/src/mt-assets/fonts/font-awesome-5.0.8/webfonts/fa-solid-900.woff2 — 39.4 KiB — 30 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 77 ms — font-display: swap
l woff2 swap
Size 60 KB
Load time 12 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 24 KB
Load time 3 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 24 KB
Load time 5 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 60 KB
Load time 8 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 23 KB
Load time 5 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
Inter-Regular-Variable.... woff2 swap
Size 342 KB
Load time 53 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
fa-brands-400.woff2 woff2 swap
Size 53 KB
Load time 25 ms
Start 1.8 s
Risk FOUT — text flashes from fallback to web font
fa-solid-900.woff2 woff2 swap
Size 39 KB
Load time 30 ms
Start 1.8 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 77 ms
Start 2.4 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~171 KB and ~342 ms

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
4 hints, 0 missing preconnects
PASS
4 hints, 0 missing preconnects
Info::
Page uses 4 resource hint(s)

Current Resource Hints

preconnect
preload
1
dns-prefetch
3
prefetch

4 resource hints configured

A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

A
HTTP Caching
max-age=300 (5 minutes)
PASS
max-age=300 (5 minutes)
Info::
Cache-Control header is set
Got: max-age=300, must-revalidate
Info::
Effective TTL: 5 minutes (max-age=300)
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

max-age=300, must-revalidate

DirectiveValueMeaning
max-age300Cache for 5 minutes
must-revalidateMust recheck with server after expiry
Effective TTL: 300 seconds
Network Waterfall
112 requests over 3130ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s FCP 4.4 s LCP 11.5 shttps://cpj.org// https://cpj.org/ — 200 — 35.7 KiB — 739 ms — h2https://cdn.cookielaw.org/consent/3f31b656-8f17-4e1b-9ec0-df17db47a151/OtAutoBlock.jscdn.cookielaw.org/consent/3f31b656-... https://cdn.cookielaw.org/consent/3f31b656-8f17-4e1b-9ec0-df17db47a151/OtAutoBlock.js — -1 — 0 B — 79 ms — https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — -1 — 0 B — 79 ms — https://use.typekit.net/wkw7vqy.css?ver=1.0use.typekit.net/wkw7vqy.css?ver=1.0 https://use.typekit.net/wkw7vqy.css?ver=1.0 — 200 — 2.1 KiB — 549 ms — h2https://cpj.org/_static/??-eJyFjMEKwjAQBX/I+qhC40X6Le12aSKbpPStWP9eetFLwdswDIPX0kgtrsXhUbMSsjwglnbDVZC9GUh1gv42ZdQvn4U84fgwPpNNmK2OgyGVSbf/daxZf22f720I3S1c20v3AfyXPZk=/_static/??-eJyFjMEKwjAQBX/I+qhC40X... https://cpj.org/_static/??-eJyFjMEKwjAQBX/I+qhC40X6Le12aSKbpPStWP9eetFLwdswDIPX0kgtrsXhUbMSsjwglnbDVZC9GUh1gv42ZdQvn4U84fgwPpNNmK2OgyGVSbf/daxZf22f720I3S1c20v3AfyXPZk= — 200 — 62.8 KiB — 32 ms — h2https://code.jquery.com/jquery-3.1.1.min.js?ver=3.1.1code.jquery.com/jquery-3.1.1.min.js... https://code.jquery.com/jquery-3.1.1.min.js?ver=3.1.1 — 200 — 29.7 KiB — 54 ms — h2https://cpj.org/_static/??-eJyt0s0KwjAMAOAXcoaJY17ER5GalrWlfySR+vg6EJEd250SEvIFQqCWAXMSkwTEmmgYsHjA4NYKE0KUQTEbYfAM1i0WrSL5T4+eD7CDM8RMpg+LqvQBmlwIOtfUyShRfYJ5lUzi0tLH1ExBNxCenxQa5j697+Zf1qes4f5Q7HAHp+09tkpxRjc9yBZiQczrlW/xOs7zNF3m82n0byHKWDM=/_static/??-eJyt0s0KwjAMAOAXcoaJY17... https://cpj.org/_static/??-eJyt0s0KwjAMAOAXcoaJY17ER5GalrWlfySR+vg6EJEd250SEvIFQqCWAXMSkwTEmmgYsHjA4NYKE0KUQTEbYfAM1i0WrSL5T4+eD7CDM8RMpg+LqvQBmlwIOtfUyShRfYJ5lUzi0tLH1ExBNxCenxQa5j697+Zf1qes4f5Q7HAHp+09tkpxRjc9yBZiQczrlW/xOs7zNF3m82n0byHKWDM= — 200 — 156.2 KiB — 60 ms — h2https://cpj.org/wp-content/uploads/2026/04/Ahmed-Eldin-CPJ-logo.jpg?w=367/wp-content/uploads/2026/04/Ahmed-E... https://cpj.org/wp-content/uploads/2026/04/Ahmed-Eldin-CPJ-logo.jpg?w=367 — 200 — 7.0 KiB — 57 ms — h2https://cpj.org/wp-content/uploads/2026/04/Ahmed-Shihab-Eldin-screenshot-041326.png?w=367/wp-content/uploads/2026/04/Ahmed-S... https://cpj.org/wp-content/uploads/2026/04/Ahmed-Shihab-Eldin-screenshot-041326.png?w=367 — 200 — 75.1 KiB — 64 ms — h2https://cpj.org/wp-content/uploads/2026/04/Malta-pointer-042026.jpg?w=367/wp-content/uploads/2026/04/Malta-p... https://cpj.org/wp-content/uploads/2026/04/Malta-pointer-042026.jpg?w=367 — 200 — 11.9 KiB — 59 ms — h2https://cpj.org/wp-content/themes/cpj/client/src/mt-assets/stylesheets/bootstrap-select.min.css/wp-content/themes/cpj/client/src/m... https://cpj.org/wp-content/themes/cpj/client/src/mt-assets/stylesheets/bootstrap-select.min.css — 200 — 1.5 KiB — 27 ms — h2https://cpj.org/wp-content/themes/cpj/client/src/mt-assets/stylesheets/bootstrap-toggle.min.css/wp-content/themes/cpj/client/src/m... https://cpj.org/wp-content/themes/cpj/client/src/mt-assets/stylesheets/bootstrap-toggle.min.css — 200 — 564 B — 28 ms — h2https://cpj.org/wp-content/uploads/2023/06/afp_guatemala_06-14-2023-1.jpg?w=330&h=248&crop=1/wp-content/uploads/2023/06/afp_gua... https://cpj.org/wp-content/uploads/2023/06/afp_guatemala_06-14-2023-1.jpg?w=330&h=248&crop=1 — 200 — 12.1 KiB — 24 ms — h2https://cpj.org/wp-content/uploads/2024/02/Martinez-Zogo-Killed-Analysis.jpg?w=330&h=248&crop=1/wp-content/uploads/2024/02/Martine... https://cpj.org/wp-content/uploads/2024/02/Martinez-Zogo-Killed-Analysis.jpg?w=330&h=248&crop=1 — 200 — 17.7 KiB — 26 ms — h2https://cpj.org/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js/cdn-cgi/scripts/5c5dd728/cloudflar... https://cpj.org/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js — 200 — 749 B — 22 ms — h2https://www.google.com/recaptcha/api.js?render=6Lf0KX8UAAAAAG_bv-3K8e2UkT1msw6XbmMRIG9J&ver=2.0.0www.google.com/recaptcha/api.js?ren... https://www.google.com/recaptcha/api.js?render=6Lf0KX8UAAAAAG_bv-3K8e2UkT1msw6XbmMRIG9J&ver=2.0.0 — 200 — 1.0 KiB — 71 ms — h3https://cpj.org/wp-content/plugins/cpj/build/subscribe-form-scripts.js?m=1776873126g/wp-content/plugins/cpj/build/subsc... https://cpj.org/wp-content/plugins/cpj/build/subscribe-form-scripts.js?m=1776873126g — 200 — 483 B — 24 ms — h2https://cpj.org/wp-includes/js/dist/vendor/react.min.js?ver=18.3.1.1/wp-includes/js/dist/vendor/react.m... https://cpj.org/wp-includes/js/dist/vendor/react.min.js?ver=18.3.1.1 — 200 — 4.2 KiB — 24 ms — h2https://cpj.org/wp-includes/js/dist/vendor/react-jsx-runtime.min.js?m=1774626885g/wp-includes/js/dist/vendor/react-j... https://cpj.org/wp-includes/js/dist/vendor/react-jsx-runtime.min.js?m=1774626885g — 200 — 707 B — 25 ms — h2https://cpj.org/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.3.1.1/wp-includes/js/dist/vendor/react-d... https://cpj.org/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.3.1.1 — 200 — 41.4 KiB — 27 ms — h2https://cpj.org/_static/??/wp-includes/js/dist/dom-ready.min.js,/wp-includes/js/dist/hooks.min.js?m=1774626885j/_static/??/wp-includes/js/dist/dom... https://cpj.org/_static/??/wp-includes/js/dist/dom-ready.min.js,/wp-includes/js/dist/hooks.min.js?m=1774626885j — 200 — 2.1 KiB — 31 ms — h2https://cpj.org/wp-includes/js/dist/i18n.min.js?ver=c26c3dc7bed366793375/wp-includes/js/dist/i18n.min.js?ve... https://cpj.org/wp-includes/js/dist/i18n.min.js?ver=c26c3dc7bed366793375 — 200 — 2.3 KiB — 24 ms — h2https://cpj.org/wp-includes/js/dist/a11y.min.js?ver=cb460b4676c94bd228ed/wp-includes/js/dist/a11y.min.js?ve... https://cpj.org/wp-includes/js/dist/a11y.min.js?ver=cb460b4676c94bd228ed — 200 — 906 B — 25 ms — h2https://cpj.org/_static/??-eJx9zMsKgCAQRuEXyoai2yZ6FtEfUmbMGqPXb9UuXJ+PQ082ITm+PZSikg9ayCNfcLbAtxJSG7WhX3ZItUOdzTB7Ea47hiCVqglqdLfMx2Nw3vYbbrJ28zxM/bQsY3wBXaxJ+Q==/_static/??-eJx9zMsKgCAQRuEXyoai2yZ... https://cpj.org/_static/??-eJx9zMsKgCAQRuEXyoai2yZ6FtEfUmbMGqPXb9UuXJ+PQ082ITm+PZSikg9ayCNfcLbAtxJSG7WhX3ZItUOdzTB7Ea47hiCVqglqdLfMx2Nw3vYbbrJ28zxM/bQsY3wBXaxJ+Q== — 200 — 10.1 KiB — 23 ms — h2https://cpj.org/wp-includes/js/dist/keycodes.min.js?ver=34c8fb5e7a594a1c8037/wp-includes/js/dist/keycodes.min.j... https://cpj.org/wp-includes/js/dist/keycodes.min.js?ver=34c8fb5e7a594a1c8037 — 200 — 1.4 KiB — 25 ms — h2https://cpj.org/_static/??/wp-includes/js/dist/priority-queue.min.js,/wp-includes/js/dist/compose.min.js?m=1774626885j/_static/??/wp-includes/js/dist/pri... https://cpj.org/_static/??/wp-includes/js/dist/priority-queue.min.js,/wp-includes/js/dist/compose.min.js?m=1774626885j — 200 — 14.0 KiB — 30 ms — h2https://cpj.org/wp-includes/js/dist/vendor/moment.min.js?ver=2.30.1/wp-includes/js/dist/vendor/moment.... https://cpj.org/wp-includes/js/dist/vendor/moment.min.js?ver=2.30.1 — 200 — 19.4 KiB — 23 ms — h2https://cpj.org/wp-includes/js/dist/date.min.js?ver=795a56839718d3ff7eae/wp-includes/js/dist/date.min.js?ve... https://cpj.org/wp-includes/js/dist/date.min.js?ver=795a56839718d3ff7eae — 200 — 40.4 KiB — 26 ms — h2https://cpj.org/_static/??-eJyFykEOQDAQAMAPqQ2hehFvaXQT22g13S2ez8FRmPPAkRTFeS0OGTyDIxZYJKwKo5AQch0o1p4reJspU7jX/t92K6hsou+Y0ZVT5a0IRXzmFMZmGDrdamN6fwH5mECF/_static/??-eJyFykEOQDAQAMAPqQ2hehF... https://cpj.org/_static/??-eJyFykEOQDAQAMAPqQ2hehFvaXQT22g13S2ez8FRmPPAkRTFeS0OGTyDIxZYJKwKo5AQch0o1p4reJspU7jX/t92K6hsou+Y0ZVT5a0IRXzmFMZmGDrdamN6fwH5mECF — 200 — 4.4 KiB — 23 ms — h2https://cpj.org/wp-includes/js/dist/data.min.js?ver=f940198280891b0b6318/wp-includes/js/dist/data.min.js?ve... https://cpj.org/wp-includes/js/dist/data.min.js?ver=f940198280891b0b6318 — 200 — 8.9 KiB — 24 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s FCP 4.4 s LCP 11.5 shttps://cpj.org// https://cpj.org/ — 200 — 35.7 KiB — 739 ms — h2https://cdn.cookielaw.org/consent/3f31b656-8f17-4e1b-9ec0-df17db47a151/OtAutoBlock.jscdn.cookielaw.org/consent/3f31b656-... https://cdn.cookielaw.org/consent/3f31b656-8f17-4e1b-9ec0-df17db47a151/OtAutoBlock.js — -1 — 0 B — 79 ms — https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — -1 — 0 B — 79 ms — https://use.typekit.net/wkw7vqy.css?ver=1.0use.typekit.net/wkw7vqy.css?ver=1.0 https://use.typekit.net/wkw7vqy.css?ver=1.0 — 200 — 2.1 KiB — 549 ms — h2https://cpj.org/_static/??-eJyFjMEKwjAQBX/I+qhC40X6Le12aSKbpPStWP9eetFLwdswDIPX0kgtrsXhUbMSsjwglnbDVZC9GUh1gv42ZdQvn4U84fgwPpNNmK2OgyGVSbf/daxZf22f720I3S1c20v3AfyXPZk=/_static/??-eJyFjMEKwjAQBX/I+qhC40X... https://cpj.org/_static/??-eJyFjMEKwjAQBX/I+qhC40X6Le12aSKbpPStWP9eetFLwdswDIPX0kgtrsXhUbMSsjwglnbDVZC9GUh1gv42ZdQvn4U84fgwPpNNmK2OgyGVSbf/daxZf22f720I3S1c20v3AfyXPZk= — 200 — 62.8 KiB — 32 ms — h2https://code.jquery.com/jquery-3.1.1.min.js?ver=3.1.1code.jquery.com/jquery-3.1.1.min.js... https://code.jquery.com/jquery-3.1.1.min.js?ver=3.1.1 — 200 — 29.7 KiB — 54 ms — h2https://cpj.org/_static/??-eJyt0s0KwjAMAOAXcoaJY17ER5GalrWlfySR+vg6EJEd250SEvIFQqCWAXMSkwTEmmgYsHjA4NYKE0KUQTEbYfAM1i0WrSL5T4+eD7CDM8RMpg+LqvQBmlwIOtfUyShRfYJ5lUzi0tLH1ExBNxCenxQa5j697+Zf1qes4f5Q7HAHp+09tkpxRjc9yBZiQczrlW/xOs7zNF3m82n0byHKWDM=/_static/??-eJyt0s0KwjAMAOAXcoaJY17... https://cpj.org/_static/??-eJyt0s0KwjAMAOAXcoaJY17ER5GalrWlfySR+vg6EJEd250SEvIFQqCWAXMSkwTEmmgYsHjA4NYKE0KUQTEbYfAM1i0WrSL5T4+eD7CDM8RMpg+LqvQBmlwIOtfUyShRfYJ5lUzi0tLH1ExBNxCenxQa5j697+Zf1qes4f5Q7HAHp+09tkpxRjc9yBZiQczrlW/xOs7zNF3m82n0byHKWDM= — 200 — 156.2 KiB — 60 ms — h2https://cpj.org/wp-content/uploads/2026/04/Ahmed-Eldin-CPJ-logo.jpg?w=367/wp-content/uploads/2026/04/Ahmed-E... https://cpj.org/wp-content/uploads/2026/04/Ahmed-Eldin-CPJ-logo.jpg?w=367 — 200 — 7.0 KiB — 57 ms — h2https://cpj.org/wp-content/uploads/2026/04/Ahmed-Shihab-Eldin-screenshot-041326.png?w=367/wp-content/uploads/2026/04/Ahmed-S... https://cpj.org/wp-content/uploads/2026/04/Ahmed-Shihab-Eldin-screenshot-041326.png?w=367 — 200 — 75.1 KiB — 64 ms — h2https://cpj.org/wp-content/uploads/2026/04/Malta-pointer-042026.jpg?w=367/wp-content/uploads/2026/04/Malta-p... https://cpj.org/wp-content/uploads/2026/04/Malta-pointer-042026.jpg?w=367 — 200 — 11.9 KiB — 59 ms — h2https://cpj.org/wp-content/themes/cpj/client/src/mt-assets/stylesheets/bootstrap-select.min.css/wp-content/themes/cpj/client/src/m... https://cpj.org/wp-content/themes/cpj/client/src/mt-assets/stylesheets/bootstrap-select.min.css — 200 — 1.5 KiB — 27 ms — h2https://cpj.org/wp-content/themes/cpj/client/src/mt-assets/stylesheets/bootstrap-toggle.min.css/wp-content/themes/cpj/client/src/m... https://cpj.org/wp-content/themes/cpj/client/src/mt-assets/stylesheets/bootstrap-toggle.min.css — 200 — 564 B — 28 ms — h2https://cpj.org/wp-content/uploads/2023/06/afp_guatemala_06-14-2023-1.jpg?w=330&h=248&crop=1/wp-content/uploads/2023/06/afp_gua... https://cpj.org/wp-content/uploads/2023/06/afp_guatemala_06-14-2023-1.jpg?w=330&h=248&crop=1 — 200 — 12.1 KiB — 24 ms — h2https://cpj.org/wp-content/uploads/2024/02/Martinez-Zogo-Killed-Analysis.jpg?w=330&h=248&crop=1/wp-content/uploads/2024/02/Martine... https://cpj.org/wp-content/uploads/2024/02/Martinez-Zogo-Killed-Analysis.jpg?w=330&h=248&crop=1 — 200 — 17.7 KiB — 26 ms — h2https://cpj.org/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js/cdn-cgi/scripts/5c5dd728/cloudflar... https://cpj.org/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js — 200 — 749 B — 22 ms — h2https://www.google.com/recaptcha/api.js?render=6Lf0KX8UAAAAAG_bv-3K8e2UkT1msw6XbmMRIG9J&ver=2.0.0www.google.com/recaptcha/api.js?ren... https://www.google.com/recaptcha/api.js?render=6Lf0KX8UAAAAAG_bv-3K8e2UkT1msw6XbmMRIG9J&ver=2.0.0 — 200 — 1.0 KiB — 71 ms — h3https://cpj.org/wp-content/plugins/cpj/build/subscribe-form-scripts.js?m=1776873126g/wp-content/plugins/cpj/build/subsc... https://cpj.org/wp-content/plugins/cpj/build/subscribe-form-scripts.js?m=1776873126g — 200 — 483 B — 24 ms — h2https://cpj.org/wp-includes/js/dist/vendor/react.min.js?ver=18.3.1.1/wp-includes/js/dist/vendor/react.m... https://cpj.org/wp-includes/js/dist/vendor/react.min.js?ver=18.3.1.1 — 200 — 4.2 KiB — 24 ms — h2https://cpj.org/wp-includes/js/dist/vendor/react-jsx-runtime.min.js?m=1774626885g/wp-includes/js/dist/vendor/react-j... https://cpj.org/wp-includes/js/dist/vendor/react-jsx-runtime.min.js?m=1774626885g — 200 — 707 B — 25 ms — h2https://cpj.org/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.3.1.1/wp-includes/js/dist/vendor/react-d... https://cpj.org/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.3.1.1 — 200 — 41.4 KiB — 27 ms — h2https://cpj.org/_static/??/wp-includes/js/dist/dom-ready.min.js,/wp-includes/js/dist/hooks.min.js?m=1774626885j/_static/??/wp-includes/js/dist/dom... https://cpj.org/_static/??/wp-includes/js/dist/dom-ready.min.js,/wp-includes/js/dist/hooks.min.js?m=1774626885j — 200 — 2.1 KiB — 31 ms — h2https://cpj.org/wp-includes/js/dist/i18n.min.js?ver=c26c3dc7bed366793375/wp-includes/js/dist/i18n.min.js?ve... https://cpj.org/wp-includes/js/dist/i18n.min.js?ver=c26c3dc7bed366793375 — 200 — 2.3 KiB — 24 ms — h2https://cpj.org/wp-includes/js/dist/a11y.min.js?ver=cb460b4676c94bd228ed/wp-includes/js/dist/a11y.min.js?ve... https://cpj.org/wp-includes/js/dist/a11y.min.js?ver=cb460b4676c94bd228ed — 200 — 906 B — 25 ms — h2https://cpj.org/_static/??-eJx9zMsKgCAQRuEXyoai2yZ6FtEfUmbMGqPXb9UuXJ+PQ082ITm+PZSikg9ayCNfcLbAtxJSG7WhX3ZItUOdzTB7Ea47hiCVqglqdLfMx2Nw3vYbbrJ28zxM/bQsY3wBXaxJ+Q==/_static/??-eJx9zMsKgCAQRuEXyoai2yZ... https://cpj.org/_static/??-eJx9zMsKgCAQRuEXyoai2yZ6FtEfUmbMGqPXb9UuXJ+PQ082ITm+PZSikg9ayCNfcLbAtxJSG7WhX3ZItUOdzTB7Ea47hiCVqglqdLfMx2Nw3vYbbrJ28zxM/bQsY3wBXaxJ+Q== — 200 — 10.1 KiB — 23 ms — h2https://cpj.org/wp-includes/js/dist/keycodes.min.js?ver=34c8fb5e7a594a1c8037/wp-includes/js/dist/keycodes.min.j... https://cpj.org/wp-includes/js/dist/keycodes.min.js?ver=34c8fb5e7a594a1c8037 — 200 — 1.4 KiB — 25 ms — h2https://cpj.org/_static/??/wp-includes/js/dist/priority-queue.min.js,/wp-includes/js/dist/compose.min.js?m=1774626885j/_static/??/wp-includes/js/dist/pri... https://cpj.org/_static/??/wp-includes/js/dist/priority-queue.min.js,/wp-includes/js/dist/compose.min.js?m=1774626885j — 200 — 14.0 KiB — 30 ms — h2https://cpj.org/wp-includes/js/dist/vendor/moment.min.js?ver=2.30.1/wp-includes/js/dist/vendor/moment.... https://cpj.org/wp-includes/js/dist/vendor/moment.min.js?ver=2.30.1 — 200 — 19.4 KiB — 23 ms — h2https://cpj.org/wp-includes/js/dist/date.min.js?ver=795a56839718d3ff7eae/wp-includes/js/dist/date.min.js?ve... https://cpj.org/wp-includes/js/dist/date.min.js?ver=795a56839718d3ff7eae — 200 — 40.4 KiB — 26 ms — h2https://cpj.org/_static/??-eJyFykEOQDAQAMAPqQ2hehFvaXQT22g13S2ez8FRmPPAkRTFeS0OGTyDIxZYJKwKo5AQch0o1p4reJspU7jX/t92K6hsou+Y0ZVT5a0IRXzmFMZmGDrdamN6fwH5mECF/_static/??-eJyFykEOQDAQAMAPqQ2hehF... https://cpj.org/_static/??-eJyFykEOQDAQAMAPqQ2hehFvaXQT22g13S2ez8FRmPPAkRTFeS0OGTyDIxZYJKwKo5AQch0o1p4reJspU7jX/t92K6hsou+Y0ZVT5a0IRXzmFMZmGDrdamN6fwH5mECF — 200 — 4.4 KiB — 23 ms — h2https://cpj.org/wp-includes/js/dist/data.min.js?ver=f940198280891b0b6318/wp-includes/js/dist/data.min.js?ve... https://cpj.org/wp-includes/js/dist/data.min.js?ver=f940198280891b0b6318 — 200 — 8.9 KiB — 24 ms — h2https://cpj.org/wp-includes/js/dist/rich-text.min.js?ver=5bdbb44f3039529e3645/wp-includes/js/dist/rich-text.min.... https://cpj.org/wp-includes/js/dist/rich-text.min.js?ver=5bdbb44f3039529e3645 — 200 — 12.3 KiB — 23 ms — h2https://cpj.org/wp-includes/js/dist/warning.min.js?m=1774626885g/wp-includes/js/dist/warning.min.js... https://cpj.org/wp-includes/js/dist/warning.min.js?m=1774626885g — 200 — 290 B — 25 ms — h2https://cpj.org/wp-includes/js/dist/components.min.js?ver=0d72a218dfea8f6f442f/wp-includes/js/dist/components.min... https://cpj.org/wp-includes/js/dist/components.min.js?ver=0d72a218dfea8f6f442f — 200 — 240.2 KiB — 28 ms — h2https://cpj.org/wp-includes/js/dist/url.min.js?m=1774626885g/wp-includes/js/dist/url.min.js?m=1... https://cpj.org/wp-includes/js/dist/url.min.js?m=1774626885g — 200 — 3.8 KiB — 25 ms — h2https://cpj.org/wp-includes/js/dist/api-fetch.min.js?ver=3a4d9af2b423048b0dee/wp-includes/js/dist/api-fetch.min.... https://cpj.org/wp-includes/js/dist/api-fetch.min.js?ver=3a4d9af2b423048b0dee — 200 — 2.5 KiB — 24 ms — h2https://cpj.org/_static/??-eJx9y0EOgyAQQNELFSdtWnXT9CwjYBxEhjBDTDx9XbiV9X8f9mwo2VidFwgCjkRhijx1G6UuyANugF2N+EIY6UAlTsb5GWtUk7GcobljVc5NIQsXtez8pX7b9zkM7/7Vj+Mn/AHtbkHX/_static/??-eJx9y0EOgyAQQNELFSdtWnX... https://cpj.org/_static/??-eJx9y0EOgyAQQNELFSdtWnXT9CwjYBxEhjBDTDx9XbiV9X8f9mwo2VidFwgCjkRhijx1G6UuyANugF2N+EIY6UAlTsb5GWtUk7GcobljVc5NIQsXtez8pX7b9zkM7/7Vj+Mn/AHtbkHX — 200 — 4.5 KiB — 24 ms — h2https://cpj.org/wp-includes/js/dist/blocks.min.js?ver=57eca4d23daac7159d88/wp-includes/js/dist/blocks.min.js?... https://cpj.org/wp-includes/js/dist/blocks.min.js?ver=57eca4d23daac7159d88 — 200 — 54.0 KiB — 25 ms — h2https://cpj.org/wp-includes/js/dist/keyboard-shortcuts.min.js?m=1774626885g/wp-includes/js/dist/keyboard-short... https://cpj.org/wp-includes/js/dist/keyboard-shortcuts.min.js?m=1774626885g — 200 — 1.3 KiB — 24 ms — h2https://cpj.org/wp-includes/js/dist/commands.min.js?ver=cac8f4817ab7cea0ac49/wp-includes/js/dist/commands.min.j... https://cpj.org/wp-includes/js/dist/commands.min.js?ver=cac8f4817ab7cea0ac49 — 200 — 16.6 KiB — 24 ms — h2https://cpj.org/_static/??/wp-includes/js/dist/notices.min.js,/wp-includes/js/dist/preferences-persistence.min.js?m=1774626885j/_static/??/wp-includes/js/dist/not... https://cpj.org/_static/??/wp-includes/js/dist/notices.min.js,/wp-includes/js/dist/preferences-persistence.min.js?m=1774626885j — 200 — 2.7 KiB — 31 ms — h2https://cpj.org/wp-includes/js/dist/preferences.min.js?ver=2ca086aed510c242a1ed/wp-includes/js/dist/preferences.mi... https://cpj.org/wp-includes/js/dist/preferences.min.js?ver=2ca086aed510c242a1ed — 200 — 2.9 KiB — 24 ms — h2https://cpj.org/_static/??/wp-includes/js/dist/style-engine.min.js,/wp-includes/js/dist/token-list.min.js?m=1774626885j/_static/??/wp-includes/js/dist/sty... https://cpj.org/_static/??/wp-includes/js/dist/style-engine.min.js,/wp-includes/js/dist/token-list.min.js?m=1774626885j — 200 — 2.4 KiB — 30 ms — h2https://cpj.org/wp-includes/js/dist/block-editor.min.js?ver=addf558a422e2ee57920/wp-includes/js/dist/block-editor.m... https://cpj.org/wp-includes/js/dist/block-editor.min.js?ver=addf558a422e2ee57920 — 200 — 257.2 KiB — 30 ms — h2https://cpj.org/wp-includes/js/dist/core-data.min.js?ver=15baadfe6e1374188072/wp-includes/js/dist/core-data.min.... https://cpj.org/wp-includes/js/dist/core-data.min.js?ver=15baadfe6e1374188072 — 200 — 21.3 KiB — 24 ms — h2https://p.typekit.net/p.css?s=1&k=wkw7vqy&ht=tk&f=6801.6805.6806.9945.6808.6809.8415.8416.6846.6847.6848.6851.8498.8499.8500.8501.18157.18158.18159.18162.18089.18090.18091.18094.27069.27070.27073.27074.41163.41164.41167.41168&a=246739875&app=typekit&e=cssp.typekit.net/p.css?s=1&k=wkw7vqy&h... https://p.typekit.net/p.css?s=1&k=wkw7vqy&ht=tk&f=6801.6805.6806.9945.6808.6809.8415.8416.6846.6847.6848.6851.8498.8499.8500.8501.18157.18158.18159.18162.18089.18090.18091.18094.27069.27070.27073.27074.41163.41164.41167.41168&a=246739875&app=typekit&e=css — 200 — 172 B — 57 ms — h2https://cpj.org/wp-includes/js/dist/media-utils.min.js?ver=c66754bed5498afe7050/wp-includes/js/dist/media-utils.mi... https://cpj.org/wp-includes/js/dist/media-utils.min.js?ver=c66754bed5498afe7050 — 200 — 3.7 KiB — 24 ms — h2https://cpj.org/wp-includes/js/dist/patterns.min.js?ver=4131f04a041db58120d8/wp-includes/js/dist/patterns.min.j... https://cpj.org/wp-includes/js/dist/patterns.min.js?ver=4131f04a041db58120d8 — 200 — 7.4 KiB — 29 ms — h2https://cpj.org/wp-includes/js/dist/plugins.min.js?m=1774626885g/wp-includes/js/dist/plugins.min.js... https://cpj.org/wp-includes/js/dist/plugins.min.js?m=1774626885g — 200 — 1.9 KiB — 24 ms — h2https://cpj.org/wp-includes/js/dist/server-side-render.min.js?ver=7db2472793a2abb97aa5/wp-includes/js/dist/server-side-re... https://cpj.org/wp-includes/js/dist/server-side-render.min.js?ver=7db2472793a2abb97aa5 — 200 — 1.6 KiB — 23 ms — h2https://cpj.org/_static/??/wp-includes/js/dist/viewport.min.js,/wp-includes/js/dist/wordcount.min.js?m=1774626885j/_static/??/wp-includes/js/dist/vie... https://cpj.org/_static/??/wp-includes/js/dist/viewport.min.js,/wp-includes/js/dist/wordcount.min.js?m=1774626885j — 200 — 2.0 KiB — 32 ms — h2https://cpj.org/wp-includes/js/dist/editor.min.js?ver=e94186146898a6d39837/wp-includes/js/dist/editor.min.js?... https://cpj.org/wp-includes/js/dist/editor.min.js?ver=e94186146898a6d39837 — 200 — 114.2 KiB — 53 ms — h2https://cpj.org/wp-content/plugins/archiveless/build/sidebar/index.js?ver=7e6e73f42c662d3540a6/wp-content/plugins/archiveless/bui... https://cpj.org/wp-content/plugins/archiveless/build/sidebar/index.js?ver=7e6e73f42c662d3540a6 — 200 — 39.0 KiB — 52 ms — h2https://cpj.org/_static/??-eJytzEESwiAMBdALCVFHZeV4lpqmFQYI8mMdb689Q92+xaN3c6zVpBrZQ4qAuCXiHFdBZyrmBkAMlECL1FE73VUN1ofmS6w+YUfbGgfJwvavzXSes2zb0vMl/eOnaEsc8Xtu5XoIl1MI52PYpy8XKXRV/_static/??-eJytzEESwiAMBdALCVFHZeV... https://cpj.org/_static/??-eJytzEESwiAMBdALCVFHZeV4lpqmFQYI8mMdb689Q92+xaN3c6zVpBrZQ4qAuCXiHFdBZyrmBkAMlECL1FE73VUN1ofmS6w+YUfbGgfJwvavzXSes2zb0vMl/eOnaEsc8Xtu5XoIl1MI52PYpy8XKXRV — 200 — 21.7 KiB — 52 ms — h2https://cpj.org/wp-content/themes/cpj/build/home/index.js?ver=6a04e8726931c48e5bb5/wp-content/themes/cpj/build/home/i... https://cpj.org/wp-content/themes/cpj/build/home/index.js?ver=6a04e8726931c48e5bb5 — 200 — 117 B — 28 ms — h2https://cpj.org/_static/??-eJydjDEOwjAMAD+EsQqCsCDeElyrOHLcqHbI9+nCjphON9zhaECrBVsgqeyA2qFpX8QcqZVd8dlFZ6S+5eAZ2uoBKh74Fh7H4gf8fRJ5UTH+J61ZlF5SGxgPV47g7ft51PuU0vWWztPpUj5+AE6p/_static/??-eJydjDEOwjAMAD+EsQqCsCD... https://cpj.org/_static/??-eJydjDEOwjAMAD+EsQqCsCDeElyrOHLcqHbI9+nCjphON9zhaECrBVsgqeyA2qFpX8QcqZVd8dlFZ6S+5eAZ2uoBKh74Fh7H4gf8fRJ5UTH+J61ZlF5SGxgPV47g7ft51PuU0vWWztPpUj5+AE6p — 200 — 24.4 KiB — 41 ms — h2https://cpj.org/wp-content/uploads/2026/04/Screenshot-2026-04-22-at-11.20.15.png?w=1024/wp-content/uploads/2026/04/Screens... https://cpj.org/wp-content/uploads/2026/04/Screenshot-2026-04-22-at-11.20.15.png?w=1024 — 200 — 355.2 KiB — 55 ms — h2https://cpj.org/wp-content/uploads/2025/02/IMG_3010.jpeg?w=330&h=248&crop=1/wp-content/uploads/2025/02/IMG_301... https://cpj.org/wp-content/uploads/2025/02/IMG_3010.jpeg?w=330&h=248&crop=1 — 200 — 16.5 KiB — 46 ms — h2https://cpj.org/wp-content/uploads/2025/04/engin_akyurt-press-3491054_1280.jpg?w=1024/wp-content/uploads/2025/04/engin_a... https://cpj.org/wp-content/uploads/2025/04/engin_akyurt-press-3491054_1280.jpg?w=1024 — 200 — 79.9 KiB — 54 ms — h2https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/by-nc-nd.eu.svgmirrors.creativecommons.org/presski... https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/by-nc-nd.eu.svg — 200 — 7.1 KiB — 145 ms — h2https://www.googletagmanager.com/gtag/js?id=UA-98824287-2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=UA-98824287-2 — 200 — 125.1 KiB — 173 ms — h2https://cpj.org/wp-content/themes/cpj/build/global/index.js?ver=61e937e41a8cbf8b28aa/wp-content/themes/cpj/build/global... https://cpj.org/wp-content/themes/cpj/build/global/index.js?ver=61e937e41a8cbf8b28aa — 200 — 9.3 KiB — 44 ms — h2https://stats.wp.com/e-202617.jsstats.wp.com/e-202617.js https://stats.wp.com/e-202617.js — 200 — 1.7 KiB — 5 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-PJPQPQRwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-PJPQPQR — 200 — 139.8 KiB — 198 ms — h2https://cpj.org/wp-content/themes/cpj/client/src/mt-assets/stylesheets/print.css?m=1764775270g/wp-content/themes/cpj/client/src/m... https://cpj.org/wp-content/themes/cpj/client/src/mt-assets/stylesheets/print.css?m=1764775270g — 200 — 246 B — 47 ms — h2https://use.typekit.net/af/7e242d/0000000000000000000173f8/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3use.typekit.net/af/7e242d/000000000... https://use.typekit.net/af/7e242d/0000000000000000000173f8/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 200 — 59.6 KiB — 12 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 130 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 362.4 KiB — 237 ms — h2data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 view…www.w3.org/2000/svg%27 fill=%27none... data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 view… — 200 — 0 B — 0 ms — datadata:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 preserveAspectRatio=…www.w3.org/2000/svg%27 preserveAspe... data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 preserveAspectRatio=… — 200 — 0 B — 0 ms — datadata:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27%3E…www.w3.org/2000/svg%27 fill=%27%23f... data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27%3E… — 200 — 0 B — 0 ms — datadata:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 view…www.w3.org/2000/svg%27 fill=%27none... data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 view… — 200 — 0 B — 0 ms — datadata:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 view…www.w3.org/2000/svg%27 fill=%27none... data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 view… — 200 — 0 B — 0 ms — datadata:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 view…www.w3.org/2000/svg%27 fill=%27none... data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 view… — 200 — 0 B — 0 ms — datahttps://cpj.org/wp-content/uploads/2026/02/AFP__20250825__72DU89J__v5__HighRes__CorrectionPalestinianIsraelConflict.jpg?w=1024/wp-content/uploads/2026/02/AFP__20... https://cpj.org/wp-content/uploads/2026/02/AFP__20250825__72DU89J__v5__HighRes__CorrectionPalestinianIsraelConflict.jpg?w=1024 — 200 — 121.2 KiB — 43 ms — h2https://cpj.org/wp-content/uploads/2026/01/Zamora-Protest-2025_report-crop-02.jpg?w=1024/wp-content/uploads/2026/01/Zamora-... https://cpj.org/wp-content/uploads/2026/01/Zamora-Protest-2025_report-crop-02.jpg?w=1024 — 200 — 45.1 KiB — 45 ms — h2https://cpj.org/wp-content/uploads/2026/02/AFP__20210712__9EU8HP__v1__HighRes__PalestinianIsraelConflictPrisonProtest.jpg?w=1024/wp-content/uploads/2026/02/AFP__20... https://cpj.org/wp-content/uploads/2026/02/AFP__20210712__9EU8HP__v1__HighRes__PalestinianIsraelConflictPrisonProtest.jpg?w=1024 — 200 — 85.3 KiB — 42 ms — h2https://cpj.org/wp-content/uploads/2025/01/Gaza-ceasefire.jpg?w=1024/wp-content/uploads/2025/01/Gaza-ce... https://cpj.org/wp-content/uploads/2025/01/Gaza-ceasefire.jpg?w=1024 — 200 — 129.1 KiB — 49 ms — h2https://cpj.org/wp-content/uploads/2022/12/rt_latvia_12-06-2022.jpg?w=1024/wp-content/uploads/2022/12/rt_latv... https://cpj.org/wp-content/uploads/2022/12/rt_latvia_12-06-2022.jpg?w=1024 — 200 — 49.5 KiB — 44 ms — h2https://cpj.org/wp-content/uploads/2025/11/2025-08-11T190950Z_997556128_RC235GAIVY44_RTRMADP_3_USA-TRUMP-CRIME.jpg?w=1024/wp-content/uploads/2025/11/2025-08... https://cpj.org/wp-content/uploads/2025/11/2025-08-11T190950Z_997556128_RC235GAIVY44_RTRMADP_3_USA-TRUMP-CRIME.jpg?w=1024 — 200 — 84.2 KiB — 44 ms — h2https://cpj.org/wp-content/uploads/2026/04/AFP__20160302__8E4RO__v1__MidRes__ZambiaPoliticsOppositionUnpdDemo.jpg?w=367/wp-content/uploads/2026/04/AFP__20... https://cpj.org/wp-content/uploads/2026/04/AFP__20160302__8E4RO__v1__MidRes__ZambiaPoliticsOppositionUnpdDemo.jpg?w=367 — 200 — 25.6 KiB — 26 ms — h2https://use.typekit.net/af/cafa63/00000000000000000001709a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3use.typekit.net/af/cafa63/000000000... https://use.typekit.net/af/cafa63/00000000000000000001709a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 200 — 23.9 KiB — 3 ms — h2https://use.typekit.net/af/1b1b1e/00000000000000000001709e/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3use.typekit.net/af/1b1b1e/000000000... https://use.typekit.net/af/1b1b1e/00000000000000000001709e/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 200 — 23.8 KiB — 5 ms — h2https://use.typekit.net/af/a626f2/0000000000000000000173fc/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3use.typekit.net/af/a626f2/000000000... https://use.typekit.net/af/a626f2/0000000000000000000173fc/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 200 — 59.9 KiB — 8 ms — h2https://use.typekit.net/af/f72c04/0000000000000000000170a4/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3use.typekit.net/af/f72c04/000000000... https://use.typekit.net/af/f72c04/0000000000000000000170a4/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 200 — 23.5 KiB — 5 ms — h2https://cpj.org/wp-content/themes/cpj/assets/fonts/Inter-Regular-Variable.woff2/wp-content/themes/cpj/assets/fonts... https://cpj.org/wp-content/themes/cpj/assets/fonts/Inter-Regular-Variable.woff2 — 200 — 341.7 KiB — 53 ms — h2https://cpj.org/wp-content/themes/cpj/icons/site.webmanifest/wp-content/themes/cpj/icons/site.w... https://cpj.org/wp-content/themes/cpj/icons/site.webmanifest — 200 — 661 B — 69 ms — h2https://cpj.org/wp-json/wp/v2/users/me?context=edit&_locale=user/wp-json/wp/v2/users/me?context=edi... https://cpj.org/wp-json/wp/v2/users/me?context=edit&_locale=user — 401 — 470 B — 319 ms — h2https://pixel.wp.com/g.gif?v=ext&blog=172726574&post=0&tz=-4&srv=cpj.org&arch_home=1&hp=vip&j=1%3A15.5-beta&host=cpj.org&ref=&fcp=1508&rand=0.9297286160174064pixel.wp.com/g.gif?v=ext&blog=17272... https://pixel.wp.com/g.gif?v=ext&blog=172726574&post=0&tz=-4&srv=cpj.org&arch_home=1&hp=vip&j=1%3A15.5-beta&host=cpj.org&ref=&fcp=1508&rand=0.9297286160174064 — 200 — 177 B — 19 ms — h2blob:https://cpj.org/160d19c7-060e-492d-a692-0138f5b4ca70cpj.org/160d19c7-060e-492d-a692-013... blob:https://cpj.org/160d19c7-060e-492d-a692-0138f5b4ca70 — 200 — -1 B — 71 ms — blobdata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAEElEQVR42gEFAPr/AP////8J+wP9v…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAEElEQVR42gEFAPr/AP////8J+wP9v… — 200 — 0 B — 0 ms — datadata:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 view…www.w3.org/2000/svg%27 fill=%27none... data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 view… — 200 — 0 B — 0 ms — datadata:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 view…www.w3.org/2000/svg%27 fill=%27none... data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 view… — 200 — 0 B — 0 ms — datadata:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 view…www.w3.org/2000/svg%27 fill=%27none... data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 view… — 200 — 0 B — 0 ms — datahttps://cpj.org/wp-content/themes/cpj/client/src/mt-assets/fonts/font-awesome-5.0.8/webfonts/fa-brands-400.woff2/wp-content/themes/cpj/client/src/m... https://cpj.org/wp-content/themes/cpj/client/src/mt-assets/fonts/font-awesome-5.0.8/webfonts/fa-brands-400.woff2 — 200 — 53.4 KiB — 25 ms — h2https://cpj.org/wp-content/themes/cpj/client/src/mt-assets/fonts/font-awesome-5.0.8/webfonts/fa-solid-900.woff2/wp-content/themes/cpj/client/src/m... https://cpj.org/wp-content/themes/cpj/client/src/mt-assets/fonts/font-awesome-5.0.8/webfonts/fa-solid-900.woff2 — 200 — 39.4 KiB — 30 ms — h2https://www.google-analytics.com/j/collect?v=1&_v=j102&a=436214569&t=pageview&_s=1&dl=https%3A%2F%2Fcpj.org%2F&ul=en-us&dt=Committee%20to%20Protect%20Journalists%20%E2%80%93%20Defending%20Journalists%20Worldwide.%20-%20Committee%20to%20Protect%20Journalists&sr=412x823&vp=412x823&_u=YEBAAUABAAAAACAAI~&jid=1381944862&gjid=1877673390&cid=661387805.1776899164&tid=UA-6152750-1&_gid=909367734.1776899164&_r=1&_slc=1&z=1263991322www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&a=436214569&t=pageview&_s=1&dl=https%3A%2F%2Fcpj.org%2F&ul=en-us&dt=Committee%20to%20Protect%20Journalists%20%E2%80%93%20Defending%20Journalists%20Worldwide.%20-%20Committee%20to%20Protect%20Journalists&sr=412x823&vp=412x823&_u=YEBAAUABAAAAACAAI~&jid=1381944862&gjid=1877673390&cid=661387805.1776899164&tid=UA-6152750-1&_gid=909367734.1776899164&_r=1&_slc=1&z=1263991322 — 200 — 446 B — 33 ms — h2https://www.googletagmanager.com/gtag/js?id=G-TPQV0LDW2Q&cx=c&gtm=4e64k1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-TPQV0LDW2Q&cx=c&gtm=4e64k1 — 200 — 163.7 KiB — 50 ms — h2https://cpj.org/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4/wp-includes/js/wp-emoji-release.mi... https://cpj.org/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4 — 200 — 5.3 KiB — 25 ms — h2https://static.ads-twitter.com/uwt.jsstatic.ads-twitter.com/uwt.js https://static.ads-twitter.com/uwt.js — 200 — 13.4 KiB — 153 ms — h2https://www.google.com/recaptcha/api2/anchor?ar=1&k=6Lf0KX8UAAAAAG_bv-3K8e2UkT1msw6XbmMRIG9J&co=aHR0cHM6Ly9jcGoub3JnOjQ0Mw..&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&anchor-ms=20000&execute-ms=30000&cb=svsel4m96lhwww.google.com/recaptcha/api2/ancho... https://www.google.com/recaptcha/api2/anchor?ar=1&k=6Lf0KX8UAAAAAG_bv-3K8e2UkT1msw6XbmMRIG9J&co=aHR0cHM6Ly9jcGoub3JnOjQ0Mw..&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&anchor-ms=20000&execute-ms=30000&cb=svsel4m96lh — 200 — 27.8 KiB — 85 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-TPQV0LDW2Q&gtm=45je64k1v9129483386za20g&_p=1776899163215&gcs=G100&gcd=13p3pPl2l5l1&npa=1&dma_cps=-&dma=1&_eu=AAAI&are=1&cid=542292555.1776899164&frm=0&pscdl=denied&rcb=8&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938465~115938469~117266400~117512543~118463262&sid=1776899163&sct=1&seg=0&dl=https%3A%2F%2Fcpj.org%2F&dt=Committee%20to%20Protect%20Journalists%20%E2%80%93%20Defending%20Journalists%20Worldwide.%20-%20Committee%20to%20Protect%20Journalists&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=2015region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-TPQV0LDW2Q&gtm=45je64k1v9129483386za20g&_p=1776899163215&gcs=G100&gcd=13p3pPl2l5l1&npa=1&dma_cps=-&dma=1&_eu=AAAI&are=1&cid=542292555.1776899164&frm=0&pscdl=denied&rcb=8&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938465~115938469~117266400~117512543~118463262&sid=1776899163&sct=1&seg=0&dl=https%3A%2F%2Fcpj.org%2F&dt=Committee%20to%20Protect%20Journalists%20%E2%80%93%20Defending%20Journalists%20Worldwide.%20-%20Committee%20to%20Protect%20Journalists&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=2015 — 204 — 543 B — 112 ms — h2https://t.co/i/adsct?bci=3&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26412%26823%264%2624%26412%26823%261%26na&eci=2&event_id=b66e2742-9f5b-4448-87c9-10d71b7a6bae&events=%5B%5B%22pageview%22%2C%7B%7D%5D%5D&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=759a2fff-dd5b-449b-8619-76c5de5810fd&pt=Committee%20to%20Protect%20Journalists%20%E2%80%93%20Defending%20Journalists%20Worldwide.%20-%20Committee%20to%20Protect%20Journalists&tw_document_href=https%3A%2F%2Fcpj.org%2F&tw_iframe_status=0&tw_order_quantity=0&tw_pid_src=1&tw_sale_amount=0&twpid=tw.1776899163868.275391249823268089&txn_id=o8mol&type=javascript&version=2.3.53t.co/i/adsct?bci=3&dv=UTC%26en-US%2... https://t.co/i/adsct?bci=3&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26412%26823%264%2624%26412%26823%261%26na&eci=2&event_id=b66e2742-9f5b-4448-87c9-10d71b7a6bae&events=%5B%5B%22pageview%22%2C%7B%7D%5D%5D&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=759a2fff-dd5b-449b-8619-76c5de5810fd&pt=Committee%20to%20Protect%20Journalists%20%E2%80%93%20Defending%20Journalists%20Worldwide.%20-%20Committee%20to%20Protect%20Journalists&tw_document_href=https%3A%2F%2Fcpj.org%2F&tw_iframe_status=0&tw_order_quantity=0&tw_pid_src=1&tw_sale_amount=0&twpid=tw.1776899163868.275391249823268089&txn_id=o8mol&type=javascript&version=2.3.53 — 200 — 657 B — 195 ms — h2https://analytics.twitter.com/i/adsct?bci=3&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26412%26823%264%2624%26412%26823%261%26na&eci=2&event_id=b66e2742-9f5b-4448-87c9-10d71b7a6bae&events=%5B%5B%22pageview%22%2C%7B%7D%5D%5D&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=759a2fff-dd5b-449b-8619-76c5de5810fd&pt=Committee%20to%20Protect%20Journalists%20%E2%80%93%20Defending%20Journalists%20Worldwide.%20-%20Committee%20to%20Protect%20Journalists&tw_document_href=https%3A%2F%2Fcpj.org%2F&tw_iframe_status=0&tw_order_quantity=0&tw_pid_src=1&tw_sale_amount=0&twpid=tw.1776899163868.275391249823268089&txn_id=o8mol&type=javascript&version=2.3.53analytics.twitter.com/i/adsct?bci=3... https://analytics.twitter.com/i/adsct?bci=3&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26412%26823%264%2624%26412%26823%261%26na&eci=2&event_id=b66e2742-9f5b-4448-87c9-10d71b7a6bae&events=%5B%5B%22pageview%22%2C%7B%7D%5D%5D&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=759a2fff-dd5b-449b-8619-76c5de5810fd&pt=Committee%20to%20Protect%20Journalists%20%E2%80%93%20Defending%20Journalists%20Worldwide.%20-%20Committee%20to%20Protect%20Journalists&tw_document_href=https%3A%2F%2Fcpj.org%2F&tw_iframe_status=0&tw_order_quantity=0&tw_pid_src=1&tw_sale_amount=0&twpid=tw.1776899163868.275391249823268089&txn_id=o8mol&type=javascript&version=2.3.53 — 200 — 673 B — 288 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.csswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.css — 200 — 42.1 KiB — 118 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 361.9 KiB — 195 ms — h2https://www.google.com/recaptcha/api2/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4www.google.com/recaptcha/api2/webwo... https://www.google.com/recaptcha/api2/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4 — 200 — 23 B — 185 ms — h3https://www.gstatic.com/recaptcha/api2/logo_48.pngwww.gstatic.com/recaptcha/api2/logo... https://www.gstatic.com/recaptcha/api2/logo_48.png — 200 — 2.3 KiB — 30 ms — h2https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 33.9 KiB — 77 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 0 B — 13 ms — h2https://cpj.org/wp-content/themes/cpj/icons/favicon.ico/wp-content/themes/cpj/icons/favico... https://cpj.org/wp-content/themes/cpj/icons/favicon.ico — 200 — 2.8 KiB — 25 ms — h2https://www.google.com/recaptcha/api2/reload?k=6Lf0KX8UAAAAAG_bv-3K8e2UkT1msw6XbmMRIG9Jwww.google.com/recaptcha/api2/reloa... https://www.google.com/recaptcha/api2/reload?k=6Lf0KX8UAAAAAG_bv-3K8e2UkT1msw6XbmMRIG9J — 200 — 1.3 KiB — 115 ms — h3https://www.google.com/recaptcha/api2/clr?k=6Lf0KX8UAAAAAG_bv-3K8e2UkT1msw6XbmMRIG9Jwww.google.com/recaptcha/api2/clr?k... https://www.google.com/recaptcha/api2/clr?k=6Lf0KX8UAAAAAG_bv-3K8e2UkT1msw6XbmMRIG9J — 200 — 16 B — 69 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
66% of JavaScript execution is third-party
First-party Third-party 2466ms · 493KB · $33/mo
www.gstatic.com
Other
Costly
Execution 1144ms
Transfer 0 KB
Unused 43%
Monthly Cost $15/mo
Unattributable
Other
Costly
Execution 523ms
Transfer 0 KB
Monthly Cost $7/mo
Google Tag Manager
Tag Manager
Costly
Execution 222ms
Transfer 164 KB
Unused 42%
Monthly Cost $3/mo
Google Tag Manager
Tag Manager
Optional
Execution 177ms
Transfer 125 KB
Unused 51%
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 147ms
Transfer 140 KB
Unused 53%
Monthly Cost $2/mo
code.jquery.com
Other
Optional
Execution 111ms
Transfer 30 KB
Monthly Cost $1/mo
Google Analytics
Analytics
Optional
Execution 91ms
Transfer 21 KB
Monthly Cost $1/mo
Twitter/X Pixel
Advertising
Optional
Execution 52ms
Transfer 13 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • www.gstatic.com adds 1144ms and costs ~$15/month
  • Unattributable adds 523ms and costs ~$7/month
  • Google Tag Manager adds 222ms and costs ~$3/month

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

Why this matters

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

Learn more

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

Source: web.dev / HTTP Archive Web Almanac

www.gstatic.com takes 1144ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

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

Google Tag Manager takes 222ms 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

51% of Google Tag Manager's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

53% of Google Tag Manager's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback