Mobile 375 × 812

Desktop 1440 × 900

Score: 67 / 100
Based on 8 categories, 0 sections
Fast site — your users get a smooth experience.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
Solid SEO basics — a few optimizations could boost rankings.
Solid infrastructure — fast server responses across the board.
Several regulatory requirements are not yet met.
Missing metadata means poor previews on social media and search.
Reasonable footprint with room for optimization.
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.
Access-Control-Allow-Origin: * with credentials — critical misconfiguration
Security gaps expose your site and users to attacks, eroding trust.
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 button(s) with no accessible 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/fbac777f-83cb-4054-9102-ea0b8a42c6c4)<a href="https://beavercheck.com/results/fbac777f-83cb-4054-9102-ea0b8a42c6c4"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fwww.gov.cn" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fwww.gov.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 ~34%.
Page takes 4.8s to load
+12% bounceUsers abandon at ~3s — you're 2.3s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
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
2 form field(s) without a label
+4% 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 Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
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, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
25 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
4 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,225 investment → ¥13,478/month returns + CNY 50,000,000 risk avoided
¥1,225
4h · 5 findings
¥13,478 /mo
~¥161,734 / year
CNY 50,000,000
if kept compliant
¥700 — 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.
3.5 developer hours at ¥350/hr
Based on China rates (¥350/hr)
Start here for the best return on investment
¥4,166,669 / month at risk
~¥50,000,033 / year if left unfixed
¥50,000,000
¥2.73 /mo
4777.6 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.
1.96 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.81 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
64 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.96 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.
6.32 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.
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.
| URL | Est Savings |
|---|---|
| www.gov.cn/fz-font/govwf_fz_7066540_1020739062/govwf_fz_7066540_1020739062.woff | 220 ms |
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.item > div.pic > a > img div.item > div.pic > a > img | www.gov.cn/shouye/datu/202604/W020260421756863986233_ORIGIN.jpg | 265.0 KiB | 225.2 KiB |
div.banner > div.gwygzjxs_banner > a > img div.banner > div.gwygzjxs_banner > a > img | www.gov.cn/images/gtrs_gwyzxd.jpg | 114.7 KiB | 69.8 KiB |
div.tabs > div.policyImg > a > img div.tabs > div.policyImg > a > img | www.gov.cn/shouye/zhengcejiedu/202604/W020260416659764201850_ORIGIN.jpg | 61.5 KiB | 49.8 KiB |
div.container > div.banner > a > img div.container > div.banner > a > img | www.gov.cn/images/gtrs_gwydc.jpg | 78.0 KiB | 47.0 KiB |
div.header > div.container > a.logo > img div.header > div.container > a.logo > img | www.gov.cn/images/newlogo19ysp_lt.png | 15.2 KiB | 13.6 KiB |
div.box > div.search > a > img div.box > div.search > a > img | www.gov.cn/images/gtrs_indexSearch.jpg | 4.5 KiB | 4.1 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.
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.
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 |
|---|---|---|
| www.gov.cn/images/jquery.SuperSlide.js | 4.1 KiB | 154 ms |
| www.gov.cn/images/grayscale.js | 3.5 KiB | 154 ms |
| www.gov.cn/images/slides1.js | 3.3 KiB | 154 ms |
| www.gov.cn/images/trs_resize.js | 2.0 KiB | 154 ms |
| www.gov.cn/images/trs_h5.js | 1.4 KiB | 154 ms |
| www.gov.cn/images/jquery.min.js | 33.4 KiB | 604 ms |
| www.gov.cn/images/trs_FZZHUNYSK.css | 1022 B | 154 ms |
| www.gov.cn/images/gtrs_idangerous.swiper.css | 1.4 KiB | 454 ms |
| www.gov.cn/images/trs_FZYouHK_512B.css | 1.0 KiB | 454 ms |
| www.gov.cn/images/trs_mobile_pub.css | 3.5 KiB | 454 ms |
| www.gov.cn/images/gtrs_mobile_index.css | 3.1 KiB | 454 ms |
| www.gov.cn/images/gtrs_pc_index.css | 12.8 KiB | 754 ms |
| www.gov.cn/images/trs_public.css | 5.0 KiB | 304 ms |
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.
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.
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
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 |
|---|---|---|
| www.gov.cn/images/gtrs_pc_index.css | 12.3 KiB | 11.3 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 |
|---|---|---|
| wza.www.gov.cn/dist/aria.js?appid=44fa773aaaee697bd3f5d0fbfc36bf83 | 116.6 KiB | 84.6 KiB |
| user.www.gov.cn/static/js/jsencrypt.js | 31.4 KiB | 22.0 KiB |
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 | |
|---|---|
div.tabs > div.policyImg > a > img div.tabs > div.policyImg > a > img | www.gov.cn/shouye/zhengcejiedu/202604/W020260416659764201850_ORIGIN.jpg |
div.header > div.container > a.logo > img.wordlogo div.header > div.container > a.logo > img.wordlogo | www.gov.cn/images/newlogo19ysp_rt.png |
div.header > div.container > a.logo > img div.header > div.container > a.logo > img | www.gov.cn/images/newlogo19ysp_lt.png |
div.newfooter > div.box > a.left > img#imgConac div.newfooter > div.box > a.left > img#imgConac | www.gov.cn/images/gtrs_red.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.
ARIA roles must have valid values in order to perform their intended accessibility functions. Learn more about valid ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
链接,无障碍模式读屏软件服务通道。 body > a#ariaTipText |
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid names. Learn more about valid ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body body |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
EN div.main > div.header > div.container > a.lang |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
习近平同莫桑比克总统查波会谈 div.slidesjs-container > div.slidesjs-control > div.item > h4 |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
body > a#ariaTipText > img body > a#ariaTipText > img |
div.header > div.container > a.logo > img div.header > div.container > a.logo > img |
div.header > div.container > a.logo > img.wordlogo div.header > div.container > a.logo > img.wordlogo |
div.item > div.pic > a > img div.item > div.pic > a > img |
div.item > div.pic > a > img div.item > div.pic > a > img |
div.item > div.pic > a > img div.item > div.pic > a > img |
div.ctx > div.item > a.more > img div.ctx > div.item > a.more > img |
div.banner > div.gwygzjxs_banner > a > img div.banner > div.gwygzjxs_banner > a > img |
div.ctx > div.item > a.more > img div.ctx > div.item > a.more > img |
div.tabs > div.policyImg > a > img div.tabs > div.policyImg > a > img |
div.ctx > div.item > a.more > img div.ctx > div.item > a.more > img |
div.box > div.search > a > img div.box > div.search > a > img |
div.state > h2 > a > img div.state > h2 > a > img |
div.swiper-wrapper > div.swiper-slide > a > img div.swiper-wrapper > div.swiper-slide > a > img |
div.ctx > div.item > a.more > img div.ctx > div.item > a.more > img |
div.container > div.banner > a > img div.container > div.banner > a > img |
div.newfooter > div.box > a.left > img#imgConac div.newfooter > div.box > a.left > img#imgConac |
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.main > div.header > div.container > a.logo div.main > div.header > div.container > a.logo |
div.main > div.header > div.container > a#searchBtn div.main > div.header > div.container > a#searchBtn |
div.slidesjs-control > div.item > div.pic > a div.slidesjs-control > div.item > div.pic > a |
div.slidesjs-control > div.item > div.pic > a div.slidesjs-control > div.item > div.pic > a |
div.slidesjs-control > div.item > div.pic > a div.slidesjs-control > div.item > div.pic > a |
div.container > div.banner > div.gwygzjxs_banner > a div.container > div.banner > div.gwygzjxs_banner > a |
div.news > div.tabs > div.policyImg > a div.news > div.tabs > div.policyImg > a |
div.container > div.state > h2 > a div.container > div.state > h2 > a |
div.swiper-container > div.swiper-wrapper > div.swiper-slide > a div.swiper-container > div.swiper-wrapper > div.swiper-slide > a |
div.main > div.container > div.banner > a div.main > div.container > div.banner > a |
div.container > div.newfooter > div.box > a.left div.container > div.newfooter > div.box > a.left |
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 |
head > meta head > meta |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
div.video > div.pic > a > img div.video > div.pic > a > img | www.gov.cn/shouye/jyzjhygq/202604/W020260411475149377004_ORIGIN.png | 100 x 179 (0.56) | 320 x 179 (1.79) |
div.box > div.search > a > img div.box > div.search > a > img | www.gov.cn/images/gtrs_indexSearch.jpg | 44 x 44 (1.00) | 53 x 49 (1.08) |
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
div.item > div.pic > a > img div.item > div.pic > a > img | www.gov.cn/shouye/datu/202604/W020260421327559695913_ORIGIN.jpg | 750 x 420 | 660 x 370 | 1125 x 630 |
div.item > div.pic > a > img div.item > div.pic > a > img | www.gov.cn/shouye/datu/202604/W020260421718694585679_ORIGIN.jpg | 750 x 420 | 660 x 370 | 1125 x 630 |
div.item > div.pic > a > img div.item > div.pic > a > img | www.gov.cn/shouye/datu/202604/W020260421756863986233_ORIGIN.jpg | 750 x 420 | 660 x 370 | 1125 x 630 |
div.header > div.container > a#searchBtn > img.s1 div.header > div.container > a#searchBtn > img.s1 | www.gov.cn/images/gtrs_newsearch.png | 42 x 42 | 32 x 32 | 63 x 63 |
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. |
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.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
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 |
|---|
body > a#ariaTipText > img body > a#ariaTipText > img |
div.header > div.container > a.logo > img div.header > div.container > a.logo > img |
div.header > div.container > a.logo > img.wordlogo div.header > div.container > a.logo > img.wordlogo |
div.item > div.pic > a > img div.item > div.pic > a > img |
div.item > div.pic > a > img div.item > div.pic > a > img |
div.item > div.pic > a > img div.item > div.pic > a > img |
div.ctx > div.item > a.more > img div.ctx > div.item > a.more > img |
div.banner > div.gwygzjxs_banner > a > img div.banner > div.gwygzjxs_banner > a > img |
div.ctx > div.item > a.more > img div.ctx > div.item > a.more > img |
div.tabs > div.policyImg > a > img div.tabs > div.policyImg > a > img |
div.ctx > div.item > a.more > img div.ctx > div.item > a.more > img |
div.box > div.search > a > img div.box > div.search > a > img |
div.state > h2 > a > img div.state > h2 > a > img |
div.swiper-wrapper > div.swiper-slide > a > img div.swiper-wrapper > div.swiper-slide > a > img |
div.ctx > div.item > a.more > img div.ctx > div.item > a.more > img |
div.container > div.banner > a > img div.container > div.banner > a > img |
div.newfooter > div.box > a.left > img#imgConac div.newfooter > div.box > a.left > img#imgConac |
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 |
|---|
登录 div.padding > ul.header_toolbar > li.nologin > a#userlogin |
div.padding > ul.header_toolbar > li.yeslogin > a#showname div.padding > ul.header_toolbar > li.yeslogin > a#showname |
个人中心 li.yeslogin > ul > li.usercenter > a#usercenter |
退出 li.yeslogin > ul > li > a#logout |
div.libs > div.box > div.search > a div.libs > div.box > div.search > a |
To appear in search results, crawlers need access to your app.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
467 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.35 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.007
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
574 ms
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
1.36 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.
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.item > div.pic > a > img div.item > div.pic > a > img | www.gov.cn/shouye/datu/202604/W020260421756863986233_ORIGIN.jpg | 265.0 KiB | 225.2 KiB |
div.video > div.pic > a > img div.video > div.pic > a > img | www.gov.cn/shouye/jyzjhygq/202604/W020260411475149377004_ORIGIN.png | 140.0 KiB | 130.7 KiB |
div.side > div#index_zcjd > a.img > img div.side > div#index_zcjd > a.img > img | www.gov.cn/shouye/zhengcejiedu/202604/W020260416659764201850_ORIGIN.jpg | 61.5 KiB | 56.3 KiB |
div.item > div#index_dxdcyjzf > a.img > img div.item > div#index_dxdcyjzf > a.img > img | www.gov.cn/images/gtrs_index_dxdcyj.jpg | 25.4 KiB | 18.8 KiB |
div#index_jyzj > div#index_gwyhlwdc > a > img div#index_jyzj > div#index_gwyhlwdc > a > img | www.gov.cn/images/gwyhlwdc20250623.png | 21.2 KiB | 16.0 KiB |
div.footer_r > div.fl > a > img div.footer_r > div.fl > a > img | www.gov.cn/images/icon_724.png | 14.2 KiB | 12.9 KiB |
div.footer_r > div.fl > a > img div.footer_r > div.fl > a > img | www.gov.cn/images/icon_1234.png | 8.5 KiB | 8.3 KiB |
div.padding > div.header_logo > a > img div.padding > div.header_logo > a > img | www.gov.cn/images/gtrs_logo_lt.png | 7.5 KiB | 7.1 KiB |
div.padding > div.header_logo > a > img.wordlogo div.padding > div.header_logo > a > img.wordlogo | www.gov.cn/images/gtrs_logo_rt.png | 9.9 KiB | 6.6 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.
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.
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 |
|---|---|---|
| www.gov.cn/images/grayscale.js | 3.4 KiB | |
| www.gov.cn/images/slides1.js | 3.3 KiB | |
| www.gov.cn/images/jquery.SuperSlide.js | 4.1 KiB | |
| www.gov.cn/images/jquery.min.js | 33.4 KiB | 204 ms |
| www.gov.cn/images/trs_resize.js | 2.0 KiB | |
| www.gov.cn/images/trs_h5.js | 1.4 KiB | |
| www.gov.cn/images/trs_FZZHUNYSK.css | 1022 B | 124 ms |
| www.gov.cn/images/gtrs_idangerous.swiper.css | 1.4 KiB | 124 ms |
| www.gov.cn/images/trs_FZYouHK_512B.css | 1.0 KiB | 124 ms |
| www.gov.cn/images/gtrs_pc_index.css | 12.8 KiB | 164 ms |
| www.gov.cn/images/trs_public.css | 5.0 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|---|
| wza.www.gov.cn/dist/aria.js?appid=44fa773aaaee697bd3f5d0fbfc36bf83 | 116.6 KiB | 84.9 KiB |
| user.www.gov.cn/static/js/jsencrypt.js | 31.4 KiB | 22.0 KiB |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
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 | |
|---|---|
div.item > div.pic > a > img div.item > div.pic > a > img | www.gov.cn/shouye/datu/202604/W020260421756863986233_ORIGIN.jpg |
div.item > div.pic > a > img div.item > div.pic > a > img | www.gov.cn/shouye/datu/202604/W020260421718694585679_ORIGIN.jpg |
div.item > div.pic > a > img div.item > div.pic > a > img | www.gov.cn/shouye/datu/202604/W020260421327559695913_ORIGIN.jpg |
div.side > div#index_gwygzjxs > a > img div.side > div#index_gwygzjxs > a > img | www.gov.cn/images/gtrs_index_gywzxd.gif |
div#index_jyzj > div#index_gwyhlwdc > a > img div#index_jyzj > div#index_gwyhlwdc > a > img | www.gov.cn/images/gwyhlwdc20250623.png |
div.padding > div.header_logo > a > img.wordlogo div.padding > div.header_logo > a > img.wordlogo | www.gov.cn/images/gtrs_logo_rt.png |
div#index_gwywls > h2 > a > img div#index_gwywls > h2 > a > img | www.gov.cn/images/gtrs_index_gwywls.png |
div.footer_dzjg > span#_ideConac > a > img#imgConac div.footer_dzjg > span#_ideConac > a > img#imgConac | www.gov.cn/images/red.png |
div.footer_l > div.footer_dzjg > span.barrierFree20231007 > img div.footer_l > div.footer_dzjg > span.barrierFree20231007 > img | www.gov.cn/images/20230928shilaohuaicon.jpg |
div.padding > div.header_logo > a > img div.padding > div.header_logo > a > img | www.gov.cn/images/gtrs_logo_lt.png |
ul.clearfix > li > a > img ul.clearfix > li > a > img | www.gov.cn/images/20240607chusheng.png |
ul.clearfix > li > a > img ul.clearfix > li > a > img | www.gov.cn/images/t1_2.png |
ul.clearfix > li > a > img ul.clearfix > li > a > img | www.gov.cn/images/t1_3.png |
ul.clearfix > li > a > img ul.clearfix > li > a > img | www.gov.cn/images/20240913jiuyi.png |
ul.clearfix > li > a > img ul.clearfix > li > a > img | www.gov.cn/images/20240913tuixiu.png |
ul.clearfix > li > a > img ul.clearfix > li > a > img | www.gov.cn/images/gjzwfwpt20250623.png |
ul.clearfix > li > a > img ul.clearfix > li > a > img | www.gov.cn/images/wmfw20250623.png |
ul.clearfix > li > a > img ul.clearfix > li > a > img | www.gov.cn/images/wqfw20250623.png |
div.footer_txt > div.footer_copyright > p > img div.footer_txt > div.footer_copyright > p > img | www.gov.cn/images/2018guohui03.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.
ARIA roles must have valid values in order to perform their intended accessibility functions. Learn more about valid ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
欢迎进入 中国政府网_中央人民政府门户网站,盲人用户使用操作智能引导,请按快捷键Ctrl+Alt+R;阅读详细操作说明请按快捷键Ctrl+Alt+问号键。 body > a#ariaTipText |
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid names. Learn more about valid ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body body |
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.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.padding > div.header_search > form > button.header_search_btn div.padding > div.header_search > form > button.header_search_btn |
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 |
|---|
body > a#ariaTipText > img body > a#ariaTipText > img |
div.item > div.pic > a > img div.item > div.pic > a > img |
div.item > div.pic > a > img div.item > div.pic > a > img |
div.item > div.pic > a > img div.item > div.pic > a > img |
div.side > div#index_zcjd > a.img > img div.side > div#index_zcjd > a.img > img |
div.side > div#index_gwygzjxs > a > img div.side > div#index_gwygzjxs > a > img |
div.item > div#index_dxdcyjzf > a.img > img div.item > div#index_dxdcyjzf > a.img > img |
div.video > div.pic > a > img div.video > div.pic > a > img |
div#index_jyzj > div#index_gwyhlwdc > a > img div#index_jyzj > div#index_gwyhlwdc > a > img |
div#index_gwywls > h2 > a > img div#index_gwywls > h2 > a > img |
ul.clearfix > li > a > img ul.clearfix > li > a > img |
ul.clearfix > li > a > img ul.clearfix > li > a > img |
ul.clearfix > li > a > img ul.clearfix > li > a > img |
ul.clearfix > li > a > img ul.clearfix > li > a > img |
div.footer_dzjg > span#_ideConac > a > img#imgConac div.footer_dzjg > span#_ideConac > a > img#imgConac |
div.footer_l > div.footer_dzjg > span.barrierFree20231007 > img div.footer_l > div.footer_dzjg > span.barrierFree20231007 > img |
div.footer_txt > div.footer_copyright > p > img div.footer_txt > div.footer_copyright > p > img |
div.footer_r > div.fl > a > img div.footer_r > div.fl > a > img |
div.footer_r > div.fl > a > img div.footer_r > div.fl > a > img |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.padding > div.header_search > form > input.header_search_txt div.padding > div.header_search > form > input.header_search_txt |
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.slidesjs-control > div.item > div.pic > a div.slidesjs-control > div.item > div.pic > a |
div.slidesjs-control > div.item > div.pic > a div.slidesjs-control > div.item > div.pic > a |
div.slidesjs-control > div.item > div.pic > a div.slidesjs-control > div.item > div.pic > a |
div.policy > div.side > div#index_zcjd > a.img div.policy > div.side > div#index_zcjd > a.img |
div.policy > div.side > div#index_gwygzjxs > a div.policy > div.side > div#index_gwygzjxs > a |
div#index_jyzj > div.video > div.pic > a div#index_jyzj > div.video > div.pic > a |
div.item > div#index_jyzj > div#index_gwyhlwdc > a div.item > div#index_jyzj > div#index_gwyhlwdc > a |
div.side02 > div#index_gwywls > h2 > a div.side02 > div#index_gwywls > h2 > a |
div.footer_l > div.footer_dzjg > span#_ideConac > a div.footer_l > div.footer_dzjg > span#_ideConac > a |
div.footer > div.footer_r > div.fl > a div.footer > div.footer_r > div.fl > a |
div.footer > div.footer_r > div.fl > a div.footer > div.footer_r > div.fl > a |
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.
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 |
|---|
div.side > div#index_gwyzcwjk > div > input div.side > div#index_gwyzcwjk > div > input |
我要留言 div#index_jyzj > div#index_gwyhlwdc > div.btns > a.lhang |
人民群众留言入口 div.ctx > div.item > div.btn > a |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
习近平同莫桑比克总统查波会谈 div.slidesjs-container > div.slidesjs-control > div.item > h4 |
These are opportunities to improve keyboard navigation in your application.
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.
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 |
head > meta head > meta |
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
习近平会见老挝人民革命党中央总书记、国家主席特使沙伦赛 div.slider_carousel > ul.slidesjs-pagination > li.slidesjs-pagination-item > a |
一季度服务业增加值占国内生产总值比重为61.7% div.slider_carousel > ul.slidesjs-pagination > li.slidesjs-pagination-item > a |
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.
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. |
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.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
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 |
|---|
body > a#ariaTipText > img body > a#ariaTipText > img |
div.item > div.pic > a > img div.item > div.pic > a > img |
div.item > div.pic > a > img div.item > div.pic > a > img |
div.item > div.pic > a > img div.item > div.pic > a > img |
div.side > div#index_zcjd > a.img > img div.side > div#index_zcjd > a.img > img |
div.side > div#index_gwygzjxs > a > img div.side > div#index_gwygzjxs > a > img |
div.item > div#index_dxdcyjzf > a.img > img div.item > div#index_dxdcyjzf > a.img > img |
div.video > div.pic > a > img div.video > div.pic > a > img |
div#index_jyzj > div#index_gwyhlwdc > a > img div#index_jyzj > div#index_gwyhlwdc > a > img |
div#index_gwywls > h2 > a > img div#index_gwywls > h2 > a > img |
ul.clearfix > li > a > img ul.clearfix > li > a > img |
ul.clearfix > li > a > img ul.clearfix > li > a > img |
ul.clearfix > li > a > img ul.clearfix > li > a > img |
ul.clearfix > li > a > img ul.clearfix > li > a > img |
div.footer_dzjg > span#_ideConac > a > img#imgConac div.footer_dzjg > span#_ideConac > a > img#imgConac |
div.footer_l > div.footer_dzjg > span.barrierFree20231007 > img div.footer_l > div.footer_dzjg > span.barrierFree20231007 > img |
div.footer_txt > div.footer_copyright > p > img div.footer_txt > div.footer_copyright > p > img |
div.footer_r > div.fl > a > img div.footer_r > div.fl > a > img |
div.footer_r > div.fl > a > img div.footer_r > div.fl > a > img |
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 |
|---|
登录 div.padding > ul.header_toolbar > li.nologin > a#userlogin |
div.padding > ul.header_toolbar > li.yeslogin > a#showname div.padding > ul.header_toolbar > li.yeslogin > a#showname |
个人中心 li.yeslogin > ul > li.usercenter > a#usercenter |
退出 li.yeslogin > ul > li > a#logout |
div.libs > div.box > div.search > a div.libs > div.box > div.search > a |
To appear in search results, crawlers need access to your app.
Send Feedback