Skip to content
https://cgtn.com

Performance

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

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

63
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
77
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
96
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
77
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.

2.11 s

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

5.69 s

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

24 ms

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

0.012

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

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

5.74 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
15
5 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
40.3 MB transferred, 169 requests
FIX
40.3 MB transferred, 169 requests
Critical::
Page weighs 42.6 MB (40.3 MB transferred)
Warning::
Images are 38.4 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 38.4 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 545 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 545 KB
Warning::
169 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 8.5 g CO2 per page load
40.3 MB / 2.4 MB budget
40.3 MB transferred
169 requests
8.5 g CO2 per page load
Images 38.4 MiB 95%
JavaScript 865.2 KiB 2%
Fonts 545.3 KiB 1%
HTML 388.4 KiB 1%
CSS 57.0 KiB 0%
Other 45.3 KiB 0%
Other 2.2 KiB 0%
Other 547 B 0%
Other 0 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 (40.3 MiB of 40.3 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Bundles
Action
20 scripts, 430 KB unused
FIX
20 scripts, 430 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-Q2N7...: 114 KB unused (67%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-Q2N7...: 69 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googleoptimize.com/optimize.js?id=OPT-...: 65 KB unused (60%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-KWD...: 62 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://ui.cgtn.com/static/ng/resource/vendor/jwpl...: 51 KB unused (84%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 430 KB
430 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-Q2N7DKTSVJ&cx=c&gtm=4e64h1170 KB114 KB (67%)3rd
https://www.googletagmanager.com/gtag/js?id=G-Q2N7DKTSVJ170 KB69 KB (41%)3rd
https://www.googleoptimize.com/optimize.js?id=OPT-T2F4KMW109 KB65 KB (60%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-KWDZVQ2125 KB62 KB (49%)3rd
https://ui.cgtn.com/static/ng/resource/vendor/jwplayer/jwplayer.js61 KB51 KB (84%)3rd
https://ui.cgtn.com/static/ng/resource/website/js/ng-home-v4-4.2.2.js?t=2021052152 KB39 KB (76%)3rd
https://script.crazyegg.com/pages/versioned/common-scripts/4ce8c7df8d425cc50464576824ed91eb.js55 KB30 KB (54%)3rd
https://ui.cgtn.com/static/ng/resource/vendor/lazysizes.min.js4 KB3rd
https://global-ui.cgtn.com/static/public/web_share/js/location.js1 KB3rd
https://ui.cgtn.com/static/ng/resource/vendor/slick/slick.min.js10 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
169 resources · 40.3 MB · 430 KB savings available
FIX
169 resources · 40.3 MB · 430 KB savings available
Warning::
Page weight 39.3 MB over 1MB target
Got: 40.3 MB Expected: ≤ 1 MB
Info::
~430 KB of savings available
Warning::
168 third-party resources (100% of weight)
Info::
31 resources over 200KB
169 resources · 40.3 MiB · 168 third-party 39.3 MiB over 1MB target
Image 95% · 38.5 MiB
JavaScript 2% · 865.2 KiB
Font 1% · 545.3 KiB
Document 1% · 388.6 KiB
CSS 0% · 57.0 KiB
Other 0% · 2.7 KiB

~430.0 KiB of savings available

Remove unused JavaScript: 430.0 KiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

C
Image Optimization
Action
123 images, 0 KB saveable
REVIEW
123 images, 0 KB saveable
Warning::
https://video.cgtn.com/news/2026-04-21/China-adher... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://news.cgtn.com/news/2026-04-20/Live-Hop-on-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://news.cgtn.com/news/2026-04-21/Chinese-Pres... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://news.cgtn.com/news/2026-04-21/China-firmly... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://video.cgtn.com/news/2026-04-21/Reuniting-f... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://news.cgtn.com/news/2026-04-21/China-s-5G-b... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://news.cgtn.com/news/2026-04-21/Fareed-Zakar... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://news.cgtn.com/news/2026-04-21/Live-The-13t... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://news.cgtn.com/news/2026-04-21/CGTN-Poll-Ov... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://news.cgtn.com/news/2026-04-21/Chinese-desi... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://news.cgtn.com/news/2026-04-21/Live-Immerse... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://news.cgtn.com/news/2026-04-21/Belgium-slam... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://video.cgtn.com/news/2026-04-21/Beyond-ACG-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://news.cgtn.com/news/2026-04-21/Two-teens-ki... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://video.cgtn.com/news/2026-04-21/Unhealed-Wo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://news.cgtn.com/news/2026-04-21/Greater-Bay-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://news.cgtn.com/news/2026-04-21/Xi-Jinping-s... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://video.cgtn.com/news/2026-04-21/CGTN-anchor... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://video.cgtn.com/news/2026-04-21/Technology-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://video.cgtn.com/news/2026-04-21/Report-stre... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://news.cgtn.com/news/2026-04-21/US-tariff-re... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://news.cgtn.com/news/2026-04-21/Live-US-Iran... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://news.cgtn.com/news/2026-04-21/Global-secur... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
123 images 38.4 MB
0 oversized -0 KB
122 legacy format
23 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

B
JS Execution Cost
849ms total JS execution
REVIEW
849ms total JS execution
Info::
Unattributable: 245ms CPU time
Info::
https://www.cgtn.com/: 239ms CPU time
Info::
https://ui.cgtn.com/static/ng/resource/vendor/jque...: 204ms CPU time
Info::
https://script.crazyegg.com/pages/versioned/common...: 92ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-Q2N7...: 69ms CPU time
Warning::
Third-party scripts: 849ms (100% of total)

Main Thread Breakdown

Script Evaluation 35% Other 28% Style & Layout 23% Script Parsing & Compilation 6% Rendering 4%
ScriptTotalScriptingParse/CompileParty
Unattributable245ms1ms0ms3rd
https://www.cgtn.com/239ms2ms1ms3rd
https://ui.cgtn.com/static/ng/resource/vendor/jquery.min.js204ms119ms2ms3rd
https://script.crazyegg.com/pages/versioned/common-scripts/4ce8c7df8d425cc50464576824ed91eb.js92ms72ms4ms3rd
https://www.googletagmanager.com/gtag/js?id=G-Q2N7DKTSVJ69ms59ms10ms3rd
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
6 fonts (545 KB)
PASS
6 fonts (545 KB)
Info::
6 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

6

545 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 4.0 s 5.0 s FCP 2.1 s LCP 5.7 sdata:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAA…font-woff;charset=utf-8... data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAA… — 1.6 KiB — 129 ms — font-display: swaphttps://ui.cgtn.com/static/ng/resource/fonts/HelveticaNeue/HelveticaNeueLTPro-Roman.ttfHelveticaNeueLTPro-Roma... https://ui.cgtn.com/static/ng/resource/fonts/HelveticaNeue/HelveticaNeueLTPro-Roman.ttf — 64.2 KiB — 51 ms — font-display: swaphttps://ui.cgtn.com/static/ng/resource/fonts/HelveticaNeue/HelveticaNeueLTPro-Bd.ttfHelveticaNeueLTPro-Bd.ttf https://ui.cgtn.com/static/ng/resource/fonts/HelveticaNeue/HelveticaNeueLTPro-Bd.ttf — 63.7 KiB — 45 ms — font-display: swaphttps://ui.cgtn.com/static/ng/resource/fonts/GeorgiaPro/GeorgiaPro-SemiBold.ttfGeorgiaPro-SemiBold.ttf https://ui.cgtn.com/static/ng/resource/fonts/GeorgiaPro/GeorgiaPro-SemiBold.ttf — 140.6 KiB — 38 ms — font-display: swaphttps://ui.cgtn.com/static/ng/resource/fonts/GeorgiaPro/GeorgiaPro-Regular.ttfGeorgiaPro-Regular.ttf https://ui.cgtn.com/static/ng/resource/fonts/GeorgiaPro/GeorgiaPro-Regular.ttf — 136.7 KiB — 41 ms — font-display: swaphttps://ui.cgtn.com/static/ng/resource/fonts/GeorgiaPro/GeorgiaPro-Bold.ttfGeorgiaPro-Bold.ttf https://ui.cgtn.com/static/ng/resource/fonts/GeorgiaPro/GeorgiaPro-Bold.ttf — 138.5 KiB — 41 ms — font-display: swap
font-woff;charset=utf-8... woff swap
Size 2 KB
Load time 129 ms
Start 774 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
HelveticaNeueLTPro-Roma... ttf swap
Size 64 KB
Load time 51 ms
Start 821 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
HelveticaNeueLTPro-Bd.ttf ttf swap
Size 64 KB
Load time 45 ms
Start 830 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
GeorgiaPro-SemiBold.ttf ttf swap
Size 141 KB
Load time 38 ms
Start 833 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
GeorgiaPro-Regular.ttf ttf swap
Size 137 KB
Load time 41 ms
Start 834 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
GeorgiaPro-Bold.ttf ttf swap
Size 139 KB
Load time 41 ms
Start 834 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~371 KB and ~742 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
169 requests over 2711ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 2.1 s LCP 5.7 shttps://cgtn.com// https://cgtn.com/ — 301 — 189 B — 500 ms — http/1.1https://www.cgtn.com/www.cgtn.com/ https://www.cgtn.com/ — 200 — 388.4 KiB — 22 ms — h2https://ui.cgtn.com/static/ng/resource/vendor/bootstrap/css/bootstrap-new.min.cssui.cgtn.com/static/ng/resource/vend... https://ui.cgtn.com/static/ng/resource/vendor/bootstrap/css/bootstrap-new.min.css — 200 — 6.8 KiB — 11 ms — h2https://ui.cgtn.com/static/ng/resource/vendor/animate.css-master/animate.css-master/animate.cssui.cgtn.com/static/ng/resource/vend... https://ui.cgtn.com/static/ng/resource/vendor/animate.css-master/animate.css-master/animate.css — 200 — 5.0 KiB — 35 ms — h2https://ui.cgtn.com/static/ng/resource/vendor/slick/slick.cssui.cgtn.com/static/ng/resource/vend... https://ui.cgtn.com/static/ng/resource/vendor/slick/slick.css — 200 — 815 B — 27 ms — h2https://ui.cgtn.com/static/ng/resource/vendor/slick/slick-theme.cssui.cgtn.com/static/ng/resource/vend... https://ui.cgtn.com/static/ng/resource/vendor/slick/slick-theme.css — 200 — 1.0 KiB — 32 ms — h2https://ui.cgtn.com/static/ng/resource/vendor/floatPlayer/css/style.cssui.cgtn.com/static/ng/resource/vend... https://ui.cgtn.com/static/ng/resource/vendor/floatPlayer/css/style.css — 200 — 1.8 KiB — 30 ms — h2https://ui.cgtn.com/static/ng/resource/vendor/swiper-6.1.2/swiper.min.cssui.cgtn.com/static/ng/resource/vend... https://ui.cgtn.com/static/ng/resource/vendor/swiper-6.1.2/swiper.min.css — 200 — 4.3 KiB — 31 ms — h2https://global-ui.cgtn.com/static/ng/resource/website/css/ng-header-v4-4.2.2.css?t=20210521global-ui.cgtn.com/static/ng/resour... https://global-ui.cgtn.com/static/ng/resource/website/css/ng-header-v4-4.2.2.css?t=20210521 — 200 — 6.0 KiB — 38 ms — h2https://ui.cgtn.com/static/ng/resource/website/css/ng-footer-v4-4.2.2.cssui.cgtn.com/static/ng/resource/webs... https://ui.cgtn.com/static/ng/resource/website/css/ng-footer-v4-4.2.2.css — 200 — 3.2 KiB — 29 ms — h2https://ui.cgtn.com/static/ng/resource/website/css/tools.cssui.cgtn.com/static/ng/resource/webs... https://ui.cgtn.com/static/ng/resource/website/css/tools.css — 200 — 1012 B — 31 ms — h2https://ui.cgtn.com/static/ng/resource/website/css/ng-home-v4-4.2.2.cssui.cgtn.com/static/ng/resource/webs... https://ui.cgtn.com/static/ng/resource/website/css/ng-home-v4-4.2.2.css — 200 — 5.7 KiB — 30 ms — h2https://ui.cgtn.com/static/ng/resource/website/css/mixedcss/1JdYPR5nUGY1776784810843.cssui.cgtn.com/static/ng/resource/webs... https://ui.cgtn.com/static/ng/resource/website/css/mixedcss/1JdYPR5nUGY1776784810843.css — 200 — 21.3 KiB — 34 ms — h2https://ui.cgtn.com/static/ng/resource/website/css/global.cssui.cgtn.com/static/ng/resource/webs... https://ui.cgtn.com/static/ng/resource/website/css/global.css — 200 — 240 B — 32 ms — h2https://ui.cgtn.com/static/ng/resource/website/js/unsupp.jsui.cgtn.com/static/ng/resource/webs... https://ui.cgtn.com/static/ng/resource/website/js/unsupp.js — 200 — 808 B — 32 ms — h2https://ui.cgtn.com/static/ng/resource/website/js/global.jsui.cgtn.com/static/ng/resource/webs... https://ui.cgtn.com/static/ng/resource/website/js/global.js — 200 — 1.1 KiB — 32 ms — h2https://www.googleoptimize.com/optimize.js?id=OPT-T2F4KMWwww.googleoptimize.com/optimize.js?... https://www.googleoptimize.com/optimize.js?id=OPT-T2F4KMW — 200 — 109.3 KiB — 142 ms — h2https://news.cgtn.com/news/2026-04-21/Chinese-President-Xi-Jinping-holds-talks-with-Mozambican-president-1MwBqxDF0kw/img/70e12fe132314cb9a5de92e6a5495871/70e12fe132314cb9a5de92e6a5495871.pngnews.cgtn.com/news/2026-04-21/Chine... https://news.cgtn.com/news/2026-04-21/Chinese-President-Xi-Jinping-holds-talks-with-Mozambican-president-1MwBqxDF0kw/img/70e12fe132314cb9a5de92e6a5495871/70e12fe132314cb9a5de92e6a5495871.png — 200 — 900.2 KiB — 38 ms — h2https://ui.cgtn.com/ui/attention/attention.jpgui.cgtn.com/ui/attention/attention.... https://ui.cgtn.com/ui/attention/attention.jpg — 200 — 34.3 KiB — 91 ms — h2https://news.cgtn.com/news/2026-04-21/China-firmly-opposes-Japan-s-negative-moves-related-to-Yasukuni-Shrine-1MwwikVzzC8/img/b45010d28d3747dabca5f049921c4b17/b45010d28d3747dabca5f049921c4b17.pngnews.cgtn.com/news/2026-04-21/China... https://news.cgtn.com/news/2026-04-21/China-firmly-opposes-Japan-s-negative-moves-related-to-Yasukuni-Shrine-1MwwikVzzC8/img/b45010d28d3747dabca5f049921c4b17/b45010d28d3747dabca5f049921c4b17.png — 200 — 5.4 MiB — 666 ms — h2https://news.cgtn.com/news/2026-04-21/Belgium-slams-Israel-s-conduct-in-Lebanon-as-unacceptable--1MwzH5hYFQQ/img/c3bd62c8b0a742f0b0d103f148b6f444/c3bd62c8b0a742f0b0d103f148b6f444.pngnews.cgtn.com/news/2026-04-21/Belgi... https://news.cgtn.com/news/2026-04-21/Belgium-slams-Israel-s-conduct-in-Lebanon-as-unacceptable--1MwzH5hYFQQ/img/c3bd62c8b0a742f0b0d103f148b6f444/c3bd62c8b0a742f0b0d103f148b6f444.png — 200 — 1.1 MiB — 72 ms — h2https://news.cgtn.com/news/2026-04-21/US-tariff-refund-system-launches-as-thousands-of-companies-file-claims-1MwablIuqJ2/img/2ab10a2e6d21418f967b13f51e74b9c4/2ab10a2e6d21418f967b13f51e74b9c4.pngnews.cgtn.com/news/2026-04-21/US-ta... https://news.cgtn.com/news/2026-04-21/US-tariff-refund-system-launches-as-thousands-of-companies-file-claims-1MwablIuqJ2/img/2ab10a2e6d21418f967b13f51e74b9c4/2ab10a2e6d21418f967b13f51e74b9c4.png — 200 — 1.2 MiB — 117 ms — h2https://ui.cgtn.com/static/ng/resource/vendor/jquery.min.jsui.cgtn.com/static/ng/resource/vend... https://ui.cgtn.com/static/ng/resource/vendor/jquery.min.js — 200 — 30.5 KiB — 94 ms — h2https://ui.cgtn.com/static/ng/resource/vendor/jquery.lazyload.min.jsui.cgtn.com/static/ng/resource/vend... https://ui.cgtn.com/static/ng/resource/vendor/jquery.lazyload.min.js — 200 — 1.5 KiB — 8 ms — h2https://ui.cgtn.com/static/ng/resource/vendor/lazysizes.min.jsui.cgtn.com/static/ng/resource/vend... https://ui.cgtn.com/static/ng/resource/vendor/lazysizes.min.js — 200 — 4.1 KiB — 69 ms — h2https://ui.cgtn.com/static/ng/resource/vendor/jwplayer/jwplayer.jsui.cgtn.com/static/ng/resource/vend... https://ui.cgtn.com/static/ng/resource/vendor/jwplayer/jwplayer.js — 200 — 60.9 KiB — 83 ms — h2https://ui.cgtn.com/static/ng/resource/vendor/slick/slick.min.jsui.cgtn.com/static/ng/resource/vend... https://ui.cgtn.com/static/ng/resource/vendor/slick/slick.min.js — 200 — 10.2 KiB — 9 ms — h2https://global-ui.cgtn.com/static/public/web_share/js/location.jsglobal-ui.cgtn.com/static/public/we... https://global-ui.cgtn.com/static/public/web_share/js/location.js — 200 — 547 B — 17 ms — h2https://www.googletagmanager.com/gtag/js?id=G-Q2N7DKTSVJwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-Q2N7DKTSVJ — 200 — 169.9 KiB — 154 ms — h2https://ui.cgtn.com/static/ng/resource/vendor/floatPlayer/js/floatPlayer.jsui.cgtn.com/static/ng/resource/vend... https://ui.cgtn.com/static/ng/resource/vendor/floatPlayer/js/floatPlayer.js — 200 — 3.1 KiB — 103 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 2.1 s LCP 5.7 shttps://cgtn.com// https://cgtn.com/ — 301 — 189 B — 500 ms — http/1.1https://www.cgtn.com/www.cgtn.com/ https://www.cgtn.com/ — 200 — 388.4 KiB — 22 ms — h2https://ui.cgtn.com/static/ng/resource/vendor/bootstrap/css/bootstrap-new.min.cssui.cgtn.com/static/ng/resource/vend... https://ui.cgtn.com/static/ng/resource/vendor/bootstrap/css/bootstrap-new.min.css — 200 — 6.8 KiB — 11 ms — h2https://ui.cgtn.com/static/ng/resource/vendor/animate.css-master/animate.css-master/animate.cssui.cgtn.com/static/ng/resource/vend... https://ui.cgtn.com/static/ng/resource/vendor/animate.css-master/animate.css-master/animate.css — 200 — 5.0 KiB — 35 ms — h2https://ui.cgtn.com/static/ng/resource/vendor/slick/slick.cssui.cgtn.com/static/ng/resource/vend... https://ui.cgtn.com/static/ng/resource/vendor/slick/slick.css — 200 — 815 B — 27 ms — h2https://ui.cgtn.com/static/ng/resource/vendor/slick/slick-theme.cssui.cgtn.com/static/ng/resource/vend... https://ui.cgtn.com/static/ng/resource/vendor/slick/slick-theme.css — 200 — 1.0 KiB — 32 ms — h2https://ui.cgtn.com/static/ng/resource/vendor/floatPlayer/css/style.cssui.cgtn.com/static/ng/resource/vend... https://ui.cgtn.com/static/ng/resource/vendor/floatPlayer/css/style.css — 200 — 1.8 KiB — 30 ms — h2https://ui.cgtn.com/static/ng/resource/vendor/swiper-6.1.2/swiper.min.cssui.cgtn.com/static/ng/resource/vend... https://ui.cgtn.com/static/ng/resource/vendor/swiper-6.1.2/swiper.min.css — 200 — 4.3 KiB — 31 ms — h2https://global-ui.cgtn.com/static/ng/resource/website/css/ng-header-v4-4.2.2.css?t=20210521global-ui.cgtn.com/static/ng/resour... https://global-ui.cgtn.com/static/ng/resource/website/css/ng-header-v4-4.2.2.css?t=20210521 — 200 — 6.0 KiB — 38 ms — h2https://ui.cgtn.com/static/ng/resource/website/css/ng-footer-v4-4.2.2.cssui.cgtn.com/static/ng/resource/webs... https://ui.cgtn.com/static/ng/resource/website/css/ng-footer-v4-4.2.2.css — 200 — 3.2 KiB — 29 ms — h2https://ui.cgtn.com/static/ng/resource/website/css/tools.cssui.cgtn.com/static/ng/resource/webs... https://ui.cgtn.com/static/ng/resource/website/css/tools.css — 200 — 1012 B — 31 ms — h2https://ui.cgtn.com/static/ng/resource/website/css/ng-home-v4-4.2.2.cssui.cgtn.com/static/ng/resource/webs... https://ui.cgtn.com/static/ng/resource/website/css/ng-home-v4-4.2.2.css — 200 — 5.7 KiB — 30 ms — h2https://ui.cgtn.com/static/ng/resource/website/css/mixedcss/1JdYPR5nUGY1776784810843.cssui.cgtn.com/static/ng/resource/webs... https://ui.cgtn.com/static/ng/resource/website/css/mixedcss/1JdYPR5nUGY1776784810843.css — 200 — 21.3 KiB — 34 ms — h2https://ui.cgtn.com/static/ng/resource/website/css/global.cssui.cgtn.com/static/ng/resource/webs... https://ui.cgtn.com/static/ng/resource/website/css/global.css — 200 — 240 B — 32 ms — h2https://ui.cgtn.com/static/ng/resource/website/js/unsupp.jsui.cgtn.com/static/ng/resource/webs... https://ui.cgtn.com/static/ng/resource/website/js/unsupp.js — 200 — 808 B — 32 ms — h2https://ui.cgtn.com/static/ng/resource/website/js/global.jsui.cgtn.com/static/ng/resource/webs... https://ui.cgtn.com/static/ng/resource/website/js/global.js — 200 — 1.1 KiB — 32 ms — h2https://www.googleoptimize.com/optimize.js?id=OPT-T2F4KMWwww.googleoptimize.com/optimize.js?... https://www.googleoptimize.com/optimize.js?id=OPT-T2F4KMW — 200 — 109.3 KiB — 142 ms — h2https://news.cgtn.com/news/2026-04-21/Chinese-President-Xi-Jinping-holds-talks-with-Mozambican-president-1MwBqxDF0kw/img/70e12fe132314cb9a5de92e6a5495871/70e12fe132314cb9a5de92e6a5495871.pngnews.cgtn.com/news/2026-04-21/Chine... https://news.cgtn.com/news/2026-04-21/Chinese-President-Xi-Jinping-holds-talks-with-Mozambican-president-1MwBqxDF0kw/img/70e12fe132314cb9a5de92e6a5495871/70e12fe132314cb9a5de92e6a5495871.png — 200 — 900.2 KiB — 38 ms — h2https://ui.cgtn.com/ui/attention/attention.jpgui.cgtn.com/ui/attention/attention.... https://ui.cgtn.com/ui/attention/attention.jpg — 200 — 34.3 KiB — 91 ms — h2https://news.cgtn.com/news/2026-04-21/China-firmly-opposes-Japan-s-negative-moves-related-to-Yasukuni-Shrine-1MwwikVzzC8/img/b45010d28d3747dabca5f049921c4b17/b45010d28d3747dabca5f049921c4b17.pngnews.cgtn.com/news/2026-04-21/China... https://news.cgtn.com/news/2026-04-21/China-firmly-opposes-Japan-s-negative-moves-related-to-Yasukuni-Shrine-1MwwikVzzC8/img/b45010d28d3747dabca5f049921c4b17/b45010d28d3747dabca5f049921c4b17.png — 200 — 5.4 MiB — 666 ms — h2https://news.cgtn.com/news/2026-04-21/Belgium-slams-Israel-s-conduct-in-Lebanon-as-unacceptable--1MwzH5hYFQQ/img/c3bd62c8b0a742f0b0d103f148b6f444/c3bd62c8b0a742f0b0d103f148b6f444.pngnews.cgtn.com/news/2026-04-21/Belgi... https://news.cgtn.com/news/2026-04-21/Belgium-slams-Israel-s-conduct-in-Lebanon-as-unacceptable--1MwzH5hYFQQ/img/c3bd62c8b0a742f0b0d103f148b6f444/c3bd62c8b0a742f0b0d103f148b6f444.png — 200 — 1.1 MiB — 72 ms — h2https://news.cgtn.com/news/2026-04-21/US-tariff-refund-system-launches-as-thousands-of-companies-file-claims-1MwablIuqJ2/img/2ab10a2e6d21418f967b13f51e74b9c4/2ab10a2e6d21418f967b13f51e74b9c4.pngnews.cgtn.com/news/2026-04-21/US-ta... https://news.cgtn.com/news/2026-04-21/US-tariff-refund-system-launches-as-thousands-of-companies-file-claims-1MwablIuqJ2/img/2ab10a2e6d21418f967b13f51e74b9c4/2ab10a2e6d21418f967b13f51e74b9c4.png — 200 — 1.2 MiB — 117 ms — h2https://ui.cgtn.com/static/ng/resource/vendor/jquery.min.jsui.cgtn.com/static/ng/resource/vend... https://ui.cgtn.com/static/ng/resource/vendor/jquery.min.js — 200 — 30.5 KiB — 94 ms — h2https://ui.cgtn.com/static/ng/resource/vendor/jquery.lazyload.min.jsui.cgtn.com/static/ng/resource/vend... https://ui.cgtn.com/static/ng/resource/vendor/jquery.lazyload.min.js — 200 — 1.5 KiB — 8 ms — h2https://ui.cgtn.com/static/ng/resource/vendor/lazysizes.min.jsui.cgtn.com/static/ng/resource/vend... https://ui.cgtn.com/static/ng/resource/vendor/lazysizes.min.js — 200 — 4.1 KiB — 69 ms — h2https://ui.cgtn.com/static/ng/resource/vendor/jwplayer/jwplayer.jsui.cgtn.com/static/ng/resource/vend... https://ui.cgtn.com/static/ng/resource/vendor/jwplayer/jwplayer.js — 200 — 60.9 KiB — 83 ms — h2https://ui.cgtn.com/static/ng/resource/vendor/slick/slick.min.jsui.cgtn.com/static/ng/resource/vend... https://ui.cgtn.com/static/ng/resource/vendor/slick/slick.min.js — 200 — 10.2 KiB — 9 ms — h2https://global-ui.cgtn.com/static/public/web_share/js/location.jsglobal-ui.cgtn.com/static/public/we... https://global-ui.cgtn.com/static/public/web_share/js/location.js — 200 — 547 B — 17 ms — h2https://www.googletagmanager.com/gtag/js?id=G-Q2N7DKTSVJwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-Q2N7DKTSVJ — 200 — 169.9 KiB — 154 ms — h2https://ui.cgtn.com/static/ng/resource/vendor/floatPlayer/js/floatPlayer.jsui.cgtn.com/static/ng/resource/vend... https://ui.cgtn.com/static/ng/resource/vendor/floatPlayer/js/floatPlayer.js — 200 — 3.1 KiB — 103 ms — h2https://ui.cgtn.com/static/ng/resource/vendor/intersection-observer.jsui.cgtn.com/static/ng/resource/vend... https://ui.cgtn.com/static/ng/resource/vendor/intersection-observer.js — 200 — 7.7 KiB — 109 ms — h2https://ui.cgtn.com/static/ng/resource/vendor/swiper-6.1.2/swiper.min.jsui.cgtn.com/static/ng/resource/vend... https://ui.cgtn.com/static/ng/resource/vendor/swiper-6.1.2/swiper.min.js — 200 — 35.4 KiB — 133 ms — h2https://news.cgtn.com/news/2026-04-21/China-s-5G-base-stations-top-4-958-million-at-end-of-March-2026-1Mw8gqf5GEw/img/ae8c5b0bd2054eb29adb28ea5a2376d2/ae8c5b0bd2054eb29adb28ea5a2376d2.jpegnews.cgtn.com/news/2026-04-21/China... https://news.cgtn.com/news/2026-04-21/China-s-5G-base-stations-top-4-958-million-at-end-of-March-2026-1Mw8gqf5GEw/img/ae8c5b0bd2054eb29adb28ea5a2376d2/ae8c5b0bd2054eb29adb28ea5a2376d2.jpeg — 200 — 497.8 KiB — 156 ms — h2https://ui.cgtn.com/static/ng/resource/vendor/jquery.marquee.min.jsui.cgtn.com/static/ng/resource/vend... https://ui.cgtn.com/static/ng/resource/vendor/jquery.marquee.min.js — 200 — 2.6 KiB — 130 ms — h2https://ui.cgtn.com/static/ng/resource/website/js/ng-home-v4-4.2.2.js?t=20210521ui.cgtn.com/static/ng/resource/webs... https://ui.cgtn.com/static/ng/resource/website/js/ng-home-v4-4.2.2.js?t=20210521 — 200 — 52.2 KiB — 128 ms — h2https://ui.cgtn.com/static/resource/images/author/kong-qingjiang.pngui.cgtn.com/static/resource/images/... https://ui.cgtn.com/static/resource/images/author/kong-qingjiang.png — 200 — 100.5 KiB — 118 ms — h2https://news.cgtn.com/editor/2024-07-15/893/image/1721016341875.pngnews.cgtn.com/editor/2024-07-15/893... https://news.cgtn.com/editor/2024-07-15/893/image/1721016341875.png — 200 — 970.3 KiB — 280 ms — h2https://news.cgtn.com/editor/2026-04-21/457/image/1776753159296.jpegnews.cgtn.com/editor/2026-04-21/457... https://news.cgtn.com/editor/2026-04-21/457/image/1776753159296.jpeg — 200 — 353.9 KiB — 113 ms — h2https://video.cgtn.com/news/2026-04-21/Unhealed-Wounds-The-living-evidence-of-Japan-s-germ-warfare-in-China-1MwQ0Ixa5DW/video/wu_1jmo0lita19ri588uj3fhd433ff/wu_1jmo0lita19ri588uj3fhd433ff-750.jpgvideo.cgtn.com/news/2026-04-21/Unhe... https://video.cgtn.com/news/2026-04-21/Unhealed-Wounds-The-living-evidence-of-Japan-s-germ-warfare-in-China-1MwQ0Ixa5DW/video/wu_1jmo0lita19ri588uj3fhd433ff/wu_1jmo0lita19ri588uj3fhd433ff-750.jpg — 200 — 42.7 KiB — 9 ms — h2https://www.googletagmanager.com/gtag/js?id=G-Q2N7DKTSVJ&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-Q2N7DKTSVJ&cx=c&gtm=4e64h1 — 200 — 169.7 KiB — 54 ms — h2https://news.cgtn.com/editor/2026-01-23/501/image/1769132460610.jpegnews.cgtn.com/editor/2026-01-23/501... https://news.cgtn.com/editor/2026-01-23/501/image/1769132460610.jpeg — 200 — 6.9 MiB — 769 ms — h2https://global-ui.cgtn.com/static/ng/resource/images/ng-home-2025/language-v4.pngglobal-ui.cgtn.com/static/ng/resour... https://global-ui.cgtn.com/static/ng/resource/images/ng-home-2025/language-v4.png — 200 — 2.0 KiB — 13 ms — h2https://global-ui.cgtn.com/static/ng/resource/images/ng-home-2025/rss-v4.pngglobal-ui.cgtn.com/static/ng/resour... https://global-ui.cgtn.com/static/ng/resource/images/ng-home-2025/rss-v4.png — 200 — 1.8 KiB — 20 ms — h2https://global-ui.cgtn.com/static/ng/resource/images/ng-home-2025/newsletter-v4.pngglobal-ui.cgtn.com/static/ng/resour... https://global-ui.cgtn.com/static/ng/resource/images/ng-home-2025/newsletter-v4.png — 200 — 1.8 KiB — 19 ms — h2https://global-ui.cgtn.com/static/ng/resource/images/header-v3/img_logo.pngglobal-ui.cgtn.com/static/ng/resour... https://global-ui.cgtn.com/static/ng/resource/images/header-v3/img_logo.png — 200 — 26.9 KiB — 14 ms — h2https://global-ui.cgtn.com/static/ng/resource/images/ng-home-2025/NEWSPAL.pngglobal-ui.cgtn.com/static/ng/resour... https://global-ui.cgtn.com/static/ng/resource/images/ng-home-2025/NEWSPAL.png — 200 — 4.7 KiB — 28 ms — h2https://global-ui.cgtn.com/static/ng/resource/images/ng-home-2025/follow-us-v4.pngglobal-ui.cgtn.com/static/ng/resour... https://global-ui.cgtn.com/static/ng/resource/images/ng-home-2025/follow-us-v4.png — 200 — 989 B — 19 ms — h2https://global-ui.cgtn.com/static/ng/resource/images/ng-home-2025/menu-open-v4.pngglobal-ui.cgtn.com/static/ng/resour... https://global-ui.cgtn.com/static/ng/resource/images/ng-home-2025/menu-open-v4.png — 200 — 1.5 KiB — 16 ms — h2https://global-ui.cgtn.com/static/ng/resource/images/ng-home-2025/arrow-drop-v4.pngglobal-ui.cgtn.com/static/ng/resour... https://global-ui.cgtn.com/static/ng/resource/images/ng-home-2025/arrow-drop-v4.png — 200 — 1009 B — 28 ms — h2https://global-ui.cgtn.com/static/ng/resource/images/ng-home-2025/live-logo-v4.pngglobal-ui.cgtn.com/static/ng/resour... https://global-ui.cgtn.com/static/ng/resource/images/ng-home-2025/live-logo-v4.png — 200 — 971 B — 18 ms — h2https://global-ui.cgtn.com/static/ng/resource/images/ng-home-2025/NEWSPAL-left-non.pngglobal-ui.cgtn.com/static/ng/resour... https://global-ui.cgtn.com/static/ng/resource/images/ng-home-2025/NEWSPAL-left-non.png — 200 — 3.7 KiB — 43 ms — h2https://global-ui.cgtn.com/static/ng/resource/images/ng-home-2025/sider-language-v4.pngglobal-ui.cgtn.com/static/ng/resour... https://global-ui.cgtn.com/static/ng/resource/images/ng-home-2025/sider-language-v4.png — 200 — 2.0 KiB — 27 ms — h2https://global-ui.cgtn.com/static/ng/resource/images/ng-home-2025/arrow-right-v4.pngglobal-ui.cgtn.com/static/ng/resour... https://global-ui.cgtn.com/static/ng/resource/images/ng-home-2025/arrow-right-v4.png — 200 — 1.0 KiB — 26 ms — h2https://global-ui.cgtn.com/static/ng/resource/images/header-v4/fb.pngglobal-ui.cgtn.com/static/ng/resour... https://global-ui.cgtn.com/static/ng/resource/images/header-v4/fb.png — 200 — 1.1 KiB — 28 ms — h2https://global-ui.cgtn.com/static/ng/resource/images/header-v4/twitter.pngglobal-ui.cgtn.com/static/ng/resour... https://global-ui.cgtn.com/static/ng/resource/images/header-v4/twitter.png — 200 — 2.1 KiB — 29 ms — h2https://global-ui.cgtn.com/static/ng/resource/images/header-v4/youtube.pngglobal-ui.cgtn.com/static/ng/resour... https://global-ui.cgtn.com/static/ng/resource/images/header-v4/youtube.png — 200 — 1.4 KiB — 30 ms — h2https://global-ui.cgtn.com/static/ng/resource/images/header-v4/ins.pngglobal-ui.cgtn.com/static/ng/resour... https://global-ui.cgtn.com/static/ng/resource/images/header-v4/ins.png — 200 — 1.7 KiB — 30 ms — h2https://global-ui.cgtn.com/static/ng/resource/images/header-v4/pinterest.pngglobal-ui.cgtn.com/static/ng/resour... https://global-ui.cgtn.com/static/ng/resource/images/header-v4/pinterest.png — 200 — 2.1 KiB — 31 ms — h2https://global-ui.cgtn.com/static/ng/resource/images/header-v4/quora.pngglobal-ui.cgtn.com/static/ng/resour... https://global-ui.cgtn.com/static/ng/resource/images/header-v4/quora.png — 200 — 1.7 KiB — 30 ms — h2https://global-ui.cgtn.com/static/ng/resource/images/header-v4/linkedin.pngglobal-ui.cgtn.com/static/ng/resour... https://global-ui.cgtn.com/static/ng/resource/images/header-v4/linkedin.png — 200 — 1.2 KiB — 31 ms — h2https://global-ui.cgtn.com/static/ng/resource/images/header-v4/threads.pngglobal-ui.cgtn.com/static/ng/resour... https://global-ui.cgtn.com/static/ng/resource/images/header-v4/threads.png — 200 — 2.2 KiB — 23 ms — h2https://global-ui.cgtn.com/static/ng/resource/images/header-v4/telegram.pngglobal-ui.cgtn.com/static/ng/resour... https://global-ui.cgtn.com/static/ng/resource/images/header-v4/telegram.png — 200 — 1.5 KiB — 24 ms — h2https://global-ui.cgtn.com/static/ng/resource/images/header-v4/tiktok.pngglobal-ui.cgtn.com/static/ng/resour... https://global-ui.cgtn.com/static/ng/resource/images/header-v4/tiktok.png — 200 — 1.1 KiB — 24 ms — h2https://global-ui.cgtn.com/static/ng/resource/images/header-v4/weibo.pngglobal-ui.cgtn.com/static/ng/resour... https://global-ui.cgtn.com/static/ng/resource/images/header-v4/weibo.png — 200 — 2.2 KiB — 25 ms — h2https://global-ui.cgtn.com/static/ng/resource/images/header-v4/wechat.pngglobal-ui.cgtn.com/static/ng/resour... https://global-ui.cgtn.com/static/ng/resource/images/header-v4/wechat.png — 200 — 1.8 KiB — 25 ms — h2https://global-ui.cgtn.com/static/ng/resource/images/header-v4/toutiao.pngglobal-ui.cgtn.com/static/ng/resour... https://global-ui.cgtn.com/static/ng/resource/images/header-v4/toutiao.png — 200 — 1.8 KiB — 26 ms — h2https://global-ui.cgtn.com/static/ng/resource/images/ng-home-2025/logo-text-v4.pngglobal-ui.cgtn.com/static/ng/resour... https://global-ui.cgtn.com/static/ng/resource/images/ng-home-2025/logo-text-v4.png — 200 — 2.9 KiB — 28 ms — h2https://news.cgtn.com/news/2026-04-21/Breast-discomfort-Here-s-a-simple-guide-on-what-steps-to-take-1MwwhnVyUmI/img/93583e0e0df149b68c49692b3316a310/93583e0e0df149b68c49692b3316a310-750.jpegnews.cgtn.com/news/2026-04-21/Breas... https://news.cgtn.com/news/2026-04-21/Breast-discomfort-Here-s-a-simple-guide-on-what-steps-to-take-1MwwhnVyUmI/img/93583e0e0df149b68c49692b3316a310/93583e0e0df149b68c49692b3316a310-750.jpeg — 200 — 34.4 KiB — 106 ms — h2https://video.cgtn.com/news/2026-04-18/Brazilian-film-scholar-Cinema-key-to-China-Brazil-cultural-exchange-1MrQhy53f6o/video/wu_1jmgc26tm1nk01rfk1l5t7kv1nre2lp/wu_1jmgc26tm1nk01rfk1l5t7kv1nre2lp-750.jpgvideo.cgtn.com/news/2026-04-18/Braz... https://video.cgtn.com/news/2026-04-18/Brazilian-film-scholar-Cinema-key-to-China-Brazil-cultural-exchange-1MrQhy53f6o/video/wu_1jmgc26tm1nk01rfk1l5t7kv1nre2lp/wu_1jmgc26tm1nk01rfk1l5t7kv1nre2lp-750.jpg — 200 — 42.0 KiB — 24 ms — h2https://video.cgtn.com/news/2026-04-17/Families-urge-action-after-9-killed-in-T-rkiye-school-shooting-1MqivG3VljG/video/wu_1jmdrriasv6jo5g12pepshlqea/wu_1jmdrriasv6jo5g12pepshlqea-750.jpgvideo.cgtn.com/news/2026-04-17/Fami... https://video.cgtn.com/news/2026-04-17/Families-urge-action-after-9-killed-in-T-rkiye-school-shooting-1MqivG3VljG/video/wu_1jmdrriasv6jo5g12pepshlqea/wu_1jmdrriasv6jo5g12pepshlqea-750.jpg — 200 — 71.3 KiB — 25 ms — h2https://video.cgtn.com/news/2026-04-19/How-an-American-vlogger-sees-the-Beijing-Film-Festival-1MsJnqeCAVO/video/wu_1jmhko4442d868611e51r6rfkea/wu_1jmhko4442d868611e51r6rfkea-750.jpgvideo.cgtn.com/news/2026-04-19/How-... https://video.cgtn.com/news/2026-04-19/How-an-American-vlogger-sees-the-Beijing-Film-Festival-1MsJnqeCAVO/video/wu_1jmhko4442d868611e51r6rfkea/wu_1jmhko4442d868611e51r6rfkea-750.jpg — 200 — 47.2 KiB — 23 ms — h2https://video.cgtn.com/news/2026-04-17/International-student-impressed-by-depth-of-Chinese-cinema-1MpCiT3HPsQ/video/wu_1jmco808v1dls51bq6sq5d4vva/wu_1jmco808v1dls51bq6sq5d4vva-750.jpgvideo.cgtn.com/news/2026-04-17/Inte... https://video.cgtn.com/news/2026-04-17/International-student-impressed-by-depth-of-Chinese-cinema-1MpCiT3HPsQ/video/wu_1jmco808v1dls51bq6sq5d4vva/wu_1jmco808v1dls51bq6sq5d4vva-750.jpg — 200 — 44.1 KiB — 24 ms — h2https://video.cgtn.com/news/2026-04-15/Taiwan-residents-discuss-what-best-reflects-shared-roots-with-mainland-1MmXo22xgf6/video/wu_1jm8letha1gvk1jj91h9hs5v1gqca/wu_1jm8letha1gvk1jj91h9hs5v1gqca-750.jpgvideo.cgtn.com/news/2026-04-15/Taiw... https://video.cgtn.com/news/2026-04-15/Taiwan-residents-discuss-what-best-reflects-shared-roots-with-mainland-1MmXo22xgf6/video/wu_1jm8letha1gvk1jj91h9hs5v1gqca/wu_1jm8letha1gvk1jj91h9hs5v1gqca-750.jpg — 200 — 65.9 KiB — 43 ms — h2https://video.cgtn.com/news/2024-07-31/Mulan-s-heroic-journey-unveiled-through-AI-1vGDnNdP4fS/video/wu_1i441b9dt1krv16bsa5ts6cqu0u02/wu_1i441b9dt1krv16bsa5ts6cqu0u02.jpegvideo.cgtn.com/news/2024-07-31/Mula... https://video.cgtn.com/news/2024-07-31/Mulan-s-heroic-journey-unveiled-through-AI-1vGDnNdP4fS/video/wu_1i441b9dt1krv16bsa5ts6cqu0u02/wu_1i441b9dt1krv16bsa5ts6cqu0u02.jpeg — 200 — 536.3 KiB — 56 ms — h2https://video.cgtn.com/news/2026-04-21/China-adheres-to-Treaty-of-Non-Proliferation-of-Nuclear-Weapons-1MwB4hWDGY8/video/wu_1jmnktf6g2d716qt9c3lp51k2oum/wu_1jmnktf6g2d716qt9c3lp51k2oum-750.jpgvideo.cgtn.com/news/2026-04-21/Chin... https://video.cgtn.com/news/2026-04-21/China-adheres-to-Treaty-of-Non-Proliferation-of-Nuclear-Weapons-1MwB4hWDGY8/video/wu_1jmnktf6g2d716qt9c3lp51k2oum/wu_1jmnktf6g2d716qt9c3lp51k2oum-750.jpg — 200 — 57.4 KiB — 25 ms — h2https://video.cgtn.com/news/2026-04-21/Reuniting-families-with-martyrs-of-the-War-to-Resist-US-Aggression-and-Aid-Korea-1Mw71Pofanu/video/wu_1jmmsku9de0qmgb1nvlk5146f4d2/wu_1jmmsku9de0qmgb1nvlk5146f4d2-750.jpegvideo.cgtn.com/news/2026-04-21/Reun... https://video.cgtn.com/news/2026-04-21/Reuniting-families-with-martyrs-of-the-War-to-Resist-US-Aggression-and-Aid-Korea-1Mw71Pofanu/video/wu_1jmmsku9de0qmgb1nvlk5146f4d2/wu_1jmmsku9de0qmgb1nvlk5146f4d2-750.jpeg — 200 — 38.1 KiB — 41 ms — h2https://video.cgtn.com/news/2026-04-21/Beyond-ACG-Lion-dance-lights-up-Chinese-musical-bridging-cultures-1Mw5mdYPYv6/video/wu_1jmltmgg512gj5evakv11qp1dcja/wu_1jmltmgg512gj5evakv11qp1dcja-750.jpgvideo.cgtn.com/news/2026-04-21/Beyo... https://video.cgtn.com/news/2026-04-21/Beyond-ACG-Lion-dance-lights-up-Chinese-musical-bridging-cultures-1Mw5mdYPYv6/video/wu_1jmltmgg512gj5evakv11qp1dcja/wu_1jmltmgg512gj5evakv11qp1dcja-750.jpg — 200 — 50.6 KiB — 42 ms — h2https://video.cgtn.com/news/2026-04-21/CGTN-anchor-engages-with-Dar-es-Salaam-students-in-Zoom-Chinese-class-1Mw5XhGSJuU/video/wu_1jmmqlo811q8g1vuk1u8j1sb4oor1d0/wu_1jmmqlo811q8g1vuk1u8j1sb4oor1d0-750.jpegvideo.cgtn.com/news/2026-04-21/CGTN... https://video.cgtn.com/news/2026-04-21/CGTN-anchor-engages-with-Dar-es-Salaam-students-in-Zoom-Chinese-class-1Mw5XhGSJuU/video/wu_1jmmqlo811q8g1vuk1u8j1sb4oor1d0/wu_1jmmqlo811q8g1vuk1u8j1sb4oor1d0-750.jpeg — 200 — 27.2 KiB — 18 ms — h2https://video.cgtn.com/news/2026-04-21/Technology-is-helping-break-down-barriers-for-learning-Chinese--1MwPYKeBpXq/video/wu_1jmo0qls91bae1rkt5fr1c7k20ba/wu_1jmo0qls91bae1rkt5fr1c7k20ba-750.jpgvideo.cgtn.com/news/2026-04-21/Tech... https://video.cgtn.com/news/2026-04-21/Technology-is-helping-break-down-barriers-for-learning-Chinese--1MwPYKeBpXq/video/wu_1jmo0qls91bae1rkt5fr1c7k20ba/wu_1jmo0qls91bae1rkt5fr1c7k20ba-750.jpg — 200 — 17.6 KiB — 9 ms — h2https://video.cgtn.com/news/2026-04-21/Report-stresses-unity-as-tensions-challenge-global-security-landscape-1MwhVO2ESfC/video/wu_1jmn5cfo6cjc1roh16971rkctjgqlu/wu_1jmn5cfo6cjc1roh16971rkctjgqlu-750.jpgvideo.cgtn.com/news/2026-04-21/Repo... https://video.cgtn.com/news/2026-04-21/Report-stresses-unity-as-tensions-challenge-global-security-landscape-1MwhVO2ESfC/video/wu_1jmn5cfo6cjc1roh16971rkctjgqlu/wu_1jmn5cfo6cjc1roh16971rkctjgqlu-750.jpg — 200 — 26.6 KiB — 40 ms — h2https://ui.cgtn.com/static/ng/resource/images/gwab.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/gwab.png — 200 — 19.1 KiB — 177 ms — h2data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAA…data:application/font-woff;charset=... data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAA… — 200 — 1.6 KiB — 129 ms — datahttps://www.googletagmanager.com/gtm.js?id=GTM-KWDZVQ2www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-KWDZVQ2 — 200 — 125.2 KiB — 89 ms — h3https://ui.cgtn.com/static/ng/resource/images/2026/icon_play_small.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/2026/icon_play_small.png — 200 — 904 B — 176 ms — h2https://ui.cgtn.com/static/ng/resource/images/icon/cgtn-zwt.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/icon/cgtn-zwt.png — 200 — 3.6 KiB — 177 ms — h2https://ui.cgtn.com/static/ng/resource/images/2026/cg2026_home2_bg.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/2026/cg2026_home2_bg.png — 200 — 4.3 KiB — 180 ms — h2https://news.cgtn.com/news/2026-04-21/Beyond-the-screen-Inside-the-immersive-unit-1MwrTFXE76w/img/4a148533259f4380861701aa4ccee36d/4a148533259f4380861701aa4ccee36d-750.jpegnews.cgtn.com/news/2026-04-21/Beyon... https://news.cgtn.com/news/2026-04-21/Beyond-the-screen-Inside-the-immersive-unit-1MwrTFXE76w/img/4a148533259f4380861701aa4ccee36d/4a148533259f4380861701aa4ccee36d-750.jpeg — 200 — 46.5 KiB — 168 ms — h2https://news.cgtn.com/editor/2019-09-09/667/img/77a2932b3bf8427a84151935368656d0/77a2932b3bf8427a84151935368656d0.jpgnews.cgtn.com/editor/2019-09-09/667... https://news.cgtn.com/editor/2019-09-09/667/img/77a2932b3bf8427a84151935368656d0/77a2932b3bf8427a84151935368656d0.jpg — 200 — 671.8 KiB — 272 ms — h2https://ui.cgtn.com/static/ng/resource/images/2026/arrow-drop-right-line-active.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/2026/arrow-drop-right-line-active.png — 200 — 628 B — 162 ms — h2https://ui.cgtn.com/static/ng/resource/images/2026/arrow-drop-right-line.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/2026/arrow-drop-right-line.png — 200 — 695 B — 162 ms — h2https://ui.cgtn.com/static/ng/resource/fonts/HelveticaNeue/HelveticaNeueLTPro-Roman.ttfui.cgtn.com/static/ng/resource/font... https://ui.cgtn.com/static/ng/resource/fonts/HelveticaNeue/HelveticaNeueLTPro-Roman.ttf — 200 — 64.2 KiB — 51 ms — h2https://ui.cgtn.com/static/ng/resource/fonts/HelveticaNeue/HelveticaNeueLTPro-Bd.ttfui.cgtn.com/static/ng/resource/font... https://ui.cgtn.com/static/ng/resource/fonts/HelveticaNeue/HelveticaNeueLTPro-Bd.ttf — 200 — 63.7 KiB — 45 ms — h2https://ui.cgtn.com/static/ng/resource/fonts/GeorgiaPro/GeorgiaPro-SemiBold.ttfui.cgtn.com/static/ng/resource/font... https://ui.cgtn.com/static/ng/resource/fonts/GeorgiaPro/GeorgiaPro-SemiBold.ttf — 200 — 140.6 KiB — 38 ms — h2https://ui.cgtn.com/static/ng/resource/fonts/GeorgiaPro/GeorgiaPro-Regular.ttfui.cgtn.com/static/ng/resource/font... https://ui.cgtn.com/static/ng/resource/fonts/GeorgiaPro/GeorgiaPro-Regular.ttf — 200 — 136.7 KiB — 41 ms — h2https://ui.cgtn.com/static/ng/resource/fonts/GeorgiaPro/GeorgiaPro-Bold.ttfui.cgtn.com/static/ng/resource/font... https://ui.cgtn.com/static/ng/resource/fonts/GeorgiaPro/GeorgiaPro-Bold.ttf — 200 — 138.5 KiB — 41 ms — h2https://news.cgtn.com/news/2025-10-03/CGTN-AI-3D-animated-short-The-Legend-of-the-Monkey-King-coming-soon-1HaL2QtGi76/img/0dac0a8653774f1ab5d2fab019609108/0dac0a8653774f1ab5d2fab019609108.jpegnews.cgtn.com/news/2025-10-03/CGTN-... https://news.cgtn.com/news/2025-10-03/CGTN-AI-3D-animated-short-The-Legend-of-the-Monkey-King-coming-soon-1HaL2QtGi76/img/0dac0a8653774f1ab5d2fab019609108/0dac0a8653774f1ab5d2fab019609108.jpeg — 200 — 351.8 KiB — 223 ms — h2https://ui.cgtn.com/static/ng/resource/images/cg2026_components/live_now_bg.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/cg2026_components/live_now_bg.png — 200 — 44.5 KiB — 187 ms — h2https://ui.cgtn.com/static/ng/resource/images/cg2026_components/title_gray_arrow.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/cg2026_components/title_gray_arrow.png — 200 — 540 B — 160 ms — h2https://ui.cgtn.com/static/ng/resource/images/icon_new/common/cg_play_60.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/icon_new/common/cg_play_60.png — 200 — 13.3 KiB — 160 ms — h2https://ui.cgtn.com/static/ng/resource/images/cg2026_common_icons/arrow-right-s-line@1x.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/cg2026_common_icons/arrow-right-s-line@1x.png — 200 — 567 B — 175 ms — h2https://ui.cgtn.com/static/ng/resource/images/cg2026_common_icons/icon-arrow-left-pc.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/cg2026_common_icons/icon-arrow-left-pc.png — 200 — 835 B — 178 ms — h2https://ui.cgtn.com/static/ng/resource/images/cg2026_components/cg2026_home_7_bg.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/cg2026_components/cg2026_home_7_bg.png — 200 — 186.4 KiB — 200 ms — h2https://ui.cgtn.com/static/ng/resource/images/cg2026_common_icons/clab_logo.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/cg2026_common_icons/clab_logo.png — 200 — 3.5 KiB — 173 ms — h2https://ui.cgtn.com/static/ng/resource/images/cg2026_common_icons/icon-arrow-pad.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/cg2026_common_icons/icon-arrow-pad.png — 200 — 616 B — 189 ms — h2https://ui.cgtn.com/static/ng/resource/images/cg2026_components/cg2026_video_arrow.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/cg2026_components/cg2026_video_arrow.png — 200 — 1019 B — 157 ms — h2https://ui.cgtn.com/static/ng/resource/images/cg2026_common_icons/v-studio.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/cg2026_common_icons/v-studio.png — 200 — 1.7 KiB — 157 ms — h2https://ui.cgtn.com/static/ng/resource/images/cg2026_components/left_btn_arrow.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/cg2026_components/left_btn_arrow.png — 200 — 853 B — 159 ms — h2https://ui.cgtn.com/static/ng/resource/images/header-v3/cgtn_logo_new.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/header-v3/cgtn_logo_new.png — 200 — 27.1 KiB — 185 ms — h2https://ui.cgtn.com/static/ng/resource/images/ng-home-2025/NEWSPAL-footer.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/ng-home-2025/NEWSPAL-footer.png — 200 — 2.2 KiB — 158 ms — h2https://ui.cgtn.com/static/ng/resource/images/header-v4/facebook-footer.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/header-v4/facebook-footer.png — 200 — 700 B — 177 ms — h2https://ui.cgtn.com/static/ng/resource/images/header-v4/twitter-footer.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/header-v4/twitter-footer.png — 200 — 1.1 KiB — 187 ms — h2https://ui.cgtn.com/static/ng/resource/images/header-v4/youtube-footer.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/header-v4/youtube-footer.png — 200 — 914 B — 197 ms — h2https://ui.cgtn.com/static/ng/resource/images/header-v4/ins-footer.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/header-v4/ins-footer.png — 200 — 1.1 KiB — 188 ms — h2https://ui.cgtn.com/static/ng/resource/images/header-v4/pinterest-footer.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/header-v4/pinterest-footer.png — 200 — 1.3 KiB — 158 ms — h2https://ui.cgtn.com/static/ng/resource/images/header-v4/quora-footer.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/header-v4/quora-footer.png — 200 — 1.1 KiB — 170 ms — h2https://ui.cgtn.com/static/ng/resource/images/header-v4/linkedin-footer.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/header-v4/linkedin-footer.png — 200 — 795 B — 187 ms — h2https://ui.cgtn.com/static/ng/resource/images/header-v4/threads-footer.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/header-v4/threads-footer.png — 200 — 1.3 KiB — 197 ms — h2https://ui.cgtn.com/static/ng/resource/images/header-v4/telegram-footer.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/header-v4/telegram-footer.png — 200 — 883 B — 187 ms — h2https://ui.cgtn.com/static/ng/resource/images/header-v4/tiktok-footer.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/header-v4/tiktok-footer.png — 200 — 961 B — 170 ms — h2https://ui.cgtn.com/static/ng/resource/images/header-v4/weibo-footer.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/header-v4/weibo-footer.png — 200 — 1.3 KiB — 169 ms — h2https://ui.cgtn.com/static/ng/resource/images/header-v4/wechat-footer.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/header-v4/wechat-footer.png — 200 — 1.1 KiB — 176 ms — h2https://ui.cgtn.com/static/ng/resource/images/header-v4/toutiao-footer.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/header-v4/toutiao-footer.png — 200 — 1.1 KiB — 170 ms — h2https://ui.cgtn.com/static/ng/resource/images/header-v3/download1.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/header-v3/download1.png — 200 — 18.3 KiB — 180 ms — h2https://ui.cgtn.com/static/ng/resource/images/header-v3/download2.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/header-v3/download2.png — 200 — 20.9 KiB — 187 ms — h2https://ui.cgtn.com/static/ng/resource/images/header-v3/download3.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/header-v3/download3.png — 200 — 17.8 KiB — 180 ms — h2https://ui.cgtn.com/static/ng/resource/images/header-v3/download4.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/header-v3/download4.png — 200 — 21.1 KiB — 181 ms — h2https://news.cgtn.com/news/2025-12-29/Side-by-Side-Foreign-volunteers-in-China-s-anti-fascist-struggle-1JuQmSrYVwc/img/15d3461df6cd4a7e89ef3d0a803e301b/15d3461df6cd4a7e89ef3d0a803e301b.jpegnews.cgtn.com/news/2025-12-29/Side-... https://news.cgtn.com/news/2025-12-29/Side-by-Side-Foreign-volunteers-in-China-s-anti-fascist-struggle-1JuQmSrYVwc/img/15d3461df6cd4a7e89ef3d0a803e301b/15d3461df6cd4a7e89ef3d0a803e301b.jpeg — 200 — 249.8 KiB — 120 ms — h2https://news.cgtn.com/news/2022-10-26/The-Numbers-of-a-Decade-A-Journey-through-China-s-Modernization-1erSUUUtmW4/img/8f77516724f64bc9af3525bfc036e977/8f77516724f64bc9af3525bfc036e977.gifnews.cgtn.com/news/2022-10-26/The-N... https://news.cgtn.com/news/2022-10-26/The-Numbers-of-a-Decade-A-Journey-through-China-s-Modernization-1erSUUUtmW4/img/8f77516724f64bc9af3525bfc036e977/8f77516724f64bc9af3525bfc036e977.gif — 200 — 1.0 MiB — 157 ms — h2https://news.cgtn.com/news/2025-12-31/MEETING-THE-PEOPLE-S-ASPIRATIONS-1JyEwH0kWxq/img/9d2533f68bd54464af74db6efee56283/9d2533f68bd54464af74db6efee56283-750.jpegnews.cgtn.com/news/2025-12-31/MEETI... https://news.cgtn.com/news/2025-12-31/MEETING-THE-PEOPLE-S-ASPIRATIONS-1JyEwH0kWxq/img/9d2533f68bd54464af74db6efee56283/9d2533f68bd54464af74db6efee56283-750.jpeg — 200 — 68.0 KiB — 102 ms — h2https://news.cgtn.com/news/2026-04-21/CGTN-Poll-Over-80-oppose-Japan-returning-to-the-path-of-aggression-1MwTysHCzHa/img/19c3e50ea54240c392290a18dc04c8a1/19c3e50ea54240c392290a18dc04c8a1-750.pngnews.cgtn.com/news/2026-04-21/CGTN-... https://news.cgtn.com/news/2026-04-21/CGTN-Poll-Over-80-oppose-Japan-returning-to-the-path-of-aggression-1MwTysHCzHa/img/19c3e50ea54240c392290a18dc04c8a1/19c3e50ea54240c392290a18dc04c8a1-750.png — 200 — 839.5 KiB — 148 ms — h2https://news.cgtn.com/news/2025-12-28/How-China-Works-1Jtgai4f0Ry/img/fa63eb69d477420986c476f6a8e83035/fa63eb69d477420986c476f6a8e83035-750.jpegnews.cgtn.com/news/2025-12-28/How-C... https://news.cgtn.com/news/2025-12-28/How-China-Works-1Jtgai4f0Ry/img/fa63eb69d477420986c476f6a8e83035/fa63eb69d477420986c476f6a8e83035-750.jpeg — 200 — 58.6 KiB — 100 ms — h2https://ui.cgtn.com/static/ng/resource/images/icon/btn_close.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/icon/btn_close.png — 200 — 1.5 KiB — 60 ms — h2https://ui.cgtn.com/static/ng/resource/images/icon/icon_agree.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/icon/icon_agree.png — 200 — 1.7 KiB — 60 ms — h2https://news.cgtn.com/news/2025-09-02/Unforgotten-Front-China-in-WWII-Interactive-walk-through-history-1GhHHVJUMKI/img/8cefd91bc0af4774a3e2df74fe14149f/8cefd91bc0af4774a3e2df74fe14149f.jpegnews.cgtn.com/news/2025-09-02/Unfor... https://news.cgtn.com/news/2025-09-02/Unforgotten-Front-China-in-WWII-Interactive-walk-through-history-1GhHHVJUMKI/img/8cefd91bc0af4774a3e2df74fe14149f/8cefd91bc0af4774a3e2df74fe14149f.jpeg — 200 — 606.6 KiB — 98 ms — h2https://news.cgtn.com/news/7830796333566d54/img/dbd4571f815e4d15bbef6604e06bdd92/dbd4571f815e4d15bbef6604e06bdd92.jpegnews.cgtn.com/news/7830796333566d54... https://news.cgtn.com/news/7830796333566d54/img/dbd4571f815e4d15bbef6604e06bdd92/dbd4571f815e4d15bbef6604e06bdd92.jpeg — 200 — 630.5 KiB — 99 ms — h2https://ui.cgtn.com/static/ng/resource/images/cg2026_common_icons/icon-arrow-left-pc-disabled.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/cg2026_common_icons/icon-arrow-left-pc-disabled.png — 200 — 857 B — 61 ms — h2https://news.cgtn.com/news/2025-12-29/Ask-Confucius-1JvnyuloMms/img/4d3b736f54744c2a8cbbe37372278ca9/4d3b736f54744c2a8cbbe37372278ca9.pngnews.cgtn.com/news/2025-12-29/Ask-C... https://news.cgtn.com/news/2025-12-29/Ask-Confucius-1JvnyuloMms/img/4d3b736f54744c2a8cbbe37372278ca9/4d3b736f54744c2a8cbbe37372278ca9.png — 200 — 1.2 MiB — 169 ms — h2https://news.cgtn.com/news/3d3d414e77516a4e34457a6333566d54/img/ce24f5db7d574cdfa739f10f120b6031/ce24f5db7d574cdfa739f10f120b6031.jpgnews.cgtn.com/news/3d3d414e77516a4e... https://news.cgtn.com/news/3d3d414e77516a4e34457a6333566d54/img/ce24f5db7d574cdfa739f10f120b6031/ce24f5db7d574cdfa739f10f120b6031.jpg — 200 — 495.6 KiB — 95 ms — h2https://news.cgtn.com/news/7830796333566d54/img/a136bdc0f77f43bea29a5409b86f97ca/a136bdc0f77f43bea29a5409b86f97ca.pngnews.cgtn.com/news/7830796333566d54... https://news.cgtn.com/news/7830796333566d54/img/a136bdc0f77f43bea29a5409b86f97ca/a136bdc0f77f43bea29a5409b86f97ca.png — 200 — 1.5 MiB — 164 ms — h2https://news.cgtn.com/news/2026-04-21/Two-teens-killed-in-shooting-during-planned-fight-in-North-Carolina-1Mw2LSqt4SA/img/17c57236ec814a3e9a64ab9aaca57ac4/17c57236ec814a3e9a64ab9aaca57ac4-750.jpegnews.cgtn.com/news/2026-04-21/Two-t... https://news.cgtn.com/news/2026-04-21/Two-teens-killed-in-shooting-during-planned-fight-in-North-Carolina-1Mw2LSqt4SA/img/17c57236ec814a3e9a64ab9aaca57ac4/17c57236ec814a3e9a64ab9aaca57ac4-750.jpeg — 200 — 103.3 KiB — 61 ms — h2https://news.cgtn.com/news/2026-04-21/Fareed-Zakaria-US-recklessness-may-hand-global-mantle-to-China-1MwqALBQH28/img/7cc2e823c2f045ca81bbfee66de27605/7cc2e823c2f045ca81bbfee66de27605-750.jpegnews.cgtn.com/news/2026-04-21/Faree... https://news.cgtn.com/news/2026-04-21/Fareed-Zakaria-US-recklessness-may-hand-global-mantle-to-China-1MwqALBQH28/img/7cc2e823c2f045ca81bbfee66de27605/7cc2e823c2f045ca81bbfee66de27605-750.jpeg — 200 — 147.6 KiB — 74 ms — h2https://news.cgtn.com/news/2026-04-21/Global-security-needs-rule-of-law-Ambassador-of-Dominica-to-China-1MwAWmiPcUU/img/df8e46be3c984f8e802275d9d3f1d867/df8e46be3c984f8e802275d9d3f1d867-750.pngnews.cgtn.com/news/2026-04-21/Globa... https://news.cgtn.com/news/2026-04-21/Global-security-needs-rule-of-law-Ambassador-of-Dominica-to-China-1MwAWmiPcUU/img/df8e46be3c984f8e802275d9d3f1d867/df8e46be3c984f8e802275d9d3f1d867-750.png — 200 — 1.6 MiB — 161 ms — h2https://news.cgtn.com/news/2026-04-21/Chinese-designed-humanoid-robots-gain-popularity-in-Peru-1MwhukqLL6E/img/700a97ba4a244d9b9d332b5630c79675/700a97ba4a244d9b9d332b5630c79675-750.jpegnews.cgtn.com/news/2026-04-21/Chine... https://news.cgtn.com/news/2026-04-21/Chinese-designed-humanoid-robots-gain-popularity-in-Peru-1MwhukqLL6E/img/700a97ba4a244d9b9d332b5630c79675/700a97ba4a244d9b9d332b5630c79675-750.jpeg — 200 — 75.8 KiB — 64 ms — h2https://ui.cgtn.com/static/ng/resource/images/icon/cover-video-play.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/icon/cover-video-play.png — 200 — 1.2 KiB — 73 ms — h2https://news.cgtn.com/news/2026-04-21/Greater-Bay-Area-s-first-Hualong-One-nuclear-power-unit-starts-operation-1MwtaGlpoGI/img/79e3da91033c4afe82b31b3077a863d6/79e3da91033c4afe82b31b3077a863d6-750.jpegnews.cgtn.com/news/2026-04-21/Great... https://news.cgtn.com/news/2026-04-21/Greater-Bay-Area-s-first-Hualong-One-nuclear-power-unit-starts-operation-1MwtaGlpoGI/img/79e3da91033c4afe82b31b3077a863d6/79e3da91033c4afe82b31b3077a863d6-750.jpeg — 200 — 140.2 KiB — 74 ms — h2https://news.cgtn.com/news/2026-02-15/Timeless-crafts-timeless-blessings-1KMAIuyudQ4/img/09ece93226f649caa3ae40e023918c56/09ece93226f649caa3ae40e023918c56-750.jpegnews.cgtn.com/news/2026-02-15/Timel... https://news.cgtn.com/news/2026-02-15/Timeless-crafts-timeless-blessings-1KMAIuyudQ4/img/09ece93226f649caa3ae40e023918c56/09ece93226f649caa3ae40e023918c56-750.jpeg — 200 — 112.2 KiB — 62 ms — h2https://news.cgtn.com/news/2026-04-12/Hainan-Expo-2026-1MhgLWUFSYE/img/14032330d30f45a4b4a077e60456931a/14032330d30f45a4b4a077e60456931a.jpegnews.cgtn.com/news/2026-04-12/Haina... https://news.cgtn.com/news/2026-04-12/Hainan-Expo-2026-1MhgLWUFSYE/img/14032330d30f45a4b4a077e60456931a/14032330d30f45a4b4a077e60456931a.jpeg — 200 — 535.5 KiB — 86 ms — h2https://news.cgtn.com/news/2026-04-14/BJIFF-1Mln91wH8bK/img/f04a09a7b00646bfa8f0b417537246d0/f04a09a7b00646bfa8f0b417537246d0.jpegnews.cgtn.com/news/2026-04-14/BJIFF... https://news.cgtn.com/news/2026-04-14/BJIFF-1Mln91wH8bK/img/f04a09a7b00646bfa8f0b417537246d0/f04a09a7b00646bfa8f0b417537246d0.jpeg — 200 — 1.1 MiB — 162 ms — h2https://news.cgtn.com/news/2026-01-14/Tensions-in-Iran-web-1JVWgxxbHrO/img/67a817b4e170497f8ce5555f67b4ebdd/67a817b4e170497f8ce5555f67b4ebdd.jpegnews.cgtn.com/news/2026-01-14/Tensi... https://news.cgtn.com/news/2026-01-14/Tensions-in-Iran-web-1JVWgxxbHrO/img/67a817b4e170497f8ce5555f67b4ebdd/67a817b4e170497f8ce5555f67b4ebdd.jpeg — 200 — 523.5 KiB — 104 ms — h2https://news.cgtn.com/news/2026-03-12/Buzzing-China-1Ls01NZEdGM/img/dd1cff502387413d9faad810ab48a1df/dd1cff502387413d9faad810ab48a1df.jpegnews.cgtn.com/news/2026-03-12/Buzzi... https://news.cgtn.com/news/2026-03-12/Buzzing-China-1Ls01NZEdGM/img/dd1cff502387413d9faad810ab48a1df/dd1cff502387413d9faad810ab48a1df.jpeg — 200 — 2.2 MiB — 236 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-Q2N7DKTSVJ&gtm=45je64h1v887460319za200&_p=1776812945867&gcs=G100&gcd=13p3pPp2p5l1&npa=1&dma_cps=-&dma=1&_eu=AAAAAGA&are=1&cid=1230809415.1776812947&frm=0&pscdl=denied&rcb=19&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~115938466~115938469~117266401~118463262&sid=1776812946&sct=1&seg=0&dl=https%3A%2F%2Fwww.cgtn.com%2F&dt=CGTN%20%7C%20Breaking%20News%2C%20China%20News%2C%20World%20News%20and%20Video&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.id_info=1JdYPR5nUGY&ep.news_id=1JdYPR5nUGY&ep.headline=Home&ep.publish_date=1%2C766%2C658%2C680%2C000&ep.editor=Li%20Zhiang&tfd=1368region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-Q2N7DKTSVJ&gtm=45je64h1v887460319za200&_p=1776812945867&gcs=G100&gcd=13p3pPp2p5l1&npa=1&dma_cps=-&dma=1&_eu=AAAAAGA&are=1&cid=1230809415.1776812947&frm=0&pscdl=denied&rcb=19&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~115938466~115938469~117266401~118463262&sid=1776812946&sct=1&seg=0&dl=https%3A%2F%2Fwww.cgtn.com%2F&dt=CGTN%20%7C%20Breaking%20News%2C%20China%20News%2C%20World%20News%20and%20Video&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.id_info=1JdYPR5nUGY&ep.news_id=1JdYPR5nUGY&ep.headline=Home&ep.publish_date=1%2C766%2C658%2C680%2C000&ep.editor=Li%20Zhiang&tfd=1368 — 204 — 547 B — 99 ms — h2https://news.cgtn.com/news/2026-02-26/China-s-two-sessions-2026-1L4s9Uy75sY/img/e6d05c06101b4fb0b038e877ba985eb6/e6d05c06101b4fb0b038e877ba985eb6.jpegnews.cgtn.com/news/2026-02-26/China... https://news.cgtn.com/news/2026-02-26/China-s-two-sessions-2026-1L4s9Uy75sY/img/e6d05c06101b4fb0b038e877ba985eb6/e6d05c06101b4fb0b038e877ba985eb6.jpeg — 200 — 373.5 KiB — 86 ms — h2https://news.cgtn.com/news/2025-11-15/Japan-s-Provocation-1IklS1IWHmM/img/c2b437c40a824136a472e8d68aa33329/c2b437c40a824136a472e8d68aa33329.jpegnews.cgtn.com/news/2025-11-15/Japan... https://news.cgtn.com/news/2025-11-15/Japan-s-Provocation-1IklS1IWHmM/img/c2b437c40a824136a472e8d68aa33329/c2b437c40a824136a472e8d68aa33329.jpeg — 200 — 2.0 MiB — 200 ms — h2https://script.crazyegg.com/pages/scripts/0122/7365.jsscript.crazyegg.com/pages/scripts/0... https://script.crazyegg.com/pages/scripts/0122/7365.js — 200 — 2.7 KiB — 45 ms — h3https://news.cgtn.com/news/2025-10-15/4th-plenary-session-of-20th-CPC-Central-Committee-1Huvlw86uXK/img/25def4613e934473b7189e7d35a76bc1/25def4613e934473b7189e7d35a76bc1.jpegnews.cgtn.com/news/2025-10-15/4th-p... https://news.cgtn.com/news/2025-10-15/4th-plenary-session-of-20th-CPC-Central-Committee-1Huvlw86uXK/img/25def4613e934473b7189e7d35a76bc1/25def4613e934473b7189e7d35a76bc1.jpeg — 200 — 151.2 KiB — 60 ms — h2https://news.cgtn.com/news/2025-08-24/80-years-of-victory-united-with-peace-1G61hHRdQ4M/img/0c4c58b24eca421abde9e7f891fa5d52/0c4c58b24eca421abde9e7f891fa5d52.jpegnews.cgtn.com/news/2025-08-24/80-ye... https://news.cgtn.com/news/2025-08-24/80-years-of-victory-united-with-peace-1G61hHRdQ4M/img/0c4c58b24eca421abde9e7f891fa5d52/0c4c58b24eca421abde9e7f891fa5d52.jpeg — 200 — 990.8 KiB — 120 ms — h2https://news.cgtn.com/news/2025-04-06/Tang-Architecture-Building-Timeless-Glory-1Ck4XiO0j8A/img/a17d3fe07ec24af297daf91ebe6078ce/a17d3fe07ec24af297daf91ebe6078ce.jpegnews.cgtn.com/news/2025-04-06/Tang-... https://news.cgtn.com/news/2025-04-06/Tang-Architecture-Building-Timeless-Glory-1Ck4XiO0j8A/img/a17d3fe07ec24af297daf91ebe6078ce/a17d3fe07ec24af297daf91ebe6078ce.jpeg — 200 — 500.9 KiB — 94 ms — h2https://script.crazyegg.com/pages/data-scripts/0122/7365/site/www.cgtn.com.json?t=1script.crazyegg.com/pages/data-scri... https://script.crazyegg.com/pages/data-scripts/0122/7365/site/www.cgtn.com.json?t=1 — 200 — 1.7 KiB — 43 ms — h3https://news.cgtn.com/news/2026-04-21/Xi-Jinping-s-key-quotes-on-promoting-harmony-between-humanity-nature-1MwDMfddbnW/img/8c31b2e631364dcb821f8ce92b2038e6/8c31b2e631364dcb821f8ce92b2038e6-750.jpegnews.cgtn.com/news/2026-04-21/Xi-Ji... https://news.cgtn.com/news/2026-04-21/Xi-Jinping-s-key-quotes-on-promoting-harmony-between-humanity-nature-1MwDMfddbnW/img/8c31b2e631364dcb821f8ce92b2038e6/8c31b2e631364dcb821f8ce92b2038e6-750.jpeg — 200 — 41.3 KiB — 51 ms — h2https://script.crazyegg.com/pages/versioned/common-scripts/4ce8c7df8d425cc50464576824ed91eb.jsscript.crazyegg.com/pages/versioned... https://script.crazyegg.com/pages/versioned/common-scripts/4ce8c7df8d425cc50464576824ed91eb.js — 200 — 55.3 KiB — 57 ms — h3https://script.crazyegg.com/pages/data-scripts/0122/7365/sampling/www.cgtn.com.json?t=1script.crazyegg.com/pages/data-scri... https://script.crazyegg.com/pages/data-scripts/0122/7365/sampling/www.cgtn.com.json?t=1 — 200 — 350 B — 23 ms — h3https://www.cgtn.com/favicon.icowww.cgtn.com/favicon.ico https://www.cgtn.com/favicon.ico — 200 — 41.2 KiB — 6 ms — h2https://tracking.crazyegg.com/clock?u=1227365&st=451680&t=1776812947035&tk=afa4b592b179c35088134a364f166c3btracking.crazyegg.com/clock?u=12273... https://tracking.crazyegg.com/clock?u=1227365&st=451680&t=1776812947035&tk=afa4b592b179c35088134a364f166c3b — 204 — 0 B — 131 ms — h2https://ui.cgtn.com/static/ng/resource/images/logo_title.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/logo_title.png — 200 — 4.0 KiB — 3 ms — h2https://tracking.crazyegg.com/clock?u=1227365&st=451680&t=1776812947035&tk=afa4b592b179c35088134a364f166c3btracking.crazyegg.com/clock?u=12273... https://tracking.crazyegg.com/clock?u=1227365&st=451680&t=1776812947035&tk=afa4b592b179c35088134a364f166c3b — 200 — 147 B — 47 ms — h2https://script.crazyegg.com/pages/versioned/tracking-scripts/158692313dc4b9f2e28d9e9025e38d6b.jsscript.crazyegg.com/pages/versioned... https://script.crazyegg.com/pages/versioned/tracking-scripts/158692313dc4b9f2e28d9e9025e38d6b.js — 200 — 22.6 KiB — 24 ms — h3https://news.cgtn.com/news/2026-04-21/Live-Immerse-yourself-in-the-lush-bamboo-forests-in-Sichuan-Province-1MwStwW2RYk/img/41aafe0145f34628ae395f7eab269942/41aafe0145f34628ae395f7eab269942-750.pngnews.cgtn.com/news/2026-04-21/Live-... https://news.cgtn.com/news/2026-04-21/Live-Immerse-yourself-in-the-lush-bamboo-forests-in-Sichuan-Province-1MwStwW2RYk/img/41aafe0145f34628ae395f7eab269942/41aafe0145f34628ae395f7eab269942-750.png — 200 — 732.6 KiB — 32 ms — h2https://news.cgtn.com/news/2026-04-21/Live-The-13th-batch-of-Chinese-martyrs-remains-returned-from-ROK-1MwBk14J4go/img/0743326b1b8e47c9980657da9aabf1ff/0743326b1b8e47c9980657da9aabf1ff-750.pngnews.cgtn.com/news/2026-04-21/Live-... https://news.cgtn.com/news/2026-04-21/Live-The-13th-batch-of-Chinese-martyrs-remains-returned-from-ROK-1MwBk14J4go/img/0743326b1b8e47c9980657da9aabf1ff/0743326b1b8e47c9980657da9aabf1ff-750.png — 200 — 518.9 KiB — 32 ms — h2https://news.cgtn.com/news/2026-04-21/Live-US-Iran-ceasefire-set-to-expire-as-talks-remain-unresolved-1MwRn0AgEus/img/b96ce04588ee40b48f0afe2087ad7f99/b96ce04588ee40b48f0afe2087ad7f99-750.jpegnews.cgtn.com/news/2026-04-21/Live-... https://news.cgtn.com/news/2026-04-21/Live-US-Iran-ceasefire-set-to-expire-as-talks-remain-unresolved-1MwRn0AgEus/img/b96ce04588ee40b48f0afe2087ad7f99/b96ce04588ee40b48f0afe2087ad7f99-750.jpeg — 200 — 24.5 KiB — 5 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 849ms · 644KB · ¥24/mo
Unattributable
Other
Costly
Execution 245ms
Transfer 0 KB
Monthly Cost ¥7/mo
www.cgtn.com
Other
Costly
Execution 239ms
Transfer 388 KB
Monthly Cost ¥7/mo
ui.cgtn.com
Other
Costly
Execution 204ms
Transfer 31 KB
Monthly Cost ¥6/mo
script.crazyegg.com
Other
Optional
Execution 92ms
Transfer 55 KB
Unused 54%
Monthly Cost ¥3/mo
Google Tag Manager
Tag Manager
Optional
Execution 69ms
Transfer 170 KB
Unused 41%
Monthly Cost ¥2/mo

These scripts may cost more than they're worth

  • Unattributable adds 245ms and costs ~¥7/month
  • www.cgtn.com adds 239ms and costs ~¥7/month
  • ui.cgtn.com adds 204ms and costs ~¥6/month

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

Why this matters

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

Learn more

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

Source: web.dev

Unattributable takes 245ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

www.cgtn.com takes 239ms 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

ui.cgtn.com takes 204ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

54% of script.crazyegg.com'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