Skip to content
https://mt.gov

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
70
GRADE
C
FIX
5
REVIEW
3
PASS
7
INFO
2

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

24
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
100
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
92
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
73
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

4.19 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

23.25 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

480 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.506

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

13.14 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.

28.18 s

Page Load Progression

1.0 s
2.1 s
3.1 s
4.2 s
5.2 s
6.3 s
7.3 s
8.3 s
Checks
17
7 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
7.1 MB transferred, 116 requests
FIX
7.1 MB transferred, 116 requests
Critical::
Page weighs 10.8 MB (7.1 MB transferred)
Warning::
Images are 4.1 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 4.1 MB
Warning::
JavaScript is 1.4 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.4 MB
Info::
Fonts are 265 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 265 KB
Warning::
116 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.5 g CO2 per page load
7.1 MB / 2.4 MB budget
7.1 MB transferred
116 requests
1.5 g CO2 per page load
Images 4.1 MiB 57%
JavaScript 1.4 MiB 19%
Other 1.2 MiB 17%
Fonts 265.4 KiB 4%
CSS 116.8 KiB 2%
Other 114.8 KiB 2%
HTML 13.0 KiB 0%
Other 303 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

D
JS Execution Cost
Action
3309ms total JS execution
FIX
3309ms total JS execution
Warning::
https://mt.gov/: 948ms CPU time
Warning::
Unattributable: 803ms CPU time
Warning::
https://static.formstack.com/forms/forms-renderer/...: 774ms CPU time
Info::
https://www.googletagmanager.com/gtag/destination?...: 215ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-TSZ...: 145ms CPU time
Warning::
Third-party scripts: 2154ms (65% of total)

Main Thread Breakdown

Script Evaluation 36% Other 29% Style & Layout 12% Script Parsing & Compilation 11% Rendering 6%
ScriptTotalScriptingParse/CompileParty
https://mt.gov/948ms93ms3ms1st
Unattributable803ms9ms0ms3rd
https://static.formstack.com/forms/forms-renderer/builds/public/form_427ca0e87f.js774ms550ms216ms3rd
https://www.googletagmanager.com/gtag/destination?id=G-TTPSFBZCE5&cx=c&gtm=4e64h1215ms178ms35ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-TSZV287145ms110ms25ms3rd
https://mt.gov/_files/js/photoGallery.js144ms84ms3ms1st
https://template.mt.gov/resources/template/template.js103ms45ms6ms3rd
https://mt.gov/_files/js/scripts.js63ms42ms3ms1st
https://code.jquery.com/jquery-3.6.0.min.js58ms37ms6ms3rd
https://www.googletagmanager.com/gtag/js?id=G-TTPSFBZCE5&cx=c&gtm=4e64h157ms21ms36ms3rd
F
JS Bundles
Action
19 scripts, 780 KB unused
FIX
19 scripts, 780 KB unused
Warning::
https://static.formstack.com/forms/forms-renderer/...: 459 KB unused (64%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-TTPS...: 110 KB unused (71%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/destination?...: 66 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-TSZ...: 63 KB unused (52%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.jsdelivr.net/npm/fullcalendar@5.3.2/ma...: 57 KB unused (85%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 780 KB
780 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://static.formstack.com/forms/forms-renderer/builds/public/form_427ca0e87f.js713 KB459 KB (64%)3rd
https://www.googletagmanager.com/gtag/js?id=G-TTPSFBZCE5&cx=c&gtm=4e64h1156 KB110 KB (71%)3rd
https://www.googletagmanager.com/gtag/destination?id=G-TTPSFBZCE5&cx=c&gtm=4e64h1156 KB66 KB (42%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-TSZV287122 KB63 KB (52%)3rd
https://cdn.jsdelivr.net/npm/fullcalendar@5.3.2/main.min.js67 KB57 KB (85%)3rd
https://cdn.jsdelivr.net/npm/simple-datatables@10.0.0/dist/umd/simple-datatables.min.js27 KB24 KB (92%)3rd
https://mt.gov/_files/js/mtgov-photoGalleryData.js14 KB1st
https://mt.gov/_files/js/photoGallery.js9 KB1st
https://template.mt.gov/resources/template/template.js21 KB3rd
https://mt.gov/_files/js/lightbox.js10 KB1st

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
116 resources · 7.1 MB · 780 KB savings available
FIX
116 resources · 7.1 MB · 780 KB savings available
Warning::
Page weight 6.1 MB over 1MB target
Got: 7.1 MB Expected: ≤ 1 MB
Info::
~780 KB of savings available
Warning::
41 third-party resources (43% of weight)
Info::
7 resources over 200KB
116 resources · 7.1 MiB · 41 third-party 6.1 MiB over 1MB target
Image 57% · 4.1 MiB
JavaScript 21% · 1.5 MiB
Other 17% · 1.2 MiB
Font 4% · 265.4 KiB
CSS 2% · 116.8 KiB
Document 0% · 14.6 KiB

~779.5 KiB of savings available

Remove unused JavaScript: 779.5 KiB
D
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.
Info::
ETag present — enables conditional (304) responses
Info::
Last-Modified header present

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

