Lighthouse Mobile
· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
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
Performance issues directly impact user engagement and conversion rates.
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.
Diagnostics
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.
Performance issues directly impact user engagement and conversion rates.
| 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.
Accessibility
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.
ARIA
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.
Contrast
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.
Names and labels
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.
Best practices
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.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| 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.
Best Practices
User Experience
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) |
SEO
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.
Content Best Practices
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.
Crawling and Indexing
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.