Skip to content
https://carnegieendowment.org

Performance

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

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

89
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
81
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.

703 ms

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

2.10 s

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

36 ms

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

0.008

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

821 ms

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

3.42 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
15
5 PASS 4 REVIEW 4 FIX
F
Page Weight Budget
Action
8.8 MB transferred, 172 requests
FIX
8.8 MB transferred, 172 requests
Critical::
Page weighs 14.1 MB (8.8 MB transferred)
Warning::
Images are 5.6 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 5.6 MB
Warning::
JavaScript is 2.1 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.1 MB
Info::
Fonts are 572 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 572 KB
Warning::
172 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.8 g CO2 per page load
8.8 MB / 2.4 MB budget
8.8 MB transferred
172 requests
1.8 g CO2 per page load
Images 5.6 MiB 64%
JavaScript 2.1 MiB 24%
Fonts 571.6 KiB 6%
Other 263.7 KiB 3%
HTML 118.6 KiB 1%
CSS 96.2 KiB 1%
Other 1.8 KiB 0%
Other 562 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
80% third-party, 0 ms blocking
FIX
80% third-party, 0 ms blocking
Warning::
Third-party code accounts for 80% of page weight (7.0 MiB of 8.8 MiB)
Info::
Third-party blocking time is low (0 ms)
20%
80%
First-party Third-party
F
JS Bundles
Action
39 scripts, 1.2 MB unused
FIX
39 scripts, 1.2 MB unused
Warning::
https://carnegieendowment.org/_next/static/chunks/...: 188 KB unused (82%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 177 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 177 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 177 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://carnegieendowment.org/_next/static/chunks/...: 81 KB unused (100%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.2 MB
1193 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://carnegieendowment.org/_next/static/chunks/0.-thvecb5ueo.js229 KB188 KB (82%)1st
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js0 KB177 KB (49%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB177 KB (49%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB177 KB (49%)3rd
https://carnegieendowment.org/_next/static/chunks/09zb.x9m.qzvs.js82 KB81 KB (100%)1st
https://www.googletagmanager.com/gtm.js?id=GTM-5ZQP7QS157 KB79 KB (51%)3rd
https://www.googletagmanager.com/gtag/js?id=G-6VNRN5Y458&cx=c&gtm=4e64h1176 KB69 KB (39%)3rd
https://www.googletagmanager.com/gtag/destination?id=AW-1052530778&cx=c&gtm=4e64h1137 KB61 KB (45%)3rd
https://carnegieendowment.org/_next/static/chunks/10-yu1u9v0.w_.js61 KB59 KB (97%)1st
https://www.googletagmanager.com/gtag/js?id=G-D7D6JHFTGH&cx=c&gtm=4e64h1170 KB59 KB (34%)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
172 resources · 8.8 MB · 1.2 MB savings available
FIX
172 resources · 8.8 MB · 1.2 MB savings available
Warning::
Page weight 7.8 MB over 1MB target
Got: 8.8 MB Expected: ≤ 1 MB
Info::
~1.2 MB of savings available
Warning::
55 third-party resources (80% of weight)
Info::
11 resources over 200KB
172 resources · 8.8 MiB · 55 third-party 7.8 MiB over 1MB target
Image 64% · 5.6 MiB
JavaScript 24% · 2.1 MiB
Font 6% · 571.6 KiB
Other 3% · 265.4 KiB
Document 1% · 118.8 KiB
CSS 1% · 96.2 KiB

~1.2 MiB of savings available

Remove unused JavaScript: 1.2 MiB
B
Image Optimization
34 images, 0 KB saveable
REVIEW
34 images, 0 KB saveable
Info::
All images are well-optimized
34 images 5.6 MB
0 oversized -0 KB
5 legacy format
0 missing dimensions CLS risk
C
JS Execution Cost
Action
1147ms total JS execution
REVIEW
1147ms total JS execution
Info::
https://carnegieendowment.org/_next/static/chunks/...: 237ms CPU time
Info::
Unattributable: 217ms CPU time
Info::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 169ms CPU time
Info::
https://carnegieendowment.org/: 169ms CPU time
Info::
https://carnegieendowment.org/_next/static/chunks/...: 117ms CPU time
Warning::
Third-party scripts: 624ms (54% of total)

Main Thread Breakdown

Script Evaluation 56% Other 20% Script Parsing & Compilation 10% Style & Layout 8%
ScriptTotalScriptingParse/CompileParty
https://carnegieendowment.org/_next/static/chunks/01_.lpw29n_h0.js237ms214ms3ms1st
Unattributable217ms12ms0ms3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js169ms143ms22ms3rd
https://carnegieendowment.org/169ms11ms14ms1st
https://carnegieendowment.org/_next/static/chunks/0w67m.cv0j35l.js117ms71ms8ms1st
https://www.googletagmanager.com/gtag/js?id=G-D7D6JHFTGH&cx=c&gtm=4e64h192ms81ms10ms3rd
https://www.googletagmanager.com/gtag/js?id=G-6VNRN5Y458&cx=c&gtm=4e64h186ms74ms11ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-5ZQP7QS59ms49ms9ms3rd
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

B
HTTP Caching
s-maxage=300, stale-while-revalidate=31535700
REVIEW
s-maxage=300, stale-while-revalidate=31535700
Info::
Cache-Control header is set
Got: s-maxage=300, stale-while-revalidate=31535700
Info::
CDN TTL: 5 minutes (s-maxage=300)
Info::
ETag present — enables conditional (304) responses
Cache-Control

s-maxage=300, stale-while-revalidate=31535700

DirectiveValueMeaning
s-maxage300CDN caches for 5 minutes
stale-while-revalidate31535700Serve stale for 52 weeks while fetching fresh
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
17 fonts (572 KB)
PASS
17 fonts (572 KB)
Info::
17 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

17

572 KB total

Render-blocking

0

of 17

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 703 ms LCP 2.1 shttps://carnegieendowment.org/_next/static/media/043b82ab31bba5a4-s.p.03tqs0fb1.6o8.woff2043b82ab31bba5a4-s.p.03... https://carnegieendowment.org/_next/static/media/043b82ab31bba5a4-s.p.03tqs0fb1.6o8.woff2 — 7.7 KiB — 7 ms — font-display: swaphttps://carnegieendowment.org/_next/static/media/248e1dc0efc99276-s.p.0ft7o6kv5bp14.woff2248e1dc0efc99276-s.p.0f... https://carnegieendowment.org/_next/static/media/248e1dc0efc99276-s.p.0ft7o6kv5bp14.woff2 — 95.8 KiB — 53 ms — font-display: swaphttps://carnegieendowment.org/_next/static/media/47fe1b7cd6e6ed85-s.p.0~mcdl10zdfb3.woff247fe1b7cd6e6ed85-s.p.0~... https://carnegieendowment.org/_next/static/media/47fe1b7cd6e6ed85-s.p.0~mcdl10zdfb3.woff2 — 8.1 KiB — 38 ms — font-display: swaphttps://carnegieendowment.org/_next/static/media/4b766aa38fdaaae3-s.p.0cbnlo4n.czwi.woff24b766aa38fdaaae3-s.p.0c... https://carnegieendowment.org/_next/static/media/4b766aa38fdaaae3-s.p.0cbnlo4n.czwi.woff2 — 7.8 KiB — 40 ms — font-display: swaphttps://carnegieendowment.org/_next/static/media/829ba4228c966254-s.p.0ub.k0om~_-xi.woff2829ba4228c966254-s.p.0u... https://carnegieendowment.org/_next/static/media/829ba4228c966254-s.p.0ub.k0om~_-xi.woff2 — 8.1 KiB — 49 ms — font-display: swaphttps://carnegieendowment.org/_next/static/media/8e6fa89aa22d24ec-s.p.0uvzar8hswo3p.woff28e6fa89aa22d24ec-s.p.0u... https://carnegieendowment.org/_next/static/media/8e6fa89aa22d24ec-s.p.0uvzar8hswo3p.woff2 — 8.0 KiB — 47 ms — font-display: swaphttps://carnegieendowment.org/_next/static/media/a218039a3287bcfd-s.p.17-1enzs_j91b.woff2a218039a3287bcfd-s.p.17... https://carnegieendowment.org/_next/static/media/a218039a3287bcfd-s.p.17-1enzs_j91b.woff2 — 8.1 KiB — 41 ms — font-display: swaphttps://carnegieendowment.org/_next/static/media/c7d9ca68f9942779-s.p.0-ul3iyp1t7db.woff2c7d9ca68f9942779-s.p.0-... https://carnegieendowment.org/_next/static/media/c7d9ca68f9942779-s.p.0-ul3iyp1t7db.woff2 — 8.1 KiB — 45 ms — font-display: swaphttps://carnegieendowment.org/_next/static/media/c875c6f5d3e977ac-s.p.0g_ng0t~d_b9n.woff2c875c6f5d3e977ac-s.p.0g... https://carnegieendowment.org/_next/static/media/c875c6f5d3e977ac-s.p.0g_ng0t~d_b9n.woff2 — 8.1 KiB — 42 ms — font-display: swaphttps://carnegieendowment.org/_next/static/media/e2334d715941921e-s.p.12skym0rqknxy.woff2e2334d715941921e-s.p.12... https://carnegieendowment.org/_next/static/media/e2334d715941921e-s.p.12skym0rqknxy.woff2 — 8.2 KiB — 49 ms — font-display: swaphttps://carnegieendowment.org/_next/static/media/Apercu-Medium.0mou8wakosw05.woff2Apercu-Medium.0mou8wako... https://carnegieendowment.org/_next/static/media/Apercu-Medium.0mou8wakosw05.woff2 — 46.2 KiB — 43 ms — font-display: swaphttps://carnegieendowment.org/_next/static/media/Apercu-Medium-Italic.033pl_mpu-1r_.woff2Apercu-Medium-Italic.03... https://carnegieendowment.org/_next/static/media/Apercu-Medium-Italic.033pl_mpu-1r_.woff2 — 48.5 KiB — 46 ms — font-display: swaphttps://carnegieendowment.org/_next/static/media/Apercu-Mono.0~ozrruwlm7dr.woff2Apercu-Mono.0~ozrruwlm7... https://carnegieendowment.org/_next/static/media/Apercu-Mono.0~ozrruwlm7dr.woff2 — 35.3 KiB — 48 ms — font-display: swaphttps://carnegieendowment.org/_next/static/media/GT-Sectra-Book.0ys_jg9au26aw.woff2GT-Sectra-Book.0ys_jg9a... https://carnegieendowment.org/_next/static/media/GT-Sectra-Book.0ys_jg9au26aw.woff2 — 98.3 KiB — 48 ms — font-display: swaphttps://carnegieendowment.org/_next/static/media/GT-Sectra-Book-Italic.17.y5auusl0-w.woff2GT-Sectra-Book-Italic.1... https://carnegieendowment.org/_next/static/media/GT-Sectra-Book-Italic.17.y5auusl0-w.woff2 — 94.7 KiB — 53 ms — font-display: swaphttps://carnegieendowment.org/_next/static/media/Apercu.11qdox.qs4b-0.woff2Apercu.11qdox.qs4b-0.woff2 https://carnegieendowment.org/_next/static/media/Apercu.11qdox.qs4b-0.woff2 — 46.1 KiB — 50 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 34.4 KiB — 101 ms — font-display: swap
043b82ab31bba5a4-s.p.03... woff2 swap
Size 8 KB
Load time 7 ms
Start 31 ms
Risk FOUT — text flashes from fallback to web font
248e1dc0efc99276-s.p.0f... woff2 swap
Size 96 KB
Load time 53 ms
Start 31 ms
Risk FOUT — text flashes from fallback to web font
47fe1b7cd6e6ed85-s.p.0~... woff2 swap
Size 8 KB
Load time 38 ms
Start 32 ms
Risk FOUT — text flashes from fallback to web font
4b766aa38fdaaae3-s.p.0c... woff2 swap
Size 8 KB
Load time 40 ms
Start 32 ms
Risk FOUT — text flashes from fallback to web font
829ba4228c966254-s.p.0u... woff2 swap
Size 8 KB
Load time 49 ms
Start 32 ms
Risk FOUT — text flashes from fallback to web font
8e6fa89aa22d24ec-s.p.0u... woff2 swap
Size 8 KB
Load time 47 ms
Start 33 ms
Risk FOUT — text flashes from fallback to web font
a218039a3287bcfd-s.p.17... woff2 swap
Size 8 KB
Load time 41 ms
Start 33 ms
Risk FOUT — text flashes from fallback to web font
c7d9ca68f9942779-s.p.0-... woff2 swap
Size 8 KB
Load time 45 ms
Start 33 ms
Risk FOUT — text flashes from fallback to web font
c875c6f5d3e977ac-s.p.0g... woff2 swap
Size 8 KB
Load time 42 ms
Start 33 ms
Risk FOUT — text flashes from fallback to web font
e2334d715941921e-s.p.12... woff2 swap
Size 8 KB
Load time 49 ms
Start 34 ms
Risk FOUT — text flashes from fallback to web font
Apercu-Medium.0mou8wako... woff2 swap
Size 46 KB
Load time 43 ms
Start 200 ms
Risk FOUT — text flashes from fallback to web font
Apercu-Medium-Italic.03... woff2 swap
Size 49 KB
Load time 46 ms
Start 200 ms
Risk FOUT — text flashes from fallback to web font
Apercu-Mono.0~ozrruwlm7... woff2 swap
Size 35 KB
Load time 48 ms
Start 200 ms
Risk FOUT — text flashes from fallback to web font
GT-Sectra-Book.0ys_jg9a... woff2 swap
Size 98 KB
Load time 48 ms
Start 202 ms
Risk FOUT — text flashes from fallback to web font
GT-Sectra-Book-Italic.1... woff2 swap
Size 95 KB
Load time 53 ms
Start 202 ms
Risk FOUT — text flashes from fallback to web font
Apercu.11qdox.qs4b-0.woff2 woff2 swap
Size 46 KB
Load time 50 ms
Start 203 ms
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 101 ms
Start 1.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)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
172 requests over 1550ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 703 ms LCP 2.1 shttps://carnegieendowment.org// https://carnegieendowment.org/ — 307 — 71 B — 13 ms — http/1.1https://carnegieendowment.org// https://carnegieendowment.org/ — 200 — 90.9 KiB — 10 ms — h2https://carnegieendowment.org/_next/static/media/043b82ab31bba5a4-s.p.03tqs0fb1.6o8.woff2/_next/static/media/043b82ab31bba5a... https://carnegieendowment.org/_next/static/media/043b82ab31bba5a4-s.p.03tqs0fb1.6o8.woff2 — 200 — 7.7 KiB — 7 ms — h2https://carnegieendowment.org/_next/static/media/248e1dc0efc99276-s.p.0ft7o6kv5bp14.woff2/_next/static/media/248e1dc0efc9927... https://carnegieendowment.org/_next/static/media/248e1dc0efc99276-s.p.0ft7o6kv5bp14.woff2 — 200 — 95.8 KiB — 53 ms — h2https://carnegieendowment.org/_next/static/media/47fe1b7cd6e6ed85-s.p.0~mcdl10zdfb3.woff2/_next/static/media/47fe1b7cd6e6ed8... https://carnegieendowment.org/_next/static/media/47fe1b7cd6e6ed85-s.p.0~mcdl10zdfb3.woff2 — 200 — 8.1 KiB — 38 ms — h2https://carnegieendowment.org/_next/static/media/4b766aa38fdaaae3-s.p.0cbnlo4n.czwi.woff2/_next/static/media/4b766aa38fdaaae... https://carnegieendowment.org/_next/static/media/4b766aa38fdaaae3-s.p.0cbnlo4n.czwi.woff2 — 200 — 7.8 KiB — 40 ms — h2https://carnegieendowment.org/_next/static/media/829ba4228c966254-s.p.0ub.k0om~_-xi.woff2/_next/static/media/829ba4228c96625... https://carnegieendowment.org/_next/static/media/829ba4228c966254-s.p.0ub.k0om~_-xi.woff2 — 200 — 8.1 KiB — 49 ms — h2https://carnegieendowment.org/_next/static/media/8e6fa89aa22d24ec-s.p.0uvzar8hswo3p.woff2/_next/static/media/8e6fa89aa22d24e... https://carnegieendowment.org/_next/static/media/8e6fa89aa22d24ec-s.p.0uvzar8hswo3p.woff2 — 200 — 8.0 KiB — 47 ms — h2https://carnegieendowment.org/_next/static/media/a218039a3287bcfd-s.p.17-1enzs_j91b.woff2/_next/static/media/a218039a3287bcf... https://carnegieendowment.org/_next/static/media/a218039a3287bcfd-s.p.17-1enzs_j91b.woff2 — 200 — 8.1 KiB — 41 ms — h2https://carnegieendowment.org/_next/static/media/c7d9ca68f9942779-s.p.0-ul3iyp1t7db.woff2/_next/static/media/c7d9ca68f994277... https://carnegieendowment.org/_next/static/media/c7d9ca68f9942779-s.p.0-ul3iyp1t7db.woff2 — 200 — 8.1 KiB — 45 ms — h2https://carnegieendowment.org/_next/static/media/c875c6f5d3e977ac-s.p.0g_ng0t~d_b9n.woff2/_next/static/media/c875c6f5d3e977a... https://carnegieendowment.org/_next/static/media/c875c6f5d3e977ac-s.p.0g_ng0t~d_b9n.woff2 — 200 — 8.1 KiB — 42 ms — h2https://carnegieendowment.org/_next/static/media/e2334d715941921e-s.p.12skym0rqknxy.woff2/_next/static/media/e2334d715941921... https://carnegieendowment.org/_next/static/media/e2334d715941921e-s.p.12skym0rqknxy.woff2 — 200 — 8.2 KiB — 49 ms — h2https://carnegieendowment.org/_next/static/chunks/0gvzolm2s3sf9.css/_next/static/chunks/0gvzolm2s3sf9.... https://carnegieendowment.org/_next/static/chunks/0gvzolm2s3sf9.css — 200 — 6.1 KiB — 20 ms — h2https://carnegieendowment.org/_next/static/chunks/0~~lckitrwvo..css/_next/static/chunks/0~~lckitrwvo..... https://carnegieendowment.org/_next/static/chunks/0~~lckitrwvo..css — 200 — 18.1 KiB — 29 ms — h2https://carnegieendowment.org/_next/static/chunks/184svoxsdrhxt.css/_next/static/chunks/184svoxsdrhxt.... https://carnegieendowment.org/_next/static/chunks/184svoxsdrhxt.css — 200 — 1.5 KiB — 21 ms — h2https://carnegieendowment.org/_next/static/chunks/0z5vz~cb3~sov.css/_next/static/chunks/0z5vz~cb3~sov.... https://carnegieendowment.org/_next/static/chunks/0z5vz~cb3~sov.css — 200 — 17.8 KiB — 29 ms — h2https://carnegieendowment.org/_next/static/chunks/0a~i-~edjr0ew.css/_next/static/chunks/0a~i-~edjr0ew.... https://carnegieendowment.org/_next/static/chunks/0a~i-~edjr0ew.css — 200 — 11.0 KiB — 43 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-5ZQP7QSwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-5ZQP7QS — 200 — 156.9 KiB — 184 ms — h2https://www.google.com/recaptcha/api.js?render=6LfvQ5QoAAAAAH1y5OUIT0LUVhRG0uR6j1fP11jFwww.google.com/recaptcha/api.js?ren... https://www.google.com/recaptcha/api.js?render=6LfvQ5QoAAAAAH1y5OUIT0LUVhRG0uR6j1fP11jF — 200 — 1.0 KiB — 86 ms — h3https://assets.carnegieendowment.org/_/eyJrZXkiOiJpbWFnZXMvbmF0dXJhbC1kaXNhc3Rlci1kaXNwbGFjZW1lbnQtdW5pdGVkLXN0YXRlcy1HZXR0eUltYWdlcy0xNjE0NzY5MTUyLmpwZyJ9assets.carnegieendowment.org/_/eyJr... https://assets.carnegieendowment.org/_/eyJrZXkiOiJpbWFnZXMvbmF0dXJhbC1kaXNhc3Rlci1kaXNwbGFjZW1lbnQtdW5pdGVkLXN0YXRlcy1HZXR0eUltYWdlcy0xNjE0NzY5MTUyLmpwZyJ9 — 200 — 214.6 KiB — 123 ms — h2https://assets.carnegieendowment.org/images/carnegie-global-logo.svgassets.carnegieendowment.org/images... https://assets.carnegieendowment.org/images/carnegie-global-logo.svg — 200 — 2.5 KiB — 362 ms — h2https://assets.carnegieendowment.org/images/carnegie-lettermark.svgassets.carnegieendowment.org/images... https://assets.carnegieendowment.org/images/carnegie-lettermark.svg — 200 — 726 B — 359 ms — h2https://carnegieendowment.org/_next/static/chunks/0.epko8b_leca.js/_next/static/chunks/0.epko8b_leca.... https://carnegieendowment.org/_next/static/chunks/0.epko8b_leca.js — 200 — 9.2 KiB — 47 ms — h2https://carnegieendowment.org/_next/static/chunks/0r44yis82w1y4.js/_next/static/chunks/0r44yis82w1y4.... https://carnegieendowment.org/_next/static/chunks/0r44yis82w1y4.js — 200 — 7.3 KiB — 50 ms — h2https://carnegieendowment.org/_next/static/chunks/0w67m.cv0j35l.js/_next/static/chunks/0w67m.cv0j35l.... https://carnegieendowment.org/_next/static/chunks/0w67m.cv0j35l.js — 200 — 37.1 KiB — 64 ms — h2https://carnegieendowment.org/_next/static/chunks/01_.lpw29n_h0.js/_next/static/chunks/01_.lpw29n_h0.... https://carnegieendowment.org/_next/static/chunks/01_.lpw29n_h0.js — 200 — 63.1 KiB — 91 ms — h2https://carnegieendowment.org/_next/static/chunks/0ju65q5daolwk.js/_next/static/chunks/0ju65q5daolwk.... https://carnegieendowment.org/_next/static/chunks/0ju65q5daolwk.js — 200 — 11.3 KiB — 47 ms — h2https://carnegieendowment.org/_next/static/chunks/turbopack-01ou8ki~h8-.0.js/_next/static/chunks/turbopack-01ou... https://carnegieendowment.org/_next/static/chunks/turbopack-01ou8ki~h8-.0.js — 200 — 4.5 KiB — 82 ms — h2https://carnegieendowment.org/_next/static/chunks/02gu.tq72r_s_.js/_next/static/chunks/02gu.tq72r_s_.... https://carnegieendowment.org/_next/static/chunks/02gu.tq72r_s_.js — 200 — 1.9 KiB — 43 ms — h2https://carnegieendowment.org/_next/static/chunks/0xu8sr_5sr1xo.js/_next/static/chunks/0xu8sr_5sr1xo.... https://carnegieendowment.org/_next/static/chunks/0xu8sr_5sr1xo.js — 200 — 13.1 KiB — 57 ms — h2
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 703 ms LCP 2.1 shttps://carnegieendowment.org// https://carnegieendowment.org/ — 307 — 71 B — 13 ms — http/1.1https://carnegieendowment.org// https://carnegieendowment.org/ — 200 — 90.9 KiB — 10 ms — h2https://carnegieendowment.org/_next/static/media/043b82ab31bba5a4-s.p.03tqs0fb1.6o8.woff2/_next/static/media/043b82ab31bba5a... https://carnegieendowment.org/_next/static/media/043b82ab31bba5a4-s.p.03tqs0fb1.6o8.woff2 — 200 — 7.7 KiB — 7 ms — h2https://carnegieendowment.org/_next/static/media/248e1dc0efc99276-s.p.0ft7o6kv5bp14.woff2/_next/static/media/248e1dc0efc9927... https://carnegieendowment.org/_next/static/media/248e1dc0efc99276-s.p.0ft7o6kv5bp14.woff2 — 200 — 95.8 KiB — 53 ms — h2https://carnegieendowment.org/_next/static/media/47fe1b7cd6e6ed85-s.p.0~mcdl10zdfb3.woff2/_next/static/media/47fe1b7cd6e6ed8... https://carnegieendowment.org/_next/static/media/47fe1b7cd6e6ed85-s.p.0~mcdl10zdfb3.woff2 — 200 — 8.1 KiB — 38 ms — h2https://carnegieendowment.org/_next/static/media/4b766aa38fdaaae3-s.p.0cbnlo4n.czwi.woff2/_next/static/media/4b766aa38fdaaae... https://carnegieendowment.org/_next/static/media/4b766aa38fdaaae3-s.p.0cbnlo4n.czwi.woff2 — 200 — 7.8 KiB — 40 ms — h2https://carnegieendowment.org/_next/static/media/829ba4228c966254-s.p.0ub.k0om~_-xi.woff2/_next/static/media/829ba4228c96625... https://carnegieendowment.org/_next/static/media/829ba4228c966254-s.p.0ub.k0om~_-xi.woff2 — 200 — 8.1 KiB — 49 ms — h2https://carnegieendowment.org/_next/static/media/8e6fa89aa22d24ec-s.p.0uvzar8hswo3p.woff2/_next/static/media/8e6fa89aa22d24e... https://carnegieendowment.org/_next/static/media/8e6fa89aa22d24ec-s.p.0uvzar8hswo3p.woff2 — 200 — 8.0 KiB — 47 ms — h2https://carnegieendowment.org/_next/static/media/a218039a3287bcfd-s.p.17-1enzs_j91b.woff2/_next/static/media/a218039a3287bcf... https://carnegieendowment.org/_next/static/media/a218039a3287bcfd-s.p.17-1enzs_j91b.woff2 — 200 — 8.1 KiB — 41 ms — h2https://carnegieendowment.org/_next/static/media/c7d9ca68f9942779-s.p.0-ul3iyp1t7db.woff2/_next/static/media/c7d9ca68f994277... https://carnegieendowment.org/_next/static/media/c7d9ca68f9942779-s.p.0-ul3iyp1t7db.woff2 — 200 — 8.1 KiB — 45 ms — h2https://carnegieendowment.org/_next/static/media/c875c6f5d3e977ac-s.p.0g_ng0t~d_b9n.woff2/_next/static/media/c875c6f5d3e977a... https://carnegieendowment.org/_next/static/media/c875c6f5d3e977ac-s.p.0g_ng0t~d_b9n.woff2 — 200 — 8.1 KiB — 42 ms — h2https://carnegieendowment.org/_next/static/media/e2334d715941921e-s.p.12skym0rqknxy.woff2/_next/static/media/e2334d715941921... https://carnegieendowment.org/_next/static/media/e2334d715941921e-s.p.12skym0rqknxy.woff2 — 200 — 8.2 KiB — 49 ms — h2https://carnegieendowment.org/_next/static/chunks/0gvzolm2s3sf9.css/_next/static/chunks/0gvzolm2s3sf9.... https://carnegieendowment.org/_next/static/chunks/0gvzolm2s3sf9.css — 200 — 6.1 KiB — 20 ms — h2https://carnegieendowment.org/_next/static/chunks/0~~lckitrwvo..css/_next/static/chunks/0~~lckitrwvo..... https://carnegieendowment.org/_next/static/chunks/0~~lckitrwvo..css — 200 — 18.1 KiB — 29 ms — h2https://carnegieendowment.org/_next/static/chunks/184svoxsdrhxt.css/_next/static/chunks/184svoxsdrhxt.... https://carnegieendowment.org/_next/static/chunks/184svoxsdrhxt.css — 200 — 1.5 KiB — 21 ms — h2https://carnegieendowment.org/_next/static/chunks/0z5vz~cb3~sov.css/_next/static/chunks/0z5vz~cb3~sov.... https://carnegieendowment.org/_next/static/chunks/0z5vz~cb3~sov.css — 200 — 17.8 KiB — 29 ms — h2https://carnegieendowment.org/_next/static/chunks/0a~i-~edjr0ew.css/_next/static/chunks/0a~i-~edjr0ew.... https://carnegieendowment.org/_next/static/chunks/0a~i-~edjr0ew.css — 200 — 11.0 KiB — 43 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-5ZQP7QSwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-5ZQP7QS — 200 — 156.9 KiB — 184 ms — h2https://www.google.com/recaptcha/api.js?render=6LfvQ5QoAAAAAH1y5OUIT0LUVhRG0uR6j1fP11jFwww.google.com/recaptcha/api.js?ren... https://www.google.com/recaptcha/api.js?render=6LfvQ5QoAAAAAH1y5OUIT0LUVhRG0uR6j1fP11jF — 200 — 1.0 KiB — 86 ms — h3https://assets.carnegieendowment.org/_/eyJrZXkiOiJpbWFnZXMvbmF0dXJhbC1kaXNhc3Rlci1kaXNwbGFjZW1lbnQtdW5pdGVkLXN0YXRlcy1HZXR0eUltYWdlcy0xNjE0NzY5MTUyLmpwZyJ9assets.carnegieendowment.org/_/eyJr... https://assets.carnegieendowment.org/_/eyJrZXkiOiJpbWFnZXMvbmF0dXJhbC1kaXNhc3Rlci1kaXNwbGFjZW1lbnQtdW5pdGVkLXN0YXRlcy1HZXR0eUltYWdlcy0xNjE0NzY5MTUyLmpwZyJ9 — 200 — 214.6 KiB — 123 ms — h2https://assets.carnegieendowment.org/images/carnegie-global-logo.svgassets.carnegieendowment.org/images... https://assets.carnegieendowment.org/images/carnegie-global-logo.svg — 200 — 2.5 KiB — 362 ms — h2https://assets.carnegieendowment.org/images/carnegie-lettermark.svgassets.carnegieendowment.org/images... https://assets.carnegieendowment.org/images/carnegie-lettermark.svg — 200 — 726 B — 359 ms — h2https://carnegieendowment.org/_next/static/chunks/0.epko8b_leca.js/_next/static/chunks/0.epko8b_leca.... https://carnegieendowment.org/_next/static/chunks/0.epko8b_leca.js — 200 — 9.2 KiB — 47 ms — h2https://carnegieendowment.org/_next/static/chunks/0r44yis82w1y4.js/_next/static/chunks/0r44yis82w1y4.... https://carnegieendowment.org/_next/static/chunks/0r44yis82w1y4.js — 200 — 7.3 KiB — 50 ms — h2https://carnegieendowment.org/_next/static/chunks/0w67m.cv0j35l.js/_next/static/chunks/0w67m.cv0j35l.... https://carnegieendowment.org/_next/static/chunks/0w67m.cv0j35l.js — 200 — 37.1 KiB — 64 ms — h2https://carnegieendowment.org/_next/static/chunks/01_.lpw29n_h0.js/_next/static/chunks/01_.lpw29n_h0.... https://carnegieendowment.org/_next/static/chunks/01_.lpw29n_h0.js — 200 — 63.1 KiB — 91 ms — h2https://carnegieendowment.org/_next/static/chunks/0ju65q5daolwk.js/_next/static/chunks/0ju65q5daolwk.... https://carnegieendowment.org/_next/static/chunks/0ju65q5daolwk.js — 200 — 11.3 KiB — 47 ms — h2https://carnegieendowment.org/_next/static/chunks/turbopack-01ou8ki~h8-.0.js/_next/static/chunks/turbopack-01ou... https://carnegieendowment.org/_next/static/chunks/turbopack-01ou8ki~h8-.0.js — 200 — 4.5 KiB — 82 ms — h2https://carnegieendowment.org/_next/static/chunks/02gu.tq72r_s_.js/_next/static/chunks/02gu.tq72r_s_.... https://carnegieendowment.org/_next/static/chunks/02gu.tq72r_s_.js — 200 — 1.9 KiB — 43 ms — h2https://carnegieendowment.org/_next/static/chunks/0xu8sr_5sr1xo.js/_next/static/chunks/0xu8sr_5sr1xo.... https://carnegieendowment.org/_next/static/chunks/0xu8sr_5sr1xo.js — 200 — 13.1 KiB — 57 ms — h2https://carnegieendowment.org/_next/static/chunks/16hjjssgkf211.js/_next/static/chunks/16hjjssgkf211.... https://carnegieendowment.org/_next/static/chunks/16hjjssgkf211.js — 200 — 4.7 KiB — 54 ms — h2https://carnegieendowment.org/_next/static/chunks/0~3k63ojysucl.js/_next/static/chunks/0~3k63ojysucl.... https://carnegieendowment.org/_next/static/chunks/0~3k63ojysucl.js — 200 — 11.5 KiB — 51 ms — h2https://carnegieendowment.org/_next/static/chunks/02tplgkt66p6b.js/_next/static/chunks/02tplgkt66p6b.... https://carnegieendowment.org/_next/static/chunks/02tplgkt66p6b.js — 200 — 9.1 KiB — 110 ms — h2https://carnegieendowment.org/_next/static/chunks/00apj_eby_vr7.js/_next/static/chunks/00apj_eby_vr7.... https://carnegieendowment.org/_next/static/chunks/00apj_eby_vr7.js — 200 — 25.1 KiB — 104 ms — h2https://carnegieendowment.org/_next/static/chunks/0x3-3118puq.3.js/_next/static/chunks/0x3-3118puq.3.... https://carnegieendowment.org/_next/static/chunks/0x3-3118puq.3.js — 200 — 12.4 KiB — 110 ms — h2https://carnegieendowment.org/_next/static/chunks/0_mol3.o2h567.js/_next/static/chunks/0_mol3.o2h567.... https://carnegieendowment.org/_next/static/chunks/0_mol3.o2h567.js — 200 — 12.3 KiB — 60 ms — h2https://carnegieendowment.org/_next/static/chunks/0flid1lvbsd0x.js/_next/static/chunks/0flid1lvbsd0x.... https://carnegieendowment.org/_next/static/chunks/0flid1lvbsd0x.js — 200 — 9.3 KiB — 48 ms — h2https://carnegieendowment.org/_next/static/chunks/0z9lqo-g3oqq4.js/_next/static/chunks/0z9lqo-g3oqq4.... https://carnegieendowment.org/_next/static/chunks/0z9lqo-g3oqq4.js — 200 — 32.6 KiB — 77 ms — h2https://carnegieendowment.org/_next/static/chunks/0.-thvecb5ueo.js/_next/static/chunks/0.-thvecb5ueo.... https://carnegieendowment.org/_next/static/chunks/0.-thvecb5ueo.js — 200 — 229.0 KiB — 110 ms — h2https://carnegieendowment.org/_next/static/chunks/0309.d1m-c88g.js/_next/static/chunks/0309.d1m-c88g.... https://carnegieendowment.org/_next/static/chunks/0309.d1m-c88g.js — 200 — 20.6 KiB — 96 ms — h2https://carnegieendowment.org/_next/static/chunks/17mu.8rmgj71c.js/_next/static/chunks/17mu.8rmgj71c.... https://carnegieendowment.org/_next/static/chunks/17mu.8rmgj71c.js — 200 — 12.8 KiB — 56 ms — h2https://carnegieendowment.org/_next/static/chunks/0oso_38-f4fc7.js/_next/static/chunks/0oso_38-f4fc7.... https://carnegieendowment.org/_next/static/chunks/0oso_38-f4fc7.js — 200 — 15.7 KiB — 68 ms — h2https://carnegieendowment.org/_next/static/chunks/0b64x6i5r~q8l.js/_next/static/chunks/0b64x6i5r~q8l.... https://carnegieendowment.org/_next/static/chunks/0b64x6i5r~q8l.js — 200 — 16.0 KiB — 91 ms — h2https://carnegieendowment.org/_next/static/chunks/00km71a1cxim5.js/_next/static/chunks/00km71a1cxim5.... https://carnegieendowment.org/_next/static/chunks/00km71a1cxim5.js — 200 — 40.6 KiB — 96 ms — h2https://carnegieendowment.org/_next/static/chunks/12kx9u1doeilq.js/_next/static/chunks/12kx9u1doeilq.... https://carnegieendowment.org/_next/static/chunks/12kx9u1doeilq.js — 200 — 13.3 KiB — 64 ms — h2https://carnegieendowment.org/_next/static/chunks/09f5o98ij3.9d.js/_next/static/chunks/09f5o98ij3.9d.... https://carnegieendowment.org/_next/static/chunks/09f5o98ij3.9d.js — 200 — 22.2 KiB — 109 ms — h2https://carnegieendowment.org/_next/static/chunks/09zb.x9m.qzvs.js/_next/static/chunks/09zb.x9m.qzvs.... https://carnegieendowment.org/_next/static/chunks/09zb.x9m.qzvs.js — 200 — 81.7 KiB — 98 ms — h2https://carnegieendowment.org/_next/static/chunks/10-yu1u9v0.w_.js/_next/static/chunks/10-yu1u9v0.w_.... https://carnegieendowment.org/_next/static/chunks/10-yu1u9v0.w_.js — 200 — 61.4 KiB — 112 ms — h2https://carnegieendowment.org/_next/static/chunks/03sv847fe82j5.js/_next/static/chunks/03sv847fe82j5.... https://carnegieendowment.org/_next/static/chunks/03sv847fe82j5.js — 200 — 21.8 KiB — 73 ms — h2data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANEAAADRCAYAAABSOlfvAAAACXBIWXMAABcRAAAXEQHKJvM/AAAgA…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANEAAADRCAYAAABSOlfvAAAACXBIWXMAABcRAAAXEQHKJvM/AAAgA… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAaEAAAGhCAYAAADIqAvCAAAACXBIWXMAAC4jAAAuIwF4pT92AAAgA…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAaEAAAGhCAYAAADIqAvCAAAACXBIWXMAAC4jAAAuIwF4pT92AAAgA… — 200 — 0 B — 0 ms — datahttps://assets.carnegieendowment.org/_/eyJrZXkiOiJzdGF0aWMvbWVkaWEvYXZhdGFycy9PYmVyLUtheWx5LUhlYWRzaG90LTIwMjUtcmVzaXplZC5wbmcifQ==assets.carnegieendowment.org/_/eyJr... https://assets.carnegieendowment.org/_/eyJrZXkiOiJzdGF0aWMvbWVkaWEvYXZhdGFycy9PYmVyLUtheWx5LUhlYWRzaG90LTIwMjUtcmVzaXplZC5wbmcifQ== — 200 — 58.2 KiB — 11 ms — h2https://assets.carnegieendowment.org/_/eyJrZXkiOiJpbWFnZXMvaW5kZXBlbmRlbnQtbWVkaWEtZnJlZS1wcmVzcy1HZXR0eUltYWdlcy0yMjQxNjY5NjYzLmpwZyJ9assets.carnegieendowment.org/_/eyJr... https://assets.carnegieendowment.org/_/eyJrZXkiOiJpbWFnZXMvaW5kZXBlbmRlbnQtbWVkaWEtZnJlZS1wcmVzcy1HZXR0eUltYWdlcy0yMjQxNjY5NjYzLmpwZyJ9 — 200 — 51.5 KiB — 27 ms — h2https://assets.carnegieendowment.org/_/eyJrZXkiOiJhdmF0YXJzL1NhYmV0X2hlYWRzaG90LmpwZyJ9assets.carnegieendowment.org/_/eyJr... https://assets.carnegieendowment.org/_/eyJrZXkiOiJhdmF0YXJzL1NhYmV0X2hlYWRzaG90LmpwZyJ9 — 200 — 1.6 MiB — 55 ms — h2https://assets.carnegieendowment.org/_/eyJrZXkiOiJhdmF0YXJzL1N1c2FuLUFiYm90dC04MDB4ODAwLTEuanBnIn0=assets.carnegieendowment.org/_/eyJr... https://assets.carnegieendowment.org/_/eyJrZXkiOiJhdmF0YXJzL1N1c2FuLUFiYm90dC04MDB4ODAwLTEuanBnIn0= — 200 — 56.4 KiB — 19 ms — h2https://carnegieendowment.org/_next/static/media/Apercu-Medium.0mou8wakosw05.woff2/_next/static/media/Apercu-Medium.0... https://carnegieendowment.org/_next/static/media/Apercu-Medium.0mou8wakosw05.woff2 — 200 — 46.2 KiB — 43 ms — h2https://carnegieendowment.org/_next/static/media/Apercu-Medium-Italic.033pl_mpu-1r_.woff2/_next/static/media/Apercu-Medium-I... https://carnegieendowment.org/_next/static/media/Apercu-Medium-Italic.033pl_mpu-1r_.woff2 — 200 — 48.5 KiB — 46 ms — h2https://carnegieendowment.org/_next/static/media/Apercu-Mono.0~ozrruwlm7dr.woff2/_next/static/media/Apercu-Mono.0~o... https://carnegieendowment.org/_next/static/media/Apercu-Mono.0~ozrruwlm7dr.woff2 — 200 — 35.3 KiB — 48 ms — h2https://carnegieendowment.org/_next/static/media/GT-Sectra-Book.0ys_jg9au26aw.woff2/_next/static/media/GT-Sectra-Book.... https://carnegieendowment.org/_next/static/media/GT-Sectra-Book.0ys_jg9au26aw.woff2 — 200 — 98.3 KiB — 48 ms — h2https://carnegieendowment.org/_next/static/media/GT-Sectra-Book-Italic.17.y5auusl0-w.woff2/_next/static/media/GT-Sectra-Book-... https://carnegieendowment.org/_next/static/media/GT-Sectra-Book-Italic.17.y5auusl0-w.woff2 — 200 — 94.7 KiB — 53 ms — h2https://carnegieendowment.org/_next/static/media/Apercu.11qdox.qs4b-0.woff2/_next/static/media/Apercu.11qdox.q... https://carnegieendowment.org/_next/static/media/Apercu.11qdox.qs4b-0.woff2 — 200 — 46.1 KiB — 50 ms — h2https://assets.carnegieendowment.org/_/eyJrZXkiOiJpbWFnZXMvY290ZS1kaXZvaXJlLWRpZ2l0YWwtaW5mcmFzdHJ1Y3R1cmUtdGVsZWNvbS1HZXR0eUltYWdlcy05NTkxMjMwMzQoMSkuanBnIn0=assets.carnegieendowment.org/_/eyJr... https://assets.carnegieendowment.org/_/eyJrZXkiOiJpbWFnZXMvY290ZS1kaXZvaXJlLWRpZ2l0YWwtaW5mcmFzdHJ1Y3R1cmUtdGVsZWNvbS1HZXR0eUltYWdlcy05NTkxMjMwMzQoMSkuanBnIn0= — 200 — 168.8 KiB — 48 ms — h2https://assets.carnegieendowment.org/_/eyJrZXkiOiJzdGF0aWMvbWVkaWEvYXZhdGFycy9KYW5lIEhlYWRzaG90IGZvciBXZWJzaXRlLmpwZyJ9assets.carnegieendowment.org/_/eyJr... https://assets.carnegieendowment.org/_/eyJrZXkiOiJzdGF0aWMvbWVkaWEvYXZhdGFycy9KYW5lIEhlYWRzaG90IGZvciBXZWJzaXRlLmpwZyJ9 — 200 — 371.4 KiB — 58 ms — h2https://assets.carnegieendowment.org/_/eyJrZXkiOiJpbWFnZXMvZ2NjLWd1bGYtYnVkYWl3aS1xYXRhci0yMDI1LUdldHR5SW1hZ2VzLTIyMzUxMzczMTdlZGl0ZWQuanBnIn0=assets.carnegieendowment.org/_/eyJr... https://assets.carnegieendowment.org/_/eyJrZXkiOiJpbWFnZXMvZ2NjLWd1bGYtYnVkYWl3aS1xYXRhci0yMDI1LUdldHR5SW1hZ2VzLTIyMzUxMzczMTdlZGl0ZWQuanBnIn0= — 200 — 53.6 KiB — 43 ms — h2https://assets.carnegieendowment.org/_/eyJrZXkiOiJpbWFnZXMvU0UgSGVyb18wNC4xNi4yMDI2X1VrcmFpbmVfU29sZGllcl9kcm9uZV9BSS5wbmcifQ==assets.carnegieendowment.org/_/eyJr... https://assets.carnegieendowment.org/_/eyJrZXkiOiJpbWFnZXMvU0UgSGVyb18wNC4xNi4yMDI2X1VrcmFpbmVfU29sZGllcl9kcm9uZV9BSS5wbmcifQ== — 200 — 53.8 KiB — 23 ms — h2https://assets.carnegieendowment.org/_/eyJrZXkiOiJzdGF0aWMvbWVkaWEvYXZhdGFycy9MZWJlci1BbmRyZXctSGVhZHNob3QtMjAyNS1yZXNpemVkLmpwZyJ9assets.carnegieendowment.org/_/eyJr... https://assets.carnegieendowment.org/_/eyJrZXkiOiJzdGF0aWMvbWVkaWEvYXZhdGFycy9MZWJlci1BbmRyZXctSGVhZHNob3QtMjAyNS1yZXNpemVkLmpwZyJ9 — 200 — 121.4 KiB — 13 ms — h2https://assets.carnegieendowment.org/_/eyJrZXkiOiJzdGF0aWMvbWVkaWEvYXZhdGFycy9zbWFnaW5fZnVsbC01LmpwZyJ9assets.carnegieendowment.org/_/eyJr... https://assets.carnegieendowment.org/_/eyJrZXkiOiJzdGF0aWMvbWVkaWEvYXZhdGFycy9zbWFnaW5fZnVsbC01LmpwZyJ9 — 200 — 8.6 KiB — 7 ms — h2https://assets.carnegieendowment.org/_/eyJrZXkiOiJzdGF0aWMvbWVkaWEvYXZhdGFycy96YWluYWJfc2h1a2VyMS02LmpwZWcifQ==assets.carnegieendowment.org/_/eyJr... https://assets.carnegieendowment.org/_/eyJrZXkiOiJzdGF0aWMvbWVkaWEvYXZhdGFycy96YWluYWJfc2h1a2VyMS02LmpwZWcifQ== — 200 — 14.2 KiB — 9 ms — h2https://assets.carnegieendowment.org/_/eyJrZXkiOiJzdGF0aWMvbWVkaWEvYXZhdGFycy9Dc2VybmF0b25pX1Byb2ZpbGUgUGhvdG8uanBnIn0=assets.carnegieendowment.org/_/eyJr... https://assets.carnegieendowment.org/_/eyJrZXkiOiJzdGF0aWMvbWVkaWEvYXZhdGFycy9Dc2VybmF0b25pX1Byb2ZpbGUgUGhvdG8uanBnIn0= — 200 — 211.6 KiB — 19 ms — h2https://assets.carnegieendowment.org/_/eyJrZXkiOiJzdGF0aWMvbWVkaWEvYXZhdGFycy9TdGFuaWxhbmQtUGF1bC1IZWFkc2hvdDIwMTlfY3JvcHBlZC5qcGcifQ==assets.carnegieendowment.org/_/eyJr... https://assets.carnegieendowment.org/_/eyJrZXkiOiJzdGF0aWMvbWVkaWEvYXZhdGFycy9TdGFuaWxhbmQtUGF1bC1IZWFkc2hvdDIwMTlfY3JvcHBlZC5qcGcifQ== — 200 — 4.9 KiB — 14 ms — h2https://assets.carnegieendowment.org/_/eyJrZXkiOiJzdGF0aWMvbWVkaWEvYXZhdGFycy9NYXJ0aW5lei1EaWF6LUxlb25hcmRvLUhlYWRzaG90LTIwMjQtcmVzaXplZC5qcGcifQ==assets.carnegieendowment.org/_/eyJr... https://assets.carnegieendowment.org/_/eyJrZXkiOiJzdGF0aWMvbWVkaWEvYXZhdGFycy9NYXJ0aW5lei1EaWF6LUxlb25hcmRvLUhlYWRzaG90LTIwMjQtcmVzaXplZC5qcGcifQ== — 200 — 44.7 KiB — 12 ms — h2https://assets.carnegieendowment.org/_/eyJrZXkiOiJzdGF0aWMvbWVkaWEvYXZhdGFycy9DaHJpc19jaGl2dmlzLTEuanBnIn0=assets.carnegieendowment.org/_/eyJr... https://assets.carnegieendowment.org/_/eyJrZXkiOiJzdGF0aWMvbWVkaWEvYXZhdGFycy9DaHJpc19jaGl2dmlzLTEuanBnIn0= — 200 — 53.6 KiB — 9 ms — h2https://assets.carnegieendowment.org/_/eyJrZXkiOiJhdmF0YXJzL0hzaWEtU2Vua2FpLUhlYWRzaG90LTIwMjYtcmVzaXplZC5qcGcifQ==assets.carnegieendowment.org/_/eyJr... https://assets.carnegieendowment.org/_/eyJrZXkiOiJhdmF0YXJzL0hzaWEtU2Vua2FpLUhlYWRzaG90LTIwMjYtcmVzaXplZC5qcGcifQ== — 200 — 10.0 KiB — 15 ms — h2https://assets.carnegieendowment.org/_/eyJrZXkiOiJzdGF0aWMvbWVkaWEvYXZhdGFycy9BcmllbC1MZXZpdGUtQ0VJUC0wMDEwOC5qcGcifQ==assets.carnegieendowment.org/_/eyJr... https://assets.carnegieendowment.org/_/eyJrZXkiOiJzdGF0aWMvbWVkaWEvYXZhdGFycy9BcmllbC1MZXZpdGUtQ0VJUC0wMDEwOC5qcGcifQ== — 200 — 104.8 KiB — 20 ms — h2https://assets.carnegieendowment.org/_/eyJrZXkiOiJzdGF0aWMvbWVkaWEvYXZhdGFycy9Ub2J5LURhbHRvbi0yMDIzLTIuanBnIn0=assets.carnegieendowment.org/_/eyJr... https://assets.carnegieendowment.org/_/eyJrZXkiOiJzdGF0aWMvbWVkaWEvYXZhdGFycy9Ub2J5LURhbHRvbi0yMDIzLTIuanBnIn0= — 200 — 160.1 KiB — 18 ms — h2https://assets.carnegieendowment.org/_/eyJrZXkiOiJpbWFnZXMvQ2hpdnZpcyBIc2FpX1VTLUNoaW5hLUNPVkVSLmpwZyJ9assets.carnegieendowment.org/_/eyJr... https://assets.carnegieendowment.org/_/eyJrZXkiOiJpbWFnZXMvQ2hpdnZpcyBIc2FpX1VTLUNoaW5hLUNPVkVSLmpwZyJ9 — 200 — 201.7 KiB — 22 ms — h2https://assets.carnegieendowment.org/_/eyJrZXkiOiJpbWFnZXMvbnVjbGVhci1yZWFjdG9yLWlTdG9jay0yMjE2MDc0NTEyLmpwZyJ9assets.carnegieendowment.org/_/eyJr... https://assets.carnegieendowment.org/_/eyJrZXkiOiJpbWFnZXMvbnVjbGVhci1yZWFjdG9yLWlTdG9jay0yMjE2MDc0NTEyLmpwZyJ9 — 200 — 392.6 KiB — 16 ms — h2https://assets.carnegieendowment.org/_/eyJrZXkiOiJzdGF0aWMvbWVkaWEvaW1hZ2VzL2JhbHRpYy1zZWN1cml0eS1HZXR0eUltYWdlcy0xMjU3NzQwNzY0LmpwZyJ9assets.carnegieendowment.org/_/eyJr... https://assets.carnegieendowment.org/_/eyJrZXkiOiJzdGF0aWMvbWVkaWEvaW1hZ2VzL2JhbHRpYy1zZWN1cml0eS1HZXR0eUltYWdlcy0xMjU3NzQwNzY0LmpwZyJ9 — 200 — 181.9 KiB — 17 ms — h2https://assets.carnegieendowment.org/_/eyJrZXkiOiJzdGF0aWMvbWVkaWEvYXZhdGFycy9Tb3BoaWFCLWhlYWRzaG90MS0xLmpwZWcifQ==assets.carnegieendowment.org/_/eyJr... https://assets.carnegieendowment.org/_/eyJrZXkiOiJzdGF0aWMvbWVkaWEvYXZhdGFycy9Tb3BoaWFCLWhlYWRzaG90MS0xLmpwZWcifQ== — 200 — 586.0 KiB — 26 ms — h2https://assets.carnegieendowment.org/_/eyJrZXkiOiJzdGF0aWMvbWVkaWEvYXZhdGFycy9FcmlrIEJyb3duLmpwZyJ9assets.carnegieendowment.org/_/eyJr... https://assets.carnegieendowment.org/_/eyJrZXkiOiJzdGF0aWMvbWVkaWEvYXZhdGFycy9FcmlrIEJyb3duLmpwZyJ9 — 200 — 789.9 KiB — 41 ms — h2https://assets.carnegieendowment.org/_/eyJrZXkiOiJzdGF0aWMvbWVkaWEvaW1hZ2VzL3VzLWZpbmFuY2lhbC1kZXZlbG9wbWVudC1HZXR0eUltYWdlcy0yMjEzMTI2MTgzLmpwZyJ9assets.carnegieendowment.org/_/eyJr... https://assets.carnegieendowment.org/_/eyJrZXkiOiJzdGF0aWMvbWVkaWEvaW1hZ2VzL3VzLWZpbmFuY2lhbC1kZXZlbG9wbWVudC1HZXR0eUltYWdlcy0yMjEzMTI2MTgzLmpwZyJ9 — 200 — 85.4 KiB — 35 ms — h2https://assets.carnegieendowment.org/_/eyJrZXkiOiJhdmF0YXJzL0FraHRlci1BZnJlZW4tSGVhZHNob3QtMjAyNi1yZXNpemVkLmpwZyJ9assets.carnegieendowment.org/_/eyJr... https://assets.carnegieendowment.org/_/eyJrZXkiOiJhdmF0YXJzL0FraHRlci1BZnJlZW4tSGVhZHNob3QtMjAyNi1yZXNpemVkLmpwZyJ9 — 200 — 82.2 KiB — 31 ms — h2https://assets.carnegieendowment.org/_/eyJrZXkiOiJpbWFnZXMvV2Vla2x5LWNoYXJ0X0FmVGVjaC00LjEzLnBuZyJ9assets.carnegieendowment.org/_/eyJr... https://assets.carnegieendowment.org/_/eyJrZXkiOiJpbWFnZXMvV2Vla2x5LWNoYXJ0X0FmVGVjaC00LjEzLnBuZyJ9 — 200 — 16.5 KiB — 22 ms — h2https://carnegieendowment.org/favicon.ico?favicon.0y9q9z0xo6r2e.ico/favicon.ico?favicon.0y9q9z0xo6r2e.... https://carnegieendowment.org/favicon.ico?favicon.0y9q9z0xo6r2e.ico — 200 — 551 B — 321 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 — 165 ms — h2https://www.googletagmanager.com/gtag/js?id=G-6VNRN5Y458&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-6VNRN5Y458&cx=c&gtm=4e64h1 — 200 — 175.7 KiB — 56 ms — h2https://www.googletagmanager.com/gtag/js?id=G-D7D6JHFTGH&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-D7D6JHFTGH&cx=c&gtm=4e64h1 — 200 — 170.3 KiB — 65 ms — h2https://unpkg.com/web-vitals@3.0.0/dist/web-vitals.umd.jsunpkg.com/web-vitals@3.0.0/dist/web... https://unpkg.com/web-vitals@3.0.0/dist/web-vitals.umd.js — 200 — 3.0 KiB — 63 ms — h3https://carnegieendowment.org/search?_rsc=eqsiq/search?_rsc=eqsiq https://carnegieendowment.org/search?_rsc=eqsiq — 200 — 1.7 KiB — 11 ms — h2https://carnegieendowment.org/en/experts?_rsc=eqsiq/en/experts?_rsc=eqsiq https://carnegieendowment.org/en/experts?_rsc=eqsiq — 307 — 305 B — 118 ms — h2https://carnegieendowment.org/en/about?_rsc=eqsiq/en/about?_rsc=eqsiq https://carnegieendowment.org/en/about?_rsc=eqsiq — 307 — 306 B — 206 ms — h2https://carnegieendowment.org/en/emissary?_rsc=eqsiq/en/emissary?_rsc=eqsiq https://carnegieendowment.org/en/emissary?_rsc=eqsiq — 307 — 306 B — 205 ms — h2https://carnegieendowment.org/en/research?_rsc=eqsiq/en/research?_rsc=eqsiq https://carnegieendowment.org/en/research?_rsc=eqsiq — 307 — 308 B — 183 ms — h2https://region1.analytics.google.com/g/collect?v=2&tid=G-6VNRN5Y458&gtm=45je64h1v870669351z8837160727za20gzb837160727zd837160727&_p=1776816828988&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=310721314.1776816829&frm=0&pscdl=noapi&rcb=5&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&gaf=2&_s=1&tag_exp=0~115616985~115938465~115938469~117266400~117512542~118128922&sid=1776816829&sct=1&seg=0&dl=https%3A%2F%2Fcarnegieendowment.org%2F&dt=Carnegie%20Endowment%20for%20International%20Peace%20%7C%20Carnegie%20Endowment%20for%20International%20Peace&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=762region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-6VNRN5Y458&gtm=45je64h1v870669351z8837160727za20gzb837160727zd837160727&_p=1776816828988&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=310721314.1776816829&frm=0&pscdl=noapi&rcb=5&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&gaf=2&_s=1&tag_exp=0~115616985~115938465~115938469~117266400~117512542~118128922&sid=1776816829&sct=1&seg=0&dl=https%3A%2F%2Fcarnegieendowment.org%2F&dt=Carnegie%20Endowment%20for%20International%20Peace%20%7C%20Carnegie%20Endowment%20for%20International%20Peace&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=762 — 204 — 553 B — 118 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-6VNRN5Y458&cid=310721314.1776816829&gtm=45je64h1v870669351z8837160727za20gzb837160727zd837160727&rcb=5&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938465~115938469~117266400~117512542~118128922stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-6VNRN5Y458&cid=310721314.1776816829&gtm=45je64h1v870669351z8837160727za20gzb837160727zd837160727&rcb=5&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938465~115938469~117266400~117512542~118128922 — 204 — 562 B — 71 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-6VNRN5Y458&cid=310721314.1776816829&gtm=45je64h1v870669351z8837160727za20gzb837160727zd837160727&rcb=5&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938465~115938469~117266400~117512542~118128922&z=165530823www.google.es/ads/ga-audiences?v=1&... https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-6VNRN5Y458&cid=310721314.1776816829&gtm=45je64h1v870669351z8837160727za20gzb837160727zd837160727&rcb=5&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938465~115938469~117266400~117512542~118128922&z=165530823 — 200 — 408 B — 76 ms — h2https://carnegieendowment.org/experts/experts https://carnegieendowment.org/experts — 200 — 1.7 KiB — 9 ms — h2https://www.googletagmanager.com/gtag/destination?id=AW-1052530778&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=AW-1052530778&cx=c&gtm=4e64h1 — 200 — 137.4 KiB — 95 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-D7D6JHFTGH&gtm=45je64h1v870827656z8837160727za20gzb837160727zd837160727&_p=1776816828988&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=310721314.1776816829&frm=0&pscdl=noapi&rcb=14&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~115938469~117266400~117384406~117512542&sid=1776816829&sct=1&seg=0&dl=https%3A%2F%2Fcarnegieendowment.org%2F&dt=Carnegie%20Endowment%20for%20International%20Peace%20%7C%20Carnegie%20Endowment%20for%20International%20Peace&en=page_view&_fv=1&_ss=1&tfd=846region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-D7D6JHFTGH&gtm=45je64h1v870827656z8837160727za20gzb837160727zd837160727&_p=1776816828988&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=310721314.1776816829&frm=0&pscdl=noapi&rcb=14&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~115938469~117266400~117384406~117512542&sid=1776816829&sct=1&seg=0&dl=https%3A%2F%2Fcarnegieendowment.org%2F&dt=Carnegie%20Endowment%20for%20International%20Peace%20%7C%20Carnegie%20Endowment%20for%20International%20Peace&en=page_view&_fv=1&_ss=1&tfd=846 — 204 — 290 B — 34 ms — h2https://www.google.com/ccm/collect?rcb=14&frm=0&en=page_view&dl=https%3A%2F%2Fcarnegieendowment.org%2F&scrsrc=www.googletagmanager.com&rnd=297487355.1776816829&dt=Carnegie%20Endowment%20for%20International%20Peace%20%7C%20Carnegie%20Endowment%20for%20International%20Peace&auid=1916973952.1776816829&navt=n&npa=1&gtm=45je64h1v870827656z8837160727za20gzb837160727zd837160727xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400~117384406~117512542&apve=1&apvf=f&apvc=1&tids=AW-436527717&tid=AW-436527717&tft=1776816829422&tfd=868www.google.com/ccm/collect?rcb=14&f... https://www.google.com/ccm/collect?rcb=14&frm=0&en=page_view&dl=https%3A%2F%2Fcarnegieendowment.org%2F&scrsrc=www.googletagmanager.com&rnd=297487355.1776816829&dt=Carnegie%20Endowment%20for%20International%20Peace%20%7C%20Carnegie%20Endowment%20for%20International%20Peace&auid=1916973952.1776816829&navt=n&npa=1&gtm=45je64h1v870827656z8837160727za20gzb837160727zd837160727xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400~117384406~117512542&apve=1&apvf=f&apvc=1&tids=AW-436527717&tid=AW-436527717&tft=1776816829422&tfd=868 — 200 — 21 B — 80 ms — h3https://carnegieendowment.org/emissary/emissary https://carnegieendowment.org/emissary — 200 — 1.8 KiB — 8 ms — h2https://carnegieendowment.org/about/about https://carnegieendowment.org/about — 200 — 1.7 KiB — 16 ms — h2https://carnegieendowment.org/research/research https://carnegieendowment.org/research — 200 — 1.8 KiB — 14 ms — h2https://www.googletagmanager.com/a?v=3&t=l&pid=1744084975&rv=64h1&tag_exp=0~115938465~115938469~117266400~117384406~117512542&u=AAAAAAAIAAAAACAQ&ut=AgAAgAAB&h=Ag&gtm=45je64h1v870827656za20gzb837160727zd837160727&cl=3.32.2&ccid=70827656&cid=G-D7D6JHFTGH&l=L433.S67.B57.E68.I274.TC19.HTC0.F244.C6~gtm.init_consent.S2.V1.E62~gtm.init.S0.V0.TS5ogt1pdatav2.TI6.TE1.TS5ccdgafirst.TI23.TE0.TS5setproductsettings.TI22.TE0.TS5ccdgaadslink.TI21.TE0.TS5ccdgaregscope.TI20.TE0.TS5ccdemdownload.TI19.TE1.TS5ccdemoutboundclick.TI18.TE0.TS5ccdempageview.TI17.TE0.TS5ccdemscroll.TI16.TE0.TS5ccdemsitesearch.TI15.TE0.TS5ccdemvideo.TI14.TE1.TS5ccdadsfirst.TI10.TE0.TS5ccdconversionmarking.TI13.TE0.TS5ccdpreautopii.TI9.TE0.TS5ccdautoredact.TI12.TE0.TS5ccdadslast.TI8.TE0.TS5ccdgalast.TI11.TE0~gtm.js.S0.V0.TS5gct.TI1.TE19.TS5rep.TI3.TE15~gtm.dom.S0.V0.E13~gtm.load.S0.V0.E12~gtm.scrollDepth.S0.V0~*.S0.V0~*.S0.V0~GA414www.googletagmanager.com/a?v=3&t=l&... https://www.googletagmanager.com/a?v=3&t=l&pid=1744084975&rv=64h1&tag_exp=0~115938465~115938469~117266400~117384406~117512542&u=AAAAAAAIAAAAACAQ&ut=AgAAgAAB&h=Ag&gtm=45je64h1v870827656za20gzb837160727zd837160727&cl=3.32.2&ccid=70827656&cid=G-D7D6JHFTGH&l=L433.S67.B57.E68.I274.TC19.HTC0.F244.C6~gtm.init_consent.S2.V1.E62~gtm.init.S0.V0.TS5ogt1pdatav2.TI6.TE1.TS5ccdgafirst.TI23.TE0.TS5setproductsettings.TI22.TE0.TS5ccdgaadslink.TI21.TE0.TS5ccdgaregscope.TI20.TE0.TS5ccdemdownload.TI19.TE1.TS5ccdemoutboundclick.TI18.TE0.TS5ccdempageview.TI17.TE0.TS5ccdemscroll.TI16.TE0.TS5ccdemsitesearch.TI15.TE0.TS5ccdemvideo.TI14.TE1.TS5ccdadsfirst.TI10.TE0.TS5ccdconversionmarking.TI13.TE0.TS5ccdpreautopii.TI9.TE0.TS5ccdautoredact.TI12.TE0.TS5ccdadslast.TI8.TE0.TS5ccdgalast.TI11.TE0~gtm.js.S0.V0.TS5gct.TI1.TE19.TS5rep.TI3.TE15~gtm.dom.S0.V0.E13~gtm.load.S0.V0.E12~gtm.scrollDepth.S0.V0~*.S0.V0~*.S0.V0~GA414 — 200 — 11 B — 26 ms — h3https://carnegieendowment.org/about?_rsc=eqsiq/about?_rsc=eqsiq https://carnegieendowment.org/about?_rsc=eqsiq — 200 — 1.7 KiB — 11 ms — h2https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LfvQ5QoAAAAAH1y5OUIT0LUVhRG0uR6j1fP11jF&co=aHR0cHM6Ly9jYXJuZWdpZWVuZG93bWVudC5vcmc6NDQz&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&anchor-ms=20000&execute-ms=30000&cb=f9ftwjdgqhjjwww.google.com/recaptcha/api2/ancho... https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LfvQ5QoAAAAAH1y5OUIT0LUVhRG0uR6j1fP11jF&co=aHR0cHM6Ly9jYXJuZWdpZWVuZG93bWVudC5vcmc6NDQz&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&anchor-ms=20000&execute-ms=30000&cb=f9ftwjdgqhjj — 200 — 27.7 KiB — 96 ms — h3https://carnegieendowment.org/europe/strategic-europe/2026/04/the-fog-of-ai-war?_rsc=eqsiq/europe/strategic-europe/2026/04/th... https://carnegieendowment.org/europe/strategic-europe/2026/04/the-fog-of-ai-war?_rsc=eqsiq — 200 — 2.1 KiB — 18 ms — h2https://carnegieendowment.org/europe/strategic-europe?_rsc=eqsiq/europe/strategic-europe?_rsc=eqsiq https://carnegieendowment.org/europe/strategic-europe?_rsc=eqsiq — 200 — 1.9 KiB — 16 ms — h2https://carnegieendowment.org/topics/security?_rsc=eqsiq/topics/security?_rsc=eqsiq https://carnegieendowment.org/topics/security?_rsc=eqsiq — 200 — 1.8 KiB — 20 ms — h2https://carnegieendowment.org/emissary/2026/04/gulf-states-gcc-iran-war-three-scenarios?_rsc=eqsiq/emissary/2026/04/gulf-states-gcc-i... https://carnegieendowment.org/emissary/2026/04/gulf-states-gcc-iran-war-three-scenarios?_rsc=eqsiq — 200 — 2.2 KiB — 20 ms — h2https://www.googleadservices.com/pagead/conversion/1052530778/?random=1776816829539&cv=11&fst=1776816829539&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1z8837160727za20gzb837160727zd837160727xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400&u_w=800&u_h=600&url=https%3A%2F%2Fcarnegieendowment.org%2F&rcb=4&label=hn1XCNP8zYMDENqw8fUD&capi=1&frm=0&tiba=Carnegie%20Endowment%20for%20International%20Peace%20%7C%20Carnegie%20Endowment%20for%20International%20Peace&bttype=purchase&value=0&hn=www.googleadservices.com&rdp=1&npa=1&pscdl=noapi&auid=1916973952.1776816829&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CAI&gcl_ctr=1~0~0~0&category=acrcp_v1_512&fmt=7www.googleadservices.com/pagead/con... https://www.googleadservices.com/pagead/conversion/1052530778/?random=1776816829539&cv=11&fst=1776816829539&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1z8837160727za20gzb837160727zd837160727xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400&u_w=800&u_h=600&url=https%3A%2F%2Fcarnegieendowment.org%2F&rcb=4&label=hn1XCNP8zYMDENqw8fUD&capi=1&frm=0&tiba=Carnegie%20Endowment%20for%20International%20Peace%20%7C%20Carnegie%20Endowment%20for%20International%20Peace&bttype=purchase&value=0&hn=www.googleadservices.com&rdp=1&npa=1&pscdl=noapi&auid=1916973952.1776816829&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CAI&gcl_ctr=1~0~0~0&category=acrcp_v1_512&fmt=7 — 200 — 1.1 KiB — 73 ms — h3https://carnegieendowment.org/emissary?_rsc=eqsiq/emissary?_rsc=eqsiq https://carnegieendowment.org/emissary?_rsc=eqsiq — 200 — 1.8 KiB — 11 ms — h2https://carnegieendowment.org/regions/middle-east?_rsc=eqsiq/regions/middle-east?_rsc=eqsiq https://carnegieendowment.org/regions/middle-east?_rsc=eqsiq — 200 — 1.9 KiB — 18 ms — h2https://carnegieendowment.org/research/2026/04/united-states-internally-displaced-people-idp-rights?_rsc=eqsiq/research/2026/04/united-states-int... https://carnegieendowment.org/research/2026/04/united-states-internally-displaced-people-idp-rights?_rsc=eqsiq — 200 — 2.3 KiB — 11 ms — h2https://carnegieendowment.org/regions/iran?_rsc=eqsiq/regions/iran?_rsc=eqsiq https://carnegieendowment.org/regions/iran?_rsc=eqsiq — 200 — 1.8 KiB — 10 ms — h2https://carnegieendowment.org/topics/democracy?_rsc=eqsiq/topics/democracy?_rsc=eqsiq https://carnegieendowment.org/topics/democracy?_rsc=eqsiq — 200 — 1.8 KiB — 16 ms — h2https://carnegieendowment.org/search?_rsc=7uv4z/search?_rsc=7uv4z https://carnegieendowment.org/search?_rsc=7uv4z — 200 — 1.7 KiB — 19 ms — h2https://carnegieendowment.org/search?_rsc=tqoh7/search?_rsc=tqoh7 https://carnegieendowment.org/search?_rsc=tqoh7 — 200 — 1.9 KiB — 15 ms — h2https://carnegieendowment.org/search?_rsc=1u2o7/search?_rsc=1u2o7 https://carnegieendowment.org/search?_rsc=1u2o7 — 200 — 1.9 KiB — 15 ms — h2https://carnegieendowment.org/search?_rsc=de1ti/search?_rsc=de1ti https://carnegieendowment.org/search?_rsc=de1ti — 200 — 18.1 KiB — 10 ms — h2https://carnegieendowment.org/search?_rsc=1rn8a/search?_rsc=1rn8a https://carnegieendowment.org/search?_rsc=1rn8a — 200 — 1.4 KiB — 10 ms — h2https://carnegieendowment.org/search?_rsc=4kgqn/search?_rsc=4kgqn https://carnegieendowment.org/search?_rsc=4kgqn — 200 — 2.1 KiB — 8 ms — h2https://carnegieendowment.org/experts?_rsc=7uv4z/experts?_rsc=7uv4z https://carnegieendowment.org/experts?_rsc=7uv4z — 200 — 1.9 KiB — 12 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 — 41.7 KiB — 152 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 — 189 ms — h2https://carnegieendowment.org/_next/static/chunks/07i5gdazy599i.js/_next/static/chunks/07i5gdazy599i.... https://carnegieendowment.org/_next/static/chunks/07i5gdazy599i.js — 200 — 1011 B — 11 ms — h2https://carnegieendowment.org/experts?_rsc=mazbf/experts?_rsc=mazbf https://carnegieendowment.org/experts?_rsc=mazbf — 200 — 1.4 KiB — 12 ms — h2https://carnegieendowment.org/experts?_rsc=iljyu/experts?_rsc=iljyu https://carnegieendowment.org/experts?_rsc=iljyu — 200 — 1.9 KiB — 11 ms — h2https://carnegieendowment.org/_next/static/chunks/1279w0x_w1cwk.js/_next/static/chunks/1279w0x_w1cwk.... https://carnegieendowment.org/_next/static/chunks/1279w0x_w1cwk.js — 200 — 12.2 KiB — 11 ms — h2https://carnegieendowment.org/about?_rsc=7uv4z/about?_rsc=7uv4z https://carnegieendowment.org/about?_rsc=7uv4z — 200 — 1.9 KiB — 12 ms — h2https://googleads.g.doubleclick.net/pagead/viewthroughconversion/1052530778/?random=1783427615&cv=11&fst=1776816829539&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1z8837160727za20gzb837160727zd837160727xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400&u_w=800&u_h=600&url=https%3A%2F%2Fcarnegieendowment.org%2F&rcb=4&label=hn1XCNP8zYMDENqw8fUD&capi=1&frm=0&tiba=Carnegie%20Endowment%20for%20International%20Peace%20%7C%20Carnegie%20Endowment%20for%20International%20Peace&value=0&hn=www.googleadservices.com&rdp=1&npa=1&pscdl=noapi&auid=1916973952.1776816829&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CAI&gcl_ctr=1~0~0~0&category=acrcp_v1_512&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKFHRyaWdnZXI7ZXZlbnQtc291cmNlWgMKAQFiAwoBAw&cerd=CgSO4b0t&eitems=ChAI8MCczwYQjZ-Zw_S9ooFIEh0A8qyDxb4gQuppdt4218wCtFUTtMp-nE7728yWZA&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6fhRp0cXGiRhctoTBHaYFuHQYKkVTlXM6s0Uh-j4oxQcAphBItRt6hoCIFA&pscrd=IhMI6Z3Wv5aAlAMVrHL2CB2OQBxaMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOh5odHRwczovL2Nhcm5lZ2llZW5kb3dtZW50Lm9yZy9CV0NoQUk4TUNjendZUW9PZTU3T3ZWbnJvZUVpMEF0dHZuMGNYc1pmSXNJdUVJRmpVSXp5Z1VtaXZUMGZpT3E1OHRhcElQYVBnQS1nSnE0NEJFVV9QRFhzc3oMCAliCAgAEAAYACAAgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/1052530778/?random=1783427615&cv=11&fst=1776816829539&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1z8837160727za20gzb837160727zd837160727xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400&u_w=800&u_h=600&url=https%3A%2F%2Fcarnegieendowment.org%2F&rcb=4&label=hn1XCNP8zYMDENqw8fUD&capi=1&frm=0&tiba=Carnegie%20Endowment%20for%20International%20Peace%20%7C%20Carnegie%20Endowment%20for%20International%20Peace&value=0&hn=www.googleadservices.com&rdp=1&npa=1&pscdl=noapi&auid=1916973952.1776816829&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CAI&gcl_ctr=1~0~0~0&category=acrcp_v1_512&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKFHRyaWdnZXI7ZXZlbnQtc291cmNlWgMKAQFiAwoBAw&cerd=CgSO4b0t&eitems=ChAI8MCczwYQjZ-Zw_S9ooFIEh0A8qyDxb4gQuppdt4218wCtFUTtMp-nE7728yWZA&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6fhRp0cXGiRhctoTBHaYFuHQYKkVTlXM6s0Uh-j4oxQcAphBItRt6hoCIFA&pscrd=IhMI6Z3Wv5aAlAMVrHL2CB2OQBxaMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOh5odHRwczovL2Nhcm5lZ2llZW5kb3dtZW50Lm9yZy9CV0NoQUk4TUNjendZUW9PZTU3T3ZWbnJvZUVpMEF0dHZuMGNYc1pmSXNJdUVJRmpVSXp5Z1VtaXZUMGZpT3E1OHRhcElQYVBnQS1nSnE0NEJFVV9QRFhzc3oMCAliCAgAEAAYACAA — 302 — 23 B — 193 ms — h3https://carnegieendowment.org/about?_rsc=mazbf/about?_rsc=mazbf https://carnegieendowment.org/about?_rsc=mazbf — 200 — 1.4 KiB — 14 ms — h2https://carnegieendowment.org/about?_rsc=iljyu/about?_rsc=iljyu https://carnegieendowment.org/about?_rsc=iljyu — 200 — 9.4 KiB — 12 ms — h2https://carnegieendowment.org/emissary?_rsc=7uv4z/emissary?_rsc=7uv4z https://carnegieendowment.org/emissary?_rsc=7uv4z — 200 — 2.1 KiB — 12 ms — h2https://carnegieendowment.org/emissary?_rsc=mazbf/emissary?_rsc=mazbf https://carnegieendowment.org/emissary?_rsc=mazbf — 200 — 1.4 KiB — 9 ms — h2https://carnegieendowment.org/emissary?_rsc=iljyu/emissary?_rsc=iljyu https://carnegieendowment.org/emissary?_rsc=iljyu — 200 — 7.3 KiB — 13 ms — h2https://carnegieendowment.org/research?_rsc=7uv4z/research?_rsc=7uv4z https://carnegieendowment.org/research?_rsc=7uv4z — 200 — 2.0 KiB — 10 ms — h2https://carnegieendowment.org/research?_rsc=mazbf/research?_rsc=mazbf https://carnegieendowment.org/research?_rsc=mazbf — 200 — 1.4 KiB — 11 ms — h2https://carnegieendowment.org/research?_rsc=iljyu/research?_rsc=iljyu https://carnegieendowment.org/research?_rsc=iljyu — 200 — 19.8 KiB — 12 ms — h2https://carnegieendowment.org/europe/strategic-europe/2026/04/the-fog-of-ai-war?_rsc=7uv4z/europe/strategic-europe/2026/04/th... https://carnegieendowment.org/europe/strategic-europe/2026/04/the-fog-of-ai-war?_rsc=7uv4z — 200 — 2.6 KiB — 11 ms — h2https://carnegieendowment.org/europe/strategic-europe/2026/04/the-fog-of-ai-war?_rsc=mazbf/europe/strategic-europe/2026/04/th... https://carnegieendowment.org/europe/strategic-europe/2026/04/the-fog-of-ai-war?_rsc=mazbf — 200 — 1.8 KiB — 8 ms — h2https://carnegieendowment.org/europe/strategic-europe/2026/04/the-fog-of-ai-war?_rsc=iljyu/europe/strategic-europe/2026/04/th... https://carnegieendowment.org/europe/strategic-europe/2026/04/the-fog-of-ai-war?_rsc=iljyu — 200 — 10.8 KiB — 8 ms — h2https://carnegieendowment.org/europe/strategic-europe?_rsc=7uv4z/europe/strategic-europe?_rsc=7uv4z https://carnegieendowment.org/europe/strategic-europe?_rsc=7uv4z — 200 — 2.2 KiB — 28 ms — h2https://carnegieendowment.org/europe/strategic-europe?_rsc=mazbf/europe/strategic-europe?_rsc=mazbf https://carnegieendowment.org/europe/strategic-europe?_rsc=mazbf — 200 — 1.6 KiB — 7 ms — h2https://carnegieendowment.org/europe/strategic-europe?_rsc=iljyu/europe/strategic-europe?_rsc=iljyu https://carnegieendowment.org/europe/strategic-europe?_rsc=iljyu — 200 — 6.4 KiB — 7 ms — h2https://carnegieendowment.org/topics/security?_rsc=7uv4z/topics/security?_rsc=7uv4z https://carnegieendowment.org/topics/security?_rsc=7uv4z — 200 — 2.6 KiB — 11 ms — h2https://carnegieendowment.org/topics/security?_rsc=mazbf/topics/security?_rsc=mazbf https://carnegieendowment.org/topics/security?_rsc=mazbf — 200 — 1.5 KiB — 11 ms — h2https://carnegieendowment.org/topics/security?_rsc=iljyu/topics/security?_rsc=iljyu https://carnegieendowment.org/topics/security?_rsc=iljyu — 200 — 13.6 KiB — 18 ms — h2https://carnegieendowment.org/emissary/2026/04/gulf-states-gcc-iran-war-three-scenarios?_rsc=7uv4z/emissary/2026/04/gulf-states-gcc-i... https://carnegieendowment.org/emissary/2026/04/gulf-states-gcc-iran-war-three-scenarios?_rsc=7uv4z — 200 — 2.6 KiB — 17 ms — h2https://carnegieendowment.org/emissary/2026/04/gulf-states-gcc-iran-war-three-scenarios?_rsc=mazbf/emissary/2026/04/gulf-states-gcc-i... https://carnegieendowment.org/emissary/2026/04/gulf-states-gcc-iran-war-three-scenarios?_rsc=mazbf — 200 — 1.9 KiB — 12 ms — h2https://carnegieendowment.org/emissary/2026/04/gulf-states-gcc-iran-war-three-scenarios?_rsc=iljyu/emissary/2026/04/gulf-states-gcc-i... https://carnegieendowment.org/emissary/2026/04/gulf-states-gcc-iran-war-three-scenarios?_rsc=iljyu — 200 — 13.7 KiB — 12 ms — h2https://carnegieendowment.org/regions/middle-east?_rsc=7uv4z/regions/middle-east?_rsc=7uv4z https://carnegieendowment.org/regions/middle-east?_rsc=7uv4z — 200 — 2.7 KiB — 10 ms — h2https://carnegieendowment.org/regions/middle-east?_rsc=mazbf/regions/middle-east?_rsc=mazbf https://carnegieendowment.org/regions/middle-east?_rsc=mazbf — 200 — 1.5 KiB — 9 ms — h2https://carnegieendowment.org/regions/middle-east?_rsc=iljyu/regions/middle-east?_rsc=iljyu https://carnegieendowment.org/regions/middle-east?_rsc=iljyu — 200 — 13.6 KiB — 11 ms — h2https://www.google.com/pagead/1p-conversion/1052530778/?random=1783427615&cv=11&fst=1776816829539&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1z8837160727za20gzb837160727zd837160727xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400&u_w=800&u_h=600&url=https%3A%2F%2Fcarnegieendowment.org%2F&rcb=4&label=hn1XCNP8zYMDENqw8fUD&capi=1&frm=0&tiba=Carnegie%20Endowment%20for%20International%20Peace%20%7C%20Carnegie%20Endowment%20for%20International%20Peace&value=0&hn=www.googleadservices.com&rdp=1&npa=1&pscdl=noapi&auid=1916973952.1776816829&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CAI&gcl_ctr=1~0~0~0&category=acrcp_v1_512&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKFHRyaWdnZXI7ZXZlbnQtc291cmNlWgMKAQFiAwoBAw&cerd=CgSO4b0t&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6fhRp0cXGiRhctoTBHaYFuHQYKkVTlXM6s0Uh-j4oxQcAphBItRt6hoCIFA&pscrd=IhMI6Z3Wv5aAlAMVrHL2CB2OQBxaMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOh5odHRwczovL2Nhcm5lZ2llZW5kb3dtZW50Lm9yZy9CV0NoQUk4TUNjendZUW9PZTU3T3ZWbnJvZUVpMEF0dHZuMGNYc1pmSXNJdUVJRmpVSXp5Z1VtaXZUMGZpT3E1OHRhcElQYVBnQS1nSnE0NEJFVV9QRFhzc3oMCAliCAgAEAAYACAA&is_vtc=1&cid=CAQSWwAFq6B9ygcuXpdsdVMm8CSTUSiz6I0mq7qec0DjWxfvmMnn90WNL65oQvS_Ak3rRH6fNNCMrB39OP_cCY28_2TVhuZyT6HnmbjDYuaW03j4kPtOD2Ch2PIq7jA&eitems=ChAI8MCczwYQjZ-Zw_S9ooFIEh0A8qyDxQhE0Oeh8NPmnE7pDzrBaghmZQceB05fKw&random=3799769677www.google.com/pagead/1p-conversion... https://www.google.com/pagead/1p-conversion/1052530778/?random=1783427615&cv=11&fst=1776816829539&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1z8837160727za20gzb837160727zd837160727xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400&u_w=800&u_h=600&url=https%3A%2F%2Fcarnegieendowment.org%2F&rcb=4&label=hn1XCNP8zYMDENqw8fUD&capi=1&frm=0&tiba=Carnegie%20Endowment%20for%20International%20Peace%20%7C%20Carnegie%20Endowment%20for%20International%20Peace&value=0&hn=www.googleadservices.com&rdp=1&npa=1&pscdl=noapi&auid=1916973952.1776816829&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CAI&gcl_ctr=1~0~0~0&category=acrcp_v1_512&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKFHRyaWdnZXI7ZXZlbnQtc291cmNlWgMKAQFiAwoBAw&cerd=CgSO4b0t&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6fhRp0cXGiRhctoTBHaYFuHQYKkVTlXM6s0Uh-j4oxQcAphBItRt6hoCIFA&pscrd=IhMI6Z3Wv5aAlAMVrHL2CB2OQBxaMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOh5odHRwczovL2Nhcm5lZ2llZW5kb3dtZW50Lm9yZy9CV0NoQUk4TUNjendZUW9PZTU3T3ZWbnJvZUVpMEF0dHZuMGNYc1pmSXNJdUVJRmpVSXp5Z1VtaXZUMGZpT3E1OHRhcElQYVBnQS1nSnE0NEJFVV9QRFhzc3oMCAliCAgAEAAYACAA&is_vtc=1&cid=CAQSWwAFq6B9ygcuXpdsdVMm8CSTUSiz6I0mq7qec0DjWxfvmMnn90WNL65oQvS_Ak3rRH6fNNCMrB39OP_cCY28_2TVhuZyT6HnmbjDYuaW03j4kPtOD2Ch2PIq7jA&eitems=ChAI8MCczwYQjZ-Zw_S9ooFIEh0A8qyDxQhE0Oeh8NPmnE7pDzrBaghmZQceB05fKw&random=3799769677 — 302 — 22 B — 100 ms — h3https://carnegieendowment.org/research/2026/04/united-states-internally-displaced-people-idp-rights?_rsc=7uv4z/research/2026/04/united-states-int... https://carnegieendowment.org/research/2026/04/united-states-internally-displaced-people-idp-rights?_rsc=7uv4z — 200 — 2.9 KiB — 14 ms — h2https://carnegieendowment.org/research/2026/04/united-states-internally-displaced-people-idp-rights?_rsc=mazbf/research/2026/04/united-states-int... https://carnegieendowment.org/research/2026/04/united-states-internally-displaced-people-idp-rights?_rsc=mazbf — 200 — 2.0 KiB — 14 ms — h2https://carnegieendowment.org/research/2026/04/united-states-internally-displaced-people-idp-rights?_rsc=iljyu/research/2026/04/united-states-int... https://carnegieendowment.org/research/2026/04/united-states-internally-displaced-people-idp-rights?_rsc=iljyu — 200 — 18.3 KiB — 23 ms — h2https://carnegieendowment.org/regions/iran?_rsc=7uv4z/regions/iran?_rsc=7uv4z https://carnegieendowment.org/regions/iran?_rsc=7uv4z — 200 — 2.6 KiB — 19 ms — h2https://carnegieendowment.org/regions/iran?_rsc=mazbf/regions/iran?_rsc=mazbf https://carnegieendowment.org/regions/iran?_rsc=mazbf — 200 — 1.5 KiB — 15 ms — h2https://carnegieendowment.org/regions/iran?_rsc=iljyu/regions/iran?_rsc=iljyu https://carnegieendowment.org/regions/iran?_rsc=iljyu — 200 — 13.5 KiB — 19 ms — h2https://carnegieendowment.org/topics/democracy?_rsc=7uv4z/topics/democracy?_rsc=7uv4z https://carnegieendowment.org/topics/democracy?_rsc=7uv4z — 200 — 2.6 KiB — 21 ms — h2https://carnegieendowment.org/topics/democracy?_rsc=mazbf/topics/democracy?_rsc=mazbf https://carnegieendowment.org/topics/democracy?_rsc=mazbf — 200 — 1.5 KiB — 18 ms — h2https://carnegieendowment.org/topics/democracy?_rsc=iljyu/topics/democracy?_rsc=iljyu https://carnegieendowment.org/topics/democracy?_rsc=iljyu — 200 — 13.6 KiB — 17 ms — h2https://carnegieendowment.org/?_rsc=7uv4z/?_rsc=7uv4z https://carnegieendowment.org/?_rsc=7uv4z — 200 — 2.1 KiB — 17 ms — h2https://carnegieendowment.org/?_rsc=mazbf/?_rsc=mazbf https://carnegieendowment.org/?_rsc=mazbf — 200 — 1.4 KiB — 12 ms — h2https://carnegieendowment.org/?_rsc=iljyu/?_rsc=iljyu https://carnegieendowment.org/?_rsc=iljyu — 200 — 13.3 KiB — 11 ms — h2https://www.google.es/pagead/1p-conversion/1052530778/?random=1783427615&cv=11&fst=1776816829539&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1z8837160727za20gzb837160727zd837160727xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400&u_w=800&u_h=600&url=https%3A%2F%2Fcarnegieendowment.org%2F&rcb=4&label=hn1XCNP8zYMDENqw8fUD&capi=1&frm=0&tiba=Carnegie%20Endowment%20for%20International%20Peace%20%7C%20Carnegie%20Endowment%20for%20International%20Peace&value=0&hn=www.googleadservices.com&rdp=1&npa=1&pscdl=noapi&auid=1916973952.1776816829&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CAI&gcl_ctr=1~0~0~0&category=acrcp_v1_512&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKFHRyaWdnZXI7ZXZlbnQtc291cmNlWgMKAQFiAwoBAw&cerd=CgSO4b0t&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6fhRp0cXGiRhctoTBHaYFuHQYKkVTlXM6s0Uh-j4oxQcAphBItRt6hoCIFA&is_vtc=1&cid=CAQSWwAFq6B9ygcuXpdsdVMm8CSTUSiz6I0mq7qec0DjWxfvmMnn90WNL65oQvS_Ak3rRH6fNNCMrB39OP_cCY28_2TVhuZyT6HnmbjDYuaW03j4kPtOD2Ch2PIq7jA&eitems=ChAI8MCczwYQjZ-Zw_S9ooFIEh0A8qyDxQhE0Oeh8NPmnE7pDzrBaghmZQceB05fKw&random=3799769677&ipr=y&pscrd=IhMI6Z3Wv5aAlAMVrHL2CB2OQBxaMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOh5odHRwczovL2Nhcm5lZ2llZW5kb3dtZW50Lm9yZy9CV0NoQUk4TUNjendZUW9PZTU3T3ZWbnJvZUVpMEF0dHZuMGNYc1pmSXNJdUVJRmpVSXp5Z1VtaXZUMGZpT3E1OHRhcElQYVBnQS1nSnE0NEJFVV9QRFhzc3oMCAliCAgAEAAYACAAwww.google.es/pagead/1p-conversion/... https://www.google.es/pagead/1p-conversion/1052530778/?random=1783427615&cv=11&fst=1776816829539&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1z8837160727za20gzb837160727zd837160727xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266400&u_w=800&u_h=600&url=https%3A%2F%2Fcarnegieendowment.org%2F&rcb=4&label=hn1XCNP8zYMDENqw8fUD&capi=1&frm=0&tiba=Carnegie%20Endowment%20for%20International%20Peace%20%7C%20Carnegie%20Endowment%20for%20International%20Peace&value=0&hn=www.googleadservices.com&rdp=1&npa=1&pscdl=noapi&auid=1916973952.1776816829&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CAI&gcl_ctr=1~0~0~0&category=acrcp_v1_512&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKFHRyaWdnZXI7ZXZlbnQtc291cmNlWgMKAQFiAwoBAw&cerd=CgSO4b0t&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6fhRp0cXGiRhctoTBHaYFuHQYKkVTlXM6s0Uh-j4oxQcAphBItRt6hoCIFA&is_vtc=1&cid=CAQSWwAFq6B9ygcuXpdsdVMm8CSTUSiz6I0mq7qec0DjWxfvmMnn90WNL65oQvS_Ak3rRH6fNNCMrB39OP_cCY28_2TVhuZyT6HnmbjDYuaW03j4kPtOD2Ch2PIq7jA&eitems=ChAI8MCczwYQjZ-Zw_S9ooFIEh0A8qyDxQhE0Oeh8NPmnE7pDzrBaghmZQceB05fKw&random=3799769677&ipr=y&pscrd=IhMI6Z3Wv5aAlAMVrHL2CB2OQBxaMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOh5odHRwczovL2Nhcm5lZ2llZW5kb3dtZW50Lm9yZy9CV0NoQUk4TUNjendZUW9PZTU3T3ZWbnJvZUVpMEF0dHZuMGNYc1pmSXNJdUVJRmpVSXp5Z1VtaXZUMGZpT3E1OHRhcElQYVBnQS1nSnE0NEJFVV9QRFhzc3oMCAliCAgAEAAYACAA — 200 — 115 B — 34 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 — 180 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 — 27 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 — 34.4 KiB — 101 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 — 0 B — 15 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
54% of JavaScript execution is third-party
First-party Third-party 624ms · 503KB · €7/mo
Unattributable
Other
Costly
Execution 217ms
Transfer 0 KB
Monthly Cost €2/mo
www.gstatic.com
Other
Optional
Execution 169ms
Transfer 0 KB
Unused 49%
Monthly Cost €2/mo
Google Tag Manager
Tag Manager
Optional
Execution 92ms
Transfer 170 KB
Unused 34%
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 86ms
Transfer 176 KB
Unused 39%
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 59ms
Transfer 157 KB
Unused 51%
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • Unattributable adds 217ms and costs ~€2/month

54% 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

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

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