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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| hihonorcloud.com/static/fonts/element-icons.535877f5.woff | 300 ms |
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| hihonorcloud.com/static/css/portal.2510211110.css | 860.7 KiB | 4.2 s |
| hihonorcloud.com/static/css/chunk-vendors.2510211110.css | 267.8 KiB | 1.8 s |
| hihonorcloud.com/config.js | 802 B |
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.
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 |
|---|---|---|
| hihonorcloud.com/static/css/portal.2510211110.css | 859.2 KiB | 857.8 KiB |
| hihonorcloud.com/static/css/chunk-vendors.2510211110.css | 267.1 KiB | 263.9 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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| hihonorcloud.com/static/js/chunk-vendors.2510211110.js | 1.9 MiB | 1.4 MiB |
| hihonorcloud.com/static/js/portal.2510211110.js | 1.6 MiB | 751.2 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 |
|---|---|---|---|
| hihonorcloud.com/static/js/portal.2510211110.js | 1.7 s | 1.2 s | 227 ms |
| hihonorcloud.com/static/js/chunk-vendors.2510211110.js | 782 ms | 264 ms | 210 ms |
| Unattributable | 480 ms | 1.8 ms | 0.0 ms |
| hihonorcloud.com/ | 138 ms | 0.5 ms | 0.9 ms |
| hihonorcloud.com/static/css/portal.2510211110.css | 72 ms | 0.0 ms | 0.0 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.5 s |
| Other | 728 ms |
| Script Parsing & Compilation | 439 ms |
| Style & Layout | 349 ms |
| Garbage Collection | 155 ms |
| Parse HTML & CSS | 93 ms |
| Rendering | 12 ms |
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.
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 |
|---|
OK div.el-message-box > div.el-message-box__btns > button.el-button > span |
These are opportunities to improve the legibility of your content.
Names and labels
The title gives screen reader users an overview of the page, and search engine users rely on it heavily to determine if a page is relevant to their search. Learn more about document titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
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.
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.
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 |
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 |
|---|---|
hihonorcloud.com/static/js/chunk-vendors.2510211110.js line 78, col 10076 | Error: timeout of 10000ms exceeded
at e.exports (https://hihonorcloud.com/static/js/chunk-vendors.2510211110.js:79:10077)
at h.ontimeout (https://hihonorcloud.com/static/js/chunk-vendors.2510211110.js:264:2222) |
hihonorcloud.com/static/js/chunk-vendors.2510211110.js line 78, col 10076 | Error: timeout of 10000ms exceeded
at e.exports (https://hihonorcloud.com/static/js/chunk-vendors.2510211110.js:79:10077)
at h.ontimeout (https://hihonorcloud.com/static/js/chunk-vendors.2510211110.js:264:2222) |
hihonorcloud.com/static/js/chunk-vendors.2510211110.js line 78, col 10076 | Error: timeout of 10000ms exceeded
at e.exports (https://hihonorcloud.com/static/js/chunk-vendors.2510211110.js:79:10077)
at h.ontimeout (https://hihonorcloud.com/static/js/chunk-vendors.2510211110.js:264:2222) |
hihonorcloud.com/static/js/chunk-vendors.2510211110.js line 78, col 10076 | Error: timeout of 10000ms exceeded
at e.exports (https://hihonorcloud.com/static/js/chunk-vendors.2510211110.js:79:10077)
at h.ontimeout (https://hihonorcloud.com/static/js/chunk-vendors.2510211110.js:264:2222) |
hihonorcloud.com/static/js/chunk-vendors.2510211110.js line 78, col 10076 | Error: timeout of 10000ms exceeded
at e.exports (https://hihonorcloud.com/static/js/chunk-vendors.2510211110.js:79:10077)
at h.ontimeout (https://hihonorcloud.com/static/js/chunk-vendors.2510211110.js:264:2222) |
hihonorcloud.com/static/js/chunk-vendors.2510211110.js line 78, col 10076 | Error: timeout of 10000ms exceeded
at e.exports (https://hihonorcloud.com/static/js/chunk-vendors.2510211110.js:79:10077)
at h.ontimeout (https://hihonorcloud.com/static/js/chunk-vendors.2510211110.js:264:2222) |
hihonorcloud.com/static/js/chunk-vendors.2510211110.js line 78, col 10076 | Error: timeout of 10000ms exceeded
at e.exports (https://hihonorcloud.com/static/js/chunk-vendors.2510211110.js:79:10077)
at h.ontimeout (https://hihonorcloud.com/static/js/chunk-vendors.2510211110.js:264:2222) |
hihonorcloud.com/static/js/chunk-vendors.2510211110.js line 78, col 10076 | Error: timeout of 10000ms exceeded
at e.exports (https://hihonorcloud.com/static/js/chunk-vendors.2510211110.js:79:10077)
at h.ontimeout (https://hihonorcloud.com/static/js/chunk-vendors.2510211110.js:264:2222) |
hihonorcloud.com/static/js/chunk-vendors.2510211110.js line 78, col 10076 | Error: timeout of 10000ms exceeded
at e.exports (https://hihonorcloud.com/static/js/chunk-vendors.2510211110.js:79:10077)
at h.ontimeout (https://hihonorcloud.com/static/js/chunk-vendors.2510211110.js:264:2222) |
hihonorcloud.com/static/js/chunk-vendors.2510211110.js line 78, col 10076 | Error: timeout of 10000ms exceeded
at e.exports (https://hihonorcloud.com/static/js/chunk-vendors.2510211110.js:79:10077)
at h.ontimeout (https://hihonorcloud.com/static/js/chunk-vendors.2510211110.js:264:2222) |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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://hihonorcloud.com/robots.txt |
To appear in search results, crawlers need access to your app.
Content Best Practices
The title gives screen reader users an overview of the page, and search engine users rely on it heavily to determine if a page is relevant to their search. Learn more about document titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
Format your HTML in a way that enables crawlers to better understand your app’s content.