B
Third-Party Impact
43% third-party, 0 ms blocking
REVIEW
43% third-party, 0 ms blocking
Info::
Third-party code accounts for 43% of page weight (3.1 MiB of 7.1 MiB)
Info::
Third-party blocking time is low (0 ms)
57%
43%
First-party Third-party
C
Image Optimization
Action
72 images, 0 KB saveable
REVIEW
72 images, 0 KB saveable
Warning::
https://mt.gov/_images/media-gallery/fp_photo_gall... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://mt.gov/_images/media-gallery/fp_photo_gall... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://mt.gov/_images/media-gallery/fp_photo_gall... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://mt.gov/_images/media-gallery/fp_photo_gall... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://mt.gov/_images/media-gallery/fp_photo_gall... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://mt.gov/_images/media-gallery/fp_photo_gall... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://governor.mt.gov/flag-status/util/full.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://mt.gov/_images/media-gallery/fp_photo_gall... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://mt.gov/_images/media-gallery/fp_photo_gall... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
72 images 4.1 MB
0 oversized -0 KB
69 legacy format
9 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
4 fonts (265 KB)
PASS
4 fonts (265 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

265 KB total

Render-blocking

0

of 4

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s FCP 4.2 s LCP 23.3 shttps://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@7.0.0/webfonts/fa-solid-900.woff2fa-solid-900.woff2 https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@7.0.0/webfonts/fa-solid-900.woff2 — 110.8 KiB — 6 ms — font-display: swaphttps://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@7.0.0/webfonts/fa-brands-400.woff2fa-brands-400.woff2 https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@7.0.0/webfonts/fa-brands-400.woff2 — 99.1 KiB — 7 ms — font-display: swaphttps://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@7.0.0/webfonts/fa-regular-400.woff2fa-regular-400.woff2 https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@7.0.0/webfonts/fa-regular-400.woff2 — 18.8 KiB — 3 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 36.7 KiB — 36 ms — font-display: swap
fa-solid-900.woff2 woff2 swap
Size 111 KB
Load time 6 ms
Start 2.0 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
fa-brands-400.woff2 woff2 swap
Size 99 KB
Load time 7 ms
Start 2.0 s
Risk FOUT — text flashes from fallback to web font
fa-regular-400.woff2 woff2 swap
Size 19 KB
Load time 3 ms
Start 2.4 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 37 KB
Load time 36 ms
Start 7.3 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~55 KB and ~110 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
3 hints, 0 missing preconnects
PASS
3 hints, 0 missing preconnects
Info::
Page uses 3 resource hint(s)

Current Resource Hints

preconnect
2
preload
dns-prefetch
prefetch
1

3 resource hints configured

A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
Network Waterfall
116 requests over 10308ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s FCP 4.2 s LCP 23.3 shttps://mt.gov// https://mt.gov/ — 200 — 13.0 KiB — 763 ms — http/1.1https://template.mt.gov/resources/template/template.csstemplate.mt.gov/resources/template/... https://template.mt.gov/resources/template/template.css — 200 — 5.3 KiB — 950 ms — http/1.1https://template.mt.gov/resources/template/template.jstemplate.mt.gov/resources/template/... https://template.mt.gov/resources/template/template.js — 200 — 21.3 KiB — 1.2 s — http/1.1https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,400&display=swapfonts.googleapis.com/css2?family=Ro... https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,400&display=swap — 200 — 2.6 KiB — 94 ms — h2https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/css/bootstrap.min.csscdn.jsdelivr.net/npm/bootstrap@5.3.... https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/css/bootstrap.min.css — 200 — 32.9 KiB — 43 ms — h2https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@7.0.0/css/all.min.csscdn.jsdelivr.net/npm/@fortawesome/f... https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@7.0.0/css/all.min.css — 200 — 20.5 KiB — 43 ms — h2https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.csscdn.jsdelivr.net/npm/bootstrap-icon... https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css — 200 — 13.7 KiB — 39 ms — h2https://cdn.jsdelivr.net/npm/fullcalendar-scheduler@5.7.2/main.csscdn.jsdelivr.net/npm/fullcalendar-s... https://cdn.jsdelivr.net/npm/fullcalendar-scheduler@5.7.2/main.css — 200 — 11.8 KiB — 37 ms — h2https://cdn.jsdelivr.net/npm/simple-datatables@10.0.0/dist/style.min.csscdn.jsdelivr.net/npm/simple-datatab... https://cdn.jsdelivr.net/npm/simple-datatables@10.0.0/dist/style.min.css — 200 — 1.2 KiB — 36 ms — h2https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v2.9.1/dist/cookieconsent.csscdn.jsdelivr.net/gh/orestbida/cooki... https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v2.9.1/dist/cookieconsent.css — 200 — 4.6 KiB — 39 ms — h2https://mt.gov/_files/css/styles.css/_files/css/styles.css https://mt.gov/_files/css/styles.css — 200 — 22.5 KiB — 304 ms — http/1.1https://mt.gov/_images/navbar/residents2.png/_images/navbar/residents2.png https://mt.gov/_images/navbar/residents2.png — 200 — 16.9 KiB — 412 ms — http/1.1https://mt.gov/_images/navbar/about2.png/_images/navbar/about2.png https://mt.gov/_images/navbar/about2.png — 200 — 14.7 KiB — 514 ms — http/1.1https://mt.gov/_images/navbar/education2.png/_images/navbar/education2.png https://mt.gov/_images/navbar/education2.png — 200 — 8.7 KiB — 232 ms — http/1.1https://mt.gov/_images/index-gianforte.jpg/_images/index-gianforte.jpg https://mt.gov/_images/index-gianforte.jpg — 200 — 8.1 KiB — 212 ms — http/1.1https://code.jquery.com/jquery-3.6.0.min.jscode.jquery.com/jquery-3.6.0.min.js https://code.jquery.com/jquery-3.6.0.min.js — 200 — 30.5 KiB — 37 ms — h2https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/js/bootstrap.bundle.min.jscdn.jsdelivr.net/npm/bootstrap@5.3.... https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/js/bootstrap.bundle.min.js — 200 — 24.1 KiB — 5 ms — h2https://cdn.jsdelivr.net/npm/fullcalendar@5.3.2/main.min.jscdn.jsdelivr.net/npm/fullcalendar@5... https://cdn.jsdelivr.net/npm/fullcalendar@5.3.2/main.min.js — 200 — 67.3 KiB — 5 ms — h3https://mt.gov/flag-status/util/flagState.js/flag-status/util/flagState.js https://mt.gov/flag-status/util/flagState.js — 200 — 1.3 KiB — 204 ms — http/1.1https://mt.gov/_files/js/news-gallery.js/_files/js/news-gallery.js https://mt.gov/_files/js/news-gallery.js — 200 — 3.0 KiB — 213 ms — http/1.1https://mt.gov/_files/js/lightbox.js/_files/js/lightbox.js https://mt.gov/_files/js/lightbox.js — 200 — 10.4 KiB — 238 ms — http/1.1https://mt.gov/_files/js/photoGallery.js/_files/js/photoGallery.js https://mt.gov/_files/js/photoGallery.js — 200 — 8.8 KiB — 245 ms — http/1.1https://mt.gov/_files/js/mtgov-photoGalleryData.js/_files/js/mtgov-photoGalleryData.j... https://mt.gov/_files/js/mtgov-photoGalleryData.js — 200 — 13.7 KiB — 253 ms — http/1.1https://cdn.jsdelivr.net/npm/simple-datatables@10.0.0/dist/umd/simple-datatables.min.jscdn.jsdelivr.net/npm/simple-datatab... https://cdn.jsdelivr.net/npm/simple-datatables@10.0.0/dist/umd/simple-datatables.min.js — 200 — 26.6 KiB — 10 ms — h2https://mt.gov/_files/js/scripts.js/_files/js/scripts.js https://mt.gov/_files/js/scripts.js — 200 — 13.8 KiB — 444 ms — http/1.1https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v2.9.1/dist/cookieconsent.jscdn.jsdelivr.net/gh/orestbida/cooki... https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v2.9.1/dist/cookieconsent.js — 200 — 7.1 KiB — 7 ms — h2https://mtgov.formstack.com/forms/js.php/mt_gov_contact_usmtgov.formstack.com/forms/js.php/mt... https://mtgov.formstack.com/forms/js.php/mt_gov_contact_us — 200 — 14.5 KiB — 480 ms — h2https://mt.gov/_images/mtmap.png/_images/mtmap.png https://mt.gov/_images/mtmap.png — 200 — 33.9 KiB — 231 ms — http/1.1https://mt.gov/_images/daines.jpg/_images/daines.jpg https://mt.gov/_images/daines.jpg — 200 — 597.1 KiB — 2.1 s — http/1.1https://mt.gov/_images/TimSheehy.jpg/_images/TimSheehy.jpg https://mt.gov/_images/TimSheehy.jpg — 200 — 12.1 KiB — 461 ms — http/1.1
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s FCP 4.2 s LCP 23.3 shttps://mt.gov// https://mt.gov/ — 200 — 13.0 KiB — 763 ms — http/1.1https://template.mt.gov/resources/template/template.csstemplate.mt.gov/resources/template/... https://template.mt.gov/resources/template/template.css — 200 — 5.3 KiB — 950 ms — http/1.1https://template.mt.gov/resources/template/template.jstemplate.mt.gov/resources/template/... https://template.mt.gov/resources/template/template.js — 200 — 21.3 KiB — 1.2 s — http/1.1https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,400&display=swapfonts.googleapis.com/css2?family=Ro... https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,400&display=swap — 200 — 2.6 KiB — 94 ms — h2https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/css/bootstrap.min.csscdn.jsdelivr.net/npm/bootstrap@5.3.... https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/css/bootstrap.min.css — 200 — 32.9 KiB — 43 ms — h2https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@7.0.0/css/all.min.csscdn.jsdelivr.net/npm/@fortawesome/f... https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@7.0.0/css/all.min.css — 200 — 20.5 KiB — 43 ms — h2https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.csscdn.jsdelivr.net/npm/bootstrap-icon... https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css — 200 — 13.7 KiB — 39 ms — h2https://cdn.jsdelivr.net/npm/fullcalendar-scheduler@5.7.2/main.csscdn.jsdelivr.net/npm/fullcalendar-s... https://cdn.jsdelivr.net/npm/fullcalendar-scheduler@5.7.2/main.css — 200 — 11.8 KiB — 37 ms — h2https://cdn.jsdelivr.net/npm/simple-datatables@10.0.0/dist/style.min.csscdn.jsdelivr.net/npm/simple-datatab... https://cdn.jsdelivr.net/npm/simple-datatables@10.0.0/dist/style.min.css — 200 — 1.2 KiB — 36 ms — h2https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v2.9.1/dist/cookieconsent.csscdn.jsdelivr.net/gh/orestbida/cooki... https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v2.9.1/dist/cookieconsent.css — 200 — 4.6 KiB — 39 ms — h2https://mt.gov/_files/css/styles.css/_files/css/styles.css https://mt.gov/_files/css/styles.css — 200 — 22.5 KiB — 304 ms — http/1.1https://mt.gov/_images/navbar/residents2.png/_images/navbar/residents2.png https://mt.gov/_images/navbar/residents2.png — 200 — 16.9 KiB — 412 ms — http/1.1https://mt.gov/_images/navbar/about2.png/_images/navbar/about2.png https://mt.gov/_images/navbar/about2.png — 200 — 14.7 KiB — 514 ms — http/1.1https://mt.gov/_images/navbar/education2.png/_images/navbar/education2.png https://mt.gov/_images/navbar/education2.png — 200 — 8.7 KiB — 232 ms — http/1.1https://mt.gov/_images/index-gianforte.jpg/_images/index-gianforte.jpg https://mt.gov/_images/index-gianforte.jpg — 200 — 8.1 KiB — 212 ms — http/1.1https://code.jquery.com/jquery-3.6.0.min.jscode.jquery.com/jquery-3.6.0.min.js https://code.jquery.com/jquery-3.6.0.min.js — 200 — 30.5 KiB — 37 ms — h2https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/js/bootstrap.bundle.min.jscdn.jsdelivr.net/npm/bootstrap@5.3.... https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/js/bootstrap.bundle.min.js — 200 — 24.1 KiB — 5 ms — h2https://cdn.jsdelivr.net/npm/fullcalendar@5.3.2/main.min.jscdn.jsdelivr.net/npm/fullcalendar@5... https://cdn.jsdelivr.net/npm/fullcalendar@5.3.2/main.min.js — 200 — 67.3 KiB — 5 ms — h3https://mt.gov/flag-status/util/flagState.js/flag-status/util/flagState.js https://mt.gov/flag-status/util/flagState.js — 200 — 1.3 KiB — 204 ms — http/1.1https://mt.gov/_files/js/news-gallery.js/_files/js/news-gallery.js https://mt.gov/_files/js/news-gallery.js — 200 — 3.0 KiB — 213 ms — http/1.1https://mt.gov/_files/js/lightbox.js/_files/js/lightbox.js https://mt.gov/_files/js/lightbox.js — 200 — 10.4 KiB — 238 ms — http/1.1https://mt.gov/_files/js/photoGallery.js/_files/js/photoGallery.js https://mt.gov/_files/js/photoGallery.js — 200 — 8.8 KiB — 245 ms — http/1.1https://mt.gov/_files/js/mtgov-photoGalleryData.js/_files/js/mtgov-photoGalleryData.j... https://mt.gov/_files/js/mtgov-photoGalleryData.js — 200 — 13.7 KiB — 253 ms — http/1.1https://cdn.jsdelivr.net/npm/simple-datatables@10.0.0/dist/umd/simple-datatables.min.jscdn.jsdelivr.net/npm/simple-datatab... https://cdn.jsdelivr.net/npm/simple-datatables@10.0.0/dist/umd/simple-datatables.min.js — 200 — 26.6 KiB — 10 ms — h2https://mt.gov/_files/js/scripts.js/_files/js/scripts.js https://mt.gov/_files/js/scripts.js — 200 — 13.8 KiB — 444 ms — http/1.1https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v2.9.1/dist/cookieconsent.jscdn.jsdelivr.net/gh/orestbida/cooki... https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v2.9.1/dist/cookieconsent.js — 200 — 7.1 KiB — 7 ms — h2https://mtgov.formstack.com/forms/js.php/mt_gov_contact_usmtgov.formstack.com/forms/js.php/mt... https://mtgov.formstack.com/forms/js.php/mt_gov_contact_us — 200 — 14.5 KiB — 480 ms — h2https://mt.gov/_images/mtmap.png/_images/mtmap.png https://mt.gov/_images/mtmap.png — 200 — 33.9 KiB — 231 ms — http/1.1https://mt.gov/_images/daines.jpg/_images/daines.jpg https://mt.gov/_images/daines.jpg — 200 — 597.1 KiB — 2.1 s — http/1.1https://mt.gov/_images/TimSheehy.jpg/_images/TimSheehy.jpg https://mt.gov/_images/TimSheehy.jpg — 200 — 12.1 KiB — 461 ms — http/1.1https://www.googletagmanager.com/gtm.js?id=GTM-TSZV287www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-TSZV287 — 200 — 122.2 KiB — 165 ms — h2https://mt.gov/_images/ryan-zinke-web.jpg/_images/ryan-zinke-web.jpg https://mt.gov/_images/ryan-zinke-web.jpg — 200 — 6.9 KiB — 728 ms — http/1.1data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='…www.w3.org/2000/svg' viewBox='0 0 3... data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3…www.w3.org/2000/svg' viewBox='0 0 1... data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3…www.w3.org/2000/svg' viewBox='0 0 1... data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3…www.w3.org/2000/svg' viewBox='0 0 1... data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3… — 200 — 0 B — 0 ms — datahttps://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@7.0.0/webfonts/fa-solid-900.woff2cdn.jsdelivr.net/npm/@fortawesome/f... https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@7.0.0/webfonts/fa-solid-900.woff2 — 200 — 110.8 KiB — 6 ms — h3https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@7.0.0/webfonts/fa-brands-400.woff2cdn.jsdelivr.net/npm/@fortawesome/f... https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@7.0.0/webfonts/fa-brands-400.woff2 — 200 — 99.1 KiB — 7 ms — h3https://www.googletagmanager.com/gtag/destination?id=G-TTPSFBZCE5&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=G-TTPSFBZCE5&cx=c&gtm=4e64h1 — 200 — 155.9 KiB — 55 ms — h2https://www.googletagmanager.com/gtag/js?id=G-TTPSFBZCE5&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-TTPSFBZCE5&cx=c&gtm=4e64h1 — 200 — 155.6 KiB — 70 ms — h2https://mt.gov/_images/Troy_Downing.jpg/_images/Troy_Downing.jpg https://mt.gov/_images/Troy_Downing.jpg — 200 — 25.5 KiB — 544 ms — http/1.1https://mt.gov/_images/vote_lg.png/_images/vote_lg.png https://mt.gov/_images/vote_lg.png — 200 — 4.4 KiB — 348 ms — http/1.1https://region1.google-analytics.com/g/collect?v=2&tid=G-TTPSFBZCE5&gtm=45je64h1v9103669682z89123424850za20gzb9123424850zd9123424850&_p=1776816905329&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_geo=1&_rdi=1&are=1&cid=566751505.1776816906&frm=0&pscdl=noapi&rcb=5&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266400~117512542&sid=1776816905&sct=1&seg=0&dl=https%3A%2F%2Fmt.gov%2F&dt=MT.gov%20-%20Official%20State%20Website&en=cookie_form&_fv=1&_nsi=1&_ss=1&tfd=2268region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-TTPSFBZCE5&gtm=45je64h1v9103669682z89123424850za20gzb9123424850zd9123424850&_p=1776816905329&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_geo=1&_rdi=1&are=1&cid=566751505.1776816906&frm=0&pscdl=noapi&rcb=5&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266400~117512542&sid=1776816905&sct=1&seg=0&dl=https%3A%2F%2Fmt.gov%2F&dt=MT.gov%20-%20Official%20State%20Website&en=cookie_form&_fv=1&_nsi=1&_ss=1&tfd=2268 — 204 — 543 B — 70 ms — h2https://mt.gov/_images/118317868HQ_playbtn.jpg/_images/118317868HQ_playbtn.jpg https://mt.gov/_images/118317868HQ_playbtn.jpg — 200 — 31.3 KiB — 402 ms — http/1.1https://mt.gov/_images/media-gallery/fp_photo_gallery/bear.jpg/_images/media-gallery/fp_photo_gal... https://mt.gov/_images/media-gallery/fp_photo_gallery/bear.jpg — 200 — 44.9 KiB — 403 ms — http/1.1https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@7.0.0/webfonts/fa-regular-400.woff2cdn.jsdelivr.net/npm/@fortawesome/f... https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@7.0.0/webfonts/fa-regular-400.woff2 — 200 — 18.8 KiB — 3 ms — h3https://static.formstack.com/forms/forms-renderer/builds/public/form_427ca0e87f.jsstatic.formstack.com/forms/forms-re... https://static.formstack.com/forms/forms-renderer/builds/public/form_427ca0e87f.js — 200 — 713.1 KiB — 124 ms — h2https://mt.gov/_images/media-gallery/fp_photo_gallery/boat_on_water.jpg/_images/media-gallery/fp_photo_gal... https://mt.gov/_images/media-gallery/fp_photo_gallery/boat_on_water.jpg — 200 — 29.1 KiB — 387 ms — http/1.1https://mt.gov/_images/media-gallery/fp_photo_gallery/Bob-Webster-photo.jpg/_images/media-gallery/fp_photo_gal... https://mt.gov/_images/media-gallery/fp_photo_gallery/Bob-Webster-photo.jpg — 200 — 38.6 KiB — 548 ms — http/1.1https://mt.gov/_images/media-gallery/fp_photo_gallery/dirt_road.jpg/_images/media-gallery/fp_photo_gal... https://mt.gov/_images/media-gallery/fp_photo_gallery/dirt_road.jpg — 200 — 21.7 KiB — 210 ms — http/1.1https://static.formstack.com/forms/forms-renderer/builds/public/phoneValidation.js?chunkhash=73c430c16a202d3d0903&id=384static.formstack.com/forms/forms-re... https://static.formstack.com/forms/forms-renderer/builds/public/phoneValidation.js?chunkhash=73c430c16a202d3d0903&id=384 — 200 — 110.0 KiB — 692 ms — h2https://mt.gov/_images/media-gallery/fp_photo_gallery/flowers_on_canoe.jpg/_images/media-gallery/fp_photo_gal... https://mt.gov/_images/media-gallery/fp_photo_gallery/flowers_on_canoe.jpg — 200 — 47.9 KiB — 401 ms — http/1.1https://fonts.googleapis.com/css?family=Open%20Sans:600,400,700fonts.googleapis.com/css?family=Ope... https://fonts.googleapis.com/css?family=Open%20Sans:600,400,700 — 200 — 1.7 KiB — 47 ms — h3https://mtgov.formstack.com/forms-analytics/live-form/analytics/6081346/firstViewmtgov.formstack.com/forms-analytics... https://mtgov.formstack.com/forms-analytics/live-form/analytics/6081346/firstView — 200 — 0 B — 402 ms — h2https://mt.gov/_images/media-gallery/fp_photo_gallery/gov_mansion.jpg/_images/media-gallery/fp_photo_gal... https://mt.gov/_images/media-gallery/fp_photo_gallery/gov_mansion.jpg — 200 — 56.7 KiB — 413 ms — http/1.1https://governor.mt.gov/flag-status/status-src.jsongovernor.mt.gov/flag-status/status-... https://governor.mt.gov/flag-status/status-src.json — 200 — 452 B — 945 ms — http/1.1https://governor.mt.gov/flag-status/util/state.htmlgovernor.mt.gov/flag-status/util/st... https://governor.mt.gov/flag-status/util/state.html — 301 — 413 B — 931 ms — http/1.1https://news.mt.gov/mtgov.jsonnews.mt.gov/mtgov.json https://news.mt.gov/mtgov.json — 200 — 1.2 MiB — 4.9 s — http/1.1https://mt.gov/_images/media-gallery/fp_photo_gallery/manskiing.jpg/_images/media-gallery/fp_photo_gal... https://mt.gov/_images/media-gallery/fp_photo_gallery/manskiing.jpg — 200 — 22.9 KiB — 223 ms — http/1.1https://mt.gov/_images/media-gallery/fp_photo_gallery/person_on_bike.jpg/_images/media-gallery/fp_photo_gal... https://mt.gov/_images/media-gallery/fp_photo_gallery/person_on_bike.jpg — 200 — 34.8 KiB — 437 ms — http/1.1https://mt.gov/_images/media-gallery/fp_photo_gallery/teepee.jpg/_images/media-gallery/fp_photo_gal... https://mt.gov/_images/media-gallery/fp_photo_gallery/teepee.jpg — 200 — 37.2 KiB — 415 ms — http/1.1https://mt.gov/_images/icons/realid_150x150.png/_images/icons/realid_150x150.png https://mt.gov/_images/icons/realid_150x150.png — 200 — 47.8 KiB — 407 ms — http/1.1https://mtgov.formstack.com/forms-analytics/live-form/analytics/6081346/firstViewmtgov.formstack.com/forms-analytics... https://mtgov.formstack.com/forms-analytics/live-form/analytics/6081346/firstView — 200 — 303 B — 416 ms — h2https://mt.gov/_images/icons/vrr_150x150X.png/_images/icons/vrr_150x150X.png https://mt.gov/_images/icons/vrr_150x150X.png — 200 — 13.4 KiB — 234 ms — http/1.1https://mt.gov/_images/icons/smt_150x150-1.png/_images/icons/smt_150x150-1.png https://mt.gov/_images/icons/smt_150x150-1.png — 200 — 30.5 KiB — 211 ms — http/1.1https://mt.gov/_images/icons/odlr_150x1501.png/_images/icons/odlr_150x1501.png https://mt.gov/_images/icons/odlr_150x1501.png — 200 — 52.1 KiB — 412 ms — http/1.1https://mt.gov/_images/icons/uify_150x150.png/_images/icons/uify_150x150.png https://mt.gov/_images/icons/uify_150x150.png — 200 — 28.1 KiB — 209 ms — http/1.1https://mt.gov/_images/icons/con_150x150X.png/_images/icons/con_150x150X.png https://mt.gov/_images/icons/con_150x150X.png — 200 — 12.5 KiB — 217 ms — http/1.1https://mt.gov/_images/icons/cadastralicon.png/_images/icons/cadastralicon.png https://mt.gov/_images/icons/cadastralicon.png — 200 — 11.0 KiB — 222 ms — http/1.1https://mt.gov/_images/icons/elic_elk_150x150x.png/_images/icons/elic_elk_150x150x.pn... https://mt.gov/_images/icons/elic_elk_150x150x.png — 200 — 16.3 KiB — 212 ms — http/1.1https://mt.gov/_images/icons/ftsicon.png/_images/icons/ftsicon.png https://mt.gov/_images/icons/ftsicon.png — 200 — 8.0 KiB — 221 ms — http/1.1https://mt.gov/_images/icons/csp_150x150.png/_images/icons/csp_150x150.png https://mt.gov/_images/icons/csp_150x150.png — 200 — 14.4 KiB — 212 ms — http/1.1https://mt.gov/_images/icons/cspl_150x150.png/_images/icons/cspl_150x150.png https://mt.gov/_images/icons/cspl_150x150.png — 200 — 15.6 KiB — 223 ms — http/1.1https://governor.mt.gov/flag-status/util/stategovernor.mt.gov/flag-status/util/st... https://governor.mt.gov/flag-status/util/state — 200 — 1.2 KiB — 197 ms — http/1.1https://mt.gov/_images/icons/drs_150x150.png/_images/icons/drs_150x150.png https://mt.gov/_images/icons/drs_150x150.png — 200 — 15.2 KiB — 226 ms — http/1.1https://mt.gov/_images/icons/choprs_150x1501.png/_images/icons/choprs_150x1501.png https://mt.gov/_images/icons/choprs_150x1501.png — 200 — 16.3 KiB — 217 ms — http/1.1https://mt.gov/_images/icons/mpdr_150x150.png/_images/icons/mpdr_150x150.png https://mt.gov/_images/icons/mpdr_150x150.png — 200 — 11.1 KiB — 206 ms — http/1.1https://mt.gov/_images/icons/Library_SSP_Logo.png/_images/icons/Library_SSP_Logo.png https://mt.gov/_images/icons/Library_SSP_Logo.png — 200 — 26.0 KiB — 223 ms — http/1.1https://governor.mt.gov/flag-status/util/full.pnggovernor.mt.gov/flag-status/util/fu... https://governor.mt.gov/flag-status/util/full.png — 200 — 6.4 KiB — 728 ms — http/1.1https://mt.gov/_images/icons/csed_services.png/_images/icons/csed_services.png https://mt.gov/_images/icons/csed_services.png — 200 — 148.5 KiB — 576 ms — http/1.1https://mt.gov/_images/icons/sprite-mdtLogos.png/_images/icons/sprite-mdtLogos.png https://mt.gov/_images/icons/sprite-mdtLogos.png — 200 — 8.6 KiB — 199 ms — http/1.1https://mt.gov/_images/photogallery/thumbs/bitterroot_large.jpg/_images/photogallery/thumbs/bitter... https://mt.gov/_images/photogallery/thumbs/bitterroot_large.jpg — 200 — 11.4 KiB — 204 ms — http/1.1https://mt.gov/_images/photogallery/thumbs/IMG_4212.jpg/_images/photogallery/thumbs/IMG_42... https://mt.gov/_images/photogallery/thumbs/IMG_4212.jpg — 200 — 11.5 KiB — 211 ms — http/1.1https://mt.gov/_images/photogallery/thumbs/IMG_1072_1.jpg/_images/photogallery/thumbs/IMG_10... https://mt.gov/_images/photogallery/thumbs/IMG_1072_1.jpg — 200 — 11.8 KiB — 201 ms — http/1.1https://mt.gov/_images/photogallery/thumbs/Spirit_of_MT.jpg/_images/photogallery/thumbs/Spirit... https://mt.gov/_images/photogallery/thumbs/Spirit_of_MT.jpg — 200 — 13.2 KiB — 211 ms — http/1.1https://mt.gov/_images/photogallery/thumbs/IMG_8159_1.jpg/_images/photogallery/thumbs/IMG_81... https://mt.gov/_images/photogallery/thumbs/IMG_8159_1.jpg — 200 — 11.5 KiB — 207 ms — http/1.1https://mt.gov/_images/photogallery/thumbs/_DSC0864.JPG/_images/photogallery/thumbs/_DSC08... https://mt.gov/_images/photogallery/thumbs/_DSC0864.JPG — 200 — 15.6 KiB — 199 ms — http/1.1https://mt.gov/_images/photogallery/thumbs/06_YNP_3778.jpg/_images/photogallery/thumbs/06_YNP... https://mt.gov/_images/photogallery/thumbs/06_YNP_3778.jpg — 200 — 8.2 KiB — 208 ms — http/1.1https://mt.gov/_images/photogallery/thumbs/20060801-20060727_GNP_192.jpg/_images/photogallery/thumbs/200608... https://mt.gov/_images/photogallery/thumbs/20060801-20060727_GNP_192.jpg — 200 — 13.5 KiB — 201 ms — http/1.1https://mt.gov/_images/photogallery/thumbs/DSC_0196.jpg/_images/photogallery/thumbs/DSC_01... https://mt.gov/_images/photogallery/thumbs/DSC_0196.jpg — 200 — 13.1 KiB — 205 ms — http/1.1https://mt.gov/_images/photogallery/thumbs/20060810_GNP_1105.jpg/_images/photogallery/thumbs/200608... https://mt.gov/_images/photogallery/thumbs/20060810_GNP_1105.jpg — 200 — 9.6 KiB — 216 ms — http/1.1https://mt.gov/_images/photogallery/thumbs/20080715_096.jpg/_images/photogallery/thumbs/200807... https://mt.gov/_images/photogallery/thumbs/20080715_096.jpg — 200 — 16.3 KiB — 211 ms — http/1.1https://mt.gov/_images/photogallery/thumbs/20090816-DSC_5799.jpg/_images/photogallery/thumbs/200908... https://mt.gov/_images/photogallery/thumbs/20090816-DSC_5799.jpg — 200 — 14.3 KiB — 209 ms — http/1.1https://mt.gov/_images/photogallery/thumbs/20090816-DSC_5969.jpg/_images/photogallery/thumbs/200908... https://mt.gov/_images/photogallery/thumbs/20090816-DSC_5969.jpg — 200 — 10.3 KiB — 193 ms — http/1.1https://mt.gov/_images/photogallery/thumbs/20090904-DSC_7983.jpg/_images/photogallery/thumbs/200909... https://mt.gov/_images/photogallery/thumbs/20090904-DSC_7983.jpg — 200 — 13.3 KiB — 208 ms — http/1.1https://mt.gov/_images/photogallery/thumbs/20090905-DSC_8197.jpg/_images/photogallery/thumbs/200909... https://mt.gov/_images/photogallery/thumbs/20090905-DSC_8197.jpg — 200 — 11.9 KiB — 212 ms — http/1.1https://mt.gov/_images/photogallery/thumbs/20090915-DSC_9320.jpg/_images/photogallery/thumbs/200909... https://mt.gov/_images/photogallery/thumbs/20090915-DSC_9320.jpg — 200 — 14.5 KiB — 203 ms — http/1.1https://mt.gov/_images/photogallery/thumbs/20090915-DSC_9410.jpg/_images/photogallery/thumbs/200909... https://mt.gov/_images/photogallery/thumbs/20090915-DSC_9410.jpg — 200 — 14.0 KiB — 195 ms — http/1.1https://mt.gov/_images/photogallery/thumbs/DSC_0119-2.jpg/_images/photogallery/thumbs/DSC_01... https://mt.gov/_images/photogallery/thumbs/DSC_0119-2.jpg — 200 — 13.1 KiB — 200 ms — http/1.1https://mt.gov/_images/photogallery/thumbs/DSC_0220.jpg/_images/photogallery/thumbs/DSC_02... https://mt.gov/_images/photogallery/thumbs/DSC_0220.jpg — 200 — 13.0 KiB — 221 ms — http/1.1https://mt.gov/_images/photogallery/thumbs/DSC_0262.jpg/_images/photogallery/thumbs/DSC_02... https://mt.gov/_images/photogallery/thumbs/DSC_0262.jpg — 200 — 14.2 KiB — 214 ms — http/1.1https://mt.gov/_images/photogallery/thumbs/DSC_0848-146.jpg/_images/photogallery/thumbs/DSC_08... https://mt.gov/_images/photogallery/thumbs/DSC_0848-146.jpg — 200 — 7.8 KiB — 209 ms — http/1.1https://mt.gov/_images/photogallery/thumbs/DSC_1107-2.jpg/_images/photogallery/thumbs/DSC_11... https://mt.gov/_images/photogallery/thumbs/DSC_1107-2.jpg — 200 — 15.1 KiB — 205 ms — http/1.1https://mt.gov/_images/photogallery/thumbs/DSC_1301.jpg/_images/photogallery/thumbs/DSC_13... https://mt.gov/_images/photogallery/thumbs/DSC_1301.jpg — 200 — 8.4 KiB — 200 ms — http/1.1https://mt.gov/_images/photogallery/thumbs/DSC_1302.jpg/_images/photogallery/thumbs/DSC_13... https://mt.gov/_images/photogallery/thumbs/DSC_1302.jpg — 200 — 8.6 KiB — 203 ms — http/1.1https://mt.gov/_images/photogallery/thumbs/DSC_1655.jpg/_images/photogallery/thumbs/DSC_16... https://mt.gov/_images/photogallery/thumbs/DSC_1655.jpg — 200 — 13.1 KiB — 205 ms — http/1.1https://mt.gov/_images/photogallery/screen/bitterroot_large.jpg/_images/photogallery/screen/bitter... https://mt.gov/_images/photogallery/screen/bitterroot_large.jpg — 200 — 560.7 KiB — 1.7 s — http/1.1https://mt.gov/_images/photogallery/screen/IMG_4212.jpg/_images/photogallery/screen/IMG_42... https://mt.gov/_images/photogallery/screen/IMG_4212.jpg — 200 — 751.9 KiB — 2.2 s — http/1.1https://template.mt.gov/resources/template/amberalert.js?_=1776816910639template.mt.gov/resources/template/... https://template.mt.gov/resources/template/amberalert.js?_=1776816910639 — 200 — 589 B — 191 ms — http/1.1https://template.mt.gov/resources/template/images/background119_mobile.jpgtemplate.mt.gov/resources/template/... https://template.mt.gov/resources/template/images/background119_mobile.jpg — 200 — 106.2 KiB — 757 ms — http/1.1https://template.mt.gov/resources/template/montanalogo.pngtemplate.mt.gov/resources/template/... https://template.mt.gov/resources/template/montanalogo.png — 200 — 3.7 KiB — 378 ms — http/1.1https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v51/KFO7... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 36.7 KiB — 36 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-TTPSFBZCE5&gtm=45je64h1v9103669682z89123424850za20gzb9123424850zd9123424850&_p=1776816905329&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAAQ&_geo=1&_rdi=1&are=1&cid=566751505.1776816906&frm=0&pscdl=noapi&rcb=5&ul=en-us&_s=2&tag_exp=0~115938465~115938469~117266400~117512542&sid=1776816905&sct=1&seg=1&dl=https%3A%2F%2Fmt.gov%2F&dt=MT.gov%20-%20Official%20State%20Website&en=page_view&_et=4&tfd=7287region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-TTPSFBZCE5&gtm=45je64h1v9103669682z89123424850za20gzb9123424850zd9123424850&_p=1776816905329&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAAQ&_geo=1&_rdi=1&are=1&cid=566751505.1776816906&frm=0&pscdl=noapi&rcb=5&ul=en-us&_s=2&tag_exp=0~115938465~115938469~117266400~117512542&sid=1776816905&sct=1&seg=1&dl=https%3A%2F%2Fmt.gov%2F&dt=MT.gov%20-%20Official%20State%20Website&en=page_view&_et=4&tfd=7287 — 204 — 48 B — 25 ms — h2https://mt.gov/_files/images/favicon.ico/_files/images/favicon.ico https://mt.gov/_files/images/favicon.ico — 200 — 4.4 KiB — 204 ms — http/1.1https://mt.gov/_images/photogallery/screen/IMG_1072_1.jpg/_images/photogallery/screen/IMG_10... https://mt.gov/_images/photogallery/screen/IMG_1072_1.jpg — 200 — 607.1 KiB — 1.9 s — http/1.1https://mt.gov/_images/photogallery/screen/Spirit_of_MT.jpg/_images/photogallery/screen/Spirit... https://mt.gov/_images/photogallery/screen/Spirit_of_MT.jpg — 200 — 265.1 KiB — 952 ms — http/1.1
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
65% of JavaScript execution is third-party
First-party Third-party 2154ms · 1199KB · $29/mo
Unattributable
Other
Costly
Execution 803ms
Transfer 0 KB
Monthly Cost $11/mo
static.formstack.com
Other
Costly
Execution 774ms
Transfer 713 KB
Unused 64%
Monthly Cost $10/mo
Google Tag Manager
Tag Manager
Costly
Execution 215ms
Transfer 156 KB
Unused 42%
Monthly Cost $3/mo
Google Tag Manager
Tag Manager
Optional
Execution 145ms
Transfer 122 KB
Unused 52%
Monthly Cost $2/mo
template.mt.gov
Other
Optional
Execution 103ms
Transfer 21 KB
Monthly Cost $1/mo
code.jquery.com
Other
Optional
Execution 58ms
Transfer 31 KB
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 57ms
Transfer 156 KB
Unused 71%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • Unattributable adds 803ms and costs ~$11/month
  • static.formstack.com adds 774ms and costs ~$10/month
  • Google Tag Manager adds 215ms and costs ~$3/month

65% of JavaScript execution time comes from third-party scripts.

Why this matters

Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.

Learn more

Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.

Source: web.dev / HTTP Archive Web Almanac

Unattributable takes 803ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

static.formstack.com takes 774ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

64% of static.formstack.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

Google Tag Manager takes 215ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

52% of Google Tag Manager's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

71% of Google Tag Manager's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback