Mobile 375 × 812

Desktop 1440 × 900

Score: 68 / 100
Based on 8 categories, 0 sections
Room to improve — your 15.1s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
Solid SEO basics — a few optimizations could boost rankings.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
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.
2 image(s) missing alt attribute
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/4a8d5ece-0e0b-49a0-a669-333459b974fd)<a href="https://beavercheck.com/results/4a8d5ece-0e0b-49a0-a669-333459b974fd"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fzhihu.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fzhihu.comThis 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.
9 barrier(s) likely increasing bounce by ~33%.
Page takes 15.1s to load
+12% bounceUsers abandon at ~3s — you're 12.6s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 2.0s
+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
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, …)
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
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
16 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.91/month returns + CNY 50,000,000 risk avoided
¥1,575
4h · 5 findings
¥5.91 /mo
~¥71 / 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,673 / month at risk
~¥50,000,071 / year if left unfixed
¥50,000,000
¥5.91 /mo
10333.9 MB/mo × 0.571 CNY/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
4.09 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
15.12 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.00 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.003
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.08 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.
20.64 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.
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.
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.
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 |
|---|---|---|
| /heifetz/mobile-topstory-routes.216a26f4.14752a8bf1686f08... | 15.0 KiB | |
| static.zhihu.com/heifetz/3064.216a26f4.e183ecf852807b6e9662.css | 4.8 KiB | |
| static.zhihu.com/heifetz/682.216a26f4.f353c954d14d936b0e49.css | 27.0 KiB | 1.0 s |
| static.zhihu.com/heifetz/mobile.216a26f4.de2862ffb5492dbe0149.css | 27.7 KiB | 175 ms |
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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| zxid-api.mobileservice.cn/web/api/085690FEE95AAF828C58AA3649661D4A.png | 0.0 ms | 94 B |
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 | |
|---|---|---|---|
cover div.RichContent > div.RichContent-cover > div.RichContent-cover-inner > img.css-1phd9a0 | pic4.zhimg.com/v2-949da5b0f6899d2f61ae379d35312c7e_qhd.jpg | 342.3 KiB | 326.4 KiB |
cover div.RichContent > div.RichContent-cover > div.RichContent-cover-inner > img.css-1phd9a0 | pic4.zhimg.com/v2-f361058d2fe01aa9ed147e2095ba0314_qhd.jpg | 255.6 KiB | 239.8 KiB |
cover div.RichContent > div.RichContent-cover > div.RichContent-cover-inner > img.css-1phd9a0 | pic4.zhimg.com/v2-62579e53c3a4e94f32ce8c61230bc004_qhd.jpg | 177.9 KiB | 162.2 KiB |
cover div.RichContent > div.RichContent-cover > div.RichContent-cover-inner > img.css-1phd9a0 | pic4.zhimg.com/v2-0872c060216d3cd1b2368b3c6e76551e_qhd.jpg | 137.8 KiB | 122.0 KiB |
cover div.RichContent > div.RichContent-cover > div.RichContent-cover-inner > img.css-1phd9a0 | pic4.zhimg.com/v2-ba8ba07700c98949b48b2c77584c1c39_qhd.jpg | 15.3 KiB | 12.1 KiB |
cover div.RichContent > div.RichContent-cover > div.RichContent-cover-inner > img.css-1phd9a0 | pic4.zhimg.com/v2-156e5b2e97f1e59e637109ce44543347_qhd.jpg | 21.6 KiB | 5.8 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.
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.
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 |
|---|---|
| zhihu.com/ | 1.7 s |
| www.zhihu.com/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused 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 |
|---|---|---|
| static.zhihu.com/heifetz/682.216a26f4.f353c954d14d936b0e49.css | 26.7 KiB | 26.1 KiB |
| static.zhihu.com/heifetz/mobile.216a26f4.de2862ffb5492dbe0149.css | 27.3 KiB | 24.6 KiB |
| /heifetz/mobile-topstory-routes.216a26f4.14752a8bf1686f08... | 14.7 KiB | 14.6 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 |
|---|---|---|
| static.zhihu.com/heifetz/682.app.858f080ce596fa634bde.js | 779.6 KiB | 550.9 KiB |
| static.zhihu.com/heifetz/mobile.app.b35ba6660342576655af.js | 357.7 KiB | 234.5 KiB |
| /heifetz/chunks/shared-a7a4a2d0093164b9d10e43fa748708c97c... | 138.9 KiB | 114.8 KiB |
| static.zhihu.com/event/wza/4633_1/aria.js?appid=c5ddb58ead4528987249d96fb27246ab | 117.3 KiB | 85.2 KiB |
| /heifetz/chunks/shared-826b84a0e8ebf4ad4125f3058df7b8d7c0... | 40.9 KiB | 37.9 KiB |
| static.zhihu.com/heifetz/vendor.007c46aa2a2931497960.js | 67.2 KiB | 32.3 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 |
|---|---|---|---|
| static.zhihu.com/heifetz/mobile.app.b35ba6660342576655af.js | 1.7 s | 1.2 s | 155 ms |
| static.zhihu.com/event/wza/4633_1/aria.js?appid=c5ddb58ead4528987249d96fb27246ab | 1.0 s | 930 ms | 40 ms |
| static.zhihu.com/event/react-dom@17.0.2/umd/react-dom.production.min.js | 862 ms | 750 ms | 13 ms |
| Unattributable | 813 ms | 244 ms | 0.0 ms |
| www.zhihu.com/ | 656 ms | 27 ms | 3.4 ms |
| unpkg.zhimg.com/@cfe/assets@1.5.1/dist/third-party/gtoneid-h5-simple-min.js | 601 ms | 538 ms | 16 ms |
| unpkg.zhimg.com/za-js-sdk@5.6.0/dist/zap.js | 576 ms | 527 ms | 33 ms |
| static.zhihu.com/heifetz/682.app.858f080ce596fa634bde.js | 421 ms | 67 ms | 333 ms |
| unpkg.zhimg.com/@cfe/sentry-script@1.3.1/dist/init.js | 381 ms | 200 ms | 3.8 ms |
| static.zhihu.com/heifetz/chunks/zswsdid.993bf3e63383befd3ad6.js | 184 ms | 166 ms | 7.6 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 | 5.1 s |
| Script Parsing & Compilation | 822 ms |
| Other | 796 ms |
| Style & Layout | 796 ms |
| Garbage Collection | 182 ms |
| Parse HTML & CSS | 105 ms |
| Rendering | 60 ms |
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 |
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
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.
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.Body--Mobile > 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--Mobile body.Body--Mobile |
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 |
|---|
有问题就会有答案 div > div.css-1ncvp5r > div > div.css-69z0b2 |
打开App div > div > div.css-1ncvp5r > button.Button |
搜索 div.css-ms6bo9 > div.css-3f0re9 > div > div.css-cssrft |
赞同 3258 div.ContentItem-actions > span > span > button.Button |
赞同 259 div.ContentItem-actions > span > span > button.Button |
赞同 246 div.ContentItem-actions > span > span > button.Button |
赞同 709 div.ContentItem-actions > span > span > button.Button |
赞同 60 div.ContentItem-actions > span > span > button.Button |
赞同 139 div.ContentItem-actions > span > span > button.Button |
赞同 309 div.ContentItem-actions > span > span > button.Button |
赞同 357 div.ContentItem-actions > span > span > button.Button |
赞同 101 div.ContentItem-actions > span > span > button.Button |
赞同 2622 div.ContentItem-actions > span > span > button.Button |
赞同 52 div.ContentItem-actions > span > span > button.Button |
赞同 45 div.ContentItem-actions > span > span > button.Button |
赞同 72 div.ContentItem-actions > span > span > button.Button |
赞同 37 div.ContentItem-actions > span > span > button.Button |
赞同 124 div.ContentItem-actions > span > span > button.Button |
App 内打开 div > div.NotLoggedInTopstory > div.OpenInAppButton > button.Button |
These are opportunities to improve the legibility of your content.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body.Body--Mobile > a#ariaTipText > img body.Body--Mobile > a#ariaTipText > img |
body.Body--Mobile > img body.Body--Mobile > 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.
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 |
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. | static.zhihu.com/heifetz/682.app.858f080ce596fa634bde.js line 20, col 162442 |
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 |
|---|---|
Access to XMLHttpRequest at 'https://118.89.204.198/resolv?host=www.zhihu.com&os_type=web' from origin 'https://www.zhihu.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED |
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.
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.Body--Mobile > a#ariaTipText > img body.Body--Mobile > a#ariaTipText > img |
body.Body--Mobile > img body.Body--Mobile > 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.07 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.20 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
689 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.003
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.88 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.54 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.
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.
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.
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 |
|---|---|---|
| static.zhihu.com/heifetz/main-signin-routes.216a26f4.b5c40ac2c6385d5afdce.css | 3.7 KiB | |
| static.zhihu.com/heifetz/main.216a26f4.c474a29726a94e27199a.css | 26.6 KiB | |
| static.zhihu.com/heifetz/8395.216a26f4.2afeae5366d99d24482a.css | 27.9 KiB | 301 ms |
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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| cstaticdun.126.net/2.28.5/core-optimi.m25b40.v2.28.5.min.js?v=2960605 | 43200.0 s | 179.6 KiB |
| cstaticdun.126.net/ir.2.0.13.min.js?v=29606057 | 43200.0 s | 40.8 KiB |
| cstaticdun.126.net/load.min.js | 43200.0 s | 15.0 KiB |
| /api/v1/captcha/js?appId=captcha_register_login&captchaId... | 0.0 ms | 1.0 KiB |
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.SignFlowHomepage > footer.SignFlowHomepage-footer > div.css-1xaekgw > img.css-1170n61 | pica.zhimg.com/80/v2-ccdb7828c12afff31a27e51593d23260_720w.png | 8.2 KiB | 7.7 KiB |
知乎 LOGO div > div.SignFlowHomepage > div.SignFlowHomepage-content > img.SignFlowHomepage-logo | pic2.zhimg.com/80/v2-f6b1f64a098b891b4ea1e3104b5b71f6_720w.png | 8.6 KiB | 6.9 KiB |
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 |
|---|---|
| zhihu.com/ | 1.1 s |
| www.zhihu.com/ | 481 ms |
| www.zhihu.com/signin?next=%2F | 0.0 ms |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| static.zhihu.com/heifetz/8395.216a26f4.2afeae5366d99d24482a.css | 27.5 KiB | 26.7 KiB |
| .yidun.yidun--light.yidun--avoid.yidun--button .yidun_tip... | 23.9 KiB | 23.9 KiB |
| static.zhihu.com/heifetz/main.216a26f4.c474a29726a94e27199a.css | 26.4 KiB | 23.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 |
|---|---|---|---|
| static.zhihu.com/amadeus-rn/web/shared-ef98b214814c8805.ca7a7ac003b24756.js | 610 ms | 588 ms | 18 ms |
| static.zhihu.com/heifetz/main.app.3fbde678b8f61cebb7af.js | 306 ms | 265 ms | 32 ms |
| www.zhihu.com/signin?next=%2F | 289 ms | 27 ms | 0.8 ms |
| Unattributable | 275 ms | 74 ms | 0.0 ms |
| unpkg.zhimg.com/@cfe/sentry-script@1.3.1/dist/init.js | 186 ms | 133 ms | 1.2 ms |
| unpkg.zhimg.com/za-js-sdk@5.6.0/dist/zap.js | 135 ms | 123 ms | 9.3 ms |
| cstaticdun.126.net/load.min.js | 134 ms | 132 ms | 0.9 ms |
| static.zhihu.com/event/wza/4633_1/aria.js?appid=a3637ace5dc3a347f6863b0bac487599 | 129 ms | 114 ms | 10 ms |
| static.zhihu.com/heifetz/8395.app.67e4175617880cd253f4.js | 108 ms | 36 ms | 62 ms |
| static.zhihu.com/event/react@17.0.2/umd/react.production.min.js | 58 ms | 53 ms | 0.4 ms |
| cstaticdun.126.net/2.28.5/core-optimi.m25b40.v2.28.5.min.js?v=2960605 | 56 ms | 41 ms | 12 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.8 s |
| Other | 258 ms |
| Script Parsing & Compilation | 257 ms |
| Style & Layout | 228 ms |
| Garbage Collection | 44 ms |
| Parse HTML & CSS | 21 ms |
| Rendering | 19 ms |
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 |
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
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
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 | |
|---|---|
footer.SignFlowHomepage-footer > div.ZhihuRights > a > img footer.SignFlowHomepage-footer > div.ZhihuRights > a > img | pic3.zhimg.com/80/v2-d0289dc0a46fc5b15b3363ffa78cf6c7.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 |
|---|
中国 +86 div.SignFlow-account > div.SignFlow-supportedCountriesSelectContainer > div.Popover > button#Popover2-toggle |
div > form.SignFlow > div.Login-options > button.Button div > form.SignFlow > div.Login-options > button.Button |
div.css-10wc74s > div.Login-socialLogin > span.Login-socialButtonGroup > button.Button div.css-10wc74s > div.Login-socialLogin > span.Login-socialButtonGroup > button.Button |
div.css-10wc74s > div.Login-socialLogin > span.Login-socialButtonGroup > button.Button div.css-10wc74s > div.Login-socialLogin > span.Login-socialButtonGroup > button.Button |
div.css-10wc74s > div.Login-socialLogin > span.Login-socialButtonGroup > button.Button div.css-10wc74s > div.Login-socialLogin > span.Login-socialButtonGroup > button.Button |
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 |
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 |
|---|
中国 +86 div.SignFlow-supportedCountriesSelectContainer > div.Popover > button#Popover2-toggle > span |
登录/注册 div.SignContainer-inner > div > form.SignFlow > button.Button |
其他方式登录 div.signQr-rightContainer > div.css-10wc74s > div.css-jr78vv > div.css-wna3id |
未注册手机验证后自动登录,注册即代表同意《知乎协议》《隐私保护指引》 div.signQr-container > div.signQr-rightContainer > div.css-10wc74s > div.SignContainer-tip |
《知乎协议》 div.signQr-rightContainer > div.css-10wc74s > div.SignContainer-tip > a |
《隐私保护指引》 div.signQr-rightContainer > div.css-10wc74s > div.SignContainer-tip > a |
These are opportunities to improve the legibility of your content.
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 |
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. |
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 |
|---|---|
Access to XMLHttpRequest at 'https://118.89.204.198/resolv?host=www.zhihu.com&os_type=web' from origin 'https://www.zhihu.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED |
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.
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 |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback