Skip to content
https://csis.org

Performance

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

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

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

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

942 ms

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

3.04 s

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

42 ms

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

0.009

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

1.13 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.09 s

Page Load Progression

480 ms
961 ms
1.4 s
1.9 s
2.4 s
2.9 s
3.4 s
3.8 s
Checks
15
7 PASS 2 REVIEW 4 FIX
F
Page Weight Budget
Action
7.7 MB transferred, 116 requests
FIX
7.7 MB transferred, 116 requests
Critical::
Page weighs 11.0 MB (7.7 MB transferred)
Warning::
Images are 1.6 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.6 MB
Warning::
JavaScript is 865 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 865 KB
Info::
Fonts are 205 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 205 KB
Warning::
116 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.6 g CO2 per page load
7.7 MB / 2.4 MB budget
7.7 MB transferred
116 requests
1.6 g CO2 per page load
Other 4.6 MiB 59%
Images 1.6 MiB 20%
JavaScript 865.0 KiB 11%
Other 457.7 KiB 6%
Fonts 204.8 KiB 3%
CSS 63.5 KiB 1%
HTML 37.2 KiB 0%
Other 3.2 KiB 0%
Other 2.1 KiB 0%
Other 547 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 (7.7 MiB of 7.7 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Bundles
Action
43 scripts, 311 KB unused
FIX
43 scripts, 311 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-0S87...: 69 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-PSYV...: 65 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-MNG...: 64 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.jsdelivr.net/npm/c2pa@0.14.4/+esm: 51 KB unused (66%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.jsdelivr.net/npm/c2pa-wc@0.10.15/+esm: 39 KB unused (65%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 311 KB
311 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-0S87RLF4Y6&cx=c&gtm=4e64h1175 KB69 KB (40%)3rd
https://www.googletagmanager.com/gtag/js?id=G-PSYVZP8TWD&cx=c&gtm=4e64h1152 KB65 KB (43%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-MNGQTH163 KB64 KB (40%)3rd
https://cdn.jsdelivr.net/npm/c2pa@0.14.4/+esm79 KB51 KB (66%)3rd
https://cdn.jsdelivr.net/npm/c2pa-wc@0.10.15/+esm61 KB39 KB (65%)3rd
https://www.csis.org/themes/custom/ts_csis/node_modules/jquery/dist/jquery.min.js?tdlxol35 KB22 KB (63%)3rd
https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da177152312451611 KB3rd
https://www.csis.org/themes/custom/ts_csis/dist/audio-gtm-tracker.bcef1c78.js1 KB3rd
https://www.csis.org/core/misc/drupal.init.js?v=10.5.91 KB3rd
https://www.csis.org/core/assets/vendor/tabbable/index.umd.min.js?v=6.2.03 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
116 resources · 7.7 MB · 311 KB savings available
FIX
116 resources · 7.7 MB · 311 KB savings available
Warning::
Page weight 6.7 MB over 1MB target
Got: 7.7 MB Expected: ≤ 1 MB
Info::
~311 KB of savings available
Warning::
115 third-party resources (100% of weight)
Info::
3 resources over 200KB
116 resources · 7.7 MiB · 115 third-party 6.7 MiB over 1MB target
Media 59% · 4.6 MiB
Image 20% · 1.6 MiB
JavaScript 11% · 870.2 KiB
Other 6% · 456.6 KiB
Font 3% · 204.8 KiB
CSS 1% · 63.5 KiB
Document 0% · 38.2 KiB

~311.2 KiB of savings available

Remove unused JavaScript: 311.2 KiB
B
Image Optimization
27 images, 0 KB saveable
REVIEW
27 images, 0 KB saveable
Warning::
https://www.csis.org/themes/custom/ts_csis/assets/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
27 images 1.6 MB
0 oversized -0 KB
27 legacy format
1 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

B
JS Execution Cost
913ms total JS execution
REVIEW
913ms total JS execution
Warning::
https://www.csis.org/: 281ms CPU time
Info::
Unattributable: 228ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-MNG...: 117ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-0S87...: 103ms CPU time
Info::
https://www.csis.org/themes/custom/ts_csis/dist/au...: 76ms CPU time
Warning::
Third-party scripts: 913ms (100% of total)

Main Thread Breakdown

Script Evaluation 44% Other 25% Style & Layout 18% Script Parsing & Compilation 6% Rendering 4%
ScriptTotalScriptingParse/CompileParty
https://www.csis.org/281ms3ms0ms3rd
Unattributable228ms49ms0ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-MNGQTH117ms105ms10ms3rd
https://www.googletagmanager.com/gtag/js?id=G-0S87RLF4Y6&cx=c&gtm=4e64h1103ms84ms18ms3rd
https://www.csis.org/themes/custom/ts_csis/dist/audio-player.52f6941d.js76ms75ms1ms3rd
https://www.googletagmanager.com/gtag/js?id=G-PSYVZP8TWD&cx=c&gtm=4e64h157ms46ms11ms3rd
https://www.csis.org/themes/custom/ts_csis/dist/department-hero.90a658d6.js51ms16ms4ms3rd
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
6 fonts (205 KB)
PASS
6 fonts (205 KB)
Info::
6 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

6

205 KB total

Render-blocking

0

of 6

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s FCP 942 ms LCP 3.0 shttps://use.typekit.net/af/eaa3cc/00000000000000007735dfd6/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n7&v=3l https://use.typekit.net/af/eaa3cc/00000000000000007735dfd6/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n7&v=3 — 17.3 KiB — 30 ms — font-display: swaphttps://use.typekit.net/af/34df33/00000000000000007735dfd0/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n4&v=3l https://use.typekit.net/af/34df33/00000000000000007735dfd0/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n4&v=3 — 16.9 KiB — 31 ms — font-display: swaphttps://www.csis.org/themes/custom/ts_csis/dist/PublicoHeadline-Bold-Web.4f7a1a3f.woff2PublicoHeadline-Bold-We... https://www.csis.org/themes/custom/ts_csis/dist/PublicoHeadline-Bold-Web.4f7a1a3f.woff2 — 44.5 KiB — 32 ms — font-display: swaphttps://www.csis.org/themes/custom/ts_csis/dist/PublicoHeadline-Extrabold-Web.873f05cc.woff2PublicoHeadline-Extrabo... https://www.csis.org/themes/custom/ts_csis/dist/PublicoHeadline-Extrabold-Web.873f05cc.woff2 — 36.4 KiB — 33 ms — font-display: swaphttps://www.csis.org/themes/custom/ts_csis/dist/PublicoText-Roman-Web.1d060a37.woff2PublicoText-Roman-Web.1... https://www.csis.org/themes/custom/ts_csis/dist/PublicoText-Roman-Web.1d060a37.woff2 — 51.7 KiB — 38 ms — font-display: swaphttps://www.csis.org/themes/custom/ts_csis/dist/PublicoHeadline-Medium-Web.935a1359.woff2PublicoHeadline-Medium-... https://www.csis.org/themes/custom/ts_csis/dist/PublicoHeadline-Medium-Web.935a1359.woff2 — 38.1 KiB — 40 ms — font-display: swap
l woff2 swap
Size 17 KB
Load time 30 ms
Start 336 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 17 KB
Load time 31 ms
Start 336 ms
Risk FOUT — text flashes from fallback to web font
PublicoHeadline-Bold-We... woff2 swap
Size 45 KB
Load time 32 ms
Start 336 ms
Risk FOUT — text flashes from fallback to web font
PublicoHeadline-Extrabo... woff2 swap
Size 36 KB
Load time 33 ms
Start 337 ms
Risk FOUT — text flashes from fallback to web font
PublicoText-Roman-Web.1... woff2 swap
Size 52 KB
Load time 38 ms
Start 337 ms
Risk FOUT — text flashes from fallback to web font
PublicoHeadline-Medium-... woff2 swap
Size 38 KB
Load time 40 ms
Start 337 ms
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

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

public, max-age=86400

DirectiveValueMeaning
publicAny cache may store this response
max-age86400Cache for 1 day
Effective TTL: 86400 seconds
Network Waterfall
116 requests over 1526ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 942 ms LCP 3.0 shttps://csis.org// https://csis.org/ — 301 — 511 B — 71 ms — h2https://www.csis.org/www.csis.org/ https://www.csis.org/ — 200 — 37.2 KiB — 45 ms — h2https://www.csis.org/themes/composer/stable/css/system/components/align.module.css?tdlxolwww.csis.org/themes/composer/stable... https://www.csis.org/themes/composer/stable/css/system/components/align.module.css?tdlxol — 200 — 546 B — 37 ms — h2https://www.csis.org/themes/composer/stable/css/system/components/fieldgroup.module.css?tdlxolwww.csis.org/themes/composer/stable... https://www.csis.org/themes/composer/stable/css/system/components/fieldgroup.module.css?tdlxol — 200 — 423 B — 39 ms — h2https://www.csis.org/themes/composer/stable/css/system/components/container-inline.module.css?tdlxolwww.csis.org/themes/composer/stable... https://www.csis.org/themes/composer/stable/css/system/components/container-inline.module.css?tdlxol — 200 — 381 B — 38 ms — h2https://www.csis.org/themes/composer/stable/css/system/components/clearfix.module.css?tdlxolwww.csis.org/themes/composer/stable... https://www.csis.org/themes/composer/stable/css/system/components/clearfix.module.css?tdlxol — 200 — 492 B — 41 ms — h2https://www.csis.org/themes/composer/stable/css/system/components/details.module.css?tdlxolwww.csis.org/themes/composer/stable... https://www.csis.org/themes/composer/stable/css/system/components/details.module.css?tdlxol — 200 — 413 B — 38 ms — h2https://www.csis.org/themes/composer/stable/css/system/components/hidden.module.css?tdlxolwww.csis.org/themes/composer/stable... https://www.csis.org/themes/composer/stable/css/system/components/hidden.module.css?tdlxol — 200 — 950 B — 44 ms — h2https://www.csis.org/themes/composer/stable/css/system/components/item-list.module.css?tdlxolwww.csis.org/themes/composer/stable... https://www.csis.org/themes/composer/stable/css/system/components/item-list.module.css?tdlxol — 200 — 401 B — 40 ms — h2https://www.csis.org/themes/composer/stable/css/system/components/js.module.css?tdlxolwww.csis.org/themes/composer/stable... https://www.csis.org/themes/composer/stable/css/system/components/js.module.css?tdlxol — 200 — 562 B — 41 ms — h2https://www.csis.org/themes/composer/stable/css/system/components/nowrap.module.css?tdlxolwww.csis.org/themes/composer/stable... https://www.csis.org/themes/composer/stable/css/system/components/nowrap.module.css?tdlxol — 200 — 390 B — 41 ms — h2https://www.csis.org/themes/composer/stable/css/system/components/position-container.module.css?tdlxolwww.csis.org/themes/composer/stable... https://www.csis.org/themes/composer/stable/css/system/components/position-container.module.css?tdlxol — 200 — 423 B — 46 ms — h2https://www.csis.org/themes/composer/stable/css/system/components/reset-appearance.module.css?tdlxolwww.csis.org/themes/composer/stable... https://www.csis.org/themes/composer/stable/css/system/components/reset-appearance.module.css?tdlxol — 200 — 494 B — 42 ms — h2https://www.csis.org/themes/composer/stable/css/system/components/resize.module.css?tdlxolwww.csis.org/themes/composer/stable... https://www.csis.org/themes/composer/stable/css/system/components/resize.module.css?tdlxol — 200 — 441 B — 44 ms — h2https://www.csis.org/themes/composer/stable/css/system/components/system-status-counter.css?tdlxolwww.csis.org/themes/composer/stable... https://www.csis.org/themes/composer/stable/css/system/components/system-status-counter.css?tdlxol — 200 — 593 B — 45 ms — h2https://www.csis.org/themes/composer/stable/css/system/components/system-status-report-counters.css?tdlxolwww.csis.org/themes/composer/stable... https://www.csis.org/themes/composer/stable/css/system/components/system-status-report-counters.css?tdlxol — 200 — 539 B — 64 ms — h2https://www.csis.org/themes/composer/stable/css/system/components/system-status-report-general-info.css?tdlxolwww.csis.org/themes/composer/stable... https://www.csis.org/themes/composer/stable/css/system/components/system-status-report-general-info.css?tdlxol — 200 — 442 B — 47 ms — h2https://www.csis.org/themes/composer/stable/css/system/components/tablesort.module.css?tdlxolwww.csis.org/themes/composer/stable... https://www.csis.org/themes/composer/stable/css/system/components/tablesort.module.css?tdlxol — 200 — 518 B — 48 ms — h2https://www.csis.org/modules/custom/c2pa/css/c2pa.css?tdlxolwww.csis.org/modules/custom/c2pa/cs... https://www.csis.org/modules/custom/c2pa/css/c2pa.css?tdlxol — 200 — 389 B — 50 ms — h2https://www.csis.org/modules/composer/ckeditor_indentblock/css/plugins/indentblock/ckeditor.indentblock.css?tdlxolwww.csis.org/modules/composer/ckedi... https://www.csis.org/modules/composer/ckeditor_indentblock/css/plugins/indentblock/ckeditor.indentblock.css?tdlxol — 200 — 554 B — 59 ms — h2https://use.typekit.net/mkb5tpc.cssuse.typekit.net/mkb5tpc.css https://use.typekit.net/mkb5tpc.css — 200 — 986 B — 14 ms — h2https://www.csis.org/themes/custom/ts_csis/dist/ts-csis.css?tdlxolwww.csis.org/themes/custom/ts_csis/... https://www.csis.org/themes/custom/ts_csis/dist/ts-csis.css?tdlxol — 200 — 50.4 KiB — 64 ms — h2https://www.csis.org/themes/custom/ts_csis/node_modules/jquery/dist/jquery.min.js?tdlxolwww.csis.org/themes/custom/ts_csis/... https://www.csis.org/themes/custom/ts_csis/node_modules/jquery/dist/jquery.min.js?tdlxol — 200 — 35.5 KiB — 51 ms — h2https://www.csis.org/core/misc/drupalSettingsLoader.js?v=10.5.9www.csis.org/core/misc/drupalSettin... https://www.csis.org/core/misc/drupalSettingsLoader.js?v=10.5.9 — 200 — 696 B — 63 ms — h2https://www.csis.org/modules/custom/csis_seo/js/csis_seo.js?tdlxolwww.csis.org/modules/custom/csis_se... https://www.csis.org/modules/custom/csis_seo/js/csis_seo.js?tdlxol — 200 — 3.8 KiB — 61 ms — h2https://www.csis.org/modules/custom/csis_seo/js/csis_gtm.js?tdlxolwww.csis.org/modules/custom/csis_se... https://www.csis.org/modules/custom/csis_seo/js/csis_gtm.js?tdlxol — 200 — 605 B — 61 ms — h2https://www.csis.org/modules/custom/c2pa/js/c2pa.js?tdlxolwww.csis.org/modules/custom/c2pa/js... https://www.csis.org/modules/custom/c2pa/js/c2pa.js?tdlxol — 200 — 909 B — 61 ms — h2https://p.typekit.net/p.css?s=1&k=mkb5tpc&ht=tk&f=38207.38208.38209.38210&a=125314423&app=typekit&e=cssp.typekit.net/p.css?s=1&k=mkb5tpc&h... https://p.typekit.net/p.css?s=1&k=mkb5tpc&ht=tk&f=38207.38208.38209.38210&a=125314423&app=typekit&e=css — 200 — 172 B — 10 ms — h2https://www.csis.org/themes/custom/ts_csis/assets/csis-logo-white.pngwww.csis.org/themes/custom/ts_csis/... https://www.csis.org/themes/custom/ts_csis/assets/csis-logo-white.png — 200 — 21.4 KiB — 28 ms — h2https://www.csis.org/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.jswww.csis.org/cdn-cgi/scripts/5c5dd7... https://www.csis.org/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js — 200 — 767 B — 23 ms — h2
0 ms 1.0 s 2.0 s 3.0 s FCP 942 ms LCP 3.0 shttps://csis.org// https://csis.org/ — 301 — 511 B — 71 ms — h2https://www.csis.org/www.csis.org/ https://www.csis.org/ — 200 — 37.2 KiB — 45 ms — h2https://www.csis.org/themes/composer/stable/css/system/components/align.module.css?tdlxolwww.csis.org/themes/composer/stable... https://www.csis.org/themes/composer/stable/css/system/components/align.module.css?tdlxol — 200 — 546 B — 37 ms — h2https://www.csis.org/themes/composer/stable/css/system/components/fieldgroup.module.css?tdlxolwww.csis.org/themes/composer/stable... https://www.csis.org/themes/composer/stable/css/system/components/fieldgroup.module.css?tdlxol — 200 — 423 B — 39 ms — h2https://www.csis.org/themes/composer/stable/css/system/components/container-inline.module.css?tdlxolwww.csis.org/themes/composer/stable... https://www.csis.org/themes/composer/stable/css/system/components/container-inline.module.css?tdlxol — 200 — 381 B — 38 ms — h2https://www.csis.org/themes/composer/stable/css/system/components/clearfix.module.css?tdlxolwww.csis.org/themes/composer/stable... https://www.csis.org/themes/composer/stable/css/system/components/clearfix.module.css?tdlxol — 200 — 492 B — 41 ms — h2https://www.csis.org/themes/composer/stable/css/system/components/details.module.css?tdlxolwww.csis.org/themes/composer/stable... https://www.csis.org/themes/composer/stable/css/system/components/details.module.css?tdlxol — 200 — 413 B — 38 ms — h2https://www.csis.org/themes/composer/stable/css/system/components/hidden.module.css?tdlxolwww.csis.org/themes/composer/stable... https://www.csis.org/themes/composer/stable/css/system/components/hidden.module.css?tdlxol — 200 — 950 B — 44 ms — h2https://www.csis.org/themes/composer/stable/css/system/components/item-list.module.css?tdlxolwww.csis.org/themes/composer/stable... https://www.csis.org/themes/composer/stable/css/system/components/item-list.module.css?tdlxol — 200 — 401 B — 40 ms — h2https://www.csis.org/themes/composer/stable/css/system/components/js.module.css?tdlxolwww.csis.org/themes/composer/stable... https://www.csis.org/themes/composer/stable/css/system/components/js.module.css?tdlxol — 200 — 562 B — 41 ms — h2https://www.csis.org/themes/composer/stable/css/system/components/nowrap.module.css?tdlxolwww.csis.org/themes/composer/stable... https://www.csis.org/themes/composer/stable/css/system/components/nowrap.module.css?tdlxol — 200 — 390 B — 41 ms — h2https://www.csis.org/themes/composer/stable/css/system/components/position-container.module.css?tdlxolwww.csis.org/themes/composer/stable... https://www.csis.org/themes/composer/stable/css/system/components/position-container.module.css?tdlxol — 200 — 423 B — 46 ms — h2https://www.csis.org/themes/composer/stable/css/system/components/reset-appearance.module.css?tdlxolwww.csis.org/themes/composer/stable... https://www.csis.org/themes/composer/stable/css/system/components/reset-appearance.module.css?tdlxol — 200 — 494 B — 42 ms — h2https://www.csis.org/themes/composer/stable/css/system/components/resize.module.css?tdlxolwww.csis.org/themes/composer/stable... https://www.csis.org/themes/composer/stable/css/system/components/resize.module.css?tdlxol — 200 — 441 B — 44 ms — h2https://www.csis.org/themes/composer/stable/css/system/components/system-status-counter.css?tdlxolwww.csis.org/themes/composer/stable... https://www.csis.org/themes/composer/stable/css/system/components/system-status-counter.css?tdlxol — 200 — 593 B — 45 ms — h2https://www.csis.org/themes/composer/stable/css/system/components/system-status-report-counters.css?tdlxolwww.csis.org/themes/composer/stable... https://www.csis.org/themes/composer/stable/css/system/components/system-status-report-counters.css?tdlxol — 200 — 539 B — 64 ms — h2https://www.csis.org/themes/composer/stable/css/system/components/system-status-report-general-info.css?tdlxolwww.csis.org/themes/composer/stable... https://www.csis.org/themes/composer/stable/css/system/components/system-status-report-general-info.css?tdlxol — 200 — 442 B — 47 ms — h2https://www.csis.org/themes/composer/stable/css/system/components/tablesort.module.css?tdlxolwww.csis.org/themes/composer/stable... https://www.csis.org/themes/composer/stable/css/system/components/tablesort.module.css?tdlxol — 200 — 518 B — 48 ms — h2https://www.csis.org/modules/custom/c2pa/css/c2pa.css?tdlxolwww.csis.org/modules/custom/c2pa/cs... https://www.csis.org/modules/custom/c2pa/css/c2pa.css?tdlxol — 200 — 389 B — 50 ms — h2https://www.csis.org/modules/composer/ckeditor_indentblock/css/plugins/indentblock/ckeditor.indentblock.css?tdlxolwww.csis.org/modules/composer/ckedi... https://www.csis.org/modules/composer/ckeditor_indentblock/css/plugins/indentblock/ckeditor.indentblock.css?tdlxol — 200 — 554 B — 59 ms — h2https://use.typekit.net/mkb5tpc.cssuse.typekit.net/mkb5tpc.css https://use.typekit.net/mkb5tpc.css — 200 — 986 B — 14 ms — h2https://www.csis.org/themes/custom/ts_csis/dist/ts-csis.css?tdlxolwww.csis.org/themes/custom/ts_csis/... https://www.csis.org/themes/custom/ts_csis/dist/ts-csis.css?tdlxol — 200 — 50.4 KiB — 64 ms — h2https://www.csis.org/themes/custom/ts_csis/node_modules/jquery/dist/jquery.min.js?tdlxolwww.csis.org/themes/custom/ts_csis/... https://www.csis.org/themes/custom/ts_csis/node_modules/jquery/dist/jquery.min.js?tdlxol — 200 — 35.5 KiB — 51 ms — h2https://www.csis.org/core/misc/drupalSettingsLoader.js?v=10.5.9www.csis.org/core/misc/drupalSettin... https://www.csis.org/core/misc/drupalSettingsLoader.js?v=10.5.9 — 200 — 696 B — 63 ms — h2https://www.csis.org/modules/custom/csis_seo/js/csis_seo.js?tdlxolwww.csis.org/modules/custom/csis_se... https://www.csis.org/modules/custom/csis_seo/js/csis_seo.js?tdlxol — 200 — 3.8 KiB — 61 ms — h2https://www.csis.org/modules/custom/csis_seo/js/csis_gtm.js?tdlxolwww.csis.org/modules/custom/csis_se... https://www.csis.org/modules/custom/csis_seo/js/csis_gtm.js?tdlxol — 200 — 605 B — 61 ms — h2https://www.csis.org/modules/custom/c2pa/js/c2pa.js?tdlxolwww.csis.org/modules/custom/c2pa/js... https://www.csis.org/modules/custom/c2pa/js/c2pa.js?tdlxol — 200 — 909 B — 61 ms — h2https://p.typekit.net/p.css?s=1&k=mkb5tpc&ht=tk&f=38207.38208.38209.38210&a=125314423&app=typekit&e=cssp.typekit.net/p.css?s=1&k=mkb5tpc&h... https://p.typekit.net/p.css?s=1&k=mkb5tpc&ht=tk&f=38207.38208.38209.38210&a=125314423&app=typekit&e=css — 200 — 172 B — 10 ms — h2https://www.csis.org/themes/custom/ts_csis/assets/csis-logo-white.pngwww.csis.org/themes/custom/ts_csis/... https://www.csis.org/themes/custom/ts_csis/assets/csis-logo-white.png — 200 — 21.4 KiB — 28 ms — h2https://www.csis.org/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.jswww.csis.org/cdn-cgi/scripts/5c5dd7... https://www.csis.org/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js — 200 — 767 B — 23 ms — h2https://www.csis.org/core/assets/vendor/once/once.min.js?v=1.0.1www.csis.org/core/assets/vendor/onc... https://www.csis.org/core/assets/vendor/once/once.min.js?v=1.0.1 — 200 — 1000 B — 39 ms — h2https://www.csis.org/core/misc/drupal.js?v=10.5.9www.csis.org/core/misc/drupal.js?v=... https://www.csis.org/core/misc/drupal.js?v=10.5.9 — 200 — 7.4 KiB — 36 ms — h2https://www.csis.org/core/misc/drupal.init.js?v=10.5.9www.csis.org/core/misc/drupal.init.... https://www.csis.org/core/misc/drupal.init.js?v=10.5.9 — 200 — 810 B — 35 ms — h2https://www.csis.org/core/assets/vendor/tabbable/index.umd.min.js?v=6.2.0www.csis.org/core/assets/vendor/tab... https://www.csis.org/core/assets/vendor/tabbable/index.umd.min.js?v=6.2.0 — 200 — 2.9 KiB — 37 ms — h2https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 — 200 — 10.7 KiB — 77 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-MNGQTHwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-MNGQTH — 200 — 162.9 KiB — 159 ms — h2https://www.csis.org/modules/custom/csis_event/js/csis-event-status.js?tdlxolwww.csis.org/modules/custom/csis_ev... https://www.csis.org/modules/custom/csis_event/js/csis-event-status.js?tdlxol — 200 — 2.0 KiB — 29 ms — h2https://www.csis.org/modules/custom/csis_layout/js/scroll-utility.js?tdlxolwww.csis.org/modules/custom/csis_la... https://www.csis.org/modules/custom/csis_layout/js/scroll-utility.js?tdlxol — 200 — 1.5 KiB — 33 ms — h2https://csis-website-prod.s3.amazonaws.com/s3fs-public/styles/1400x600/s3/2023-08/On%20China_background_v4.jpg?VersionId=i4UzDRrKxhFlcmmR7ilb5fLFaZBO6UGt&h=a55a3951&itok=w569ydHvcsis-website-prod.s3.amazonaws.com/... https://csis-website-prod.s3.amazonaws.com/s3fs-public/styles/1400x600/s3/2023-08/On%20China_background_v4.jpg?VersionId=i4UzDRrKxhFlcmmR7ilb5fLFaZBO6UGt&h=a55a3951&itok=w569ydHv — 200 — 137.9 KiB — 628 ms — http/1.1https://www.csis.org/modules/custom/csis_layout/js/scrollbooster.min.js?tdlxolwww.csis.org/modules/custom/csis_la... https://www.csis.org/modules/custom/csis_layout/js/scrollbooster.min.js?tdlxol — 200 — 4.5 KiB — 31 ms — h2https://www.csis.org/core/misc/tabbingmanager.js?v=10.5.9www.csis.org/core/misc/tabbingmanag... https://www.csis.org/core/misc/tabbingmanager.js?v=10.5.9 — 200 — 4.3 KiB — 29 ms — h2https://www.csis.org/core/misc/debounce.js?v=10.5.9www.csis.org/core/misc/debounce.js?... https://www.csis.org/core/misc/debounce.js?v=10.5.9 — 200 — 955 B — 33 ms — h2https://www.csis.org/core/misc/announce.js?v=10.5.9www.csis.org/core/misc/announce.js?... https://www.csis.org/core/misc/announce.js?v=10.5.9 — 200 — 2.1 KiB — 30 ms — h2https://www.csis.org/themes/custom/ts_csis/dist/ts-csis.js?tdlxolwww.csis.org/themes/custom/ts_csis/... https://www.csis.org/themes/custom/ts_csis/dist/ts-csis.js?tdlxol — 200 — 12.9 KiB — 34 ms — h2https://www.csis.org/themes/custom/ts_csis/dist/csis-logo.f969d304.svgwww.csis.org/themes/custom/ts_csis/... https://www.csis.org/themes/custom/ts_csis/dist/csis-logo.f969d304.svg — 200 — 11.0 KiB — 39 ms — h2https://www.csis.org/themes/custom/ts_csis/dist/waveform.ffff90f3.gifwww.csis.org/themes/custom/ts_csis/... https://www.csis.org/themes/custom/ts_csis/dist/waveform.ffff90f3.gif — 200 — 18.4 KiB — 29 ms — h2https://www.csis.org/themes/custom/ts_csis/dist/print.css?tdlxolwww.csis.org/themes/custom/ts_csis/... https://www.csis.org/themes/custom/ts_csis/dist/print.css?tdlxol — 200 — 519 B — 30 ms — h2https://csis-website-prod.s3.amazonaws.com/s3fs-public/styles/768x461/s3/2026-04/GettyImages-2263711658_cropped.jpg?VersionId=hQGxR01Rohmtu3fWD1pCiegUkP_KpzpF&h=266da715&itok=GEGe05U2csis-website-prod.s3.amazonaws.com/... https://csis-website-prod.s3.amazonaws.com/s3fs-public/styles/768x461/s3/2026-04/GettyImages-2263711658_cropped.jpg?VersionId=hQGxR01Rohmtu3fWD1pCiegUkP_KpzpF&h=266da715&itok=GEGe05U2 — 200 — 51.5 KiB — 423 ms — http/1.1https://csis-website-prod.s3.amazonaws.com/s3fs-public/styles/625_x_475_4_3_focal_point_scale_crop/s3/2026-04/GettyImages-2269814337_cropped.jpg?VersionId=oKYKvd3ELIoDIVhnPGMMe5LI7cVZ37uF&h=266da715&itok=_LpTtjwIcsis-website-prod.s3.amazonaws.com/... https://csis-website-prod.s3.amazonaws.com/s3fs-public/styles/625_x_475_4_3_focal_point_scale_crop/s3/2026-04/GettyImages-2269814337_cropped.jpg?VersionId=oKYKvd3ELIoDIVhnPGMMe5LI7cVZ37uF&h=266da715&itok=_LpTtjwI — 200 — 61.1 KiB — 466 ms — http/1.1https://csis-website-prod.s3.amazonaws.com/s3fs-public/styles/275_x_275/s3/2026-04/GettyImages-1157183726_cropped.jpg?VersionId=rPDEQZiIPY4A3ou1l7WHoGY.iDRKtDXx&h=266da715&itok=62hut-Z7csis-website-prod.s3.amazonaws.com/... https://csis-website-prod.s3.amazonaws.com/s3fs-public/styles/275_x_275/s3/2026-04/GettyImages-1157183726_cropped.jpg?VersionId=rPDEQZiIPY4A3ou1l7WHoGY.iDRKtDXx&h=266da715&itok=62hut-Z7 — 200 — 10.5 KiB — 341 ms — http/1.1https://csis-website-prod.s3.amazonaws.com/s3fs-public/styles/275_x_275/s3/2026-04/GettyImages-2269727322_cropped.jpg?VersionId=wrlEKwJwO4iWF25P7BrvfTdhaOqqS8xA&h=47ea0187&itok=sgRVv7epcsis-website-prod.s3.amazonaws.com/... https://csis-website-prod.s3.amazonaws.com/s3fs-public/styles/275_x_275/s3/2026-04/GettyImages-2269727322_cropped.jpg?VersionId=wrlEKwJwO4iWF25P7BrvfTdhaOqqS8xA&h=47ea0187&itok=sgRVv7ep — 200 — 12.9 KiB — 494 ms — http/1.1https://csis-website-prod.s3.amazonaws.com/s3fs-public/styles/275_x_275/s3/2026-04/GettyImages-2268984515_cropped.jpg?VersionId=FiGHls4M4oyvZRzvMyiOv6ogDSLIgmwU&h=266da715&itok=IacgV7Gpcsis-website-prod.s3.amazonaws.com/... https://csis-website-prod.s3.amazonaws.com/s3fs-public/styles/275_x_275/s3/2026-04/GettyImages-2268984515_cropped.jpg?VersionId=FiGHls4M4oyvZRzvMyiOv6ogDSLIgmwU&h=266da715&itok=IacgV7Gp — 200 — 21.7 KiB — 559 ms — http/1.1https://img.youtube.com/vi/BvYvwj6ygjk/maxresdefault.jpgimg.youtube.com/vi/BvYvwj6ygjk/maxr... https://img.youtube.com/vi/BvYvwj6ygjk/maxresdefault.jpg — 200 — 93.5 KiB — 128 ms — h2https://img.youtube.com/vi/DmXUeGeoKb4/maxresdefault.jpgimg.youtube.com/vi/DmXUeGeoKb4/maxr... https://img.youtube.com/vi/DmXUeGeoKb4/maxresdefault.jpg — 200 — 137.8 KiB — 154 ms — h2https://img.youtube.com/vi/Vj9Ss3qpi0E/maxresdefault.jpgimg.youtube.com/vi/Vj9Ss3qpi0E/maxr... https://img.youtube.com/vi/Vj9Ss3qpi0E/maxresdefault.jpg — 200 — 95.5 KiB — 173 ms — h2https://use.typekit.net/af/eaa3cc/00000000000000007735dfd6/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n7&v=3use.typekit.net/af/eaa3cc/000000000... https://use.typekit.net/af/eaa3cc/00000000000000007735dfd6/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n7&v=3 — 200 — 17.3 KiB — 30 ms — h2https://use.typekit.net/af/34df33/00000000000000007735dfd0/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n4&v=3use.typekit.net/af/34df33/000000000... https://use.typekit.net/af/34df33/00000000000000007735dfd0/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n4&v=3 — 200 — 16.9 KiB — 31 ms — h2https://www.csis.org/themes/custom/ts_csis/dist/PublicoHeadline-Bold-Web.4f7a1a3f.woff2www.csis.org/themes/custom/ts_csis/... https://www.csis.org/themes/custom/ts_csis/dist/PublicoHeadline-Bold-Web.4f7a1a3f.woff2 — 200 — 44.5 KiB — 32 ms — h2https://www.csis.org/themes/custom/ts_csis/dist/PublicoHeadline-Extrabold-Web.873f05cc.woff2www.csis.org/themes/custom/ts_csis/... https://www.csis.org/themes/custom/ts_csis/dist/PublicoHeadline-Extrabold-Web.873f05cc.woff2 — 200 — 36.4 KiB — 33 ms — h2https://www.csis.org/themes/custom/ts_csis/dist/PublicoText-Roman-Web.1d060a37.woff2www.csis.org/themes/custom/ts_csis/... https://www.csis.org/themes/custom/ts_csis/dist/PublicoText-Roman-Web.1d060a37.woff2 — 200 — 51.7 KiB — 38 ms — h2https://www.csis.org/themes/custom/ts_csis/dist/PublicoHeadline-Medium-Web.935a1359.woff2www.csis.org/themes/custom/ts_csis/... https://www.csis.org/themes/custom/ts_csis/dist/PublicoHeadline-Medium-Web.935a1359.woff2 — 200 — 38.1 KiB — 40 ms — h2https://csis-website-prod.s3.amazonaws.com/s3fs-public/styles/768x461/s3/2026-04/GettyImages-2258927721_cropped.jpg?VersionId=mDgGg.lA6jdXzJg0FNJw4oRq0ZKDecVL&h=266da715&itok=Cd8MDN5lcsis-website-prod.s3.amazonaws.com/... https://csis-website-prod.s3.amazonaws.com/s3fs-public/styles/768x461/s3/2026-04/GettyImages-2258927721_cropped.jpg?VersionId=mDgGg.lA6jdXzJg0FNJw4oRq0ZKDecVL&h=266da715&itok=Cd8MDN5l — 200 — 75.6 KiB — 424 ms — http/1.1https://csis-website-prod.s3.amazonaws.com/s3fs-public/styles/768x461/s3/2026-04/260417_AP_Sudan_War.png?VersionId=vb0Mme2HeaiTrEzm402E3Jo330.Bl5FN&h=266da715&itok=GiZW0bkNcsis-website-prod.s3.amazonaws.com/... https://csis-website-prod.s3.amazonaws.com/s3fs-public/styles/768x461/s3/2026-04/260417_AP_Sudan_War.png?VersionId=vb0Mme2HeaiTrEzm402E3Jo330.Bl5FN&h=266da715&itok=GiZW0bkN — 200 — 157.1 KiB — 467 ms — http/1.1https://img.youtube.com/vi/9noSNT15Xn8/maxresdefault.jpgimg.youtube.com/vi/9noSNT15Xn8/maxr... https://img.youtube.com/vi/9noSNT15Xn8/maxresdefault.jpg — 200 — 88.9 KiB — 134 ms — h2https://img.youtube.com/vi/Ilpq-g3a3cg/maxresdefault.jpgimg.youtube.com/vi/Ilpq-g3a3cg/maxr... https://img.youtube.com/vi/Ilpq-g3a3cg/maxresdefault.jpg — 200 — 94.0 KiB — 135 ms — h2https://cdn.jsdelivr.net/npm/c2pa@0.14.4/+esmcdn.jsdelivr.net/npm/c2pa@0.14.4/+e... https://cdn.jsdelivr.net/npm/c2pa@0.14.4/+esm — 200 — 78.7 KiB — 24 ms — h2https://cdn.jsdelivr.net/npm/c2pa-wc@0.10.15/+esmcdn.jsdelivr.net/npm/c2pa-wc@0.10.1... https://cdn.jsdelivr.net/npm/c2pa-wc@0.10.15/+esm — 200 — 60.5 KiB — 26 ms — h2https://www.googletagmanager.com/gtag/js?id=G-0S87RLF4Y6&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-0S87RLF4Y6&cx=c&gtm=4e64h1 — 200 — 174.8 KiB — 52 ms — h2https://snap.licdn.com/li.lms-analytics/insight.min.jssnap.licdn.com/li.lms-analytics/ins... https://snap.licdn.com/li.lms-analytics/insight.min.js — 200 — 18.7 KiB — 36 ms — h2https://www.google.com/ccm/collect?rcb=16&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.csis.org%2F&scrsrc=www.googletagmanager.com&rnd=315035252.1776806791&dt=CSIS%20%7C%20Center%20for%20Strategic%20and%20International%20Studies&auid=1386516590.1776806791&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64h1v72160379za200zd72160379xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938468~117266401&apve=1&apvf=f&apvc=1&tft=1776806791431&tfd=532www.google.com/ccm/collect?rcb=16&f... https://www.google.com/ccm/collect?rcb=16&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.csis.org%2F&scrsrc=www.googletagmanager.com&rnd=315035252.1776806791&dt=CSIS%20%7C%20Center%20for%20Strategic%20and%20International%20Studies&auid=1386516590.1776806791&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64h1v72160379za200zd72160379xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938468~117266401&apve=1&apvf=f&apvc=1&tft=1776806791431&tfd=532 — 200 — 21 B — 172 ms — h3https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 98 ms — h2https://w.soundcloud.com/player/api.jsw.soundcloud.com/player/api.js https://w.soundcloud.com/player/api.js — 200 — 3.7 KiB — 21 ms — h2https://www.csis.org/themes/custom/ts_csis/dist/audio-gtm-tracker.bcef1c78.jswww.csis.org/themes/custom/ts_csis/... https://www.csis.org/themes/custom/ts_csis/dist/audio-gtm-tracker.bcef1c78.js — 200 — 1.1 KiB — 33 ms — h2https://www.csis.org/themes/custom/ts_csis/dist/audio-player.52f6941d.jswww.csis.org/themes/custom/ts_csis/... https://www.csis.org/themes/custom/ts_csis/dist/audio-player.52f6941d.js — 200 — 11.8 KiB — 30 ms — h2https://www.csis.org/themes/custom/ts_csis/dist/audio-player.9d7fc280.jswww.csis.org/themes/custom/ts_csis/... https://www.csis.org/themes/custom/ts_csis/dist/audio-player.9d7fc280.js — 200 — 3.0 KiB — 28 ms — h2https://www.csis.org/themes/custom/ts_csis/dist/audio-player.206e771d.jswww.csis.org/themes/custom/ts_csis/... https://www.csis.org/themes/custom/ts_csis/dist/audio-player.206e771d.js — 200 — 2.4 KiB — 32 ms — h2https://www.csis.org/themes/custom/ts_csis/dist/video-modal.29fa21e4.jswww.csis.org/themes/custom/ts_csis/... https://www.csis.org/themes/custom/ts_csis/dist/video-modal.29fa21e4.js — 200 — 2.2 KiB — 34 ms — h2https://www.csis.org/themes/custom/ts_csis/dist/carousel-video-modal.74188f7f.csswww.csis.org/themes/custom/ts_csis/... https://www.csis.org/themes/custom/ts_csis/dist/carousel-video-modal.74188f7f.css — 200 — 2.7 KiB — 37 ms — h2https://cdn.jsdelivr.net/npm/c2pa@0.14.4/dist/c2pa.worker.min.jscdn.jsdelivr.net/npm/c2pa@0.14.4/di... https://cdn.jsdelivr.net/npm/c2pa@0.14.4/dist/c2pa.worker.min.js — 200 — 5.2 KiB — 6 ms — h2https://www.csis.org/themes/custom/ts_csis/dist/department-hero.90a658d6.jswww.csis.org/themes/custom/ts_csis/... https://www.csis.org/themes/custom/ts_csis/dist/department-hero.90a658d6.js — 200 — 31.0 KiB — 48 ms — h2https://www.csis.org/themes/custom/ts_csis/dist/menu-accordion.9c906d7a.jswww.csis.org/themes/custom/ts_csis/... https://www.csis.org/themes/custom/ts_csis/dist/menu-accordion.9c906d7a.js — 200 — 862 B — 42 ms — h2https://www.csis.org/themes/custom/ts_csis/dist/carousel-video-modal.1e1a48ab.jswww.csis.org/themes/custom/ts_csis/... https://www.csis.org/themes/custom/ts_csis/dist/carousel-video-modal.1e1a48ab.js — 200 — 27.5 KiB — 53 ms — h2https://www.csis.org/themes/custom/ts_csis/dist/carousel-video-modal.c549fcb4.jswww.csis.org/themes/custom/ts_csis/... https://www.csis.org/themes/custom/ts_csis/dist/carousel-video-modal.c549fcb4.js — 200 — 889 B — 44 ms — h2https://www.csis.org/themes/custom/ts_csis/dist/two-up-carousel.55aa3e3e.jswww.csis.org/themes/custom/ts_csis/... https://www.csis.org/themes/custom/ts_csis/dist/two-up-carousel.55aa3e3e.js — 200 — 3.8 KiB — 34 ms — h2https://www.csis.org/themes/custom/ts_csis/dist/two-up-carousel.7076370b.jswww.csis.org/themes/custom/ts_csis/... https://www.csis.org/themes/custom/ts_csis/dist/two-up-carousel.7076370b.js — 200 — 1.2 KiB — 48 ms — h2https://www.youtube.com/iframe_apiwww.youtube.com/iframe_api https://www.youtube.com/iframe_api — 200 — 3.5 KiB — 99 ms — h2https://csis-website-prod.s3.amazonaws.com/s3fs-public/styles/768x461/s3/2025-02/250211_Betting_America_Banner.png?VersionId=nQ_RFhISgF4IUKdgVwH40h.A5q95JJvD&h=c66d06c9&itok=8LK6dwwpcsis-website-prod.s3.amazonaws.com/... https://csis-website-prod.s3.amazonaws.com/s3fs-public/styles/768x461/s3/2025-02/250211_Betting_America_Banner.png?VersionId=nQ_RFhISgF4IUKdgVwH40h.A5q95JJvD&h=c66d06c9&itok=8LK6dwwp — 200 — 262.7 KiB — 342 ms — http/1.1https://csis-website-prod.s3.amazonaws.com/s3fs-public/styles/768x461/s3/2026-04/GettyImages-2214538233_cropped.jpg?VersionId=KSCNFM8kIIy60qfqxvV0dC5biPoKPC_Q&h=266da715&itok=UzEWIBfucsis-website-prod.s3.amazonaws.com/... https://csis-website-prod.s3.amazonaws.com/s3fs-public/styles/768x461/s3/2026-04/GettyImages-2214538233_cropped.jpg?VersionId=KSCNFM8kIIy60qfqxvV0dC5biPoKPC_Q&h=266da715&itok=UzEWIBfu — 200 — 73.6 KiB — 221 ms — http/1.1https://cdn.jsdelivr.net/npm/c2pa@0.14.4/dist/assets/wasm/toolkit_bg.wasmcdn.jsdelivr.net/npm/c2pa@0.14.4/di... https://cdn.jsdelivr.net/npm/c2pa@0.14.4/dist/assets/wasm/toolkit_bg.wasm — 200 — 451.1 KiB — 25 ms — h3https://csis-website-prod.s3.amazonaws.com/s3fs-public/styles/768x461/s3/2026-03/260311_WebBanner_PressRelease_JosephDunford_updated2.jpg?VersionId=uyVj99FxphJsWyhz7CLfbG8GMY5Sgonh&h=266da715&itok=2jsMIGMNcsis-website-prod.s3.amazonaws.com/... https://csis-website-prod.s3.amazonaws.com/s3fs-public/styles/768x461/s3/2026-03/260311_WebBanner_PressRelease_JosephDunford_updated2.jpg?VersionId=uyVj99FxphJsWyhz7CLfbG8GMY5Sgonh&h=266da715&itok=2jsMIGMN — 200 — 41.3 KiB — 228 ms — http/1.1https://csis-website-prod.s3.amazonaws.com/s3fs-public/styles/380x228/s3/2025-05/GettyImages-853699560_Crop1.jpg?VersionId=eGUloVnZ3zB_12Km_SO1pbDZj.4zO.qa&h=266da715&itok=_LagA8rFcsis-website-prod.s3.amazonaws.com/... https://csis-website-prod.s3.amazonaws.com/s3fs-public/styles/380x228/s3/2025-05/GettyImages-853699560_Crop1.jpg?VersionId=eGUloVnZ3zB_12Km_SO1pbDZj.4zO.qa&h=266da715&itok=_LagA8rF — 200 — 38.1 KiB — 148 ms — http/1.1https://traffic.megaphone.fm/CSIS1911647935.mp3?updated=1776804175traffic.megaphone.fm/CSIS1911647935... https://traffic.megaphone.fm/CSIS1911647935.mp3?updated=1776804175 — 302 — 505 B — 246 ms — h2https://csis-website-prod.s3.amazonaws.com/s3fs-public/styles/380x228/s3/2025-05/AdobeStock_111167891_Crop1.jpg?VersionId=2_gys0l8.c_65GHJmV3XGN0bd.ovMZrd&h=266da715&itok=asAISUNKcsis-website-prod.s3.amazonaws.com/... https://csis-website-prod.s3.amazonaws.com/s3fs-public/styles/380x228/s3/2025-05/AdobeStock_111167891_Crop1.jpg?VersionId=2_gys0l8.c_65GHJmV3XGN0bd.ovMZrd&h=266da715&itok=asAISUNK — 200 — 26.1 KiB — 136 ms — http/1.1https://csis-website-prod.s3.amazonaws.com/s3fs-public/styles/380x228/s3/2025-05/GettyImages-108672008_Crop1.jpg?VersionId=iWQ8oPpQyY_PQ6G2CFXMXJgGGYciH5OC&h=266da715&itok=oMgbRVvMcsis-website-prod.s3.amazonaws.com/... https://csis-website-prod.s3.amazonaws.com/s3fs-public/styles/380x228/s3/2025-05/GettyImages-108672008_Crop1.jpg?VersionId=iWQ8oPpQyY_PQ6G2CFXMXJgGGYciH5OC&h=266da715&itok=oMgbRVvM — 200 — 28.2 KiB — 125 ms — http/1.1blob:https://www.csis.org/261f0967-5884-4b97-a9dd-2e4adcc2c7cawww.csis.org/261f0967-5884-4b97-a9d... blob:https://www.csis.org/261f0967-5884-4b97-a9dd-2e4adcc2c7ca — 200 — -1 B — 41 ms — blobhttps://px.ads.linkedin.com/wa/?medium=fetch&fmt=gpx.ads.linkedin.com/wa/?medium=fetc... https://px.ads.linkedin.com/wa/?medium=fetch&fmt=g — 204 — 430 B — 257 ms — h2https://px.ads.linkedin.com/attribution_trigger?pid=6125426%2C6095810&time=1776806791820&url=https%3A%2F%2Fwww.csis.org%2F&tm=gtmv2px.ads.linkedin.com/attribution_tri... https://px.ads.linkedin.com/attribution_trigger?pid=6125426%2C6095810&time=1776806791820&url=https%3A%2F%2Fwww.csis.org%2F&tm=gtmv2 — 200 — 839 B — 207 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=6125426%2C6095810&time=1776806791820&url=https%3A%2F%2Fwww.csis.org%2F&tm=gtmv2px.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=6125426%2C6095810&time=1776806791820&url=https%3A%2F%2Fwww.csis.org%2F&tm=gtmv2 — 302 — 724 B — 235 ms — h2https://px.ads.linkedin.com/attribution_trigger?pid=6125426%2C6095810&time=1776806791847&url=https%3A%2F%2Fwww.csis.org%2F&tm=gtmv2px.ads.linkedin.com/attribution_tri... https://px.ads.linkedin.com/attribution_trigger?pid=6125426%2C6095810&time=1776806791847&url=https%3A%2F%2Fwww.csis.org%2F&tm=gtmv2 — 200 — 646 B — 219 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=6125426%2C6095810&time=1776806791847&url=https%3A%2F%2Fwww.csis.org%2F&tm=gtmv2px.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=6125426%2C6095810&time=1776806791847&url=https%3A%2F%2Fwww.csis.org%2F&tm=gtmv2 — 302 — 838 B — 142 ms — h2https://csis-website-prod.s3.amazonaws.com/s3fs-public/styles/380x228/s3/2025-05/GettyImages-1135368959_Crop1.jpg?VersionId=YF.WYhaACxd1Uw340XU3sYWutlR3yqEa&h=266da715&itok=7X5XceHRcsis-website-prod.s3.amazonaws.com/... https://csis-website-prod.s3.amazonaws.com/s3fs-public/styles/380x228/s3/2025-05/GettyImages-1135368959_Crop1.jpg?VersionId=YF.WYhaACxd1Uw340XU3sYWutlR3yqEa&h=266da715&itok=7X5XceHR — 200 — 34.0 KiB — 151 ms — http/1.1https://csis-website-prod.s3.amazonaws.com/s3fs-public/styles/large/s3/2023-08/OnChina_Logo_v3.png?VersionId=1LZjMl.Q9Ed9TKdM9khmStwqaRGtdn4W&itok=SQoR15jocsis-website-prod.s3.amazonaws.com/... https://csis-website-prod.s3.amazonaws.com/s3fs-public/styles/large/s3/2023-08/OnChina_Logo_v3.png?VersionId=1LZjMl.Q9Ed9TKdM9khmStwqaRGtdn4W&itok=SQoR15jo — 200 — 9.3 KiB — 132 ms — http/1.1https://region1.analytics.google.com/g/collect?v=2&tid=G-0S87RLF4Y6&gtm=45je64h1v892418532z872160379za20gzb72160379zd72160379&_p=1776806791116&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=1416261207.1776806792&frm=0&pscdl=noapi&rcb=1&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938466~115938469~117266401~117884344&sid=1776806791&sct=1&seg=0&dl=https%3A%2F%2Fwww.csis.org%2F&dt=CSIS%20%7C%20Center%20for%20Strategic%20and%20International%20Studies&en=page_view&_fv=2&_nsi=1&_ss=2&_c=1&tfd=1040region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-0S87RLF4Y6&gtm=45je64h1v892418532z872160379za20gzb72160379zd72160379&_p=1776806791116&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=1416261207.1776806792&frm=0&pscdl=noapi&rcb=1&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938466~115938469~117266401~117884344&sid=1776806791&sct=1&seg=0&dl=https%3A%2F%2Fwww.csis.org%2F&dt=CSIS%20%7C%20Center%20for%20Strategic%20and%20International%20Studies&en=page_view&_fv=2&_nsi=1&_ss=2&_c=1&tfd=1040 — 204 — 547 B — 80 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0S87RLF4Y6&cid=1416261207.1776806792&gtm=45je64h1v892418532z872160379za20gzb72160379zd72160379&rcb=1&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938466~115938469~117266401~117884344stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0S87RLF4Y6&cid=1416261207.1776806792&gtm=45je64h1v892418532z872160379za20gzb72160379zd72160379&rcb=1&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938466~115938469~117266401~117884344 — 204 — 547 B — 71 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-0S87RLF4Y6&cid=1416261207.1776806792&gtm=45je64h1v892418532z872160379za20gzb72160379zd72160379&rcb=1&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938466~115938469~117266401~117884344&z=1823655234www.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-0S87RLF4Y6&cid=1416261207.1776806792&gtm=45je64h1v892418532z872160379za20gzb72160379zd72160379&rcb=1&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938466~115938469~117266401~117884344&z=1823655234 — 200 — 408 B — 78 ms — h2https://www.google-analytics.com/j/collect?v=1&_v=j102&a=964534746&t=pageview&_s=1&dl=https%3A%2F%2Fwww.csis.org%2F&ul=en-us&dt=CSIS%20%7C%20Center%20for%20Strategic%20and%20International%20Studies&sr=800x600&vp=1350x940&_u=YADAAAABAAAAAC~&jid=917535469&gjid=1892357415&cid=1416261207.1776806792&tid=UA-3677440-1&_gid=529657899.1776806792&_r=1&_slc=1&gtm=45He64h1n71MNGQTHv72160379za200zd72160379&cd1=null&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938468~117266401&npa=1&z=117952711www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&a=964534746&t=pageview&_s=1&dl=https%3A%2F%2Fwww.csis.org%2F&ul=en-us&dt=CSIS%20%7C%20Center%20for%20Strategic%20and%20International%20Studies&sr=800x600&vp=1350x940&_u=YADAAAABAAAAAC~&jid=917535469&gjid=1892357415&cid=1416261207.1776806792&tid=UA-3677440-1&_gid=529657899.1776806792&_r=1&_slc=1&gtm=45He64h1n71MNGQTHv72160379za200zd72160379&cd1=null&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938468~117266401&npa=1&z=117952711 — 200 — 450 B — 26 ms — h2https://www.youtube.com/s/player/218d9d92/www-widgetapi.vflset/www-widgetapi.jswww.youtube.com/s/player/218d9d92/w... https://www.youtube.com/s/player/218d9d92/www-widgetapi.vflset/www-widgetapi.js — 200 — 10.6 KiB — 30 ms — h2https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=6125426%2C6095810&time=1776806791847&url=https%3A%2F%2Fwww.csis.org%2F&tm=gtmv2&e_ipv6=AQLOwVAiG93qNgAAAZ2x8AsJDFU4NB5w43q4GPRlJHfbfyrMquJLviUEO15wy4BNRV1HC1rqhimjpx4.ads.linkedin.com/collect?v=2&fm... https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=6125426%2C6095810&time=1776806791847&url=https%3A%2F%2Fwww.csis.org%2F&tm=gtmv2&e_ipv6=AQLOwVAiG93qNgAAAZ2x8AsJDFU4NB5w43q4GPRlJHfbfyrMquJLviUEO15wy4BNRV1HC1rqhimj — 200 — 692 B — 196 ms — h2https://dcs-spotify.megaphone.fm/CSIS1911647935.mp3?key=640fa0a2eae04cbc8d3c7b0b4c4dba74&request_event_id=0797e03f-b206-4fc9-beb2-74b12861a090&session_id=0797e03f-b206-4fc9-beb2-74b12861a090&timetoken=1776813991_18B89DDBE35FE51FF1D89D2C64EBE898dcs-spotify.megaphone.fm/CSIS191164... https://dcs-spotify.megaphone.fm/CSIS1911647935.mp3?key=640fa0a2eae04cbc8d3c7b0b4c4dba74&request_event_id=0797e03f-b206-4fc9-beb2-74b12861a090&session_id=0797e03f-b206-4fc9-beb2-74b12861a090&timetoken=1776813991_18B89DDBE35FE51FF1D89D2C64EBE898 — 206 — 4.6 MiB — 16 ms — h2https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=6125426%2C6095810&time=1776806791820&url=https%3A%2F%2Fwww.csis.org%2F&tm=gtmv2&e_ipv6=AQJeniNIzRIgRAAAAZ2x8AsmspC0Tv8DmhQXa3hIRRssDywnflSdwLz4aNwa0SrCxfCi5ayLfhtGpx4.ads.linkedin.com/collect?v=2&fm... https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=6125426%2C6095810&time=1776806791820&url=https%3A%2F%2Fwww.csis.org%2F&tm=gtmv2&e_ipv6=AQJeniNIzRIgRAAAAZ2x8AsmspC0Tv8DmhQXa3hIRRssDywnflSdwLz4aNwa0SrCxfCi5ayLfhtG — 200 — 568 B — 185 ms — h2https://www.googletagmanager.com/gtag/js?id=G-PSYVZP8TWD&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-PSYVZP8TWD&cx=c&gtm=4e64h1 — 200 — 152.1 KiB — 79 ms — h3https://www.csis.org/cdn-cgi/rum?www.csis.org/cdn-cgi/rum? https://www.csis.org/cdn-cgi/rum? — 204 — 170 B — 22 ms — h2https://region1.analytics.google.com/g/collect?v=2&tid=G-0S87RLF4Y6&gtm=45je64h1v892418532z872160379za20gzb72160379zd72160379&_p=1776806791116&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGQ&are=1&cid=1416261207.1776806792&frm=0&pscdl=noapi&rcb=1&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=2&tag_exp=0~115616986~115938466~115938469~117266401~117884344&dp=%2F&sid=1776806791&sct=1&seg=0&dl=https%3A%2F%2Fwww.csis.org%2F&dt=CSIS%20%7C%20Center%20for%20Strategic%20and%20International%20Studies&en=page_view_meta&ep.page_url=https%3A%2F%2Fwww.csis.org%2F&ep.content_type=page&ep.month_published=&ep.date_published=&ep.parent_related=&epn.event_id=548954615&ep.year_published=&ep.page_type=Landing%20Page&_et=10&tfd=1368region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-0S87RLF4Y6&gtm=45je64h1v892418532z872160379za20gzb72160379zd72160379&_p=1776806791116&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGQ&are=1&cid=1416261207.1776806792&frm=0&pscdl=noapi&rcb=1&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=2&tag_exp=0~115616986~115938466~115938469~117266401~117884344&dp=%2F&sid=1776806791&sct=1&seg=0&dl=https%3A%2F%2Fwww.csis.org%2F&dt=CSIS%20%7C%20Center%20for%20Strategic%20and%20International%20Studies&en=page_view_meta&ep.page_url=https%3A%2F%2Fwww.csis.org%2F&ep.content_type=page&ep.month_published=&ep.date_published=&ep.parent_related=&epn.event_id=548954615&ep.year_published=&ep.page_type=Landing%20Page&_et=10&tfd=1368 — 204 — 48 B — 25 ms — h2https://region1.analytics.google.com/g/collect?v=2&tid=G-0S87RLF4Y6&gtm=45je64h1v892418532z872160379za20gzb72160379zd72160379&_p=1776806791116&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGQ&are=1&cid=1416261207.1776806792&frm=0&pscdl=noapi&rcb=1&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=3&tag_exp=0~115616986~115938466~115938469~117266401~117884344&sid=1776806791&sct=1&seg=0&dl=https%3A%2F%2Fwww.csis.org%2F&dt=CSIS%20%7C%20Center%20for%20Strategic%20and%20International%20Studies&en=scroll_depth&_c=1&epn.percent_scrolled=10&_et=314&tfd=1369region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-0S87RLF4Y6&gtm=45je64h1v892418532z872160379za20gzb72160379zd72160379&_p=1776806791116&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGQ&are=1&cid=1416261207.1776806792&frm=0&pscdl=noapi&rcb=1&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=3&tag_exp=0~115616986~115938466~115938469~117266401~117884344&sid=1776806791&sct=1&seg=0&dl=https%3A%2F%2Fwww.csis.org%2F&dt=CSIS%20%7C%20Center%20for%20Strategic%20and%20International%20Studies&en=scroll_depth&_c=1&epn.percent_scrolled=10&_et=314&tfd=1369 — 204 — 48 B — 25 ms — h2https://www.csis.org/themes/custom/ts_csis/assets/favicon.icowww.csis.org/themes/custom/ts_csis/... https://www.csis.org/themes/custom/ts_csis/assets/favicon.ico — 200 — 746 B — 29 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-PSYVZP8TWD&gtm=45je64h1v892418592z872160379za20gzb72160379zd72160379&_p=1776806791116&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1416261207.1776806792&frm=0&pscdl=noapi&rcb=4&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938466~115938469~117266400&sid=1776806792&sct=1&seg=0&dl=https%3A%2F%2Fwww.csis.org%2F&dt=CSIS%20%7C%20Center%20for%20Strategic%20and%20International%20Studies&en=page_view&_fv=1&_ss=1&ep.content_type=page&ep.page_type=Landing%20Page&ep.parent_related=&ep.person_related=&ep.program_related=&ep.region_related=&ep.topic_related=&ep.content_group=page&tfd=1500region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-PSYVZP8TWD&gtm=45je64h1v892418592z872160379za20gzb72160379zd72160379&_p=1776806791116&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1416261207.1776806792&frm=0&pscdl=noapi&rcb=4&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938466~115938469~117266400&sid=1776806792&sct=1&seg=0&dl=https%3A%2F%2Fwww.csis.org%2F&dt=CSIS%20%7C%20Center%20for%20Strategic%20and%20International%20Studies&en=page_view&_fv=1&_ss=1&ep.content_type=page&ep.page_type=Landing%20Page&ep.parent_related=&ep.person_related=&ep.program_related=&ep.region_related=&ep.topic_related=&ep.content_group=page&tfd=1500 — 204 — 290 B — 26 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 913ms · 570KB · €10/mo
www.csis.org
Other
Costly
Execution 281ms
Transfer 37 KB
Monthly Cost €3/mo
Unattributable
Other
Costly
Execution 228ms
Transfer 0 KB
Monthly Cost €2/mo
Google Tag Manager
Tag Manager
Optional
Execution 117ms
Transfer 163 KB
Unused 40%
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 103ms
Transfer 175 KB
Unused 40%
Monthly Cost €1/mo
www.csis.org
Other
Optional
Execution 76ms
Transfer 12 KB
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 57ms
Transfer 152 KB
Unused 43%
Monthly Cost €1/mo
www.csis.org
Other
Optional
Execution 51ms
Transfer 31 KB
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • www.csis.org adds 281ms and costs ~€3/month
  • Unattributable 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.csis.org takes 281ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

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

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