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 |
|---|---|---|
| assets.adobedtm.com/ba6d3e7c167e/6bf3c6b5f665/launch-55e2612a4c37.min.js | 3600.0 s | 84.1 KiB |
| i.ytimg.com/vi_webp/21FE7_9DsBM/sddefault.webp | 7200.0 s | 17.7 KiB |
| static.doubleclick.net/instream/ad_status.js | 900.0 s | 494 B |
| www.gstatic.com/recaptcha/api2/logo_48.png | 604800.0 s | 2.3 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.
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.
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 | |
|---|---|---|---|
gray article.wp-block-group > div.entry-content > div.organism > img.background-image | www.docker.com/app/uploads/brand/background/gray-1536x793.png | 28.6 KiB | 17.4 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.
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 |
|---|---|
| docker.io/ | 1.0 s |
| www.docker.com/ | 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.
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 |
|---|---|---|
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 361.8 KiB | 177.0 KiB |
| www.docker.com/app/themes/Ponyo/dist/js/index.js?ver=c6fa09706ca007368240 | 235.2 KiB | 124.1 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-WL2QLG5 | 169.0 KiB | 81.3 KiB |
| assets.adobedtm.com/ba6d3e7c167e/6bf3c6b5f665/launch-55e2612a4c37.min.js | 67.9 KiB | 36.0 KiB |
| www.docker.com/wp/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 34.6 KiB | 23.4 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 |
|---|---|---|---|
| www.docker.com/ | 2.5 s | 712 ms | 27 ms |
| Unattributable | 1.6 s | 50 ms | 0.0 ms |
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 544 ms | 367 ms | 97 ms |
| www.docker.com/app/themes/Ponyo/dist/js/index.js?ver=c6fa09706ca007368240 | 537 ms | 382 ms | 77 ms |
| www.googletagmanager.com/gtm.js?id=GTM-WL2QLG5 | 302 ms | 234 ms | 45 ms |
| assets.adobedtm.com/ba6d3e7c167e/6bf3c6b5f665/launch-55e2612a4c37.min.js | 234 ms | 193 ms | 23 ms |
| js-agent.newrelic.com/nr-spa-1.313.1.min.js | 211 ms | 181 ms | 7.7 ms |
| www.docker.com/app/themes/Ponyo/dist/js/ponyo.js?ver=308081ab31238164a132 | 80 ms | 30 ms | 0.3 ms |
| www.youtube.com/s/player/218d9d92/www-widgetapi.vflset/www-widgetapi.js | 65 ms | 56 ms | 4.4 ms |
| www.docker.com/wp/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 50 ms | 38 ms | 9.2 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 | 2.3 s |
| Other | 2.1 s |
| Style & Layout | 1.0 s |
| Script Parsing & Compilation | 316 ms |
| Rendering | 281 ms |
| Parse HTML & CSS | 140 ms |
| Garbage Collection | 72 ms |
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 |
|---|---|---|
| www.docker.com/app/themes/Ponyo/dist/css/screen.css?ver=095f5c1f2a2197d8b78e | 16.9 KiB | 12.4 KiB |
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.
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 | |
|---|---|
header.site-header > div#docker-announcement-bar > div > img header.site-header > div#docker-announcement-bar > div > img | www.docker.com/app/uploads/2024/01/icon-new.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.
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 |
|---|
MCP div.wp-block-ponyo-boone > div.wp-block-ponyo-tatiana > a.wp-block-ponyo-tab > div.tab-text |
Agents div.wp-block-ponyo-boone > div.wp-block-ponyo-tatiana > a.wp-block-ponyo-tab > div.tab-text |
Containers div.wp-block-ponyo-boone > div.wp-block-ponyo-tatiana > a.wp-block-ponyo-tab > div.tab-text |
These are opportunities to improve the legibility of your content.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Apache 2.0 freedom div.wp-block-ponyo-erika > div.container > div.copy-container > h4.wp-block-ponyo-heading |
Five pillars of supply chain security div.wp-block-ponyo-erika > div.container > div.copy-container > h4.wp-block-ponyo-heading |
Build once, run anywhere div.wp-block-ponyo-erika > div.container > div.copy-container > h4.wp-block-ponyo-heading |
These are opportunities to improve keyboard navigation in your application.
Names and labels
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.wp-block-group > header.site-header > div.wp-block-group > a.logo div.wp-block-group > header.site-header > div.wp-block-group > a.logo |
div.wp-block-ponyo-newsletter-social > ul.social-wrap > li > a div.wp-block-ponyo-newsletter-social > ul.social-wrap > li > a |
div.wp-block-ponyo-newsletter-social > ul.social-wrap > li > a div.wp-block-ponyo-newsletter-social > ul.social-wrap > li > a |
div.wp-block-ponyo-newsletter-social > ul.social-wrap > li > a div.wp-block-ponyo-newsletter-social > ul.social-wrap > li > a |
div.wp-block-ponyo-newsletter-social > ul.social-wrap > li > a div.wp-block-ponyo-newsletter-social > ul.social-wrap > li > a |
div.wp-block-ponyo-newsletter-social > ul.social-wrap > li > a div.wp-block-ponyo-newsletter-social > ul.social-wrap > li > a |
div.wp-block-ponyo-newsletter-social > ul.social-wrap > li > a div.wp-block-ponyo-newsletter-social > ul.social-wrap > li > a |
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.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Products
Products Overview
Docker Desktop
Docker Hub
Docker Scout
Docker Build … div.wp-block-ponyo-freddie > div.menu-container > div.wp-block-ponyo-faith > ul |
Features
Command Line Interface
IDE Extensions
Container Runtime
Docker Extensi… div.wp-block-ponyo-freddie > div.menu-container > div.wp-block-ponyo-faith > ul |
Developers
Documentation
Getting Started
Trainings
Extensions SDK
Community
Ope… div.wp-block-ponyo-freddie > div.menu-container > div.wp-block-ponyo-faith > ul |
Pricing
Personal
Pro
Team
Business
Premium Support and TAM
Pricing FAQ
Contact … div.wp-block-ponyo-freddie > div.menu-container > div.wp-block-ponyo-faith > ul |
Company
About Us
What is a Container
Blog
Why Docker
Trust
Customer Success
Par… div.wp-block-ponyo-freddie > div.menu-container > div.wp-block-ponyo-faith > ul |
Languages
English
日本語 div.wp-block-ponyo-freddie > div.menu-container > div.wp-block-ponyo-faith > ul |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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.