Lighthouse Desktop
· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Performance issues directly impact user engagement and conversion rates.
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
ul.field > li.visual-link-collection__item > a.visual-link-collection__hyperlink > img.image-style-visual-link-collection ul.field > li.visual-link-collection__item > a.visual-link-collection__hyperlink > img.image-style-visual-link-collection | /sites/default/files/styles/visual_link_collection/public... | 53.7 KiB | 44.3 KiB |
Hitchcock Nature Center article.media > div.field > div.field__item > img.image-style-graphic-promo-image | /sites/default/files/styles/graphic_promo_image/public/im... | 90.9 KiB | 21.2 KiB |
ul.field > li.visual-link-collection__item > a.visual-link-collection__hyperlink > img.image-style-visual-link-collection ul.field > li.visual-link-collection__item > a.visual-link-collection__hyperlink > img.image-style-visual-link-collection | /sites/default/files/styles/visual_link_collection/public... | 27.7 KiB | 18.3 KiB |
ul.field > li.visual-link-collection__item > a.visual-link-collection__hyperlink > img.image-style-visual-link-collection ul.field > li.visual-link-collection__item > a.visual-link-collection__hyperlink > img.image-style-visual-link-collection | /sites/default/files/styles/visual_link_collection/public... | 16.6 KiB | 8.8 KiB |
Iowa and US Flag article.landing > article.landing-hero > div.landing-hero__image > img.image-style-hero-1440px-x-604px | /sites/default/files/styles/hero_1440px_x_604px/public/im... | 64.0 KiB | 7.8 KiB |
ul.field > li.visual-link-collection__item > a.visual-link-collection__hyperlink > img.image-style-visual-link-collection ul.field > li.visual-link-collection__item > a.visual-link-collection__hyperlink > img.image-style-visual-link-collection | /sites/default/files/styles/visual_link_collection/public... | 10.7 KiB | 5.7 KiB |
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 |
|---|---|---|
| /sites/default/files/css/css_pdCdfTCzYiFCOkzIfDsEiqpvFuBK... | 83.9 KiB | 82 ms |
| www.iowa.gov/themes/custom/wildrose/css/palettes/okoboji-afternoons.css?td93o7 | 769 B | |
| /sites/default/files/css/css_rkWStIsPfd5woTLqwK04Wa79OueV... | 2.7 KiB |
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.
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 |
|---|---|
| iowa.gov/ | 252 ms |
| www.iowa.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.
Performance issues directly impact user engagement and conversion rates.
Diagnostics
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 |
|---|---|---|
| /sites/default/files/css/css_pdCdfTCzYiFCOkzIfDsEiqpvFuBK... | 83.5 KiB | 72.1 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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| apps.usw2.pure.cloud/genesys-bootstrap/genesys.min.js | 156.2 KiB | 81.7 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-WQWPZ84 | 132.2 KiB | 68.0 KiB |
| www.googletagmanager.com/gtag/js?id=G-BJ342QX45C&cx=c>m=4e64h1 | 153.1 KiB | 64.1 KiB |
| /dxjsmodule/5.17c364950fcb67448399.chunk.js?Q_CLIENTVERSI... | 72.8 KiB | 55.3 KiB |
| /cse/static/element/b33cba5881f68fbf/cse_element__en.js?u... | 98.5 KiB | 48.7 KiB |
| s.go-mpulse.net/boomerang/RYDVS-SB99L-MTVJH-7E27H-ZETAM | 57.3 KiB | 38.0 KiB |
| cse.google.com/adsense/search/async-ads.js | 43.3 KiB | 31.5 KiB |
| www.iowa.gov/core/assets/vendor/jquery/jquery.min.js?v=4.0.0-rc.1 | 31.5 KiB | 24.1 KiB |
| /dxjsmodule/CoreModule.js?Q_CLIENTVERSION=2.46.0&Q_CLIENT... | 30.8 KiB | 20.8 KiB |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in a sub frame. | 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 |
|---|---|---|
| www.google.com/cse/static/element/b33cba5881f68fbf/default_v6+en.css | 9.7 KiB | 2.8 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 |
|---|---|---|
| apps.usw2.pure.cloud/genesys-bootstrap/genesys.min.js | 156.2 KiB | 67.6 KiB |
| cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/config/default.js?V=2.7.0 | 9.0 KiB | 8.2 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 | |
|---|---|
Back to home page div.header-branding__logo > a.header-branding__link > picture.header-branding__logo-image > img | www.iowa.gov/themes/custom/wildrose/logo-iowa.svg |
Back to home page div#block-sitebranding > a.site-logo > picture > img | www.iowa.gov/themes/custom/wildrose/logo-iowa.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.
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 |
|---|
Give Feedback div.QSIFeedbackButton > button#QSIFeedbackButton-btn > div > div |
These are opportunities to improve the legibility of your content.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Programs & Services div.grid-item > div#header-tophat-inner > div.header-tophat__inner__second > a.header-utility__programs-services |
Iowa 511 Road Conditions
Check for construction, winter road conditions, plow … div.visual-link-collection__inner > ul.field > li.visual-link-collection__item > a.visual-link-collection__hyperlink |
File for Unemployment
Learn how to file for benefits and begin the process for… div.visual-link-collection__inner > ul.field > li.visual-link-collection__item > a.visual-link-collection__hyperlink |
Check Eligibility for Assistance Programs
We'll collect some information from … div.visual-link-collection__inner > ul.field > li.visual-link-collection__item > a.visual-link-collection__hyperlink |
Apply for Housing Options
Eligible disaster survivors looking for temporary sh… div.visual-link-collection__inner > ul.field > li.visual-link-collection__item > a.visual-link-collection__hyperlink |
Iowa Department of Public Defense div.link-collection__inner-2 > ul.field > li.link-collection__item > a.sdc-component |
Department of Insurance and Financial Services div.link-collection__inner-2 > ul.field > li.link-collection__item > a.sdc-component |
State bids div.link-collection__inner-2 > ul.field > li.link-collection__item > a.sdc-component |
Apply for rent reimbursement div.link-collection__inner-2 > ul.field > li.link-collection__item > a.sdc-component |
Business licenses div.link-collection__inner-2 > ul.field > li.link-collection__item > a.sdc-component |
Business tax payments div.link-collection__inner-2 > ul.field > li.link-collection__item > a.sdc-component |
Find a job div.link-collection__inner-2 > ul.field > li.link-collection__item > a.sdc-component |
Marriage, birth, and death records div.link-collection__inner-2 > ul.field > li.link-collection__item > a.sdc-component |
Pay court fines online div.link-collection__inner-2 > ul.field > li.link-collection__item > a.sdc-component |
Professional licenses div.link-collection__inner-2 > ul.field > li.link-collection__item > a.sdc-component |
Starting a business div.link-collection__inner-2 > ul.field > li.link-collection__item > a.sdc-component |
State approved child care div.link-collection__inner-2 > ul.field > li.link-collection__item > a.sdc-component |
Transportation div.link-collection__inner-2 > ul.field > li.link-collection__item > a.sdc-component |
Visit the State Historical Museum div.link-collection__inner-2 > ul.field > li.link-collection__item > a.sdc-component |
Where's my refund div.link-collection__inner-2 > ul.field > li.link-collection__item > a.sdc-component |
Find a State Park
Find a state park or book a campsite, lodge, or shelter. div.visual-link-collection__inner > ul.field > li.visual-link-collection__item > a.visual-link-collection__hyperlink |
Cybersecurity
Learn about cybersecurity and get information on what to do to r… div.visual-link-collection__inner > ul.field > li.visual-link-collection__item > a.visual-link-collection__hyperlink |
Individual Tax Payments
Individual taxpayers can pay with https://easypay.iowa… div.visual-link-collection__inner > ul.field > li.visual-link-collection__item > a.visual-link-collection__hyperlink |
State Bird: Goldfinch
In 1933 the legislature named the eastern goldfinch, als… div.visual-link-collection__inner > ul.field > li.visual-link-collection__item > a.visual-link-collection__hyperlink |
State Tree: Oak
The oak was named as the official state tree in 1961 for its s… div.visual-link-collection__inner > ul.field > li.visual-link-collection__item > a.visual-link-collection__hyperlink |
State Quarter: Education
Minted in 2004, the quarter features Grant Wood's pai… div.visual-link-collection__inner > ul.field > li.visual-link-collection__item > a.visual-link-collection__hyperlink |
Iowa State Flag
Designed by Dixie Cornell Gebhardt of Knoxville and adopted in… div.visual-link-collection__inner > ul.field > li.visual-link-collection__item > a.visual-link-collection__hyperlink |
Best Practices
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. | s.go-mpulse.net/boomerang/RYDVS-SB99L-MTVJH-7E27H-ZETAM line 10, col 10530 |
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.