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.
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 |
|---|---|---|
| js.monitor.azure.com/scripts/c/ms.jsll-4.min.js | 1800.0 s | 73.6 KiB |
| learn.microsoft.com/en-us/media/event-banners/banner-build-2026.png | 1244.0 s | 62.0 KiB |
| wcpstatic.microsoft.com/mscc/lib/v2/wcp-consent.js | 300.0 s | 52.2 KiB |
| learn.microsoft.com/en-us/media/home-and-directory/icon-azure-cloud.svg | 336.0 s | 37.3 KiB |
| learn.microsoft.com/en-us/media/common/ai-microchip.svg | 682.0 s | 7.1 KiB |
| learn.microsoft.com/akam/13/7e45086d | 21600.0 s | 9.6 KiB |
| learn.microsoft.com/en-us/media/learn/instructor-led-badge.svg | 246.0 s | 5.9 KiB |
| learn.microsoft.com/en-us/training/achievements/generic-badge.svg | 1057.0 s | 5.8 KiB |
| learn.microsoft.com/en-us/media/logos/logo_copilot.svg | 682.0 s | 2.9 KiB |
| learn.microsoft.com/en-us/media/logos/logo_azure.svg | 1407.0 s | 2.8 KiB |
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.
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.
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.
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 |
|---|---|---|
| js.monitor.azure.com/scripts/c/ms.jsll-4.min.js | 73.6 KiB | 1.8 s |
| wcpstatic.microsoft.com/mscc/lib/v2/wcp-consent.js | 52.2 KiB | 1.7 s |
| /static/assets/0.4.03377.7675-f5f342ae/scripts/en-us/inde... | 530.0 KiB | 3.5 s |
| /_themes/docs.theme/master/en-us/_themes/global/deprecati... | 2.5 KiB | 150 ms |
| learn.microsoft.com/static/assets/0.4.03377.7675-f5f342ae/styles/site-ltr.css | 69.2 KiB | 751 ms |
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 |
|---|---|
| learn.microsoft.com/ | 874 ms |
| learn.microsoft.com/en-us/ | 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.
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 |
|---|---|---|
| learn.microsoft.com/static/assets/0.4.03377.7675-f5f342ae/styles/site-ltr.css | 68.2 KiB | 62.6 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 |
|---|---|---|
| /static/assets/0.4.03377.7675-f5f342ae/scripts/en-us/inde... | 529.0 KiB | 362.6 KiB |
| wcpstatic.microsoft.com/mscc/lib/v2/wcp-consent.js | 51.5 KiB | 29.1 KiB |
| js.monitor.azure.com/scripts/c/ms.jsll-4.min.js | 72.6 KiB | 29.0 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 |
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
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | js.monitor.azure.com/scripts/c/ms.jsll-4.min.js line 5, col 58842 |
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
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| aka.ms/MSBuild_FY26_BN_MSLearn_Hero | Learn more |
Format your HTML in a way that enables crawlers to better understand your app’s content.