Mobile 375 × 812

Desktop 1440 × 900

Score: 67 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
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.
Good content signals with minor gaps.
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.
1 image-in-link without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
1 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/018019cc-59bd-47ee-bd10-850409d86ea3)<a href="https://beavercheck.com/results/018019cc-59bd-47ee-bd10-850409d86ea3"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fcri.cn" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fcri.cnThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. 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.
11 barrier(s) likely increasing bounce by ~38%.
Page takes 21.1s to load
+12% bounceUsers abandon at ~3s — you're 18.6s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 640ms
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
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
Severe layout shift during page load
+6% bounceUsers mis-click when content jumps — converting intent into frustration
Fix: Reserve space for images, ads, and embeds with explicit width/height
11 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, …)
41 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
18 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
¥1,575 investment → ¥5.24/month returns + CNY 50,000,000 risk avoided
¥1,575
4h · 5 findings
¥5.24 /mo
~¥63 / 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.
4.5 developer hours at ¥350/hr
Based on China rates (¥350/hr)
Start here for the best return on investment
¥4,166,672 / month at risk
~¥50,000,063 / year if left unfixed
¥50,000,000
+1 more
¥5.24 /mo
9171.8 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.36 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
21.13 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
640 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.945
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
12.95 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.
22.21 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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
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.
| URL | Transfer Size | Duration |
|---|---|---|
| english.cri.cn/static/css/app.52f2cef324b8a748d4b172fd94fa265a.css | 117.3 KiB | 1.2 s |
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.
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.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 | ui.cgtn.com/static/ng/resource/images/gwab.png | 18.8 KiB | 18.7 KiB |
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 | ui.cgtn.com/static/ng/resource/images/header-v3/cgtn_logo_new.png | 26.9 KiB | 18.2 KiB |
div.picTopW500H281-con > dl > dt > img div.picTopW500H281-con > dl > dt > img | english.cri.cn/static/img/loading-16-9.bb1cfe9.jpg | 17.2 KiB | 15.8 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 | ui.cgtn.com/static/ng/resource/images/header-v3/img_logo.png | 26.3 KiB | 13.0 KiB |
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 | ui.cgtn.com/static/ng/resource/images/header-v3/download4.png | 20.9 KiB | 10.6 KiB |
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 | ui.cgtn.com/static/ng/resource/images/header-v3/download2.png | 20.6 KiB | 10.3 KiB |
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 | ui.cgtn.com/static/ng/resource/images/header-v3/download1.png | 18.0 KiB | 7.7 KiB |
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 | ui.cgtn.com/static/ng/resource/images/header-v3/download3.png | 17.6 KiB | 7.2 KiB |
div.index-m-live > div.index-live-con > div.toLive > a div.index-m-live > div.index-live-con > div.toLive > a | english.cri.cn/static/img/index-live-share-btn.png | 7.6 KiB | 6.0 KiB |
div.index > div.index-m-live > div.index-live-bg > img div.index > div.index-m-live > div.index-live-bg > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg | 11.1 KiB | 5.1 KiB |
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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 |
|---|---|
| cri.cn/ | 5.2 s |
| english.cri.cn/ | 630 ms |
| english.cri.cn/ | 0.0 ms |
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| english.cri.cn/ | 782 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Home
China
World
Politics
Business
Sci-Tech
Health
Culture
Nature
Travel
Sports… body > div#app > div.footer | 0.876 |
Home
China
World
Politics
Business
Sci-Tech
Health
Culture
Nature
Travel
Sports… body > div#app > div.footer | 0.063 |
Home
China
World
Politics
Business
Sci-Tech
Health
Culture
Nature
Travel
Sports… body > div#app > div.footer | 0.053 |
EXPLORE MORE
English
Español
Français
العربية
Русский
Documentary
CCTV+ div.footer > div.ng-footer-v4 > div.footer-content-wrapper-v4 > div.EXPLORE-MORE-wrapper | 0.007 |
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.
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.
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 |
|---|---|---|
| english.cri.cn/static/js/header_v4.js?20221231-1 | 6.5 KiB | 2.5 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 |
|---|---|---|
| english.cri.cn/static/css/app.52f2cef324b8a748d4b172fd94fa265a.css | 117.1 KiB | 99.5 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 |
|---|---|---|
| english.cri.cn/static/js/vendor.cd851b0cebaf9118d997.js | 414.6 KiB | 251.4 KiB |
| www.googletagmanager.com/gtag/js?id=G-YSD2Q29TGC&cx=c>m=4e64h1 | 172.6 KiB | 113.7 KiB |
| www.googletagmanager.com/gtag/js?id=G-YSD2Q29TGC | 172.6 KiB | 67.6 KiB |
| www.googletagmanager.com/gtag/js?id=AW-408174131 | 140.1 KiB | 51.7 KiB |
| matomo.meldingcloud.com/matomo.js | 67.3 KiB | 43.7 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 |
|---|---|---|---|
| english.cri.cn/static/js/3.510d617914f3ca359dae.js | 1.1 s | 814 ms | 7.5 ms |
| Unattributable | 701 ms | 14 ms | 0.0 ms |
| english.cri.cn/static/js/app.d9339f2fbcc1b3288527.js | 600 ms | 527 ms | 16 ms |
| english.cri.cn/ | 414 ms | 6.4 ms | 1.7 ms |
| www.googletagmanager.com/gtag/js?id=G-YSD2Q29TGC | 298 ms | 237 ms | 50 ms |
| www.googletagmanager.com/gtag/js?id=AW-408174131 | 228 ms | 187 ms | 34 ms |
| english.cri.cn/static/js/vendor.cd851b0cebaf9118d997.js | 204 ms | 71 ms | 102 ms |
| www.google-analytics.com/analytics.js | 82 ms | 65 ms | 4.6 ms |
| www.googletagmanager.com/gtag/js?id=G-YSD2Q29TGC&cx=c>m=4e64h1 | 72 ms | 23 ms | 49 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 | 2.0 s |
| Other | 852 ms |
| Style & Layout | 414 ms |
| Script Parsing & Compilation | 280 ms |
| Rendering | 116 ms |
| Garbage Collection | 89 ms |
| Parse HTML & CSS | 49 ms |
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 | |
|---|---|
dl > dd > div.pic > img dl > dd > div.pic > img | english.cri.cn/static/img/loading-16-9.bb1cfe9.jpg |
dl > dd > div.pic > img dl > dd > div.pic > img | english.cri.cn/static/img/loading-16-9.bb1cfe9.jpg |
dl > dd > div.pic > img dl > dd > div.pic > img | english.cri.cn/static/img/loading-16-9.bb1cfe9.jpg |
dl > dd > div.pic > img dl > dd > div.pic > img | english.cri.cn/static/img/loading-16-9.bb1cfe9.jpg |
dl > dd > div.pic > img dl > dd > div.pic > img | english.cri.cn/static/img/loading-16-9.bb1cfe9.jpg |
dl > dd > div.pic > img dl > dd > div.pic > img | english.cri.cn/static/img/loading-16-9.bb1cfe9.jpg |
div.index-fourPic-con > dl > dt > img div.index-fourPic-con > dl > dt > img | english.cri.cn/static/img/loading-16-9.bb1cfe9.jpg |
div.index-fourPic-con > dl > dt > img div.index-fourPic-con > dl > dt > img | english.cri.cn/static/img/loading-16-9.bb1cfe9.jpg |
div.index-fourPic-con > dl > dt > img div.index-fourPic-con > dl > dt > img | english.cri.cn/static/img/loading-16-9.bb1cfe9.jpg |
div.index-fourPic-con > dl > dt > img div.index-fourPic-con > dl > dt > img | english.cri.cn/static/img/loading-16-9.bb1cfe9.jpg |
div.index-live-control > div.top > div.index-live-pic > img div.index-live-control > div.top > div.index-live-pic > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
div.news-item > div.info > div.pic > img div.news-item > div.info > div.pic > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
div.news-item > div.info > div.pic > img div.news-item > div.info > div.pic > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
div.news-item > div.info > div.pic > img div.news-item > div.info > div.pic > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
div.news-item > div.info > div.pic > img div.news-item > div.info > div.pic > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
div.news-item > div.info > div.pic > img div.news-item > div.info > div.pic > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
div.news-item > div.info > div.pic > img div.news-item > div.info > div.pic > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
div.news-item > div.info > div.pic > img div.news-item > div.info > div.pic > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
div.news-item > div.info > div.pic > img div.news-item > div.info > div.pic > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
div.news-item > div.info > div.pic > img div.news-item > div.info > div.pic > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
div.news-item > div.info > div.pic > img div.news-item > div.info > div.pic > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
div.news-item > div.info > div.pic > img div.news-item > div.info > div.pic > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
div.news-item > div.info > div.pic > img div.news-item > div.info > div.pic > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
div.news-item > div.info > div.pic > img div.news-item > div.info > div.pic > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
div.news-item > div.info > div.pic > img div.news-item > div.info > div.pic > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
div.news-item > div.info > div.pic > img div.news-item > div.info > div.pic > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
div.news-item > div.info > div.pic > img div.news-item > div.info > div.pic > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
div.news-item > div.info > div.pic > img div.news-item > div.info > div.pic > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
div.news-item > div.info > div.pic > img div.news-item > div.info > div.pic > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
div.news-item > div.info > div.pic > img div.news-item > div.info > div.pic > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
div.news-item > div.info > div.pic > img div.news-item > div.info > div.pic > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
div.news-item > div.info > div.pic > img div.news-item > div.info > div.pic > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
div.news-item > div.info > div.pic > img div.news-item > div.info > div.pic > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
div.news-item > div.info > div.pic > img div.news-item > div.info > div.pic > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
div.news-item > div.info > div.pic > img div.news-item > div.info > div.pic > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
div.news-item > div.info > div.pic > img div.news-item > div.info > div.pic > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
div.news-item > div.info > div.pic > img div.news-item > div.info > div.pic > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
div.news-item > div.info > div.pic > img div.news-item > div.info > div.pic > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
div.news-item > div.info > div.pic > img div.news-item > div.info > div.pic > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
div.news-item > div.info > div.pic > img div.news-item > div.info > div.pic > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
div.news-item > div.info > div.pic > img div.news-item > div.info > div.pic > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
div.cg-mainWrapper > div.tl-banner-con > a > img div.cg-mainWrapper > div.tl-banner-con > a > img | |
div.cg-mainWrapper > div.tl-banner-con > a > img div.cg-mainWrapper > div.tl-banner-con > a > img | |
div.cg-mainWrapper > div.tl-banner-con > a > img div.cg-mainWrapper > div.tl-banner-con > a > img | |
div.cg-mainWrapper > div.tl-banner-con > a > img div.cg-mainWrapper > div.tl-banner-con > a > img | |
div.cgr-header-m > div.cgr-logo-con > a.cgr-logo > img div.cgr-header-m > div.cgr-logo-con > a.cgr-logo > img | english.cri.cn/static/img/logo.png |
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.
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 |
|---|
Español div.cgr-header-m > div.cgr-nav-con > div.cgr-link-nav > a |
Français div.cgr-header-m > div.cgr-nav-con > div.cgr-link-nav > a |
العربية div.cgr-header-m > div.cgr-nav-con > div.cgr-link-nav > a |
Русский div.cgr-header-m > div.cgr-nav-con > div.cgr-link-nav > a |
MORE EPISODES div.news-item > div.more > a.more > span |
MORE EPISODES div.news-item > div.more > a.more > span |
MORE EPISODES div.news-item > div.more > a.more > span |
MORE EPISODES div.news-item > div.more > a.more > span |
MORE EPISODES div.news-item > div.more > a.more > span |
MORE EPISODES div.news-item > div.more > a.more > span |
MORE EPISODES div.news-item > div.more > a.more > span |
MORE EPISODES div.news-item > div.more > a.more > span |
MORE EPISODES div.news-item > div.more > a.more > span |
MORE EPISODES div.news-item > div.more > a.more > span |
MORE EPISODES div.news-item > div.more > a.more > span |
MORE EPISODES div.news-item > div.more > a.more > span |
MORE EPISODES div.news-item > div.more > a.more > span |
MORE EPISODES div.news-item > div.more > a.more > span |
MORE EPISODES div.news-item > div.more > a.more > span |
MORE EPISODES div.news-item > div.more > a.more > span |
MORE EPISODES div.news-item > div.more > a.more > span |
MORE EPISODES div.news-item > div.more > a.more > span |
MORE EPISODES div.news-item > div.more > a.more > span |
MORE EPISODES div.news-item > div.more > a.more > span |
MORE EPISODES div.news-item > div.more > a.more > span |
MORE EPISODES div.news-item > div.more > a.more > span |
MORE EPISODES div.news-item > div.more > a.more > span |
MORE EPISODES div.news-item > div.more > a.more > span |
MORE EPISODES div.news-item > div.more > a.more > span |
MORE EPISODES div.news-item > div.more > a.more > span |
MORE EPISODES div.news-item > div.more > a.more > span |
MORE EPISODES div.news-item > div.more > a.more > span |
MORE EPISODES div.news-item > div.more > a.more > span |
MORE EPISODES div.news-item > div.more > a.more > span |
div.NEWSPAL-wrapper > div.search-area > div.search-wrapper > input.search-input div.NEWSPAL-wrapper > div.search-area > div.search-wrapper > input.search-input |
Privacy Policy div.policy-body > ul.dialog-links > li > a |
Terms of Use ul.dialog-links > li > a > span |
I agree div.policy-dialog-con > div.policy-body > div.dialog-confirm > span |
These are opportunities to improve the legibility of your content.
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
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.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.headerTwo > div.cgr-header-m > div.cgr-logo-con > a.cgr-logo div.headerTwo > div.cgr-header-m > div.cgr-logo-con > a.cgr-logo |
div.index-m-live > div.index-live-con > div.toLive > a div.index-m-live > div.index-live-con > div.toLive > a |
dl > dd > div.pic > a.pic-mask dl > dd > div.pic > a.pic-mask |
dl > dd > div.pic > a.pic-mask dl > dd > div.pic > a.pic-mask |
dl > dd > div.pic > a.pic-mask dl > dd > div.pic > a.pic-mask |
dl > dd > div.pic > a.pic-mask dl > dd > div.pic > a.pic-mask |
dl > dd > div.pic > a.pic-mask dl > dd > div.pic > a.pic-mask |
dl > dd > div.pic > a.pic-mask dl > dd > div.pic > a.pic-mask |
div.index-fourPic-con > dl > dt > a.pic-mask div.index-fourPic-con > dl > dt > a.pic-mask |
div.index-fourPic-con > dl > dt > a.pic-mask div.index-fourPic-con > dl > dt > a.pic-mask |
div.index-fourPic-con > dl > dt > a.pic-mask div.index-fourPic-con > dl > dt > a.pic-mask |
div.index-fourPic-con > dl > dt > a.pic-mask div.index-fourPic-con > dl > dt > a.pic-mask |
div.index-radio-con > div.cg-mainWrapper > div.tl-banner-con > a div.index-radio-con > div.cg-mainWrapper > div.tl-banner-con > a |
div.news-item > div.info > div.pic > a.pic-mask div.news-item > div.info > div.pic > a.pic-mask |
div.news-item > div.info > div.pic > a.pic-mask div.news-item > div.info > div.pic > a.pic-mask |
div.news-item > div.info > div.pic > a.pic-mask div.news-item > div.info > div.pic > a.pic-mask |
div.news-item > div.info > div.pic > a.pic-mask div.news-item > div.info > div.pic > a.pic-mask |
div.news-item > div.info > div.pic > a.pic-mask div.news-item > div.info > div.pic > a.pic-mask |
div.index-radio-con > div.cg-mainWrapper > div.tl-banner-con > a div.index-radio-con > div.cg-mainWrapper > div.tl-banner-con > a |
div.news-item > div.info > div.pic > a.pic-mask div.news-item > div.info > div.pic > a.pic-mask |
div.news-item > div.info > div.pic > a.pic-mask div.news-item > div.info > div.pic > a.pic-mask |
div.news-item > div.info > div.pic > a.pic-mask div.news-item > div.info > div.pic > a.pic-mask |
div.news-item > div.info > div.pic > a.pic-mask div.news-item > div.info > div.pic > a.pic-mask |
div.news-item > div.info > div.pic > a.pic-mask div.news-item > div.info > div.pic > a.pic-mask |
div.index-radio-con > div.cg-mainWrapper > div.tl-banner-con > a div.index-radio-con > div.cg-mainWrapper > div.tl-banner-con > a |
div.news-item > div.info > div.pic > a.pic-mask div.news-item > div.info > div.pic > a.pic-mask |
div.news-item > div.info > div.pic > a.pic-mask div.news-item > div.info > div.pic > a.pic-mask |
div.news-item > div.info > div.pic > a.pic-mask div.news-item > div.info > div.pic > a.pic-mask |
div.news-item > div.info > div.pic > a.pic-mask div.news-item > div.info > div.pic > a.pic-mask |
div.news-item > div.info > div.pic > a.pic-mask div.news-item > div.info > div.pic > a.pic-mask |
div.index-radio-con > div.cg-mainWrapper > div.tl-banner-con > a div.index-radio-con > div.cg-mainWrapper > div.tl-banner-con > a |
div.news-item > div.info > div.pic > a.pic-mask div.news-item > div.info > div.pic > a.pic-mask |
div.news-item > div.info > div.pic > a.pic-mask div.news-item > div.info > div.pic > a.pic-mask |
div.news-item > div.info > div.pic > a.pic-mask div.news-item > div.info > div.pic > a.pic-mask |
div.news-item > div.info > div.pic > a.pic-mask div.news-item > div.info > div.pic > a.pic-mask |
div.news-item > div.info > div.pic > a.pic-mask div.news-item > div.info > div.pic > a.pic-mask |
div.news-item > div.info > div.pic > a.pic-mask div.news-item > div.info > div.pic > a.pic-mask |
div.news-item > div.info > div.pic > a.pic-mask div.news-item > div.info > div.pic > a.pic-mask |
div.news-item > div.info > div.pic > a.pic-mask div.news-item > div.info > div.pic > a.pic-mask |
div.news-item > div.info > div.pic > a.pic-mask div.news-item > div.info > div.pic > a.pic-mask |
div.news-item > div.info > div.pic > a.pic-mask div.news-item > div.info > div.pic > a.pic-mask |
div.news-item > div.info > div.pic > a.pic-mask div.news-item > div.info > div.pic > a.pic-mask |
div.news-item > div.info > div.pic > a.pic-mask div.news-item > div.info > div.pic > a.pic-mask |
div.news-item > div.info > div.pic > a.pic-mask div.news-item > div.info > div.pic > a.pic-mask |
div.news-item > div.info > div.pic > a.pic-mask div.news-item > div.info > div.pic > a.pic-mask |
div.news-item > div.info > div.pic > a.pic-mask div.news-item > div.info > div.pic > a.pic-mask |
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.
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| english.cri.cn/ | Allowed |
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.picTopW500H281-con > dl > dt > img div.picTopW500H281-con > dl > dt > img | english.cri.cn/static/img/loading-16-9.bb1cfe9.jpg | 193 x 278 (0.69) | 1920 x 1080 (1.78) |
div.picTopW500H281-con > dl > dt > img div.picTopW500H281-con > dl > dt > img | english.cri.cn/static/img/loading-16-9.bb1cfe9.jpg | 193 x 278 (0.69) | 1920 x 1080 (1.78) |
div.picTopW500H281-con > dl > dt > img div.picTopW500H281-con > dl > dt > img | english.cri.cn/static/img/loading-16-9.bb1cfe9.jpg | 193 x 278 (0.69) | 1920 x 1080 (1.78) |
div.picTopW500H281-con > dl > dt > img div.picTopW500H281-con > dl > dt > img | english.cri.cn/static/img/loading-16-9.bb1cfe9.jpg | 193 x 278 (0.69) | 1920 x 1080 (1.78) |
div.picTopW500H281-con > dl > dt > img div.picTopW500H281-con > dl > dt > img | english.cri.cn/static/img/loading-16-9.bb1cfe9.jpg | 193 x 278 (0.69) | 1920 x 1080 (1.78) |
div.picTopW500H281-con > dl > dt > img div.picTopW500H281-con > dl > dt > img | english.cri.cn/static/img/loading-16-9.bb1cfe9.jpg | 193 x 278 (0.69) | 1920 x 1080 (1.78) |
div.index > div.index-m-live > div.index-live-bg > img div.index > div.index-m-live > div.index-live-bg > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg | 412 x 502 (0.82) | 1080 x 1080 (1.00) |
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) |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting | www.googletagmanager.com/gtag/js?id=AW-408174131 line 565, col 244 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Error fetching live info: ReferenceError: _index is not defined
at https://english.cri.cn/static/js/3.510d617914f3ca359dae.js:1:57803
at Array.forEach (<anonymous>)
at o.<anonymous> (https://english.cri.cn/static/js/3.510d617914f3ca359dae.js:1:57781)
at T (https://english.cri.cn/static/js/vendor.cd851b0cebaf9118d997.js:68:78543)
at Generator._invoke (https://english.cri.cn/static/js/vendor.cd851b0cebaf9118d997.js:68:78331)
at e.<computed> [as next] (https://english.cri.cn/static/js/vendor.cd851b0cebaf9118d997.js:68:78722)
at r (https://english.cri.cn/static/js/vendor.cd851b0cebaf9118d997.js:68:127069)
at https://english.cri.cn/static/js/vendor.cd851b0cebaf9118d997.js:68:127165 |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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.
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.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 |
div.policy-dialog-con > div.policy-body > div.dialog-header > a.dialog-close div.policy-dialog-con > div.policy-body > div.dialog-header > a.dialog-close |
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.
1.55 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.64 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
39 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
1.004
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.77 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
5.11 s
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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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.picTopW500H281-con > dl > dt > img div.picTopW500H281-con > dl > dt > img | radio-res.cgtn.com/image/2604/1776770601472.jpg | 413.3 KiB | 386.2 KiB |
div.cg-mainWrapper > div.playerCon > div.pic > img div.cg-mainWrapper > div.playerCon > div.pic > img | radio-res.cgtn.com/image/2203/1648175371798.jpg | 222.4 KiB | 222.4 KiB |
div.picTopW500H281-con > dl > dt > img div.picTopW500H281-con > dl > dt > img | radio-res.cgtn.com/image/2604/1776777843202.jpg | 215.8 KiB | 200.6 KiB |
div.picTopW500H281-con > dl > dt > img div.picTopW500H281-con > dl > dt > img | radio-res.cgtn.com/image/2604/1776779343034.jpg | 114.0 KiB | 86.9 KiB |
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 | ui.cgtn.com/static/ng/resource/images/gwab.png | 18.8 KiB | 18.7 KiB |
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 | ui.cgtn.com/static/ng/resource/images/header-v3/cgtn_logo_new.png | 26.9 KiB | 18.2 KiB |
div.picTopW500H281-con > dl > dt > img div.picTopW500H281-con > dl > dt > img | english.cri.cn/static/img/loading-16-9.bb1cfe9.jpg | 17.2 KiB | 15.8 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 | ui.cgtn.com/static/ng/resource/images/header-v3/img_logo.png | 26.3 KiB | 13.0 KiB |
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 | ui.cgtn.com/static/ng/resource/images/header-v3/download4.png | 20.9 KiB | 10.6 KiB |
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 | ui.cgtn.com/static/ng/resource/images/header-v3/download2.png | 20.6 KiB | 10.3 KiB |
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 | ui.cgtn.com/static/ng/resource/images/header-v3/download1.png | 18.0 KiB | 7.7 KiB |
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 | ui.cgtn.com/static/ng/resource/images/header-v3/download3.png | 17.6 KiB | 7.2 KiB |
div.index-live-con > div.index-live-control > div.toLive > a div.index-live-con > div.index-live-control > div.toLive > a | english.cri.cn/static/img/index-live-share-btn.png | 7.6 KiB | 6.0 KiB |
div.index > div.index-pc-live > div.index-live-bg > img div.index > div.index-pc-live > div.index-live-bg > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg | 11.1 KiB | 5.4 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.
| URL | Transfer Size | Duration |
|---|---|---|
| english.cri.cn/static/css/app.52f2cef324b8a748d4b172fd94fa265a.css | 117.4 KiB | 122 ms |
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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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 |
|---|---|
| cri.cn/ | 1.2 s |
| english.cri.cn/ | 190 ms |
| english.cri.cn/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Home
China
World
Politics
Business
Sci-Tech
Health
Culture
Nature
Travel
Sports… body > div#app > div.footer | 0.485 |
Home
China
World
Politics
Business
Sci-Tech
Health
Culture
Nature
Travel
Sports… body > div#app > div.footer | 0.251 |
Our Privacy Statement & Cookie Policy
By continuing to browse our site you agre… body > div.policy-dialog > div.policy-dialog-con | 0.235 |
Home
China
World
Politics
Business
Sci-Tech
Health
Culture
Nature
Travel
Sports… body > div#app > div.footer | 0.033 |
The Bridge
0.5X
1X
1.5X
2X div#app > div.player > div.cg-mainWrapper > div.playerCon | 0.000 |
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 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 |
|---|---|---|
| english.cri.cn/static/css/app.52f2cef324b8a748d4b172fd94fa265a.css | 117.1 KiB | 105.7 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 |
|---|---|---|
| english.cri.cn/static/js/vendor.cd851b0cebaf9118d997.js | 414.5 KiB | 249.4 KiB |
| www.googletagmanager.com/gtag/js?id=AW-408174131&cx=c>m=4e64h1 | 140.1 KiB | 103.6 KiB |
| www.googletagmanager.com/gtag/js?id=G-YSD2Q29TGC | 172.6 KiB | 65.7 KiB |
| www.googletagmanager.com/gtag/js?id=AW-408174131 | 140.1 KiB | 54.5 KiB |
| matomo.meldingcloud.com/matomo.js | 67.3 KiB | 50.2 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 |
|---|---|---|
| english.cri.cn/static/js/header_v4.js?20221231-1 | 7.1 KiB | 2.8 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 | |
|---|---|
dl > dd > div.pic > img dl > dd > div.pic > img | radio-res.cgtn.com/image/2604/1776777843202.jpg |
dl > dd > div.pic > img dl > dd > div.pic > img | radio-res.cgtn.com/image/2604/1776770601472.jpg |
dl > dd > div.pic > img dl > dd > div.pic > img | english.cri.cn/static/img/loading-16-9.bb1cfe9.jpg |
dl > dd > div.pic > img dl > dd > div.pic > img | english.cri.cn/static/img/loading-16-9.bb1cfe9.jpg |
dl > dd > div.pic > img dl > dd > div.pic > img | english.cri.cn/static/img/loading-16-9.bb1cfe9.jpg |
div.index-fourPic-con > dl > dt > img div.index-fourPic-con > dl > dt > img | english.cri.cn/static/img/loading-16-9.bb1cfe9.jpg |
div.index-fourPic-con > dl > dt > img div.index-fourPic-con > dl > dt > img | english.cri.cn/static/img/loading-16-9.bb1cfe9.jpg |
div.index-fourPic-con > dl > dt > img div.index-fourPic-con > dl > dt > img | english.cri.cn/static/img/loading-16-9.bb1cfe9.jpg |
div.index-fourPic-con > dl > dt > img div.index-fourPic-con > dl > dt > img | english.cri.cn/static/img/loading-16-9.bb1cfe9.jpg |
div.index-live-con > div.index-live-control > div.index-live-pic > img div.index-live-con > div.index-live-control > div.index-live-pic > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
dl > dt > a > img dl > dt > a > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
dl > dt > a > img dl > dt > a > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
dl > dt > a > img dl > dt > a > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
dl > dt > a > img dl > dt > a > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
dl > dt > a > img dl > dt > a > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
dl > dt > a > img dl > dt > a > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
dl > dt > a > img dl > dt > a > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
dl > dt > a > img dl > dt > a > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
dl > dt > a > img dl > dt > a > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
dl > dt > a > img dl > dt > a > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
dl > dt > a > img dl > dt > a > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
dl > dt > a > img dl > dt > a > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
dl > dt > a > img dl > dt > a > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
dl > dt > a > img dl > dt > a > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
dl > dt > a > img dl > dt > a > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
dl > dt > a > img dl > dt > a > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
dl > dt > a > img dl > dt > a > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
dl > dt > a > img dl > dt > a > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
dl > dt > a > img dl > dt > a > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
dl > dt > a > img dl > dt > a > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
dl > dt > a > img dl > dt > a > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
dl > dt > a > img dl > dt > a > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
dl > dt > a > img dl > dt > a > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
dl > dt > a > img dl > dt > a > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
dl > dt > a > img dl > dt > a > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
dl > dt > a > img dl > dt > a > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
dl > dt > a > img dl > dt > a > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
dl > dt > a > img dl > dt > a > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
dl > dt > a > img dl > dt > a > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
dl > dt > a > img dl > dt > a > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg |
dl > dd > div.pic > img dl > dd > div.pic > img | radio-res.cgtn.com/image/2604/1776779343034.jpg |
div.cg-mainWrapper > div.tl-banner-con > a > img div.cg-mainWrapper > div.tl-banner-con > a > img | |
div.cg-mainWrapper > div.tl-banner-con > a > img div.cg-mainWrapper > div.tl-banner-con > a > img | |
div.cg-mainWrapper > div.tl-banner-con > a > img div.cg-mainWrapper > div.tl-banner-con > a > img | |
div.cg-mainWrapper > div.tl-banner-con > a > img div.cg-mainWrapper > div.tl-banner-con > a > img | |
div.headerTwo > div.cgr-header-pc > a.cgr-logo > img div.headerTwo > div.cgr-header-pc > a.cgr-logo > img | english.cri.cn/static/img/logo.png |
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.
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 |
|---|
Español div.headerTwo > div.cgr-header-pc > div.cgr-link-nav > a |
Français div.headerTwo > div.cgr-header-pc > div.cgr-link-nav > a |
العربية div.headerTwo > div.cgr-header-pc > div.cgr-link-nav > a |
Русский div.headerTwo > div.cgr-header-pc > div.cgr-link-nav > a |
China says Japan's recent decisions on arms and the military have exposed false… div.index-fourPic-con > dl > dd > p |
As tensions in the Middle East drive up global energy and fertilizer prices, th… div.index-fourPic-con > dl > dd > p |
China is on track to become the world's largest generator of nuclear energy, wi… div.index-fourPic-con > dl > dd > p |
On Monday morning, doctors at Beijing Tiantan Hospital implanted a brain-comput… div.index-fourPic-con > dl > dd > p |
div.NEWSPAL-wrapper > div.search-area > div.search-wrapper > input.search-input div.NEWSPAL-wrapper > div.search-area > div.search-wrapper > input.search-input |
Privacy Policy div.policy-body > ul.dialog-links > li > a |
Terms of Use ul.dialog-links > li > a > span |
I agree div.policy-dialog-con > div.policy-body > div.dialog-confirm > span |
These are opportunities to improve the legibility of your content.
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
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.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#app > div.headerTwo > div.cgr-header-pc > a.cgr-logo div#app > div.headerTwo > div.cgr-header-pc > a.cgr-logo |
div.index-live-con > div.index-live-control > div.toLive > a div.index-live-con > div.index-live-control > div.toLive > a |
div.index-live-control > div.index-live-schedule > div.clock > a.clock-icon div.index-live-control > div.index-live-schedule > div.clock > a.clock-icon |
dl > dd > div.pic > a.pic-mask dl > dd > div.pic > a.pic-mask |
dl > dd > div.pic > a.pic-mask dl > dd > div.pic > a.pic-mask |
dl > dd > div.pic > a.pic-mask dl > dd > div.pic > a.pic-mask |
dl > dd > div.pic > a.pic-mask dl > dd > div.pic > a.pic-mask |
dl > dd > div.pic > a.pic-mask dl > dd > div.pic > a.pic-mask |
dl > dd > div.pic > a.pic-mask dl > dd > div.pic > a.pic-mask |
div.index-fourPic-con > dl > dt > a.pic-mask div.index-fourPic-con > dl > dt > a.pic-mask |
div.index-fourPic-con > dl > dt > a.pic-mask div.index-fourPic-con > dl > dt > a.pic-mask |
div.index-fourPic-con > dl > dt > a.pic-mask div.index-fourPic-con > dl > dt > a.pic-mask |
div.index-fourPic-con > dl > dt > a.pic-mask div.index-fourPic-con > dl > dt > a.pic-mask |
div.index-radio-con > div.cg-mainWrapper > div.tl-banner-con > a div.index-radio-con > div.cg-mainWrapper > div.tl-banner-con > a |
div.picTopW275H275-pc-con > dl > dt > a div.picTopW275H275-pc-con > dl > dt > a |
div.picTopW275H275-pc-con > dl > dt > a div.picTopW275H275-pc-con > dl > dt > a |
div.picTopW275H275-pc-con > dl > dt > a div.picTopW275H275-pc-con > dl > dt > a |
div.picTopW275H275-pc-con > dl > dt > a div.picTopW275H275-pc-con > dl > dt > a |
div.picTopW275H275-pc-con > dl > dt > a div.picTopW275H275-pc-con > dl > dt > a |
div.index-radio-con > div.cg-mainWrapper > div.tl-banner-con > a div.index-radio-con > div.cg-mainWrapper > div.tl-banner-con > a |
div.index-fivePic-con > dl > dt > a div.index-fivePic-con > dl > dt > a |
div.index-fivePic-con > dl > dt > a div.index-fivePic-con > dl > dt > a |
div.index-fivePic-con > dl > dt > a div.index-fivePic-con > dl > dt > a |
div.index-fivePic-con > dl > dt > a div.index-fivePic-con > dl > dt > a |
div.index-fivePic-con > dl > dt > a div.index-fivePic-con > dl > dt > a |
div.index-radio-con > div.cg-mainWrapper > div.tl-banner-con > a div.index-radio-con > div.cg-mainWrapper > div.tl-banner-con > a |
div.index-fivePic-con > dl > dt > a div.index-fivePic-con > dl > dt > a |
div.index-fivePic-con > dl > dt > a div.index-fivePic-con > dl > dt > a |
div.index-fivePic-con > dl > dt > a div.index-fivePic-con > dl > dt > a |
div.index-fivePic-con > dl > dt > a div.index-fivePic-con > dl > dt > a |
div.index-fivePic-con > dl > dt > a div.index-fivePic-con > dl > dt > a |
div.index-radio-con > div.cg-mainWrapper > div.tl-banner-con > a div.index-radio-con > div.cg-mainWrapper > div.tl-banner-con > a |
div.index-fivePic-con > dl > dt > a div.index-fivePic-con > dl > dt > a |
div.index-fivePic-con > dl > dt > a div.index-fivePic-con > dl > dt > a |
div.index-fivePic-con > dl > dt > a div.index-fivePic-con > dl > dt > a |
div.index-fivePic-con > dl > dt > a div.index-fivePic-con > dl > dt > a |
div.index-fivePic-con > dl > dt > a div.index-fivePic-con > dl > dt > a |
div.index-fivePic-con > dl > dt > a div.index-fivePic-con > dl > dt > a |
div.index-fivePic-con > dl > dt > a div.index-fivePic-con > dl > dt > a |
div.index-fivePic-con > dl > dt > a div.index-fivePic-con > dl > dt > a |
div.index-fivePic-con > dl > dt > a div.index-fivePic-con > dl > dt > a |
div.index-fivePic-con > dl > dt > a div.index-fivePic-con > dl > dt > a |
div.index-fivePic-con > dl > dt > a div.index-fivePic-con > dl > dt > a |
div.index-fivePic-con > dl > dt > a div.index-fivePic-con > dl > dt > a |
div.index-fivePic-con > dl > dt > a div.index-fivePic-con > dl > dt > a |
div.index-fivePic-con > dl > dt > a div.index-fivePic-con > dl > dt > a |
div.index-fivePic-con > dl > dt > a div.index-fivePic-con > dl > dt > 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.
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| english.cri.cn/ | Allowed |
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.picTopW500H281-con > dl > dt > img div.picTopW500H281-con > dl > dt > img | radio-res.cgtn.com/image/2604/1776777843202.jpg | 408 x 408 (1.00) | 2048 x 1152 (1.78) |
div.picTopW500H281-con > dl > dt > img div.picTopW500H281-con > dl > dt > img | radio-res.cgtn.com/image/2604/1776770601472.jpg | 408 x 408 (1.00) | 2048 x 1152 (1.78) |
div.picTopW500H281-con > dl > dt > img div.picTopW500H281-con > dl > dt > img | english.cri.cn/static/img/loading-16-9.bb1cfe9.jpg | 408 x 408 (1.00) | 1920 x 1080 (1.78) |
div.picTopW500H281-con > dl > dt > img div.picTopW500H281-con > dl > dt > img | english.cri.cn/static/img/loading-16-9.bb1cfe9.jpg | 408 x 408 (1.00) | 1920 x 1080 (1.78) |
div.picTopW500H281-con > dl > dt > img div.picTopW500H281-con > dl > dt > img | english.cri.cn/static/img/loading-16-9.bb1cfe9.jpg | 408 x 408 (1.00) | 1920 x 1080 (1.78) |
div.index > div.index-pc-live > div.index-live-bg > img div.index > div.index-pc-live > div.index-live-bg > img | english.cri.cn/static/img/loading-1-1.f8c834c.jpg | 1350 x 445 (3.03) | 1080 x 1080 (1.00) |
div.picTopW500H281-con > dl > dt > img div.picTopW500H281-con > dl > dt > img | radio-res.cgtn.com/image/2604/1776779343034.jpg | 408 x 408 (1.00) | 964 x 542 (1.78) |
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) |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting | www.googletagmanager.com/gtag/js?id=AW-408174131 line 565, col 244 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Error fetching live info: ReferenceError: _index is not defined
at https://english.cri.cn/static/js/3.510d617914f3ca359dae.js:1:57803
at Array.forEach (<anonymous>)
at o.<anonymous> (https://english.cri.cn/static/js/3.510d617914f3ca359dae.js:1:57781)
at T (https://english.cri.cn/static/js/vendor.cd851b0cebaf9118d997.js:68:78543)
at Generator._invoke (https://english.cri.cn/static/js/vendor.cd851b0cebaf9118d997.js:68:78331)
at e.<computed> [as next] (https://english.cri.cn/static/js/vendor.cd851b0cebaf9118d997.js:68:78722)
at r (https://english.cri.cn/static/js/vendor.cd851b0cebaf9118d997.js:68:127069)
at https://english.cri.cn/static/js/vendor.cd851b0cebaf9118d997.js:68:127165 |
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.
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.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 |
div.policy-dialog-con > div.policy-body > div.dialog-header > a.dialog-close div.policy-dialog-con > div.policy-body > div.dialog-header > a.dialog-close |
To appear in search results, crawlers need access to your app.
Send Feedback