Skip to content
https://cjr.org

Performance

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

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

69
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
71
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
77
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

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

1.51 s

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

4.57 s

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

59 ms

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

0.059

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

2.08 s

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

4.63 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
6 PASS 2 REVIEW 5 FIX
F
Page Weight Budget
Action
9.4 MB transferred, 104 requests
FIX
9.4 MB transferred, 104 requests
Critical::
Page weighs 12.0 MB (9.4 MB transferred)
Warning::
Images are 8.1 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 8.1 MB
Warning::
JavaScript is 747 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 747 KB
Info::
Fonts are 369 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 369 KB
Warning::
104 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 2.0 g CO2 per page load
9.4 MB / 2.4 MB budget
9.4 MB transferred
104 requests
2.0 g CO2 per page load
Images 8.1 MiB 86%
JavaScript 746.5 KiB 8%
Fonts 369.2 KiB 4%
HTML 75.6 KiB 1%
CSS 71.8 KiB 1%
Other 29.2 KiB 0%
Other 24.7 KiB 0%
Other 14.8 KiB 0%
Other 213 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev font loading

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

Why this matters

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

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (9.4 MiB of 9.4 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Bundles
Action
24 scripts, 287 KB unused
FIX
24 scripts, 287 KB unused
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 101 KB unused (54%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-8FET...: 65 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.cjr.org/wp-includes/js/jquery/jquery.j...: 59 KB unused (71%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.cjr.org/wp-includes/js/jquery/jquery.j...: unminified — 43 KB could be saved
Warning::
https://pagead2.googlesyndication.com/pagead/manag...: 31 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://pagead2.googlesyndication.com/pagead/manag...: 31 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 287 KB
287 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js188 KB101 KB (54%)3rd
https://www.googletagmanager.com/gtag/js?id=G-8FET82CL2M151 KB65 KB (43%)3rd
https://www.cjr.org/wp-includes/js/jquery/jquery.js?ver=3.7.184 KB59 KB (71%)3rd
https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.js0 KB31 KB (42%)3rd
https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.js73 KB31 KB (42%)3rd
https://www.googletagservices.com/tag/js/gpt.js34 KB3rd
https://code.jquery.com/jquery-3.2.1.min.js30 KB3rd
blob:https://www.cjr.org/2f611f87-d023-4748-9c04-797ed01b272e-0 KB3rd
https://www.cjr.org/wp-content/uploads/matomo/matomo.js22 KB3rd
https://ssl.geoplugin.net/extras/cookielaw.js?k=2f01c7e20292ea090 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

D
Page Weight Inventory
Action
104 resources · 9.4 MB · 287 KB savings available
FIX
104 resources · 9.4 MB · 287 KB savings available
Warning::
Page weight 8.4 MB over 1MB target
Got: 9.4 MB Expected: ≤ 1 MB
Info::
~287 KB of savings available
Warning::
103 third-party resources (100% of weight)
Info::
8 resources over 200KB
104 resources · 9.4 MiB · 103 third-party 8.4 MiB over 1MB target
Image 86% · 8.1 MiB
JavaScript 8% · 746.5 KiB
Font 4% · 369.2 KiB
Document 1% · 76.1 KiB
CSS 1% · 71.8 KiB
Other 1% · 67.2 KiB

~287.1 KiB of savings available

Remove unused JavaScript: 287.1 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
26 images, 0 KB saveable
REVIEW
26 images, 0 KB saveable
Warning::
https://www.cjr.org/wp-content/uploads/2026/04/est... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.cjr.org/wp-content/uploads/2026/03/Bei... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.cjr.org/wp-content/uploads/2026/04/cbs... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.cjr.org/wp-content/uploads/2026/04/AP2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.cjr.org/wp-content/uploads/2026/04/AP2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.cjr.org/wp-content/uploads/2026/03/Ton... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.cjr.org/wp-content/themes/cjr2017/_res... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.cjr.org/wp-content/uploads/2026/04/AP-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.cjr.org/wp-content/themes/cjr2017/_res... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.cjr.org/wp-content/uploads/2026/04/AP2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.cjr.org/wp-content/uploads/2026/04/el-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.cjr.org/wp-content/uploads/2026/04/AP2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
26 images 8.1 MB
0 oversized -0 KB
18 legacy format
12 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

C
JS Execution Cost
Action
1059ms total JS execution
REVIEW
1059ms total JS execution
Warning::
https://www.cjr.org/: 274ms CPU time
Info::
https://code.jquery.com/jquery-3.2.1.min.js: 228ms CPU time
Info::
https://securepubads.g.doubleclick.net/pagead/mana...: 153ms CPU time
Info::
Unattributable: 133ms CPU time
Info::
https://pagead2.googlesyndication.com/pagead/manag...: 107ms CPU time
Warning::
Third-party scripts: 1059ms (100% of total)

Main Thread Breakdown

Script Evaluation 46% Style & Layout 22% Other 21% Script Parsing & Compilation 5%
ScriptTotalScriptingParse/CompileParty
https://www.cjr.org/274ms28ms7ms3rd
https://code.jquery.com/jquery-3.2.1.min.js228ms108ms2ms3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js153ms126ms15ms3rd
Unattributable133ms6ms0ms3rd
https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.js107ms92ms10ms3rd
https://sdk.mrf.io/statics/marfeel-sdk.js?id=7206106ms41ms0ms3rd
https://www.cjr.org/cdn-cgi/challenge-platform/scripts/jsd/main.js57ms46ms1ms3rd
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
7 fonts (369 KB)
PASS
7 fonts (369 KB)
Info::
7 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

7

369 KB total

Render-blocking

0

of 7

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.5 s LCP 4.6 shttps://www.cjr.org/wp-content/themes/cjr2017/_resources2015/fonts/commercial-type-1502-AFHEEU-web/Graphik-Bold-Web.woff2Graphik-Bold-Web.woff2 https://www.cjr.org/wp-content/themes/cjr2017/_resources2015/fonts/commercial-type-1502-AFHEEU-web/Graphik-Bold-Web.woff2 — 33.5 KiB — 19 ms — font-display: swaphttps://www.cjr.org/wp-content/themes/cjr2017/_resources2015/fonts/commercial-type-1502-AFHEEU-web/LyonText-RegularNo2-Web.woffLyonText-RegularNo2-Web... https://www.cjr.org/wp-content/themes/cjr2017/_resources2015/fonts/commercial-type-1502-AFHEEU-web/LyonText-RegularNo2-Web.woff — 62.8 KiB — 17 ms — font-display: swaphttps://www.cjr.org/wp-content/themes/cjr2017/_resources2015/fonts/commercial-type-1502-AFHEEU-web/LyonText-RegularNo2Italic-Web.woffLyonText-RegularNo2Ital... https://www.cjr.org/wp-content/themes/cjr2017/_resources2015/fonts/commercial-type-1502-AFHEEU-web/LyonText-RegularNo2Italic-Web.woff — 66.2 KiB — 18 ms — font-display: swaphttps://www.cjr.org/wp-content/themes/cjr2017/_resources2015/fonts/commercial-type-1502-AFHEEU-web/LyonDisplay-Medium-Web.woff2LyonDisplay-Medium-Web.... https://www.cjr.org/wp-content/themes/cjr2017/_resources2015/fonts/commercial-type-1502-AFHEEU-web/LyonDisplay-Medium-Web.woff2 — 54.2 KiB — 23 ms — font-display: swaphttps://www.cjr.org/wp-content/themes/cjr2017/_resources2015/fonts/commercial-type-1502-AFHEEU-web/Graphik-BoldItalic-Web.woff2Graphik-BoldItalic-Web.... https://www.cjr.org/wp-content/themes/cjr2017/_resources2015/fonts/commercial-type-1502-AFHEEU-web/Graphik-BoldItalic-Web.woff2 — 35.3 KiB — 21 ms — font-display: swaphttps://www.cjr.org/wp-content/themes/cjr2017/_resources2015/fonts/commercial-type-1502-AFHEEU-web/LyonDisplay-MediumItalic-Web.woff2LyonDisplay-MediumItali... https://www.cjr.org/wp-content/themes/cjr2017/_resources2015/fonts/commercial-type-1502-AFHEEU-web/LyonDisplay-MediumItalic-Web.woff2 — 81.2 KiB — 22 ms — font-display: swaphttps://www.cjr.org/wp-content/themes/cjr2017/_resources2015/fonts/commercial-type-1502-AFHEEU-web/Graphik-Regular-Web.woff2Graphik-Regular-Web.woff2 https://www.cjr.org/wp-content/themes/cjr2017/_resources2015/fonts/commercial-type-1502-AFHEEU-web/Graphik-Regular-Web.woff2 — 35.9 KiB — 30 ms — font-display: swap
Graphik-Bold-Web.woff2 woff2 swap
Size 33 KB
Load time 19 ms
Start 632 ms
Risk FOUT — text flashes from fallback to web font
LyonText-RegularNo2-Web... woff swap
Size 63 KB
Load time 17 ms
Start 728 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
LyonText-RegularNo2Ital... woff swap
Size 66 KB
Load time 18 ms
Start 728 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
LyonDisplay-Medium-Web.... woff2 swap
Size 54 KB
Load time 23 ms
Start 728 ms
Risk FOUT — text flashes from fallback to web font
Graphik-BoldItalic-Web.... woff2 swap
Size 35 KB
Load time 21 ms
Start 728 ms
Risk FOUT — text flashes from fallback to web font
LyonDisplay-MediumItali... woff2 swap
Size 81 KB
Load time 22 ms
Start 729 ms
Risk FOUT — text flashes from fallback to web font
Graphik-Regular-Web.woff2 woff2 swap
Size 36 KB
Load time 30 ms
Start 825 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)

Fixing the unchecked items could save ~39 KB and ~78 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
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Google Cloud

Network Waterfall
104 requests over 2950ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.5 s LCP 4.6 shttps://cjr.org// https://cjr.org/ — 301 — 371 B — 133 ms — h2https://www.cjr.org/www.cjr.org/ https://www.cjr.org/ — 200 — 66.7 KiB — 601 ms — h3https://www.googletagmanager.com/gtag/js?id=G-8FET82CL2Mwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-8FET82CL2M — 200 — 150.9 KiB — 209 ms — h2https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.csscdn.jsdelivr.net/npm/bootstrap@5.2.... https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css — 200 — 28.8 KiB — 13 ms — h2https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.csscdnjs.cloudflare.com/ajax/libs/font... https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css — 200 — 6.1 KiB — 74 ms — h2https://www.cjr.org/wp-content/themes/cjr2017/_resources2017/css/slick-2023.css?v=1www.cjr.org/wp-content/themes/cjr20... https://www.cjr.org/wp-content/themes/cjr2017/_resources2017/css/slick-2023.css?v=1 — 200 — 844 B — 23 ms — h3https://www.cjr.org/wp-content/themes/cjr2017/_resources2015/css/interstitial_full_sail_center_home.csswww.cjr.org/wp-content/themes/cjr20... https://www.cjr.org/wp-content/themes/cjr2017/_resources2015/css/interstitial_full_sail_center_home.css — 200 — 707 B — 28 ms — h3https://www.cjr.org/wp-content/themes/cjr2017/interstitial_full_sail_home.jswww.cjr.org/wp-content/themes/cjr20... https://www.cjr.org/wp-content/themes/cjr2017/interstitial_full_sail_home.js — 200 — 3.2 KiB — 26 ms — h3https://www.cjr.org/wp-includes/css/dist/block-library/style.css?ver=6.7.5www.cjr.org/wp-includes/css/dist/bl... https://www.cjr.org/wp-includes/css/dist/block-library/style.css?ver=6.7.5 — 200 — 16.0 KiB — 20 ms — h3https://www.cjr.org/wp-content/plugins/ml-slider/admin/assets/dist/css/editor-block.css?ver=3.108.0www.cjr.org/wp-content/plugins/ml-s... https://www.cjr.org/wp-content/plugins/ml-slider/admin/assets/dist/css/editor-block.css?ver=3.108.0 — 200 — 657 B — 24 ms — h3https://www.cjr.org/wp-content/plugins/really-simple-featured-video/includes/Compatibility/Themes/Fallback/styles.css?ver=1774514553www.cjr.org/wp-content/plugins/real... https://www.cjr.org/wp-content/plugins/really-simple-featured-video/includes/Compatibility/Themes/Fallback/styles.css?ver=1774514553 — 200 — 467 B — 28 ms — h3https://www.cjr.org/wp-content/plugins/simple-lightbox/client/css/app.css?ver=2.9.5www.cjr.org/wp-content/plugins/simp... https://www.cjr.org/wp-content/plugins/simple-lightbox/client/css/app.css?ver=2.9.5 — 200 — 309 B — 29 ms — h3https://www.cjr.org/wp-includes/js/jquery/jquery.js?ver=3.7.1www.cjr.org/wp-includes/js/jquery/j... https://www.cjr.org/wp-includes/js/jquery/jquery.js?ver=3.7.1 — 200 — 83.9 KiB — 36 ms — h3https://www.cjr.org/wp-includes/js/jquery/jquery-migrate.js?ver=3.4.1www.cjr.org/wp-includes/js/jquery/j... https://www.cjr.org/wp-includes/js/jquery/jquery-migrate.js?ver=3.4.1 — 200 — 10.4 KiB — 36 ms — h3https://www.cjr.org/wp-content/themes/cjr2017/_resources2022/css/main-styles-2022.css?v=23www.cjr.org/wp-content/themes/cjr20... https://www.cjr.org/wp-content/themes/cjr2017/_resources2022/css/main-styles-2022.css?v=23 — 200 — 9.4 KiB — 29 ms — h3https://www.cjr.org/wp-content/themes/cjr2017/_resources2022/css/home-styles-2022.css?v=3www.cjr.org/wp-content/themes/cjr20... https://www.cjr.org/wp-content/themes/cjr2017/_resources2022/css/home-styles-2022.css?v=3 — 200 — 4.6 KiB — 17 ms — h3https://www.cjr.org/wp-content/themes/cjr2017/_resources2022/css/styles_home_2024.css?v=2www.cjr.org/wp-content/themes/cjr20... https://www.cjr.org/wp-content/themes/cjr2017/_resources2022/css/styles_home_2024.css?v=2 — 200 — 1.3 KiB — 30 ms — h3https://code.jquery.com/jquery-3.2.1.min.jscode.jquery.com/jquery-3.2.1.min.js https://code.jquery.com/jquery-3.2.1.min.js — 200 — 29.8 KiB — 40 ms — h2https://www.cjr.org/wp-content/themes/cjr2017/_resources2022/images/join-us-orange-rounded-balto.pngwww.cjr.org/wp-content/themes/cjr20... https://www.cjr.org/wp-content/themes/cjr2017/_resources2022/images/join-us-orange-rounded-balto.png — 200 — 21.9 KiB — 32 ms — h3https://www.cjr.org/wp-content/themes/cjr2017/_resources2017/images/cjr-logo-2x-b.pngwww.cjr.org/wp-content/themes/cjr20... https://www.cjr.org/wp-content/themes/cjr2017/_resources2017/images/cjr-logo-2x-b.png — 200 — 4.5 KiB — 29 ms — h3https://sdk.mrf.io/statics/marfeel-sdk.js?id=7206sdk.mrf.io/statics/marfeel-sdk.js?i... https://sdk.mrf.io/statics/marfeel-sdk.js?id=7206 — 200 — 41.5 KiB — 84 ms — h3https://www.cjr.org/wp-content/themes/cjr2017/_resources2017/images/cjr-logo-mobile-2x.pngwww.cjr.org/wp-content/themes/cjr20... https://www.cjr.org/wp-content/themes/cjr2017/_resources2017/images/cjr-logo-mobile-2x.png — 200 — 6.2 KiB — 15 ms — h3https://www.googletagservices.com/tag/js/gpt.jswww.googletagservices.com/tag/js/gp... https://www.googletagservices.com/tag/js/gpt.js — 200 — 34.0 KiB — 141 ms — h2blob:https://www.cjr.org/2f611f87-d023-4748-9c04-797ed01b272ewww.cjr.org/2f611f87-d023-4748-9c04... blob:https://www.cjr.org/2f611f87-d023-4748-9c04-797ed01b272e — 200 — -1 B — 194 ms — blobhttps://www.cjr.org/wp-content/themes/cjr2017/_resources2015/img/global/blackdot.gifwww.cjr.org/wp-content/themes/cjr20... https://www.cjr.org/wp-content/themes/cjr2017/_resources2015/img/global/blackdot.gif — 200 — 314 B — 16 ms — h3https://www.cjr.org/wp-content/themes/cjr2017/_resources2015/fonts/commercial-type-1502-AFHEEU-web/Graphik-Bold-Web.woff2www.cjr.org/wp-content/themes/cjr20... https://www.cjr.org/wp-content/themes/cjr2017/_resources2015/fonts/commercial-type-1502-AFHEEU-web/Graphik-Bold-Web.woff2 — 200 — 33.5 KiB — 19 ms — h3https://www.cjr.org/wp-content/uploads/2026/04/Wapo-rehires2.jpgwww.cjr.org/wp-content/uploads/2026... https://www.cjr.org/wp-content/uploads/2026/04/Wapo-rehires2.jpg — 200 — 2.4 MiB — 99 ms — h3https://www.cjr.org/wp-content/uploads/2025/11/sv-date-homepage-420x325.jpgwww.cjr.org/wp-content/uploads/2025... https://www.cjr.org/wp-content/uploads/2025/11/sv-date-homepage-420x325.jpg — 200 — 54.2 KiB — 25 ms — h3https://events.newsroom.bi/ingest.phpevents.newsroom.bi/ingest.php https://events.newsroom.bi/ingest.php — 200 — 1.0 KiB — 92 ms — h2https://www.cjr.org/wp-content/themes/cjr2017/_resources2015/fonts/commercial-type-1502-AFHEEU-web/LyonText-RegularNo2-Web.woffwww.cjr.org/wp-content/themes/cjr20... https://www.cjr.org/wp-content/themes/cjr2017/_resources2015/fonts/commercial-type-1502-AFHEEU-web/LyonText-RegularNo2-Web.woff — 200 — 62.8 KiB — 17 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.5 s LCP 4.6 shttps://cjr.org// https://cjr.org/ — 301 — 371 B — 133 ms — h2https://www.cjr.org/www.cjr.org/ https://www.cjr.org/ — 200 — 66.7 KiB — 601 ms — h3https://www.googletagmanager.com/gtag/js?id=G-8FET82CL2Mwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-8FET82CL2M — 200 — 150.9 KiB — 209 ms — h2https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.csscdn.jsdelivr.net/npm/bootstrap@5.2.... https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css — 200 — 28.8 KiB — 13 ms — h2https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.csscdnjs.cloudflare.com/ajax/libs/font... https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css — 200 — 6.1 KiB — 74 ms — h2https://www.cjr.org/wp-content/themes/cjr2017/_resources2017/css/slick-2023.css?v=1www.cjr.org/wp-content/themes/cjr20... https://www.cjr.org/wp-content/themes/cjr2017/_resources2017/css/slick-2023.css?v=1 — 200 — 844 B — 23 ms — h3https://www.cjr.org/wp-content/themes/cjr2017/_resources2015/css/interstitial_full_sail_center_home.csswww.cjr.org/wp-content/themes/cjr20... https://www.cjr.org/wp-content/themes/cjr2017/_resources2015/css/interstitial_full_sail_center_home.css — 200 — 707 B — 28 ms — h3https://www.cjr.org/wp-content/themes/cjr2017/interstitial_full_sail_home.jswww.cjr.org/wp-content/themes/cjr20... https://www.cjr.org/wp-content/themes/cjr2017/interstitial_full_sail_home.js — 200 — 3.2 KiB — 26 ms — h3https://www.cjr.org/wp-includes/css/dist/block-library/style.css?ver=6.7.5www.cjr.org/wp-includes/css/dist/bl... https://www.cjr.org/wp-includes/css/dist/block-library/style.css?ver=6.7.5 — 200 — 16.0 KiB — 20 ms — h3https://www.cjr.org/wp-content/plugins/ml-slider/admin/assets/dist/css/editor-block.css?ver=3.108.0www.cjr.org/wp-content/plugins/ml-s... https://www.cjr.org/wp-content/plugins/ml-slider/admin/assets/dist/css/editor-block.css?ver=3.108.0 — 200 — 657 B — 24 ms — h3https://www.cjr.org/wp-content/plugins/really-simple-featured-video/includes/Compatibility/Themes/Fallback/styles.css?ver=1774514553www.cjr.org/wp-content/plugins/real... https://www.cjr.org/wp-content/plugins/really-simple-featured-video/includes/Compatibility/Themes/Fallback/styles.css?ver=1774514553 — 200 — 467 B — 28 ms — h3https://www.cjr.org/wp-content/plugins/simple-lightbox/client/css/app.css?ver=2.9.5www.cjr.org/wp-content/plugins/simp... https://www.cjr.org/wp-content/plugins/simple-lightbox/client/css/app.css?ver=2.9.5 — 200 — 309 B — 29 ms — h3https://www.cjr.org/wp-includes/js/jquery/jquery.js?ver=3.7.1www.cjr.org/wp-includes/js/jquery/j... https://www.cjr.org/wp-includes/js/jquery/jquery.js?ver=3.7.1 — 200 — 83.9 KiB — 36 ms — h3https://www.cjr.org/wp-includes/js/jquery/jquery-migrate.js?ver=3.4.1www.cjr.org/wp-includes/js/jquery/j... https://www.cjr.org/wp-includes/js/jquery/jquery-migrate.js?ver=3.4.1 — 200 — 10.4 KiB — 36 ms — h3https://www.cjr.org/wp-content/themes/cjr2017/_resources2022/css/main-styles-2022.css?v=23www.cjr.org/wp-content/themes/cjr20... https://www.cjr.org/wp-content/themes/cjr2017/_resources2022/css/main-styles-2022.css?v=23 — 200 — 9.4 KiB — 29 ms — h3https://www.cjr.org/wp-content/themes/cjr2017/_resources2022/css/home-styles-2022.css?v=3www.cjr.org/wp-content/themes/cjr20... https://www.cjr.org/wp-content/themes/cjr2017/_resources2022/css/home-styles-2022.css?v=3 — 200 — 4.6 KiB — 17 ms — h3https://www.cjr.org/wp-content/themes/cjr2017/_resources2022/css/styles_home_2024.css?v=2www.cjr.org/wp-content/themes/cjr20... https://www.cjr.org/wp-content/themes/cjr2017/_resources2022/css/styles_home_2024.css?v=2 — 200 — 1.3 KiB — 30 ms — h3https://code.jquery.com/jquery-3.2.1.min.jscode.jquery.com/jquery-3.2.1.min.js https://code.jquery.com/jquery-3.2.1.min.js — 200 — 29.8 KiB — 40 ms — h2https://www.cjr.org/wp-content/themes/cjr2017/_resources2022/images/join-us-orange-rounded-balto.pngwww.cjr.org/wp-content/themes/cjr20... https://www.cjr.org/wp-content/themes/cjr2017/_resources2022/images/join-us-orange-rounded-balto.png — 200 — 21.9 KiB — 32 ms — h3https://www.cjr.org/wp-content/themes/cjr2017/_resources2017/images/cjr-logo-2x-b.pngwww.cjr.org/wp-content/themes/cjr20... https://www.cjr.org/wp-content/themes/cjr2017/_resources2017/images/cjr-logo-2x-b.png — 200 — 4.5 KiB — 29 ms — h3https://sdk.mrf.io/statics/marfeel-sdk.js?id=7206sdk.mrf.io/statics/marfeel-sdk.js?i... https://sdk.mrf.io/statics/marfeel-sdk.js?id=7206 — 200 — 41.5 KiB — 84 ms — h3https://www.cjr.org/wp-content/themes/cjr2017/_resources2017/images/cjr-logo-mobile-2x.pngwww.cjr.org/wp-content/themes/cjr20... https://www.cjr.org/wp-content/themes/cjr2017/_resources2017/images/cjr-logo-mobile-2x.png — 200 — 6.2 KiB — 15 ms — h3https://www.googletagservices.com/tag/js/gpt.jswww.googletagservices.com/tag/js/gp... https://www.googletagservices.com/tag/js/gpt.js — 200 — 34.0 KiB — 141 ms — h2blob:https://www.cjr.org/2f611f87-d023-4748-9c04-797ed01b272ewww.cjr.org/2f611f87-d023-4748-9c04... blob:https://www.cjr.org/2f611f87-d023-4748-9c04-797ed01b272e — 200 — -1 B — 194 ms — blobhttps://www.cjr.org/wp-content/themes/cjr2017/_resources2015/img/global/blackdot.gifwww.cjr.org/wp-content/themes/cjr20... https://www.cjr.org/wp-content/themes/cjr2017/_resources2015/img/global/blackdot.gif — 200 — 314 B — 16 ms — h3https://www.cjr.org/wp-content/themes/cjr2017/_resources2015/fonts/commercial-type-1502-AFHEEU-web/Graphik-Bold-Web.woff2www.cjr.org/wp-content/themes/cjr20... https://www.cjr.org/wp-content/themes/cjr2017/_resources2015/fonts/commercial-type-1502-AFHEEU-web/Graphik-Bold-Web.woff2 — 200 — 33.5 KiB — 19 ms — h3https://www.cjr.org/wp-content/uploads/2026/04/Wapo-rehires2.jpgwww.cjr.org/wp-content/uploads/2026... https://www.cjr.org/wp-content/uploads/2026/04/Wapo-rehires2.jpg — 200 — 2.4 MiB — 99 ms — h3https://www.cjr.org/wp-content/uploads/2025/11/sv-date-homepage-420x325.jpgwww.cjr.org/wp-content/uploads/2025... https://www.cjr.org/wp-content/uploads/2025/11/sv-date-homepage-420x325.jpg — 200 — 54.2 KiB — 25 ms — h3https://events.newsroom.bi/ingest.phpevents.newsroom.bi/ingest.php https://events.newsroom.bi/ingest.php — 200 — 1.0 KiB — 92 ms — h2https://www.cjr.org/wp-content/themes/cjr2017/_resources2015/fonts/commercial-type-1502-AFHEEU-web/LyonText-RegularNo2-Web.woffwww.cjr.org/wp-content/themes/cjr20... https://www.cjr.org/wp-content/themes/cjr2017/_resources2015/fonts/commercial-type-1502-AFHEEU-web/LyonText-RegularNo2-Web.woff — 200 — 62.8 KiB — 17 ms — h3https://www.cjr.org/wp-content/themes/cjr2017/_resources2015/fonts/commercial-type-1502-AFHEEU-web/LyonText-RegularNo2Italic-Web.woffwww.cjr.org/wp-content/themes/cjr20... https://www.cjr.org/wp-content/themes/cjr2017/_resources2015/fonts/commercial-type-1502-AFHEEU-web/LyonText-RegularNo2Italic-Web.woff — 200 — 66.2 KiB — 18 ms — h3https://www.cjr.org/wp-content/themes/cjr2017/_resources2015/fonts/commercial-type-1502-AFHEEU-web/LyonDisplay-Medium-Web.woff2www.cjr.org/wp-content/themes/cjr20... https://www.cjr.org/wp-content/themes/cjr2017/_resources2015/fonts/commercial-type-1502-AFHEEU-web/LyonDisplay-Medium-Web.woff2 — 200 — 54.2 KiB — 23 ms — h3https://www.cjr.org/wp-content/themes/cjr2017/_resources2015/fonts/commercial-type-1502-AFHEEU-web/Graphik-BoldItalic-Web.woff2www.cjr.org/wp-content/themes/cjr20... https://www.cjr.org/wp-content/themes/cjr2017/_resources2015/fonts/commercial-type-1502-AFHEEU-web/Graphik-BoldItalic-Web.woff2 — 200 — 35.3 KiB — 21 ms — h3https://www.cjr.org/wp-content/themes/cjr2017/_resources2015/fonts/commercial-type-1502-AFHEEU-web/LyonDisplay-MediumItalic-Web.woff2www.cjr.org/wp-content/themes/cjr20... https://www.cjr.org/wp-content/themes/cjr2017/_resources2015/fonts/commercial-type-1502-AFHEEU-web/LyonDisplay-MediumItalic-Web.woff2 — 200 — 81.2 KiB — 22 ms — h3https://www.cjr.org/wp-content/uploads/2026/04/260415shihab-eldin-portrait-420x325.jpgwww.cjr.org/wp-content/uploads/2026... https://www.cjr.org/wp-content/uploads/2026/04/260415shihab-eldin-portrait-420x325.jpg — 200 — 105.4 KiB — 111 ms — h3https://www.cjr.org/wp-content/uploads/2026/04/Madowo-CNN-420x325.jpgwww.cjr.org/wp-content/uploads/2026... https://www.cjr.org/wp-content/uploads/2026/04/Madowo-CNN-420x325.jpg — 200 — 139.1 KiB — 133 ms — h3https://www.cjr.org/wp-content/uploads/2026/04/cbs-radio-fire-420x325.jpgwww.cjr.org/wp-content/uploads/2026... https://www.cjr.org/wp-content/uploads/2026/04/cbs-radio-fire-420x325.jpg — 200 — 149.4 KiB — 121 ms — h3https://www.cjr.org/wp-content/uploads/2026/04/AP26079719791408-420x325.jpgwww.cjr.org/wp-content/uploads/2026... https://www.cjr.org/wp-content/uploads/2026/04/AP26079719791408-420x325.jpg — 200 — 153.8 KiB — 134 ms — h3https://www.cjr.org/wp-content/uploads/2026/04/AP26059722913782-420x325.jpgwww.cjr.org/wp-content/uploads/2026... https://www.cjr.org/wp-content/uploads/2026/04/AP26059722913782-420x325.jpg — 200 — 70.8 KiB — 99 ms — h3https://www.cjr.org/wp-content/uploads/2026/04/estefany-release-1000x1000.jpgwww.cjr.org/wp-content/uploads/2026... https://www.cjr.org/wp-content/uploads/2026/04/estefany-release-1000x1000.jpg — 200 — 724.1 KiB — 219 ms — h3https://www.cjr.org/wp-content/uploads/2026/04/AP25171691454043-1000x1000.jpgwww.cjr.org/wp-content/uploads/2026... https://www.cjr.org/wp-content/uploads/2026/04/AP25171691454043-1000x1000.jpg — 200 — 786.7 KiB — 220 ms — h3https://www.cjr.org/wp-content/uploads/2026/04/el-fasher-aerials3-1000x1000.jpgwww.cjr.org/wp-content/uploads/2026... https://www.cjr.org/wp-content/uploads/2026/04/el-fasher-aerials3-1000x1000.jpg — 200 — 595.4 KiB — 210 ms — h3https://www.cjr.org/wp-content/uploads/2026/04/AP26075697707503-1000x1000.jpgwww.cjr.org/wp-content/uploads/2026... https://www.cjr.org/wp-content/uploads/2026/04/AP26075697707503-1000x1000.jpg — 200 — 591.0 KiB — 211 ms — h3https://www.cjr.org/wp-content/uploads/2026/03/Tony-Dokoupil_2-1000x1000.jpgwww.cjr.org/wp-content/uploads/2026... https://www.cjr.org/wp-content/uploads/2026/03/Tony-Dokoupil_2-1000x1000.jpg — 200 — 602.8 KiB — 213 ms — h3https://www.cjr.org/wp-content/uploads/2026/04/AP-Pentagon-1000x1000.jpgwww.cjr.org/wp-content/uploads/2026... https://www.cjr.org/wp-content/uploads/2026/04/AP-Pentagon-1000x1000.jpg — 200 — 1.0 MiB — 131 ms — h3https://www.cjr.org/wp-content/uploads/2026/03/Beirut-3-1000x1000.jpgwww.cjr.org/wp-content/uploads/2026... https://www.cjr.org/wp-content/uploads/2026/03/Beirut-3-1000x1000.jpg — 200 — 674.3 KiB — 212 ms — h3https://www.cjr.org/wp-content/themes/cjr2017/_resources2017/images/cjr-logo-horizontal-footer-1100.pngwww.cjr.org/wp-content/themes/cjr20... https://www.cjr.org/wp-content/themes/cjr2017/_resources2017/images/cjr-logo-horizontal-footer-1100.png — 200 — 5.8 KiB — 86 ms — h3https://www.cjr.org/wp-content/uploads/matomo/matomo.jswww.cjr.org/wp-content/uploads/mato... https://www.cjr.org/wp-content/uploads/matomo/matomo.js — 200 — 22.4 KiB — 44 ms — h3https://www.cjr.org/wp-content/themes/cjr2017/template-parts/blocks/homepage_hero_plus_5/homepage_hero_plus_5.css?ver=6.8.0.1www.cjr.org/wp-content/themes/cjr20... https://www.cjr.org/wp-content/themes/cjr2017/template-parts/blocks/homepage_hero_plus_5/homepage_hero_plus_5.css?ver=6.8.0.1 — 200 — 216 B — 30 ms — h3https://ssl.geoplugin.net/extras/cookielaw.js?k=2f01c7e20292ea09ssl.geoplugin.net/extras/cookielaw.... https://ssl.geoplugin.net/extras/cookielaw.js?k=2f01c7e20292ea09 — -1 — 0 B — 188 ms — https://www.cjr.org/wp-content/themes/cjr2017/template-parts/blocks/homepage_signup_box/homepage_signup_box.css?ver=6.8.0.1www.cjr.org/wp-content/themes/cjr20... https://www.cjr.org/wp-content/themes/cjr2017/template-parts/blocks/homepage_signup_box/homepage_signup_box.css?ver=6.8.0.1 — 200 — 216 B — 52 ms — h3https://www.cjr.org/wp-content/themes/cjr2017/template-parts/blocks/homepage_side_story/homepage_side_story.css?ver=6.8.0.1www.cjr.org/wp-content/themes/cjr20... https://www.cjr.org/wp-content/themes/cjr2017/template-parts/blocks/homepage_side_story/homepage_side_story.css?ver=6.8.0.1 — 200 — 216 B — 50 ms — h3https://www.cjr.org/wp-content/themes/cjr2017/template-parts/blocks/homepage_tube_photos/homepage_tube_photos.css?ver=6.8.0.1www.cjr.org/wp-content/themes/cjr20... https://www.cjr.org/wp-content/themes/cjr2017/template-parts/blocks/homepage_tube_photos/homepage_tube_photos.css?ver=6.8.0.1 — 200 — 216 B — 40 ms — h3https://www.cjr.org/wp-content/themes/cjr2017/template-parts/blocks/homepage_728x90_ad/homepage_728x90_ad.css?ver=6.8.0.1www.cjr.org/wp-content/themes/cjr20... https://www.cjr.org/wp-content/themes/cjr2017/template-parts/blocks/homepage_728x90_ad/homepage_728x90_ad.css?ver=6.8.0.1 — 200 — 216 B — 49 ms — h3https://www.cjr.org/wp-content/themes/cjr2017/template-parts/blocks/homepage_tube_issues/homepage_tube_issues.css?ver=6.8.0.1www.cjr.org/wp-content/themes/cjr20... https://www.cjr.org/wp-content/themes/cjr2017/template-parts/blocks/homepage_tube_issues/homepage_tube_issues.css?ver=6.8.0.1 — 200 — 216 B — 45 ms — h3https://www.cjr.org/wp-content/themes/cjr2017/template-parts/blocks/homepage_archive_story/homepage_archive_story.css?ver=6.8.0.1www.cjr.org/wp-content/themes/cjr20... https://www.cjr.org/wp-content/themes/cjr2017/template-parts/blocks/homepage_archive_story/homepage_archive_story.css?ver=6.8.0.1 — 200 — 216 B — 42 ms — h3https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.jscdn.jsdelivr.net/npm/bootstrap@5.2.... https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js — 200 — 24.3 KiB — 16 ms — h2https://www.cjr.org/wp-content/themes/cjr2017/_resources2017/js/slick.min.jswww.cjr.org/wp-content/themes/cjr20... https://www.cjr.org/wp-content/themes/cjr2017/_resources2017/js/slick.min.js — 200 — 10.7 KiB — 45 ms — h3https://s3-us-west-2.amazonaws.com/s.cdpn.io/3/jquery.fittext.jss3-us-west-2.amazonaws.com/s.cdpn.i... https://s3-us-west-2.amazonaws.com/s.cdpn.io/3/jquery.fittext.js — 200 — 1.5 KiB — 596 ms — http/1.1https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.csscdnjs.cloudflare.com/ajax/libs/cook... https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.css — 200 — 1.2 KiB — 34 ms — h2https://www.cjr.org/wp-content/themes/cjr2017/_resources2015/fonts/commercial-type-1502-AFHEEU-web/Graphik-Regular-Web.woff2www.cjr.org/wp-content/themes/cjr20... https://www.cjr.org/wp-content/themes/cjr2017/_resources2015/fonts/commercial-type-1502-AFHEEU-web/Graphik-Regular-Web.woff2 — 200 — 35.9 KiB — 30 ms — h3https://events.newsroom.bi/data/rfv.phpevents.newsroom.bi/data/rfv.php https://events.newsroom.bi/data/rfv.php — 200 — 452 B — 24 ms — h2https://events.newsroom.bi/data2/rfv.phpevents.newsroom.bi/data2/rfv.php https://events.newsroom.bi/data2/rfv.php — 200 — 445 B — 23 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 77 ms — h2https://www.cjr.org/wp-content/plugins/matomo/app/matomo.php?action_name=Columbia%20Journalism%20Review&idsite=1&rec=1&r=092990&h=21&m=16&s=1&url=https%3A%2F%2Fwww.cjr.org%2F&_id=1bebf313f5b5e8cc&_idn=1&send_image=0&_refts=0&pv_id=Kf1ci8&pf_net=8&pf_srv=359&pf_tfr=234&uadata=%7B%22formFactors%22%3A%5B%22Desktop%22%5D%2C%22fullVersionList%22%3A%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147.0.7727.101%22%7D%2C%7B%22brand%22%3A%22Not.A%2FBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%5D%2C%22mobile%22%3Afalse%2C%22model%22%3A%22%22%2C%22platform%22%3A%22macOS%22%2C%22platformVersion%22%3A%2210.15.7%22%7D&pdf=1&qt=0&realp=0&wma=0&fla=0&java=0&ag=0&cookie=1&res=800x600www.cjr.org/wp-content/plugins/mato... https://www.cjr.org/wp-content/plugins/matomo/app/matomo.php?action_name=Columbia%20Journalism%20Review&idsite=1&rec=1&r=092990&h=21&m=16&s=1&url=https%3A%2F%2Fwww.cjr.org%2F&_id=1bebf313f5b5e8cc&_idn=1&send_image=0&_refts=0&pv_id=Kf1ci8&pf_net=8&pf_srv=359&pf_tfr=234&uadata=%7B%22formFactors%22%3A%5B%22Desktop%22%5D%2C%22fullVersionList%22%3A%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147.0.7727.101%22%7D%2C%7B%22brand%22%3A%22Not.A%2FBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%5D%2C%22mobile%22%3Afalse%2C%22model%22%3A%22%22%2C%22platform%22%3A%22macOS%22%2C%22platformVersion%22%3A%2210.15.7%22%7D&pdf=1&qt=0&realp=0&wma=0&fla=0&java=0&ag=0&cookie=1&res=800x600 — 204 — 213 B — 434 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-8FET82CL2M&gtm=45je64k0h1v881167067za200zd881167067&_p=1776892561347&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=677754009.1776892562&frm=0&pscdl=noapi&rcb=16&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266400~117512543&sid=1776892561&sct=1&seg=0&dl=https%3A%2F%2Fwww.cjr.org%2F&dt=Columbia%20Journalism%20Review&_tu=QA&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1056region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-8FET82CL2M&gtm=45je64k0h1v881167067za200zd881167067&_p=1776892561347&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=677754009.1776892562&frm=0&pscdl=noapi&rcb=16&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266400~117512543&sid=1776892561&sct=1&seg=0&dl=https%3A%2F%2Fwww.cjr.org%2F&dt=Columbia%20Journalism%20Review&_tu=QA&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1056 — 204 — 547 B — 93 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.jssecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js — 200 — 187.7 KiB — 158 ms — h3https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gptsecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gpt — 200 — 23.0 KiB — 93 ms — h3https://www.google-analytics.com/j/collect?v=1&_v=j102&a=644104335&t=pageview&_s=1&dl=https%3A%2F%2Fwww.cjr.org%2F&ul=en-us&dt=Columbia%20Journalism%20Review&sr=800x600&vp=1350x940&_u=IADAAEABAAAAACAAI~&jid=1066445910&gjid=1472156548&cid=677754009.1776892562&tid=UA-2442246-6&_gid=543067441.1776892562&_r=1&_slc=1&z=515758329www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&a=644104335&t=pageview&_s=1&dl=https%3A%2F%2Fwww.cjr.org%2F&ul=en-us&dt=Columbia%20Journalism%20Review&sr=800x600&vp=1350x940&_u=IADAAEABAAAAACAAI~&jid=1066445910&gjid=1472156548&cid=677754009.1776892562&tid=UA-2442246-6&_gid=543067441.1776892562&_r=1&_slc=1&z=515758329 — 200 — 450 B — 32 ms — h2https://pagead2.googlesyndication.com/gampad/ads?pvsid=3463173091216012&correlator=2431502906727151&output=ldjh&gdfp_req=1&vrg=202604160201&ptt=17&impl=fifs&iu_parts=3562084%2Ccjr_2017_home_leader%2CCJR_700x500_Home&enc_prev_ius=%2F0%2F1%2C%2F0%2F2&prev_iu_szs=728x90%2C700x500&ifi=1&dids=div-gpt-ad-1502848893923-0~div-gpt-ad-1733251534310-0&adfs=1782580426~4036764512&sfv=1-0-45&sc=1&abxe=1&dt=1776892562126&lmt=1776892562&adxs=175%2C15&adys=31422%2C42&biw=1350&bih=940&scr_x=0&scr_y=0&btvi=1%7C0&ucis=1%7C2&oid=2&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=8&bc=31&nvt=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDcuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNDcuMC43NzI3LjEwMSJdLFsiTm90LkEvQnJhbmQiLCI4LjAuMC4wIl1dLDBd&url=https%3A%2F%2Fwww.cjr.org%2F&vis=1&psz=1000x79%7C700x0&msz=1000x0%7C700x0&fws=0%2C0&ohw=0%2C0&dlt=1776892561338&idt=746&adks=3328954378%2C2166447741&frm=20&eoidce=1pagead2.googlesyndication.com/gampa... https://pagead2.googlesyndication.com/gampad/ads?pvsid=3463173091216012&correlator=2431502906727151&output=ldjh&gdfp_req=1&vrg=202604160201&ptt=17&impl=fifs&iu_parts=3562084%2Ccjr_2017_home_leader%2CCJR_700x500_Home&enc_prev_ius=%2F0%2F1%2C%2F0%2F2&prev_iu_szs=728x90%2C700x500&ifi=1&dids=div-gpt-ad-1502848893923-0~div-gpt-ad-1733251534310-0&adfs=1782580426~4036764512&sfv=1-0-45&sc=1&abxe=1&dt=1776892562126&lmt=1776892562&adxs=175%2C15&adys=31422%2C42&biw=1350&bih=940&scr_x=0&scr_y=0&btvi=1%7C0&ucis=1%7C2&oid=2&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=8&bc=31&nvt=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDcuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNDcuMC43NzI3LjEwMSJdLFsiTm90LkEvQnJhbmQiLCI4LjAuMC4wIl1dLDBd&url=https%3A%2F%2Fwww.cjr.org%2F&vis=1&psz=1000x79%7C700x0&msz=1000x0%7C700x0&fws=0%2C0&ohw=0%2C0&dlt=1776892561338&idt=746&adks=3328954378%2C2166447741&frm=20&eoidce=1 — 200 — 26.5 KiB — 132 ms — h3https://2829beef62587ae5ddb3f40c2011929e.safeframe.googlesyndication.com/safeframe/1-0-45/html/container.html2829beef62587ae5ddb3f40c2011929e.sa... https://2829beef62587ae5ddb3f40c2011929e.safeframe.googlesyndication.com/safeframe/1-0-45/html/container.html — 200 — 3.1 KiB — 112 ms — h3https://www.cjr.org/cdn-cgi/challenge-platform/scripts/jsd/main.jswww.cjr.org/cdn-cgi/challenge-platf... https://www.cjr.org/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 452 B — 230 ms — h3https://www.cjr.org/wp-content/themes/cjr2017/_resources2017/css/final-arrow-left-web-home-2.pngwww.cjr.org/wp-content/themes/cjr20... https://www.cjr.org/wp-content/themes/cjr2017/_resources2017/css/final-arrow-left-web-home-2.png — 200 — 9.8 KiB — 14 ms — h3https://www.cjr.org/wp-content/themes/cjr2017/_resources2017/css/final-arrow-web-home-2.pngwww.cjr.org/wp-content/themes/cjr20... https://www.cjr.org/wp-content/themes/cjr2017/_resources2017/css/final-arrow-web-home-2.png — 200 — 9.8 KiB — 14 ms — h3https://www.cjr.org/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js?www.cjr.org/cdn-cgi/challenge-platf... https://www.cjr.org/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js? — 200 — 12.8 KiB — 9 ms — h3https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjsvEO55UzBVh_0v1et4mNnlBcweVBNZcN42Xdi19c8e7nDoYl_yiwaXr7WFTH_fKrgkPGj4O5Q3y4Rllh606Dpz_2An0QZPQaZPpvUZE9UhA6vaYCSXknjHXV7g6TYc1q94bvbJ3A00N3eyC1eaFTAXfSTXQDyL5QfgcWYqO8HPEbSIjpcY7tWq3wTibX9suvrWrGntrL35xhXyOz7K1NMGY7lbbI5cyy_c8fsE_twOTu7j3HOqMZFgqo2uzp3uD3U4Erf_TDf7teb_x9gD7rqIHP29w-3nXwsm4UV2iLEnsAJKcA0I07KyQW7KjzIMy4SKeftggXACq9GAvO5wRDofCoUIahK5TYxaAkZZz0IdLgvLOW07G_P8SO6OnEvh5HiYMkYfeLkf6lTATw94&sig=Cg0ArKJSzGFomJEeHNgCEAE&uach_m=%5BUACH%5D&adurl=pagead2.googlesyndication.com/pcs/v... https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjsvEO55UzBVh_0v1et4mNnlBcweVBNZcN42Xdi19c8e7nDoYl_yiwaXr7WFTH_fKrgkPGj4O5Q3y4Rllh606Dpz_2An0QZPQaZPpvUZE9UhA6vaYCSXknjHXV7g6TYc1q94bvbJ3A00N3eyC1eaFTAXfSTXQDyL5QfgcWYqO8HPEbSIjpcY7tWq3wTibX9suvrWrGntrL35xhXyOz7K1NMGY7lbbI5cyy_c8fsE_twOTu7j3HOqMZFgqo2uzp3uD3U4Erf_TDf7teb_x9gD7rqIHP29w-3nXwsm4UV2iLEnsAJKcA0I07KyQW7KjzIMy4SKeftggXACq9GAvO5wRDofCoUIahK5TYxaAkZZz0IdLgvLOW07G_P8SO6OnEvh5HiYMkYfeLkf6lTATw94&sig=Cg0ArKJSzGFomJEeHNgCEAE&uach_m=%5BUACH%5D&adurl= — 200 — 26 B — 195 ms — h3https://pagead2.googlesyndication.com/pagead/js/r20260421/r20110914/abg_lite_fy2021.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/r20260421/r20110914/abg_lite_fy2021.js — 200 — 8.4 KiB — 77 ms — h3https://pagead2.googlesyndication.com/pagead/js/r20260421/r20110914/client/window_focus_fy2021.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/r20260421/r20110914/client/window_focus_fy2021.js — 200 — 1.2 KiB — 78 ms — h3https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.js — 200 — 73.1 KiB — 75 ms — h3https://tpc.googlesyndication.com/simgad/13784350848845109332tpc.googlesyndication.com/simgad/13... https://tpc.googlesyndication.com/simgad/13784350848845109332 — 200 — 65.9 KiB — 139 ms — h2https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjsvABAVEjdzADqXESpdnDMblhPzdDIZlBqTOTvlcnurQsh-C9aHKXBCx-lSHYGHmco--y6H4oJ-u8SI1sPP2DEkvFhTmJyE_mNaqJXqwXcOjAn5kmnLnUTrp5RmzxaxFRZnfamfle5LwuT4rrzqXCnILah4GHJM-DibjRHyUpKTJUPueOEJbk3eCLTOfWp03qDWiF_8INE98tn6hrsuPGqX273gwAEdzE-8B2yMB5-TTjHT3XhSgy1Rr8-BkG4zGzvQNUi9nSGGjEea9BN48KlzrSEoJ5DY82xAQgjQZ1qAwpG7-pwBuOyWZ5_N4AH3I0B1NqHwNuH8L1xaIUpYhVQB-bKoN_PmzM3-rksuPOGdnmYVd6yaVS1r_Kp_mpX9TN7n0rnVQ-Kz2CjIGLbvlsYHY2dA&sig=Cg0ArKJSzMYodg4L0iHFEAE&uach_m=%5BUACH%5D&adurl=pagead2.googlesyndication.com/pcs/v... https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjsvABAVEjdzADqXESpdnDMblhPzdDIZlBqTOTvlcnurQsh-C9aHKXBCx-lSHYGHmco--y6H4oJ-u8SI1sPP2DEkvFhTmJyE_mNaqJXqwXcOjAn5kmnLnUTrp5RmzxaxFRZnfamfle5LwuT4rrzqXCnILah4GHJM-DibjRHyUpKTJUPueOEJbk3eCLTOfWp03qDWiF_8INE98tn6hrsuPGqX273gwAEdzE-8B2yMB5-TTjHT3XhSgy1Rr8-BkG4zGzvQNUi9nSGGjEea9BN48KlzrSEoJ5DY82xAQgjQZ1qAwpG7-pwBuOyWZ5_N4AH3I0B1NqHwNuH8L1xaIUpYhVQB-bKoN_PmzM3-rksuPOGdnmYVd6yaVS1r_Kp_mpX9TN7n0rnVQ-Kz2CjIGLbvlsYHY2dA&sig=Cg0ArKJSzMYodg4L0iHFEAE&uach_m=%5BUACH%5D&adurl= — 200 — 26 B — 176 ms — h3https://pagead2.googlesyndication.com/pagead/js/r20260421/r20110914/abg_lite_fy2021.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/r20260421/r20110914/abg_lite_fy2021.js — 200 — 0 B — 59 ms — h3https://pagead2.googlesyndication.com/pagead/js/r20260421/r20110914/client/window_focus_fy2021.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/r20260421/r20110914/client/window_focus_fy2021.js — 200 — 0 B — 60 ms — h3https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.js — 200 — 0 B — 57 ms — h3https://tpc.googlesyndication.com/simgad/403969751968935493tpc.googlesyndication.com/simgad/40... https://tpc.googlesyndication.com/simgad/403969751968935493 — 200 — 10.6 KiB — 124 ms — h2data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWBAMAAACrl3iAAAAABlBMVEUAAAD+AciWmZzWAAAAAnRST…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWBAMAAACrl3iAAAAABlBMVEUAAAD+AciWmZzWAAAAAnRST… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWBAMAAACrl3iAAAAABlBMVEUAAAD+AciWmZzWAAAAAnRST…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWBAMAAACrl3iAAAAABlBMVEUAAAD+AciWmZzWAAAAAnRST… — 200 — 0 B — 0 ms — datahttps://www.cjr.org/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.26267945896456757:1776888748:d8ZJUSqLLzxkOsprZnYwJCPyd_cwcfeIlxdsgOjd-T0/9f07a5aa1cedf771www.cjr.org/cdn-cgi/challenge-platf... https://www.cjr.org/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.26267945896456757:1776888748:d8ZJUSqLLzxkOsprZnYwJCPyd_cwcfeIlxdsgOjd-T0/9f07a5aa1cedf771 — 200 — 1.2 KiB — 10 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=fle-fetch-start2pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=fle-fetch-start2 — 204 — 20 B — 112 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=colleague-executed&name=4pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=colleague-executed&name=4 — 204 — 20 B — 106 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWgDpagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWgD — 204 — 20 B — 80 ms — h3https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjsuiFxPeJmlR1Qu1SLq5WW6vFhnNl1XtRWu99UQ8cEa6xXsTOqV6dbFxCl5pyfyRhHsXJ7eU9uDneRPBrNMfW_fB3BjiAWCu0eS3GigdIkHw5j33BIRILRs_WsVTeayV062rqcJXqNpYAcNNuEfwAQoKWLsGnP5H5UFutgujCk0U3gck2si_qvGm2u39jXTw0d9_D0iRNuzuk1pVQ-ZZHtmYvPjpZim7AJc3JLni02huWjqNAty4HmMr_qYveuMqiiVNJNJDpIFrveEkMpYViyOlkdyjxMjxPcyLUbHVDgoICe3eWZveHV7IoLmYNDW44wJnr4bOK0-yxxxFCQvvKnkZaBcCbLbkEqTqmqE7sptj_q3EQVduAUuzhW1AD_3f3H8hL9Uv-O0s5eL1fOF-yw&sig=Cg0ArKJSzFj7ZmfCmmKnEAE&uach_m=%5BUACH%5D&dett=2&adurl=pagead2.googlesyndication.com/pcs/v... https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjsuiFxPeJmlR1Qu1SLq5WW6vFhnNl1XtRWu99UQ8cEa6xXsTOqV6dbFxCl5pyfyRhHsXJ7eU9uDneRPBrNMfW_fB3BjiAWCu0eS3GigdIkHw5j33BIRILRs_WsVTeayV062rqcJXqNpYAcNNuEfwAQoKWLsGnP5H5UFutgujCk0U3gck2si_qvGm2u39jXTw0d9_D0iRNuzuk1pVQ-ZZHtmYvPjpZim7AJc3JLni02huWjqNAty4HmMr_qYveuMqiiVNJNJDpIFrveEkMpYViyOlkdyjxMjxPcyLUbHVDgoICe3eWZveHV7IoLmYNDW44wJnr4bOK0-yxxxFCQvvKnkZaBcCbLbkEqTqmqE7sptj_q3EQVduAUuzhW1AD_3f3H8hL9Uv-O0s5eL1fOF-yw&sig=Cg0ArKJSzFj7ZmfCmmKnEAE&uach_m=%5BUACH%5D&dett=2&adurl= — 200 — 26 B — 80 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=fle-fetch-start2pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=fle-fetch-start2 — 204 — 20 B — 67 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=colleague-executed&name=4pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=colleague-executed&name=4 — 204 — 20 B — 61 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWgDpagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWgD — 204 — 20 B — 37 ms — h3https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjstcT7xzKSr-rIr2GaWsrbA2_G_xnzAlIc9QlvaKpVuEt7oubUOVbhXQ04Q2Mvf8gdTeq0KrChQC_xEdtmE8cn55-jglRUsbxjMhrkey4uVZVPqizOmiuvMASgMs5ZHe8QzJeGp--WmWE4IXuATO2BMmMlZL7y5a46umCwTQ-8gNtiyCiCz1dW0Y973vHc4giQVq7MPBoGOfjse2nvI5fGXFd7ACEW_T4jrNZFKbjytkAffOwYrJrO9vI6Y9erVs0jtstaoOQ1G4VQCxAyDvDBoJzNcjaXKpwuZpWKEIF0W4KpuLDv8sEmwendCn_lHVH3jjxsfMo2tkDGn3YVNxup-6tqbrYKdDA4uG07UEd61GrVJ0J8sUJtlK9cwEPFhuebOeSGXCHZXlUvJThEVKFL7T05Gsgg&sig=Cg0ArKJSzJ8Kz0XIAHFCEAE&uach_m=%5BUACH%5D&dett=2&adurl=pagead2.googlesyndication.com/pcs/v... https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjstcT7xzKSr-rIr2GaWsrbA2_G_xnzAlIc9QlvaKpVuEt7oubUOVbhXQ04Q2Mvf8gdTeq0KrChQC_xEdtmE8cn55-jglRUsbxjMhrkey4uVZVPqizOmiuvMASgMs5ZHe8QzJeGp--WmWE4IXuATO2BMmMlZL7y5a46umCwTQ-8gNtiyCiCz1dW0Y973vHc4giQVq7MPBoGOfjse2nvI5fGXFd7ACEW_T4jrNZFKbjytkAffOwYrJrO9vI6Y9erVs0jtstaoOQ1G4VQCxAyDvDBoJzNcjaXKpwuZpWKEIF0W4KpuLDv8sEmwendCn_lHVH3jjxsfMo2tkDGn3YVNxup-6tqbrYKdDA4uG07UEd61GrVJ0J8sUJtlK9cwEPFhuebOeSGXCHZXlUvJThEVKFL7T05Gsgg&sig=Cg0ArKJSzJ8Kz0XIAHFCEAE&uach_m=%5BUACH%5D&dett=2&adurl= — 200 — 26 B — 36 ms — h3https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gpt&tv=m202604160201&st=env&sjk=3463173091216012ep1.adtrafficquality.google/getconf... https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gpt&tv=m202604160201&st=env&sjk=3463173091216012 — 200 — 13.2 KiB — 78 ms — h3https://www.cjr.org/wp-content/themes/cjr2017/cjr-icon-2.icowww.cjr.org/wp-content/themes/cjr20... https://www.cjr.org/wp-content/themes/cjr2017/cjr-icon-2.ico — 200 — 957 B — 14 ms — h3https://ep2.adtrafficquality.google/sodar/sodar2.jsep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2.js — 200 — 7.9 KiB — 89 ms — h2https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.htmlep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.html — 200 — 5.8 KiB — 83 ms — h2https://pagead2.googlesyndication.com/bg/RiK6ZWktSJHFoyfG9cjH9nLRaZ1B3RgkbmOlM6XvCcc.jspagead2.googlesyndication.com/bg/Ri... https://pagead2.googlesyndication.com/bg/RiK6ZWktSJHFoyfG9cjH9nLRaZ1B3RgkbmOlM6XvCcc.js — 200 — 21.8 KiB — 94 ms — h3https://ep2.adtrafficquality.google/generate_204?FEz75wep2.adtrafficquality.google/generat... https://ep2.adtrafficquality.google/generate_204?FEz75w — 204 — 40 B — 28 ms — h2https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=gpt_m202604160201&jk=3463173091216012&bg=!ISKlIkDNAAa1ilLUlYo7AEcBe5WfOMrC_knwbepwaWTA43QF3Pk5ODOJR5OJ43dI6wRVA4oi6tPd-trR1-dpixvBHjxN8TSoV9ibMs_M6b5rV1wUX3WitAIAAAA_UgAAAARoAQd-ADeZx5C1aSgyA3K4Ou9upL1OGOPoEkqm9s3WCrNh1HevgNF8Up3tGXn8m2pNFWuiZv5gw2a7SjozmQKhyhy561YDv6pO-Krys5rI1uGQVIabMxR9s1E5BBd0QrTAoUTG_Sw1OKlHAgQ2VWdjOvqeaZQIyTXXDJfD1hc3tE4mdivHFW8n1TNoUStc7ZUvBd9bso4dDElgmkzl7SVQuEJ8LMyU0oFm4e6tgG8RD98DpPijJdD_ZUYRfyGLx81ino0rZakpfXbbj0YwdlReFb1nbKL5XI-SKe-Qqhg_R4kJ0lk1ssKaQGRzeOdUi_vzwcG7HuEzTvUbrRuLKHTDvH0yuM7rrs8rgShXU_Blq6aW4msV2IRbQ4ddxp8Vz_JiDanUAsVIrjRZt2xvvsGImCnpB5tF9lcHvCgRwgjWfIUt9x6SzZ6NQESlfoT6Kvgy8FRnboNYXABaJp2MBTXwircbKMl4JW2WmE8dNHrQqueWB0yYFv2dMvb2b0AtYtsPtJYiG6YDSvifRHHINlMioKcdBhS_a6lUXhCbbxzRRwzvnoz7Qlj7TKTOCp2OoQ8WMDY9UHg9H_CDdB-HBa_2EdxIJOjO-IHp05xgqMVgBec1Fs2vBeK8EaHJ5JQPQDoQYSy2Ywldf8aLnJi9n8qqRTIroXGYHlhLgBFGeCxArrebI5-7v9HID30Qovdt1dgjEs1MFmAn-P-vbay0DkpTj02Q-1hIGuShiV1juhxNlrRMn-3FaPJd5o8EWXSd-bMMpbMkWS6ERXyjXkfbO5Czf56bnu5zdvw3qkla9yzN_Llhwcp9g0R4budHONnMwHPd7-bUxOt3g5jFPgs-qGKjpfYIGj8rlcpwB_qw5j8jCaeup81m5IyJOy7hwSb8Il8y55o9CdWiG9jVNVC3vVMl-cKrhtDf0Y3mH4t6sb8iJDlHIjilfOmxDFEn7tyOWV0nqZ2kw0wZGwDu3OHQLUGPNAep1.adtrafficquality.google/pagead/... https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=gpt_m202604160201&jk=3463173091216012&bg=!ISKlIkDNAAa1ilLUlYo7AEcBe5WfOMrC_knwbepwaWTA43QF3Pk5ODOJR5OJ43dI6wRVA4oi6tPd-trR1-dpixvBHjxN8TSoV9ibMs_M6b5rV1wUX3WitAIAAAA_UgAAAARoAQd-ADeZx5C1aSgyA3K4Ou9upL1OGOPoEkqm9s3WCrNh1HevgNF8Up3tGXn8m2pNFWuiZv5gw2a7SjozmQKhyhy561YDv6pO-Krys5rI1uGQVIabMxR9s1E5BBd0QrTAoUTG_Sw1OKlHAgQ2VWdjOvqeaZQIyTXXDJfD1hc3tE4mdivHFW8n1TNoUStc7ZUvBd9bso4dDElgmkzl7SVQuEJ8LMyU0oFm4e6tgG8RD98DpPijJdD_ZUYRfyGLx81ino0rZakpfXbbj0YwdlReFb1nbKL5XI-SKe-Qqhg_R4kJ0lk1ssKaQGRzeOdUi_vzwcG7HuEzTvUbrRuLKHTDvH0yuM7rrs8rgShXU_Blq6aW4msV2IRbQ4ddxp8Vz_JiDanUAsVIrjRZt2xvvsGImCnpB5tF9lcHvCgRwgjWfIUt9x6SzZ6NQESlfoT6Kvgy8FRnboNYXABaJp2MBTXwircbKMl4JW2WmE8dNHrQqueWB0yYFv2dMvb2b0AtYtsPtJYiG6YDSvifRHHINlMioKcdBhS_a6lUXhCbbxzRRwzvnoz7Qlj7TKTOCp2OoQ8WMDY9UHg9H_CDdB-HBa_2EdxIJOjO-IHp05xgqMVgBec1Fs2vBeK8EaHJ5JQPQDoQYSy2Ywldf8aLnJi9n8qqRTIroXGYHlhLgBFGeCxArrebI5-7v9HID30Qovdt1dgjEs1MFmAn-P-vbay0DkpTj02Q-1hIGuShiV1juhxNlrRMn-3FaPJd5o8EWXSd-bMMpbMkWS6ERXyjXkfbO5Czf56bnu5zdvw3qkla9yzN_Llhwcp9g0R4budHONnMwHPd7-bUxOt3g5jFPgs-qGKjpfYIGj8rlcpwB_qw5j8jCaeup81m5IyJOy7hwSb8Il8y55o9CdWiG9jVNVC3vVMl-cKrhtDf0Y3mH4t6sb8iJDlHIjilfOmxDFEn7tyOWV0nqZ2kw0wZGwDu3OHQLUGPNA — 204 — 17 B — 55 ms — h3https://pagead2.googlesyndication.com/pcs/activeview?xai=AKAOjssgkugwcGDgPse2firD51c97psJrNfpqG9PPpZig-Kv8J79NFii7q7mPNQr1ZBGREL8kjegJifnIgMEwgKWKJPUnccmmUtgPPapqL4IUEebW7OL9C0dU87fl2nGXFNec65u8_px1l1OUK9AUXEL8xc9aSHCmfj1CANFvNgURBrRK41Wafgh-uZORQ&sig=Cg0ArKJSzDp-lvBjjy5iEAE&id=lidar2&mcvt=1000&p=42,15,542,715&tm=1061.1000003814697&tu=61.30000019073486&mtos=1000,1000,1000,1000,1000&tos=1000,0,0,0,0&v=20260420&bin=7&avms=nio&bs=1350,940&mc=1&vu=1&app=0&itpl=0&adk=2166447741&rs=4&la=1&cr=0&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDcuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNDcuMC43NzI3LjEwMSJdLFsiTm90LkEvQnJhbmQiLCI4LjAuMC4wIl1dLDBd&vs=4&r=v&co=7282536200&rst=1776892562536&rpt=149&isd=0&lsd=0&met=mue&wmsd=0&pbe=0&fle=0&vae=0&spb=0&sfl=0&ffslot=0&reach=8&io2=0pagead2.googlesyndication.com/pcs/a... https://pagead2.googlesyndication.com/pcs/activeview?xai=AKAOjssgkugwcGDgPse2firD51c97psJrNfpqG9PPpZig-Kv8J79NFii7q7mPNQr1ZBGREL8kjegJifnIgMEwgKWKJPUnccmmUtgPPapqL4IUEebW7OL9C0dU87fl2nGXFNec65u8_px1l1OUK9AUXEL8xc9aSHCmfj1CANFvNgURBrRK41Wafgh-uZORQ&sig=Cg0ArKJSzDp-lvBjjy5iEAE&id=lidar2&mcvt=1000&p=42,15,542,715&tm=1061.1000003814697&tu=61.30000019073486&mtos=1000,1000,1000,1000,1000&tos=1000,0,0,0,0&v=20260420&bin=7&avms=nio&bs=1350,940&mc=1&vu=1&app=0&itpl=0&adk=2166447741&rs=4&la=1&cr=0&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDcuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNDcuMC43NzI3LjEwMSJdLFsiTm90LkEvQnJhbmQiLCI4LjAuMC4wIl1dLDBd&vs=4&r=v&co=7282536200&rst=1776892562536&rpt=149&isd=0&lsd=0&met=mue&wmsd=0&pbe=0&fle=0&vae=0&spb=0&sfl=0&ffslot=0&reach=8&io2=0 — 200 — 65 B — 32 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 1059ms · 326KB · €12/mo
www.cjr.org
Other
Costly
Execution 274ms
Transfer 67 KB
Monthly Cost €3/mo
code.jquery.com
Other
Costly
Execution 228ms
Transfer 30 KB
Monthly Cost €2/mo
securepubads.g.doubleclick.net
Other
Optional
Execution 153ms
Transfer 188 KB
Unused 54%
Monthly Cost €2/mo
Unattributable
Other
Optional
Execution 133ms
Transfer 0 KB
Monthly Cost €1/mo
pagead2.googlesyndication.com
Other
Optional
Execution 107ms
Transfer 0 KB
Unused 42%
Monthly Cost €1/mo
sdk.mrf.io
Other
Optional
Execution 106ms
Transfer 42 KB
Monthly Cost €1/mo
www.cjr.org
Other
Optional
Execution 57ms
Transfer 0 KB
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • www.cjr.org adds 274ms and costs ~€3/month
  • code.jquery.com adds 228ms and costs ~€2/month

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

Why this matters

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

Learn more

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

Source: web.dev

www.cjr.org takes 274ms 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

code.jquery.com takes 228ms 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

54% of securepubads.g.doubleclick.net'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