- Homepage screenshot failed: Page.goto: Timeout 30000ms exceeded. Call log: - navigating to "https://www.exploreminnesota.com/", waiting until "networkidle"
- Interior Page screenshot failed: Page.goto: Timeout 30000ms exceeded. Call log: - navigating to "https://www.exploreminnesota.com/things-to-do", waiting until "networkidle"
Homepage
https://www.exploreminnesota.com
Saved to: audits/MN-Minn/2026-03-30/d5e9aa4005/homepage
20 issues found
| Fixed | Issue | Category | WCAG | Found on | Responsibility | |
|---|---|---|---|---|---|---|
|
Uses deprecated APIs
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs. |
Best Practices | Desktop & Mobile | ||||
|
Browser errors were logged to the console
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 |
Best Practices | Desktop & Mobile | ||||
|
Issues were logged in the `Issues` panel in Chrome Devtools
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. |
Best Practices | Desktop & Mobile | ||||
|
Uses third-party cookies
Third-party cookies may be blocked in some contexts. Learn more about preparing for third-party cookie restrictions. |
Best Practices | Desktop & Mobile | ||||
|
Reduce JavaScript execution time
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 | Desktop & Mobile | ||||
|
Use efficient cache lifetimes
A long cache lifetime can speed up repeat visits to your page. Learn more about caching. |
Performance | Desktop & Mobile | ||||
|
First Contentful Paint
First Contentful Paint marks the time at which the first text or image is painted. Learn more about the First Contentful Paint metric. |
Performance | Mobile only | ||||
|
Forced reflow
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 | Desktop & Mobile | ||||
|
Improve image delivery
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size |
Performance | Desktop & Mobile | ||||
|
Time to Interactive
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 | Desktop & Mobile | ||||
|
Largest Contentful Paint
Largest Contentful Paint marks the time at which the largest text or image is painted. Learn more about the Largest Contentful Paint metric |
Performance | Mobile only | ||||
|
LCP request discovery
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading |
Performance | Desktop & Mobile | ||||
|
Minimize main-thread work
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 | Desktop & Mobile | ||||
|
Network dependency tree
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 | Desktop & Mobile | ||||
|
Render blocking requests
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 | Desktop & Mobile | ||||
|
Speed Index
Speed Index shows how quickly the contents of a page are visibly populated. Learn more about the Speed Index metric. |
Performance | Desktop & Mobile | ||||
|
Total Blocking Time
Sum of all time periods between FCP and Time to Interactive, when task length exceeded 50ms, expressed in milliseconds. Learn more about the Total Blocking Time metric. |
Performance | Desktop only | ||||
|
Reduce unused CSS
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 | Desktop & Mobile | ||||
|
Reduce unused JavaScript
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 | Mobile only | ||||
|
Links do not have descriptive text
Descriptive link text helps search engines understand your content. Learn how to make links more accessible. |
SEO | Desktop & Mobile |
Interior Page
https://www.exploreminnesota.com/things-to-do
Saved to: audits/MN-Minn/2026-03-30/d5e9aa4005/interior
18 issues found
| Fixed | Issue | Category | WCAG | Found on | Responsibility | |
|---|---|---|---|---|---|---|
|
Uses deprecated APIs
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs. |
Best Practices | Desktop & Mobile | ||||
|
Browser errors were logged to the console
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 |
Best Practices | Desktop & Mobile | ||||
|
Issues were logged in the `Issues` panel in Chrome Devtools
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. |
Best Practices | Desktop & Mobile | ||||
|
Reduce JavaScript execution time
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 | Desktop & Mobile | ||||
|
Use efficient cache lifetimes
A long cache lifetime can speed up repeat visits to your page. Learn more about caching. |
Performance | Desktop & Mobile | ||||
|
Forced reflow
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 | Desktop & Mobile | ||||
|
Improve image delivery
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size |
Performance | Desktop & Mobile | ||||
|
Time to Interactive
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 | Mobile only | ||||
|
Largest Contentful Paint
Largest Contentful Paint marks the time at which the largest text or image is painted. Learn more about the Largest Contentful Paint metric |
Performance | Mobile only | ||||
|
LCP request discovery
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading |
Performance | Mobile only | ||||
|
Legacy JavaScript
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 | Mobile only | ||||
|
Minimize main-thread work
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 | Desktop & Mobile | ||||
|
Network dependency tree
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 | Desktop & Mobile | ||||
|
Render blocking requests
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 | Desktop & Mobile | ||||
|
Reduce unused CSS
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 | Mobile only | ||||
|
Reduce unused JavaScript
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 | Desktop & Mobile | ||||
|
Links do not have descriptive text
Descriptive link text helps search engines understand your content. Learn how to make links more accessible. |
SEO | Desktop & Mobile | ||||
|
Document does not have a meta description
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description. |
SEO | Desktop & Mobile |