Mobile 375 × 812

Desktop 1440 × 900

Score: 69 / 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.
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.
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.
60 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
Cross-Origin-Embedder-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
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/fbc2eba4-560a-4490-8c0a-846f31746fd0)<a href="https://beavercheck.com/results/fbc2eba4-560a-4490-8c0a-846f31746fd0"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Ftoutiao.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Ftoutiao.comThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 6.5s 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.
7 barrier(s) likely increasing bounce by ~27%.
Page takes 6.5s to load
+12% bounceUsers abandon at ~3s — you're 4.0s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
High main-thread blocking time
+2% bouncePage is non-interactive for 316ms after first paint
Fix: Defer third-party scripts and split large bundles
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 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 → ¥17,334/month returns + CNY 50,000,000 risk avoided
¥1,750
5h · 5 findings
¥17,334 /mo
~¥208,008 / 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,671 / month at risk
~¥50,000,049 / year if left unfixed
¥50,000,000
+1 more
¥4.11 /mo
7187.7 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 3 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.
6.52 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.52 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
316 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.002
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
11.55 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.
15.41 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.
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 |
|---|---|---|
| /obj/toutiao-duanwai/mobile_share/ssr/cn/common/vendor.f9... | 36.5 KiB | 1.8 s |
| /obj/toutiao-duanwai/mobile_share/ssr/cn/pages/download/i... | 23.7 KiB | 334 ms |
| lf3-sec.bytetos.com/obj/cookie-project-sdk/cmp.30_b9c7gf42.js | 23.0 KiB | 984 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 |
|---|---|---|
| /slardar/fe/sdk-web/browser.cn.js?bid=mobile_share&global... | 300.0 s | 17.1 KiB |
| lf-security.bytegoofy.com/obj/security-secsdk/runtime_bundler_103.js | 7200.0 s | 16.9 KiB |
| lf3-short.ibytedapm.com/slardar/fe/sdk-web/plugins/common-monitors.1.16.6.js | 300.0 s | 10.0 KiB |
| lf3-short.ibytedapm.com/slardar/fe/sdk-web/plugins/blank-screen.1.16.6.js | 300.0 s | 4.5 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 | |
|---|---|---|---|
body > div#root > div.download-page > img.download-bg body > div#root > div.download-page > img.download-bg | /obj/toutiao-duanwai/mobile_share/ssr/cn/imgs/logo_bg.67e... | 1.1 MiB | 948.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 |
|---|---|
| toutiao.com/ | 1.2 s |
| www.toutiao.com/ | 1.5 s |
| m.toutiao.com/?launch=0 | 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.
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 |
|---|---|---|
| /obj/toutiao-duanwai/mobile_share/ssr/cn/common/vendor.f9... | 35.3 KiB | 35.3 KiB |
| /obj/toutiao-duanwai/mobile_share/ssr/cn/pages/download/i... | 22.5 KiB | 21.6 KiB |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
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 |
|---|---|---|
| /obj/toutiao-duanwai/mobile_share/ssr/cn/common/vendor.34... | 922.9 KiB | 741.2 KiB |
| /obj/toutiao-duanwai/mobile_share/ssr/cn/pages/download/i... | 105.6 KiB | 49.8 KiB |
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.
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#root > div.download-page > div.app-info > img.app-icon div#root > div.download-page > div.app-info > img.app-icon |
div#root > div.download-page > div.app-info > img.app-name div#root > div.download-page > div.app-info > img.app-name |
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.
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 |
|---|---|
| /news?mzhan_jump_schema_v2=sslocal%3A%2F%2Fcategory_feed%... | Allowed |
| /news?mzhan_jump_schema_v2=sslocal%3A%2F%2Fcategory_feed%... | Allowed |
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 |
|---|---|
Not allowed to launch 'snssdk35://home/news?mzhan_jump_schema_v2=sslocal%3A%2F%2Fcategory_feed%3Fcategory%3D__all__%26force_go_main%3D1%26needlaunchlog%3D1%26gd_ext_json%3D%257B%2522__type__%2522%253A%2522wap%2522%252C%2522parent_group_id%2522%253A%2522%2522%252C%2522parent_rid%2522%253A%2522undefined%2522%252C%2522page_type%2522%253A%2522download%2522%252C%2522label%2522%253A%2522click_schema_lhft_49251659a%2522%252C%2522position%2522%253A%252214799599715000246%2522%252C%2522site_id%2522%253A%25225000246%2522%257D&needlaunchlog=1&launch_scheme_from=mzhanhuiliu&force_share_jump=1&jump_schema_version_code=130000&delay_jump_mill=1000&gd_label=click_schema_lhft_47902740a&ug_attr_lxft=50781158a&page_type=download&upstream_biz=&module_name=auto_landing&ua_name=Mobile%20Chrome&device=Motorola&model=moto%20g%20power%20(2022)&user_unique_id=7631302960954705459&new_group_id=&launch_log_extra=%7B%7D&spd_lite=1' because a user gesture is required. |
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 |
|---|---|---|
| 18 | Disallow: source | 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 |
|---|
div#root > div.download-page > div.app-info > img.app-icon div#root > div.download-page > div.app-info > img.app-icon |
div#root > div.download-page > div.app-info > img.app-name div#root > div.download-page > div.app-info > img.app-name |
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.57 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.29 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
32 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.006
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.21 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.12 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.
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.security-course-wrapper > div.security-course-list-op > div.security-course-list > a.security-course-item div.security-course-wrapper > div.security-course-list-op > div.security-course-list > a.security-course-item | /obj/ies-fe-bee/bee_prod/biz_1128/tos_16cfa7beceda1e131da... | 382.6 KiB | 345.1 KiB |
美伊脆弱的休战即将结束,伊朗要求战争赔偿,美国不太可能同意-图1 li > div.feed-card-cover > a > img | /tos-cn-i-6w9my0ksvp/883c2d914caf47cf8de363ed844f13e2~tpl... | 248.0 KiB | 245.4 KiB |
div.security-course-wrapper > div.security-course-list-op > div.security-course-list > a.security-course-item div.security-course-wrapper > div.security-course-list-op > div.security-course-list > a.security-course-item | /obj/ies-fe-bee/bee_prod/biz_1128/tos_07dcbd0f70eb5e52510... | 361.9 KiB | 211.9 KiB |
美伊脆弱的休战即将结束,伊朗要求战争赔偿,美国不太可能同意-图2 li > div.feed-card-cover > a > img | /tos-cn-i-6w9my0ksvp/76bd3d4eb60149a784c8f3c153ded666~tpl... | 190.0 KiB | 187.1 KiB |
兵推26次后,美智库曾通告全世界,日本介入台海,下场会非常凄惨-图3 li > div.feed-card-cover > a > img | /tos-cn-i-6w9my0ksvp/a65db8b5c0d642fb8e0f9caea32a33f4~tpl... | 166.3 KiB | 161.0 KiB |
兵推26次后,美智库曾通告全世界,日本介入台海,下场会非常凄惨-图4 li > div.feed-card-cover > a > img | /tos-cn-i-6w9my0ksvp/8b1ed94fb9f0453aa77026456474c806~tpl... | 166.3 KiB | 161.0 KiB |
美伊脆弱的休战即将结束,伊朗要求战争赔偿,美国不太可能同意-图4 li > div.feed-card-cover > a > img | /tos-cn-i-6w9my0ksvp/5b90efed4a16451f8880756a5b96eaf0~tpl... | 85.3 KiB | 84.0 KiB |
div.feed-card-article-r > div.feed-card-cover > a > img div.feed-card-article-r > div.feed-card-cover > a > img | /tos-cn-i-6w9my0ksvp/38f967000ec242fa9f3f551c4bbe6a51~tpl... | 71.9 KiB | 70.6 KiB |
div.feed-card-article-r > div.feed-card-cover > a > img div.feed-card-article-r > div.feed-card-cover > a > img | /tos-cn-i-6w9my0ksvp/4afc436ab67247499e2b8970b36ed492~tpl... | 73.8 KiB | 68.8 KiB |
美伊脆弱的休战即将结束,伊朗要求战争赔偿,美国不太可能同意-图3 li > div.feed-card-cover > a > img | /tos-cn-i-6w9my0ksvp/e6df92679a864f3aa539f9f644e30fa4~tpl... | 65.8 KiB | 64.8 KiB |
div.feed-card-short-video-multi-item > div.feed-card-cover > a > img div.feed-card-short-video-multi-item > div.feed-card-cover > a > img | /tos-cn-p-0015/oUy4ONwA9IfA4Nbfr2EBA6DpYR4FEAKpBgy7ns~tpl... | 60.4 KiB | 56.5 KiB |
封面 div.video-list > div.video-item > a.left-img > img.pic | /tos-cn-i-0004/owDB7sDJFATCfzfqAjWmAEXA84UIQEAfAO8DSE~tpl... | 56.7 KiB | 54.0 KiB |
div.feed-card-article-r > div.feed-card-cover > a > img div.feed-card-article-r > div.feed-card-cover > a > img | /tos-cn-i-6w9my0ksvp/384e754ce4c54739b5e2b0a49e8e2634~tpl... | 52.5 KiB | 51.0 KiB |
兵推26次后,美智库曾通告全世界,日本介入台海,下场会非常凄惨-图1 li > div.feed-card-cover > a > img | /tos-cn-i-6w9my0ksvp/6c4d2ca8cca54227806b78ad91513f22~tpl... | 49.8 KiB | 47.1 KiB |
div.feed-card-short-video-multi-item > div.feed-card-cover > a > img div.feed-card-short-video-multi-item > div.feed-card-cover > a > img | /tos-cn-p-0015/o0NTWfu1UAK0S7QfAhXwwlaMd8sF12UQBBCeCA~tpl... | 48.5 KiB | 45.4 KiB |
封面 div.video-list > div.video-item > a.left-img > img.pic | /motor-article-img/ef18b708f12c437785fd44411266af1e~tplv-... | 44.3 KiB | 41.6 KiB |
封面 div.video-list > div.video-item > a.left-img > img.pic | /tos-cn-i-dy/9f560abb125d4951bbf2445256537555~tplv-pk90l8... | 43.8 KiB | 41.2 KiB |
封面 div.video-list > div.video-item > a.left-img > img.pic | /tos-cn-i-0004/o8aCGfAHIL8IAQQAu7UfMzAAmIQ4eEWGge1Nfv~tpl... | 38.0 KiB | 35.4 KiB |
封面 div.video-list > div.video-item > a.left-img > img.pic | /motor-img/d6a41d56b2c54fa0994253ddd4d37c78~tplv-pk90l89v... | 36.3 KiB | 33.6 KiB |
兵推26次后,美智库曾通告全世界,日本介入台海,下场会非常凄惨-图2 li > div.feed-card-cover > a > img | /tos-cn-i-6w9my0ksvp/3c084e16ad7f471e8ac1d62238255f0f~tpl... | 35.0 KiB | 31.8 KiB |
div.feed-card-article-r > div.feed-card-cover > a > img div.feed-card-article-r > div.feed-card-cover > a > img | /tos-cn-i-ezhpy3drpa/053e1476d27c4137849f0b6903a28f54~tpl... | 30.1 KiB | 27.6 KiB |
div.feed-card-article-r > div.feed-card-cover > a > img div.feed-card-article-r > div.feed-card-cover > a > img | /tos-cn-i-6w9my0ksvp/10d8646a27364b1ea910b1e2374adc93~tpl... | 21.3 KiB | 19.8 KiB |
div.feed-card-short-video-multi-item > div.feed-card-cover > a > img div.feed-card-short-video-multi-item > div.feed-card-cover > a > img | /tos-cn-i-tjoges91tu/60c34f011b18841714f11de41480fbd8~tpl... | 20.5 KiB | 15.0 KiB |
div.feed-card-short-video-multi-item > div.feed-card-cover > a > img div.feed-card-short-video-multi-item > div.feed-card-cover > a > img | /tos-cn-i-3qtffzwd0j/oU7iByfEfQUHoAShYocOIfA8iAEpGEDHTIhD... | 17.9 KiB | 14.2 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 |
|---|---|---|
| /obj/toutiao-duanwai/toutiao/toutiao_web_pc/pages/newsInd... | 66.6 KiB | 413 ms |
| lf-cdn-tos.bytescm.com/obj/static/sec_sdk_build/3.8.2/captcha/index.js | 19.7 KiB | 244 ms |
| lf-c-flwb.bytetos.com/obj/rc-client-security/web/glue/1.0.0.55/sdk-glue.js | 31.4 KiB | 286 ms |
| lf3-cdn-tos.bytescm.com/obj/rc-web-sdk/acrawler.js | 20.8 KiB | 244 ms |
| /obj/toutiao-duanwai/toutiao/toutiao_web_pc/common/vendor... | 1.8 KiB | 727 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.
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 |
|---|---|
| toutiao.com/ | 650 ms |
| www.toutiao.com/ | 1.3 s |
| www.toutiao.com/?wid=1776801214530 | 0.0 ms |
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| www.toutiao.com/?wid=1776801214530 | 816 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 |
|---|---|---|
| /obj/toutiao-duanwai/toutiao/toutiao_web_pc/pages/newsInd... | 65.4 KiB | 52.3 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /obj/toutiao-duanwai/toutiao/toutiao_web_pc/common/vendor... | 114.4 KiB | 75.0 KiB |
| www.googletagmanager.com/gtag/js?id=G-QEHZPBE5HH | 155.6 KiB | 66.1 KiB |
| /obj/toutiao-duanwai/toutiao/toutiao_web_pc/pages/newsInd... | 95.9 KiB | 53.8 KiB |
| /obj/toutiao-duanwai/toutiao/toutiao_web_pc/common/tt_pc_... | 60.6 KiB | 47.4 KiB |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
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.
When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to make command elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.feed-card-footer-cmp > div.right-tools > div.feed-card-footer-dislike-cmp > div.dislike-wrapper div.feed-card-footer-cmp > div.right-tools > div.feed-card-footer-dislike-cmp > div.dislike-wrapper |
div.feed-card-footer-cmp > div.right-tools > div.feed-card-footer-dislike-cmp > div.dislike-wrapper div.feed-card-footer-cmp > div.right-tools > div.feed-card-footer-dislike-cmp > div.dislike-wrapper |
div.feed-card-footer-cmp > div.right-tools > div.feed-card-footer-dislike-cmp > div.dislike-wrapper div.feed-card-footer-cmp > div.right-tools > div.feed-card-footer-dislike-cmp > div.dislike-wrapper |
div.feed-card-short-video-multi-item > div.dislike-container > div.feed-card-footer-dislike-cmp > div.dislike-wrapper div.feed-card-short-video-multi-item > div.dislike-container > div.feed-card-footer-dislike-cmp > div.dislike-wrapper |
div.feed-card-short-video-multi-item > div.dislike-container > div.feed-card-footer-dislike-cmp > div.dislike-wrapper div.feed-card-short-video-multi-item > div.dislike-container > div.feed-card-footer-dislike-cmp > div.dislike-wrapper |
div.feed-card-short-video-multi-item > div.dislike-container > div.feed-card-footer-dislike-cmp > div.dislike-wrapper div.feed-card-short-video-multi-item > div.dislike-container > div.feed-card-footer-dislike-cmp > div.dislike-wrapper |
div.feed-card-short-video-multi-item > div.dislike-container > div.feed-card-footer-dislike-cmp > div.dislike-wrapper div.feed-card-short-video-multi-item > div.dislike-container > div.feed-card-footer-dislike-cmp > div.dislike-wrapper |
div.feed-card-footer-cmp > div.right-tools > div.feed-card-footer-dislike-cmp > div.dislike-wrapper div.feed-card-footer-cmp > div.right-tools > div.feed-card-footer-dislike-cmp > div.dislike-wrapper |
div.feed-card-footer-cmp > div.right-tools > div.feed-card-footer-dislike-cmp > div.dislike-wrapper div.feed-card-footer-cmp > div.right-tools > div.feed-card-footer-dislike-cmp > div.dislike-wrapper |
div.feed-card-footer-cmp > div.right-tools > div.feed-card-footer-dislike-cmp > div.dislike-wrapper div.feed-card-footer-cmp > div.right-tools > div.feed-card-footer-dislike-cmp > div.dislike-wrapper |
div.feed-card-footer-cmp > div.right-tools > div.feed-card-footer-dislike-cmp > div.dislike-wrapper div.feed-card-footer-cmp > div.right-tools > div.feed-card-footer-dislike-cmp > div.dislike-wrapper |
div.feed-card-footer-cmp > div.right-tools > div.feed-card-footer-dislike-cmp > div.dislike-wrapper div.feed-card-footer-cmp > div.right-tools > div.feed-card-footer-dislike-cmp > div.dislike-wrapper |
div.feed-card-footer-cmp > div.right-tools > div.feed-card-footer-dislike-cmp > div.dislike-wrapper div.feed-card-footer-cmp > div.right-tools > div.feed-card-footer-dislike-cmp > div.dislike-wrapper |
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.header-left > div.add-to-desktop-wrapper > div.add-panel > div.tips |
立即添加 div.header-left > div.add-to-desktop-wrapper > div.add-panel > button.add-btn |
登录 div.home-container > div.toutiao-header > div.header-right > a.login-button |
推荐 ul.feed-default-nav > li > div.show-monitor > div.feed-default-nav-item |
大河报 div.feed-card-footer-cmp > div.left-tools > div.feed-card-footer-cmp-author > a |
2评论 div.feed-card-footer-cmp > div.left-tools > div.feed-card-footer-comment-cmp > a |
19小时前 div.feed-card-article-l > div.feed-card-footer-cmp > div.left-tools > div.feed-card-footer-time-cmp |
搞笑配音语录 div.feed-card-footer-cmp > div.left-tools > div.feed-card-footer-cmp-author > a |
3评论 div.feed-card-footer-cmp > div.left-tools > div.feed-card-footer-comment-cmp > a |
6天前 div.feed-card-article-l > div.feed-card-footer-cmp > div.left-tools > div.feed-card-footer-time-cmp |
映真 div.feed-card-footer-cmp > div.left-tools > div.feed-card-footer-cmp-author > a |
10评论 div.feed-card-footer-cmp > div.left-tools > div.feed-card-footer-comment-cmp > a |
04月08日 div.feed-card-article-l > div.feed-card-footer-cmp > div.left-tools > div.feed-card-footer-time-cmp |
小视频 div.feed-card-footer-cmp > div.left-tools > div.feed-card-footer-cmp-author > span.source |
不吃亏加冰 div.feed-card-footer-cmp > div.left-tools > div.feed-card-footer-cmp-author > a |
3评论 div.feed-card-footer-cmp > div.left-tools > div.feed-card-footer-comment-cmp > a |
4天前 div.feed-card-article-l > div.feed-card-footer-cmp > div.left-tools > div.feed-card-footer-time-cmp |
外联唠嗑小茶馆 div.feed-card-footer-cmp > div.left-tools > div.feed-card-footer-cmp-author > a |
1评论 div.feed-card-footer-cmp > div.left-tools > div.feed-card-footer-comment-cmp > a |
4天前 div.feed-card-article-l > div.feed-card-footer-cmp > div.left-tools > div.feed-card-footer-time-cmp |
任驰铭 div.feed-card-footer-cmp > div.left-tools > div.feed-card-footer-cmp-author > a |
17评论 div.feed-card-footer-cmp > div.left-tools > div.feed-card-footer-comment-cmp > a |
18小时前 div.feed-card-article-l > div.feed-card-footer-cmp > div.left-tools > div.feed-card-footer-time-cmp |
热情云朵Ghvvspb div.feed-card-footer-cmp > div.left-tools > div.feed-card-footer-cmp-author > a |
4评论 div.feed-card-footer-cmp > div.left-tools > div.feed-card-footer-comment-cmp > a |
3天前 div.feed-card-article-l > div.feed-card-footer-cmp > div.left-tools > div.feed-card-footer-time-cmp |
万象纵览 div.feed-card-footer-cmp > div.left-tools > div.feed-card-footer-cmp-author > a |
1评论 div.feed-card-footer-cmp > div.left-tools > div.feed-card-footer-comment-cmp > a |
12小时前 div.feed-card-article-l > div.feed-card-footer-cmp > div.left-tools > div.feed-card-footer-time-cmp |
婚恋故事簿 div.feed-card-footer-cmp > div.left-tools > div.feed-card-footer-cmp-author > a |
14评论 div.feed-card-footer-cmp > div.left-tools > div.feed-card-footer-comment-cmp > a |
02月24日 div.feed-card-article-l > div.feed-card-footer-cmp > div.left-tools > div.feed-card-footer-time-cmp |
登录后,头条更懂你 div.right-container > div.user-card > div.show-monitor > p.login-info |
立即登录 div.right-container > div.user-card > div.show-monitor > a.login-button |
换一换 div > div.ttp-hot-board > div.title-bar > button.refresh |
10 ol > li > a.article-item > span.news-index |
换一换 div > div.pane-header > button.right > span |
百万播放 div.video-list > div.video-item > div.right-content > p.like |
171万次观看 div.video-item > div.right-content > p.desc > span |
懂车时间 div.video-item > div.right-content > p.desc > a |
69万次观看 div.video-item > div.right-content > p.desc > span |
凤凰卫视 div.video-item > div.right-content > p.desc > a |
36万次观看 div.video-item > div.right-content > p.desc > span |
驾享来电 div.video-item > div.right-content > p.desc > a |
34万次观看 div.video-item > div.right-content > p.desc > span |
Yo哥真帅!(Yoko视频工作室) div.video-item > div.right-content > p.desc > a |
24万次观看 div.video-item > div.right-content > p.desc > span |
君子游网上围棋教室 div.video-item > div.right-content > p.desc > a |
© 2026 今日头条 div.main-content > div.right-container > div.company-wrapper > p |
扫黄打非网上举报 div.main-content > div.right-container > div.company-wrapper > a |
网络谣言曝光台 div.main-content > div.right-container > div.company-wrapper > a |
网上有害信息举报 div.main-content > div.right-container > div.company-wrapper > a |
侵权举报受理公示 div.main-content > div.right-container > div.company-wrapper > a |
MCN 专项举报:mcnjubao@toutiao.com div.main-content > div.right-container > div.company-wrapper > p |
未成年人相关举报:400-140-2108 div.main-content > div.right-container > div.company-wrapper > p |
算法推荐专项举报:sfjubao@bytedance.com div.main-content > div.right-container > div.company-wrapper > p |
京ICP证140141号 div.main-content > div.right-container > div.company-wrapper > a |
京ICP备12025439号-3 div.main-content > div.right-container > div.company-wrapper > a |
网络文化经营许可证 京网文〔2023〕3628-111号 div.main-content > div.right-container > div.company-wrapper > a |
营业执照 div.main-content > div.right-container > div.company-wrapper > a |
广播电视节目制作经营许可证 div.main-content > div.right-container > div.company-wrapper > a |
出版物经营许可证 div.main-content > div.right-container > div.company-wrapper > a |
营业性演出许可证 div.main-content > div.right-container > div.company-wrapper > a |
互联网新闻信息服务许可证 11220190002 div.main-content > div.right-container > div.company-wrapper > p |
药品医疗器械网络信息服务备案编号:(京)网药械信息备字(2023)第00006号 div.main-content > div.right-container > div.company-wrapper > a |
互联网宗教信息服务许可证:京(2025)0000021 div.main-content > div.right-container > div.company-wrapper > a |
跟帖评论自律管理承诺书 div.main-content > div.right-container > div.company-wrapper > a |
京公网安备 11000002002023号 div.main-content > div.right-container > div.company-wrapper > a |
网信算备110108823483902220017号 div.main-content > div.right-container > div.company-wrapper > a |
网信算备110108823483904220019号 div.main-content > div.right-container > div.company-wrapper > a |
网信算备110108823483903230017号 div.main-content > div.right-container > div.company-wrapper > a |
加入头条 div.footer-wrapper > div > div > a |
用户协议 div.footer-wrapper > div > div > a |
隐私政策 div.footer-wrapper > div > div > a |
媒体合作 div.footer-wrapper > div > div > a |
广告合作 div.footer-wrapper > div > div > a |
友情链接 div.footer-wrapper > div > div > a |
更多 div.footer-wrapper > div > div > span.more |
下载今日头条APP div.footer-wrapper > div > div > a |
北京抖音信息服务有限公司 div.footer-wrapper > div > div > span |
违法和不良信息举报:400-140-2108 div.footer-wrapper > div > div > span |
举报邮箱:jubao@toutiao.com div.footer-wrapper > div > div > span |
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.right-container > div.company-wrapper > a > img.shdf div.right-container > div.company-wrapper > a > img.shdf |
div.right-container > div.company-wrapper > a > img.gongan div.right-container > div.company-wrapper > a > img.gongan |
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.security-course-wrapper > div.security-course-list-op > div.security-course-list > a.security-course-item div.security-course-wrapper > div.security-course-list-op > div.security-course-list > a.security-course-item |
div.security-course-wrapper > div.security-course-list-op > div.security-course-list > a.security-course-item div.security-course-wrapper > div.security-course-list-op > div.security-course-list > a.security-course-item |
div.security-course-wrapper > div.security-course-list-op > div.security-course-list > a.security-course-item div.security-course-wrapper > div.security-course-list-op > div.security-course-list > a.security-course-item |
div.security-course-wrapper > div.security-course-list-op > div.security-course-list > a.security-course-item div.security-course-wrapper > div.security-course-list-op > div.security-course-list > a.security-course-item |
div.security-course-wrapper > div.security-course-list-op > div.security-course-list > a.security-course-item div.security-course-wrapper > div.security-course-list-op > div.security-course-list > a.security-course-item |
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 |
|---|
关注
推荐
北京
视频
财经
科技
热点
国际
更多 div.ttp-feed-module > div.main-nav-wrapper > div.feed-m-nav > ul.feed-default-nav |
刷新
反馈
下载
扫码下载今日头条
顶部 div#root > div.home-container > div.ttp-toolbar > ul.tool-container |
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 |
|---|
北京 div.main-nav-wrapper > div.feed-m-nav > ul.feed-default-nav > li |
切换城市 div.feed-default-nav-item > div.ttp-city-selector-wrapper > div.ttp-city-selector > button.ttp-city-selector-city-picker |
div.feed-card-footer-cmp > div.right-tools > div.feed-card-footer-dislike-cmp > div.dislike-wrapper div.feed-card-footer-cmp > div.right-tools > div.feed-card-footer-dislike-cmp > div.dislike-wrapper |
div.feed-card-footer-cmp > div.right-tools > div.feed-card-footer-dislike-cmp > div.dislike-wrapper div.feed-card-footer-cmp > div.right-tools > div.feed-card-footer-dislike-cmp > div.dislike-wrapper |
div.feed-card-short-video-multi-item > div.dislike-container > div.feed-card-footer-dislike-cmp > div.dislike-wrapper div.feed-card-short-video-multi-item > div.dislike-container > div.feed-card-footer-dislike-cmp > div.dislike-wrapper |
div.feed-card-short-video-multi-item > div.dislike-container > div.feed-card-footer-dislike-cmp > div.dislike-wrapper div.feed-card-short-video-multi-item > div.dislike-container > div.feed-card-footer-dislike-cmp > div.dislike-wrapper |
div.feed-card-short-video-multi-item > div.dislike-container > div.feed-card-footer-dislike-cmp > div.dislike-wrapper div.feed-card-short-video-multi-item > div.dislike-container > div.feed-card-footer-dislike-cmp > div.dislike-wrapper |
div.feed-card-short-video-multi-item > div.dislike-container > div.feed-card-footer-dislike-cmp > div.dislike-wrapper div.feed-card-short-video-multi-item > div.dislike-container > div.feed-card-footer-dislike-cmp > div.dislike-wrapper |
div.feed-card-footer-cmp > div.right-tools > div.feed-card-footer-dislike-cmp > div.dislike-wrapper div.feed-card-footer-cmp > div.right-tools > div.feed-card-footer-dislike-cmp > div.dislike-wrapper |
div.feed-card-footer-cmp > div.right-tools > div.feed-card-footer-dislike-cmp > div.dislike-wrapper div.feed-card-footer-cmp > div.right-tools > div.feed-card-footer-dislike-cmp > div.dislike-wrapper |
div.feed-card-footer-cmp > div.right-tools > div.feed-card-footer-dislike-cmp > div.dislike-wrapper div.feed-card-footer-cmp > div.right-tools > div.feed-card-footer-dislike-cmp > div.dislike-wrapper |
These items highlight common accessibility best practices.
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
华为星钻腕表卖29999元 div.show-monitor > div.new-hot-word > div.hot-word-list > span.words |
续签劳动合同注意要点 div.show-monitor > div.new-hot-word > div.hot-word-list > span.words |
华为Pura90系列价格公布 div.show-monitor > div.new-hot-word > div.hot-word-list > span.words |
印度客机盘旋4小时无法落地 div.show-monitor > div.new-hot-word > div.hot-word-list > span.words |
《你是我的英雄》致敬志愿军烈士 div.show-monitor > div.new-hot-word > div.hot-word-list > span.words |
罗福莉获小米五四青年奖章提名 div.show-monitor > div.new-hot-word > div.hot-word-list > span.words |
骑士擒猛龙大比分2-0 div.show-monitor > div.new-hot-word > div.hot-word-list > span.words |
多平台订购火车票现功能异常 div.show-monitor > div.new-hot-word > div.hot-word-list > span.words |
被虐致死男童家属称将申请抗诉 div.show-monitor > div.new-hot-word > div.hot-word-list > span.words |
These are opportunities to improve keyboard navigation in your application.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
北京 div.main-nav-wrapper > div.feed-m-nav > ul.feed-default-nav > li |
2评论 div.feed-card-footer-cmp > div.left-tools > div.feed-card-footer-comment-cmp > a |
3评论 div.feed-card-footer-cmp > div.left-tools > div.feed-card-footer-comment-cmp > a |
10评论 div.feed-card-footer-cmp > div.left-tools > div.feed-card-footer-comment-cmp > a |
3评论 div.feed-card-footer-cmp > div.left-tools > div.feed-card-footer-comment-cmp > a |
1评论 div.feed-card-footer-cmp > div.left-tools > div.feed-card-footer-comment-cmp > a |
17评论 div.feed-card-footer-cmp > div.left-tools > div.feed-card-footer-comment-cmp > a |
4评论 div.feed-card-footer-cmp > div.left-tools > div.feed-card-footer-comment-cmp > a |
1评论 div.feed-card-footer-cmp > div.left-tools > div.feed-card-footer-comment-cmp > a |
14评论 div.feed-card-footer-cmp > div.left-tools > div.feed-card-footer-comment-cmp > a |
1
日本7.7级强震影响有多大 div.ttp-hot-board > ol > li > a.article-item |
2
郑丽文涉解放军言论让民进党破防 div.ttp-hot-board > ol > li > a.article-item |
3
一季度服务业经济“开门红” div.ttp-hot-board > ol > li > a.article-item |
4
时隔50年全班同学再聚会一个都没少 div.ttp-hot-board > ol > li > a.article-item |
5
新增5个国家码接入微信支付 div.ttp-hot-board > ol > li > a.article-item |
6
哪吒造车三年烧183亿 国资投资难追回 div.ttp-hot-board > ol > li > a.article-item |
7
台空军喊话 解放军强硬回应“闭嘴” div.ttp-hot-board > ol > li > a.article-item |
8
中国运导弹原料船被美扣押?中方回应 div.ttp-hot-board > ol > li > a.article-item |
9
中方:希望欧方不要低估中方坚定决心 div.ttp-hot-board > ol > li > a.article-item |
10
国内油价迎今年首次下调 div.ttp-hot-board > ol > li > a.article-item |
下载
扫码下载今日头条 div.home-container > div.ttp-toolbar > ul.tool-container > li.tool-item |
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. | |
| 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 |
|---|---|
The Content Security Policy directive 'upgrade-insecure-requests' is ignored when delivered in a report-only policy. | |
The Content Security Policy directive 'upgrade-insecure-requests' is ignored when delivered in a report-only policy. | |
The Content Security Policy directive 'upgrade-insecure-requests' is ignored when delivered in a report-only policy. | |
The Content Security Policy directive 'upgrade-insecure-requests' is ignored when delivered in a report-only policy. | |
The Content Security Policy directive 'upgrade-insecure-requests' is ignored when delivered in a report-only policy. | |
WebSocket connection to 'wss://www.toutiao.com/Create%20WebSocket' failed: Error during WebSocket handshake: Unexpected response code: 404 |
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 > div.header-notification-wrapper > div.ttp-header-notice > a.notice-icon |
发布 div > div.header-publisher-wrapper > div.ttp-header-publisher > a.publisher-icon |
登录 div.home-container > div.fix-header > div > a.login-button |
消息 div.header-right > div.notification-container > div.ttp-header-notice > a.notice-icon |
发布作品 div.toutiao-header > div.header-right > div.publisher-icon > a |
登录 div.home-container > div.toutiao-header > div.header-right > a.login-button |
立即登录 div.right-container > div.user-card > div.show-monitor > a.login-button |
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 |
|---|---|---|
| 17 | Disallow: source | 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 |
|---|
div.right-container > div.company-wrapper > a > img.shdf div.right-container > div.company-wrapper > a > img.shdf |
div.right-container > div.company-wrapper > a > img.gongan div.right-container > div.company-wrapper > a > img.gongan |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback