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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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.
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#accordiongroup-300-1988-panel > div.panel-body > div.img-container > img div#accordiongroup-300-1988-panel > div.panel-body > div.img-container > img | www.sd.gov/sd-capitol-bldg.png | 773.7 KiB | 746.1 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 | 12.0 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.5 KiB | 4.0 s |
| /styles/scss/sp-bootstrap-basic.scss?portal_id=6cd61a81db... | 40.3 KiB | 1.3 s |
| www.sd.gov/app_com.cxs.contextual_search.jsdbx?c=56 | 2.4 KiB | 257 ms |
| www.sd.gov/app_com.modelUtil.jsdbx?c=20 | 3.2 KiB | 257 ms |
| www.sd.gov/app_com.jsdbx?c=21 | 1.2 KiB | 257 ms |
| www.sd.gov/googlereCapcha.jsdbx?c=8 | 1.3 KiB | 257 ms |
| /aae4f7dc23330300c6bf121727bf6584.spcssdbx?c=123&portal=6... | 3.6 KiB | 557 ms |
| /scripts/js_includes_sp_libs_min.jsx?v=03-04-2026_1012&lp... | 106.4 KiB | 2.2 s |
| www.sd.gov/styles/retina_icons/retina_icons.css?v=03-04-2026_1012 | 3.5 KiB | 557 ms |
| www.sd.gov/scripts/thirdparty/dompurify/purify.min.js?sysparm_substitute=false | 8.9 KiB | 857 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/ | 752 ms |
| www.sd.gov/ | 979 ms |
| www.sd.gov/cs | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
South Dakota Official State Homepage
Photo Credit - Travel South Dakota
Photo C… body.chrome > div.flex-row > div#sp-main-wrapper > section.flex-grow | 0.109 |
How can we help you today? div.search-widget > div.vfa20ec02cb31020000f8d856634c9ce9 > form#[object HTMLInputElement] > div.input-group | 0.004 |
Photo Credit - Travel South Dakota div.item > div.photo-credit > div.pl-2x > span.photo-credit-label | 0.000 |
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
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 | 218.7 KiB |
| /scripts/js_includes_sp_libs_min.jsx?v=03-04-2026_1012&lp... | 105.9 KiB | 38.6 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 |
|---|---|---|---|
| /scripts/js_includes_sp_libs_min.jsx?v=03-04-2026_1012&lp... | 1.3 s | 1.0 s | 23 ms |
| www.sd.gov/scripts/dist/sp_min.jsx?v=03-04-2026_1012 | 591 ms | 328 ms | 180 ms |
| Unattributable | 406 ms | 5.8 ms | 0.0 ms |
| www.sd.gov/cs | 261 ms | 8.4 ms | 5.1 ms |
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 151 ms | 82 ms | 69 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.5 s |
| Other | 506 ms |
| Style & Layout | 287 ms |
| Script Parsing & Compilation | 282 ms |
| Parse HTML & CSS | 180 ms |
| Rendering | 32 ms |
| Garbage Collection | 31 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 |
| 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.5 KiB | 242.2 KiB |
| .vcd1ed4a6dbebf010b2fb93d4f39619d7 .input-group-btn > .btn { height: 4.8rem; display: block; } … | 232.9 KiB | 232.6 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=7ccd4d4247900310237fbd51026d43f8 | 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.2 KiB |
| www.sd.gov/sdHomeTravel.png | 531.8 KiB |
| www.sd.gov/scripts/dist/sp_min.jsx?v=03-04-2026_1012 | 432.5 KiB |
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 362.4 KiB |
| www.sd.gov/sdHomeBusiness.png | 211.0 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 | |
|---|---|
div#accordiongroup-300-1988-panel > div.panel-body > div.img-container > img div#accordiongroup-300-1988-panel > div.panel-body > div.img-container > img | www.sd.gov/sd-capitol-bldg.png |
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.
ARIA
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Government
Government
The goal is to create a culture in state government cente… div#x4ce925d81bc505101c4fa97ae54bcb3e > div.persona-tabbed-info > uib-accordion.tabs-small > div.panel-group |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
Online Renewal and Duplicate Request for Driver License and ID Cards div.item-tile > a.item-tile-content > div.overflow-100 > div.item-short-desc |
These are opportunities to improve the legibility of your content.
Best practices
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
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) | |
|---|---|---|---|
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.