Mobile 375 × 812

Desktop 1440 × 900

Score: 71 / 100
Based on 8 categories, 0 sections
Fast site — your users get a smooth experience.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Several regulatory requirements are not yet met.
Missing metadata means poor previews on social media and search.
Lean and efficient — low environmental impact per visit.
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.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
1 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
11 image(s) missing alt attribute
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
31 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/071405de-18a4-4b36-95b6-a094f3f329c6)<a href="https://beavercheck.com/results/071405de-18a4-4b36-95b6-a094f3f329c6"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fdouban.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fdouban.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. 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.
10 barrier(s) likely increasing bounce by ~38%.
Page takes 5.5s to load
+12% bounceUsers abandon at ~3s — you're 3.0s 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
1 form field(s) without a label
+2% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
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, …)
31 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
28 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,925 investment → ¥15,431/month returns + CNY 50,000,000 risk avoided
¥1,925
6h · 5 findings
¥15,431 /mo
~¥185,173 / year
CNY 50,000,000
if kept compliant
¥350 — 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.5 developer hours at ¥350/hr
Based on China rates (¥350/hr)
Start here for the best return on investment
¥4,166,667 / month at risk
~¥50,000,002 / year if left unfixed
¥50,000,000
+1 more
¥0.17 /mo
293.6 MB/mo × 0.571 CNY/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
5.07 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.51 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.15 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
5.51 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.
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 |
|---|---|---|
| img1.doubanio.com/misc/mixed_static/4f3062503e5a7c84.css | 3.0 KiB | 455 ms |
| /f/talion/ccac7805cc6b1c2680aff3b58d94ec133f640df6/css/ca... | 9.4 KiB | 1.7 s |
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.splash > div.splash-content > div.splash-pic > img div.splash > div.splash-content > div.splash-pic > img | /f/talion/706ae8511b66f390ae0427daf85df7ddd93ab1b9/pics/c... | 39.9 KiB | 9.4 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 |
|---|---|
| douban.com/ | 1.2 s |
| www.douban.com/ | 890 ms |
| m.douban.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.
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
div.splash > div.splash-content > div.splash-pic > img div.splash > div.splash-content > div.splash-pic > img | /f/talion/706ae8511b66f390ae0427daf85df7ddd93ab1b9/pics/c... |
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.page > div.splash > div.splash-bottom > a#home_guide |
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.ua-chrome html.ua-chrome |
These are opportunities to improve the interpretation of your content by users in different locales.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.splash > div.splash-content > div.splash-pic > img div.splash > div.splash-content > div.splash-pic > 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 |
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.ua-chrome html.ua-chrome |
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. | hm.baidu.com/hm.js?6d4a8cfea88fa457c3127e14fb5fabc2 line 1, col 274 |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
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.splash > div.splash-content > div.splash-pic > img div.splash > div.splash-content > div.splash-pic > 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.36 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.69 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.023
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.36 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.69 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.
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.
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 |
|---|---|---|
| ssl.google-analytics.com/ga.js | 7200.0 s | 17.4 KiB |
| img3.doubanio.com/dae/fundin/piwik.js?s=3 | 43200.0 s | 21.6 KiB |
| /?unit=dale_anonymous_homepage_right_top&bid=BDkQeT9wuXI&... | 0.0 ms | 1.3 KiB |
| /?unit=dale_anonymous_homepage_top_for_crazy_ad&bid=BDkQe... | 0.0 ms | 262 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 | |
|---|---|---|---|
ul.market-spu-list > li.main-sku > a > div.market-spu-pic ul.market-spu-list > li.main-sku > a > div.market-spu-pic | img2.doubanio.com/view/treasury_image/raw/public/b89edb8584eed2e.jpg | 309.6 KiB | 251.0 KiB |
ul.market-spu-list > li.main-sku > a > div.market-spu-pic ul.market-spu-list > li.main-sku > a > div.market-spu-pic | img1.doubanio.com/view/treasury_image/raw/public/5eb02da07333479.jpg | 257.9 KiB | 199.3 KiB |
ul.market-spu-list > li.main-sku > a > div.market-spu-pic ul.market-spu-list > li.main-sku > a > div.market-spu-pic | img3.doubanio.com/view/treasury_image/raw/public/a3b47d609c2d91f.jpg | 162.0 KiB | 103.4 KiB |
ul.market-topics > li.market-topic-item > a > div.market-topic-pic ul.market-topics > li.market-topic-item > a > div.market-topic-pic | img3.doubanio.com/view/treasury_image/raw/public/c1ed329330a82aa.jpg | 119.8 KiB | 102.3 KiB |
ul.market-spu-list > li.main-sku > a > div.market-spu-pic ul.market-spu-list > li.main-sku > a > div.market-spu-pic | img3.doubanio.com/view/treasury_image/raw/public/f5c360e88382bb3.jpg | 139.5 KiB | 80.9 KiB |
div.pic > div.pic-wrap > a > img div.pic > div.pic-wrap > a > img | img3.doubanio.com/view/group_topic/large/public/p728079573.jpg | 77.3 KiB | 75.3 KiB |
body > a > img body > a > img | /view/dale-online/dale_ad/public/ae3a38851b28f2c.jpg?comp... | 53.1 KiB | 48.0 KiB |
豆瓣7.0
下载豆瓣 App body > div#anony-reg-new | img9.doubanio.com/view/puppy_image/raw/public/1771365ca98ig9er706.jpg | 167.5 KiB | 32.5 KiB |
豆瓣网 body > div > div#anony-nav > div.site-name | img2.doubanio.com/cuphead/sns-static/anony-home/pics/sitename.png | 5.6 KiB | 4.5 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 |
|---|---|
| douban.com/ | 685 ms |
| www.douban.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 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 |
|---|---|---|
| /f/accounts/d3f1e496bbba865fc0ad8c2b0480dcb388ced80f/dist... | 86.5 KiB | 43.0 KiB |
| /f/vendors/e258329ca4b2122b4efe53fddc418967441e0e7f/js/do... | 25.1 KiB | 23.2 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /f/vendors/e258329ca4b2122b4efe53fddc418967441e0e7f/js/do... | 25.5 KiB | 7.9 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /f/accounts/dc8d8affeae2751e365e9fd4c0022df7e021bd77/dist... | 22.2 KiB | 15.5 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.
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 |
|---|
下载豆瓣 App div#anony-reg-new > div.wrapper > div.app > a.lnk-app |
4917篇内容 · 432.4万次浏览 div#hot-topics-mod > ul#hot-topics > li.rec_topics > div.rec_topics_subtitle |
7404篇内容 · 906.3万次浏览 div#hot-topics-mod > ul#hot-topics > li.rec_topics > div.rec_topics_subtitle |
259篇内容 · 74.6万次浏览 div#hot-topics-mod > ul#hot-topics > li.rec_topics > div.rec_topics_subtitle |
6984篇内容 · 12.0万次浏览 div#hot-topics-mod > ul#hot-topics > li.rec_topics > div.rec_topics_subtitle |
84篇内容 · 8.4万次浏览 div#hot-topics-mod > ul#hot-topics > li.rec_topics > div.rec_topics_subtitle |
1.0万+篇内容 · 11.2万次浏览 div#hot-topics-mod > ul#hot-topics > li.rec_topics > div.rec_topics_subtitle |
1086篇内容 · 107.4万次浏览 div#hot-topics-mod > ul#hot-topics > li.rec_topics > div.rec_topics_subtitle |
5496篇内容 · 693.9万次浏览 div#hot-topics-mod > ul#hot-topics > li.rec_topics > div.rec_topics_subtitle |
来自:豆瓣小组 div#1708207985 > div.mod > div.bd > div.source |
661回应 div.note-fl > div.meta > a.rec_nums > span |
834赞 div.note-fl > div.meta > a.rec_nums > span |
141转发 div.note-fl > div.meta > a.rec_nums > span |
来自:豆瓣小组 div#1707761372 > div.mod > div.bd > div.source |
332回应 div.note-fl > div.meta > a.rec_nums > span |
1654赞 div.note-fl > div.meta > a.rec_nums > span |
313转发 div.note-fl > div.meta > a.rec_nums > span |
来自:豆瓣小组 div#1708858472 > div.mod > div.bd > div.source |
17回应 div.note-fl > div.meta > a.rec_nums > span |
171赞 div.note-fl > div.meta > a.rec_nums > span |
33转发 div.note-fl > div.meta > a.rec_nums > span |
生活在农村…隐士
56944 个成员 div.group-list > ul > li > div.info |
今天穿什么
342158 个成员 div.group-list > ul > li > div.info |
午后散文
17287 个成员 div.group-list > ul > li > div.info |
守望者eye
14513 个成员 div.group-list > ul > li > div.info |
怦然心动20岁·冬季版
19018 个成员 div.group-list > ul > li > div.info |
今天和AI互动了吗
20493 个成员 div.group-list > ul > li > div.info |
国粤无双
1983 个成员 div.group-list > ul > li > div.info |
尸体暖暖的
70716 个成员 div.group-list > ul > li > div.info |
每天提前上床N小时我们一起读书
974030 个成员 div.group-list > ul > li > div.info |
心动的信号
156513 个成员 div.group-list > ul > li > div.info |
冰淇淋好吃研究所
109409 个成员 div.group-list > ul > li > div.info |
可以看看你的书架吗
133644 个成员 div.group-list > ul > li > div.info |
乘风破浪的姐姐
18854 个成员 div.group-list > ul > li > div.info |
丧心病狂攒钱小组
697981 个成员 div.group-list > ul > li > div.info |
烂片收集与赏析
49426 个成员 div.group-list > ul > li > div.info |
把周末过好才是正经事
76584 个成员 div.group-list > ul > li > div.info |
豆瓣读书会
278866 个成员 div.group-list > ul > li > div.info |
最近在图书馆借到哪些好书
42185 个成员 div.group-list > ul > li > div.info |
8.6 ul > li > div.rating > i |
选座购票 div.movie-list > ul > li > a.bn-link |
8.3 ul > li > div.rating > i |
选座购票 div.movie-list > ul > li > a.bn-link |
7.6 ul > li > div.rating > i |
选座购票 div.movie-list > ul > li > a.bn-link |
6.0 ul > li > div.rating > i |
选座购票 div.movie-list > ul > li > a.bn-link |
6.7 ul > li > div.rating > i |
选座购票 div.movie-list > ul > li > a.bn-link |
6.9 ul > li > div.rating > i |
选座购票 div.movie-list > ul > li > a.bn-link |
7.4 ul > li > div.rating > i |
选座购票 div.movie-list > ul > li > a.bn-link |
7.0 ul > li > div.rating > i |
选座购票 div.movie-list > ul > li > a.bn-link |
[文学] div.book-cate-mod > div.cate > ul > li.cate-label |
[流行] div.book-cate-mod > div.cate > ul > li.cate-label |
[文化] div.book-cate-mod > div.cate > ul > li.cate-label |
[生活] div.book-cate-mod > div.cate > ul > li.cate-label |
[经管] div.book-cate-mod > div.cate > ul > li.cate-label |
[科技] div.book-cate-mod > div.cate > ul > li.cate-label |
免费试读 div.book-list > ul > li > a.bn-link |
免费试读 div.book-list > ul > li > a.bn-link |
免费试读 div.book-list > ul > li > a.bn-link |
免费试读 div.book-list > ul > li > a.bn-link |
免费试读 div.book-list > ul > li > a.bn-link |
免费试读 div.book-list > ul > li > a.bn-link |
免费试读 div.book-list > ul > li > a.bn-link |
免费试读 div.book-list > ul > li > a.bn-link |
音乐 div.wrapper > div.sidenav > h2.section-title > a |
[风格] div.music-cate-mod > div.cate > ul > li.cate-label |
[地区/语言] div.music-cate-mod > div.cate > ul > li.cate-label |
[艺术家] div.music-cate-mod > div.cate > ul > li.cate-label |
¥118 ul.market-spu-list > li.main-sku > div.market-spu-footer > span.market-spu-price |
¥76 ul.market-spu-list > li.main-sku > div.market-spu-footer > span.market-spu-price |
¥79 ul.market-spu-list > li.main-sku > div.market-spu-footer > span.market-spu-price |
¥108 ul.market-spu-list > li.main-sku > div.market-spu-footer > span.market-spu-price |
更多 div.main > h2 > span.pl > a |
音频专栏 div.main > ul.time-list > li > span.type |
音频专栏 div.main > ul.time-list > li > span.type |
音频专栏 div.main > ul.time-list > li > span.type |
音频专栏 div.main > ul.time-list > li > span.type |
音频专栏 div.main > ul.time-list > li > span.type |
图文专栏 div.main > ul.time-list > li > span.type |
音频专栏 div.main > ul.time-list > li > span.type |
音频专栏 div.main > ul.time-list > li > span.type |
音频专栏 div.main > ul.time-list > li > span.type |
音频专栏 div.main > ul.time-list > li > span.type |
© 2005-2026 douban.com, all rights reserved 北京豆网科技有限公司
营业执照 | 京ICP证090015号 | 京I… body > div.wrapper > div#ft > span#icp |
关于豆瓣 · 在豆瓣工作 · 联系我们 · 法律声明 · 帮助中心 · 移动应用 body > div.wrapper > div#ft > span.fright |
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.app > div.app-qr > a#expand-qr > img div.app > div.app-qr > a#expand-qr > img |
div.pic > div.pic-wrap > a > img div.pic > div.pic-wrap > a > img |
li > div.pic > a > img li > div.pic > a > img |
li > div.pic > a > img li > div.pic > a > img |
li > div.pic > a > img li > div.pic > a > img |
li > div.pic > a > img li > div.pic > a > img |
div.wrapper > div#ft > span#icp > img div.wrapper > div#ft > span#icp > img |
div.wrapper > div#ft > span#icp > img div.wrapper > div#ft > span#icp > img |
div.wrapper > div#ft > span#icp > img div.wrapper > div#ft > span#icp > img |
div.wrapper > div#ft > span#icp > img div.wrapper > div#ft > span#icp > 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 |
|---|
div#anony-reg-new > div.wrapper > div.login > iframe div#anony-reg-new > div.wrapper > div.login > iframe |
div > div#dale_anonymous_homepage_right_top > div > iframe#dale_anonymous_homepage_right_top_frame div > div#dale_anonymous_homepage_right_top > div > iframe#dale_anonymous_homepage_right_top_frame |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.wrapper > div.app > div.app-qr > a#expand-qr div.wrapper > div.app > div.app-qr > a#expand-qr |
div.bd > div.pic > div.pic-wrap > a div.bd > div.pic > div.pic-wrap > a |
ul > li > div.pic > a ul > li > div.pic > a |
ul > li > div.pic > a ul > li > div.pic > a |
ul > li > div.pic > a ul > li > div.pic > a |
ul > li > div.pic > a ul > li > div.pic > a |
ul > li > div.pic > a ul > li > div.pic > a |
ul > li > div.pic > a ul > li > div.pic > a |
ul > li > div.pic > a ul > li > div.pic > a |
ul > li > div.pic > a ul > li > div.pic > a |
ul > li > div.pic > a ul > li > div.pic > a |
ul > li > div.pic > a ul > li > div.pic > a |
ul > li > div.pic > a ul > li > div.pic > a |
ul > li > div.pic > a ul > li > div.pic > a |
ul > li > div.pic > a ul > li > div.pic > a |
ul > li > div.pic > a ul > li > div.pic > a |
ul > li > div.pic > a ul > li > div.pic > a |
ul > li > div.pic > a ul > li > div.pic > a |
ul > li > div.pic > a ul > li > div.pic > a |
ul > li > div.pic > a ul > li > div.pic > a |
div.apps-list > ul > li > a.lnk-icon div.apps-list > ul > li > a.lnk-icon |
div.mod > ul.market-topics > li.market-topic-item > a div.mod > ul.market-topics > li.market-topic-item > a |
div.main > ul.market-spu-list > li.main-sku > a div.main > ul.market-spu-list > li.main-sku > a |
div.main > ul.market-spu-list > li.main-sku > a div.main > ul.market-spu-list > li.main-sku > a |
div.main > ul.market-spu-list > li.main-sku > a div.main > ul.market-spu-list > li.main-sku > a |
div.main > ul.market-spu-list > li.main-sku > a div.main > ul.market-spu-list > li.main-sku > a |
ul > li > div.pic > a ul > li > div.pic > a |
ul > li > div.pic > a ul > li > div.pic > a |
ul > li > div.pic > a ul > li > div.pic > a |
ul > li > div.pic > a ul > li > div.pic > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
热门话题 · · · · · · ( 去话题广场 )
慢慢来,是一种对自己的诚意
4917篇内容 · 432.4万次浏览
允许自己慢慢变好,是一种能力
7… div.wrapper > div.side > div.online > ul |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 |
|---|
豆瓣FM ul > li > div > a |
王俊凯 Karry Wang ul > li > div.artist > a |
周杰伦 Jay Chou ul > li > div.artist > a |
Gareth.T ul > li > div.artist > a |
Gordon Flanders ul > li > div.artist > a |
Jessie Ware ul > li > div.artist > a |
Yves 이브 ul > li > div.artist > a |
AKMU 乐童音乐家 악동... ul > li > div.artist > a |
音乐» div.cate > ul > li.cate-label > a |
小型现场 div.cate > ul > li > a |
喜剧» div.cate > ul > li.cate-label > a |
脱口秀 div.cate > ul > li > a |
戏剧» div.cate > ul > li.cate-label > a |
话剧 div.cate > ul > li > a |
聚会» div.cate > ul > li.cate-label > a |
生活 div.cate > ul > li > a |
派对 div.cate > ul > li > a |
电影» div.cate > ul > li.cate-label > a |
主题放映 div.cate > ul > li > a |
其他» div.cate > ul > li.cate-label > a |
讲座 div.cate > ul > li > 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.ua-mac html.ua-mac |
These items highlight common accessibility best practices.
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.wrapper > div.app > div.app-qr > a#expand-qr div.wrapper > div.app > div.app-qr > a#expand-qr |
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.app > div.app-qr > a#expand-qr > img div.app > div.app-qr > a#expand-qr > img |
div.pic > div.pic-wrap > a > img div.pic > div.pic-wrap > a > img |
li > div.pic > a > img li > div.pic > a > img |
li > div.pic > a > img li > div.pic > a > img |
li > div.pic > a > img li > div.pic > a > img |
li > div.pic > a > img li > div.pic > a > img |
div.wrapper > div#ft > span#icp > img div.wrapper > div#ft > span#icp > img |
div.wrapper > div#ft > span#icp > img div.wrapper > div#ft > span#icp > img |
div.wrapper > div#ft > span#icp > img div.wrapper > div#ft > span#icp > img |
div.wrapper > div#ft > span#icp > img div.wrapper > div#ft > span#icp > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback