Mobile 375 × 812

Desktop 1440 × 900

Score: 69 / 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.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
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.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
Cookie 'SERVERID' is missing the Secure flag
Security gaps expose your site and users to attacks, eroding trust.
Cookie 'acw_tc' is missing the Secure flag
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.
High impact, low effort — start here.
High impact, requires investment.
Nothing in this quadrant — good news.
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/f876e2b4-66b1-4a7a-9e2e-51946133bb82)<a href="https://beavercheck.com/results/f876e2b4-66b1-4a7a-9e2e-51946133bb82"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fwjx.cn" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fwjx.cnThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. The 5 security gaps leave your users exposed — modern browsers increasingly warn visitors about insecure sites. Addressing the critical issues below would have the most immediate impact on your user trust.
7 barrier(s) likely increasing bounce by ~34%.
Page takes 6.3s to load
+12% bounceUsers abandon at ~3s — you're 3.8s 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
No viewport meta tag
+15% bounceMobile browsers render at desktop width and shrink — text unreadable, tap targets miniature
Fix: Add <meta name="viewport" content="width=device-width, initial-scale=1">
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, …)
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
¥875 investment → ¥17,688/month returns + CNY 50,000,000 risk avoided
¥875
2h · 5 findings
¥17,688 /mo
~¥212,261 / year
CNY 50,000,000
if kept compliant
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.
2.5 developer hours at ¥350/hr
Based on China rates (¥350/hr)
Start here for the best return on investment
¥4,166,668 / month at risk
~¥50,000,017 / year if left unfixed
¥50,000,000
+1 more
¥1.40 /mo
2453.3 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.
3.24 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.32 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.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.81 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.
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.
| URL | Est Savings |
|---|---|
| image.wjx.cn/wjxUI/font/1070120/iconfont.woff2?t=1653967509898 | 45 ms |
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 | |
|---|---|---|---|
section.full-page-wrapper > nav#navbar > div.container-phone > div#slide-nav section.full-page-wrapper > nav#navbar > div.container-phone > div#slide-nav | image.wjx.com/images/newimg/wjx-phone/home-sprite@1x.png | 84.7 KiB | 81.7 KiB |
问卷星AI助手 div.sticky-wrapper > div.wjx-decoration > div.container-phone > a#hrefNcov | pubdz.paperol.cn/png/%E9%97%AE%E5%8D%B7%E6%98%9FAI%E5%8A%A9%E6%89%8B@2x.png | 56.7 KiB | 49.4 KiB |
问卷星公众号 section.wjx-footer > dl.wjx-follow > dd.pull-left > img.logo-mobile | image.wjx.com/images/newimg/wjx-phone/qrcode_for_gh_3e600ae54793_258.jpg | 26.9 KiB | 19.7 KiB |
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.
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.
| URL | Protocol |
|---|---|
| www.wjx.cn/ | http/1.1 |
| www.wjx.cn/css/swiper.min.css | http/1.1 |
| www.wjx.cn/newwjx/css/default.css?v=7 | http/1.1 |
| www.wjx.cn/css/wjx-phone.css?v=15 | http/1.1 |
| www.wjx.cn/images/newimg/wjx-phone/newproduct.png | http/1.1 |
| www.wjx.cn/js/swiper.min.js | http/1.1 |
| www.wjx.cn/newwjx/js/wjx-phone.js?v=1 | http/1.1 |
| www.wjx.cn/js/baidutg.js?v=6091 | http/1.1 |
| www.wjx.cn/favicon.ico | http/1.1 |
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.wjx.cn/css/wjx-phone.css?v=15 | 7.4 KiB | 711 ms |
| www.wjx.cn/newwjx/css/default.css?v=7 | 4.7 KiB | 711 ms |
| www.wjx.cn/css/swiper.min.css | 3.3 KiB | 403 ms |
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 |
|---|---|
| wjx.cn/ | 1.5 s |
| www.wjx.cn/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| Other | 923 ms |
| Rendering | 560 ms |
| Style & Layout | 551 ms |
| Script Evaluation | 188 ms |
| Parse HTML & CSS | 29 ms |
| Script Parsing & Compilation | 23 ms |
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.create_third_step > div.create_step1 > div.step_img_list > img.pull-right | image.wjx.com/images/newimg/wjx-phone/editor3-b@2x.png |
交叉分析及在线深度 div.create_third_step > div.create_step3 > div.step_img_list > img.pull-right | image.wjx.com/images/newimg/wjx-phone/data3-b@2x.png |
问卷调查 li > a#hrefApp1 > div > img | image.wjx.com/images/newimg/wjx-phone/survey-b@2x.png |
在线考试 li > a#hrefApp2 > div > img | image.wjx.com/images/newimg/wjx-phone/test-b@2x.png |
报名表单 li > a#hrefApp3 > div > img | image.wjx.com/images/newimg/wjx-phone/form-b.png |
360度评估 li > a#hrefApp4 > div > img | image.wjx.com/images/newimg/wjx-phone/assessment-b.png |
顾客满意度调查,客户满意度调查 li > a#hrefApp5 > div > img | image.wjx.com/images/newimg/wjx-phone/vote-b@2x.png |
调查问卷设计,在线测评 li > a#hrefApp6 > div > img | image.wjx.com/images/newimg/wjx-phone/measurement-b.png |
通过短信/邮件一对一发送 div.create_third_step > div.create_step2 > div.step_img_list > img.pull-right | |
问卷星免费版 div > ul.clearfix > li.free_version > img | |
问卷星企业标准版 div > ul.clearfix > li.enterprise_version > img | |
问卷星企业尊享版 div > ul.clearfix > li.zunxiang_version > img | |
问卷星企业旗舰版 div > ul.clearfix > li.flagship_version > img | |
问卷星用户 div.float_img_box > div > div > img | |
问卷星用户 div.float_img_box > div > div > img | |
问卷星用户 div.float_img_box > div > div > img | |
问卷星用户 div.float_img_box > div > div > img | |
问卷星用户 div.float_img_box > div > div > img | |
问卷星用户 div.float_img_box > div > div > img | |
问卷星用户 div.float_img_box > div > div > img | |
问卷星用户 div.float_img_box > div > div > img | |
问卷星用户 div.float_img_box > div > div > img | |
问卷星用户 div.float_img_box > div > div > img | |
问卷星用户 div.float_img_box > div > div > img | |
问卷星用户 div.float_img_box > div > div > img | |
问卷星用户 div.float_img_box > div > div > img | |
问卷星用户 div.float_img_box > div > div > img | |
问卷星用户 div.float_img_box > div > div > img | |
问卷星用户 div.float_img_box > div > div > img | |
问卷星用户 div.float_img_box > div > div > img | |
问卷星用户 div.float_img_box > div > div > img | |
问卷星用户 div.float_img_box > div > div > img | |
问卷星用户 div.float_img_box > div > div > img | |
问卷星用户 div.float_img_box > div > div > img | |
问卷星用户 div.float_img_box > div > div > img | |
问卷星用户 div.float_img_box > div > div > img | |
问卷星用户 div.float_img_box > div > div > img | |
问卷星用户 div.float_img_box > div > div > img | |
问卷星用户 div.float_img_box > div > div > img | |
问卷星用户 div.float_img_box > div > div > img | |
问卷星用户 div.float_img_box > div > div > img | |
问卷星用户 div.float_img_box > div > div > img | |
问卷星用户 div.float_img_box > div > div > img | |
问卷星用户 div.float_img_box > div > div > img | |
问卷星用户 div.float_img_box > div > div > img | |
问卷星用户 div.float_img_box > div > div > img | |
问卷星用户 div.float_img_box > div > div > img | |
问卷星用户 div.float_img_box > div > div > img | |
问卷星用户 div.float_img_box > div > div > img | |
问卷星用户 div.float_img_box > div > div > img | |
问卷星用户 div.float_img_box > div > div > img | |
问卷星用户 div.float_img_box > div > div > img | |
问卷星用户 div.float_img_box > div > div > img | |
问卷星用户 div.float_img_box > div > div > img | |
问卷星用户 div.float_img_box > div > div > img | |
问卷星用户 div.float_img_box > div > div > img | |
问卷星用户 div.float_img_box > div > div > img | |
问卷星用户 div.float_img_box > div > div > img | |
问卷星用户 div.float_img_box > div > div > img | |
问卷星用户 div.float_img_box > div > div > img | |
问卷星用户 div.float_img_box > div > div > img | |
问卷星用户 div.float_img_box > div > div > img | |
问卷星用户 div.float_img_box > div > div > img | |
div > div > div > img div > div > div > img |
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 |
|---|
员工内部调查
学术科研调查
用户客户调查
消费市场调查 ul.clearfix > li > a#hrefApp1 > p |
查看详情 ul.clearfix > li > a#hrefApp1 > div.click_blue_link |
课后练习考试
应知应会考核
业务培训考核
法规知识竞赛 ul.clearfix > li > a#hrefApp2 > p |
查看详情 ul.clearfix > li > a#hrefApp2 > div.click_blue_link |
报名表单、回执签到
流程审批、信息收集 ul.clearfix > li > a#hrefApp3 > p |
查看详情 ul.clearfix > li > a#hrefApp3 > div.click_blue_link |
绩效评估、人才测评
人才盘点、教学评估 ul.clearfix > li > a#hrefApp4 > p |
查看详情 ul.clearfix > li > a#hrefApp4 > div.click_blue_link |
推优评优、文字评选
图片评选、视频评选 ul.clearfix > li > a#hrefApp5 > p |
查看详情 ul.clearfix > li > a#hrefApp5 > div.click_blue_link |
心理测评、职业测评
性格测评、趣味测评 ul.clearfix > li > a#hrefApp6 > p |
查看详情 ul.clearfix > li > a#hrefApp6 > div.click_blue_link |
更多应用 body.fp-viewing > div.nine-box > div.more_app > a |
立即购买 div > ul.clearfix > li.enterprise_version > a |
立即购买 div > ul.clearfix > li.zunxiang_version > a |
联系我们 div > ul.clearfix > li.flagship_version > a |
更多 → div.template_item > dl > dd.last_dd > a |
更多 → div.template_item > dl > dd.last_dd > a |
更多模板 → div.bg_add_box > div.wjxhome__user > div.wjx_index_btn > a.btn |
湘ICP备17005436号-1 body.fp-viewing > section.wjx-footer > footer > a#hrefBeiAn |
湘公网安备 43019002000245号 body.fp-viewing > section.wjx-footer > footer > a#hrefGongan |
ICP证:湘B2-20220508 body.fp-viewing > section.wjx-footer > footer > span |
长沙冉星信息科技有限公司 版权所有 body.fp-viewing > section.wjx-footer > footer > span |
网站数据来源于问卷星官方数据库 body.fp-viewing > section.wjx-footer > footer > div |
用户服务协议 section.wjx-footer > footer > div > a.link_grey |
隐私条款 section.wjx-footer > footer > div > a.link_grey |
随时为您服务 div > div > div > p |
在线咨询 body.fp-viewing > div > div > div |
4009935858 div > div > div > a |
These are opportunities to improve the legibility of your content.
When definition lists are not properly marked up, screen readers may produce confusing or inaccurate output. Learn how to structure definition lists correctly.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
关注问卷星公众号
用手机管理问卷
400-993-5858
cs@wjx.cn
电脑版 body.fp-viewing > section.wjx-footer > dl.wjx-follow |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 > div > div > img div > div > div > img |
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.
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.survey-mode_tit > ul.clearfix > li > img.survey_bg_img | image.wjx.com/images/newimg/wjx-phone/satisfaction-b@2x.png | 184 x 301 (0.61) | 330 x 504 (0.65) |
MaxDiff模型 div.survey-mode_tit > ul.clearfix > li > img.survey_bg_img | image.wjx.com/images/newimg/wjx-phone/MaxDiff-b@2x.png | 184 x 301 (0.61) | 330 x 504 (0.65) |
长按识别二维码 body.fp-viewing > div.touch-vcode > div > img | image.wjx.com/images/newimg/ultimate-edition/qr-code@2x.png?v=1 | 148 x 396 (0.37) | 396 x 396 (1.00) |
div#slide-menu > ul.navbar-nav > li.sample_jcy_navbar > img div#slide-menu > ul.navbar-nav > li.sample_jcy_navbar > img | www.wjx.cn/images/newimg/wjx-phone/newproduct.png | 32 x 32 (1.00) | 72 x 32 (2.25) |
在线培训考试系统 ul > div.split_word > a > img | image.wjx.com/images/newimg/index/arrow-right@2x.png | 20 x 28 (0.71) | 28 x 28 (1.00) |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
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 |
|---|
更多应用 body.fp-viewing > div.nine-box > div.more_app > a |
联系我们 div > ul.clearfix > li.flagship_version > a |
To appear in search results, crawlers need access to your app.
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 > div > div > img div > div > div > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.02 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.39 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.002
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.41 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.
2.39 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| image.wjx.cn/wjxUI/font/1070120/iconfont.woff2?t=1653967509898 | 45 ms |
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.
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.
| URL | Protocol |
|---|---|
| www.wjx.cn/ | http/1.1 |
| www.wjx.cn/newwjx/css/default.css?v=7 | http/1.1 |
| www.wjx.cn/css/wjxmaster.css?v=22 | http/1.1 |
| www.wjx.cn/wjxUI/src/wjxUI.css?v=14 | http/1.1 |
| www.wjx.cn/layer/layer.js?v=6091 | http/1.1 |
| www.wjx.cn/newwjx/js/modernizr.js | http/1.1 |
| www.wjx.cn/images/index/wjx-logo@2x.png | http/1.1 |
| www.wjx.cn/css/swiper.min.css | http/1.1 |
| www.wjx.cn/js/swiper.min.js | http/1.1 |
| www.wjx.cn/js/wjx_index.js?v=6091 | http/1.1 |
| www.wjx.cn/js/baidutg.js?v=6091 | http/1.1 |
| www.wjx.cn/layer/theme/default/layer.css?v=3.1.1 | http/1.1 |
| www.wjx.cn/images/newimg/wjx-phone/newproduct.png | http/1.1 |
| www.wjx.cn/favicon.ico | http/1.1 |
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.wjx.cn/newwjx/js/modernizr.js | 11.6 KiB | 444 ms |
| www.wjx.cn/wjxUI/src/wjxUI.css?v=14 | 9.0 KiB | 444 ms |
| www.wjx.cn/layer/layer.js?v=6091 | 10.6 KiB | 444 ms |
| www.wjx.cn/css/wjxmaster.css?v=22 | 6.4 KiB | 444 ms |
| www.wjx.cn/newwjx/css/default.css?v=7 | 4.7 KiB | 277 ms |
| image.wjx.cn/cdn/jquery/1.10.2/jquery.min.js | 32.7 KiB | 403 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.create_third_step > div.create_step2 > div.pull-left > img.pull-right | image.wjx.com/images/index/send1@2x.png | 127.9 KiB | 95.9 KiB |
公众号小程序发送 div.create_third_step > div.create_step2 > div.pull-left > img.pull-right | image.wjx.com/images/index/send2@2x.png | 97.6 KiB | 73.2 KiB |
问卷星AI助手 div#divoutbox > div.wjxhome__banner > div.wjxhome__banner--word > a#ctl00_ContentPlaceHolder1_hrefNcov | pubdz.paperol.cn/png/%E9%97%AE%E5%8D%B7%E6%98%9FAI%E5%8A%A9%E6%89%8B@2x.png | 56.7 KiB | 49.4 KiB |
50多种题型 div.create_third_step > div.create_step1 > div.pull-right > img.pull-right | image.wjx.com/images/index/editor2@2x.png | 59.8 KiB | 44.8 KiB |
批量录入题目 div.create_third_step > div.create_step1 > div.pull-right > img.pull-right | image.wjx.com/images/index/editor1@2x.png | 53.2 KiB | 39.9 KiB |
下载Excel/SPSS等格式数据 div.create_third_step > div.create_step3 > div.pull-right > img.pull-right | image.wjx.com/images/index/data1@2x.png | 52.0 KiB | 39.0 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
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 |
|---|---|---|
| www.wjx.cn/newwjx/js/modernizr.js | 11.2 KiB | 5.2 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 | |
|---|---|
50多种题型 div.create_third_step > div.create_step1 > div.pull-right > img.pull-right | image.wjx.com/images/index/editor2@2x.png |
公众号小程序发送 div.create_third_step > div.create_step2 > div.pull-left > img.pull-right | image.wjx.com/images/index/send2@2x.png |
问卷调查 li > a#ctl00_ContentPlaceHolder1_hrefApp1 > div > img | image.wjx.com/images/index/survey@2x.png |
在线考试 li > a#ctl00_ContentPlaceHolder1_hrefApp2 > div > img | image.wjx.com/images/index/test@2x.png |
报名表单 li > a#ctl00_ContentPlaceHolder1_hrefApp3 > div > img | image.wjx.com/images/index/form@2x.png |
360度评估 li > a#ctl00_ContentPlaceHolder1_hrefApp4 > div > img | image.wjx.com/images/index/assessment.png |
顾客满意度调查,客户满意度调查 li > a#ctl00_ContentPlaceHolder1_hrefApp5 > div > img | image.wjx.com/images/index/vote@2x.png |
调查问卷设计,在线测评 li > a#ctl00_ContentPlaceHolder1_hrefApp6 > div > img | image.wjx.com/images/index/measurement@2x.png |
div.clearfix > div.pull-right > a > img div.clearfix > div.pull-right > a > img | image.wjx.com/images/gy.jpg?v=6091 |
问卷调查在线制作,问卷星 ul.content > li > a > img.star | image.wjx.com/images/newimg/index/star.png |
一键生成数据大屏 div.create_third_step > div.create_step3 > div.pull-right > img.pull-right | |
问卷星免费版 div > ul.clearfix > li.free_version > img | |
问卷星企业标准版 div > ul.clearfix > li.enterprise_version > img | |
问卷星企业尊享版 div > ul.clearfix > li.zunxiang_version > img | |
问卷星企业旗舰版 div > ul.clearfix > li.flagship_version > img | |
问卷星用户 div.wjxhome__user_new > div.pic__box > div > img | |
问卷星用户 div.wjxhome__user_new > div.pic__box > div > img | |
问卷星用户 div.wjxhome__user_new > div.pic__box > div > img | |
问卷星用户 div.wjxhome__user_new > div.pic__box > div > img | |
问卷星用户 div.wjxhome__user_new > div.pic__box > div > img | |
问卷星用户 div.wjxhome__user_new > div.pic__box > div > img | |
问卷星用户 div.wjxhome__user_new > div.pic__box > div > img | |
问卷星用户 div.wjxhome__user_new > div.pic__box > div > img | |
问卷星用户 div.wjxhome__user_new > div.pic__box > div > img | |
问卷星用户 div.wjxhome__user_new > div.pic__box > div > img | |
问卷星用户 div.wjxhome__user_new > div.pic__box > div > img | |
问卷星用户 div.wjxhome__user_new > div.pic__box > div > img | |
问卷星用户 div.wjxhome__user_new > div.pic__box > div > img | |
问卷星用户 div.wjxhome__user_new > div.pic__box > div > img | |
问卷星用户 div.wjxhome__user_new > div.pic__box > div > img | |
问卷星用户 div.wjxhome__user_new > div.pic__box > div > img | |
问卷星用户 div.wjxhome__user_new > div.pic__box > div > img | |
问卷星用户 div.wjxhome__user_new > div.pic__box > div > img | |
问卷星用户 div.wjxhome__user_new > div.pic__box > div > img | |
问卷星用户 div.wjxhome__user_new > div.pic__box > div > img | |
问卷星用户 div.wjxhome__user_new > div.pic__box > div > img | |
问卷星用户 div.wjxhome__user_new > div.pic__box > div > img | |
问卷星用户 div.wjxhome__user_new > div.pic__box > div > img | |
问卷星用户 div.wjxhome__user_new > div.pic__box > div > img | |
问卷星用户 div.wjxhome__user_new > div.pic__box > div > img |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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 |
|---|---|
| wjx.cn/ | 956 ms |
| www.wjx.cn/ | 0.0 ms |
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 |
|---|
登录 ul.wjxhome__btn > li#ctl00_liRegister > a#ctl00_hrefLogin > span |
免费注册 ul.wjxhome__btn > li#ctl00_liLogin > a#ctl00_hrefReg > span |
员工内部调查、学术科研调查
用户客户调查、消费市场调查 ul.clearfix > li > a#ctl00_ContentPlaceHolder1_hrefApp1 > p |
课后练习考试、应知应会考核
业务培训考核、法规知识竞赛 ul.clearfix > li > a#ctl00_ContentPlaceHolder1_hrefApp2 > p |
报名表单、回执签到
流程审批、信息收集 ul.clearfix > li > a#ctl00_ContentPlaceHolder1_hrefApp3 > p |
绩效评估、人才测评
人才盘点、教学评估 ul.clearfix > li > a#ctl00_ContentPlaceHolder1_hrefApp4 > p |
推优评优、文字评选
图片评选、视频评选 ul.clearfix > li > a#ctl00_ContentPlaceHolder1_hrefApp5 > p |
心理测评、职业测评
性格测评、趣味测评 ul.clearfix > li > a#ctl00_ContentPlaceHolder1_hrefApp6 > p |
更多应用 div#divoutbox > div.nine-box > div.more_app > a |
立即购买 div > ul.clearfix > li.enterprise_version > a#ctl00_ContentPlaceHolder1_enterhrefBuy |
立即购买 div > ul.clearfix > li.zunxiang_version > a |
联系我们 div > ul.clearfix > li.flagship_version > a |
更多 dl > dd.last_dd > a > span |
更多 dl > dd.last_dd > a > span |
更多 dl > dd.last_dd > a > span |
更多 dl > dd.last_dd > a > span |
更多模板 div.wjxhome__user > div.wjx_index_btn > a.btn > span |
长沙冉星信息科技有限公司 版权所有 ICP证:湘B2-20220508 湘ICP备17005436号-1 湘公网安备 43019002000… div.clearfix > div.pull-left > div.validation > span |
湘ICP备17005436号-1 div.pull-left > div.validation > span > a#ctl00_hrefBeiAn |
湘公网安备 43019002000245号 div.pull-left > div.validation > span > a#ctl00_hrefGongan |
网站数据来源于问卷星官方数据库 服务协议 隐私条款 举报 div.part_two > div.clearfix > div.pull-left > div |
服务协议 div.clearfix > div.pull-left > div > a.link_grey |
隐私条款 div.clearfix > div.pull-left > div > a.link_grey |
举报 div.clearfix > div.pull-left > div > a |
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.js html.js |
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 |
|---|
ul.wjxhome__menu > li.navitem > a.active > img ul.wjxhome__menu > li.navitem > a.active > img |
div.clearfix > div.pull-right > a > img div.clearfix > div.pull-right > a > img |
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.part_two > div.clearfix > div.pull-right > a div.part_two > div.clearfix > div.pull-right > 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.
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.js html.js |
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.clearfix > div.split_title > a > img | image.wjx.com/images/newimg/index/arrow-right@2x.png | 20 x 28 (0.71) | 28 x 28 (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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | hm.baidu.com/hm.js?21be24c80829bd7a683b2c536fcf520b line 1, col 274 |
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.
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.wjxhome__inner > ul.wjxhome__menu > li.navitem > a#ctl00_liQCenter |
更多应用 div#divoutbox > div.nine-box > div.more_app > a |
联系我们 div > ul.clearfix > li.flagship_version > a |
To appear in search results, crawlers need access to your app.
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 |
|---|
ul.wjxhome__menu > li.navitem > a.active > img ul.wjxhome__menu > li.navitem > a.active > img |
div.clearfix > div.pull-right > a > img div.clearfix > div.pull-right > a > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback