Mobile 375 × 812

Desktop 1440 × 900

Score: 70 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
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.
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.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
131 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
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/f806513c-ac18-4710-9282-29ec4ce04150)<a href="https://beavercheck.com/results/f806513c-ac18-4710-9282-29ec4ce04150"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fzol.com.cn" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fzol.com.cnThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 14.1s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. 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.
8 barrier(s) likely increasing bounce by ~35%.
Page takes 14.1s to load
+12% bounceUsers abandon at ~3s — you're 11.6s 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, …)
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
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
¥1,750 investment → ¥3,341/month returns + CNY 50,000,000 risk avoided
¥1,750
5h · 5 findings
¥3,341 /mo
~¥40,093 / 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.
5.0 developer hours at ¥350/hr
Based on China rates (¥350/hr)
Start here for the best return on investment
¥4,166,670 / month at risk
~¥50,000,035 / year if left unfixed
¥50,000,000
+1 more
¥2.88 /mo
5047.8 MB/mo × 0.571 CNY/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 4 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.
5.63 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
14.09 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
198 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.078
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.90 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.
14.16 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 |
|---|---|
| at.alicdn.com/t/font_3165497_670n30vuc7e.woff2?t=1645752515357 | 80 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.focus > ul.container > li.swiper-slide > a.flex-pic div.focus > ul.container > li.swiper-slide > a.flex-pic | /g8/M00/02/09/ChMkLWnndWCIaL8dAAP2YcXoADgAAIKUgNKNeYAA_Z5... | 253.6 KiB | 142.9 KiB |
div.focus > ul.container > li.swiper-slide > a.flex-pic div.focus > ul.container > li.swiper-slide > a.flex-pic | /g8/M00/02/09/ChMkLWnndfKIR7laAAK9lUEfGGkAAIKUwIOJV4AAr2t... | 175.4 KiB | 64.7 KiB |
div.focus > ul.container > li.swiper-slide > a.flex-pic div.focus > ul.container > li.swiper-slide > a.flex-pic | /g8/M00/02/09/ChMkLWnnSXWIEltaAAI5jqTLwOYAAIKKgCHcWgAAjmm... | 142.4 KiB | 31.7 KiB |
div.focus > ul.container > li.swiper-slide > a.flex-pic div.focus > ul.container > li.swiper-slide > a.flex-pic | /g8/M00/02/08/ChMkLWnnMyWIPZjQAAIcLDkSJVcAAIKGwHAGOsAAhxE... | 135.0 KiB | 24.4 KiB |
影驰RTX 5070 Ti《识质存在》测试:4K画质拉满 体验赛博养娃 li.pics > a > div.pics > figure.pic | /t_s400x300/g8/M00/02/09/ChMkLWnnSO6IEPEoAAPIYuOzmTUAAIKK... | 36.8 KiB | 17.3 KiB |
阿维塔06T 2026款 Elite 双电机纯电版 section.bg-white > div.flex-box > a.pro-item > img | 2b.zol-img.com.cn/product/275_400x300/407/cetDW9aUNgp2.jpg | 17.4 KiB | 14.8 KiB |
body > section.bg-white > div.jingxuan-section > a.icon body > section.bg-white > div.jingxuan-section > a.icon | /m/pages/assets/components/hot-select/images/redianjingxu... | 16.1 KiB | 14.1 KiB |
OPPO Find X9s Pro(12GB/256GB) section.bg-white > div.flex-box > a.pro-item > img | 2c.zol-img.com.cn/product/275_400x300/154/ceUZsCLwwpMyg.jpg | 15.6 KiB | 13.2 KiB |
div.hot-pk-list > div.hot-pk-warp > a.hotpk > ::after div.hot-pk-list > div.hot-pk-warp > a.hotpk > ::after | icon.zol-img.com.cn/m/pages/assets/components/hot-pk/images/VS@2x.png | 16.8 KiB | 12.7 KiB |
Redmi K90 Max(12GB/256GB) section.bg-white > div.flex-box > a.pro-item > img | 2e.zol-img.com.cn/product/275_400x300/988/cex9aqMIpMlc.jpg | 13.4 KiB | 11.3 KiB |
影驰RTX 5070 Ti《识质存在》测试:4K画质拉满 体验赛博养娃 li.pics > a > div.pics > figure.pic | /t_s400x300/g8/M00/01/01/ChMkLWncvMOIGQX5AA2bh-ewffYAAIEW... | 25.8 KiB | 11.1 KiB |
section.bg-white > ul.sites-nav > a.sites-nav__item > ::before section.bg-white > ul.sites-nav > a.sites-nav__item > ::before | /m/pages/assets/components/sites-nav/images/icon_mianfeiz... | 12.4 KiB | 10.6 KiB |
section.bg-white > ul.sites-nav > a.sites-nav__item > ::before section.bg-white > ul.sites-nav > a.sites-nav__item > ::before | /m/pages/assets/components/sites-nav/images/icon_cuanjigu... | 11.4 KiB | 9.6 KiB |
body > section.bg-white > a.rili-title body > section.bg-white > a.rili-title | icon.zol-img.com.cn/m/pages/assets/components/new-calendar/images/more.png | 14.3 KiB | 8.6 KiB |
section.bg-white > ul.sites-nav > a.sites-nav__item > ::before section.bg-white > ul.sites-nav > a.sites-nav__item > ::before | /m/pages/assets/components/sites-nav/images/icon_tianti@2... | 10.1 KiB | 8.3 KiB |
section.bg-white > ul.sites-nav > a.sites-nav__item > ::before section.bg-white > ul.sites-nav > a.sites-nav__item > ::before | /m/pages/assets/components/sites-nav/images/icon_zuixinba... | 9.9 KiB | 8.1 KiB |
中关村在线 header.global-page-header > div.logo-box > h2 > a.logo-box__text | icon.zol-img.com.cn/m/pages/assets/assets/images/logo/logo@3x.png | 13.4 KiB | 8.1 KiB |
section.bg-white > ul.sites-nav > a.sites-nav__item > ::before section.bg-white > ul.sites-nav > a.sites-nav__item > ::before | /m/pages/assets/components/sites-nav/images/icon_chanpinp... | 9.5 KiB | 7.7 KiB |
body > img body > img | /t_s640x2000/g7/M00/08/03/ChMkK2YuGiuIY4V0AABUjdzkC54AAdh... | 15.9 KiB | 5.5 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.
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 |
|---|---|---|
| icon.zol-img.com.cn/m/pages/v2/index/m.index.1.0.0.css?202212 | 24.7 KiB | 1.0 s |
| icon.zol-img.com.cn/m/pages/v2/open-modules/rem/m.rem.js | 1.7 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 |
|---|---|
| zol.com.cn/ | 1.2 s |
| www.zol.com.cn/ | 630 ms |
| www.zol.com.cn/ | 2.0 s |
| m.zol.com.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.
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.
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 | 1.5 s |
| Style & Layout | 1.3 s |
| Script Evaluation | 759 ms |
| Rendering | 285 ms |
| Script Parsing & Compilation | 96 ms |
| Parse HTML & CSS | 46 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 |
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 |
|---|---|---|
| icon.zol-img.com.cn/m/pages/v2/index/m.index.1.0.0.js?202212 | 87.8 KiB | 40.4 KiB |
| /m/pages/v2/open-modules/wap-cps-href-param/m.open.apple.... | 62.3 KiB | 26.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 | |
|---|---|
body > img body > img | /t_s640x2000/g7/M00/08/03/ChMkK2YuGiuIY4V0AABUjdzkC54AAdh... |
ul.header-panel-nav__tool > li.flex-shrink > a > img ul.header-panel-nav__tool > li.flex-shrink > a > img | icon.zol-img.com.cn/m/images/2018icons/icon-f1.png |
ul.header-panel-nav__tool > li.flex-shrink > a > img ul.header-panel-nav__tool > li.flex-shrink > a > img | icon.zol-img.com.cn/m/images/2018icons/icon-f2.png |
ul.header-panel-nav__tool > li.flex-shrink > a > img ul.header-panel-nav__tool > li.flex-shrink > a > img | icon.zol-img.com.cn/m/images/2018icons/icon-f3.png |
ul.header-panel-nav__tool > li.flex-shrink > a > img ul.header-panel-nav__tool > li.flex-shrink > a > img | icon.zol-img.com.cn/m/images/2018icons/xinpinrili-icon.png |
ul.header-panel-nav__tool > li.flex-shrink > a > img ul.header-panel-nav__tool > li.flex-shrink > a > img | icon.zol-img.com.cn/m/images/2018icons/icon-f5.png |
ul.header-panel-nav__tool > li.flex-shrink > a > img ul.header-panel-nav__tool > li.flex-shrink > a > img | icon.zol-img.com.cn/m/images/2018icons/ssd_icon.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
2026.04.22发布 section.bg-white > div.flex-box > a.pro-item > span.release-time |
预约直播 div.flex-box > a.pro-item > span.pl8 > span.live |
2026.04.21发布 section.bg-white > div.flex-box > a.pro-item > span.release-time |
2026.04.21发布 section.bg-white > div.flex-box > a.pro-item > span.release-time |
评测 li.pics > a > p.tags > span.blue |
2小时前 li.pics > a > p.tags > span.time |
评测 li.pics > a > p.tags > span.blue |
19小时前 li.pics > a > p.tags > span.time |
2026年04月22日 19点00分 div.flex-box > a.live-list-item > span.tips > span.time |
评测 li.pics > a > p.tags > span.blue |
11小时前 li.pics > a > p.tags > span.time |
评测 li.pics > a > p.tags > span.blue |
11小时前 li.pics > a > p.tags > span.time |
评测 li.pics > a > p.tags > span.blue |
12小时前 li.pics > a > p.tags > span.time |
查看榜单 div.product-list > div > div.list-header > a.look-rank |
评测 li.pics > a > p.tags > span.blue |
12小时前 li.pics > a > p.tags > span.time |
评测 li.pics > a > p.tags > span.blue |
11小时前 li.pics > a > p.tags > span.time |
545.3万次播放 li.swiper-slide > a.relative > div.detail-text > span.time |
1.5万次播放 li.swiper-slide > a.relative > div.detail-text > span.time |
评测 li.pics > a > p.tags > span.blue |
22小时前 li.pics > a > p.tags > span.time |
评测 li.pics > a > p.tags > span.blue |
04.17 li.pics > a > p.tags > span.time |
评测 li.pics > a > p.tags > span.blue |
04.20 li.pics > a > p.tags > span.time |
10回答 div.hot-ask-list > div.asks-content > a.asks-content-title > div.num |
6回答 div.hot-ask-list > div.asks-content > a.asks-content-title > div.num |
评测 a.flex-box > div.detail-text > p.tags > span.blue |
04.18 a.flex-box > div.detail-text > p.tags > span.time |
评测 a.flex-box > div.detail-text > p.tags > span.blue |
04.17 a.flex-box > div.detail-text > p.tags > span.time |
评测 li.pics > a > p.tags > span.blue |
61 li.pics > a > p.tags > span.comment-num |
04.17 li.pics > a > p.tags > span.time |
点击加载更多 body > section.bg-white > div.load-more |
网站经营者信息公示 body > footer.pl16 > div.bottom-breads > a.info-link |
These are opportunities to improve the legibility of your content.
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body > img body > 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 |
|---|
body > header.global-page-header > div.side-box > a.iconfont body > header.global-page-header > div.side-box > a.iconfont |
body > section.bg-white > a.rili-title body > section.bg-white > a.rili-title |
body > section.bg-white > div.jingxuan-section > a.icon body > section.bg-white > div.jingxuan-section > a.icon |
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.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
最新报价
产品排行
性能天梯
免费众测
攒机广场 body > section.bg-white > ul.sites-nav |
影驰RTX 5070 Ti《识质存在》测试:4K画质拉满 体验赛博养娃
评测
2
2小时前
再战超轻量级 雷柏VT0/VT3s Air MAX电竞鼠标刷新… body > section.bg-white > ul.news-list |
These are opportunities to improve the experience of reading tabular or list data using 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 |
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 |
|---|
vivo300拍照片有什么优势
10回答 ul.news-list > div.hot-ask-list > div.asks-content > a.asks-content-title |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| www.zol.com.cn/ | Allowed |
| ?json={%22scheme%22:%22navigateTo%22,%22data%22:{%22page%... | Allowed |
| 2d.zol-img.com.cn/manu_photo/1795.jpg | Automatically upgraded to HTTPS |
| 2b.zol-img.com.cn/manu_photo/613.png | Automatically upgraded to HTTPS |
| 2b.zol-img.com.cn/manu_photo/1673.jpg | Automatically upgraded to HTTPS |
| 2a.zol-img.com.cn/manu_photo/160.png | Automatically upgraded to HTTPS |
| 2d.zol-img.com.cn/manu_photo/223.jpg | Automatically upgraded to HTTPS |
| 2b.zol-img.com.cn/manu_photo/21.jpg | Automatically upgraded to HTTPS |
| 2a.zol-img.com.cn/manu_photo/232.jpg | Automatically upgraded to HTTPS |
| 2c.zol-img.com.cn/manu_photo/1474.jpg | Automatically upgraded to HTTPS |
| 2d.zol-img.com.cn/manu_photo/227.jpg | Automatically upgraded to HTTPS |
| 2b.zol-img.com.cn/manu_photo/125.jpg | Automatically upgraded to HTTPS |
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) | |
|---|---|---|---|
影驰RTX 5070 Ti《识质存在》测试:4K画质拉满 体验赛博养娃 a > div.pics > figure.pic > img | /t_s400x300/g8/M00/02/09/ChMkLWnnSO6IEPEoAAPIYuOzmTUAAIKK... | 125 x 84 (1.49) | 400 x 300 (1.33) |
影驰RTX 5070 Ti《识质存在》测试:4K画质拉满 体验赛博养娃 a > div.pics > figure.pic > img | /t_s400x300/g8/M00/02/05/ChMkLWnl-WiIdkNEAAw_tsU6WCkAAIJZ... | 125 x 84 (1.49) | 400 x 225 (1.78) |
影驰RTX 5070 Ti《识质存在》测试:4K画质拉满 体验赛博养娃 a > div.pics > figure.pic > img | /t_s400x300/g8/M00/01/01/ChMkLWncvMOIGQX5AA2bh-ewffYAAIEW... | 125 x 84 (1.49) | 400 x 225 (1.78) |
div#top-login-box > div.side-box > div.userinfo > img div#top-login-box > div.side-box > div.userinfo > img | icon.zol-img.com.cn/m/images/2018icons/icon-face.png | 30 x 58 (0.52) | 58 x 58 (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?84a68916f17b61bfae5954e308133587 line 1, col 274 |
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 |
|---|---|
Failed to load resource: the server responded with a status of 404 () |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Mixed content |
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.
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 27 | Disallow: https://m.zol.com.cn/soft/comments/ | Pattern should either be empty, start with "/" or "*" |
| 62 | Disallow: https://m.zol.com.cn/soft/comments/ | Pattern should either be empty, start with "/" or "*" |
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 |
|---|
body > img body > 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.
3.13 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.75 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
144 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.022
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.56 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.
3.87 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.
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 |
|---|---|---|
| icon.zol-img.com.cn/public/js/jq-with-migrate3.js | 44.0 KiB | 99 ms |
| icon.zol-img.com.cn/src/index/z.page.index.1.0.0.css | 12.6 KiB | 300 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.focus2015 > div#focus-tab-1 > a > img div.focus2015 > div#focus-tab-1 > a > img | /g8/M00/02/09/ChMkLWnnSXWIEltaAAI5jqTLwOYAAIKKgCHcWgAAjmm... | 142.4 KiB | 115.2 KiB |
div.package-box201900823 > div.slide-img-big > a.pic > img div.package-box201900823 > div.slide-img-big > a.pic > img | /t_s2000x2000/g8/M00/02/08/ChMkLWnm6PmITeyrAAFNmQU9GfQAAI... | 83.3 KiB | 72.9 KiB |
ul.big-pic > li > a > img ul.big-pic > li > a > img | /t_s2000x2000/g8/M00/02/08/ChMkLWnm6NiITA7uAAEq0bBBZZwAAI... | 74.6 KiB | 64.2 KiB |
li > a > div.video-picture > img.pic li > a > div.video-picture > img.pic | /t_s530x300c/g8/M00/01/06/ChMkLWne9hGILpdnAAeUihSIpKoAAIF... | 70.1 KiB | 63.6 KiB |
div.wrapper > div > a.gmine_ad > img.ad-img div.wrapper > div > a.gmine_ad > img.ad-img | pic.zol-img.com.cn/202604/philips123006hp1400yx_0414_25egq.jpg | 76.8 KiB | 63.2 KiB |
li > a > div.video-picture > img.pic li > a > div.video-picture > img.pic | /t_s530x300c/g8/M00/01/0D/ChMkLWnh49CIZGd4AAiXXvdkBAcAAIH... | 68.9 KiB | 62.4 KiB |
li > a > div.video-picture > img.pic li > a > div.video-picture > img.pic | /t_s530x300c/g8/M00/02/08/ChMkLWnnIXuIdBB8AAiIBB9QQc0AAIK... | 58.1 KiB | 51.7 KiB |
li > a > div.video-picture > img.pic li > a > div.video-picture > img.pic | /t_s530x300c/g8/M00/01/0C/ChMkLWnhqdCIG63UAAMlUHoW4vAAAIH... | 44.9 KiB | 38.5 KiB |
li > a > div.video-picture > img.pic li > a > div.video-picture > img.pic | /t_s530x300c/g8/M00/01/07/ChMkLWnfQBqIAPNkAAPS6blhrmQAAIF... | 43.5 KiB | 37.1 KiB |
li > a > div.video-picture > img.pic li > a > div.video-picture > img.pic | /t_s530x300c/g8/M00/02/06/ChMkLWnmKJeIZzHkAAOjwKifkRgAAIJ... | 42.6 KiB | 36.2 KiB |
li > a > div.video-picture > img.pic li > a > div.video-picture > img.pic | /t_s530x300c/g8/M00/01/0D/ChMkLWnh7rKIQSPAAASAZvb1OGwAAIH... | 39.0 KiB | 32.5 KiB |
li > a > div.video-picture > img.pic li > a > div.video-picture > img.pic | /t_s530x300c/g8/M00/01/06/ChMkLWnfNjyIBxXoAAKe5mdt4qkAAIF... | 37.2 KiB | 30.7 KiB |
li > a > div.video-picture > img.pic li > a > div.video-picture > img.pic | /t_s530x300c/g8/M00/01/06/ChMkLWne-ZmIPNF4AAQFIjegnVUAAIF... | 37.0 KiB | 30.5 KiB |
li > a > div.video-picture > img.pic li > a > div.video-picture > img.pic | /t_s530x300c/g8/M00/01/0D/ChMkLWniGfKIb-xIAAK2nAyZt5wAAIH... | 33.9 KiB | 27.4 KiB |
“我们学校潮好玩”再度启航启航 致态与你相约中南大学
致态校园行登陆沈阳!首站沈阳理工大学解锁存储新速度
为校园生活充电护航 航嘉与你相约“我们学校潮好玩”第… body > div.package-box201900823 | /g8/M00/00/07/ChMkLWnYX0SITwNkAAFErAQehe4AAIB4gNTn3MAAUTE... | 81.2 KiB | 26.5 KiB |
ul.pic-list > li > a > img ul.pic-list > li > a > img | /t_s2000x2000/g8/M00/01/09/ChMkLWnge6OIPlMfAABT_k27sJUAAI... | 20.7 KiB | 18.4 KiB |
ul.pic-list > li > a > img ul.pic-list > li > a > img | /t_s2000x2000/g8/M00/01/03/ChMkLWnduoiILESYAABBOt2_WsYAAI... | 16.3 KiB | 13.9 KiB |
div#rank_mobile > div.select-layout > h3.select-mobile__title > ::before div#rank_mobile > div.select-layout > h3.select-mobile__title > ::before | icon.zol-img.com.cn/src/index/images/index-icon-6927721004.png | 11.7 KiB | 9.1 KiB |
华为WATCH Ultimate 2 div.new-publish > div.pic > a > img | /t_s160x160f/g8/M00/0E/02/ChMkLWlLYcuIQqMqAABK5uh_CsEAAG5... | 7.9 KiB | 6.8 KiB |
微星X870E主板上市 div.scroll-top > ul#news_list_scroll > li > a | icon.zol-img.com.cn/mainpage/2017/normal/index-icon-201704.png | 41.5 KiB | 5.8 KiB |
div.search > form#search_frm > div.search-btn > input.icon div.search > form#search_frm > div.search-btn > input.icon | icon.zol-img.com.cn/src/index/images/search-icon@3x-7cd601a140.png | 5.7 KiB | 5.0 KiB |
dl.flex-box > dd > div.name > ::after dl.flex-box > dd > div.name > ::after | icon.zol-img.com.cn/src/index/images/hot@2x-baf928cf21.png | 4.3 KiB | 4.1 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 |
|---|---|
| zol.com.cn/ | 656 ms |
| www.zol.com.cn/ | 190 ms |
| www.zol.com.cn/ | 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.
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 | 2.2 s |
| Parse HTML & CSS | 1.1 s |
| Script Evaluation | 881 ms |
| Style & Layout | 602 ms |
| Rendering | 129 ms |
| Script Parsing & Compilation | 110 ms |
| Garbage Collection | 49 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 |
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 |
|---|---|---|
| icon.zol-img.com.cn/public/js/pc-common-module.js | 8.5 KiB | 3.4 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|
div.search > form#search_frm > div.search-keyword > input#keyword div.search > form#search_frm > div.search-keyword > input#keyword |
下载APP div.wrapper > div.tools-nav > div.tools-nav__downApp > a.tools-nav__item |
排行榜 header.header > div.wrapper > div.tools-nav > a.tools-nav__item |
查报价 header.header > div.wrapper > div.tools-nav > a.tools-nav__item |
攒电脑 header.header > div.wrapper > div.tools-nav > a.tools-nav__item |
投稿 header.header > div.wrapper > div.tools-nav > a.tools-nav__item |
登录 header.header > div.wrapper > div#login-wrap > div.login-btn |
更多 div.category-main > div.category-nav__hd > a.title-more > span.text |
更多 div.category-sidebar > div.section-tab > a.title-more > span.text |
参数 div.new-publish > div.new-publish__fl > div.label > a |
图片 div.new-publish > div.new-publish__fl > div.label > a |
口碑 div.new-publish > div.new-publish__fl > div.label > a |
参数 div.new-publish > div.new-publish__fl > div.label > a |
图片 div.new-publish > div.new-publish__fl > div.label > a |
口碑 div.new-publish > div.new-publish__fl > div.label > a |
参数 div.new-publish > div.new-publish__fl > div.label > a |
图片 div.new-publish > div.new-publish__fl > div.label > a |
口碑 div.new-publish > div.new-publish__fl > div.label > a |
快讯 body > section#scroll-news-wrap > a.scroll-message-tit |
新闻日历 div#focus-news-section > div.section-tab > a.more > div.text |
更多 section#float_nav_03 > div.section-tab > a.title-more > span.text |
更多 section#float_nav_04 > div#focus_labs_1 > a.title-more > span.text |
我要提问 section#float_nav_12 > div.section-tab > a.ask-more > span.text |
更多 section#float_nav_13 > div.section-tab > a.title-more > span.text |
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 |
|---|
div.focus2015 > div#focus-tab-2 > a > img div.focus2015 > div#focus-tab-2 > a > img |
div.wrapper > div > a.gmine_ad > img.ad-img div.wrapper > div > a.gmine_ad > img.ad-img |
div.wrapper > div > a.gmine_ad > img div.wrapper > div > a.gmine_ad > img |
div.wrapper > div > a.gmine_ad > img.ad-img div.wrapper > div > a.gmine_ad > img.ad-img |
div.wrapper > div > a.gmine_ad > img div.wrapper > div > a.gmine_ad > img |
ul.app-list > li > a.app-icon > img ul.app-list > li > a.app-icon > img |
ul.app-list > li > a.app-icon > img ul.app-list > li > a.app-icon > img |
ul.app-list > li > a.app-icon > img ul.app-list > li > a.app-icon > img |
ul.app-list > li > a.app-icon > img ul.app-list > li > a.app-icon > img |
ul.app-list > li > a.app-icon > img ul.app-list > li > a.app-icon > img |
ul.app-list > li > a.app-icon > img ul.app-list > li > a.app-icon > img |
ul.app-list > li > a.app-icon > img ul.app-list > li > a.app-icon > img |
ul.app-list > li > a.app-icon > img ul.app-list > li > a.app-icon > img |
ul.app-list > li > a.app-icon > img ul.app-list > li > a.app-icon > img |
ul#ba10f5e7814cdd8903d21630bbbe64e8 > li > a.img > img ul#ba10f5e7814cdd8903d21630bbbe64e8 > li > a.img > img |
ul#ba10f5e7814cdd8903d21630bbbe64e8 > li > a.img > img ul#ba10f5e7814cdd8903d21630bbbe64e8 > li > a.img > img |
ul#ba10f5e7814cdd8903d21630bbbe64e8 > li > a.img > img ul#ba10f5e7814cdd8903d21630bbbe64e8 > li > a.img > img |
ul#ba10f5e7814cdd8903d21630bbbe64e8 > li > a.img > img ul#ba10f5e7814cdd8903d21630bbbe64e8 > li > a.img > img |
ul#ba10f5e7814cdd8903d21630bbbe64e8 > li > a.img > img ul#ba10f5e7814cdd8903d21630bbbe64e8 > li > a.img > img |
ul#ba10f5e7814cdd8903d21630bbbe64e8 > li > a.img > img ul#ba10f5e7814cdd8903d21630bbbe64e8 > li > a.img > img |
ul#ba10f5e7814cdd8903d21630bbbe64e8 > li > a.img > img ul#ba10f5e7814cdd8903d21630bbbe64e8 > li > a.img > img |
ul#ba10f5e7814cdd8903d21630bbbe64e8 > li > a.img > img ul#ba10f5e7814cdd8903d21630bbbe64e8 > li > a.img > img |
ul#ba10f5e7814cdd8903d21630bbbe64e8 > li > a.img > img ul#ba10f5e7814cdd8903d21630bbbe64e8 > li > a.img > img |
ul#ba10f5e7814cdd8903d21630bbbe64e8 > li > a.img > img ul#ba10f5e7814cdd8903d21630bbbe64e8 > li > a.img > img |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body > div.wrapper > iframe body > div.wrapper > iframe |
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 |
|---|
header.header > div.wrapper > div.logo > a header.header > div.wrapper > div.logo > a |
div.category-nav-list > dl.flex-box > dd.end > a.more div.category-nav-list > dl.flex-box > dd.end > a.more |
div.category-nav-list > dl.flex-box > dd.end > a.more div.category-nav-list > dl.flex-box > dd.end > a.more |
div.category-nav-list > dl.flex-box > dd.end > a.more div.category-nav-list > dl.flex-box > dd.end > a.more |
div.category-nav-list > dl.flex-box > dd.end > a.more div.category-nav-list > dl.flex-box > dd.end > a.more |
div.category-nav-list > dl.dl-end > dd.end > a.more div.category-nav-list > dl.dl-end > dd.end > a.more |
div#scroll-stop > div.focus2015 > div#focus-tab-2 > a div#scroll-stop > div.focus2015 > div#focus-tab-2 > a |
body > div.wrapper > div > a.gmine_ad body > div.wrapper > div > a.gmine_ad |
body > div.wrapper > div > a.gmine_ad body > div.wrapper > div > a.gmine_ad |
div.module-app > ul.app-list > li > a.app-icon div.module-app > ul.app-list > li > a.app-icon |
div.module-app > ul.app-list > li > a.app-icon div.module-app > ul.app-list > li > a.app-icon |
div.module-app > ul.app-list > li > a.app-icon div.module-app > ul.app-list > li > a.app-icon |
div.module-app > ul.app-list > li > a.app-icon div.module-app > ul.app-list > li > a.app-icon |
div.module-app > ul.app-list > li > a.app-icon div.module-app > ul.app-list > li > a.app-icon |
div.module-app > ul.app-list > li > a.app-icon div.module-app > ul.app-list > li > a.app-icon |
div.module-app > ul.app-list > li > a.app-icon div.module-app > ul.app-list > li > a.app-icon |
div.module-app > ul.app-list > li > a.app-icon div.module-app > ul.app-list > li > a.app-icon |
div.module-app > ul.app-list > li > a.app-icon div.module-app > ul.app-list > li > a.app-icon |
body > section#float_nav_14 > div.section-tab > a.title-more body > section#float_nav_14 > div.section-tab > a.title-more |
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.
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.
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 |
|---|
vivo X300 Ultra dl.flex-box > dd > div.name > a |
组图 dl.flex-box > dd > div.label > a |
华为畅享90 Pro Max 128GB dl.flex-box > dd > div.name > a |
组图 dl.flex-box > dd > div.label > a |
OPPO Find X9 Pro dl.flex-box > dd > div.name > a |
组图 dl.flex-box > dd > div.label > a |
一加15T dl.flex-box > dd > div.name > a |
组图 dl.flex-box > dd > div.label > a |
Redmi Turbo 5 MAX dl.flex-box > dd > div.name > a |
组图 dl.flex-box > dd > div.label > a |
HUAWEI Mate 80 dl.flex-box > dd > div.name > a |
组图 dl.flex-box > dd > div.label > a |
华为MateBook D 16 SE版 2024 dl.flex-box > dd > div.name > a |
组图 dl.flex-box > dd > div.label > a |
联想拯救者R9000P 2025 AI元启 dl.flex-box > dd > div.name > a |
组图 dl.flex-box > dd > div.label > a |
机械革命无界15X Pro dl.flex-box > dd > div.name > a |
组图 dl.flex-box > dd > div.label > a |
华硕天选6 Pro 酷睿版 dl.flex-box > dd > div.name > a |
组图 dl.flex-box > dd > div.label > a |
惠普暗影精灵11 dl.flex-box > dd > div.name > a |
组图 dl.flex-box > dd > div.label > a |
苹果MacBook Air 13 2025款 dl.flex-box > dd > div.name > a |
组图 dl.flex-box > dd > div.label > a |
NVIDIA RTX 5090 dl.flex-box > dd > div.name > a |
组图 dl.flex-box > dd > div.label > a |
技嘉GeForce RTX 5060 WINDFORCE 8G dl.flex-box > dd > div.name > a |
组图 dl.flex-box > dd > div.label > a |
华硕TUF-RTX5070TI-O16G dl.flex-box > dd > div.name > a |
组图 dl.flex-box > dd > div.label > a |
瀚铠Radeon RX 9070 XT 超合金PRO dl.flex-box > dd > div.name > a |
组图 dl.flex-box > dd > div.label > a |
七彩虹iGame GeForce RTX 5070 Ti Ultra W OC 16GB dl.flex-box > dd > div.name > a |
组图 dl.flex-box > dd > div.label > a |
影驰GeForce RTX 5080 HOF OC LAB Deluxe-X dl.flex-box > dd > div.name > a |
组图 dl.flex-box > dd > div.label > a |
大众 与众08 2026款 长续航后驱 Pure dl.flex-box > dd > div.name > a |
组图 dl.flex-box > dd > div.label > a |
奥迪A6L 2026款 2.0T 臻选致雅型 dl.flex-box > dd > div.name > a |
组图 dl.flex-box > dd > div.label > a |
宝马X3 2026款 xDrive25L M运动曜夜套装 dl.flex-box > dd > div.name > a |
组图 dl.flex-box > dd > div.label > a |
零跑汽车 零跑D19 2026款 增程400尊享版 六座 dl.flex-box > dd > div.name > a |
组图 dl.flex-box > dd > div.label > a |
日产NX8 2026款 增程 150 Pro dl.flex-box > dd > div.name > a |
组图 dl.flex-box > dd > div.label > a |
特斯拉 Model Y 2026款 后轮驱动版 dl.flex-box > dd > div.name > a |
组图 dl.flex-box > dd > div.label > a |
TCL 75Q9L Pro div.rank-info > div.last-mall > div.rank-title > 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.
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| www.zol.com.cn/ | Allowed |
| 2d.zol-img.com.cn/manu_photo/1795.jpg | Automatically upgraded to HTTPS |
| 2b.zol-img.com.cn/manu_photo/613.png | Automatically upgraded to HTTPS |
| 2b.zol-img.com.cn/manu_photo/1673.jpg | Automatically upgraded to HTTPS |
| 2a.zol-img.com.cn/manu_photo/160.png | Automatically upgraded to HTTPS |
| 2d.zol-img.com.cn/manu_photo/223.jpg | Automatically upgraded to HTTPS |
| 2b.zol-img.com.cn/manu_photo/21.jpg | Automatically upgraded to HTTPS |
| 2a.zol-img.com.cn/manu_photo/232.jpg | Automatically upgraded to HTTPS |
| 2c.zol-img.com.cn/manu_photo/1474.jpg | Automatically upgraded to HTTPS |
| 2d.zol-img.com.cn/manu_photo/227.jpg | Automatically upgraded to HTTPS |
| 2b.zol-img.com.cn/manu_photo/125.jpg | Automatically upgraded to HTTPS |
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) | |
|---|---|---|---|
华为智慧屏 S5 Pro 75英寸 div.new-publish > div.pic > a > img | /t_s160x160f/g7/M00/07/03/ChMkLGaxvYSIdTPSAAAVtgatlKMAAhd... | 108 x 122 (0.89) | 160 x 160 (1.00) |
华为家庭存储(4TB) div.new-publish > div.pic > a > img | /t_s160x160f/g7/M00/0A/08/ChMkK2ZWnoSIYyw5AAAMW7B3ceoAAer... | 108 x 122 (0.89) | 160 x 160 (1.00) |
华为智能门锁Pro div.new-publish > div.pic > a > img | /t_s160x160f/g7/M00/0A/0C/ChMkK2XwIfiIca3eAAANaFrMUk4AAbs... | 108 x 122 (0.89) | 160 x 160 (1.00) |
A character encoding declaration is required. It can be done with a `<meta>` tag in the first 1024 bytes of the HTML or in the Content-Type HTTP response header. Learn more about declaring the character encoding.
Performance issues directly impact user engagement and conversion rates.
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. | zdw.w8.com.cn/p.ht?h=&t=1776812&c= line 5, col 15746 |
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 |
|---|---|
Uncaught Error: Please keep only one makemoney.js script! | |
icon.zol-img.com.cn/public/js/pc-common-module.js line 450, col 152 | Uncaught TypeError: Cannot read properties of undefined (reading 'ns') |
错误:页面中存在多个makemoney.js脚本!请保留一个。 |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Mixed content |
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.section-tab > ul.switc > li > a |
7日热文 div.section-tab > ul.switc > li > a |
7日热评 div.section-tab > ul.switc > li > a |
7日热帖 div.section-tab > ul.switc > li > a |
本地行情 div.section-tab > ul.switc > li > a |
厨卫 div.section-tab > ul.switc > li > a |
健康 div.section-tab > ul.switc > li > 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.focus2015 > div#focus-tab-2 > a > img div.focus2015 > div#focus-tab-2 > a > img |
div.wrapper > div > a.gmine_ad > img.ad-img div.wrapper > div > a.gmine_ad > img.ad-img |
div.wrapper > div > a.gmine_ad > img div.wrapper > div > a.gmine_ad > img |
div.wrapper > div > a.gmine_ad > img.ad-img div.wrapper > div > a.gmine_ad > img.ad-img |
div.wrapper > div > a.gmine_ad > img div.wrapper > div > a.gmine_ad > img |
ul.app-list > li > a.app-icon > img ul.app-list > li > a.app-icon > img |
ul.app-list > li > a.app-icon > img ul.app-list > li > a.app-icon > img |
ul.app-list > li > a.app-icon > img ul.app-list > li > a.app-icon > img |
ul.app-list > li > a.app-icon > img ul.app-list > li > a.app-icon > img |
ul.app-list > li > a.app-icon > img ul.app-list > li > a.app-icon > img |
ul.app-list > li > a.app-icon > img ul.app-list > li > a.app-icon > img |
ul.app-list > li > a.app-icon > img ul.app-list > li > a.app-icon > img |
ul.app-list > li > a.app-icon > img ul.app-list > li > a.app-icon > img |
ul.app-list > li > a.app-icon > img ul.app-list > li > a.app-icon > img |
ul#ba10f5e7814cdd8903d21630bbbe64e8 > li > a.img > img ul#ba10f5e7814cdd8903d21630bbbe64e8 > li > a.img > img |
ul#ba10f5e7814cdd8903d21630bbbe64e8 > li > a.img > img ul#ba10f5e7814cdd8903d21630bbbe64e8 > li > a.img > img |
ul#ba10f5e7814cdd8903d21630bbbe64e8 > li > a.img > img ul#ba10f5e7814cdd8903d21630bbbe64e8 > li > a.img > img |
ul#ba10f5e7814cdd8903d21630bbbe64e8 > li > a.img > img ul#ba10f5e7814cdd8903d21630bbbe64e8 > li > a.img > img |
ul#ba10f5e7814cdd8903d21630bbbe64e8 > li > a.img > img ul#ba10f5e7814cdd8903d21630bbbe64e8 > li > a.img > img |
ul#ba10f5e7814cdd8903d21630bbbe64e8 > li > a.img > img ul#ba10f5e7814cdd8903d21630bbbe64e8 > li > a.img > img |
ul#ba10f5e7814cdd8903d21630bbbe64e8 > li > a.img > img ul#ba10f5e7814cdd8903d21630bbbe64e8 > li > a.img > img |
ul#ba10f5e7814cdd8903d21630bbbe64e8 > li > a.img > img ul#ba10f5e7814cdd8903d21630bbbe64e8 > li > a.img > img |
ul#ba10f5e7814cdd8903d21630bbbe64e8 > li > a.img > img ul#ba10f5e7814cdd8903d21630bbbe64e8 > li > a.img > img |
ul#ba10f5e7814cdd8903d21630bbbe64e8 > li > a.img > img ul#ba10f5e7814cdd8903d21630bbbe64e8 > li > a.img > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback