Skip to content
https://ms.gov

Lighthouse Desktop

· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.
SCORE
0
GRADE
FIX
0
REVIEW
0
PASS
0
INFO
0

Detailed Report

Audit breakdown by category with detailed findings.

60

Performance

Insights

Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.

Why this matters

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

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

headings: [map[key:source label:Top function call valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:24.363 source:map[column:22 line:19 type:source-location url:https://www.ms.gov/core/misc/drupal.init.js?v=10.6.2 urlProvider:network]]]
headings: [map[key:source label:Source valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:96.713 source:map[type:text value:[unattributed]]] map[reflowTime:12.73 source:map[column:49615 line:1 type:source-location url:https://www.ms.gov/core/assets/vendor/jquery/jquery.min.js?v=3.7.1 urlProvider:network]] map[reflowTime:7.763 source:map[column:50335 line:1 type:source-location url:https://www.ms.gov/core/assets/vendor/jquery/jquery.min.js?v=3.7.1 urlProvider:network]] map[reflowTime:0.287 source:map[column:50393 line:1 type:source-location url:https://www.ms.gov/core/assets/vendor/jquery/jquery.min.js?v=3.7.1 urlProvider:network]] map[reflowTime:0.286 source:map[column:50457 line:1 type:source-location url:https://www.ms.gov/core/assets/vendor/jquery/jquery.min.js?v=3.7.1 urlProvider:network]] map[reflowTime:2.877 source:map[column:49637 line:1 type:source-location url:https://www.ms.gov/core/assets/vendor/jquery/jquery.min.js?v=3.7.1 urlProvider:network]] map[reflowTime:0.42 source:map[column:51395 line:1 type:source-location url:https://www.ms.gov/core/assets/vendor/jquery/jquery.min.js?v=3.7.1 urlProvider:network]] map[reflowTime:11.137 source:map[column:141 line:0 type:source-location url:https://www.ms.gov/themes/msgov/node_modules/scroll-entrance/dist/scroll-entrance.js?tdsvky urlProvider:network]]]

Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLResource SizeEst Savings
Welcome to the State of Mississippi Citizen Portal YOUR MISSISSIPPI STARTS HERE… body.front-page-body > div.dialog-off-canvas-main-canvas > section#hero
www.ms.gov/themes/msgov/images/main-MS-bg.png762.9 KiB510.6 KiB
div#slick-slide02 > div.official-slide-card > div.official-image > img div#slick-slide02 > div.official-slide-card > div.official-image > img
www.ms.gov/sites/default/files/2022-05/MS-Secretary-of-State-Michael-Watson.jpg464.3 KiB450.0 KiB
div.slick__slide > div.official-slide-card > div.official-image > img div.slick__slide > div.official-slide-card > div.official-image > img
/sites/default/files/2022-05/MS-Commissioner-of-Insurance...338.5 KiB324.2 KiB
div#slick-slide01 > div.official-slide-card > div.official-image > img div#slick-slide01 > div.official-slide-card > div.official-image > img
/sites/default/files/2022-05/MS_Lieutenant-Governor-Delbe...336.1 KiB320.2 KiB
div#slick-slide03 > div.official-slide-card > div.official-image > img div#slick-slide03 > div.official-slide-card > div.official-image > img
www.ms.gov/sites/default/files/2022-05/MS_Attorney-General-Lynn-Fitch.jpg322.4 KiB306.5 KiB
div#slick-slide04 > div.official-slide-card > div.official-image > img div#slick-slide04 > div.official-slide-card > div.official-image > img
www.ms.gov/sites/default/files/2022-05/MS-State-Auditor-Shad-White.jpg241.1 KiB226.8 KiB
div#slick-slide00 > div.official-slide-card > div.official-image > img div#slick-slide00 > div.official-slide-card > div.official-image > img
/sites/default/files/Elected Officials/headshot-governor-...98.2 KiB81.2 KiB
div.columns > div.column > a > img.footer-logo div.columns > div.column > a > img.footer-logo
www.ms.gov/themes/msgov/images/footer-logo.png23.4 KiB21.7 KiB

Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading

Why this matters

Performance issues directly impact user engagement and conversion rates.

lhId: page-0-SECTION
nodeLabel: Welcome to the State of Mississippi Citizen Portal YOUR MISSISSIPPI STARTS HERE…
path: 1,HTML,1,BODY,7,DIV,2,SECTION
selector: body.front-page-body > div.dialog-off-canvas-main-canvas > section#hero
snippet: <section id="hero" class="main-hero is-success is-halfheight" style="background: url(/themes/msgov/images/main-MS-bg.png);">

HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLProtocol
www.ms.gov/http/1.1

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

description: [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints help the browser establish a connection earlier in the page load, saving time when the first request for that origin is made. The following are the origins that the page preconnected to.
title: Preconnected origins
value: no origins were preconnected
description: Add [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints to your most important origins, but try to use no more than 4.
title: Preconnect candidates

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLTransfer SizeDuration
www.ms.gov/core/assets/vendor/jquery/jquery.min.js?v=3.7.129.7 KiB241 ms
cdn.weglot.com/weglot.min.js71.4 KiB675 ms
www.ms.gov/themes/msgov/css/style.css?tdsvky75.5 KiB324 ms
www.ms.gov/core/assets/vendor/jquery.ui/themes/base/core.css?tdsvky776 B199 ms
/themes/msgov/node_modules/scroll-entrance/dist/scroll-en...644 B116 ms
kit.fontawesome.com/99ef9f2a43.js0 B215 ms
/themes/msgov/node_modules/@creativebulma/bulma-collapsib...3.9 KiB116 ms
/themes/msgov/node_modules/bulma-quickview/dist/js/bulma-...1.8 KiB116 ms
/themes/msgov/node_modules/bulma-quickview/dist/css/bulma...911 B116 ms
/themes/msgov/node_modules/waypoints/lib/noframework.wayp...3.1 KiB116 ms
www.ms.gov/themes/msgov/js/main.js?tdsvky1.0 KiB116 ms
/themes/contrib/stable/css/system/components/system-statu...335 B116 ms
www.ms.gov/libraries/slick/slick/slick-theme.css?tdsvky1.1 KiB116 ms
www.ms.gov/modules/contrib/simple_popup_views/css/simple_popup_views.css?tdsvky380 B116 ms
www.ms.gov/themes/contrib/stable/css/views/views.module.css?tdsvky246 B116 ms
www.ms.gov/modules/contrib/slick/css/theme/slick.theme.css?tdsvky2.0 KiB116 ms
www.ms.gov/themes/msgov/css/reset.css?tdsvky596 B116 ms
/themes/contrib/stable/css/system/components/container-in...178 B116 ms
/themes/contrib/stable/css/system/components/reset-appear...224 B116 ms
www.ms.gov/core/assets/vendor/jquery.ui/themes/base/theme.css?tdsvky3.7 KiB116 ms
www.ms.gov/modules/contrib/gutenberg/css/block-library.css?tdsvky199 B116 ms
/modules/contrib/gutenberg/vendor/gutenberg/block-library...14.6 KiB199 ms
/themes/msgov/node_modules/bulma-timeline/dist/css/bulma-...1.9 KiB116 ms
www.ms.gov/modules/contrib/slick/css/theme/slick.theme--default.css?tdsvky155 B116 ms
/themes/contrib/stable/css/system/components/tablesort.mo...238 B116 ms
www.ms.gov/modules/contrib/blazy/css/components/blazy.loading.css?tdsvky617 B116 ms
www.ms.gov/modules/contrib/extlink/extlink.css?tdsvky330 B116 ms
/modules/contrib/gutenberg/vendor/gutenberg/block-library...794 B116 ms
/themes/contrib/stable/css/system/components/position-con...118 B116 ms
www.ms.gov/modules/contrib/blazy/css/blazy.css?tdsvky1.8 KiB116 ms
/themes/contrib/stable/css/system/components/system-statu...200 B116 ms
www.ms.gov/themes/contrib/stable/css/system/components/hidden.module.css?tdsvky712 B116 ms
www.ms.gov/themes/contrib/stable/css/system/components/resize.module.css?tdsvky182 B116 ms
www.ms.gov/themes/contrib/stable/css/system/components/nowrap.module.css?tdsvky128 B116 ms
/themes/contrib/stable/css/system/components/system-statu...335 B116 ms
/themes/contrib/stable/css/system/components/fieldgroup.m...119 B116 ms
/themes/contrib/stable/css/system/components/item-list.mo...181 B116 ms
www.ms.gov/themes/contrib/stable/css/system/components/details.module.css?tdsvky133 B116 ms
www.ms.gov/themes/contrib/stable/css/system/components/align.module.css?tdsvky263 B116 ms
www.ms.gov/themes/contrib/stable/css/system/components/js.module.css?tdsvky258 B116 ms
/themes/contrib/stable/css/system/components/clearfix.mod...248 B116 ms
fonts.googleapis.com/css2?family=Inter:wght@300;500;700&display=swap1.2 KiB217 ms
/themes/contrib/stable/css/core/components/autocomplete-l...279 B116 ms
/themes/contrib/stable/css/core/components/ajax-progress....533 B116 ms
www.ms.gov/themes/contrib/stable/css/core/components/progress.module.css?tdsvky404 B199 ms
www.ms.gov/core/assets/vendor/jquery.ui/themes/base/autocomplete.css?tdsvky259 B199 ms
www.ms.gov/core/assets/vendor/jquery.ui/themes/base/menu.css?tdsvky517 B199 ms
p.typekit.net/p.css?s=1&k=owu2mrp&ht=tk&f=7853.7855&a=84012001&app=typekit&e=css173 B205 ms
www.ms.gov/modules/contrib/slick/css/layout/slick.module.css?tdsvky967 B199 ms
www.ms.gov/libraries/slick/slick/slick.css?tdsvky650 B116 ms
www.ms.gov/themes/msgov/css/owu2mrp.css701 B116 ms

A long cache lifetime can speed up repeat visits to your page. Learn more about caching.

Why this matters

Performance issues directly impact user engagement and conversion rates.

RequestCache TTLTransfer Size
www.ms.gov/sites/default/files/2022-05/MS-Secretary-of-State-Michael-Watson.jpg263073.0 s464.3 KiB
/sites/default/files/2022-05/MS-Commissioner-of-Insurance...267727.0 s338.5 KiB
/sites/default/files/2022-05/MS-Commissioner-of-Agricultu...318340.0 s361.9 KiB
cdn.weglot.com/weglot.min.js1800.0 s71.4 KiB
www.ms.gov/sites/default/files/2022-05/MS_Attorney-General-Lynn-Fitch.jpg296049.0 s322.4 KiB
www.ms.gov/sites/default/files/2022-05/MS-State-Auditor-Shad-White.jpg269083.0 s241.1 KiB
/sites/default/files/2022-05/MS_Lieutenant-Governor-Delbe...2555031.0 s336.1 KiB
www.ms.gov/sites/default/files/backgrounds/img-home-featured-msflag.jpg1444423.0 s292.7 KiB
www.ms.gov/sites/default/files/2022-05/MS-State-Treasurer-David-McRae.jpg1210985.0 s156.5 KiB
cdn.jsdelivr.net/npm/apexcharts604800.0 s135.6 KiB
/sites/default/files/Elected Officials/headshot-governor-...519448.0 s98.2 KiB
www.ms.gov/core/misc/ajax.js?v=10.6.2358533.0 s16.5 KiB
www.ms.gov/core/misc/position.js?v=10.6.2156501.0 s5.5 KiB
www.ms.gov/sites/default/files/Images/Homepage/newMSGov-icon-state.svg269083.0 s8.6 KiB
www.ms.gov/core/misc/drupal.js?v=10.6.2375449.0 s6.1 KiB
www.ms.gov/sites/default/files/system-images/icon-missi-navy.png394015.0 s4.6 KiB
www.ms.gov/core/misc/autocomplete.js?v=10.6.2371535.0 s2.3 KiB
www.ms.gov/core/misc/message.js?v=10.6.2436846.0 s2.4 KiB
www.ms.gov/sites/default/files/Images/Homepage/newMSGov-icon-motor.svg305286.0 s1.7 KiB
www.ms.gov/sites/default/files/Images/Homepage/icon-msgov-mapmarker-02.svg318348.0 s1.8 KiB
www.ms.gov/core/misc/announce.js?v=10.6.2334365.0 s1.7 KiB
www.ms.gov/sites/default/files/Images/Homepage/newMSGov-icon-taxes.svg330518.0 s1.7 KiB
www.ms.gov/sites/default/files/Images/Homepage/newMSGov-icon-house.svg327208.0 s1.4 KiB
www.ms.gov/sites/default/files/Images/Homepage/icon-msgov-tree.svg653217.0 s2.4 KiB
www.ms.gov/core/misc/progress.js?v=10.6.2487951.0 s1.7 KiB
www.ms.gov/sites/default/files/Images/Homepage/newMSGov-icon-Business.svg318348.0 s1.1 KiB
www.ms.gov/sites/default/files/Images/Homepage/newMSGov-icon-education.svg290416.0 s1.0 KiB
www.ms.gov/sites/default/files/Images/Homepage/newMSGov-icon-hunting.svg298477.0 s1.0 KiB
www.ms.gov/sites/default/files/Images/Homepage/icon-msgov-license-02.svg457683.0 s1.2 KiB
www.ms.gov/sites/default/files/Images/Homepage/newMSGov-icon-vote.svg765099.0 s1.2 KiB
www.ms.gov/sites/default/files/Images/Homepage/newMSGov-icon-mobile.svg603586.0 s1.2 KiB
www.ms.gov/core/misc/debounce.js?v=10.6.2436846.0 s697 B
www.ms.gov/core/misc/drupalSettingsLoader.js?v=10.6.2604800.0 s728 B
www.ms.gov/core/misc/jquery.tabbable.shim.js?v=10.6.2604800.0 s544 B
www.ms.gov/core/misc/drupal.init.js?v=10.6.2604800.0 s534 B
p.typekit.net/p.css?s=1&k=owu2mrp&ht=tk&f=7853.7855&a=84012001&app=typekit&e=css604800.0 s173 B

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 322 ms
URLTime Spent
ms.gov/322 ms
www.ms.gov/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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

TTI

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.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 40 ms 21.5 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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 70 ms 139.8 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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 80 ms 1.7 MiB

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLTotal CPU TimeScript EvaluationScript Parse
ms.chatbot.socrata.com/embed/embed.js1.1 s825 ms153 ms
www.ms.gov/352 ms9.1 ms1.3 ms
Unattributable344 ms8.0 ms0.0 ms
acsbapp.com/apps/app/dist/js/app.js136 ms93 ms27 ms
cdn.weglot.com/weglot.min.js127 ms106 ms6.3 ms
www.googletagmanager.com/gtag/js?id=G-0Y844SEFE084 ms64 ms14 ms
www.ms.gov/core/misc/drupal.init.js?v=10.6.262 ms36 ms0.1 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

Why this matters

Performance issues directly impact user engagement and conversion rates.

CategoryTime Spent
Script Evaluation1.2 s
Other535 ms
Style & Layout264 ms
Script Parsing & Compilation247 ms
Rendering58 ms
Parse HTML & CSS45 ms
Garbage Collection22 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

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failure reasonFailure type
Pages with cache-control:no-store header cannot enter back/forward cache.Actionable
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

Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 0.0 ms 12.2 KiB
URLTransfer SizeEst Savings
www.ms.gov/themes/msgov/css/style.css?tdsvky75.5 KiB12.2 KiB

Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions

Why this matters

Performance issues directly impact user engagement and conversion rates.

URL
div.slick__slide > div.official-slide-card > div.official-image > img div.slick__slide > div.official-slide-card > div.official-image > img
/sites/default/files/2022-05/MS-Commissioner-of-Insurance...
div#slick-slide02 > div.official-slide-card > div.official-image > img div#slick-slide02 > div.official-slide-card > div.official-image > img
www.ms.gov/sites/default/files/2022-05/MS-Secretary-of-State-Michael-Watson.jpg
div#slick-slide04 > div.official-slide-card > div.official-image > img div#slick-slide04 > div.official-slide-card > div.official-image > img
www.ms.gov/sites/default/files/2022-05/MS-State-Auditor-Shad-White.jpg
div#slick-slide05 > div.official-slide-card > div.official-image > img div#slick-slide05 > div.official-slide-card > div.official-image > img
www.ms.gov/sites/default/files/2022-05/MS-State-Treasurer-David-McRae.jpg
div#slick-slide07 > div.official-slide-card > div.official-image > img div#slick-slide07 > div.official-slide-card > div.official-image > img
/sites/default/files/2022-05/MS-Commissioner-of-Insurance...
div.slick__slide > div.official-slide-card > div.official-image > img div.slick__slide > div.official-slide-card > div.official-image > img
www.ms.gov/sites/default/files/2022-05/MS-Secretary-of-State-Michael-Watson.jpg
div.slick__slide > div.official-slide-card > div.official-image > img div.slick__slide > div.official-slide-card > div.official-image > img
www.ms.gov/sites/default/files/2022-05/MS-State-Auditor-Shad-White.jpg
div.slick__slide > div.official-slide-card > div.official-image > img div.slick__slide > div.official-slide-card > div.official-image > img
www.ms.gov/sites/default/files/2022-05/MS-State-Treasurer-David-McRae.jpg
div.slick__slide > div.official-slide-card > div.official-image > img div.slick__slide > div.official-slide-card > div.official-image > img
/sites/default/files/2022-05/MS-Commissioner-of-Insurance...
div#slick-slide01 > div.official-slide-card > div.official-image > img div#slick-slide01 > div.official-slide-card > div.official-image > img
/sites/default/files/2022-05/MS_Lieutenant-Governor-Delbe...
div#slick-slide03 > div.official-slide-card > div.official-image > img div#slick-slide03 > div.official-slide-card > div.official-image > img
www.ms.gov/sites/default/files/2022-05/MS_Attorney-General-Lynn-Fitch.jpg
div#slick-slide06 > div.official-slide-card > div.official-image > img div#slick-slide06 > div.official-slide-card > div.official-image > img
/sites/default/files/2022-05/MS-Commissioner-of-Agricultu...
div.slick__slide > div.official-slide-card > div.official-image > img div.slick__slide > div.official-slide-card > div.official-image > img
/sites/default/files/2022-05/MS_Lieutenant-Governor-Delbe...
div.slick__slide > div.official-slide-card > div.official-image > img div.slick__slide > div.official-slide-card > div.official-image > img
www.ms.gov/sites/default/files/2022-05/MS_Attorney-General-Lynn-Fitch.jpg
div.slick__slide > div.official-slide-card > div.official-image > img div.slick__slide > div.official-slide-card > div.official-image > img
/sites/default/files/2022-05/MS-Commissioner-of-Agricultu...
div#slick-slide00 > div.official-slide-card > div.official-image > img div#slick-slide00 > div.official-slide-card > div.official-image > img
/sites/default/files/Elected Officials/headshot-governor-...
div.slick__slide > div.official-slide-card > div.official-image > img div.slick__slide > div.official-slide-card > div.official-image > img
/sites/default/files/Elected Officials/headshot-governor-...
div.columns > div.column > a > img.footer-logo div.columns > div.column > a > img.footer-logo
www.ms.gov/themes/msgov/images/footer-logo.png
GovX 2025 Overall Winner div.columns > div.column > a.govx > img
www.ms.gov/themes/msgov/images/CDG25-GovX-white.svg
div.js-view-dom-id-94e84b3050c815385b6601a858f74d3880b11e377bdd9400c4c3a255f05e28c1 > div.views-row > a.pop-service-card > img div.js-view-dom-id-94e84b3050c815385b6601a858f74d3880b11e377bdd9400c4c3a255f05e28c1 > div.views-row > a.pop-service-card > img
www.ms.gov/sites/default/files/Images/Homepage/newMSGov-icon-hunting.svg
div.dialog-off-canvas-main-canvas > section.popular-services > div.text-align-center > img.star-bar div.dialog-off-canvas-main-canvas > section.popular-services > div.text-align-center > img.star-bar
www.ms.gov/themes/msgov/images/star-bar.svg
div > section#stats-section > div.text-align-center > img.star-bar div > section#stats-section > div.text-align-center > img.star-bar
www.ms.gov/themes/msgov/images/star-bar.svg
div.level-item > a.button > span.icon > img.icon-search div.level-item > a.button > span.icon > img.icon-search
www.ms.gov/themes/msgov/images/icon-search-white.svg
div.columns > div.column > a.button > img.twitter-x-logo div.columns > div.column > a.button > img.twitter-x-logo
www.ms.gov/themes/msgov/images/icon-footer-X.svg
div.js-view-dom-id-94e84b3050c815385b6601a858f74d3880b11e377bdd9400c4c3a255f05e28c1 > div.views-row > a.pop-service-card > img div.js-view-dom-id-94e84b3050c815385b6601a858f74d3880b11e377bdd9400c4c3a255f05e28c1 > div.views-row > a.pop-service-card > img
www.ms.gov/sites/default/files/Images/Homepage/newMSGov-icon-vote.svg
div.js-view-dom-id-4f5aecfddccdc177507f82f133c558d6a8888b40e3e24931d3668474a3ef4d3c > div.views-row > a.pop-service-card > img div.js-view-dom-id-4f5aecfddccdc177507f82f133c558d6a8888b40e3e24931d3668474a3ef4d3c > div.views-row > a.pop-service-card > img
www.ms.gov/sites/default/files/Images/Homepage/newMSGov-icon-education.svg
div.js-view-dom-id-4f5aecfddccdc177507f82f133c558d6a8888b40e3e24931d3668474a3ef4d3c > div.views-row > a.pop-service-card > img div.js-view-dom-id-4f5aecfddccdc177507f82f133c558d6a8888b40e3e24931d3668474a3ef4d3c > div.views-row > a.pop-service-card > img
www.ms.gov/sites/default/files/Images/Homepage/newMSGov-icon-mobile.svg
div.js-view-dom-id-dafdd4cfe5917b4159b81674b1443bc9f456f8008bbe8490cacd6b1191a55851 > div.views-row > a.pop-service-card > img div.js-view-dom-id-dafdd4cfe5917b4159b81674b1443bc9f456f8008bbe8490cacd6b1191a55851 > div.views-row > a.pop-service-card > img
www.ms.gov/sites/default/files/Images/Homepage/newMSGov-icon-Business.svg
div.js-view-dom-id-dafdd4cfe5917b4159b81674b1443bc9f456f8008bbe8490cacd6b1191a55851 > div.views-row > a.pop-service-card > img div.js-view-dom-id-dafdd4cfe5917b4159b81674b1443bc9f456f8008bbe8490cacd6b1191a55851 > div.views-row > a.pop-service-card > img
www.ms.gov/sites/default/files/Images/Homepage/newMSGov-icon-state.svg
div.level-left > div.level-item > a > img.brand-image div.level-left > div.level-item > a > img.brand-image
www.ms.gov/themes/msgov/images/msgov-logo-white.svg
div.js-view-dom-id-4f5aecfddccdc177507f82f133c558d6a8888b40e3e24931d3668474a3ef4d3c > div.views-row > a.pop-service-card > img div.js-view-dom-id-4f5aecfddccdc177507f82f133c558d6a8888b40e3e24931d3668474a3ef4d3c > div.views-row > a.pop-service-card > img
www.ms.gov/sites/default/files/Images/Homepage/icon-msgov-tree.svg
div.js-view-dom-id-dafdd4cfe5917b4159b81674b1443bc9f456f8008bbe8490cacd6b1191a55851 > div.views-row > a.pop-service-card > img div.js-view-dom-id-dafdd4cfe5917b4159b81674b1443bc9f456f8008bbe8490cacd6b1191a55851 > div.views-row > a.pop-service-card > img
www.ms.gov/sites/default/files/Images/Homepage/icon-msgov-mapmarker-02.svg
div.js-view-dom-id-94e84b3050c815385b6601a858f74d3880b11e377bdd9400c4c3a255f05e28c1 > div.views-row > a.pop-service-card > img div.js-view-dom-id-94e84b3050c815385b6601a858f74d3880b11e377bdd9400c4c3a255f05e28c1 > div.views-row > a.pop-service-card > img
www.ms.gov/sites/default/files/Images/Homepage/icon-msgov-license-02.svg

More information about the performance of your application. These numbers don't directly affect the Performance score.

Layout shift culprits
Optimize DOM size
LCP breakdown
Optimize viewport for mobile
User Timing marks and measures 5 user timings
Avoid long main-thread tasks 3 long tasks found
Network Requests
Network Round Trip Times 10 ms
Server Backend Latencies 120 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Initial server response time was short Root document took 180 ms
Avoid large layout shifts 2 layout shifts found
INP breakdown
Avoid non-composited animations
83

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.

Names and labels

When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.chat-widget > div.input-area > div.request-sender > button.send-icon div.chat-widget > div.input-area > div.request-sender > button.send-icon

Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.level-item > a.button > span.icon > img.icon-search div.level-item > a.button > span.icon > img.icon-search
div.level-left > div.level-item > a > img.brand-image div.level-left > div.level-item > a > img.brand-image
body.front-page-body > div.dialog-off-canvas-main-canvas > section#hero > img.hero-down-here body.front-page-body > div.dialog-off-canvas-main-canvas > section#hero > img.hero-down-here
div#slick-slide00 > div.official-slide-card > div.official-image > img div#slick-slide00 > div.official-slide-card > div.official-image > img
div > section#stats-section > div.text-align-center > img.star-bar div > section#stats-section > div.text-align-center > img.star-bar
div.columns > div.column > a > img.footer-logo div.columns > div.column > a > img.footer-logo
div.container > div.columns > div.column > img.footer-flower div.container > div.columns > div.column > img.footer-flower

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.level > div.level-left > div.level-item > a div.level > div.level-left > div.level-item > a
div.level > div.level-left > div.level-item > a div.level > div.level-left > div.level-item > a
div.level > div.level-left > div.level-item > a div.level > div.level-left > div.level-item > a
div.level > div.level-left > div.level-item > a div.level > div.level-left > div.level-item > a
div.container > div.columns > div.column > a div.container > div.columns > div.column > a
div.container > div.columns > div.column > a.button div.container > div.columns > div.column > a.button
div.container > div.columns > div.column > a.button div.container > div.columns > div.column > a.button
div.container > div.columns > div.column > a.button div.container > div.columns > div.column > a.button

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.

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
YOUR MISSISSIPPI STARTS HERE! div.container > div.columns > div.column > h3.subtitle
5.3 div#block-msgov-homepagestatistics > div.stats-container > div.card > h3#count1
FYTD Revenue div#block-msgov-homepagestatistics > div.stats-container > div.card > h6
FYTD Expenditures div#block-msgov-homepagestatistics > div.stats-container > div.card > h6
FYTD General Fund Expenditure div#block-msgov-homepagestatistics > div.stats-container > div.card > h6
FYTD Electronic Transactions div#block-msgov-homepagestatistics > div.stats-container > div.card > h6
Procurement Opportunities div#block-msgov-homepagestatistics > div.stats-container > div.card > h6
Appropriated Budget div#block-msgov-homepagestatistics > div.stats-container > div.card > h6
State Contracts div#block-msgov-homepagestatistics > div.stats-container > div.card > h6
Open Meetings div#block-msgov-homepagestatistics > div.stats-container > div.card > h6

These are opportunities to improve keyboard navigation in your application.

Best practices

Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.container > div.columns > div.column > a.button div.container > div.columns > div.column > a.button
div.container > div.columns > div.column > a.button div.container > div.columns > div.column > a.button

One main landmark helps screen reader users navigate a web page. Learn more about landmarks.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
html.js html.js

These items highlight common accessibility best practices.

Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Form elements have associated labels
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
`button`, `link`, and `menuitem` elements have accessible names
ARIA attributes are used as specified for the element's role
`[aria-hidden="true"]` elements do not contain focusable descendents
ARIA input fields have accessible names
Elements use only permitted ARIA attributes
Background and foreground colors have a sufficient contrast ratio
Document has a `<title>` element
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links are distinguishable without relying on color.
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
No element has a `[tabindex]` value greater than 0
`[lang]` attributes have a valid value
Deprecated ARIA roles were not used
ARIA IDs are unique
Elements with visible text labels have matching accessible names.
`[accesskey]` values are unique
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
No form fields have multiple labels
`<frame>` or `<iframe>` elements have a title
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Skip links are focusable.
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Uses ARIA roles only on compatible elements
Image elements do not have `[alt]` attributes that are redundant text.
Identical links have the same purpose.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
96

Best Practices

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

SourceDescription
Failed to load resource: the server responded with a status of 403 ()
ReferenceError: options is not defined at https://www.ms.gov/modules/custom/gov2go/js/gov2go.js?v=10.6.2:4:3 at https://www.ms.gov/modules/custom/gov2go/js/gov2go.js?v=10.6.2:110:3
www.ms.gov/ line 1658, col 39
SyntaxError: Unexpected token ','
SyntaxError: Unexpected token 'export'
Uses HTTPS
Avoids deprecated APIs
Avoids third-party cookies
Allows users to paste into input fields
Avoids requesting the geolocation permission on page load
Avoids requesting the notification permission on page load
Displays images with correct aspect ratio
Serves images with appropriate resolution
Page has the HTML doctype
Properly defines charset
No issues in the `Issues` panel in Chrome Devtools
Ensure CSP is effective against XSS attacks
Use a strong HSTS policy
Ensure proper origin isolation with COOP
Mitigate DOM-based XSS with Trusted Types
Detected JavaScript libraries
Page has valid source maps
Redirects HTTP traffic to HTTPS
Mitigate clickjacking with XFO or CSP
85

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.level-item > a.button > span.icon > img.icon-search div.level-item > a.button > span.icon > img.icon-search
div.level-left > div.level-item > a > img.brand-image div.level-left > div.level-item > a > img.brand-image
body.front-page-body > div.dialog-off-canvas-main-canvas > section#hero > img.hero-down-here body.front-page-body > div.dialog-off-canvas-main-canvas > section#hero > img.hero-down-here
div#slick-slide00 > div.official-slide-card > div.official-image > img div#slick-slide00 > div.official-slide-card > div.official-image > img
div > section#stats-section > div.text-align-center > img.star-bar div > section#stats-section > div.text-align-center > img.star-bar
div.columns > div.column > a > img.footer-logo div.columns > div.column > a > img.footer-logo
div.container > div.columns > div.column > img.footer-flower div.container > div.columns > div.column > img.footer-flower

Format your HTML in a way that enables crawlers to better understand your app’s content.

Structured data is valid
Page isn’t blocked from indexing
Document has a `<title>` element
Page has successful HTTP status code
Links have descriptive text
Links are crawlable
robots.txt is valid
Document has a valid `hreflang`
Document has a valid `rel=canonical`

Send Feedback