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 |
|---|---|---|
| /marketingtech/d4d114c60e50/a0e989131fd5/launch-5dd5dd217... | 0.0 ms | 164.1 KiB |
| business.adobe.com/akam/13/2668dd73 | 21600.0 s | 9.4 KiB |
| business.adobe.com/marketingtech/main.standard.min.js | 0.0 ms | 2.3 KiB |
| /marketingtech/d4d114c60e50/a0e989131fd5/6a0ce35364bd/RC0... | 0.0 ms | 1.6 KiB |
| /p.css?s=1&k=hah7vzn&ht=tk&f=7180.7181.7182.7183.7185.224... | 604800.0 s | 172 B |
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.
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.
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.media-row > div.image > picture > img div.media-row > div.image > picture > img | /products/media_145be10bb21f71f7fbff3679aa5520f6cdbb29ce2... | 36.1 KiB | 12.9 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 |
|---|---|
| magento.com/ | 1.1 s |
| business.adobe.com/products/magento/magento-commerce.html | 789 ms |
| business.adobe.com/products/commerce.html | 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
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| business.adobe.com/libs/utils/utils.js | 25.5 KiB | 5.1 KiB |
| business.adobe.com/libs/blocks/global-navigation/global-navigation.js | 17.4 KiB | 4.3 KiB |
| business.adobe.com/libs/blocks/merch/merch.js | 15.7 KiB | 3.9 KiB |
| business.adobe.com/libs/blocks/caas/utils.js | 11.7 KiB | 3.1 KiB |
| business.adobe.com/libs/features/personalization/personalization.js | 15.5 KiB | 3.1 KiB |
| business.adobe.com/libs/blocks/global-navigation/utilities/utilities.js | 12.2 KiB | 2.7 KiB |
| business.adobe.com/libs/martech/helpers.js | 11.2 KiB | 2.0 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 |
|---|---|---|
| /marketingtech/d4d114c60e50/a0e989131fd5/launch-5dd5dd217... | 163.7 KiB | 93.5 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 |
|---|---|---|---|
| business.adobe.com/products/commerce.html | 1.5 s | 19 ms | 5.4 ms |
| Unattributable | 894 ms | 265 ms | 0.0 ms |
| business.adobe.com/libs/blocks/global-navigation/utilities/utilities.js | 456 ms | 364 ms | 0.4 ms |
| business.adobe.com/libs/utils/decorate.js | 404 ms | 138 ms | 2.7 ms |
| /marketingtech/d4d114c60e50/a0e989131fd5/launch-5dd5dd217... | 357 ms | 284 ms | 67 ms |
| business.adobe.com/libs/utils/utils.js | 260 ms | 163 ms | 11 ms |
| business.adobe.com/akam/13/2668dd73 | 167 ms | 151 ms | 5.2 ms |
| business.adobe.com/libs/martech/martech.js | 102 ms | 95 ms | 0.2 ms |
| business.adobe.com/libs/blocks/card-horizontal/card-horizontal.js | 89 ms | 15 ms | 0.2 ms |
| business.adobe.com/libs/blocks/fragment/fragment.js | 73 ms | 66 ms | 0.2 ms |
| business.adobe.com/libs/deps/imslib.min.js | 58 ms | 27 ms | 8.7 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.6 s |
| Style & Layout | 1.4 s |
| Other | 1.2 s |
| Parse HTML & CSS | 156 ms |
| Rendering | 127 ms |
| Script Parsing & Compilation | 122 ms |
| Garbage Collection | 36 ms |
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 |
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 | |
|---|---|
Adobe for business div.feds-brand-container > a.feds-brand > span.feds-brand-image > img | business.adobe.com/assets/icons/gnav/adobe-for-business-web-lockup-rev2.svg |
Adobe for business div.top-bar > a.feds-brand > span.feds-brand-image > img | business.adobe.com/assets/icons/gnav/adobe-for-business-web-lockup-rev2.svg |
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
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
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.
To appear in search results, crawlers need access to your app.