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.
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.
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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
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.
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 | |
|---|---|---|---|
Portrait of Steve Daines div.senate-img-row > div.senate-img > a > img#Daines | mt.gov/_images/daines.jpg | 596.9 KiB | 595.7 KiB |
Governors Home div.row > div.col-xs-4 > a > img.img-fluid | mt.gov/_images/media-gallery/fp_photo_gallery/gov_mansion.jpg | 56.5 KiB | 52.9 KiB |
Driver Licensing Renewal and License Status Check div.carousel-item > div > a.card > img.p-1 | mt.gov/_images/icons/odlr_150x1501.png | 52.0 KiB | 48.8 KiB |
Driver License, Real ID, renewal and status check div.carousel-item > div > a.card > img.p-1 | mt.gov/_images/icons/realid_150x150.png | 47.6 KiB | 44.4 KiB |
Flowers on a canoe div.row > div.col-xs-4 > a > img.img-fluid | mt.gov/_images/media-gallery/fp_photo_gallery/flowers_on_canoe.jpg | 47.7 KiB | 44.2 KiB |
Bear in the wild div.row > div.col-xs-4 > a > img.img-fluid | mt.gov/_images/media-gallery/fp_photo_gallery/bear.jpg | 44.7 KiB | 35.3 KiB |
The poles set up for a teepee div.row > div.col-xs-4 > a > img.img-fluid | mt.gov/_images/media-gallery/fp_photo_gallery/teepee.jpg | 37.0 KiB | 34.9 KiB |
Man on a bike cycling through a canyon div.row > div.col-xs-4 > a > img.img-fluid | mt.gov/_images/media-gallery/fp_photo_gallery/person_on_bike.jpg | 34.6 KiB | 32.5 KiB |
Two men sitting on a rock overlooking a cliff div.row > div.col-xs-4 > a > img.img-fluid | mt.gov/_images/media-gallery/fp_photo_gallery/Bob-Webster-photo.jpg | 38.5 KiB | 29.1 KiB |
Business Filing Portal div.carousel-item > div > a.card > img.p-1 | mt.gov/_images/icons/smt_150x150-1.png | 30.3 KiB | 27.1 KiB |
Unemployment Insurance, File a Claim at the Claimant Center div.carousel-item > div > a.card > img.p-1 | mt.gov/_images/icons/uify_150x150.png | 27.9 KiB | 24.7 KiB |
Representative Troy Downing Montana's 2nd Congressional District div.house-image-row > div.house-img > a.rep > img.img-responsive | mt.gov/_images/Troy_Downing.jpg | 25.3 KiB | 22.3 KiB |
Interactive map div.col-border > p > a.center-block > img#Img5 | mt.gov/_images/mtmap.png | 33.7 KiB | 21.2 KiB |
A man downhill skiing div.row > div.col-xs-4 > a > img.img-fluid | mt.gov/_images/media-gallery/fp_photo_gallery/manskiing.jpg | 22.7 KiB | 20.6 KiB |
Boat in the water div.row > div.col-xs-4 > a > img.img-fluid | mt.gov/_images/media-gallery/fp_photo_gallery/boat_on_water.jpg | 28.9 KiB | 19.5 KiB |
Horizon view on a dirt road div.row > div.col-xs-4 > a > img.img-fluid | mt.gov/_images/media-gallery/fp_photo_gallery/dirt_road.jpg | 21.5 KiB | 18.0 KiB |
Vehicle Registration and Renewal div.carousel-item > div > a.card > img.p-1 | mt.gov/_images/icons/vrr_150x150X.png | 13.2 KiB | 10.0 KiB |
Correctional Offender Network div.carousel-item > div > a.card > img.p-1 | mt.gov/_images/icons/con_150x150X.png | 12.3 KiB | 9.1 KiB |
video thumbnail div.mtgov-home-videogalleryholder > div.mtgov-home-videogalleryholder > button.mtgov-videoGallery-imgLink > img.center-block | mt.gov/_images/118317868HQ_playbtn.jpg | 31.1 KiB | 9.0 KiB |
Senator-elect Sheehy, official portrait in Washington, DC on December 11, 2024.… div.senate-img-row > div.senate-img > a > img#Sheehy | mt.gov/_images/TimSheehy.jpg | 11.9 KiB | 8.9 KiB |
Flag at Full Staff div.col-border > div#flagStateHolder > div#pic-left > img | governor.mt.gov/flag-status/util/full.png | 6.0 KiB | 5.4 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Diagnostics
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 |
|---|---|---|
| mt.gov/_files/css/styles.css | 16.2 KiB | 4.8 KiB |
| cdn.jsdelivr.net/npm/fullcalendar-scheduler@5.7.2/main.css | 11.8 KiB | 4.4 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 |
|---|---|---|
| template.mt.gov/resources/template/template.js | 20.9 KiB | 8.8 KiB |
| mt.gov/_files/js/scripts.js | 11.0 KiB | 4.7 KiB |
| mt.gov/_files/js/lightbox.js | 7.5 KiB | 3.7 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/css/bootstrap.min.css | 32.4 KiB | 28.4 KiB |
| cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@7.0.0/css/all.min.css | 20.3 KiB | 19.9 KiB |
| cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css | 13.3 KiB | 13.3 KiB |
| cdn.jsdelivr.net/npm/fullcalendar-scheduler@5.7.2/main.css | 11.7 KiB | 11.6 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 |
|---|---|---|
| static.formstack.com/forms/forms-renderer/builds/public/form_427ca0e87f.js | 712.6 KiB | 458.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-TTPSFBZCE5&cx=c>m=4e64h1h1 | 155.6 KiB | 110.4 KiB |
| www.googletagmanager.com/gtag/destination?id=G-TTPSFBZCE5&cx=c>m=4e64h1h1 | 155.6 KiB | 65.8 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-TSZV287 | 121.8 KiB | 63.3 KiB |
| cdn.jsdelivr.net/npm/fullcalendar@5.3.2/main.min.js | 66.9 KiB | 56.9 KiB |
| cdn.jsdelivr.net/npm/simple-datatables@10.0.0/dist/umd/simple-datatables.min.js | 26.5 KiB | 24.3 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|
Portrait of Steve Daines div.senate-img-row > div.senate-img > a > img#Daines | mt.gov/_images/daines.jpg |
Bear in the wild div.row > div.col-xs-4 > a > img.img-fluid | mt.gov/_images/media-gallery/fp_photo_gallery/bear.jpg |
Boat in the water div.row > div.col-xs-4 > a > img.img-fluid | mt.gov/_images/media-gallery/fp_photo_gallery/boat_on_water.jpg |
Two men sitting on a rock overlooking a cliff div.row > div.col-xs-4 > a > img.img-fluid | mt.gov/_images/media-gallery/fp_photo_gallery/Bob-Webster-photo.jpg |
Horizon view on a dirt road div.row > div.col-xs-4 > a > img.img-fluid | mt.gov/_images/media-gallery/fp_photo_gallery/dirt_road.jpg |
Flowers on a canoe div.row > div.col-xs-4 > a > img.img-fluid | mt.gov/_images/media-gallery/fp_photo_gallery/flowers_on_canoe.jpg |
Governors Home div.row > div.col-xs-4 > a > img.img-fluid | mt.gov/_images/media-gallery/fp_photo_gallery/gov_mansion.jpg |
Man on a bike cycling through a canyon div.row > div.col-xs-4 > a > img.img-fluid | mt.gov/_images/media-gallery/fp_photo_gallery/person_on_bike.jpg |
The poles set up for a teepee div.row > div.col-xs-4 > a > img.img-fluid | mt.gov/_images/media-gallery/fp_photo_gallery/teepee.jpg |
Portrait of Ryan Zinke div.house-image-row > div.house-img > a.rep > img.img-responsive | mt.gov/_images/ryan-zinke-web.jpg |
Flag at Full Staff div.col-border > div#flagStateHolder > div#pic-left > img | governor.mt.gov/flag-status/util/full.png |
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.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Slide 0 div.col-border > div#carouselee24 > div.carousel-indicators > button.active |
Slide 1 div.col-border > div#carouselee24 > div.carousel-indicators > button |
These items highlight common accessibility best practices.
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 |
|---|
Read more div#c-inr > div#c-inr-i > div#c-txt > a.cc-link |
Best Practices
User Experience
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
Portrait of Steve Daines div.senate-img-row > div.senate-img > a > img#Daines | mt.gov/_images/daines.jpg | 125 x 146 (0.86) | 2700 x 3420 (0.79) |
Senator-elect Sheehy, official portrait in Washington, DC on December 11, 2024.… div.senate-img-row > div.senate-img > a > img#Sheehy | mt.gov/_images/TimSheehy.jpg | 125 x 146 (0.86) | 240 x 300 (0.80) |
Representative Troy Downing Montana's 2nd Congressional District div.house-image-row > div.house-img > a.rep > img.img-responsive | mt.gov/_images/Troy_Downing.jpg | 125 x 146 (0.86) | 240 x 300 (0.80) |
SEO
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Content Best Practices
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| mt.gov/use_of_google_analytics | Read more |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Crawling and Indexing
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
body.mtgov-home-body > div#mtgov-photoGallery-GalleryDisplay > div#fullscreenHolder > a body.mtgov-home-body > div#mtgov-photoGallery-GalleryDisplay > div#fullscreenHolder > a |
View Caption div#mtgov-photoGallery-GalleryDisplay > div#slideshowHolder > div#openCaptionHolder > a.d-none |
To appear in search results, crawlers need access to your app.