Lighthouse Desktop
· 0 checks — Desktop 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.
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.
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 | |
|---|---|---|---|
A diverse group of 14 volunteers of varying ages and backgrounds work together … div.va-container > div.va-spotlight > div.va-spotlight__media > img.va-spotlight__img | www.virginia.gov/media/vagov/images/news/national-volunteer-week-2026.jpg | 562.3 KiB | 473.7 KiB |
Couple with tablet div.va-collection > div.va-block > a.va-block__media > img.va-block__img | www.virginia.gov/media/vagov/images/news/Couple-with-tablet-image.jpg | 221.9 KiB | 215.2 KiB |
Multiracial couple tasting organic produce at a farmers market while talking to… div.va-container > div.va-spotlight > div.va-spotlight__media > img.va-spotlight__img | www.virginia.gov/media/vagov/images/news/farmers-market-2026.jpg | 231.4 KiB | 187.8 KiB |
State Fraud, Waste, and Abuse Hotline Poster on an iPhone div.va-collection > div.va-block > a.va-block__media > img.va-block__img | www.virginia.gov/media/vagov/images/news/osig-abuse-hotline.jpg | 167.9 KiB | 161.9 KiB |
Portrait of Governor Spanberger div.va-block > a.va-block__card > div.va-block__media > img.va-block__img | www.virginia.gov/media/vagov/images/governor_spanberger.jpg | 168.0 KiB | 154.7 KiB |
Portrait of Lieutenant Governor Hashmi div.va-block > a.va-block__card > div.va-block__media > img.va-block__img | www.virginia.gov/media/vagov/images/ltgovernor_hashmi.jpg | 153.3 KiB | 140.1 KiB |
Attorney General Jay Jones div.va-block > a.va-block__card > div.va-block__media > img.va-block__img | www.virginia.gov/media/vagov/images/ag75_portrait.jpg | 134.9 KiB | 121.6 KiB |
Rocking chairs on porch div.va-collection > div.va-block > a.va-block__media > img.va-block__img | www.virginia.gov/media/old-virginiagov/images/services/book-a-cabin.jpg | 83.5 KiB | 75.7 KiB |
Native American Heritage Month Logo - Archive Image div.va-block > div.va-block__card > div.va-block__media > img.va-block__img | /media/vagov/images/seasonal/native-american-heritage-mon... | 74.0 KiB | 62.1 KiB |
211 Virginia Logo div.va-collection > div.va-block > a.va-block__media > img.va-block__img | www.virginia.gov/media/vagov/images/news/211.png | 19.6 KiB | 17.7 KiB |
Services Selection Icon div#va_aagency_bar > div#bbarFeatures > button.bbarServiceResource > img | www.developer.virginia.gov/media/developer/assets/img/globe-icon2.png | 10.4 KiB | 10.4 KiB |
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 |
|---|---|---|
| www.virginia.gov/media/vagov/assets/js/jquery-3.5.1.js | 83.4 KiB | 284 ms |
| www.virginia.gov/media/vagov/assets/css/main.css?v=215.0 | 38.9 KiB | 568 ms |
| /media/vagov/assets/css/seasonal/womenx27s-history-month/... | 857 B | |
| cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css | 19.1 KiB | 263 ms |
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.
| URL | Est Savings |
|---|---|
| cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-brands-400.woff2 | 20 ms |
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.
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 |
|---|---|---|
| www.virginia.gov/media/vagov/assets/js/jquery-3.5.1.js | 82.9 KiB | 41.8 KiB |
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.virginia.gov/media/vagov/assets/css/main.css?v=215.0 | 38.4 KiB | 30.2 KiB |
| cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css | 18.4 KiB | 18.3 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 |
|---|---|---|
| www.developer.virginia.gov/media/developer/resources/branding-bar/brandingbar.js | 196.5 KiB | 165.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-0DWMH7VB6G | 145.8 KiB | 62.9 KiB |
| www.virginia.gov/media/vagov/assets/js/jquery-3.5.1.js | 82.9 KiB | 61.2 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 | |
|---|---|
Couple with tablet div.va-collection > div.va-block > a.va-block__media > img.va-block__img | www.virginia.gov/media/vagov/images/news/Couple-with-tablet-image.jpg |
State Fraud, Waste, and Abuse Hotline Poster on an iPhone div.va-collection > div.va-block > a.va-block__media > img.va-block__img | www.virginia.gov/media/vagov/images/news/osig-abuse-hotline.jpg |
Multiracial couple tasting organic produce at a farmers market while talking to… div.va-container > div.va-spotlight > div.va-spotlight__media > img.va-spotlight__img | www.virginia.gov/media/vagov/images/news/farmers-market-2026.jpg |
A diverse group of 14 volunteers of varying ages and backgrounds work together … div.va-container > div.va-spotlight > div.va-spotlight__media > img.va-spotlight__img | www.virginia.gov/media/vagov/images/news/national-volunteer-week-2026.jpg |
211 Virginia Logo div.va-collection > div.va-block > a.va-block__media > img.va-block__img | www.virginia.gov/media/vagov/images/news/211.png |
Portrait of Governor Spanberger div.va-block > a.va-block__card > div.va-block__media > img.va-block__img | www.virginia.gov/media/vagov/images/governor_spanberger.jpg |
Portrait of Lieutenant Governor Hashmi div.va-block > a.va-block__card > div.va-block__media > img.va-block__img | www.virginia.gov/media/vagov/images/ltgovernor_hashmi.jpg |
Attorney General Jay Jones div.va-block > a.va-block__card > div.va-block__media > img.va-block__img | www.virginia.gov/media/vagov/images/ag75_portrait.jpg |
Rocking chairs on porch div.va-collection > div.va-block > a.va-block__media > img.va-block__img | www.virginia.gov/media/old-virginiagov/images/services/book-a-cabin.jpg |
Native American Heritage Month Logo - Archive Image div.va-block > div.va-block__card > div.va-block__media > img.va-block__img | /media/vagov/images/seasonal/native-american-heritage-mon... |
Services Selection Icon div#va_aagency_bar > div#bbarFeatures > button.bbarServiceResource > img | www.developer.virginia.gov/media/developer/assets/img/globe-icon2.png |
Black History Month Logo - Celebrate div.va-block > div.va-block__card > div.va-block__media > img.va-block__img | www.virginia.gov/media/vagov/images/seasonal/vagov_bhm_celebrate-01.svg |
Women's History Month Logo for 2021 div.va-block > div.va-block__card > div.va-block__media > img.va-block__img | /media/vagov/images/seasonal/womenx27s-history-month/whm_... |
Commonwealth of Virginia branding logo div.va-container > div.va-header__group > a.va-logo > img.va-logo__img | www.virginia.gov/media/vagov/assets/ico/cardinal_logo_v2.svg |
Commonwealth of Virginia branding bar cardinal logo div.va-container > div.va-header__group > a.va-logo > img.va-logo__img | www.virginia.gov/media/vagov/assets/ico/cardinal_logo_v2.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.
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 |
|---|
Services & Resources
State Government
Local Government
Agencies div.va-container > div.va-header__group > nav.va-header__block > ul.va-nav__links |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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.js html.js |
These items highlight common accessibility best practices.
Best Practices
User Experience
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
Rocking chairs on porch div.va-collection > div.va-block > a.va-block__media > img.va-block__img | www.virginia.gov/media/old-virginiagov/images/services/book-a-cabin.jpg | 272 x 176 (1.55) | 593 x 390 (1.52) |
General
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 |
|---|---|
www.virginia.gov/ line 62, col 3412 | TypeError: Cannot read properties of null (reading 'addEventListener')
at https://www.virginia.gov/:63:3413 |
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 |
|---|---|
| www.virginia.gov/nahm/ | Learn More |
| www.virginia.gov/black-history-month/ | Learn More |
| www.virginia.gov/womens-history-month/ | Learn More |
Canonical links suggest which URL to show in search results. Learn more about canonical links.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
Format your HTML in a way that enables crawlers to better understand your app’s content.