Mobile 375 × 812

Desktop 1440 × 900

Score: 70 / 100
Based on 8 categories, 0 sections
Fast site — your users get a smooth experience.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
Solid SEO basics — a few optimizations could boost rankings.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
Reasonable footprint with room for optimization.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
Cookie 'TS01889c2f' is missing the Secure flag
Security gaps expose your site and users to attacks, eroding trust.
Cookie 'TS01bd8476' is missing the Secure flag
Security gaps expose your site and users to attacks, eroding trust.
Cookie '__uzma' is missing the Secure flag
Security gaps expose your site and users to attacks, eroding trust.
Cookie '__uzmb' is missing the Secure flag
Security gaps expose your site and users to attacks, eroding trust.
High impact, low effort — start here.
High impact, requires investment.
Nothing in this quadrant — good news.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/e2094b0c-796d-43df-a19b-9fe1ef59b364)<a href="https://beavercheck.com/results/e2094b0c-796d-43df-a19b-9fe1ef59b364"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fmn.gov" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fmn.govThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. The 5 security gaps leave your users exposed — modern browsers increasingly warn visitors about insecure sites. Addressing the critical issues below would have the most immediate impact on your user trust.
10 barrier(s) likely increasing bounce by ~37%.
Page takes 10.2s to load
+12% bounceUsers abandon at ~3s — you're 7.7s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Mixed content on HTTPS page
+8% bounceBrowsers block insecure subresources — broken images, missing scripts, warning badge
Fix: Change http:// URLs inside the page to https:// (or protocol-relative)
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
Severe layout shift during page load
+6% bounceUsers mis-click when content jumps — converting intent into frustration
Fix: Reserve space for images, ads, and embeds with explicit width/height
2 form field(s) without a label
+4% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$250 investment → $5,341/month returns + USD 157,500 risk avoided
$250
2h · 5 findings
$5,341 /mo
~$64,090 / year
USD 157,500
if kept compliant
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
2.5 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,125 / month at risk
~$157,504 / year if left unfixed
$157,500
+7 more
$0.34 /mo
4210.3 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
3.20 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
10.15 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
172 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.852
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
8.53 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
10.42 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
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.
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.
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 | |
|---|---|---|---|
Search:
submit
Photo credit: Photo courtesy of Explore Minnesota / Dennis O'Hara body.collapsed > div > div.main-landing-content | mn.gov/portal/assets/portal-april_tcm1077-352391.jpg | 322.5 KiB | 110.1 KiB |
A woman smiling in a workplace environment. Text: Find your purpose in state se… div.row > div.col-md-6 > div.margin-bottom > img.img-responsive | mn.gov/portal/assets/EVP%20Careers%20for%20MN%20Portal-18-02_tcm1077-353248.png | 146.8 KiB | 83.9 KiB |
Feature image for Driver & Vehicle Services div.col-md-3 > div.margin-bottom > a > img.img-responsive | mn.gov/portal/assets/transportation-001_tcm1077-353072.jpg | 72.3 KiB | 21.3 KiB |
Governor Tim Walz and Lieutenant Governor Peggy Flanagan standing in the Minnes… div.col-md-3 > div.margin-bottom > a > img.img-responsive | mn.gov/portal/assets/governor-walz_lt-governor-flanagan-002_tcm1077-420583.jpg | 49.2 KiB | 13.0 KiB |
A nurse checking on her patient. div.col-md-3 > div.margin-bottom > a > img.img-responsive | mn.gov/portal/assets/health-001_tcm1077-353066.jpg | 46.9 KiB | 12.4 KiB |
Person at a computer with a W-2 tax form. div.col-md-3 > div.margin-bottom > a > img.img-responsive | mn.gov/portal/assets/taxes-002_tcm1077-372895.jpg | 34.4 KiB | 9.1 KiB |
minnesota logo body.collapsed > header#header > a > img#header-logo | mn.gov/portal/assets/header-mn-logo_tcm1077-352403.png | 6.4 KiB | 5.6 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 |
|---|---|---|
| mn.gov/ruxitagentjs_ICA7NVfghqrux_10335260306043831.js | 95.2 KiB | 772 ms |
| mn.gov/portal/css/core.css | 40.5 KiB | 463 ms |
| mn.gov/portal/js/frameworks/jquery/frameworks.jquery.js | 37.0 KiB | 309 ms |
| fonts.googleapis.com/css?family=Open+Sans:400,700,800,300 | 2.3 KiB | 818 ms |
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 |
|---|---|
| mn.gov/ | 1.3 s |
| mn.gov/portal/ | 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 |
|---|---|
Popular Resources
Governor's Office
Find information about the Governor's Offi… body.collapsed > div > div.main-landing-content | 0.531 |
Driver & Vehicle Services
Schedule appointments, pre-apply for a driver’s lice… div.main-landing-content > div.container > div.row > div.col-md-3 | 0.189 |
Health
Find licensed practitioners, health insurance information, COVID-19 inf… div.main-landing-content > div.container > div.row > div.col-md-3 | 0.131 |
Popular Resources div.container > div.row > div.col-sm-12 > h2 | 0.001 |
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.
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 |
|---|---|---|
| mn.gov/portal/css/core.css | 40.0 KiB | 36.5 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.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| mn.gov/portal/js/core.js | 120.6 KiB | 95.9 KiB |
| mn.gov/18f5227b-e27b-445a-a53f-f845fbe69b40/stormcaster.js | 164.4 KiB | 39.9 KiB |
| mn.gov/ruxitagentjs_ICA7NVfghqrux_10335260306043831.js | 95.0 KiB | 37.2 KiB |
| siteimproveanalytics.com/js/siteanalyze_1535995.js | 46.7 KiB | 21.6 KiB |
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 |
|---|---|---|
| mn.gov/portal/js/core.js | 120.6 KiB | 13.8 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 | |
|---|---|
A woman smiling in a workplace environment. Text: Find your purpose in state se… div.row > div.col-md-6 > div.margin-bottom > img.img-responsive | mn.gov/portal/assets/EVP%20Careers%20for%20MN%20Portal-18-02_tcm1077-353248.png |
Governor Tim Walz and Lieutenant Governor Peggy Flanagan standing in the Minnes… div.col-md-3 > div.margin-bottom > a > img.img-responsive | mn.gov/portal/assets/governor-walz_lt-governor-flanagan-002_tcm1077-420583.jpg |
Feature image for Driver & Vehicle Services div.col-md-3 > div.margin-bottom > a > img.img-responsive | mn.gov/portal/assets/transportation-001_tcm1077-353072.jpg |
A nurse checking on her patient. div.col-md-3 > div.margin-bottom > a > img.img-responsive | mn.gov/portal/assets/health-001_tcm1077-353066.jpg |
Person at a computer with a W-2 tax form. div.col-md-3 > div.margin-bottom > a > img.img-responsive | mn.gov/portal/assets/taxes-002_tcm1077-372895.jpg |
mn logo div#footer-menu > div.col-sm-3 > a > img#footer-logo | mn.gov/portal/assets/footer-mn-logo_tcm1077-352400.png |
register to vote div.margin-top > div > a > img | mn.gov/portal/assets/footer-register-to-vote-logo-white-right_tcm1077-446671.png |
mn div.margin-top > div > a > img | mn.gov/portal/assets/footer-register-to-vote-logo-white-left_tcm1077-446670.png |
language translation nav#mobile-lang-nav-bar > div#mobile-lang-nav > div > img | mn.gov/portal/assets/language_tcm1077-678840.gif |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
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 |
|---|
expand nav
Residents
Business
expand nav
Government
Employment
Education
Travel body.collapsed > nav#top_nav > div.container > ul#top_nav_menu |
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Search:
submit
Select a language
-- Choose Language --
English
Español
Hmoob
So… body.collapsed > header#header > div#header-search |
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.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Demographics div.col-sm-3 > ul > li > a |
History & Facts div.col-sm-3 > ul > li > a |
Privacy Notice div.col-sm-3 > ul > li > a |
State Brand div.col-sm-3 > ul > li > a |
State Map div.col-sm-3 > ul > li > a |
211 – Service Information div.col-sm-3 > ul > li > a |
511 – Travel Information div.col-sm-3 > ul > li > a |
911 - Emergency Help div.col-sm-3 > ul > li > a |
These items highlight common accessibility best practices.
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
language translation nav#mobile-lang-nav-bar > div#mobile-lang-nav > div > img | mn.gov/portal/assets/language_tcm1077-678840.gif | 30 x 30 | 40 x 40 | 45 x 45 |
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.
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 |
|---|
English nav > ul#desktop-lang-nav > li > a.disabled-link |
To appear in search results, crawlers need access to your app.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.50 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.99 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
13 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.689
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.18 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
2.99 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
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.
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.
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 | |
|---|---|---|---|
Search:
submit
Photo credit: Photo courtesy of Explore Minnesota / Dennis O'Hara body.collapsed > div > div.main-landing-content | mn.gov/portal/assets/portal-april_tcm1077-352391.jpg | 322.5 KiB | 110.1 KiB |
A woman smiling in a workplace environment. Text: Find your purpose in state se… div.row > div.col-md-6 > div.margin-bottom > img.img-responsive | mn.gov/portal/assets/EVP%20Careers%20for%20MN%20Portal-18-02_tcm1077-353248.png | 146.8 KiB | 104.9 KiB |
Feature image for Driver & Vehicle Services div.col-md-3 > div.margin-bottom > a > img.img-responsive | mn.gov/portal/assets/transportation-001_tcm1077-353072.jpg | 72.3 KiB | 64.4 KiB |
Governor Tim Walz and Lieutenant Governor Peggy Flanagan standing in the Minnes… div.col-md-3 > div.margin-bottom > a > img.img-responsive | mn.gov/portal/assets/governor-walz_lt-governor-flanagan-002_tcm1077-420583.jpg | 49.2 KiB | 43.6 KiB |
A nurse checking on her patient. div.col-md-3 > div.margin-bottom > a > img.img-responsive | mn.gov/portal/assets/health-001_tcm1077-353066.jpg | 46.9 KiB | 41.6 KiB |
Person at a computer with a W-2 tax form. div.col-md-3 > div.margin-bottom > a > img.img-responsive | mn.gov/portal/assets/taxes-002_tcm1077-372895.jpg | 34.4 KiB | 30.5 KiB |
minnesota logo body.collapsed > header#header > a > img#header-logo | mn.gov/portal/assets/header-mn-logo_tcm1077-352403.png | 6.4 KiB | 6.0 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 |
|---|---|---|
| mn.gov/portal/js/frameworks/jquery/frameworks.jquery.js | 37.0 KiB | 93 ms |
| mn.gov/ruxitagentjs_ICA7NVfghqrux_10335260306043831.js | 95.2 KiB | 140 ms |
| mn.gov/portal/css/core.css | 40.2 KiB | 93 ms |
| fonts.googleapis.com/css?family=Open+Sans:400,700,800,300 | 2.3 KiB | 269 ms |
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 |
|---|---|
| mn.gov/ | 733 ms |
| mn.gov/portal/ | 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 |
|---|---|
Popular Resources
Governor's Office
Find information about the Governor's Offi… body.collapsed > div > div.main-landing-content | 0.493 |
Connect with Government
State Agencies
Counties
Cities
Federal
Work with the St… body.collapsed > div > div.main-landing-content | 0.073 |
Footer contents
About
Demographics
History & Facts
Privacy Notice
State Brand
S… body.collapsed > footer#footer | 0.065 |
Connect with Government
State Agencies
Counties
Cities
Federal
Work with the St… body.collapsed > div > div.main-landing-content | 0.052 |
Find licensed practitioners, health insurance information, COVID-19 information… div.row > div.col-md-3 > div.margin-bottom > div.home-text | 0.008 |
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.
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 |
|---|---|---|
| mn.gov/portal/css/core.css | 40.0 KiB | 36.5 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.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| mn.gov/portal/js/core.js | 120.6 KiB | 96.4 KiB |
| mn.gov/18f5227b-e27b-445a-a53f-f845fbe69b40/stormcaster.js | 164.4 KiB | 39.9 KiB |
| mn.gov/ruxitagentjs_ICA7NVfghqrux_10335260306043831.js | 95.0 KiB | 37.3 KiB |
| siteimproveanalytics.com/js/siteanalyze_1535995.js | 46.7 KiB | 21.6 KiB |
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 |
|---|---|---|
| mn.gov/portal/js/core.js | 120.6 KiB | 13.8 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 | |
|---|---|
A woman smiling in a workplace environment. Text: Find your purpose in state se… div.row > div.col-md-6 > div.margin-bottom > img.img-responsive | mn.gov/portal/assets/EVP%20Careers%20for%20MN%20Portal-18-02_tcm1077-353248.png |
Governor Tim Walz and Lieutenant Governor Peggy Flanagan standing in the Minnes… div.col-md-3 > div.margin-bottom > a > img.img-responsive | mn.gov/portal/assets/governor-walz_lt-governor-flanagan-002_tcm1077-420583.jpg |
Feature image for Driver & Vehicle Services div.col-md-3 > div.margin-bottom > a > img.img-responsive | mn.gov/portal/assets/transportation-001_tcm1077-353072.jpg |
A nurse checking on her patient. div.col-md-3 > div.margin-bottom > a > img.img-responsive | mn.gov/portal/assets/health-001_tcm1077-353066.jpg |
Person at a computer with a W-2 tax form. div.col-md-3 > div.margin-bottom > a > img.img-responsive | mn.gov/portal/assets/taxes-002_tcm1077-372895.jpg |
mn logo div#footer-menu > div.col-sm-3 > a > img#footer-logo | mn.gov/portal/assets/footer-mn-logo_tcm1077-352400.png |
register to vote div.margin-top > div > a > img | mn.gov/portal/assets/footer-register-to-vote-logo-white-right_tcm1077-446671.png |
mn div.margin-top > div > a > img | mn.gov/portal/assets/footer-register-to-vote-logo-white-left_tcm1077-446670.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
SOOMAALI nav > ul#desktop-lang-nav > li > a |
Demographics div.col-sm-3 > ul > li > a |
History & Facts div.col-sm-3 > ul > li > a |
Privacy Notice div.col-sm-3 > ul > li > a |
State Brand div.col-sm-3 > ul > li > a |
State Map div.col-sm-3 > ul > li > a |
State Symbols div.col-sm-3 > ul > li > a |
Agency Websites div.col-sm-3 > ul > li > a |
City Websites div.col-sm-3 > ul > li > a |
County Websites div.col-sm-3 > ul > li > a |
Weather Emergencies div.col-sm-3 > ul > li > a |
211 – Service Information div.col-sm-3 > ul > li > a |
511 – Travel Information div.col-sm-3 > ul > li > a |
911 - Emergency Help div.col-sm-3 > ul > li > a |
These items highlight common accessibility best practices.
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| /d5bd5333eafe8b0ccd6023ba818d1aa6/?ssa=4c8e04ea-412f-467f... | Blocked |
| /d5bd5333eafe8b0ccd6023ba818d1aa6/?ssa=e47f2138-36d2-4e08... | Blocked |
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 |
|---|---|
Mixed Content: The page at 'https://mn.gov/portal/' was loaded over HTTPS, but requested an insecure resource 'http://validate.perfdrive.com/d5bd5333eafe8b0ccd6023ba818d1aa6/?ssa=4c8e04ea-412f-467f-aae4-8410dad4c66e&ssb=67465286989&ssc=https%3A%2F%2Fmn.gov%2Frb_bf57141ecg%3Ftype%3Djs3%26sn%3Dv_4_srv_1_sn_E0FD1F617895CCB071E0F657FA867264_perc_100000_ol_0_mul_1_app-3A9e9844d3ad70fe3d_1%26svrid%3D1%26flavor%3Dpost%26vi%3DUCFRLDJPCPMEEUBOIQHARFAVJWGDOJHE-0%26modifiedSince%3D1776711719029%26bp%3D3%26app%3D9e9844d3ad70fe3d%26crc%3D3742432528%26en%3Dpzq9gnbk%26end%3D1&ssi=e9e6a5fd-bf56-4cc6-8026-11a377d8a8b1&ssk=support@s....com&ssm=97994534647978229169937399943045&ssn=cefebb0bc564a4be4dfb3dcf886fb3cfb93d13b38054-3063-4943-b6f78d&sso=5644b341-b648779415d536d06c85b54fee7150fbdff1f3d9c8bf0897&ssp=61943057401776859698177685999217979&ssq=47116441193376383387411930577376251247443&ssr=MTQxLjIyNy4xODguMTIz&sst=Mozilla/5.0%20(Macintosh;%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit/537.36%20(KHTML,%20like%20Gecko)%20Chrome/147.0.0.0%20Safari/537.36&ssu=VEJVRWJZVXBYU0lrc2FoUEEvVXVON2l4UnR2RWk0cVR1VlRvOWgwVWJFaz0=&ssv=&ssw=&ssx=W10='. This request has been blocked; the content must be served over HTTPS. | |
Mixed Content: The page at 'https://mn.gov/portal/' was loaded over HTTPS, but requested an insecure resource 'http://validate.perfdrive.com/d5bd5333eafe8b0ccd6023ba818d1aa6/?ssa=e47f2138-36d2-4e08-b62d-8195adb8fa5a&ssb=08084215628&ssc=https%3A%2F%2Fmn.gov%2Frb_bf57141ecg%3Ftype%3Djs3%26sn%3Dv_4_srv_1_sn_E0FD1F617895CCB071E0F657FA867264_perc_100000_ol_0_mul_1_app-3A9e9844d3ad70fe3d_1%26svrid%3D1%26flavor%3Dpost%26vi%3DUCFRLDJPCPMEEUBOIQHARFAVJWGDOJHE-0%26modifiedSince%3D1776711719029%26bp%3D3%26app%3D9e9844d3ad70fe3d%26crc%3D920548767%26en%3Dpzq9gnbk%26end%3D1&ssi=15642988-bf56-448c-a8f3-1aebed2a907b&ssk=support@sh....com&ssm=09108648186971104196215956039248&ssn=6ea41b0ce5b60f4bb07f8dfa4a38e336ee1d13b38054-3063-4943-b70ec1&sso=e699c341-b648779415d52c7086406b273999a8348c2ebcbfef319157&ssp=70123410241776884334177689968464466&ssq=35515351193574390810511930251229175477312&ssr=MTQxLjIyNy4xODguMTIz&sst=Mozilla/5.0%20(Macintosh;%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit/537.36%20(KHTML,%20like%20Gecko)%20Chrome/147.0.0.0%20Safari/537.36&ssu=VEJVRWJZVXBYU0lrc2FoUEEvVXVON2l4UnR2RWk0cVR1VlRvOWgwVWJFaz0=&ssv=&ssw=&ssx=W10='. This request has been blocked; the content must be served over HTTPS. |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Mixed content |
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.
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 |
|---|
ENGLISH nav > ul#desktop-lang-nav > li > a.disabled-link |
To appear in search results, crawlers need access to your app.
Send Feedback