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.
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.
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 | |
|---|---|---|---|
div.tabs-large > div.tab-content > div.tab-pane > div.img-container div.tabs-large > div.tab-content > div.tab-pane > div.img-container | www.sd.gov/sd-capitol-bldg.png | 773.7 KiB | 695.4 KiB |
div#myCarousel > div.carousel-inner > div.item > div.img div#myCarousel > div.carousel-inner > div.item > div.img | www.sd.gov/sdHomeLake.png | 739.4 KiB | 388.9 KiB |
div.fullscreen > div.search-container-wrapper > div.search-widget-wrapper > img.logo div.fullscreen > div.search-container-wrapper > div.search-widget-wrapper > img.logo | www.sd.gov/sdNameWhite.png | 23.5 KiB | 17.9 KiB |
Open chat window div#sp-main-wrapper > div.sp-ac-root > div.sp-ac-btn-wrapper > button.sp-ac-btn | www.sd.gov/pheasant_icon.png | 10.5 KiB | 8.8 KiB |
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 |
|---|---|---|
| www.sd.gov/scripts/dist/sp_min.jsx?v=03-04-2026_1012 | 432.6 KiB | 868 ms |
| /styles/scss/sp-bootstrap-basic.scss?portal_id=6cd61a81db... | 40.3 KiB | 348 ms |
| /scripts/js_includes_sp_libs_min.jsx?v=03-04-2026_1012&lp... | 106.4 KiB | 588 ms |
| www.sd.gov/app_com.cxs.contextual_search.jsdbx?c=56 | 2.4 KiB | 148 ms |
| www.sd.gov/app_com.modelUtil.jsdbx?c=20 | 3.2 KiB | 148 ms |
| www.sd.gov/app_com.jsdbx?c=21 | 1.2 KiB | 148 ms |
| www.sd.gov/googlereCapcha.jsdbx?c=8 | 1.3 KiB | 148 ms |
| /aae4f7dc23330300c6bf121727bf6584.spcssdbx?c=123&portal=6... | 3.6 KiB | 228 ms |
| www.sd.gov/styles/retina_icons/retina_icons.css?v=03-04-2026_1012 | 3.5 KiB | 228 ms |
| www.sd.gov/scripts/thirdparty/dompurify/purify.min.js?sysparm_substitute=false | 8.9 KiB | 268 ms |
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.
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 |
|---|---|
| sd.gov/ | 201 ms |
| www.sd.gov/ | 449 ms |
| www.sd.gov/cs | 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.
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 | 241.4 KiB |
| www.sd.gov/scripts/dist/sp_min.jsx?v=03-04-2026_1012 | 431.7 KiB | 219.0 KiB |
| /scripts/js_includes_sp_libs_min.jsx?v=03-04-2026_1012&lp... | 105.9 KiB | 38.3 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 |
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
| Back/forward cache is disabled because WebSocket has been used. | Not actionable |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /styles/scss/sp-bootstrap-basic.scss?portal_id=6cd61a81db... | 40.3 KiB | 5.7 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 |
|---|---|---|
| .vcd1ed4a6dbebf010b2fb93d4f39619d7 .input-group-btn > .btn { height: 4.8rem; display: block; } … | 242.4 KiB | 242.1 KiB |
| .vcd1ed4a6dbebf010b2fb93d4f39619d7 .input-group-btn > .btn { height: 4.8rem; display: block; } … | 232.9 KiB | 232.5 KiB |
| /styles/scss/sp-bootstrap-basic.scss?portal_id=6cd61a81db... | 39.7 KiB | 34.8 KiB |
| www.sd.gov/styles/css_includes_$sp.css?v=62cd89ca47500310701588ff336d4359 | 10.3 KiB | 10.0 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.
| URL | Transfer Size |
|---|---|
| www.sd.gov/sd-capitol-bldg.png | 774.9 KiB |
| www.sd.gov/sdHomeLake.png | 738.5 KiB |
| www.sd.gov/cs | 604.1 KiB |
| www.sd.gov/sdHomeTravel.png | 531.8 KiB |
| www.sd.gov/scripts/dist/sp_min.jsx?v=03-04-2026_1012 | 432.6 KiB |
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 362.4 KiB |
| www.sd.gov/sdHomeBusiness.png | 210.9 KiB |
| www.sd.gov/news.jpg | 120.3 KiB |
| /scripts/js_includes_sp_libs_min.jsx?v=03-04-2026_1012&lp... | 106.4 KiB |
| /scripts/icon-fonts/font-awesome/fonts/fontawesome-webfon... | 76.0 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 | |
|---|---|
Login using mySD ul.nav > li > a.sd-login-link > img | www.sd.gov/mySDLogin.svg |
Portal Logo div.main-navbar-content > div.navbar-header > a.navbar-brand > img | www.sd.gov/6f8099c91b4149101c4fa97ae54bcbf5.iix |
div.fullscreen > div.search-container-wrapper > div.search-widget-wrapper > img.logo div.fullscreen > div.search-container-wrapper > div.search-widget-wrapper > img.logo | www.sd.gov/sdNameWhite.png |
div.footer-content > div.col-md-12 > div.footer-logo > img div.footer-content > div.col-md-12 > div.footer-logo > img | www.sd.gov/2c2e84dc1bf4cd501c4fa97ae54bcbb5.iix |
div.vd99466cc1b3c8d501c4fa97ae54bcbfb > div.cs-footer > div.footer-topper > img div.vd99466cc1b3c8d501c4fa97ae54bcbfb > div.cs-footer > div.footer-topper > img | www.sd.gov/badlands-bg.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
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) | |
|---|---|---|---|
div.footer-content > div.col-md-12 > div.footer-logo > img div.footer-content > div.col-md-12 > div.footer-logo > img | www.sd.gov/2c2e84dc1bf4cd501c4fa97ae54bcbb5.iix | 100 x 60 (1.67) | 216 x 150 (1.44) |
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. | www.sd.gov/scripts/dist/sp_min.jsx?v=03-04-2026_1012 line 14, col 26865 |
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
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Format your HTML in a way that enables crawlers to better understand your app’s content.
Crawling and Indexing
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Skip to page content div.flex-row > div#sp-main-wrapper > header.ng-scope > a.skip-link |
Skip to chat div.flex-row > div#sp-main-wrapper > header.ng-scope > a.skip-link |
div#mobile-user-menu > ul.nav > li > a.sd-login-link |
To appear in search results, crawlers need access to your app.