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.
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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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 |
|---|---|---|
| prod-va-gov-assets.s3-us-gov-west-1.amazonaws.com/generated/style.css | 91.7 KiB | 1.5 s |
| prod-va-gov-assets.s3-us-gov-west-1.amazonaws.com/generated/static-pages.css | 2.9 KiB | 854 ms |
| prod-va-gov-assets.s3-us-gov-west-1.amazonaws.com/generated/web-components.css | 3.6 KiB | 854 ms |
| s3-us-gov-west-1.amazonaws.com/content.www.va.gov/assets/content-build.css | 6.3 KiB | 864 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 |
|---|---|---|
| resource.digital.voice.va.gov/wdcvoice/2/onsite/generic1773344517037.js | 0.0 ms | 371.6 KiB |
| dap.digitalgov.gov/Universal-Federated-Analytics-Min.js?agency=VA | 0.0 ms | 9.5 KiB |
| siteimproveanalytics.com/js/siteanalyze_6319010.js | 86400.0 s | 14.1 KiB |
| dap.digitalgov.gov/web-vitals/dist/web-vitals.attribution.iife.js | 0.0 ms | 4.5 KiB |
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 | |
|---|---|---|---|
VA logo and Seal, U.S. Department of Veterans Affairs div.footer-inner > div.usa-grid > a > img.vads-u-height--auto | www.va.gov/img/homepage/va-logo-white.png | 14.2 KiB | 9.3 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 |
|---|---|
| va.gov/ | 1.1 s |
| www.va.gov/ | 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 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 |
|---|---|---|
| prod-va-gov-assets.s3-us-gov-west-1.amazonaws.com/generated/style.css | 91.3 KiB | 88.1 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 |
|---|---|---|
| /generated/static-pages.entry.js | 535.0 KiB | 236.4 KiB |
| resource.digital.voice.va.gov/wdcvoice/2/onsite/generic1773344517037.js | 371.2 KiB | 216.2 KiB |
| www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L&cx=c>m=4e6562 | 146.9 KiB | 106.2 KiB |
| prod-va-gov-assets.s3-us-gov-west-1.amazonaws.com/generated/vendor.entry.js | 197.4 KiB | 82.4 KiB |
| www.googletagmanager.com/gtag/js?id=G-YPB3FD0PQ9&cx=c>m=4e6562 | 143.8 KiB | 62.7 KiB |
| www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L | 146.9 KiB | 61.8 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-WFJWBD | 148.2 KiB | 48.5 KiB |
| /generated/web-components.entry.js | 69.2 KiB | 28.3 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 |
|---|---|---|---|
| /generated/static-pages.entry.js | 1.3 s | 958 ms | 251 ms |
| Unattributable | 577 ms | 42 ms | 0.0 ms |
| prod-va-gov-assets.s3-us-gov-west-1.amazonaws.com/generated/vendor.entry.js | 462 ms | 341 ms | 119 ms |
| www.googletagmanager.com/gtm.js?id=GTM-WFJWBD | 406 ms | 349 ms | 54 ms |
| www.googletagmanager.com/gtag/js?id=G-YPB3FD0PQ9&cx=c>m=4e6562 | 360 ms | 316 ms | 42 ms |
| www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L | 348 ms | 268 ms | 40 ms |
| /generated/web-components.entry.js | 342 ms | 255 ms | 59 ms |
| www.va.gov/ | 239 ms | 16 ms | 13 ms |
| resource.digital.voice.va.gov/wdcvoice/2/onsite/generic1773344517037.js | 112 ms | 72 ms | 40 ms |
| siteimproveanalytics.com/js/siteanalyze_6319010.js | 69 ms | 64 ms | 4.6 ms |
| www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L&cx=c>m=4e6562 | 68 ms | 27 ms | 41 ms |
| dap.digitalgov.gov/web-vitals/dist/web-vitals.attribution.iife.js | 67 ms | 64 ms | 1.3 ms |
| prod-va-gov-assets.s3-us-gov-west-1.amazonaws.com/generated/style.css | 62 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 | 2.9 s |
| Script Parsing & Compilation | 690 ms |
| Other | 584 ms |
| Style & Layout | 174 ms |
| Garbage Collection | 88 ms |
| Parse HTML & CSS | 57 ms |
| Rendering | 54 ms |
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 | |
|---|---|
U.S. flag div.vads-u-display--flex > div.vads-u-display--flex > div.vads-u-background-color--gray-lightest > img.header-us-flag | www.va.gov/img/tiny-usa-flag.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
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.