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.
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 |
|---|---|---|
| transport.bluei.io/registerSW.js | 0 B | 491 ms |
| transport.bluei.io/assets/index-DwqDVZLL.css | 0 B | 191 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 |
|---|---|---|
| transport.bluei.io/fonts/MuseoSans-500.otf | 14400.0 s | 30.4 KiB |
| transport.bluei.io/fonts/MuseoSans-700.otf | 14400.0 s | 28.8 KiB |
| /cdn-cgi/challenge-platform/h/g/scripts/jsd/fe6331af5207/... | 14400.0 s | 10.6 KiB |
| transport.bluei.io/assets/index-QF_35YD0.js | 14400.0 s | 0 B |
| transport.bluei.io/assets/index-DwqDVZLL.css | 14400.0 s | 0 B |
| transport.bluei.io/fonts/MuseoSans-500.otf | 14400.0 s | 0 B |
| transport.bluei.io/logo-white.png | 14400.0 s | 0 B |
| transport.bluei.io/cdn-cgi/challenge-platform/scripts/jsd/main.js | 14400.0 s | 0 B |
| transport.bluei.io/registerSW.js | 14400.0 s | 0 B |
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 |
|---|---|
| transport.bluei.io/ | 3.0 s |
| transport.bluei.io/login | 0.0 ms |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Diagnostics
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 |
|---|---|---|
| transport.bluei.io/assets/index-QF_35YD0.js | 381.7 KiB | 305.9 KiB |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Blue i Group div.min-h-screen > div.w-full > div.mb-8 > img.h-10 | transport.bluei.io/logo-white.png |
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.
Best practices
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
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 |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge | |
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Failed to load resource: the server responded with a status of 401 () | |
Failed to load resource: the server responded with a status of 401 () | |
Failed to load resource: the server responded with a status of 401 () | |
Failed to load resource: the server responded with a status of 401 () |
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.
Content Best Practices
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Format your HTML in a way that enables crawlers to better understand your app’s content.
Crawling and Indexing
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 |
|---|---|---|
| 1 | <!DOCTYPE html> | Syntax not understood |
| 2 | <html lang="en"> | Syntax not understood |
| 3 | <head> | Syntax not understood |
| 4 | <meta charset="UTF-8" /> | Syntax not understood |
| 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" /> | Syntax not understood |
| 6 | <meta name="theme-color" content="#03588A" /> | Syntax not understood |
| 7 | <meta name="mobile-web-app-capable" content="yes" /> | Syntax not understood |
| 8 | <meta name="apple-mobile-web-app-capable" content="yes" /> | Syntax not understood |
| 9 | <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> | Syntax not understood |
| 10 | <meta name="apple-mobile-web-app-title" content="Blue i Group" /> | Syntax not understood |
| 11 | <link rel="icon" type="image/png" href="/favicon.png" /> | Syntax not understood |
| 12 | <link rel="apple-touch-icon" href="/favicon.png" /> | Syntax not understood |
| 13 | <title>Blue i Group</title> | Syntax not understood |
| 14 | <script type="module" crossorigin src="/assets/index-QF_35YD0.js"></script> | Syntax not understood |
| 15 | <link rel="stylesheet" crossorigin href="/assets/index-DwqDVZLL.css"> | Syntax not understood |
| 16 | <link rel="manifest" href="/manifest.webmanifest"><script id="vite-plugin-pwa:register-sw" src="/registerSW.js"></script></head> | Unknown directive |
| 17 | <body> | Syntax not understood |
| 18 | <div id="root"></div> | Syntax not understood |
| 19 | </body> | Syntax not understood |
| 20 | </html> | Syntax not understood |
To appear in search results, crawlers need access to your app.