Lighthouse Mobile
· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
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
Performance issues directly impact user engagement and conversion rates.
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| fe-static.xhscdn.com/formula-static/ranchi/public/css/allStyle.e1b9da3.css | 40.6 KiB | 912 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 |
|---|---|---|
| fe-static.xhscdn.com/as/v1/3e44/public/bf7d4e32677698655a5cadc581fd09b3.js | 2278277.0 s | 899 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 | |
|---|---|---|---|
9-15岁文史救星✨超实用的文学常识书 section#69e5d926000000002200cfb8 > span.reds-img-container > picture.reds-img-box > img.reds-img | /41247dcf-40a2-e357-f544-6d18eb2241cd?imageView2/1/w/360/... | 40.8 KiB | 19.7 KiB |
不催不吼,娃居然主动学历史了 section#69e738d80000000023017c74 > span.reds-img-container > picture.reds-img-box > img.reds-img | /6287100b-5269-5624-eda2-511211f18b2f?imageView2/1/w/360/... | 47.7 KiB | 19.5 KiB |
发布会直击|能睡、能装、能“放电”的纯电SUV来了 section#69e5c7e40000000023020b04 > span.reds-img-container > picture.reds-img-box > img.reds-img | /ae1acd8e-4082-7bb3-2d30-26556bbf791e?imageView2/1/w/360/... | 47.3 KiB | 19.2 KiB |
电动牙刷现在都这么卷了吗?后悔没早买! section#69e6fa8d00000000210112a0 > span.reds-img-container > picture.reds-img-box > img.reds-img | /2a82afe7-80b7-f9bb-9f85-6f069e5765bf?imageView2/1/w/360/... | 45.0 KiB | 16.9 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
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 |
|---|---|
| xiaohongshu.com/ | 1.2 s |
| www.xiaohongshu.com/ | 0.0 ms |
Diagnostics
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 |
|---|---|---|
| fe-static.xhscdn.com/formula-static/ranchi/public/css/allStyle.e1b9da3.css | 40.0 KiB | 38.3 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| fe-static.xhscdn.com/formula-static/ranchi/public/js/main.e3c26d7.js | 22.1 s | 16.0 s | 24 ms |
| fe-static.xhscdn.com/as/v2/fp/643f48183a62c46e6c924b3f0456767a.js | 3.6 s | 3.2 s | 34 ms |
| fe-static.xhscdn.com/formula-static/ranchi/public/js/616.3e0efab.chunk.js | 1.5 s | 1.4 s | 2.3 ms |
| Unattributable | 1.2 s | 62 ms | 0.0 ms |
| www.xiaohongshu.com/ | 697 ms | 48 ms | 7.4 ms |
| fe-static.xhscdn.com/formula-static/ranchi/public/js/vendor.8eb661d.js | 514 ms | 185 ms | 286 ms |
| fe-static.xhscdn.com/as/v1/f218/a15/public/04b29480233f4def5c875875b6bdc3b1.js | 396 ms | 326 ms | 37 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 21.3 s |
| Style & Layout | 6.0 s |
| Other | 1.8 s |
| Script Parsing & Compilation | 437 ms |
| Garbage Collection | 282 ms |
| Parse HTML & CSS | 187 ms |
| Rendering | 118 ms |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| fe-static.xhscdn.com/formula-static/ranchi/public/js/vendor.8eb661d.js | 579.2 KiB | 214.0 KiB |
| fe-static.xhscdn.com/formula-static/ranchi/public/js/main.e3c26d7.js | 64.3 KiB | 28.2 KiB |
| /fe-platform/abf6e0874371419fa6fffa7540610e2013588fe6/htm... | 45.2 KiB | 22.9 KiB |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
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.
Contrast
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 |
|---|
你的生活指南 nav#navbar > a.home > div.slogan > p |
打开看看 div.tools > button.reds-button > span.reds-button-box > span.reds-button-text |
These are opportunities to improve the legibility of your content.
Internationalization and localization
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.
Names and labels
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.bottom-btn > div.bottom-btn-logo > div.img-placeholder > img div.bottom-btn > div.bottom-btn-logo > div.img-placeholder > 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.
Best practices
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.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| 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 html |
These items highlight common accessibility best practices.
Best Practices
General
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: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED |
SEO
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.
Crawling and Indexing
Search engines are unable to include your pages in search results if they don't have permission to crawl them. Learn more about crawler directives.
Performance issues directly impact user engagement and conversion rates.
| Blocking Directive Source |
|---|
https://www.xiaohongshu.com/robots.txt |
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 |
|---|
小红书 App
你的生活指南 div.launch-app-container > div.fixed > nav#navbar > a.home |
To appear in search results, crawlers need access to your app.
Content Best Practices
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.bottom-btn > div.bottom-btn-logo > div.img-placeholder > img div.bottom-btn > div.bottom-btn-logo > div.img-placeholder > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.