Skip to content
https://cri.cn

Performance

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

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

42
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.
54
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
75
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

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

1.55 s

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

4.64 s

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

39 ms

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

1.004

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

2.77 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.11 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
5.7 MB transferred, 173 requests
FIX
5.7 MB transferred, 173 requests
Critical::
Page weighs 9.4 MB (5.7 MB transferred)
Warning::
Images are 3.9 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 3.9 MB
Warning::
JavaScript is 1.1 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.1 MB
Info::
Fonts are 473 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 473 KB
Warning::
173 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.2 g CO2 per page load
5.7 MB / 2.4 MB budget
5.7 MB transferred
173 requests
1.2 g CO2 per page load
Images 3.9 MiB 68%
JavaScript 1.1 MiB 19%
Fonts 472.9 KiB 8%
CSS 136.7 KiB 2%
Other 98.3 KiB 2%
HTML 37.1 KiB 1%
Other 2.0 KiB 0%
Other 45 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
99% third-party, 0 ms blocking
FIX
99% third-party, 0 ms blocking
Warning::
Third-party code accounts for 99% of page weight (5.7 MiB of 5.7 MiB)
Info::
Third-party blocking time is low (0 ms)
99%
First-party Third-party
F
JS Bundles
Action
26 scripts, 523 KB unused
FIX
26 scripts, 523 KB unused
Warning::
https://english.cri.cn/static/js/vendor.cd851b0ceb...: 249 KB unused (60%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-408...: 104 KB unused (74%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-YSD2...: 66 KB unused (38%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-408...: 54 KB unused (39%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://matomo.meldingcloud.com/matomo.js: 50 KB unused (75%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 523 KB
523 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://english.cri.cn/static/js/vendor.cd851b0cebaf9118d997.js415 KB249 KB (60%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-408174131&cx=c&gtm=4e64h1140 KB104 KB (74%)3rd
https://www.googletagmanager.com/gtag/js?id=G-YSD2Q29TGC173 KB66 KB (38%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-408174131140 KB54 KB (39%)3rd
https://matomo.meldingcloud.com/matomo.js68 KB50 KB (75%)3rd
https://f2.cri.cn/M00/2B/82/rBABCWCmE-6AGzjBAAAAAAAAAAA9345082.nav21.js2 KB3rd
https://www.google-analytics.com/analytics.js21 KB3rd
https://f2.cri.cn/M00/62/81/rBABCWLjcTiABHv2AAAAAAAAAAA8761058.nav22v2.js1 KB3rd
https://f2.cri.cn/M00/4F/D3/CqgNOl0-aB2AZ27lAAAAAAAAAAA5883992.zh-360.js2 KB3rd
https://english.cri.cn/static/js/ga.js?20221231-13 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
173 resources · 5.7 MB · 523 KB savings available
FIX
173 resources · 5.7 MB · 523 KB savings available
Warning::
Page weight 4.7 MB over 1MB target
Got: 5.7 MB Expected: ≤ 1 MB
Info::
~523 KB of savings available
Warning::
172 third-party resources (99% of weight)
Info::
7 resources over 200KB
173 resources · 5.7 MiB · 172 third-party 4.7 MiB over 1MB target
Image 68% · 3.9 MiB
JavaScript 19% · 1.1 MiB
Font 8% · 472.9 KiB
CSS 2% · 136.7 KiB
Other 2% · 99.9 KiB
Document 1% · 37.6 KiB

~523.4 KiB of savings available

Remove unused JavaScript: 523.4 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
106 images, 0 KB saveable
REVIEW
106 images, 0 KB saveable
Warning::
https://english.cri.cn/static/img/loading-16-9.bb1... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://radio-res.cgtn.com/image/2604/177677060147... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://english.cri.cn/static/img/logo.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://radio-res.cgtn.com/image/2604/177677934303... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://english.cri.cn/static/img/loading-1-1.f8c8... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://radio-res.cgtn.com/image/2604/177677784320... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
106 images 3.9 MB
0 oversized -0 KB
92 legacy format
7 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

B
JS Execution Cost
993ms total JS execution
REVIEW
993ms total JS execution
Warning::
https://english.cri.cn/static/js/0.37f18b9e96e1348...: 274ms CPU time
Warning::
Unattributable: 255ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-YSD2...: 137ms CPU time
Info::
https://english.cri.cn/static/js/app.d9339f2fbcc1b...: 115ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=AW-408...: 75ms CPU time
Warning::
Third-party scripts: 993ms (100% of total)

Main Thread Breakdown

Script Evaluation 47% Other 25% Style & Layout 15% Script Parsing & Compilation 6% Garbage Collection 3%
ScriptTotalScriptingParse/CompileParty
https://english.cri.cn/static/js/0.37f18b9e96e1348abf3b.js274ms183ms1ms3rd
Unattributable255ms8ms0ms3rd
https://www.googletagmanager.com/gtag/js?id=G-YSD2Q29TGC137ms86ms12ms3rd
https://english.cri.cn/static/js/app.d9339f2fbcc1b3288527.js115ms97ms5ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-40817413175ms66ms9ms3rd
https://english.cri.cn/72ms1ms0ms3rd
https://english.cri.cn/static/js/vendor.cd851b0cebaf9118d997.js66ms15ms25ms3rd
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 (473 KB)
PASS
6 fonts (473 KB)
Info::
6 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

6

473 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 FCP 1.6 s LCP 4.6 shttps://ui.cgtn.com/static/ng/resource/fonts/HelvaticaGenerate/HelveticaLTProBold.woff2HelveticaLTProBold.woff2 https://ui.cgtn.com/static/ng/resource/fonts/HelvaticaGenerate/HelveticaLTProBold.woff2 — 34.8 KiB — 312 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.0 KiB — 135 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.8 KiB — 133 ms — font-display: swaphttps://ui.cgtn.com/static/ng/resource/fonts/HelvaticaGenerate/HelveticaLTProRoman.woff2HelveticaLTProRoman.woff2 https://ui.cgtn.com/static/ng/resource/fonts/HelvaticaGenerate/HelveticaLTProRoman.woff2 — 35.1 KiB — 66 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 — 16 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 — 10 ms — font-display: swap
HelveticaLTProBold.woff2 woff2 swap
Size 35 KB
Load time 312 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
HelveticaNeueLTPro-Roma... ttf swap
Size 64 KB
Load time 135 ms
Start 1.4 s
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 133 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
HelveticaLTProRoman.woff2 woff2 swap
Size 35 KB
Load time 66 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
GeorgiaPro-Bold.ttf ttf swap
Size 138 KB
Load time 16 ms
Start 2.5 s
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 10 ms
Start 2.5 s
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 ~258 KB and ~516 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
173 requests over 2947ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.6 s LCP 4.6 shttps://cri.cn// https://cri.cn/ — 200 — 35.7 KiB — 680 ms — http/1.1https://f2.cri.cn/M00/7D/51/CqgNOlfoeD6AeS54AAAAAAAAAAA0078300.mobile-JumpURL.jsf2.cri.cn/M00/7D/51/CqgNOlfoeD6AeS5... https://f2.cri.cn/M00/7D/51/CqgNOlfoeD6AeS54AAAAAAAAAAA0078300.mobile-JumpURL.js — 200 — 2.0 KiB — 40 ms — http/1.1https://v2.cri.cn/2db8b8c1-fb1d-4098-bf99-3265861089df/image/2835f5fd60404d4b8b1fde51d26eb90f.1027x578.155x87.jpgv2.cri.cn/2db8b8c1-fb1d-4098-bf99-3... https://v2.cri.cn/2db8b8c1-fb1d-4098-bf99-3265861089df/image/2835f5fd60404d4b8b1fde51d26eb90f.1027x578.155x87.jpg — -1 — 0 B — 611 ms — https://f2.cri.cn/M00/1C/BD/CqgNOlZyI1KAXGZwAAAAAAAAAAA1648128.redirect.jsf2.cri.cn/M00/1C/BD/CqgNOlZyI1KAXGZ... https://f2.cri.cn/M00/1C/BD/CqgNOlZyI1KAXGZwAAAAAAAAAAA1648128.redirect.js — 200 — 1.6 KiB — 39 ms — http/1.1https://f2.cri.cn/M00/4F/D3/CqgNOl0-aB2AYauGAAAAAAAAAAA1611288.resetCSS.cssf2.cri.cn/M00/4F/D3/CqgNOl0-aB2AYau... https://f2.cri.cn/M00/4F/D3/CqgNOl0-aB2AYauGAAAAAAAAAAA1611288.resetCSS.css — 200 — 1.4 KiB — 29 ms — http/1.1https://f2.cri.cn/M00/2B/80/rBABC2CmE-6AT1RxAAAAAAAAAAA5129401.common.cssf2.cri.cn/M00/2B/80/rBABC2CmE-6AT1R... https://f2.cri.cn/M00/2B/80/rBABC2CmE-6AT1RxAAAAAAAAAAA5129401.common.css — 200 — 1.0 KiB — 28 ms — http/1.1https://f2.cri.cn/M00/2B/80/rBABC2CmE-6AT1RxAAAAAAAAAAA5129401.swiper.min451.cssf2.cri.cn/M00/2B/80/rBABC2CmE-6AT1R... https://f2.cri.cn/M00/2B/80/rBABC2CmE-6AT1RxAAAAAAAAAAA5129401.swiper.min451.css — 200 — 3.6 KiB — 24 ms — http/1.1https://f2.cri.cn/M00/2B/82/rBABCWCmE-6AGzjBAAAAAAAAAAA9345082.swiper.min451.jsf2.cri.cn/M00/2B/82/rBABCWCmE-6AGzj... https://f2.cri.cn/M00/2B/82/rBABCWCmE-6AGzjBAAAAAAAAAAA9345082.swiper.min451.js — 200 — 33.3 KiB — 40 ms — http/1.1https://f2.cri.cn/M00/2B/ED/rBABC2CrFv2AdppdAAAAAAAAAAA5445458.index.cssf2.cri.cn/M00/2B/ED/rBABC2CrFv2Adpp... https://f2.cri.cn/M00/2B/ED/rBABC2CrFv2AdppdAAAAAAAAAAA5445458.index.css — 200 — 6.5 KiB — 18 ms — http/1.1https://f2.cri.cn/M00/2B/ED/rBABC2CrFv2AdppdAAAAAAAAAAA5445458.index-2024.cssf2.cri.cn/M00/2B/ED/rBABC2CrFv2Adpp... https://f2.cri.cn/M00/2B/ED/rBABC2CrFv2AdppdAAAAAAAAAAA5445458.index-2024.css — 200 — 1.6 KiB — 27 ms — http/1.1https://f2.cri.cn/M00/1B/18/CqgNOlZVFjiAPRQuAAAAAAAAAAA6096596.jquery360.jsf2.cri.cn/M00/1B/18/CqgNOlZVFjiAPRQ... https://f2.cri.cn/M00/1B/18/CqgNOlZVFjiAPRQuAAAAAAAAAAA6096596.jquery360.js — 200 — 30.8 KiB — 40 ms — http/1.1https://f2.cri.cn/M00/1B/18/CqgNOlZVFjiAPRQuAAAAAAAAAAA6096596.jqmigrate340.jsf2.cri.cn/M00/1B/18/CqgNOlZVFjiAPRQ... https://f2.cri.cn/M00/1B/18/CqgNOlZVFjiAPRQuAAAAAAAAAAA6096596.jqmigrate340.js — 200 — 5.3 KiB — 38 ms — http/1.1https://v2.cri.cn/M00/2B/80/rBABC2CmE-6AT1RxAAAAAAAAAAA5129401.nav21.cssv2.cri.cn/M00/2B/80/rBABC2CmE-6AT1R... https://v2.cri.cn/M00/2B/80/rBABC2CmE-6AT1RxAAAAAAAAAAA5129401.nav21.css — 200 — 3.7 KiB — 26 ms — http/1.1https://f2.cri.cn/M00/62/86/rBABC2LjcTGACbMTAAAAAAAAAAA9409174.nav22v2.cssf2.cri.cn/M00/62/86/rBABC2LjcTGACbM... https://f2.cri.cn/M00/62/86/rBABC2LjcTGACbMTAAAAAAAAAAA9409174.nav22v2.css — 200 — 836 B — 26 ms — http/1.1https://v2.cri.cn/M00/8C/0C/rBABDGckKl6ADwLVAAAAAAAAAAA8465624.nav24v1.cssv2.cri.cn/M00/8C/0C/rBABDGckKl6ADwL... https://v2.cri.cn/M00/8C/0C/rBABDGckKl6ADwLVAAAAAAAAAAA8465624.nav24v1.css — 200 — 882 B — 25 ms — http/1.1https://f2.cri.cn/M00/4F/D3/CqgNOl0-aB2AZ27lAAAAAAAAAAA5883992.search.jsf2.cri.cn/M00/4F/D3/CqgNOl0-aB2AZ27... https://f2.cri.cn/M00/4F/D3/CqgNOl0-aB2AZ27lAAAAAAAAAAA5883992.search.js — 200 — 1.6 KiB — 33 ms — http/1.1https://f2.cri.cn/M00/4F/D3/CqgNOl0-aB2AZr1jAAAAAAAAAAA7296456.redsearch.pngf2.cri.cn/M00/4F/D3/CqgNOl0-aB2AZr1... https://f2.cri.cn/M00/4F/D3/CqgNOl0-aB2AZr1jAAAAAAAAAAA7296456.redsearch.png — 200 — 1.8 KiB — 6 ms — http/1.1https://f2.cri.cn/M00/2B/82/rBABCWCmE-6AGzjBAAAAAAAAAAA9345082.nav21.jsf2.cri.cn/M00/2B/82/rBABCWCmE-6AGzj... https://f2.cri.cn/M00/2B/82/rBABCWCmE-6AGzjBAAAAAAAAAAA9345082.nav21.js — 200 — 1.5 KiB — 5 ms — http/1.1https://f2.cri.cn/M00/62/81/rBABCWLjcTiABHv2AAAAAAAAAAA8761058.nav22v2.jsf2.cri.cn/M00/62/81/rBABCWLjcTiABHv... https://f2.cri.cn/M00/62/81/rBABCWLjcTiABHv2AAAAAAAAAAA8761058.nav22v2.js — 200 — 1.1 KiB — 5 ms — http/1.1https://f2.cri.cn/M00/4F/D3/CqgNOl0-aB2AZ27lAAAAAAAAAAA5883992.zh-360.jsf2.cri.cn/M00/4F/D3/CqgNOl0-aB2AZ27... https://f2.cri.cn/M00/4F/D3/CqgNOl0-aB2AZ27lAAAAAAAAAAA5883992.zh-360.js — 200 — 1.7 KiB — 5 ms — http/1.1https://v2.cri.cn/2db8b8c1-fb1d-4098-bf99-3265861089df/image/bab2b0a4b99a4b41a5501beef309c8ff.1080x608.1000x563.jpgv2.cri.cn/2db8b8c1-fb1d-4098-bf99-3... https://v2.cri.cn/2db8b8c1-fb1d-4098-bf99-3265861089df/image/bab2b0a4b99a4b41a5501beef309c8ff.1080x608.1000x563.jpg — 200 — 130.4 KiB — 14 ms — http/1.1https://v2.cri.cn/2db8b8c1-fb1d-4098-bf99-3265861089df/image/2835f5fd60404d4b8b1fde51d26eb90f.1027x578.1000x563.jpgv2.cri.cn/2db8b8c1-fb1d-4098-bf99-3... https://v2.cri.cn/2db8b8c1-fb1d-4098-bf99-3265861089df/image/2835f5fd60404d4b8b1fde51d26eb90f.1027x578.1000x563.jpg — 200 — 92.9 KiB — 15 ms — http/1.1http://english.cri.cn/english.cri.cn/ http://english.cri.cn/ — 307 — 0 B — 8 ms — http/1.1https://english.cri.cn/english.cri.cn/ https://english.cri.cn/ — 200 — 1.5 KiB — 538 ms — h2https://v2.cri.cn/2db8b8c1-fb1d-4098-bf99-3265861089df/image/2811ae80712c421ea3868b7c19552829.1000x563.jpgv2.cri.cn/2db8b8c1-fb1d-4098-bf99-3... https://v2.cri.cn/2db8b8c1-fb1d-4098-bf99-3265861089df/image/2811ae80712c421ea3868b7c19552829.1000x563.jpg — 200 — 138.5 KiB — 8 ms — http/1.1https://v2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b6135667d84a/image/659a352382354bc69a86a30d0172473c.1000x563.pngv2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b... https://v2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b6135667d84a/image/659a352382354bc69a86a30d0172473c.1000x563.png — 200 — 355.7 KiB — 14 ms — http/1.1https://v2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b6135667d84a/image/24f7b232b3c14519b9afc2acdf41cf06.1317x741.1000x563.jpegv2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b... https://v2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b6135667d84a/image/24f7b232b3c14519b9afc2acdf41cf06.1317x741.1000x563.jpeg — 200 — 131.1 KiB — 7 ms — http/1.1https://v2.cri.cn/2db8b8c1-fb1d-4098-bf99-3265861089df/image/bab2b0a4b99a4b41a5501beef309c8ff.1080x608.155x87.jpgv2.cri.cn/2db8b8c1-fb1d-4098-bf99-3... https://v2.cri.cn/2db8b8c1-fb1d-4098-bf99-3265861089df/image/bab2b0a4b99a4b41a5501beef309c8ff.1080x608.155x87.jpg — 200 — 8.5 KiB — 273 ms — http/1.1https://v2.cri.cn/2db8b8c1-fb1d-4098-bf99-3265861089df/image/2811ae80712c421ea3868b7c19552829.1000x563.155x87.jpgv2.cri.cn/2db8b8c1-fb1d-4098-bf99-3... https://v2.cri.cn/2db8b8c1-fb1d-4098-bf99-3265861089df/image/2811ae80712c421ea3868b7c19552829.1000x563.155x87.jpg — 200 — 7.8 KiB — 5 ms — http/1.1https://v2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b6135667d84a/image/659a352382354bc69a86a30d0172473c.1000x563.155x87.pngv2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b... https://v2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b6135667d84a/image/659a352382354bc69a86a30d0172473c.1000x563.155x87.png — 200 — 14.2 KiB — 4 ms — http/1.1
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.6 s LCP 4.6 shttps://cri.cn// https://cri.cn/ — 200 — 35.7 KiB — 680 ms — http/1.1https://f2.cri.cn/M00/7D/51/CqgNOlfoeD6AeS54AAAAAAAAAAA0078300.mobile-JumpURL.jsf2.cri.cn/M00/7D/51/CqgNOlfoeD6AeS5... https://f2.cri.cn/M00/7D/51/CqgNOlfoeD6AeS54AAAAAAAAAAA0078300.mobile-JumpURL.js — 200 — 2.0 KiB — 40 ms — http/1.1https://v2.cri.cn/2db8b8c1-fb1d-4098-bf99-3265861089df/image/2835f5fd60404d4b8b1fde51d26eb90f.1027x578.155x87.jpgv2.cri.cn/2db8b8c1-fb1d-4098-bf99-3... https://v2.cri.cn/2db8b8c1-fb1d-4098-bf99-3265861089df/image/2835f5fd60404d4b8b1fde51d26eb90f.1027x578.155x87.jpg — -1 — 0 B — 611 ms — https://f2.cri.cn/M00/1C/BD/CqgNOlZyI1KAXGZwAAAAAAAAAAA1648128.redirect.jsf2.cri.cn/M00/1C/BD/CqgNOlZyI1KAXGZ... https://f2.cri.cn/M00/1C/BD/CqgNOlZyI1KAXGZwAAAAAAAAAAA1648128.redirect.js — 200 — 1.6 KiB — 39 ms — http/1.1https://f2.cri.cn/M00/4F/D3/CqgNOl0-aB2AYauGAAAAAAAAAAA1611288.resetCSS.cssf2.cri.cn/M00/4F/D3/CqgNOl0-aB2AYau... https://f2.cri.cn/M00/4F/D3/CqgNOl0-aB2AYauGAAAAAAAAAAA1611288.resetCSS.css — 200 — 1.4 KiB — 29 ms — http/1.1https://f2.cri.cn/M00/2B/80/rBABC2CmE-6AT1RxAAAAAAAAAAA5129401.common.cssf2.cri.cn/M00/2B/80/rBABC2CmE-6AT1R... https://f2.cri.cn/M00/2B/80/rBABC2CmE-6AT1RxAAAAAAAAAAA5129401.common.css — 200 — 1.0 KiB — 28 ms — http/1.1https://f2.cri.cn/M00/2B/80/rBABC2CmE-6AT1RxAAAAAAAAAAA5129401.swiper.min451.cssf2.cri.cn/M00/2B/80/rBABC2CmE-6AT1R... https://f2.cri.cn/M00/2B/80/rBABC2CmE-6AT1RxAAAAAAAAAAA5129401.swiper.min451.css — 200 — 3.6 KiB — 24 ms — http/1.1https://f2.cri.cn/M00/2B/82/rBABCWCmE-6AGzjBAAAAAAAAAAA9345082.swiper.min451.jsf2.cri.cn/M00/2B/82/rBABCWCmE-6AGzj... https://f2.cri.cn/M00/2B/82/rBABCWCmE-6AGzjBAAAAAAAAAAA9345082.swiper.min451.js — 200 — 33.3 KiB — 40 ms — http/1.1https://f2.cri.cn/M00/2B/ED/rBABC2CrFv2AdppdAAAAAAAAAAA5445458.index.cssf2.cri.cn/M00/2B/ED/rBABC2CrFv2Adpp... https://f2.cri.cn/M00/2B/ED/rBABC2CrFv2AdppdAAAAAAAAAAA5445458.index.css — 200 — 6.5 KiB — 18 ms — http/1.1https://f2.cri.cn/M00/2B/ED/rBABC2CrFv2AdppdAAAAAAAAAAA5445458.index-2024.cssf2.cri.cn/M00/2B/ED/rBABC2CrFv2Adpp... https://f2.cri.cn/M00/2B/ED/rBABC2CrFv2AdppdAAAAAAAAAAA5445458.index-2024.css — 200 — 1.6 KiB — 27 ms — http/1.1https://f2.cri.cn/M00/1B/18/CqgNOlZVFjiAPRQuAAAAAAAAAAA6096596.jquery360.jsf2.cri.cn/M00/1B/18/CqgNOlZVFjiAPRQ... https://f2.cri.cn/M00/1B/18/CqgNOlZVFjiAPRQuAAAAAAAAAAA6096596.jquery360.js — 200 — 30.8 KiB — 40 ms — http/1.1https://f2.cri.cn/M00/1B/18/CqgNOlZVFjiAPRQuAAAAAAAAAAA6096596.jqmigrate340.jsf2.cri.cn/M00/1B/18/CqgNOlZVFjiAPRQ... https://f2.cri.cn/M00/1B/18/CqgNOlZVFjiAPRQuAAAAAAAAAAA6096596.jqmigrate340.js — 200 — 5.3 KiB — 38 ms — http/1.1https://v2.cri.cn/M00/2B/80/rBABC2CmE-6AT1RxAAAAAAAAAAA5129401.nav21.cssv2.cri.cn/M00/2B/80/rBABC2CmE-6AT1R... https://v2.cri.cn/M00/2B/80/rBABC2CmE-6AT1RxAAAAAAAAAAA5129401.nav21.css — 200 — 3.7 KiB — 26 ms — http/1.1https://f2.cri.cn/M00/62/86/rBABC2LjcTGACbMTAAAAAAAAAAA9409174.nav22v2.cssf2.cri.cn/M00/62/86/rBABC2LjcTGACbM... https://f2.cri.cn/M00/62/86/rBABC2LjcTGACbMTAAAAAAAAAAA9409174.nav22v2.css — 200 — 836 B — 26 ms — http/1.1https://v2.cri.cn/M00/8C/0C/rBABDGckKl6ADwLVAAAAAAAAAAA8465624.nav24v1.cssv2.cri.cn/M00/8C/0C/rBABDGckKl6ADwL... https://v2.cri.cn/M00/8C/0C/rBABDGckKl6ADwLVAAAAAAAAAAA8465624.nav24v1.css — 200 — 882 B — 25 ms — http/1.1https://f2.cri.cn/M00/4F/D3/CqgNOl0-aB2AZ27lAAAAAAAAAAA5883992.search.jsf2.cri.cn/M00/4F/D3/CqgNOl0-aB2AZ27... https://f2.cri.cn/M00/4F/D3/CqgNOl0-aB2AZ27lAAAAAAAAAAA5883992.search.js — 200 — 1.6 KiB — 33 ms — http/1.1https://f2.cri.cn/M00/4F/D3/CqgNOl0-aB2AZr1jAAAAAAAAAAA7296456.redsearch.pngf2.cri.cn/M00/4F/D3/CqgNOl0-aB2AZr1... https://f2.cri.cn/M00/4F/D3/CqgNOl0-aB2AZr1jAAAAAAAAAAA7296456.redsearch.png — 200 — 1.8 KiB — 6 ms — http/1.1https://f2.cri.cn/M00/2B/82/rBABCWCmE-6AGzjBAAAAAAAAAAA9345082.nav21.jsf2.cri.cn/M00/2B/82/rBABCWCmE-6AGzj... https://f2.cri.cn/M00/2B/82/rBABCWCmE-6AGzjBAAAAAAAAAAA9345082.nav21.js — 200 — 1.5 KiB — 5 ms — http/1.1https://f2.cri.cn/M00/62/81/rBABCWLjcTiABHv2AAAAAAAAAAA8761058.nav22v2.jsf2.cri.cn/M00/62/81/rBABCWLjcTiABHv... https://f2.cri.cn/M00/62/81/rBABCWLjcTiABHv2AAAAAAAAAAA8761058.nav22v2.js — 200 — 1.1 KiB — 5 ms — http/1.1https://f2.cri.cn/M00/4F/D3/CqgNOl0-aB2AZ27lAAAAAAAAAAA5883992.zh-360.jsf2.cri.cn/M00/4F/D3/CqgNOl0-aB2AZ27... https://f2.cri.cn/M00/4F/D3/CqgNOl0-aB2AZ27lAAAAAAAAAAA5883992.zh-360.js — 200 — 1.7 KiB — 5 ms — http/1.1https://v2.cri.cn/2db8b8c1-fb1d-4098-bf99-3265861089df/image/bab2b0a4b99a4b41a5501beef309c8ff.1080x608.1000x563.jpgv2.cri.cn/2db8b8c1-fb1d-4098-bf99-3... https://v2.cri.cn/2db8b8c1-fb1d-4098-bf99-3265861089df/image/bab2b0a4b99a4b41a5501beef309c8ff.1080x608.1000x563.jpg — 200 — 130.4 KiB — 14 ms — http/1.1https://v2.cri.cn/2db8b8c1-fb1d-4098-bf99-3265861089df/image/2835f5fd60404d4b8b1fde51d26eb90f.1027x578.1000x563.jpgv2.cri.cn/2db8b8c1-fb1d-4098-bf99-3... https://v2.cri.cn/2db8b8c1-fb1d-4098-bf99-3265861089df/image/2835f5fd60404d4b8b1fde51d26eb90f.1027x578.1000x563.jpg — 200 — 92.9 KiB — 15 ms — http/1.1http://english.cri.cn/english.cri.cn/ http://english.cri.cn/ — 307 — 0 B — 8 ms — http/1.1https://english.cri.cn/english.cri.cn/ https://english.cri.cn/ — 200 — 1.5 KiB — 538 ms — h2https://v2.cri.cn/2db8b8c1-fb1d-4098-bf99-3265861089df/image/2811ae80712c421ea3868b7c19552829.1000x563.jpgv2.cri.cn/2db8b8c1-fb1d-4098-bf99-3... https://v2.cri.cn/2db8b8c1-fb1d-4098-bf99-3265861089df/image/2811ae80712c421ea3868b7c19552829.1000x563.jpg — 200 — 138.5 KiB — 8 ms — http/1.1https://v2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b6135667d84a/image/659a352382354bc69a86a30d0172473c.1000x563.pngv2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b... https://v2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b6135667d84a/image/659a352382354bc69a86a30d0172473c.1000x563.png — 200 — 355.7 KiB — 14 ms — http/1.1https://v2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b6135667d84a/image/24f7b232b3c14519b9afc2acdf41cf06.1317x741.1000x563.jpegv2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b... https://v2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b6135667d84a/image/24f7b232b3c14519b9afc2acdf41cf06.1317x741.1000x563.jpeg — 200 — 131.1 KiB — 7 ms — http/1.1https://v2.cri.cn/2db8b8c1-fb1d-4098-bf99-3265861089df/image/bab2b0a4b99a4b41a5501beef309c8ff.1080x608.155x87.jpgv2.cri.cn/2db8b8c1-fb1d-4098-bf99-3... https://v2.cri.cn/2db8b8c1-fb1d-4098-bf99-3265861089df/image/bab2b0a4b99a4b41a5501beef309c8ff.1080x608.155x87.jpg — 200 — 8.5 KiB — 273 ms — http/1.1https://v2.cri.cn/2db8b8c1-fb1d-4098-bf99-3265861089df/image/2811ae80712c421ea3868b7c19552829.1000x563.155x87.jpgv2.cri.cn/2db8b8c1-fb1d-4098-bf99-3... https://v2.cri.cn/2db8b8c1-fb1d-4098-bf99-3265861089df/image/2811ae80712c421ea3868b7c19552829.1000x563.155x87.jpg — 200 — 7.8 KiB — 5 ms — http/1.1https://v2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b6135667d84a/image/659a352382354bc69a86a30d0172473c.1000x563.155x87.pngv2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b... https://v2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b6135667d84a/image/659a352382354bc69a86a30d0172473c.1000x563.155x87.png — 200 — 14.2 KiB — 4 ms — http/1.1https://v2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b6135667d84a/image/24f7b232b3c14519b9afc2acdf41cf06.1317x741.155x87.jpegv2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b... https://v2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b6135667d84a/image/24f7b232b3c14519b9afc2acdf41cf06.1317x741.155x87.jpeg — 200 — 8.4 KiB — 4 ms — http/1.1https://v2.cri.cn/2db8b8c1-fb1d-4098-bf99-3265861089df/image/df83efd14729416e86b780b1f4952a04.1907x1067.330x185.jpgv2.cri.cn/2db8b8c1-fb1d-4098-bf99-3... https://v2.cri.cn/2db8b8c1-fb1d-4098-bf99-3265861089df/image/df83efd14729416e86b780b1f4952a04.1907x1067.330x185.jpg — 200 — 24.6 KiB — 4 ms — http/1.1https://v2.cri.cn/2db8b8c1-fb1d-4098-bf99-3265861089df/image/294fbcfef7aa4f14ac67a8e5af3e0d23.1920x1075.330x185.jpgv2.cri.cn/2db8b8c1-fb1d-4098-bf99-3... https://v2.cri.cn/2db8b8c1-fb1d-4098-bf99-3265861089df/image/294fbcfef7aa4f14ac67a8e5af3e0d23.1920x1075.330x185.jpg — 200 — 26.4 KiB — 4 ms — http/1.1https://v2.cri.cn/2db8b8c1-fb1d-4098-bf99-3265861089df/image/791bb06bff774a7c88d32c1080b3d24a.1200x100.jpgv2.cri.cn/2db8b8c1-fb1d-4098-bf99-3... https://v2.cri.cn/2db8b8c1-fb1d-4098-bf99-3265861089df/image/791bb06bff774a7c88d32c1080b3d24a.1200x100.jpg — 200 — 150.3 KiB — 7 ms — http/1.1https://v2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b6135667d84a/image/a4d171c520f44a55bc7633e84eac09e2.3200x2218.500x346.jpgv2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b... https://v2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b6135667d84a/image/a4d171c520f44a55bc7633e84eac09e2.3200x2218.500x346.jpg — 200 — 55.7 KiB — 5 ms — http/1.1https://v2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b6135667d84a/image/f9ebd01ea5e9462d82d74972965919c1.3200x2218.500x346.jpgv2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b... https://v2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b6135667d84a/image/f9ebd01ea5e9462d82d74972965919c1.3200x2218.500x346.jpg — 200 — 84.5 KiB — 6 ms — http/1.1https://v2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b6135667d84a/image/5d0637f6eac848b6add9e45e6792f45f.2338x1621.500x346.pngv2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b... https://v2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b6135667d84a/image/5d0637f6eac848b6add9e45e6792f45f.2338x1621.500x346.png — 200 — 355.8 KiB — 13 ms — http/1.1https://v2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b6135667d84a/image/90aacb20676542a59cc2c7ad4ca03ed5.3200x2218.500x346.jpgv2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b... https://v2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b6135667d84a/image/90aacb20676542a59cc2c7ad4ca03ed5.3200x2218.500x346.jpg — 200 — 56.5 KiB — 5 ms — http/1.1https://v2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b6135667d84a/image/452e27f11f1645d39cf16d98cd493205.2105x1459.500x346.pngv2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b... https://v2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b6135667d84a/image/452e27f11f1645d39cf16d98cd493205.2105x1459.500x346.png — 200 — 343.3 KiB — 12 ms — http/1.1https://v2.cri.cn/2db8b8c1-fb1d-4098-bf99-3265861089df/image/8bdc99cb8daf40e586c383b85019bcc8.1200x100.jpgv2.cri.cn/2db8b8c1-fb1d-4098-bf99-3... https://v2.cri.cn/2db8b8c1-fb1d-4098-bf99-3265861089df/image/8bdc99cb8daf40e586c383b85019bcc8.1200x100.jpg — 200 — 146.4 KiB — 8 ms — http/1.1https://v2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b6135667d84a/image/6f13653d56904c87bfc04c3e5be72653.1000x560.348x195.jpegv2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b... https://v2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b6135667d84a/image/6f13653d56904c87bfc04c3e5be72653.1000x560.348x195.jpeg — 200 — 36.5 KiB — 5 ms — http/1.1https://v2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b6135667d84a/image/b9a732f0f24f4e318c4c225270010b34.1000x560.348x195.jpgv2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b... https://v2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b6135667d84a/image/b9a732f0f24f4e318c4c225270010b34.1000x560.348x195.jpg — 200 — 26.9 KiB — 4 ms — http/1.1https://v2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b6135667d84a/image/d31dda8c7b414125abda7b81d3cd25e6.1000x560.348x195.jpgv2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b... https://v2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b6135667d84a/image/d31dda8c7b414125abda7b81d3cd25e6.1000x560.348x195.jpg — 200 — 27.9 KiB — 4 ms — http/1.1https://v2.cri.cn/2db8b8c1-fb1d-4098-bf99-3265861089df/image/ffa20954ef2f4c6cb3df0e94af408fb9.750x420.348x195.jpgv2.cri.cn/2db8b8c1-fb1d-4098-bf99-3... https://v2.cri.cn/2db8b8c1-fb1d-4098-bf99-3265861089df/image/ffa20954ef2f4c6cb3df0e94af408fb9.750x420.348x195.jpg — 200 — 11.1 KiB — 4 ms — http/1.1https://v2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b6135667d84a/image/c8c93d4bc0e74673ae63da847b15c7ec.1052x1918.340x620.jpgv2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b... https://v2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b6135667d84a/image/c8c93d4bc0e74673ae63da847b15c7ec.1052x1918.340x620.jpg — 200 — 94.6 KiB — 6 ms — http/1.1https://v2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b6135667d84a/image/bca54c71d2934be492d41c4eb851f2ce.1052x1918.340x620.jpgv2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b... https://v2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b6135667d84a/image/bca54c71d2934be492d41c4eb851f2ce.1052x1918.340x620.jpg — 200 — 80.2 KiB — 5 ms — http/1.1https://v2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b6135667d84a/image/b0175258f77d460b867ae0b0e17ce831.1050x1918.340x620.jpgv2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b... https://v2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b6135667d84a/image/b0175258f77d460b867ae0b0e17ce831.1050x1918.340x620.jpg — 200 — 90.0 KiB — 6 ms — http/1.1https://v2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b6135667d84a/image/70f4071d3bc443b0b3a217a78a7863ef.1052x1918.340x620.jpgv2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b... https://v2.cri.cn/cb5a6d96-d0c4-4fd0-a895-b6135667d84a/image/70f4071d3bc443b0b3a217a78a7863ef.1052x1918.340x620.jpg — 200 — 86.2 KiB — 6 ms — http/1.1https://english.cri.cn/static/js/ga.js?20221231-1english.cri.cn/static/js/ga.js?2022... https://english.cri.cn/static/js/ga.js?20221231-1 — 200 — 2.7 KiB — 14 ms — h2https://www.googletagmanager.com/gtag/js?id=G-YSD2Q29TGCwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-YSD2Q29TGC — 200 — 172.9 KiB — 142 ms — h2https://english.cri.cn/static/css/app.52f2cef324b8a748d4b172fd94fa265a.cssenglish.cri.cn/static/css/app.52f2c... https://english.cri.cn/static/css/app.52f2cef324b8a748d4b172fd94fa265a.css — 200 — 117.4 KiB — 17 ms — h2https://english.cri.cn/static/img/logo_title.pngenglish.cri.cn/static/img/logo_titl... https://english.cri.cn/static/img/logo_title.png — 200 — 3.9 KiB — 12 ms — h2https://english.cri.cn/static/js/manifest.fdb90180416fe5a9dbf0.jsenglish.cri.cn/static/js/manifest.f... https://english.cri.cn/static/js/manifest.fdb90180416fe5a9dbf0.js — 200 — 1.4 KiB — 14 ms — h2https://english.cri.cn/static/js/vendor.cd851b0cebaf9118d997.jsenglish.cri.cn/static/js/vendor.cd8... https://english.cri.cn/static/js/vendor.cd851b0cebaf9118d997.js — 200 — 414.9 KiB — 23 ms — h2https://english.cri.cn/static/js/app.d9339f2fbcc1b3288527.jsenglish.cri.cn/static/js/app.d9339f... https://english.cri.cn/static/js/app.d9339f2fbcc1b3288527.js — 200 — 50.5 KiB — 19 ms — h2https://english.cri.cn/static/js/header_v4.js?20221231-1english.cri.cn/static/js/header_v4.... https://english.cri.cn/static/js/header_v4.js?20221231-1 — 200 — 7.3 KiB — 60 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-408174131www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-408174131 — 200 — 140.1 KiB — 148 ms — h2https://ui.cgtn.com/static/ng/resource/fonts/HelvaticaGenerate/HelveticaLTProBold.woff2ui.cgtn.com/static/ng/resource/font... https://ui.cgtn.com/static/ng/resource/fonts/HelvaticaGenerate/HelveticaLTProBold.woff2 — 200 — 34.8 KiB — 312 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 111 ms — h2https://matomo.meldingcloud.com/matomo.jsmatomo.meldingcloud.com/matomo.js https://matomo.meldingcloud.com/matomo.js — 200 — 67.9 KiB — 43 ms — http/1.1data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUBAMAAAB/pwA+AAAAMFBMVEUAAACZmZmZmZmZmZmZmZmZm…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUBAMAAAB/pwA+AAAAMFBMVEUAAACZmZmZmZmZmZmZmZmZm… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAYCAMAAABHurQFAAAAaVBMVEUAAAC/rmK/rmK/rmK/rmK/r…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAYCAMAAABHurQFAAAAaVBMVEUAAAC/rmK/rmK/rmK/rmK/r… — 200 — 0 B — 0 ms — datahttps://aezfm.meldingcloud.com/accesscheck/ip?callback=jQuery33108621856345948052_1776810880071&_=1776810880072aezfm.meldingcloud.com/accesscheck/... https://aezfm.meldingcloud.com/accesscheck/ip?callback=jQuery33108621856345948052_1776810880071&_=1776810880072 — 200 — 345 B — 662 ms — http/1.1https://english.cri.cn/static/js/0.37f18b9e96e1348abf3b.jsenglish.cri.cn/static/js/0.37f18b9e... https://english.cri.cn/static/js/0.37f18b9e96e1348abf3b.js — 200 — 13.7 KiB — 7 ms — h2https://english.cri.cn/static/js/3.510d617914f3ca359dae.jsenglish.cri.cn/static/js/3.510d6179... https://english.cri.cn/static/js/3.510d617914f3ca359dae.js — 200 — 13.4 KiB — 7 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 — 433 ms — h2https://english.cri.cn/static/img/logo.pngenglish.cri.cn/static/img/logo.png https://english.cri.cn/static/img/logo.png — 200 — 3.2 KiB — 4 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 — 423 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.3 KiB — 331 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 — 401 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 — 662 B — 415 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.0 KiB — 135 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.8 KiB — 133 ms — h2https://english.cri.cn/downapiRES/radio/v1/live/groupType1.json?timestamp=1776810880187english.cri.cn/downapiRES/radio/v1/... https://english.cri.cn/downapiRES/radio/v1/live/groupType1.json?timestamp=1776810880187 — 200 — 1.1 KiB — 534 ms — h2https://english.cri.cn/static/img/share-twitter-icon.pngenglish.cri.cn/static/img/share-twi... https://english.cri.cn/static/img/share-twitter-icon.png — 200 — 3.6 KiB — 4 ms — h2https://english.cri.cn/static/img/share-youtube-icon.pngenglish.cri.cn/static/img/share-you... https://english.cri.cn/static/img/share-youtube-icon.png — 200 — 2.2 KiB — 5 ms — h2data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAYAAABX5MJvAAADtElEQVRYhbWYTWhdVRDHf/eZVhOL9…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAYAAABX5MJvAAADtElEQVRYhbWYTWhdVRDHf/eZVhOL9… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAABMCAYAAADHl1ErAAADJ0lEQVR4nO2cTY7TQBCFX6GwD3sWI…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAABMCAYAAADHl1ErAAADJ0lEQVR4nO2cTY7TQBCFX6GwD3sWI… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD0AAABMCAYAAADeHL+NAAADk0lEQVR4nO3bS6hVVRjA8d+9XSslK…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD0AAABMCAYAAADeHL+NAAADk0lEQVR4nO3bS6hVVRjA8d+9XSslK… — 200 — 0 B — 0 ms — datahttps://english.cri.cn/static/img/share-email-icon.pngenglish.cri.cn/static/img/share-ema... https://english.cri.cn/static/img/share-email-icon.png — 200 — 1.2 KiB — 5 ms — h2data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAABMCAYAAADHl1ErAAADBUlEQVR4nO2cMW7bMBSG/ycoe3KDD…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAABMCAYAAADHl1ErAAADBUlEQVR4nO2cMW7bMBSG/ycoe3KDD… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAYAAABX5MJvAAADyUlEQVRYhbWYy2tcZRiHn286SkQjB…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAYAAABX5MJvAAADyUlEQVRYhbWYy2tcZRiHn286SkQjB… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAArCAYAAADhXXHAAAADf0lEQVRYhdWZP0wTURzHP94x8FcxJ…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAArCAYAAADhXXHAAAADf0lEQVRYhdWZP0wTURzHP94x8FcxJ… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAB0ElEQVQ4jZWUTW4UMRSEv1KsYTrT3…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAB0ElEQVQ4jZWUTW4UMRSEv1KsYTrT3… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAXCAYAAAAGAx/kAAABaklEQVQ4jb2TsUtbURSHv4QnaEWiu…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAXCAYAAAAGAx/kAAABaklEQVQ4jb2TsUtbURSHv4QnaEWiu… — 200 — 0 B — 0 ms — datahttps://ui.cgtn.com/static/ng/resource/images/ng-home-2025/follow-us-v4.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/ng-home-2025/follow-us-v4.png — 200 — 647 B — 370 ms — h2https://ui.cgtn.com/static/ng/resource/images/header-v4/tiktok.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/header-v4/tiktok.png — 200 — 811 B — 368 ms — h2https://ui.cgtn.com/static/ng/resource/images/header-v4/weibo.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/header-v4/weibo.png — 200 — 1.9 KiB — 376 ms — h2https://ui.cgtn.com/static/ng/resource/images/header-v4/fb.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/header-v4/fb.png — 200 — 751 B — 340 ms — h2https://ui.cgtn.com/static/ng/resource/images/ng-home-2025/logo-text-v4.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/ng-home-2025/logo-text-v4.png — 200 — 2.6 KiB — 369 ms — h2https://ui.cgtn.com/static/ng/resource/images/ng-home-2025/rss-v4.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/ng-home-2025/rss-v4.png — 200 — 1.5 KiB — 369 ms — h2https://ui.cgtn.com/static/ng/resource/images/ng-home-2025/language-v4.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/ng-home-2025/language-v4.png — 200 — 1.7 KiB — 368 ms — h2https://ui.cgtn.com/static/ng/resource/images/header-v4/telegram.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/header-v4/telegram.png — 200 — 1.1 KiB — 368 ms — h2https://ui.cgtn.com/static/ng/resource/images/header-v4/linkedin.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/header-v4/linkedin.png — 200 — 924 B — 394 ms — h2https://ui.cgtn.com/static/ng/resource/images/header-v4/wechat.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/header-v4/wechat.png — 200 — 1.5 KiB — 343 ms — h2https://ui.cgtn.com/static/ng/resource/images/header-v4/toutiao.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/header-v4/toutiao.png — 200 — 1.5 KiB — 366 ms — h2https://ui.cgtn.com/static/ng/resource/images/header-v3/img_logo.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/header-v3/img_logo.png — 200 — 26.8 KiB — 362 ms — h2https://ui.cgtn.com/static/ng/resource/images/ng-home-2025/NEWSPAL.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/ng-home-2025/NEWSPAL.png — 200 — 4.3 KiB — 400 ms — h2https://ui.cgtn.com/static/ng/resource/images/ng-home-2025/menu-open-v4.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/ng-home-2025/menu-open-v4.png — 200 — 1.2 KiB — 368 ms — h2https://ui.cgtn.com/static/ng/resource/images/ng-home-2025/newsletter-v4.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/ng-home-2025/newsletter-v4.png — 200 — 1.5 KiB — 314 ms — h2https://ui.cgtn.com/static/ng/resource/images/header-v4/threads.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/header-v4/threads.png — 200 — 1.9 KiB — 337 ms — h2https://ui.cgtn.com/static/ng/resource/images/header-v4/twitter.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/header-v4/twitter.png — 200 — 1.8 KiB — 322 ms — h2https://ui.cgtn.com/static/ng/resource/images/header-v4/youtube.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/header-v4/youtube.png — 200 — 1.0 KiB — 348 ms — h2https://ui.cgtn.com/static/ng/resource/images/header-v4/pinterest.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/header-v4/pinterest.png — 200 — 1.7 KiB — 340 ms — h2https://ui.cgtn.com/static/ng/resource/images/header-v4/ins.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/header-v4/ins.png — 200 — 1.4 KiB — 341 ms — h2https://ui.cgtn.com/static/ng/resource/images/header-v4/quora.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/header-v4/quora.png — 200 — 1.4 KiB — 366 ms — h2https://ui.cgtn.com/static/ng/resource/images/ng-home-2025/live-logo-v4.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/ng-home-2025/live-logo-v4.png — 200 — 638 B — 368 ms — h2https://ui.cgtn.com/static/ng/resource/images/ng-home-2025/arrow-drop-v4.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/ng-home-2025/arrow-drop-v4.png — 200 — 669 B — 374 ms — h2https://english.cri.cn/downapiRES/radio/v1/live/groupType1.json?timestamp=1776810880223english.cri.cn/downapiRES/radio/v1/... https://english.cri.cn/downapiRES/radio/v1/live/groupType1.json?timestamp=1776810880223 — 200 — 814 B — 524 ms — h2https://english.cri.cn/downapiRES/radio/v1/classification/detail/groupType1_id25.json?timestamp=1776810880224english.cri.cn/downapiRES/radio/v1/... https://english.cri.cn/downapiRES/radio/v1/classification/detail/groupType1_id25.json?timestamp=1776810880224 — 200 — 73.8 KiB — 1.0 s — h2https://english.cri.cn/static/img/index-live-share-btn.pngenglish.cri.cn/static/img/index-liv... https://english.cri.cn/static/img/index-live-share-btn.png — 200 — 7.8 KiB — 9 ms — h2https://english.cri.cn/static/img/index-live-infoBg.pngenglish.cri.cn/static/img/index-liv... https://english.cri.cn/static/img/index-live-infoBg.png — 200 — 486 B — 16 ms — h2https://english.cri.cn/static/img/onAir-playBtn.pngenglish.cri.cn/static/img/onAir-pla... https://english.cri.cn/static/img/onAir-playBtn.png — 200 — 4.0 KiB — 10 ms — h2https://english.cri.cn/static/img/icon-clock.pngenglish.cri.cn/static/img/icon-cloc... https://english.cri.cn/static/img/icon-clock.png — 200 — 1.1 KiB — 11 ms — h2https://english.cri.cn/static/img/index-live-nav-bg.pngenglish.cri.cn/static/img/index-liv... https://english.cri.cn/static/img/index-live-nav-bg.png — 200 — 305 B — 12 ms — h2https://english.cri.cn/static/img/arrow-left.pngenglish.cri.cn/static/img/arrow-lef... https://english.cri.cn/static/img/arrow-left.png — 200 — 594 B — 13 ms — h2https://english.cri.cn/static/img/loading-1-1.f8c834c.jpgenglish.cri.cn/static/img/loading-1... https://english.cri.cn/static/img/loading-1-1.f8c834c.jpg — 200 — 11.3 KiB — 4 ms — h2https://ui.cgtn.com/static/ng/resource/fonts/HelvaticaGenerate/HelveticaLTProRoman.woff2ui.cgtn.com/static/ng/resource/font... https://ui.cgtn.com/static/ng/resource/fonts/HelvaticaGenerate/HelveticaLTProRoman.woff2 — 200 — 35.1 KiB — 66 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.2 KiB — 304 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 — 942 B — 304 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 — 280 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.2 KiB — 264 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.0 KiB — 285 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 — 908 B — 277 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 — 284 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 — 833 B — 293 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 — 935 B — 279 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 — 259 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.0 KiB — 302 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 — 298 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 — 307 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 — 310 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 — 283 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 — 305 ms — h2https://ui.cgtn.com/static/ng/resource/images/ng-home-2025/NEWSPAL-left-non.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/ng-home-2025/NEWSPAL-left-non.png — 200 — 3.4 KiB — 307 ms — h2https://ui.cgtn.com/static/ng/resource/images/ng-home-2025/sider-language-v4.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/ng-home-2025/sider-language-v4.png — 200 — 1.7 KiB — 296 ms — h2https://ui.cgtn.com/static/ng/resource/images/ng-home-2025/arrow-right-v4.pngui.cgtn.com/static/ng/resource/imag... https://ui.cgtn.com/static/ng/resource/images/ng-home-2025/arrow-right-v4.png — 200 — 712 B — 303 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-YSD2Q29TGC&gtm=45je64h1v882495193za200zd882495193&_p=1776810879961&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1946022066.1776810880&frm=0&pscdl=noapi&rcb=13&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266400&sid=1776810880&sct=1&seg=0&dl=https%3A%2F%2Fenglish.cri.cn%2F&dt=Live%20Radio%2C%20Shows%20%26%20Podcasts%20%7C%20CGTN%20Radio&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=951region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-YSD2Q29TGC&gtm=45je64h1v882495193za200zd882495193&_p=1776810879961&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1946022066.1776810880&frm=0&pscdl=noapi&rcb=13&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266400&sid=1776810880&sct=1&seg=0&dl=https%3A%2F%2Fenglish.cri.cn%2F&dt=Live%20Radio%2C%20Shows%20%26%20Podcasts%20%7C%20CGTN%20Radio&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=951 — 204 — 548 B — 151 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-408174131&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-408174131&cx=c&gtm=4e64h1 — 200 — 140.2 KiB — 38 ms — h2https://www.google-analytics.com/plugins/ua/ec.jswww.google-analytics.com/plugins/ua... https://www.google-analytics.com/plugins/ua/ec.js — 200 — 1.4 KiB — 25 ms — h2https://ampcid.google.com/v1/publisher:getClientId?key=AIzaSyA65lEHUEizIsNtlbNo-l2K18dT680nsaMampcid.google.com/v1/publisher:getC... https://ampcid.google.com/v1/publisher:getClientId?key=AIzaSyA65lEHUEizIsNtlbNo-l2K18dT680nsaM — 200 — 431 B — 125 ms — h2https://www.googleadservices.com/pagead/conversion/408174131/?random=1776810880476&cv=11&fst=1776810880476&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v894023691za200zb882495193zd882495193xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938465~115938468~117266401~118463261&u_w=800&u_h=600&url=https%3A%2F%2Fenglish.cri.cn%2F&rcb=11&label=fSkLCP6Dr60DELP80MIB&capi=1&gtm_ee=1&_dbg=1&frm=0&tiba=Live%20Radio%2C%20Shows%20%26%20Podcasts%20%7C%20CGTN%20Radio&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=2044818572.1776810880&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&gcl_ctr=1~0~0~0&data=event%3Dconversion&category=acrcp_v1_512&fmt=7www.googleadservices.com/pagead/con... https://www.googleadservices.com/pagead/conversion/408174131/?random=1776810880476&cv=11&fst=1776810880476&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v894023691za200zb882495193zd882495193xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938465~115938468~117266401~118463261&u_w=800&u_h=600&url=https%3A%2F%2Fenglish.cri.cn%2F&rcb=11&label=fSkLCP6Dr60DELP80MIB&capi=1&gtm_ee=1&_dbg=1&frm=0&tiba=Live%20Radio%2C%20Shows%20%26%20Podcasts%20%7C%20CGTN%20Radio&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=2044818572.1776810880&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&gcl_ctr=1~0~0~0&data=event%3Dconversion&category=acrcp_v1_512&fmt=7 — 200 — 1.1 KiB — 115 ms — h3https://www.google.com/ccm/collect?rcb=11&frm=0&en=page_view&dl=https%3A%2F%2Fenglish.cri.cn%2F&scrsrc=www.googletagmanager.com&rnd=437358223.1776810880&dt=Live%20Radio%2C%20Shows%20%26%20Podcasts%20%7C%20CGTN%20Radio&auid=2044818572.1776810880&navt=n&npa=1&gtm=45be64h1v894023691za200zb882495193zd882495193xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938465~115938468~117266401~118463261&apve=1&apvf=f&apvc=1&tids=AW-408174131&tid=AW-408174131&tft=1776810880488&tfd=1098www.google.com/ccm/collect?rcb=11&f... https://www.google.com/ccm/collect?rcb=11&frm=0&en=page_view&dl=https%3A%2F%2Fenglish.cri.cn%2F&scrsrc=www.googletagmanager.com&rnd=437358223.1776810880&dt=Live%20Radio%2C%20Shows%20%26%20Podcasts%20%7C%20CGTN%20Radio&auid=2044818572.1776810880&navt=n&npa=1&gtm=45be64h1v894023691za200zb882495193zd882495193xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938465~115938468~117266401~118463261&apve=1&apvf=f&apvc=1&tids=AW-408174131&tid=AW-408174131&tft=1776810880488&tfd=1098 — 200 — 21 B — 110 ms — h3https://ampcid.google.es/v1/publisher:getClientId?key=AIzaSyA65lEHUEizIsNtlbNo-l2K18dT680nsaMampcid.google.es/v1/publisher:getCl... https://ampcid.google.es/v1/publisher:getClientId?key=AIzaSyA65lEHUEizIsNtlbNo-l2K18dT680nsaM — 200 — 360 B — 165 ms — h2https://googleads.g.doubleclick.net/pagead/viewthroughconversion/408174131/?random=815272600&cv=11&fst=1776810880476&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v894023691za200zb882495193zd882495193xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938465~115938468~117266401~118463261&u_w=800&u_h=600&url=https%3A%2F%2Fenglish.cri.cn%2F&rcb=11&label=fSkLCP6Dr60DELP80MIB&capi=1&gtm_ee=1&_dbg=1&frm=0&tiba=Live%20Radio%2C%20Shows%20%26%20Podcasts%20%7C%20CGTN%20Radio&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=2044818572.1776810880&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&gcl_ctr=1~0~0~0&data=event%3Dconversion&category=acrcp_v1_512&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKK25vdC1uYXZpZ2F0aW9uLXNvdXJjZSwgdHJpZ2dlcjtldmVudC1zb3VyY2VaAwoBAWIDCgED&cerd=CgEA&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6dn1V8uS_2KONYgs1EQH1QB27ILH3WSkPVe_93zqav3ZuGQzbLL71xoCQVM&pscrd=IhMI_en9qoCAlAMVgEj2CB1WnBTxMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhdodHRwczovL2VuZ2xpc2guY3JpLmNuL0JWQ2hBSThNQ2N6d1lRb09lNTdPdlZucm9lRWl3QXR0dm4wVGw5c0hrZGU2ZDhmdklZX01Ga2NfTEppVmFoRkZxUFZqaU85NWt3eHNJTDgtdmw3c3hkZWd6DAgJYggIABAAGAAgAAgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/408174131/?random=815272600&cv=11&fst=1776810880476&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v894023691za200zb882495193zd882495193xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938465~115938468~117266401~118463261&u_w=800&u_h=600&url=https%3A%2F%2Fenglish.cri.cn%2F&rcb=11&label=fSkLCP6Dr60DELP80MIB&capi=1&gtm_ee=1&_dbg=1&frm=0&tiba=Live%20Radio%2C%20Shows%20%26%20Podcasts%20%7C%20CGTN%20Radio&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=2044818572.1776810880&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&gcl_ctr=1~0~0~0&data=event%3Dconversion&category=acrcp_v1_512&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKK25vdC1uYXZpZ2F0aW9uLXNvdXJjZSwgdHJpZ2dlcjtldmVudC1zb3VyY2VaAwoBAWIDCgED&cerd=CgEA&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6dn1V8uS_2KONYgs1EQH1QB27ILH3WSkPVe_93zqav3ZuGQzbLL71xoCQVM&pscrd=IhMI_en9qoCAlAMVgEj2CB1WnBTxMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhdodHRwczovL2VuZ2xpc2guY3JpLmNuL0JWQ2hBSThNQ2N6d1lRb09lNTdPdlZucm9lRWl3QXR0dm4wVGw5c0hrZGU2ZDhmdklZX01Ga2NfTEppVmFoRkZxUFZqaU85NWt3eHNJTDgtdmw3c3hkZWd6DAgJYggIABAAGAAgAA — 302 — 23 B — 201 ms — h3https://english.cri.cn/downapiRES/radio/v1/live/detail/groupType1_id22.json?timestamp=1776810880726english.cri.cn/downapiRES/radio/v1/... https://english.cri.cn/downapiRES/radio/v1/live/detail/groupType1_id22.json?timestamp=1776810880726 — 200 — 7.1 KiB — 530 ms — h2https://english.cri.cn/downapiRES/radio/v1/live/detail/groupType1_id44.json?timestamp=1776810880727english.cri.cn/downapiRES/radio/v1/... https://english.cri.cn/downapiRES/radio/v1/live/detail/groupType1_id44.json?timestamp=1776810880727 — 200 — 755 B — 521 ms — h2https://english.cri.cn/downapiRES/radio/v1/live/detail/groupType1_id42.json?timestamp=1776810880727english.cri.cn/downapiRES/radio/v1/... https://english.cri.cn/downapiRES/radio/v1/live/detail/groupType1_id42.json?timestamp=1776810880727 — 200 — 678 B — 553 ms — h2https://english.cri.cn/downapiRES/radio/v1/live/detail/groupType1_id43.json?timestamp=1776810880728english.cri.cn/downapiRES/radio/v1/... https://english.cri.cn/downapiRES/radio/v1/live/detail/groupType1_id43.json?timestamp=1776810880728 — 200 — 2.5 KiB — 523 ms — h2https://english.cri.cn/downapiRES/radio/v1/live/detail/groupType1_id38.json?timestamp=1776810880729english.cri.cn/downapiRES/radio/v1/... https://english.cri.cn/downapiRES/radio/v1/live/detail/groupType1_id38.json?timestamp=1776810880729 — 200 — 663 B — 533 ms — h2https://english.cri.cn/downapiRES/radio/v1/live/detail/groupType1_id39.json?timestamp=1776810880730english.cri.cn/downapiRES/radio/v1/... https://english.cri.cn/downapiRES/radio/v1/live/detail/groupType1_id39.json?timestamp=1776810880730 — 200 — 711 B — 537 ms — h2https://english.cri.cn/downapiRES/radio/v1/live/detail/groupType1_id40.json?timestamp=1776810880731english.cri.cn/downapiRES/radio/v1/... https://english.cri.cn/downapiRES/radio/v1/live/detail/groupType1_id40.json?timestamp=1776810880731 — 200 — 778 B — 534 ms — h2https://english.cri.cn/downapiRES/radio/v1/live/detail/groupType1_id41.json?timestamp=1776810880732english.cri.cn/downapiRES/radio/v1/... https://english.cri.cn/downapiRES/radio/v1/live/detail/groupType1_id41.json?timestamp=1776810880732 — 200 — 696 B — 535 ms — h2https://www.google.com/pagead/1p-conversion/408174131/?random=815272600&cv=11&fst=1776810880476&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v894023691za200zb882495193zd882495193xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938465~115938468~117266401~118463261&u_w=800&u_h=600&url=https%3A%2F%2Fenglish.cri.cn%2F&rcb=11&label=fSkLCP6Dr60DELP80MIB&capi=1&gtm_ee=1&_dbg=1&frm=0&tiba=Live%20Radio%2C%20Shows%20%26%20Podcasts%20%7C%20CGTN%20Radio&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=2044818572.1776810880&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&gcl_ctr=1~0~0~0&data=event%3Dconversion&category=acrcp_v1_512&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKK25vdC1uYXZpZ2F0aW9uLXNvdXJjZSwgdHJpZ2dlcjtldmVudC1zb3VyY2VaAwoBAWIDCgED&cerd=CgEA&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6dn1V8uS_2KONYgs1EQH1QB27ILH3WSkPVe_93zqav3ZuGQzbLL71xoCQVM&pscrd=IhMI_en9qoCAlAMVgEj2CB1WnBTxMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhdodHRwczovL2VuZ2xpc2guY3JpLmNuL0JWQ2hBSThNQ2N6d1lRb09lNTdPdlZucm9lRWl3QXR0dm4wVGw5c0hrZGU2ZDhmdklZX01Ga2NfTEppVmFoRkZxUFZqaU85NWt3eHNJTDgtdmw3c3hkZWd6DAgJYggIABAAGAAgAA&is_vtc=1&cid=CAQSWwAFq6B9UTJLTIJiT25BRXo_3BEOwEr4-nP3ecxmuTuvmBPj2qf9hQvUtkwUJA141DrTiMKKIIQzxlMzInusyKkz4lIXX9w8POUaCrAwjWNpWi8NAW9eTKvfawA&random=1313406448www.google.com/pagead/1p-conversion... https://www.google.com/pagead/1p-conversion/408174131/?random=815272600&cv=11&fst=1776810880476&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v894023691za200zb882495193zd882495193xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938465~115938468~117266401~118463261&u_w=800&u_h=600&url=https%3A%2F%2Fenglish.cri.cn%2F&rcb=11&label=fSkLCP6Dr60DELP80MIB&capi=1&gtm_ee=1&_dbg=1&frm=0&tiba=Live%20Radio%2C%20Shows%20%26%20Podcasts%20%7C%20CGTN%20Radio&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=2044818572.1776810880&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&gcl_ctr=1~0~0~0&data=event%3Dconversion&category=acrcp_v1_512&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKK25vdC1uYXZpZ2F0aW9uLXNvdXJjZSwgdHJpZ2dlcjtldmVudC1zb3VyY2VaAwoBAWIDCgED&cerd=CgEA&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6dn1V8uS_2KONYgs1EQH1QB27ILH3WSkPVe_93zqav3ZuGQzbLL71xoCQVM&pscrd=IhMI_en9qoCAlAMVgEj2CB1WnBTxMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhdodHRwczovL2VuZ2xpc2guY3JpLmNuL0JWQ2hBSThNQ2N6d1lRb09lNTdPdlZucm9lRWl3QXR0dm4wVGw5c0hrZGU2ZDhmdklZX01Ga2NfTEppVmFoRkZxUFZqaU85NWt3eHNJTDgtdmw3c3hkZWd6DAgJYggIABAAGAAgAA&is_vtc=1&cid=CAQSWwAFq6B9UTJLTIJiT25BRXo_3BEOwEr4-nP3ecxmuTuvmBPj2qf9hQvUtkwUJA141DrTiMKKIIQzxlMzInusyKkz4lIXX9w8POUaCrAwjWNpWi8NAW9eTKvfawA&random=1313406448 — 302 — 22 B — 119 ms — h3https://www.google-analytics.com/j/collect?v=1&_v=j102&a=122433054&t=pageview&_s=1&dl=https%3A%2F%2Fenglish.cri.cn%2F&ul=en-us&dt=Live%20Radio%2C%20Shows%20%26%20Podcasts%20%7C%20CGTN%20Radio&sr=800x600&vp=1350x940&_u=6CDAAEIJAAQCACAMI~&jid=1482602280&gjid=656782900&cid=1946022066.1776810880&tid=UA-89339688-28&_gid=326461979.1776810881&_r=1&_slc=1&cd14=1946022066.1776810880&cd1=&z=866920647www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&a=122433054&t=pageview&_s=1&dl=https%3A%2F%2Fenglish.cri.cn%2F&ul=en-us&dt=Live%20Radio%2C%20Shows%20%26%20Podcasts%20%7C%20CGTN%20Radio&sr=800x600&vp=1350x940&_u=6CDAAEIJAAQCACAMI~&jid=1482602280&gjid=656782900&cid=1946022066.1776810880&tid=UA-89339688-28&_gid=326461979.1776810881&_r=1&_slc=1&cd14=1946022066.1776810880&cd1=&z=866920647 — 200 — 26 B — 26 ms — h3https://english.cri.cn/downapiRES/radio/v1/live/detail/groupType1_id22.json?timestamp=1776810880770english.cri.cn/downapiRES/radio/v1/... https://english.cri.cn/downapiRES/radio/v1/live/detail/groupType1_id22.json?timestamp=1776810880770 — 200 — 7.2 KiB — 516 ms — h2https://www.google.es/pagead/1p-conversion/408174131/?random=815272600&cv=11&fst=1776810880476&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v894023691za200zb882495193zd882495193xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938465~115938468~117266401~118463261&u_w=800&u_h=600&url=https%3A%2F%2Fenglish.cri.cn%2F&rcb=11&label=fSkLCP6Dr60DELP80MIB&capi=1&gtm_ee=1&_dbg=1&frm=0&tiba=Live%20Radio%2C%20Shows%20%26%20Podcasts%20%7C%20CGTN%20Radio&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=2044818572.1776810880&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&gcl_ctr=1~0~0~0&data=event%3Dconversion&category=acrcp_v1_512&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKK25vdC1uYXZpZ2F0aW9uLXNvdXJjZSwgdHJpZ2dlcjtldmVudC1zb3VyY2VaAwoBAWIDCgED&cerd=CgEA&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6dn1V8uS_2KONYgs1EQH1QB27ILH3WSkPVe_93zqav3ZuGQzbLL71xoCQVM&is_vtc=1&cid=CAQSWwAFq6B9UTJLTIJiT25BRXo_3BEOwEr4-nP3ecxmuTuvmBPj2qf9hQvUtkwUJA141DrTiMKKIIQzxlMzInusyKkz4lIXX9w8POUaCrAwjWNpWi8NAW9eTKvfawA&random=1313406448&ipr=y&pscrd=IhMI_en9qoCAlAMVgEj2CB1WnBTxMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhdodHRwczovL2VuZ2xpc2guY3JpLmNuL0JWQ2hBSThNQ2N6d1lRb09lNTdPdlZucm9lRWl3QXR0dm4wVGw5c0hrZGU2ZDhmdklZX01Ga2NfTEppVmFoRkZxUFZqaU85NWt3eHNJTDgtdmw3c3hkZWd6DAgJYggIABAAGAAgAAwww.google.es/pagead/1p-conversion/... https://www.google.es/pagead/1p-conversion/408174131/?random=815272600&cv=11&fst=1776810880476&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v894023691za200zb882495193zd882495193xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938465~115938468~117266401~118463261&u_w=800&u_h=600&url=https%3A%2F%2Fenglish.cri.cn%2F&rcb=11&label=fSkLCP6Dr60DELP80MIB&capi=1&gtm_ee=1&_dbg=1&frm=0&tiba=Live%20Radio%2C%20Shows%20%26%20Podcasts%20%7C%20CGTN%20Radio&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=2044818572.1776810880&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&gcl_ctr=1~0~0~0&data=event%3Dconversion&category=acrcp_v1_512&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKK25vdC1uYXZpZ2F0aW9uLXNvdXJjZSwgdHJpZ2dlcjtldmVudC1zb3VyY2VaAwoBAWIDCgED&cerd=CgEA&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6dn1V8uS_2KONYgs1EQH1QB27ILH3WSkPVe_93zqav3ZuGQzbLL71xoCQVM&is_vtc=1&cid=CAQSWwAFq6B9UTJLTIJiT25BRXo_3BEOwEr4-nP3ecxmuTuvmBPj2qf9hQvUtkwUJA141DrTiMKKIIQzxlMzInusyKkz4lIXX9w8POUaCrAwjWNpWi8NAW9eTKvfawA&random=1313406448&ipr=y&pscrd=IhMI_en9qoCAlAMVgEj2CB1WnBTxMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhdodHRwczovL2VuZ2xpc2guY3JpLmNuL0JWQ2hBSThNQ2N6d1lRb09lNTdPdlZucm9lRWl3QXR0dm4wVGw5c0hrZGU2ZDhmdklZX01Ga2NfTEppVmFoRkZxUFZqaU85NWt3eHNJTDgtdmw3c3hkZWd6DAgJYggIABAAGAAgAA — 200 — 405 B — 83 ms — h2blob:https://english.cri.cn/02633f72-8ac1-45d1-a1af-18abc58d4644english.cri.cn/02633f72-8ac1-45d1-a... blob:https://english.cri.cn/02633f72-8ac1-45d1-a1af-18abc58d4644 — 200 — -1 B — 49 ms — blobblob:https://english.cri.cn/7b24ac38-9e39-47ef-8360-e9d31b644ea5english.cri.cn/7b24ac38-9e39-47ef-8... blob:https://english.cri.cn/7b24ac38-9e39-47ef-8360-e9d31b644ea5 — 200 — -1 B — 42 ms — blobblob:https://english.cri.cn/01487d2e-4fc1-468e-b711-b12f147c4402english.cri.cn/01487d2e-4fc1-468e-b... blob:https://english.cri.cn/01487d2e-4fc1-468e-b711-b12f147c4402 — 200 — -1 B — 43 ms — blobhttps://sk.cri.cn/am846.m3u8sk.cri.cn/am846.m3u8 https://sk.cri.cn/am846.m3u8 — 200 — 799 B — 420 ms — http/1.1https://english.cri.cn/static/img/logo_title.pngenglish.cri.cn/static/img/logo_titl... https://english.cri.cn/static/img/logo_title.png — 200 — 0 B — 2 ms — h2data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD0AAABMCAYAAADeHL+NAAADkUlEQVR4nO3cSYgcVRjA8V/aiUsQF…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD0AAABMCAYAAADeHL+NAAADkUlEQVR4nO3cSYgcVRjA8V/aiUsQF… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAWCAYAAAClrE55AAABiElEQVRIicXVz0tUURjG8c9I0VacN…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAWCAYAAAClrE55AAABiElEQVRIicXVz0tUURjG8c9I0VacN… — 200 — 0 B — 0 ms — datahttps://english.cri.cn/static/img/mod-bg-2.02e236f.pngenglish.cri.cn/static/img/mod-bg-2.... https://english.cri.cn/static/img/mod-bg-2.02e236f.png — 200 — 144.8 KiB — 11 ms — h2data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAoHBwkHBgoJCAkLCwoMDxkQDw4ODx4WFxIZJCAmJSMg…data:image/jpeg;base64,/9j/4AAQSkZJ... data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAoHBwkHBgoJCAkLCwoMDxkQDw4ODx4WFxIZJCAmJSMg… — 200 — 0 B — 0 ms — datahttps://english.cri.cn/static/img/loading-16-9.bb1cfe9.jpgenglish.cri.cn/static/img/loading-1... https://english.cri.cn/static/img/loading-16-9.bb1cfe9.jpg — 200 — 17.4 KiB — 5 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 — 16 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 — 10 ms — h2https://radio-res.cgtn.com/image/2604/1776779343034.jpgradio-res.cgtn.com/image/2604/17767... https://radio-res.cgtn.com/image/2604/1776779343034.jpg — 200 — 114.4 KiB — 38 ms — h2https://radio-res.cgtn.com/image/2604/1776777843202.jpgradio-res.cgtn.com/image/2604/17767... https://radio-res.cgtn.com/image/2604/1776777843202.jpg — 200 — 216.3 KiB — 36 ms — h2https://radio-res.cgtn.com/image/2604/1776770601472.jpgradio-res.cgtn.com/image/2604/17767... https://radio-res.cgtn.com/image/2604/1776770601472.jpg — 200 — 414.3 KiB — 28 ms — h2https://radio-res.cgtn.com/image/2203/1648175371798.jpgradio-res.cgtn.com/image/2203/16481... https://radio-res.cgtn.com/image/2203/1648175371798.jpg — 200 — 223.0 KiB — 10 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 993ms · 794KB · ¥41/mo
english.cri.cn
Other
Costly
Execution 274ms
Transfer 14 KB
Monthly Cost ¥11/mo
Unattributable
Other
Costly
Execution 255ms
Transfer 0 KB
Monthly Cost ¥10/mo
Google Tag Manager
Tag Manager
Optional
Execution 137ms
Transfer 173 KB
Unused 38%
Monthly Cost ¥6/mo
english.cri.cn
Other
Optional
Execution 115ms
Transfer 51 KB
Monthly Cost ¥5/mo
Google Tag Manager
Tag Manager
Optional
Execution 75ms
Transfer 140 KB
Unused 39%
Monthly Cost ¥3/mo
english.cri.cn
Other
Optional
Execution 72ms
Transfer 1 KB
Monthly Cost ¥3/mo
english.cri.cn
Other
Optional
Execution 66ms
Transfer 415 KB
Unused 60%
Monthly Cost ¥3/mo

These scripts may cost more than they're worth

  • english.cri.cn adds 274ms and costs ~¥11/month
  • Unattributable adds 255ms and costs ~¥10/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

english.cri.cn takes 274ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

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

60% of english.cri.cn'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