Mobile 375 × 812

Desktop 1440 × 900

Score: 68 / 100
Based on 8 categories, 0 sections
Room to improve — your 53.1s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 41.1 MB (38.8 MB transferred)
Performance issues directly impact user engagement and conversion rates.
10 image-only link(s) without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/5dd8c8e5-3909-45ba-9318-d66901de2a2f)<a href="https://beavercheck.com/results/5dd8c8e5-3909-45ba-9318-d66901de2a2f"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fcgtn.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fcgtn.comThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 53.1s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
9 barrier(s) likely increasing bounce by ~30%.
Page takes 53.1s to load
+12% bounceUsers abandon at ~3s — you're 50.6s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
High main-thread blocking time
+2% bouncePage is non-interactive for 580ms after first paint
Fix: Defer third-party scripts and split large bundles
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
5 form field(s) without a label
+6% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
Viewport disables user zoom
+2% bounceVisitors with low vision can't read the page — and some jurisdictions treat this as a legal risk
Fix: Remove user-scalable=no; drop maximum-scale if it's below 2
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
38 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
¥1,750 investment → ¥70/month returns + CNY 50,000,000 risk avoided
¥1,750
5h · 5 findings
¥70 /mo
~¥837 / year
CNY 50,000,000
if kept compliant
¥525 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.0 developer hours at ¥350/hr
Based on China rates (¥350/hr)
Start here for the best return on investment
¥4,166,736 / month at risk
~¥50,000,837 / year if left unfixed
¥50,000,000
¥70 /mo
121990.9 MB/mo × 0.571 CNY/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
7.94 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
53.07 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
580 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.002
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
8.06 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.
53.10 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.editor-row > div.icon > a > img div.editor-row > div.icon > a > img | news.cgtn.com/editor/2026-01-23/501/image/1769132460610.jpeg | 6.9 MiB | 6.9 MiB |
China firmly opposes Japan's negative moves related to Yasukuni Shrine div.cg-media-wrapper > div.cg-pic > a > img.swiper-lazy | /news/2026-04-21/China-firmly-opposes-Japan-s-negative-mo... | 5.4 MiB | 5.4 MiB |
US tariff refund system launches as thousands of companies file claims div.cg-media-wrapper > div.cg-pic > a > img.swiper-lazy | /news/2026-04-21/US-tariff-refund-system-launches-as-thou... | 1.2 MiB | 1.2 MiB |
Belgium slams Israel's conduct in Lebanon as 'unacceptable' div.cg-media-wrapper > div.cg-pic > a > img.swiper-lazy | /news/2026-04-21/Belgium-slams-Israel-s-conduct-in-Lebano... | 1.1 MiB | 1.0 MiB |
div.opinions-news-item > div.author-info > div.avatar > img div.opinions-news-item > div.author-info > div.avatar > img | news.cgtn.com/editor/2024-07-15/893/image/1721016341875.png | 968.9 KiB | 967.0 KiB |
China, Mozambique upgrade ties as presidents hold talks div.cg-media-wrapper > div.cg-pic > a > img.swiper-lazy | /news/2026-04-21/Chinese-President-Xi-Jinping-holds-talks... | 898.9 KiB | 851.3 KiB |
CGTN Poll: Over 80% oppose Japan returning to the path of aggression div.cg-pic > a > picture > img.lazyloaded | /news/2026-04-21/CGTN-Poll-Over-80-oppose-Japan-returning... | 838.3 KiB | 798.3 KiB |
The Numbers of a Decade: A Journey through China's Modernization div.cg-media-wrapper > div.cg-pic > a > img.swiper-lazy | /news/2022-10-26/The-Numbers-of-a-Decade-A-Journey-throug... | 1022.6 KiB | 756.7 KiB |
div.news-author > div.news-editor > a.editor-page > img div.news-author > div.news-editor > a.editor-page > img | /editor/2019-09-09/667/img/77a2932b3bf8427a84151935368656... | 670.8 KiB | 670.7 KiB |
Mulan's heroic journey unveiled through AI div.cg-video > a > div.cg-video-link-wrapper > img.swiper-lazy | /news/2024-07-31/Mulan-s-heroic-journey-unveiled-through-... | 535.4 KiB | 513.7 KiB |
Facts and figures about Beijing Daxing International Airport div.cg-media-wrapper > div.cg-pic > a > img.swiper-lazy | /news/3d3d414e77516a4e34457a6333566d54/img/ce24f5db7d574c... | 494.8 KiB | 472.8 KiB |
China's 5G base stations top 4.958 million by end of March 2026 div.cg-media-wrapper > div.cg-pic > a > img.swiper-lazy | /news/2026-04-21/China-s-5G-base-stations-top-4-958-milli... | 497.0 KiB | 449.4 KiB |
div.opinions-news-item > div.author-info > div.avatar > img div.opinions-news-item > div.author-info > div.avatar > img | news.cgtn.com/editor/2026-04-21/457/image/1776753159296.jpeg | 353.3 KiB | 351.4 KiB |
div.author-info > div.avatar > a > img div.author-info > div.avatar > a > img | ui.cgtn.com/static/resource/images/author/kong-qingjiang.png | 100.1 KiB | 98.2 KiB |
div.cg2026-home3-container > div.multiple-swipers > div.home3-live-now > span.livenow-bg div.cg2026-home3-container > div.multiple-swipers > div.home3-live-now > span.livenow-bg | ui.cgtn.com/static/ng/resource/images/cg2026_components/live_now_bg.png | 44.2 KiB | 26.6 KiB |
div.ng-header-v4-topbar > div.header-content-wrapper > div.header-content-md > a.bar-logo div.ng-header-v4-topbar > div.header-content-wrapper > div.header-content-md > a.bar-logo | global-ui.cgtn.com/static/ng/resource/images/header-v3/img_logo.png | 26.3 KiB | 13.0 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| cgtn.com/ | 1.3 s |
| www.cgtn.com/ | 0.0 ms |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| ui.cgtn.com/static/ng/resource/website/css/mixedcss/1JdYPR5nUGY1776784810843.css | 21.0 KiB | 14.2 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-Q2N7DKTSVJ&cx=c>m=4e64h1 | 169.6 KiB | 113.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-Q2N7DKTSVJ | 169.6 KiB | 69.0 KiB |
| www.googleoptimize.com/optimize.js?id=OPT-T2F4KMW | 108.9 KiB | 65.3 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-KWDZVQ2 | 125.2 KiB | 61.6 KiB |
| ui.cgtn.com/static/ng/resource/vendor/jwplayer/jwplayer.js | 60.6 KiB | 50.9 KiB |
| ui.cgtn.com/static/ng/resource/website/js/ng-home-v4-4.2.2.js?t=20210521 | 51.7 KiB | 39.8 KiB |
| /pages/versioned/common-scripts/4ce8c7df8d425cc5046457682... | 55.1 KiB | 29.8 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.cgtn.com/ | 892 ms | 6.4 ms | 2.2 ms |
| ui.cgtn.com/static/ng/resource/vendor/jquery.min.js | 890 ms | 535 ms | 6.4 ms |
| Unattributable | 873 ms | 5.5 ms | 0.0 ms |
| /pages/versioned/common-scripts/4ce8c7df8d425cc5046457682... | 327 ms | 260 ms | 14 ms |
| www.googletagmanager.com/gtag/js?id=G-Q2N7DKTSVJ | 241 ms | 198 ms | 41 ms |
| www.googletagmanager.com/gtm.js?id=GTM-KWDZVQ2 | 161 ms | 110 ms | 26 ms |
| ui.cgtn.com/static/ng/resource/vendor/lazysizes.min.js | 152 ms | 53 ms | 1.1 ms |
| www.googleoptimize.com/optimize.js?id=OPT-T2F4KMW | 122 ms | 89 ms | 22 ms |
| www.googletagmanager.com/gtag/js?id=G-Q2N7DKTSVJ&cx=c>m=4e64h1 | 72 ms | 20 ms | 52 ms |
| ui.cgtn.com/static/ng/resource/website/js/ng-home-v4-4.2.2.js?t=20210521 | 55 ms | 24 ms | 31 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.4 s |
| Other | 1.0 s |
| Style & Layout | 937 ms |
| Script Parsing & Compilation | 241 ms |
| Rendering | 212 ms |
| Parse HTML & CSS | 120 ms |
| Garbage Collection | 28 ms |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| ui.cgtn.com/static/ng/resource/vendor/intersection-observer.js | 7.4 KiB | 3.9 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
China firmly opposes Japan's negative moves related to Yasukuni Shrine div.cg-media-wrapper > div.cg-pic > a > img.swiper-lazy | /news/2026-04-21/China-firmly-opposes-Japan-s-negative-mo... |
China's 5G base stations top 4.958 million by end of March 2026 div.cg-media-wrapper > div.cg-pic > a > img.swiper-lazy | /news/2026-04-21/China-s-5G-base-stations-top-4-958-milli... |
US tariff refund system launches as thousands of companies file claims div.cg-media-wrapper > div.cg-pic > a > img.swiper-lazy | /news/2026-04-21/US-tariff-refund-system-launches-as-thou... |
China's 5G base stations top 4.958 million by end of March 2026 div.cg-media-wrapper > div.cg-pic > a > img.swiper-lazy | /news/2026-04-21/China-s-5G-base-stations-top-4-958-milli... |
Belgium slams Israel's conduct in Lebanon as 'unacceptable' div.cg-media-wrapper > div.cg-pic > a > img.swiper-lazy | /news/2026-04-21/Belgium-slams-Israel-s-conduct-in-Lebano... |
China, Mozambique upgrade ties as presidents hold talks div.cg-media-wrapper > div.cg-pic > a > img.swiper-lazy | /news/2026-04-21/Chinese-President-Xi-Jinping-holds-talks... |
China, Mozambique upgrade ties as presidents hold talks div.cg-media-wrapper > div.cg-pic > a > img.swiper-lazy | /news/2026-04-21/Chinese-President-Xi-Jinping-holds-talks... |
CGTN Poll: Over 80% oppose Japan returning to the path of aggression div.cg-pic > a > picture > img.lazyloaded | /news/2026-04-21/CGTN-Poll-Over-80-oppose-Japan-returning... |
Unhealed Wounds: The living evidence of Japan's germ warfare in China a > div.cg-video-link-wrapper > picture > img.lazyload | /news/2026-04-21/Unhealed-Wounds-The-living-evidence-of-J... |
Global security needs rule of law: Ambassador of Dominica to China a > div.cg-video-link-wrapper > picture > img.lazyload | /news/2026-04-21/Global-security-needs-rule-of-law-Ambass... |
Two teens killed in shooting during 'planned fight' in North Carolina a > div.cg-video-link-wrapper > picture > img.lazyload | /news/2026-04-21/Two-teens-killed-in-shooting-during-plan... |
Fareed Zakaria: US recklessness may hand global mantle to China a > div.cg-video-link-wrapper > picture > img.lazyload | /news/2026-04-21/Fareed-Zakaria-US-recklessness-may-hand-... |
Chinese-designed humanoid robots gain popularity in Peru a > div.cg-video-link-wrapper > picture > img.lazyload | /news/2026-04-21/Chinese-designed-humanoid-robots-gain-po... |
Greater Bay Area's first Hualong One nuclear power unit starts operation a > div.cg-video-link-wrapper > picture > img.lazyload | /news/2026-04-21/Greater-Bay-Area-s-first-Hualong-One-nuc... |
China adheres to Treaty of Non-Proliferation of Nuclear Weapons a > div.cg-video-link-wrapper > picture > img.lazyload | /news/2026-04-21/China-adheres-to-Treaty-of-Non-Prolifera... |
Reuniting families with martyrs of the War to Resist US Aggression and Aid Korea a > div.cg-video-link-wrapper > picture > img.lazyload | /news/2026-04-21/Reuniting-families-with-martyrs-of-the-W... |
Technology is helping break down barriers for learning Chinese a > div.cg-video-link-wrapper > picture > img.lazyload | /news/2026-04-21/Technology-is-helping-break-down-barrier... |
Beyond ACG: Lion dance lights up Chinese musical, bridging cultures a > div.cg-video-link-wrapper > picture > img.lazyload | /news/2026-04-21/Beyond-ACG-Lion-dance-lights-up-Chinese-... |
CGTN anchor engages with Dar es Salaam students in Zoom Chinese class a > div.cg-video-link-wrapper > picture > img.lazyload | /news/2026-04-21/CGTN-anchor-engages-with-Dar-es-Salaam-s... |
Report stresses unity as tensions challenge global security landscape a > div.cg-video-link-wrapper > picture > img.lazyload | /news/2026-04-21/Report-stresses-unity-as-tensions-challe... |
Xi Jinping's key quotes on promoting harmony between humanity, nature div.cg-pic > a > picture > img.lazyload | |
Live: Immerse yourself in the lush bamboo forests in Sichuan Province div.cg-pic > a > picture > img.lazyload | |
Live: The 13th batch of Chinese martyrs' remains returned from ROK div.cg-pic > a > picture > img.lazyload | |
Live: US-Iran ceasefire set to expire as talks remain unresolved div.cg-pic > a > picture > img.lazyload | |
Live: Hop on Guangzhou's double-decker bus for Lingnan culture div.cg-pic > a > picture > img.lazyload |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to make command elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-pic > div.livePlayArea > div.video-play-time > div.play-icon div.cg-pic > div.livePlayArea > div.video-play-time > div.play-icon |
div.cg-pic > div.livePlayArea > div.video-play-time > div.play-icon div.cg-pic > div.livePlayArea > div.video-play-time > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Privacy Policy div.dialog-body > ul.dialog-link > li > a |
Terms of Use ul.dialog-link > li > a > span |
I agree div.container-fluid > div.dialog-body > div.dialog-confirm > span |
13 hours ago div.top-news-item-content > div.top-news-item-content-properties > span.publishTime > span.time-hidden |
Politics div.top-news-item-info > div.top-news-item-content > div.top-news-item-content-properties > span.property-name |
8 hours ago div.cg2026_home_1_1 > div.news-item-content-properties > span.publishTime > span.time-hidden |
8 hours ago div.news-item > div.news-item-content-properties > span.publishTime > span.time-hidden |
Europe div.cg2026_home_1_3_list > div.news-item > div.news-item-content-properties > span.property-name |
9 hours ago div.news-item > div.news-item-content-properties > span.publishTime > span.time-hidden |
Politics div.cg2026_home_1_3_list > div.news-item > div.news-item-content-properties > span.property-name |
8 hours ago div.text-cover > div.news-item-content-properties > span.publishTime > span.time-hidden |
World div.news-item-big > div.text-cover > div.news-item-content-properties > span.property-name |
16 hours ago div.opinions-news-item > div.headline > p.publish-time > span.time-hidden |
11 hours ago div.opinions-news-item > div.headline > p.publish-time > span.time-hidden |
9 hours ago div.opinions-news-item > div.headline > p.publish-time > span.time-hidden |
SPECIAL div.cg2026_home_1_right > div.cg2026_home_1_5 > div.news-item-big > div.news-item-special |
SPECIAL div.cg2026_home_1_right > div.cg2026_home_1_5 > div.news-item-big > div.news-item-special |
21-Apr-2026 div.titleMask > div.news-item-content-properties > span.publishTime > span.time-hidden-date |
02:54 div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.ng-duration-time |
Most shared div.cg2026_home_2_most_read_and_share > div.read_and_share_container > div.read_and_share_hreader > h2.title |
16-Apr-2026 div.content > div.news-item-content-properties > span.publishTime > span.time-hidden-date |
16-Apr-2026 div.content > div.news-item-content-properties > span.publishTime > span.time-hidden-date |
China div.content_wraper > div.content > div.news-item-content-properties > span.property-name |
11-Apr-2026 div.content > div.news-item-content-properties > span.publishTime > span.time-hidden-date |
Politics div.content_wraper > div.content > div.news-item-content-properties > span.property-name |
21-Apr-2026 div.main-item > div.news-extra > span.news-time > span.time-hidden-date |
Technology div.cg2026-home-4-content > div.main-item > div.news-extra > span.property |
21-Apr-2026 div.news-item > div.news-extra > span.news-time > span.time-hidden-date |
Technology div.swiper-slide > div.news-item > div.news-extra > span.property |
21-Apr-2026 div.news-item > div.news-extra > span.news-time > span.time-hidden-date |
Technology div.swiper-slide > div.news-item > div.news-extra > span.property |
21-Apr-2026 div.news-info > div.news-extra > span.news-time > span.time-hidden-date |
Economy div.news-item > div.news-info > div.news-extra > span.property |
21-Apr-2026 div.last-news > div.news-extra > span.news-time > span.time-hidden-date |
China div.news-container > div.last-news > div.news-extra > span.property |
02:46 div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.ng-duration-time |
19-Apr-2026 div.news-info > div.news-extra > span.news-time > span.time-hidden-date |
China div.main-item > div.news-info > div.news-extra > span.property |
03:18 div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.ng-duration-time |
18-Apr-2026 div.news-item > div.news-extra > span.news-time > span.time-hidden-date |
World div.swiper-slide > div.news-item > div.news-extra > span.property |
17-Apr-2026 div.news-item > div.news-extra > span.news-time > span.time-hidden-date |
World div.swiper-slide > div.news-item > div.news-extra > span.property |
02:37 div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.ng-duration-time |
21-Apr-2026 div.cg2026-home8-list > div.news-item > div.news-time-propertyName > span.time-hidden-date |
03:25 div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.ng-duration-time |
21-Apr-2026 div.cg2026-home8-list > div.news-item > div.news-time-propertyName > span.time-hidden-date |
00:40 div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.ng-duration-time |
21-Apr-2026 div.cg2026-home8-list > div.news-item > div.news-time-propertyName > span.time-hidden-date |
01:02 div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.ng-duration-time |
21-Apr-2026 div.cg2026-home8-list > div.news-item > div.news-time-propertyName > span.time-hidden-date |
00:46 div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.ng-duration-time |
21-Apr-2026 div.cg2026-home8-list > div.news-item > div.news-time-propertyName > span.time-hidden-date |
02:19 div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.ng-duration-time |
21-Apr-2026 div.cg2026-home8-list > div.news-item > div.news-time-propertyName > span.time-hidden-date |
01:04 div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.ng-duration-time |
21-Apr-2026 div.cg2026-home8-list > div.news-item > div.news-time-propertyName > span.time-hidden-date |
08:58 div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.ng-duration-time |
21-Apr-2026 div.cg2026-home8-list > div.news-item > div.news-time-propertyName > span.time-hidden-date |
06:12 div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.ng-duration-time |
21-Apr-2026 div.cg2026-home8-list > div.news-item > div.news-time-propertyName > span.time-hidden-date |
00:11 div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.ng-duration-time |
21-Apr-2026 div.cg2026-home8-list > div.news-item > div.news-time-propertyName > span.time-hidden-date |
01:06 div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.ng-duration-time |
21-Apr-2026 div.cg2026-home8-list > div.news-item > div.news-time-propertyName > span.time-hidden-date |
These are opportunities to improve the legibility of your content.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.author-info > div.avatar > a > img div.author-info > div.avatar > a > img |
div.opinions-news-item > div.author-info > div.avatar > img div.opinions-news-item > div.author-info > div.avatar > img |
div.opinions-news-item > div.author-info > div.avatar > img div.opinions-news-item > div.author-info > div.avatar > img |
div.copy-common-wrapper > div.copy-common-content > a.copy-common-text > img.gwab-img-v4 div.copy-common-wrapper > div.copy-common-content > a.copy-common-text > img.gwab-img-v4 |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.ng-header-v4-topbar > div.header-content-wrapper > div.header-content-md > a.bar-logo div.ng-header-v4-topbar > div.header-content-wrapper > div.header-content-md > a.bar-logo |
div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon |
div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon |
div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon |
div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon |
div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon |
div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon |
div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon |
div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon |
div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon |
div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon |
div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon |
div.follow-us-content > div.share-item-wrapper > div.wechat-share > a.icon div.follow-us-content > div.share-item-wrapper > div.wechat-share > a.icon |
div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon |
div.container-fluid > div.dialog-body > div.dialog-header > a.dialog-close div.container-fluid > div.dialog-body > div.dialog-header > a.dialog-close |
div.opinions-news-item > div.author-info > div.avatar > a div.opinions-news-item > div.author-info > div.avatar > a |
MEETING THE PEOPLE'S ASPIRATIONS div.news-item-big > div.cg-media-wrapper > div.cg-pic > a |
How China Works div.news-item-big > div.cg-media-wrapper > div.cg-pic > a |
Xi Jinping's key quotes on promoting harmony between humanity, nature div.imgArea > div.cg-media-wrapper > div.cg-pic > a |
div.news-item > div.editor-row > div.icon > a div.news-item > div.editor-row > div.icon > a |
div.news-item > div.editor-row > div.icon > a div.news-item > div.editor-row > div.icon > a |
div.news-item > div.editor-row > div.icon > a div.news-item > div.editor-row > div.icon > a |
div.read_and_share_container > div.read_and_share_hreader > h2.title > a.hidden-click div.read_and_share_container > div.read_and_share_hreader > h2.title > a.hidden-click |
div.read_and_share_container > div.read_and_share_hreader > h2.title > a.hidden-click div.read_and_share_container > div.read_and_share_hreader > h2.title > a.hidden-click |
Live: Immerse yourself in the lush bamboo forests in Sichuan Province div.news-img > div.cg-media-wrapper > div.cg-pic > a |
Live: The 13th batch of Chinese martyrs' remains returned from ROK div.news-img > div.cg-media-wrapper > div.cg-pic > a |
Live: US-Iran ceasefire set to expire as talks remain unresolved div.news-img > div.cg-media-wrapper > div.cg-pic > a |
Live: Hop on Guangzhou's double-decker bus for Lingnan culture div.news-img > div.cg-media-wrapper > div.cg-pic > a |
Live: Immerse yourself in the lush bamboo forests in Sichuan Province div.news-img > div.cg-media-wrapper > div.cg-pic > a |
Live: The 13th batch of Chinese martyrs' remains returned from ROK div.news-img > div.cg-media-wrapper > div.cg-pic > a |
Live: US-Iran ceasefire set to expire as talks remain unresolved div.news-img > div.cg-media-wrapper > div.cg-pic > a |
Live: Hop on Guangzhou's double-decker bus for Lingnan culture div.news-img > div.cg-media-wrapper > div.cg-pic > a |
Chinese automaker Chery opens NEV manufacturing plant in Thailand div.news-img > div.cg-media-wrapper > div.cg-pic > a |
Singapore launches OCEANS-X to enhance maritime digital connectivity div.news-img > div.cg-media-wrapper > div.cg-pic > a |
Apple's hardware veteran John Ternus to succeed Tim Cook as CEO div.news-img > div.cg-media-wrapper > div.cg-pic > a |
Elon Musk fails to attend French prosecutors' X probe hearing div.news-img > div.cg-media-wrapper > div.cg-pic > a |
Blue Origin probing rocket's failure to deliver satellite div.news-img > div.cg-media-wrapper > div.cg-pic > a |
Middle East crisis: 50 days, 500 mln barrels oil loss div.news-img > div.cg-media-wrapper > div.cg-pic > a |
Record US drought fuels fears over fires, water and food prices div.news-img > div.cg-media-wrapper > div.cg-pic > a |
Sanya 2026 Asian Beach Games opening set after final preparations div.news-img > div.cg-media-wrapper > div.cg-pic > a |
Beauty in every corner: Slow down in Kashi div.news-img > div.cg-media-wrapper > div.cg-pic > a |
Timeless crafts, timeless blessings div.slide-img > div.cg-media-wrapper > div.cg-video > a |
Song Dynasty-themed stickers div.slide-img > div.cg-media-wrapper > div.cg-pic > a |
China Crafted | Explore the virtual exhibition with CGTN Art Series div.slide-img > div.cg-media-wrapper > div.cg-pic > a |
The Song Painted – Nature div.slide-img > div.cg-media-wrapper > div.cg-pic > a |
The Song Painted – People div.slide-img > div.cg-media-wrapper > div.cg-pic > a |
Tang Architecture: Building Timeless Glory div.slide-img > div.cg-media-wrapper > div.cg-pic > a |
Timeless crafts, timeless blessings div.slide-img > div.cg-media-wrapper > div.cg-video > a |
Song Dynasty-themed stickers div.slide-img > div.cg-media-wrapper > div.cg-pic > a |
China Crafted | Explore the virtual exhibition with CGTN Art Series div.slide-img > div.cg-media-wrapper > div.cg-pic > a |
The Song Painted – Nature div.slide-img > div.cg-media-wrapper > div.cg-pic > a |
div.ng-footer-v4 > div.footer-content-wrapper-v4 > div.logo-content-wrapper > a.logo-content div.ng-footer-v4 > div.footer-content-wrapper-v4 > div.logo-content-wrapper > a.logo-content |
div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon |
div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon |
div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon |
div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon |
div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon |
div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon |
div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon |
div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon |
div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon |
div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon |
div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon |
div.follow-us-content > div.share-item-wrapper > div.wechat-share-footer > a.icon div.follow-us-content > div.share-item-wrapper > div.wechat-share-footer > a.icon |
div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon |
div.footer-content-wrapper-v4 > div.footer-bottom-wrapper > div.download-logos > a.downicon div.footer-content-wrapper-v4 > div.footer-bottom-wrapper > div.download-logos > a.downicon |
div.footer-content-wrapper-v4 > div.footer-bottom-wrapper > div.download-logos > a.downicon div.footer-content-wrapper-v4 > div.footer-bottom-wrapper > div.download-logos > a.downicon |
div.footer-content-wrapper-v4 > div.footer-bottom-wrapper > div.download-logos > a.downicon div.footer-content-wrapper-v4 > div.footer-bottom-wrapper > div.download-logos > a.downicon |
div.footer-content-wrapper-v4 > div.footer-bottom-wrapper > div.download-logos > a.downicon div.footer-content-wrapper-v4 > div.footer-bottom-wrapper > div.download-logos > a.downicon |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
div.share-item-wrapper > div.wechat-share > div.header-v4-wechat > img div.share-item-wrapper > div.wechat-share > div.header-v4-wechat > img | ui.cgtn.com/ui/attention/attention.jpg | 150 x 500 (0.30) | 500 x 500 (1.00) |
div.share-item-wrapper > div.wechat-share-footer > div.footer-v4-wechat > img div.share-item-wrapper > div.wechat-share-footer > div.footer-v4-wechat > img | ui.cgtn.com/ui/attention/attention.jpg | 150 x 500 (0.30) | 500 x 500 (1.00) |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.cgtn.com/live | SEE MORE |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.author-info > div.avatar > a > img div.author-info > div.avatar > a > img |
div.opinions-news-item > div.author-info > div.avatar > img div.opinions-news-item > div.author-info > div.avatar > img |
div.opinions-news-item > div.author-info > div.avatar > img div.opinions-news-item > div.author-info > div.avatar > img |
div.copy-common-wrapper > div.copy-common-content > a.copy-common-text > img.gwab-img-v4 div.copy-common-wrapper > div.copy-common-content > a.copy-common-text > img.gwab-img-v4 |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Your account div.sign-in-Pc > div.title-item > div.title-login-content > a.J_accout |
Sign out div.sign-in-Pc > div.title-item > div.title-login-content > a.J_signout |
Your account div.sign-in-iPhone > div.m-title-item > div.m-title-login-content > a.J_accout |
Sign out div.sign-in-iPhone > div.m-title-item > div.m-title-login-content > a.J_signout |
Live: Immerse yourself in the lush bamboo forests in Sichuan Province div.news-img > div.cg-media-wrapper > div.cg-pic > a |
Live: The 13th batch of Chinese martyrs' remains returned from ROK div.news-img > div.cg-media-wrapper > div.cg-pic > a |
Live: US-Iran ceasefire set to expire as talks remain unresolved div.news-img > div.cg-media-wrapper > div.cg-pic > a |
Live: Hop on Guangzhou's double-decker bus for Lingnan culture div.news-img > div.cg-media-wrapper > div.cg-pic > a |
To appear in search results, crawlers need access to your app.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
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
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.editor-row > div.icon > a > img div.editor-row > div.icon > a > img | news.cgtn.com/editor/2026-01-23/501/image/1769132460610.jpeg | 6.9 MiB | 6.9 MiB |
China firmly opposes Japan's negative moves related to Yasukuni Shrine div.cg-media-wrapper > div.cg-pic > a > img.swiper-lazy | /news/2026-04-21/China-firmly-opposes-Japan-s-negative-mo... | 5.4 MiB | 5.4 MiB |
Kungfu legend: Experience the Shaolin way of life div.cg-media-wrapper > div.cg-pic > a > img.swiper-lazy | /news/7830796333566d54/img/a136bdc0f77f43bea29a5409b86f97... | 1.5 MiB | 1.5 MiB |
US tariff refund system launches as thousands of companies file claims div.cg-media-wrapper > div.cg-pic > a > img.swiper-lazy | /news/2026-04-21/US-tariff-refund-system-launches-as-thou... | 1.2 MiB | 1.2 MiB |
Ask Confucius div.cg-media-wrapper > div.cg-pic > a > img.swiper-lazy | /news/2025-12-29/Ask-Confucius-1JvnyuloMms/img/4d3b736f54... | 1.2 MiB | 1.2 MiB |
Belgium slams Israel's conduct in Lebanon as 'unacceptable' div.cg-media-wrapper > div.cg-pic > a > img.swiper-lazy | /news/2026-04-21/Belgium-slams-Israel-s-conduct-in-Lebano... | 1.1 MiB | 1.0 MiB |
div.opinions-news-item > div.author-info > div.avatar > img div.opinions-news-item > div.author-info > div.avatar > img | news.cgtn.com/editor/2024-07-15/893/image/1721016341875.png | 968.9 KiB | 968.1 KiB |
China, Mozambique upgrade ties as presidents hold talks div.cg-media-wrapper > div.cg-pic > a > img.swiper-lazy | /news/2026-04-21/Chinese-President-Xi-Jinping-holds-talks... | 898.9 KiB | 866.8 KiB |
CGTN Poll: Over 80% oppose Japan returning to the path of aggression div.cg-pic > a > picture > img.lazyloaded | /news/2026-04-21/CGTN-Poll-Over-80-oppose-Japan-returning... | 838.3 KiB | 831.1 KiB |
The Numbers of a Decade: A Journey through China's Modernization div.cg-media-wrapper > div.cg-pic > a > img.swiper-lazy | /news/2022-10-26/The-Numbers-of-a-Decade-A-Journey-throug... | 1022.6 KiB | 756.7 KiB |
Live: Immerse yourself in the lush bamboo forests in Sichuan Province div.cg-pic > a > picture > img.lazyloaded | /news/2026-04-21/Live-Immerse-yourself-in-the-lush-bamboo... | 731.5 KiB | 680.0 KiB |
div.news-author > div.news-editor > a.editor-page > img div.news-author > div.news-editor > a.editor-page > img | /editor/2019-09-09/667/img/77a2932b3bf8427a84151935368656... | 670.8 KiB | 670.8 KiB |
Who Runs China div.cg-media-wrapper > div.cg-pic > a > img.swiper-lazy | /news/7830796333566d54/img/dbd4571f815e4d15bbef6604e06bdd... | 629.5 KiB | 620.4 KiB |
Unforgotten Front: China in WWII – An interactive walk through history div.cg-media-wrapper > div.cg-pic > a > img.swiper-lazy | /news/2025-09-02/Unforgotten-Front-China-in-WWII-Interact... | 605.7 KiB | 596.7 KiB |
Facts and figures about Beijing Daxing International Airport div.cg-media-wrapper > div.cg-pic > a > img.swiper-lazy | /news/3d3d414e77516a4e34457a6333566d54/img/ce24f5db7d574c... | 494.8 KiB | 485.5 KiB |
Live: The 13th batch of Chinese martyrs' remains returned from ROK div.cg-pic > a > picture > img.lazyloaded | /news/2026-04-21/Live-The-13th-batch-of-Chinese-martyrs-r... | 518.1 KiB | 466.6 KiB |
China's 5G base stations top 4.958 million by end of March 2026 div.cg-media-wrapper > div.cg-pic > a > img.swiper-lazy | /news/2026-04-21/China-s-5G-base-stations-top-4-958-milli... | 497.0 KiB | 464.9 KiB |
div.opinions-news-item > div.author-info > div.avatar > img div.opinions-news-item > div.author-info > div.avatar > img | news.cgtn.com/editor/2026-04-21/457/image/1776753159296.jpeg | 353.3 KiB | 352.4 KiB |
CGTN AI 3D animated short 'The Legend of the Monkey King' coming soon div.cg-media-wrapper > div.cg-pic > a > img.swiper-lazy | /news/2025-10-03/CGTN-AI-3D-animated-short-The-Legend-of-... | 351.1 KiB | 344.3 KiB |
Side by Side: Foreign volunteers in China's anti-fascist struggle div.cg-media-wrapper > div.cg-pic > a > img.swiper-lazy | /news/2025-12-29/Side-by-Side-Foreign-volunteers-in-China... | 249.3 KiB | 244.5 KiB |
div.author-info > div.avatar > a > img div.author-info > div.avatar > a > img | ui.cgtn.com/static/resource/images/author/kong-qingjiang.png | 100.1 KiB | 99.3 KiB |
MEETING THE PEOPLE'S ASPIRATIONS div.cg-pic > a > picture > img.lazyloaded | /news/2025-12-31/MEETING-THE-PEOPLE-S-ASPIRATIONS-1JyEwH0... | 67.7 KiB | 62.6 KiB |
How China Works div.cg-pic > a > picture > img.lazyloaded | /news/2025-12-28/How-China-Works-1Jtgai4f0Ry/img/fa63eb69... | 58.3 KiB | 53.2 KiB |
Unhealed Wounds: The living evidence of Japan's germ warfare in China a > div.cg-video-link-wrapper > picture > img.test-video11 | /news/2026-04-21/Unhealed-Wounds-The-living-evidence-of-J... | 42.3 KiB | 36.4 KiB |
Xi Jinping's key quotes on promoting harmony between humanity, nature div.cg-pic > a > picture > img.lazyloaded | /news/2026-04-21/Xi-Jinping-s-key-quotes-on-promoting-har... | 41.0 KiB | 35.3 KiB |
div.cg2026-home3-container > div.multiple-swipers > div.home3-live-now > span.livenow-bg div.cg2026-home3-container > div.multiple-swipers > div.home3-live-now > span.livenow-bg | ui.cgtn.com/static/ng/resource/images/cg2026_components/live_now_bg.png | 44.2 KiB | 26.6 KiB |
div.ng-header-v4-topbar > div.header-content-wrapper > div.header-content-md > a.bar-logo div.ng-header-v4-topbar > div.header-content-wrapper > div.header-content-md > a.bar-logo | global-ui.cgtn.com/static/ng/resource/images/header-v3/img_logo.png | 26.3 KiB | 13.0 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| cgtn.com/ | 695 ms |
| www.cgtn.com/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-Q2N7DKTSVJ&cx=c>m=4e64h1 | 169.6 KiB | 113.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-Q2N7DKTSVJ | 169.6 KiB | 69.0 KiB |
| www.googleoptimize.com/optimize.js?id=OPT-T2F4KMW | 108.9 KiB | 65.3 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-KWDZVQ2 | 125.2 KiB | 61.5 KiB |
| ui.cgtn.com/static/ng/resource/vendor/jwplayer/jwplayer.js | 60.6 KiB | 50.9 KiB |
| ui.cgtn.com/static/ng/resource/website/js/ng-home-v4-4.2.2.js?t=20210521 | 51.7 KiB | 39.5 KiB |
| /pages/versioned/common-scripts/4ce8c7df8d425cc5046457682... | 55.1 KiB | 29.8 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| ui.cgtn.com/static/ng/resource/vendor/intersection-observer.js | 7.4 KiB | 3.9 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| ui.cgtn.com/static/ng/resource/website/css/mixedcss/1JdYPR5nUGY1776784810843.css | 21.0 KiB | 13.9 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
China firmly opposes Japan's negative moves related to Yasukuni Shrine div.cg-media-wrapper > div.cg-pic > a > img.swiper-lazy | /news/2026-04-21/China-firmly-opposes-Japan-s-negative-mo... |
China's 5G base stations top 4.958 million by end of March 2026 div.cg-media-wrapper > div.cg-pic > a > img.swiper-lazy | /news/2026-04-21/China-s-5G-base-stations-top-4-958-milli... |
US tariff refund system launches as thousands of companies file claims div.cg-media-wrapper > div.cg-pic > a > img.swiper-lazy | /news/2026-04-21/US-tariff-refund-system-launches-as-thou... |
China's 5G base stations top 4.958 million by end of March 2026 div.cg-media-wrapper > div.cg-pic > a > img.swiper-lazy | /news/2026-04-21/China-s-5G-base-stations-top-4-958-milli... |
Belgium slams Israel's conduct in Lebanon as 'unacceptable' div.cg-media-wrapper > div.cg-pic > a > img.swiper-lazy | /news/2026-04-21/Belgium-slams-Israel-s-conduct-in-Lebano... |
China, Mozambique upgrade ties as presidents hold talks div.cg-media-wrapper > div.cg-pic > a > img.swiper-lazy | /news/2026-04-21/Chinese-President-Xi-Jinping-holds-talks... |
China, Mozambique upgrade ties as presidents hold talks div.cg-media-wrapper > div.cg-pic > a > img.swiper-lazy | /news/2026-04-21/Chinese-President-Xi-Jinping-holds-talks... |
Live: Immerse yourself in the lush bamboo forests in Sichuan Province div.cg-pic > a > picture > img.lazyloaded | /news/2026-04-21/Live-Immerse-yourself-in-the-lush-bamboo... |
Live: The 13th batch of Chinese martyrs' remains returned from ROK div.cg-pic > a > picture > img.lazyloaded | /news/2026-04-21/Live-The-13th-batch-of-Chinese-martyrs-r... |
Live: US-Iran ceasefire set to expire as talks remain unresolved div.cg-pic > a > picture > img.ls-is-cached | /news/2026-04-21/Live-US-Iran-ceasefire-set-to-expire-as-... |
Live: Hop on Guangzhou's double-decker bus for Lingnan culture div.cg-pic > a > picture > img.ls-is-cached | /news/2026-04-20/Live-Hop-on-Guangzhou-s-double-decker-bu... |
Global security needs rule of law: Ambassador of Dominica to China a > div.cg-video-link-wrapper > picture > img.lazyload | /news/2026-04-21/Global-security-needs-rule-of-law-Ambass... |
Two teens killed in shooting during 'planned fight' in North Carolina a > div.cg-video-link-wrapper > picture > img.lazyload | /news/2026-04-21/Two-teens-killed-in-shooting-during-plan... |
Fareed Zakaria: US recklessness may hand global mantle to China a > div.cg-video-link-wrapper > picture > img.lazyload | /news/2026-04-21/Fareed-Zakaria-US-recklessness-may-hand-... |
Chinese-designed humanoid robots gain popularity in Peru a > div.cg-video-link-wrapper > picture > img.lazyload | /news/2026-04-21/Chinese-designed-humanoid-robots-gain-po... |
Greater Bay Area's first Hualong One nuclear power unit starts operation a > div.cg-video-link-wrapper > picture > img.lazyload | /news/2026-04-21/Greater-Bay-Area-s-first-Hualong-One-nuc... |
CGTN Poll: Over 80% oppose Japan returning to the path of aggression div.cg-pic > a > picture > img.lazyloaded | /news/2026-04-21/CGTN-Poll-Over-80-oppose-Japan-returning... |
Xi Jinping's key quotes on promoting harmony between humanity, nature div.cg-pic > a > picture > img.lazyloaded | /news/2026-04-21/Xi-Jinping-s-key-quotes-on-promoting-har... |
Unhealed Wounds: The living evidence of Japan's germ warfare in China a > div.cg-video-link-wrapper > picture > img.test-video11 | /news/2026-04-21/Unhealed-Wounds-The-living-evidence-of-J... |
China adheres to Treaty of Non-Proliferation of Nuclear Weapons a > div.cg-video-link-wrapper > picture > img.lazyload | /news/2026-04-21/China-adheres-to-Treaty-of-Non-Prolifera... |
Reuniting families with martyrs of the War to Resist US Aggression and Aid Korea a > div.cg-video-link-wrapper > picture > img.lazyload | /news/2026-04-21/Reuniting-families-with-martyrs-of-the-W... |
Beyond ACG: Lion dance lights up Chinese musical, bridging cultures a > div.cg-video-link-wrapper > picture > img.lazyload | /news/2026-04-21/Beyond-ACG-Lion-dance-lights-up-Chinese-... |
CGTN anchor engages with Dar es Salaam students in Zoom Chinese class a > div.cg-video-link-wrapper > picture > img.lazyload | /news/2026-04-21/CGTN-anchor-engages-with-Dar-es-Salaam-s... |
Technology is helping break down barriers for learning Chinese a > div.cg-video-link-wrapper > picture > img.lazyload | /news/2026-04-21/Technology-is-helping-break-down-barrier... |
Report stresses unity as tensions challenge global security landscape a > div.cg-video-link-wrapper > picture > img.lazyload | /news/2026-04-21/Report-stresses-unity-as-tensions-challe... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to make command elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-pic > div.livePlayArea > div.video-play-time > div.play-icon div.cg-pic > div.livePlayArea > div.video-play-time > div.play-icon |
div.cg-pic > div.livePlayArea > div.video-play-time > div.play-icon div.cg-pic > div.livePlayArea > div.video-play-time > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.play-icon |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Privacy Policy div.dialog-body > ul.dialog-link > li > a |
Terms of Use ul.dialog-link > li > a > span |
I agree div.container-fluid > div.dialog-body > div.dialog-confirm > span |
14 hours ago div.top-news-item-content > div.top-news-item-content-properties > span.publishTime > span.time-hidden |
Asia div.top-news-item-info > div.top-news-item-content > div.top-news-item-content-properties > span.property-name |
13 hours ago div.cg2026_home_1_1 > div.news-item-content-properties > span.publishTime > span.time-hidden |
Asia div.top-news-item-content > div.cg2026_home_1_1 > div.news-item-content-properties > span.property-name |
8 hours ago div.news-item > div.news-item-content-properties > span.publishTime > span.time-hidden |
Europe div.cg2026_home_1_3_list > div.news-item > div.news-item-content-properties > span.property-name |
9 hours ago div.news-item > div.news-item-content-properties > span.publishTime > span.time-hidden |
Politics div.cg2026_home_1_3_list > div.news-item > div.news-item-content-properties > span.property-name |
8 hours ago div.text-cover > div.news-item-content-properties > span.publishTime > span.time-hidden |
World div.news-item-big > div.text-cover > div.news-item-content-properties > span.property-name |
16 hours ago div.opinions-news-item > div.headline > p.publish-time > span.time-hidden |
11 hours ago div.opinions-news-item > div.headline > p.publish-time > span.time-hidden |
9 hours ago div.opinions-news-item > div.headline > p.publish-time > span.time-hidden |
SPECIAL div.cg2026_home_1_right > div.cg2026_home_1_5 > div.news-item-big > div.news-item-special |
SPECIAL div.cg2026_home_1_right > div.cg2026_home_1_5 > div.news-item-big > div.news-item-special |
21-Apr-2026 div.titleMask > div.news-item-content-properties > span.publishTime > span.time-hidden-date |
21-Apr-2026 div.news-item > div.news-item-content-properties > span.publishTime > span.time-hidden-date |
21-Apr-2026 div.news-item > div.news-item-content-properties > span.publishTime > span.time-hidden-date |
Biz Analysis div.swiper-wrapper > div.news-item > div.news-item-content-properties > span.property-name |
21-Apr-2026 div.news-item > div.news-item-content-properties > span.publishTime > span.time-hidden-date |
Biz Analysis div.swiper-wrapper > div.news-item > div.news-item-content-properties > span.property-name |
Most shared div.cg2026_home_2_most_read_and_share > div.read_and_share_container > div.read_and_share_hreader > h2.title |
16-Apr-2026 div.content > div.news-item-content-properties > span.publishTime > span.time-hidden-date |
16-Apr-2026 div.content > div.news-item-content-properties > span.publishTime > span.time-hidden-date |
China div.content_wraper > div.content > div.news-item-content-properties > span.property-name |
11-Apr-2026 div.content > div.news-item-content-properties > span.publishTime > span.time-hidden-date |
Politics div.content_wraper > div.content > div.news-item-content-properties > span.property-name |
COMING UP div.news-img > div.cg-media-wrapper > div.cg-pic > div.cg-liveStatus |
COMING UP div.news-img > div.cg-media-wrapper > div.cg-pic > div.cg-liveStatus |
COMING UP div.news-img > div.cg-media-wrapper > div.cg-pic > div.cg-liveStatus |
COMING UP div.news-img > div.cg-media-wrapper > div.cg-pic > div.cg-liveStatus |
21-Apr-2026 div.first-news > div.news-extra > span.news-time > span.time-hidden-date |
Technology div.left-item > div.first-news > div.news-extra > span.property |
21-Apr-2026 div.second-news > div.news-extra > span.news-time > span.time-hidden-date |
Technology div.left-item > div.second-news > div.news-extra > span.property |
21-Apr-2026 div.main-item > div.news-extra > span.news-time > span.time-hidden-date |
Technology div.cg2026-home-4-content > div.main-item > div.news-extra > span.property |
21-Apr-2026 div.first-news > div.news-extra > span.news-time > span.time-hidden-date |
Technology div.right-item > div.first-news > div.news-extra > span.property |
21-Apr-2026 div.second-news > div.news-extra > span.news-time > span.time-hidden-date |
Space div.right-item > div.second-news > div.news-extra > span.property |
03:18 div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.ng-duration-time |
18-Apr-2026 div.first-news > div.news-extra > span.news-time > span.time-hidden-date |
World div.left-item > div.first-news > div.news-extra > span.property |
01:36 div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.ng-duration-time |
17-Apr-2026 div.first-news > div.news-extra > span.news-time > span.time-hidden-date |
World div.left-item > div.first-news > div.news-extra > span.property |
02:46 div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.ng-duration-time |
19-Apr-2026 div.news-info > div.news-extra > span.news-time > span.time-hidden-date |
China div.main-item > div.news-info > div.news-extra > span.property |
03:36 div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.ng-duration-time |
17-Apr-2026 div.first-news > div.news-extra > span.news-time > span.time-hidden-date |
World div.right-item > div.first-news > div.news-extra > span.property |
00:58 div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.ng-duration-time |
15-Apr-2026 div.first-news > div.news-extra > span.news-time > span.time-hidden-date |
China div.right-item > div.first-news > div.news-extra > span.property |
02:37 div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.ng-duration-time |
21-Apr-2026 div.cg2026-home8-list > div.news-item > div.news-time-propertyName > span.time-hidden-date |
03:25 div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.ng-duration-time |
21-Apr-2026 div.cg2026-home8-list > div.news-item > div.news-time-propertyName > span.time-hidden-date |
00:40 div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.ng-duration-time |
21-Apr-2026 div.cg2026-home8-list > div.news-item > div.news-time-propertyName > span.time-hidden-date |
01:04 div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.ng-duration-time |
21-Apr-2026 div.cg2026-home8-list > div.news-item > div.news-time-propertyName > span.time-hidden-date |
08:58 div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.ng-duration-time |
21-Apr-2026 div.cg2026-home8-list > div.news-item > div.news-time-propertyName > span.time-hidden-date |
06:12 div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.ng-duration-time |
21-Apr-2026 div.cg2026-home8-list > div.news-item > div.news-time-propertyName > span.time-hidden-date |
01:02 div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.ng-duration-time |
21-Apr-2026 div.cg2026-home8-list > div.news-item > div.news-time-propertyName > span.time-hidden-date |
00:46 div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.ng-duration-time |
21-Apr-2026 div.cg2026-home8-list > div.news-item > div.news-time-propertyName > span.time-hidden-date |
02:19 div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.ng-duration-time |
21-Apr-2026 div.cg2026-home8-list > div.news-item > div.news-time-propertyName > span.time-hidden-date |
00:11 div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.ng-duration-time |
21-Apr-2026 div.cg2026-home8-list > div.news-item > div.news-time-propertyName > span.time-hidden-date |
01:06 div.cg-video-link-wrapper > div.video-control-wrapper > div.video-play-time-new > div.ng-duration-time |
21-Apr-2026 div.cg2026-home8-list > div.news-item > div.news-time-propertyName > span.time-hidden-date |
These are opportunities to improve the legibility of your content.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.author-info > div.avatar > a > img div.author-info > div.avatar > a > img |
div.opinions-news-item > div.author-info > div.avatar > img div.opinions-news-item > div.author-info > div.avatar > img |
div.opinions-news-item > div.author-info > div.avatar > img div.opinions-news-item > div.author-info > div.avatar > img |
div.copy-common-wrapper > div.copy-common-content > a.copy-common-text > img.gwab-img-v4 div.copy-common-wrapper > div.copy-common-content > a.copy-common-text > img.gwab-img-v4 |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.ng-header-v4-topbar > div.header-content-wrapper > div.header-content-md > a.bar-logo div.ng-header-v4-topbar > div.header-content-wrapper > div.header-content-md > a.bar-logo |
div.header-content-wrapper > div.header-content-rt > div.NEWSPAL-btn > a.bar-logo div.header-content-wrapper > div.header-content-rt > div.NEWSPAL-btn > a.bar-logo |
div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon |
div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon |
div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon |
div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon |
div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon |
div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon |
div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon |
div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon |
div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon |
div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon |
div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon |
div.follow-us-content > div.share-item-wrapper > div.wechat-share > a.icon div.follow-us-content > div.share-item-wrapper > div.wechat-share > a.icon |
div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon div#left-menu-bm > div.follow-us-content > div.share-item-wrapper > a.icon |
div.container-fluid > div.dialog-body > div.dialog-header > a.dialog-close div.container-fluid > div.dialog-body > div.dialog-header > a.dialog-close |
div.opinions-news-item > div.author-info > div.avatar > a div.opinions-news-item > div.author-info > div.avatar > a |
div.news-item > div.editor-row > div.icon > a div.news-item > div.editor-row > div.icon > a |
div.read_and_share_container > div.read_and_share_hreader > h2.title > a.hidden-click div.read_and_share_container > div.read_and_share_hreader > h2.title > a.hidden-click |
div.read_and_share_container > div.read_and_share_hreader > h2.title > a.hidden-click div.read_and_share_container > div.read_and_share_hreader > h2.title > a.hidden-click |
Live: Immerse yourself in the lush bamboo forests in Sichuan Province div.news-img > div.cg-media-wrapper > div.cg-pic > a |
Live: The 13th batch of Chinese martyrs' remains returned from ROK div.news-img > div.cg-media-wrapper > div.cg-pic > a |
Live: US-Iran ceasefire set to expire as talks remain unresolved div.news-img > div.cg-media-wrapper > div.cg-pic > a |
Live: Hop on Guangzhou's double-decker bus for Lingnan culture div.news-img > div.cg-media-wrapper > div.cg-pic > a |
Singapore launches OCEANS-X to enhance maritime digital connectivity div.news-img > div.cg-media-wrapper > div.cg-pic > a |
Chinese automaker Chery opens NEV manufacturing plant in Thailand div.news-img > div.cg-media-wrapper > div.cg-pic > a |
Elon Musk fails to attend French prosecutors' X probe hearing div.news-img > div.cg-media-wrapper > div.cg-pic > a |
Middle East crisis: 50 days, 500 mln barrels oil loss div.news-img > div.cg-media-wrapper > div.cg-pic > a |
Record US drought fuels fears over fires, water and food prices div.news-img > div.cg-media-wrapper > div.cg-pic > a |
Sanya 2026 Asian Beach Games opening set after final preparations div.news-img > div.cg-media-wrapper > div.cg-pic > a |
Beauty in every corner: Slow down in Kashi div.news-img > div.cg-media-wrapper > div.cg-pic > a |
China Crafted | Explore the virtual exhibition with CGTN Art Series div.slide-img > div.cg-media-wrapper > div.cg-pic > a |
The Song Painted – Nature div.slide-img > div.cg-media-wrapper > div.cg-pic > a |
The Song Painted – People div.slide-img > div.cg-media-wrapper > div.cg-pic > a |
Tang Architecture: Building Timeless Glory div.slide-img > div.cg-media-wrapper > div.cg-pic > a |
Timeless crafts, timeless blessings div.slide-img > div.cg-media-wrapper > div.cg-video > a |
Song Dynasty-themed stickers div.slide-img > div.cg-media-wrapper > div.cg-pic > a |
China Crafted | Explore the virtual exhibition with CGTN Art Series div.slide-img > div.cg-media-wrapper > div.cg-pic > a |
The Song Painted – Nature div.slide-img > div.cg-media-wrapper > div.cg-pic > a |
The Song Painted – People div.slide-img > div.cg-media-wrapper > div.cg-pic > a |
Tang Architecture: Building Timeless Glory div.slide-img > div.cg-media-wrapper > div.cg-pic > a |
Timeless crafts, timeless blessings div.slide-img > div.cg-media-wrapper > div.cg-video > a |
Song Dynasty-themed stickers div.slide-img > div.cg-media-wrapper > div.cg-pic > a |
China Crafted | Explore the virtual exhibition with CGTN Art Series div.slide-img > div.cg-media-wrapper > div.cg-pic > a |
The Song Painted – Nature div.slide-img > div.cg-media-wrapper > div.cg-pic > a |
The Song Painted – People div.slide-img > div.cg-media-wrapper > div.cg-pic > a |
Tang Architecture: Building Timeless Glory div.slide-img > div.cg-media-wrapper > div.cg-pic > a |
Timeless crafts, timeless blessings div.slide-img > div.cg-media-wrapper > div.cg-video > a |
Song Dynasty-themed stickers div.slide-img > div.cg-media-wrapper > div.cg-pic > a |
div.ng-footer-v4 > div.footer-content-wrapper-v4 > div.logo-content-wrapper > a.logo-content div.ng-footer-v4 > div.footer-content-wrapper-v4 > div.logo-content-wrapper > a.logo-content |
div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon |
div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon |
div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon |
div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon |
div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon |
div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon |
div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon |
div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon |
div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon |
div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon |
div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon |
div.follow-us-content > div.share-item-wrapper > div.wechat-share-footer > a.icon div.follow-us-content > div.share-item-wrapper > div.wechat-share-footer > a.icon |
div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon div.follow-us-wrapper > div.follow-us-content > div.share-item-wrapper > a.icon |
div.footer-content-wrapper-v4 > div.footer-bottom-wrapper > div.download-logos > a.downicon div.footer-content-wrapper-v4 > div.footer-bottom-wrapper > div.download-logos > a.downicon |
div.footer-content-wrapper-v4 > div.footer-bottom-wrapper > div.download-logos > a.downicon div.footer-content-wrapper-v4 > div.footer-bottom-wrapper > div.download-logos > a.downicon |
div.footer-content-wrapper-v4 > div.footer-bottom-wrapper > div.download-logos > a.downicon div.footer-content-wrapper-v4 > div.footer-bottom-wrapper > div.download-logos > a.downicon |
div.footer-content-wrapper-v4 > div.footer-bottom-wrapper > div.download-logos > a.downicon div.footer-content-wrapper-v4 > div.footer-bottom-wrapper > div.download-logos > a.downicon |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
div.share-item-wrapper > div.wechat-share > div.header-v4-wechat > img div.share-item-wrapper > div.wechat-share > div.header-v4-wechat > img | ui.cgtn.com/ui/attention/attention.jpg | 150 x 500 (0.30) | 500 x 500 (1.00) |
div.share-item-wrapper > div.wechat-share-footer > div.footer-v4-wechat > img div.share-item-wrapper > div.wechat-share-footer > div.footer-v4-wechat > img | ui.cgtn.com/ui/attention/attention.jpg | 150 x 500 (0.30) | 500 x 500 (1.00) |
Timeless crafts, timeless blessings a > div.cg-video-link-wrapper > picture > img.lazyload | /news/2026-02-15/Timeless-crafts-timeless-blessings-1KMAI... | 280 x 498 (0.56) | 750 x 1344 (0.56) |
Timeless crafts, timeless blessings a > div.cg-video-link-wrapper > picture > img.lazyload | /news/2026-02-15/Timeless-crafts-timeless-blessings-1KMAI... | 280 x 498 (0.56) | 750 x 1344 (0.56) |
Timeless crafts, timeless blessings a > div.cg-video-link-wrapper > picture > img.lazyload | /news/2026-02-15/Timeless-crafts-timeless-blessings-1KMAI... | 280 x 498 (0.56) | 750 x 1344 (0.56) |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.cgtn.com/live | SEE MORE |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.author-info > div.avatar > a > img div.author-info > div.avatar > a > img |
div.opinions-news-item > div.author-info > div.avatar > img div.opinions-news-item > div.author-info > div.avatar > img |
div.opinions-news-item > div.author-info > div.avatar > img div.opinions-news-item > div.author-info > div.avatar > img |
div.copy-common-wrapper > div.copy-common-content > a.copy-common-text > img.gwab-img-v4 div.copy-common-wrapper > div.copy-common-content > a.copy-common-text > img.gwab-img-v4 |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Your account div.sign-in-Pc > div.title-item > div.title-login-content > a.J_accout |
Sign out div.sign-in-Pc > div.title-item > div.title-login-content > a.J_signout |
Your account div.sign-in-iPhone > div.m-title-item > div.m-title-login-content > a.J_accout |
Sign out div.sign-in-iPhone > div.m-title-item > div.m-title-login-content > a.J_signout |
Live: Immerse yourself in the lush bamboo forests in Sichuan Province div.news-img > div.cg-media-wrapper > div.cg-pic > a |
Live: The 13th batch of Chinese martyrs' remains returned from ROK div.news-img > div.cg-media-wrapper > div.cg-pic > a |
Live: US-Iran ceasefire set to expire as talks remain unresolved div.news-img > div.cg-media-wrapper > div.cg-pic > a |
Live: Hop on Guangzhou's double-decker bus for Lingnan culture div.news-img > div.cg-media-wrapper > div.cg-pic > a |
To appear in search results, crawlers need access to your app.
Send Feedback