Skip to content
https://vermont.gov

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
69
GRADE
D
FIX
5
REVIEW
3
PASS
5
INFO
2

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

81
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.
100
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
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.

1.37 s

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

2.31 s

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

1 ms

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

0.009

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

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

3.61 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
15
5 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
4.9 MB transferred, 112 requests
FIX
4.9 MB transferred, 112 requests
Critical::
Page weighs 8.6 MB (4.9 MB transferred)
Warning::
Images are 3.0 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 3.0 MB
Warning::
JavaScript is 1.6 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.6 MB
Warning::
112 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.0 g CO2 per page load
4.9 MB / 2.4 MB budget
4.9 MB transferred
112 requests
1.0 g CO2 per page load
Images 3.0 MiB 61%
JavaScript 1.6 MiB 32%
Fonts 157.0 KiB 3%
CSS 92.7 KiB 2%
Other 32.8 KiB 1%
HTML 16.6 KiB 0%
Other 8.5 KiB 0%
Other 618 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

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
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (4.9 MiB of 4.9 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
38 scripts, 633 KB unused
FIX
38 scripts, 633 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-V9WQ...: 110 KB unused (70%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://translate.googleapis.com/_/translate_http/...: 95 KB unused (80%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-WVLC...: 69 KB unused (44%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-9T64...: 67 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-K2D...: 65 KB unused (54%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 633 KB
633 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-V9WQH77KLW&cx=c&gtm=4e64k0157 KB110 KB (70%)3rd
https://translate.googleapis.com/_/translate_http/_/js/k=translate_http.tr.es.eNjH1Jo6ldQ.O/am=AAAAAQ/d=1/exm=el_conf/ed=1/rs=AN8SPfq_osd-q7vwQm5aouAQRZibUmx4sg/m=el_main119 KB95 KB (80%)3rd
https://www.googletagmanager.com/gtag/js?id=G-WVLC9E7GSG&cx=c&_slc=1158 KB69 KB (44%)3rd
https://www.googletagmanager.com/gtag/js?id=G-9T64G7YSL7&cx=c&gtm=4e64k0157 KB67 KB (43%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-K2D324M120 KB65 KB (54%)3rd
https://www.googletagmanager.com/gtag/js?id=G-V9WQH77KLW157 KB64 KB (41%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-N2XW8RKK121 KB64 KB (53%)3rd
https://www.google.com/cse/static/element/b33cba5881f68fbf/cse_element__en.js?usqp=CAI%3D98 KB48 KB (49%)3rd
https://cse.google.com/adsense/search/async-ads.js44 KB32 KB (73%)3rd
https://www.vermont.gov/core/assets/vendor/jquery/jquery.min.js?v=3.7.130 KB21 KB (71%)3rd

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
112 resources · 4.9 MB · 633 KB savings available
FIX
112 resources · 4.9 MB · 633 KB savings available
Warning::
Page weight 3.9 MB over 1MB target
Got: 4.9 MB Expected: ≤ 1 MB
Info::
~633 KB of savings available
Warning::
111 third-party resources (100% of weight)
Info::
4 resources over 200KB
112 resources · 4.9 MiB · 111 third-party 3.9 MiB over 1MB target
Image 62% · 3.1 MiB
JavaScript 32% · 1.6 MiB
Font 3% · 157.0 KiB
CSS 2% · 92.7 KiB
Document 0% · 16.6 KiB
Other 0% · 9.2 KiB

~632.9 KiB of savings available

Remove unused JavaScript: 632.9 KiB
F
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.

No Cache-Control header

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

C
Image Optimization
Action
32 images, 0 KB saveable
REVIEW
32 images, 0 KB saveable
Warning::
https://www.vermont.gov/themes/custom/vt2018/image... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.vermont.gov/themes/custom/vt2018/image... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.vermont.gov/themes/custom/vt2018/image... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.vermont.gov/themes/custom/vt2018/image... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.vermont.gov/sites/vermont/files/users/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.vermont.gov/themes/custom/vt2018/image... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.vermont.gov/sites/vermont/files/2025-0... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.vermont.gov/sites/vermont/files/2023-0... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.vermont.gov/sites/vermont/files/users/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
32 images 3.0 MB
0 oversized -0 KB
30 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

B
JS Execution Cost
616ms total JS execution
REVIEW
616ms total JS execution
Warning::
https://www.vermont.gov/: 302ms CPU time
Info::
Unattributable: 142ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-V9WQ...: 68ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-WVLC...: 54ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-9T64...: 52ms CPU time
Warning::
Third-party scripts: 616ms (100% of total)

Main Thread Breakdown

Script Evaluation 35% Other 26% Style & Layout 19% Script Parsing & Compilation 12% Rendering 6%
ScriptTotalScriptingParse/CompileParty
https://www.vermont.gov/302ms2ms0ms3rd
Unattributable142ms4ms0ms3rd
https://www.googletagmanager.com/gtag/js?id=G-V9WQH77KLW68ms55ms12ms3rd
https://www.googletagmanager.com/gtag/js?id=G-WVLC9E7GSG&cx=c&_slc=154ms44ms9ms3rd
https://www.googletagmanager.com/gtag/js?id=G-9T64G7YSL7&cx=c&gtm=4e64k052ms43ms8ms3rd
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 (157 KB)
PASS
4 fonts (157 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

157 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 500 ms 1.0 s 1.5 s 2.0 s FCP 1.4 s LCP 2.3 shttps://fonts.gstatic.com/s/librefranklin/v20/jizDREVItHgc8qDIbSTKq4XkRiUf2zcZiVbJ.woff2jizDREVItHgc8qDIbSTKq4X... https://fonts.gstatic.com/s/librefranklin/v20/jizDREVItHgc8qDIbSTKq4XkRiUf2zcZiVbJ.woff2 — 28.7 KiB — 40 ms — font-display: swaphttps://use.fontawesome.com/releases/v5.2.0/webfonts/fa-solid-900.woff2fa-solid-900.woff2 https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-solid-900.woff2 — 61.6 KiB — 77 ms — font-display: swaphttps://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2JTUSjIg1_i6t8kCHKm459Wl... https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2 — 34.7 KiB — 48 ms — font-display: swaphttps://fonts.gstatic.com/s/librefranklin/v20/jizBREVItHgc8qDIbSTKq4XkRiUa6zUTjnTLgNs.woff2jizBREVItHgc8qDIbSTKq4X... https://fonts.gstatic.com/s/librefranklin/v20/jizBREVItHgc8qDIbSTKq4XkRiUa6zUTjnTLgNs.woff2 — 32.1 KiB — 27 ms — font-display: swap
jizDREVItHgc8qDIbSTKq4X... woff2 swap
Size 29 KB
Load time 40 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
fa-solid-900.woff2 woff2 swap
Size 62 KB
Load time 77 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
JTUSjIg1_i6t8kCHKm459Wl... woff2 swap
Size 35 KB
Load time 48 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
jizBREVItHgc8qDIbSTKq4X... woff2 swap
Size 32 KB
Load time 27 ms
Start 1.2 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)
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
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
112 requests over 3406ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 1.4 s LCP 2.3 shttps://vermont.gov// https://vermont.gov/ — 302 — 128 B — 521 ms — http/1.0https://www.vermont.gov/www.vermont.gov/ https://www.vermont.gov/ — 200 — 10.8 KiB — 17 ms — h2https://www.vermont.gov/core/misc/components/progress.module.css?td8biuwww.vermont.gov/core/misc/component... https://www.vermont.gov/core/misc/components/progress.module.css?td8biu — 200 — 835 B — 279 ms — h2https://www.vermont.gov/core/misc/components/ajax-progress.module.css?td8biuwww.vermont.gov/core/misc/component... https://www.vermont.gov/core/misc/components/ajax-progress.module.css?td8biu — 200 — 961 B — 275 ms — h2https://www.vermont.gov/core/modules/system/css/components/align.module.css?td8biuwww.vermont.gov/core/modules/system... https://www.vermont.gov/core/modules/system/css/components/align.module.css?td8biu — 200 — 699 B — 281 ms — h2https://www.vermont.gov/core/modules/system/css/components/fieldgroup.module.css?td8biuwww.vermont.gov/core/modules/system... https://www.vermont.gov/core/modules/system/css/components/fieldgroup.module.css?td8biu — 200 — 576 B — 276 ms — h2https://www.vermont.gov/core/modules/system/css/components/container-inline.module.css?td8biuwww.vermont.gov/core/modules/system... https://www.vermont.gov/core/modules/system/css/components/container-inline.module.css?td8biu — 200 — 652 B — 273 ms — h2https://www.vermont.gov/core/modules/system/css/components/clearfix.module.css?td8biuwww.vermont.gov/core/modules/system... https://www.vermont.gov/core/modules/system/css/components/clearfix.module.css?td8biu — 200 — 706 B — 280 ms — h2https://www.vermont.gov/core/modules/system/css/components/details.module.css?td8biuwww.vermont.gov/core/modules/system... https://www.vermont.gov/core/modules/system/css/components/details.module.css?td8biu — 200 — 604 B — 282 ms — h2https://www.vermont.gov/core/modules/system/css/components/hidden.module.css?td8biuwww.vermont.gov/core/modules/system... https://www.vermont.gov/core/modules/system/css/components/hidden.module.css?td8biu — 200 — 1.1 KiB — 284 ms — h2https://www.vermont.gov/core/modules/system/css/components/item-list.module.css?td8biuwww.vermont.gov/core/modules/system... https://www.vermont.gov/core/modules/system/css/components/item-list.module.css?td8biu — 200 — 638 B — 278 ms — h2https://www.vermont.gov/core/modules/system/css/components/js.module.css?td8biuwww.vermont.gov/core/modules/system... https://www.vermont.gov/core/modules/system/css/components/js.module.css?td8biu — 200 — 827 B — 282 ms — h2https://www.vermont.gov/core/modules/system/css/components/nowrap.module.css?td8biuwww.vermont.gov/core/modules/system... https://www.vermont.gov/core/modules/system/css/components/nowrap.module.css?td8biu — 200 — 588 B — 291 ms — h2https://www.vermont.gov/core/modules/system/css/components/position-container.module.css?td8biuwww.vermont.gov/core/modules/system... https://www.vermont.gov/core/modules/system/css/components/position-container.module.css?td8biu — 200 — 577 B — 287 ms — h2https://www.vermont.gov/core/modules/system/css/components/reset-appearance.module.css?td8biuwww.vermont.gov/core/modules/system... https://www.vermont.gov/core/modules/system/css/components/reset-appearance.module.css?td8biu — 200 — 668 B — 334 ms — h2https://www.vermont.gov/core/modules/system/css/components/resize.module.css?td8biuwww.vermont.gov/core/modules/system... https://www.vermont.gov/core/modules/system/css/components/resize.module.css?td8biu — 200 — 638 B — 293 ms — h2https://www.vermont.gov/core/modules/system/css/components/system-status-counter.css?td8biuwww.vermont.gov/core/modules/system... https://www.vermont.gov/core/modules/system/css/components/system-status-counter.css?td8biu — 200 — 798 B — 297 ms — h2https://www.vermont.gov/core/modules/system/css/components/system-status-report-counters.css?td8biuwww.vermont.gov/core/modules/system... https://www.vermont.gov/core/modules/system/css/components/system-status-report-counters.css?td8biu — 200 — 788 B — 294 ms — h2https://www.vermont.gov/core/modules/system/css/components/system-status-report-general-info.css?td8biuwww.vermont.gov/core/modules/system... https://www.vermont.gov/core/modules/system/css/components/system-status-report-general-info.css?td8biu — 200 — 656 B — 283 ms — h2https://www.vermont.gov/core/modules/system/css/components/tablesort.module.css?td8biuwww.vermont.gov/core/modules/system... https://www.vermont.gov/core/modules/system/css/components/tablesort.module.css?td8biu — 200 — 692 B — 284 ms — h2https://www.vermont.gov/core/modules/views/css/views.module.css?td8biuwww.vermont.gov/core/modules/views/... https://www.vermont.gov/core/modules/views/css/views.module.css?td8biu — 200 — 697 B — 282 ms — h2https://www.vermont.gov/modules/custom/vt_d8_custom_modules/vt_search/css/vt_search_form.css?td8biuwww.vermont.gov/modules/custom/vt_d... https://www.vermont.gov/modules/custom/vt_d8_custom_modules/vt_search/css/vt_search_form.css?td8biu — 200 — 778 B — 289 ms — h2https://www.vermont.gov/modules/custom/vt_d8_custom_modules/vt_search/css/vt_search_results.css?td8biuwww.vermont.gov/modules/custom/vt_d... https://www.vermont.gov/modules/custom/vt_d8_custom_modules/vt_search/css/vt_search_results.css?td8biu — 200 — 917 B — 287 ms — h2https://www.vermont.gov/themes/custom/vt2018/css/style.css?td8biuwww.vermont.gov/themes/custom/vt201... https://www.vermont.gov/themes/custom/vt2018/css/style.css?td8biu — 200 — 35.8 KiB — 363 ms — h2https://www.vermont.gov/themes/custom/vt2018/css/drupal-specific.css?td8biuwww.vermont.gov/themes/custom/vt201... https://www.vermont.gov/themes/custom/vt2018/css/drupal-specific.css?td8biu — 200 — 590 B — 294 ms — h2https://www.vermont.gov/themes/custom/vt2018/css/google-search.css?td8biuwww.vermont.gov/themes/custom/vt201... https://www.vermont.gov/themes/custom/vt2018/css/google-search.css?td8biu — 200 — 13.3 KiB — 356 ms — h2https://use.fontawesome.com/releases/v5.2.0/css/all.cssuse.fontawesome.com/releases/v5.2.0... https://use.fontawesome.com/releases/v5.2.0/css/all.css — 200 — 11.1 KiB — 95 ms — h2https://www.vermont.gov/core/misc/drupalSettingsLoader.js?v=10.5.8www.vermont.gov/core/misc/drupalSet... https://www.vermont.gov/core/misc/drupalSettingsLoader.js?v=10.5.8 — 200 — 1.1 KiB — 570 ms — h2https://www.vermont.gov/modules/contrib/google_tag/js/gtag.js?td8biuwww.vermont.gov/modules/contrib/goo... https://www.vermont.gov/modules/contrib/google_tag/js/gtag.js?td8biu — 200 — 1006 B — 288 ms — h2https://www.vermont.gov/modules/contrib/google_tag/js/gtm.js?td8biuwww.vermont.gov/modules/contrib/goo... https://www.vermont.gov/modules/contrib/google_tag/js/gtm.js?td8biu — 200 — 921 B — 297 ms — h2
0 ms 1.0 s 2.0 s 3.0 s FCP 1.4 s LCP 2.3 shttps://vermont.gov// https://vermont.gov/ — 302 — 128 B — 521 ms — http/1.0https://www.vermont.gov/www.vermont.gov/ https://www.vermont.gov/ — 200 — 10.8 KiB — 17 ms — h2https://www.vermont.gov/core/misc/components/progress.module.css?td8biuwww.vermont.gov/core/misc/component... https://www.vermont.gov/core/misc/components/progress.module.css?td8biu — 200 — 835 B — 279 ms — h2https://www.vermont.gov/core/misc/components/ajax-progress.module.css?td8biuwww.vermont.gov/core/misc/component... https://www.vermont.gov/core/misc/components/ajax-progress.module.css?td8biu — 200 — 961 B — 275 ms — h2https://www.vermont.gov/core/modules/system/css/components/align.module.css?td8biuwww.vermont.gov/core/modules/system... https://www.vermont.gov/core/modules/system/css/components/align.module.css?td8biu — 200 — 699 B — 281 ms — h2https://www.vermont.gov/core/modules/system/css/components/fieldgroup.module.css?td8biuwww.vermont.gov/core/modules/system... https://www.vermont.gov/core/modules/system/css/components/fieldgroup.module.css?td8biu — 200 — 576 B — 276 ms — h2https://www.vermont.gov/core/modules/system/css/components/container-inline.module.css?td8biuwww.vermont.gov/core/modules/system... https://www.vermont.gov/core/modules/system/css/components/container-inline.module.css?td8biu — 200 — 652 B — 273 ms — h2https://www.vermont.gov/core/modules/system/css/components/clearfix.module.css?td8biuwww.vermont.gov/core/modules/system... https://www.vermont.gov/core/modules/system/css/components/clearfix.module.css?td8biu — 200 — 706 B — 280 ms — h2https://www.vermont.gov/core/modules/system/css/components/details.module.css?td8biuwww.vermont.gov/core/modules/system... https://www.vermont.gov/core/modules/system/css/components/details.module.css?td8biu — 200 — 604 B — 282 ms — h2https://www.vermont.gov/core/modules/system/css/components/hidden.module.css?td8biuwww.vermont.gov/core/modules/system... https://www.vermont.gov/core/modules/system/css/components/hidden.module.css?td8biu — 200 — 1.1 KiB — 284 ms — h2https://www.vermont.gov/core/modules/system/css/components/item-list.module.css?td8biuwww.vermont.gov/core/modules/system... https://www.vermont.gov/core/modules/system/css/components/item-list.module.css?td8biu — 200 — 638 B — 278 ms — h2https://www.vermont.gov/core/modules/system/css/components/js.module.css?td8biuwww.vermont.gov/core/modules/system... https://www.vermont.gov/core/modules/system/css/components/js.module.css?td8biu — 200 — 827 B — 282 ms — h2https://www.vermont.gov/core/modules/system/css/components/nowrap.module.css?td8biuwww.vermont.gov/core/modules/system... https://www.vermont.gov/core/modules/system/css/components/nowrap.module.css?td8biu — 200 — 588 B — 291 ms — h2https://www.vermont.gov/core/modules/system/css/components/position-container.module.css?td8biuwww.vermont.gov/core/modules/system... https://www.vermont.gov/core/modules/system/css/components/position-container.module.css?td8biu — 200 — 577 B — 287 ms — h2https://www.vermont.gov/core/modules/system/css/components/reset-appearance.module.css?td8biuwww.vermont.gov/core/modules/system... https://www.vermont.gov/core/modules/system/css/components/reset-appearance.module.css?td8biu — 200 — 668 B — 334 ms — h2https://www.vermont.gov/core/modules/system/css/components/resize.module.css?td8biuwww.vermont.gov/core/modules/system... https://www.vermont.gov/core/modules/system/css/components/resize.module.css?td8biu — 200 — 638 B — 293 ms — h2https://www.vermont.gov/core/modules/system/css/components/system-status-counter.css?td8biuwww.vermont.gov/core/modules/system... https://www.vermont.gov/core/modules/system/css/components/system-status-counter.css?td8biu — 200 — 798 B — 297 ms — h2https://www.vermont.gov/core/modules/system/css/components/system-status-report-counters.css?td8biuwww.vermont.gov/core/modules/system... https://www.vermont.gov/core/modules/system/css/components/system-status-report-counters.css?td8biu — 200 — 788 B — 294 ms — h2https://www.vermont.gov/core/modules/system/css/components/system-status-report-general-info.css?td8biuwww.vermont.gov/core/modules/system... https://www.vermont.gov/core/modules/system/css/components/system-status-report-general-info.css?td8biu — 200 — 656 B — 283 ms — h2https://www.vermont.gov/core/modules/system/css/components/tablesort.module.css?td8biuwww.vermont.gov/core/modules/system... https://www.vermont.gov/core/modules/system/css/components/tablesort.module.css?td8biu — 200 — 692 B — 284 ms — h2https://www.vermont.gov/core/modules/views/css/views.module.css?td8biuwww.vermont.gov/core/modules/views/... https://www.vermont.gov/core/modules/views/css/views.module.css?td8biu — 200 — 697 B — 282 ms — h2https://www.vermont.gov/modules/custom/vt_d8_custom_modules/vt_search/css/vt_search_form.css?td8biuwww.vermont.gov/modules/custom/vt_d... https://www.vermont.gov/modules/custom/vt_d8_custom_modules/vt_search/css/vt_search_form.css?td8biu — 200 — 778 B — 289 ms — h2https://www.vermont.gov/modules/custom/vt_d8_custom_modules/vt_search/css/vt_search_results.css?td8biuwww.vermont.gov/modules/custom/vt_d... https://www.vermont.gov/modules/custom/vt_d8_custom_modules/vt_search/css/vt_search_results.css?td8biu — 200 — 917 B — 287 ms — h2https://www.vermont.gov/themes/custom/vt2018/css/style.css?td8biuwww.vermont.gov/themes/custom/vt201... https://www.vermont.gov/themes/custom/vt2018/css/style.css?td8biu — 200 — 35.8 KiB — 363 ms — h2https://www.vermont.gov/themes/custom/vt2018/css/drupal-specific.css?td8biuwww.vermont.gov/themes/custom/vt201... https://www.vermont.gov/themes/custom/vt2018/css/drupal-specific.css?td8biu — 200 — 590 B — 294 ms — h2https://www.vermont.gov/themes/custom/vt2018/css/google-search.css?td8biuwww.vermont.gov/themes/custom/vt201... https://www.vermont.gov/themes/custom/vt2018/css/google-search.css?td8biu — 200 — 13.3 KiB — 356 ms — h2https://use.fontawesome.com/releases/v5.2.0/css/all.cssuse.fontawesome.com/releases/v5.2.0... https://use.fontawesome.com/releases/v5.2.0/css/all.css — 200 — 11.1 KiB — 95 ms — h2https://www.vermont.gov/core/misc/drupalSettingsLoader.js?v=10.5.8www.vermont.gov/core/misc/drupalSet... https://www.vermont.gov/core/misc/drupalSettingsLoader.js?v=10.5.8 — 200 — 1.1 KiB — 570 ms — h2https://www.vermont.gov/modules/contrib/google_tag/js/gtag.js?td8biuwww.vermont.gov/modules/contrib/goo... https://www.vermont.gov/modules/contrib/google_tag/js/gtag.js?td8biu — 200 — 1006 B — 288 ms — h2https://www.vermont.gov/modules/contrib/google_tag/js/gtm.js?td8biuwww.vermont.gov/modules/contrib/goo... https://www.vermont.gov/modules/contrib/google_tag/js/gtm.js?td8biu — 200 — 921 B — 297 ms — h2https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInittranslate.google.com/translate_a/el... https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit — 200 — 28.3 KiB — 112 ms — h2https://www.vermont.gov/themes/custom/vt2018/images/COA-color.pngwww.vermont.gov/themes/custom/vt201... https://www.vermont.gov/themes/custom/vt2018/images/COA-color.png — 200 — 106.3 KiB — 513 ms — h2https://www.vermont.gov/themes/custom/vt2018/images/icon-dot-gov.svgwww.vermont.gov/themes/custom/vt201... https://www.vermont.gov/themes/custom/vt2018/images/icon-dot-gov.svg — 200 — 1019 B — 293 ms — h2https://www.vermont.gov/themes/custom/vt2018/images/icon-https.svgwww.vermont.gov/themes/custom/vt201... https://www.vermont.gov/themes/custom/vt2018/images/icon-https.svg — 200 — 1012 B — 120 ms — h2https://fonts.googleapis.com/css?family=Libre+Franklin:400,400i,500,500i,700,700i|Montserrat:400,400i,500,700,700ifonts.googleapis.com/css?family=Lib... https://fonts.googleapis.com/css?family=Libre+Franklin:400,400i,500,500i,700,700i|Montserrat:400,400i,500,700,700i — 200 — 1.4 KiB — 73 ms — h2https://www.vermont.gov/themes/custom/vt2018/images/svg/vermont-logo-stacked.svgwww.vermont.gov/themes/custom/vt201... https://www.vermont.gov/themes/custom/vt2018/images/svg/vermont-logo-stacked.svg — 200 — 13.3 KiB — 189 ms — h2https://www.vermont.gov/themes/custom/vt2018/images/svg/vermont-logo.svgwww.vermont.gov/themes/custom/vt201... https://www.vermont.gov/themes/custom/vt2018/images/svg/vermont-logo.svg — 200 — 13.0 KiB — 190 ms — h2https://www.gstatic.com/_/translate_http/_/ss/k=translate_http.tr.zZZZhVqDDCw.L.W.O/am=BBA4/d=0/rs=AN8SPfoccYc_h-zeKMQux1N0I7taUB-_tA/m=el_main_csswww.gstatic.com/_/translate_http/_/... https://www.gstatic.com/_/translate_http/_/ss/k=translate_http.tr.zZZZhVqDDCw.L.W.O/am=BBA4/d=0/rs=AN8SPfoccYc_h-zeKMQux1N0I7taUB-_tA/m=el_main_css — 200 — 4.6 KiB — 73 ms — h2https://www.vermont.gov/core/assets/vendor/jquery/jquery.min.js?v=3.7.1www.vermont.gov/core/assets/vendor/... https://www.vermont.gov/core/assets/vendor/jquery/jquery.min.js?v=3.7.1 — 200 — 29.8 KiB — 264 ms — h2https://www.vermont.gov/core/assets/vendor/once/once.min.js?v=1.0.1www.vermont.gov/core/assets/vendor/... https://www.vermont.gov/core/assets/vendor/once/once.min.js?v=1.0.1 — 200 — 1.1 KiB — 117 ms — h2https://www.vermont.gov/core/misc/drupal.js?v=10.5.8www.vermont.gov/core/misc/drupal.js... https://www.vermont.gov/core/misc/drupal.js?v=10.5.8 — 200 — 6.3 KiB — 195 ms — h2https://fonts.gstatic.com/s/librefranklin/v20/jizDREVItHgc8qDIbSTKq4XkRiUf2zcZiVbJ.woff2fonts.gstatic.com/s/librefranklin/v... https://fonts.gstatic.com/s/librefranklin/v20/jizDREVItHgc8qDIbSTKq4XkRiUf2zcZiVbJ.woff2 — 200 — 28.7 KiB — 40 ms — h3https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-solid-900.woff2use.fontawesome.com/releases/v5.2.0... https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-solid-900.woff2 — 200 — 61.6 KiB — 77 ms — h2https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2fonts.gstatic.com/s/montserrat/v31/... https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2 — 200 — 34.7 KiB — 48 ms — h3https://www.vermont.gov/themes/custom/vt2018/images/sov/Homepage-Header-WEB.jpgwww.vermont.gov/themes/custom/vt201... https://www.vermont.gov/themes/custom/vt2018/images/sov/Homepage-Header-WEB.jpg — 200 — 320.5 KiB — 561 ms — h2https://fonts.gstatic.com/s/librefranklin/v20/jizBREVItHgc8qDIbSTKq4XkRiUa6zUTjnTLgNs.woff2fonts.gstatic.com/s/librefranklin/v... https://fonts.gstatic.com/s/librefranklin/v20/jizBREVItHgc8qDIbSTKq4XkRiUa6zUTjnTLgNs.woff2 — 200 — 32.1 KiB — 27 ms — h3https://www.vermont.gov/core/misc/drupal.init.js?v=10.5.8www.vermont.gov/core/misc/drupal.in... https://www.vermont.gov/core/misc/drupal.init.js?v=10.5.8 — 200 — 1.4 KiB — 114 ms — h2https://www.vermont.gov/core/assets/vendor/tabbable/index.umd.min.js?v=6.2.0www.vermont.gov/core/assets/vendor/... https://www.vermont.gov/core/assets/vendor/tabbable/index.umd.min.js?v=6.2.0 — 200 — 2.7 KiB — 118 ms — h2https://www.vermont.gov/core/misc/progress.js?v=10.5.8www.vermont.gov/core/misc/progress.... https://www.vermont.gov/core/misc/progress.js?v=10.5.8 — 200 — 2.0 KiB — 110 ms — h2https://www.vermont.gov/core/assets/vendor/loadjs/loadjs.min.js?v=4.3.0www.vermont.gov/core/assets/vendor/... https://www.vermont.gov/core/assets/vendor/loadjs/loadjs.min.js?v=4.3.0 — 200 — 1.3 KiB — 127 ms — h2https://www.vermont.gov/core/misc/debounce.js?v=10.5.8www.vermont.gov/core/misc/debounce.... https://www.vermont.gov/core/misc/debounce.js?v=10.5.8 — 200 — 1.0 KiB — 113 ms — h2https://www.vermont.gov/core/misc/announce.js?v=10.5.8www.vermont.gov/core/misc/announce.... https://www.vermont.gov/core/misc/announce.js?v=10.5.8 — 200 — 2.0 KiB — 114 ms — h2https://www.vermont.gov/core/misc/message.js?v=10.5.8www.vermont.gov/core/misc/message.j... https://www.vermont.gov/core/misc/message.js?v=10.5.8 — 200 — 2.7 KiB — 111 ms — h2https://www.vermont.gov/core/misc/ajax.js?v=10.5.8www.vermont.gov/core/misc/ajax.js?v... https://www.vermont.gov/core/misc/ajax.js?v=10.5.8 — 200 — 16.6 KiB — 262 ms — h2https://www.vermont.gov/modules/contrib/google_tag/js/gtag.ajax.js?td8biuwww.vermont.gov/modules/contrib/goo... https://www.vermont.gov/modules/contrib/google_tag/js/gtag.ajax.js?td8biu — 200 — 991 B — 113 ms — h2https://www.vermont.gov/themes/custom/vt2018/js/modernizr-2.0.6.min.js?v=10.5.8www.vermont.gov/themes/custom/vt201... https://www.vermont.gov/themes/custom/vt2018/js/modernizr-2.0.6.min.js?v=10.5.8 — 200 — 6.7 KiB — 191 ms — h2https://www.vermont.gov/themes/custom/vt2018/js/plugins.js?v=10.5.8www.vermont.gov/themes/custom/vt201... https://www.vermont.gov/themes/custom/vt2018/js/plugins.js?v=10.5.8 — 200 — 1.4 KiB — 111 ms — h2https://www.vermont.gov/themes/custom/vt2018/js/script.js?v=10.5.8www.vermont.gov/themes/custom/vt201... https://www.vermont.gov/themes/custom/vt2018/js/script.js?v=10.5.8 — 200 — 4.2 KiB — 187 ms — h2https://www.vermont.gov/themes/custom/vt2018/js/banner-dropdown.js?v=10.5.8www.vermont.gov/themes/custom/vt201... https://www.vermont.gov/themes/custom/vt2018/js/banner-dropdown.js?v=10.5.8 — 200 — 1.1 KiB — 121 ms — h2https://www.vermont.gov/modules/custom/vt_d8_custom_modules/vt_search/js/vt_search_form.js?v=1.xwww.vermont.gov/modules/custom/vt_d... https://www.vermont.gov/modules/custom/vt_d8_custom_modules/vt_search/js/vt_search_form.js?v=1.x — 200 — 2.8 KiB — 119 ms — h2https://www.vermont.gov/modules/custom/vt_d8_custom_modules/vt_search/js/vt_search_results.js?v=1.xwww.vermont.gov/modules/custom/vt_d... https://www.vermont.gov/modules/custom/vt_d8_custom_modules/vt_search/js/vt_search_results.js?v=1.x — 200 — 470 B — 118 ms — h2https://use.fontawesome.com/releases/v5.1.1/js/all.jsuse.fontawesome.com/releases/v5.1.1... https://use.fontawesome.com/releases/v5.1.1/js/all.js — 200 — 323.3 KiB — 69 ms — h2https://use.fontawesome.com/releases/v5.1.1/js/v4-shims.jsuse.fontawesome.com/releases/v5.1.1... https://use.fontawesome.com/releases/v5.1.1/js/v4-shims.js — 200 — 4.8 KiB — 32 ms — h2https://www.vermont.gov/themes/custom/vt2018/images/svg/icon-search.svgwww.vermont.gov/themes/custom/vt201... https://www.vermont.gov/themes/custom/vt2018/images/svg/icon-search.svg — 200 — 1.3 KiB — 121 ms — h2https://www.vermont.gov/themes/custom/vt2018/images/sov/Live-Megamenu-Thumbnail-WEB.jpgwww.vermont.gov/themes/custom/vt201... https://www.vermont.gov/themes/custom/vt2018/images/sov/Live-Megamenu-Thumbnail-WEB.jpg — 200 — 192.3 KiB — 514 ms — h2https://www.vermont.gov/themes/custom/vt2018/images/sov/Work-Megamenu-Thumbnail-WEB.jpgwww.vermont.gov/themes/custom/vt201... https://www.vermont.gov/themes/custom/vt2018/images/sov/Work-Megamenu-Thumbnail-WEB.jpg — 200 — 146.5 KiB — 517 ms — h2https://www.vermont.gov/themes/custom/vt2018/images/sov/Explore-Megamenu-Thumbnail-WEB.jpgwww.vermont.gov/themes/custom/vt201... https://www.vermont.gov/themes/custom/vt2018/images/sov/Explore-Megamenu-Thumbnail-WEB.jpg — 200 — 197.0 KiB — 507 ms — h2https://www.vermont.gov/themes/custom/vt2018/images/sov/Learn-Megamenu-Thumbnail-WEB.jpgwww.vermont.gov/themes/custom/vt201... https://www.vermont.gov/themes/custom/vt2018/images/sov/Learn-Megamenu-Thumbnail-WEB.jpg — 200 — 125.6 KiB — 509 ms — h2https://www.vermont.gov/themes/custom/vt2018/images/menu-features/statehouse_inside.jpgwww.vermont.gov/themes/custom/vt201... https://www.vermont.gov/themes/custom/vt2018/images/menu-features/statehouse_inside.jpg — 200 — 77.7 KiB — 280 ms — h2https://www.vermont.gov/themes/custom/vt2018/images/sov/Online-Services-Megamenu-Thumbnail-WEB.jpgwww.vermont.gov/themes/custom/vt201... https://www.vermont.gov/themes/custom/vt2018/images/sov/Online-Services-Megamenu-Thumbnail-WEB.jpg — 200 — 167.0 KiB — 525 ms — h2https://www.vermont.gov/sites/vermont/files/users/user859/2023-01-09%20Portrait%20of%20AG%20Clark.jpgwww.vermont.gov/sites/vermont/files... https://www.vermont.gov/sites/vermont/files/users/user859/2023-01-09%20Portrait%20of%20AG%20Clark.jpg — 200 — 118.9 KiB — 496 ms — h2https://www.vermont.gov/sites/vermont/files/users/user859/SarahCopelandHanzas.jpgwww.vermont.gov/sites/vermont/files... https://www.vermont.gov/sites/vermont/files/users/user859/SarahCopelandHanzas.jpg — 200 — 115.0 KiB — 512 ms — h2https://www.vermont.gov/themes/custom/vt2018/images/doug-hoffer.jpgwww.vermont.gov/themes/custom/vt201... https://www.vermont.gov/themes/custom/vt2018/images/doug-hoffer.jpg — 200 — 55.2 KiB — 279 ms — h2https://www.vermont.gov/themes/custom/vt2018/images/general-assembly.jpgwww.vermont.gov/themes/custom/vt201... https://www.vermont.gov/themes/custom/vt2018/images/general-assembly.jpg — 200 — 110.5 KiB — 504 ms — h2https://www.vermont.gov/themes/custom/vt2018/images/svg/state-seal.svgwww.vermont.gov/themes/custom/vt201... https://www.vermont.gov/themes/custom/vt2018/images/svg/state-seal.svg — 200 — 159.5 KiB — 597 ms — h2https://www.googletagmanager.com/gtag/js?id=G-V9WQH77KLWwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-V9WQH77KLW — 200 — 157.3 KiB — 163 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-K2D324Mwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-K2D324M — 200 — 119.5 KiB — 175 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-N2XW8RKKwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-N2XW8RKK — 200 — 120.8 KiB — 138 ms — h2https://translate.googleapis.com/_/translate_http/_/js/k=translate_http.tr.es.eNjH1Jo6ldQ.O/am=AAAAAQ/d=1/exm=el_conf/ed=1/rs=AN8SPfq_osd-q7vwQm5aouAQRZibUmx4sg/m=el_maintranslate.googleapis.com/_/translat... https://translate.googleapis.com/_/translate_http/_/js/k=translate_http.tr.es.eNjH1Jo6ldQ.O/am=AAAAAQ/d=1/exm=el_conf/ed=1/rs=AN8SPfq_osd-q7vwQm5aouAQRZibUmx4sg/m=el_main — 200 — 118.7 KiB — 134 ms — h2https://www.vermont.gov/themes/custom/vt2018/images/svg/icon-external-grey.svgwww.vermont.gov/themes/custom/vt201... https://www.vermont.gov/themes/custom/vt2018/images/svg/icon-external-grey.svg — 200 — 1.2 KiB — 126 ms — h2https://www.vermont.gov/themes/custom/vt2018/images/governor.jpgwww.vermont.gov/themes/custom/vt201... https://www.vermont.gov/themes/custom/vt2018/images/governor.jpg — 200 — 796.5 KiB — 667 ms — h2https://www.vermont.gov/themes/custom/vt2018/images/svg/icon-external-white.svgwww.vermont.gov/themes/custom/vt201... https://www.vermont.gov/themes/custom/vt2018/images/svg/icon-external-white.svg — 200 — 1.0 KiB — 125 ms — h2https://www.vermont.gov/sites/vermont/files/2025-01/john_rodgers_0.jpgwww.vermont.gov/sites/vermont/files... https://www.vermont.gov/sites/vermont/files/2025-01/john_rodgers_0.jpg — 200 — 250.7 KiB — 577 ms — h2https://www.vermont.gov/sites/vermont/files/2023-01/MikePieciak.jpegwww.vermont.gov/sites/vermont/files... https://www.vermont.gov/sites/vermont/files/2023-01/MikePieciak.jpeg — 200 — 113.3 KiB — 510 ms — h2https://cse.google.com/cse.js?cx=006058638614977388247:p4bv-srvwogcse.google.com/cse.js?cx=0060586386... https://cse.google.com/cse.js?cx=006058638614977388247:p4bv-srvwog — 200 — 4.0 KiB — 87 ms — h2https://fonts.gstatic.com/s/i/productlogos/translate/v14/24px.svgfonts.gstatic.com/s/i/productlogos/... https://fonts.gstatic.com/s/i/productlogos/translate/v14/24px.svg — 200 — 3.3 KiB — 27 ms — h3https://www.gstatic.com/images/branding/product/2x/translate_24dp.pngwww.gstatic.com/images/branding/pro... https://www.gstatic.com/images/branding/product/2x/translate_24dp.png — 200 — 2.1 KiB — 33 ms — h2https://translate-pa.googleapis.com/v1/supportedLanguages?client=te&display_language=es&key=AIzaSyBWDj0QJvVIx8XOhRegXX5_SrRWxhT5Hs4&callback=callbacktranslate-pa.googleapis.com/v1/supp... https://translate-pa.googleapis.com/v1/supportedLanguages?client=te&display_language=es&key=AIzaSyBWDj0QJvVIx8XOhRegXX5_SrRWxhT5Hs4&callback=callback — 200 — 3.3 KiB — 94 ms — h2https://www.googletagmanager.com/gtag/js?id=G-V9WQH77KLW&cx=c&gtm=4e64k0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-V9WQH77KLW&cx=c&gtm=4e64k0 — 200 — 157.3 KiB — 44 ms — h2https://www.googletagmanager.com/gtag/js?id=G-9T64G7YSL7&cx=c&gtm=4e64k0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-9T64G7YSL7&cx=c&gtm=4e64k0 — 200 — 156.8 KiB — 47 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-V9WQH77KLW&gtm=45je64k0v9193696169za200zb9240138011zd9240138011&_p=1776889300646&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&gdid=dMDhkMT&are=1&cid=1328643370.1776889302&frm=0&pscdl=noapi&rcb=5&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938466~115938469~117266401~117512542~117884344&sid=1776889301&sct=1&seg=0&dl=https%3A%2F%2Fwww.vermont.gov%2F&dt=Home%20%7C%20Vermont.gov&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=2059region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-V9WQH77KLW&gtm=45je64k0v9193696169za200zb9240138011zd9240138011&_p=1776889300646&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&gdid=dMDhkMT&are=1&cid=1328643370.1776889302&frm=0&pscdl=noapi&rcb=5&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938466~115938469~117266401~117512542~117884344&sid=1776889301&sct=1&seg=0&dl=https%3A%2F%2Fwww.vermont.gov%2F&dt=Home%20%7C%20Vermont.gov&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=2059 — 204 — 550 B — 95 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 78 ms — h2https://www.google.com/cse/static/element/b33cba5881f68fbf/cse_element__en.js?usqp=CAI%3Dwww.google.com/cse/static/element/b... https://www.google.com/cse/static/element/b33cba5881f68fbf/cse_element__en.js?usqp=CAI%3D — 200 — 98.5 KiB — 95 ms — h3https://www.google.com/cse/static/element/b33cba5881f68fbf/default_v6+en.csswww.google.com/cse/static/element/b... https://www.google.com/cse/static/element/b33cba5881f68fbf/default_v6+en.css — 200 — 9.7 KiB — 66 ms — h3https://www.google.com/cse/static/style/look/v6/default.csswww.google.com/cse/static/style/loo... https://www.google.com/cse/static/style/look/v6/default.css — 200 — 1.2 KiB — 58 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-9T64G7YSL7&gtm=45je64k0v9233697580za200zb9240138011zd9240138011&_p=1776889300646&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&gdid=dMDhkMT&are=1&cid=1328643370.1776889302&frm=0&pscdl=noapi&rcb=13&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938466~115938469~117266400~117384405~117512542&sid=1776889301&sct=1&seg=0&dl=https%3A%2F%2Fwww.vermont.gov%2F&dt=Home%20%7C%20Vermont.gov&en=page_view&_fv=1&_ss=1&_ee=1&tfd=2142region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-9T64G7YSL7&gtm=45je64k0v9233697580za200zb9240138011zd9240138011&_p=1776889300646&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&gdid=dMDhkMT&are=1&cid=1328643370.1776889302&frm=0&pscdl=noapi&rcb=13&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938466~115938469~117266400~117384405~117512542&sid=1776889301&sct=1&seg=0&dl=https%3A%2F%2Fwww.vermont.gov%2F&dt=Home%20%7C%20Vermont.gov&en=page_view&_fv=1&_ss=1&_ee=1&tfd=2142 — 204 — 48 B — 43 ms — h2https://www.google-analytics.com/j/collect?v=1&_v=j102&a=264062277&t=pageview&_s=1&dl=https%3A%2F%2Fwww.vermont.gov%2F&ul=en-us&dt=Home%20%7C%20Vermont.gov&sr=800x600&vp=1350x940&_u=YADAAEABAAAAACAAI~&jid=341999205&gjid=309054748&cid=1328643370.1776889302&tid=UA-72263317-37&_gid=1238965233.1776889302&_r=1&_slc=1&gtm=45He64k0n81K2D324Mv811797205za200zd811797205&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938468~117266401&npa=1&z=492907234www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&a=264062277&t=pageview&_s=1&dl=https%3A%2F%2Fwww.vermont.gov%2F&ul=en-us&dt=Home%20%7C%20Vermont.gov&sr=800x600&vp=1350x940&_u=YADAAEABAAAAACAAI~&jid=341999205&gjid=309054748&cid=1328643370.1776889302&tid=UA-72263317-37&_gid=1238965233.1776889302&_r=1&_slc=1&gtm=45He64k0n81K2D324Mv811797205za200zd811797205&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938468~117266401&npa=1&z=492907234 — 200 — 466 B — 26 ms — h2https://cse.google.com/adsense/search/async-ads.jscse.google.com/adsense/search/async... https://cse.google.com/adsense/search/async-ads.js — 200 — 43.6 KiB — 53 ms — h2data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://w…w… data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://w… — 200 — 0 B — 0 ms — datahttps://www.google.com/uds/css/v2/clear.pngwww.google.com/uds/css/v2/clear.png https://www.google.com/uds/css/v2/clear.png — -1 — 0 B — 168 ms — https://www.google.com/cse/static/css/v2/clear.pngwww.google.com/cse/static/css/v2/cl... https://www.google.com/cse/static/css/v2/clear.png — 200 — 1.0 KiB — 36 ms — h3https://www.google.com/cse/static/images/1x/en/branding.pngwww.google.com/cse/static/images/1x... https://www.google.com/cse/static/images/1x/en/branding.png — 200 — 1.5 KiB — 33 ms — h3https://clients1.google.com/generate_204clients1.google.com/generate_204 https://clients1.google.com/generate_204 — 204 — 117 B — 74 ms — h2https://www.googletagmanager.com/gtag/js?id=G-WVLC9E7GSG&cx=c&_slc=1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-WVLC9E7GSG&cx=c&_slc=1 — 200 — 157.6 KiB — 78 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-WVLC9E7GSG&gtm=45je64k0v9122434642za20g&_p=1776889300646&gcd=13l3l3l2l3l1&npa=1&dma_cps=a&dma=1&gdid=dMDhkMT&_eu=ABAI&are=1&cid=1328643370.1776889302&frm=0&pscdl=noapi&rcb=9&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266400~117384406~117512542~118463261&dl=https%3A%2F%2Fwww.vermont.gov%2F&dt=Home%20%7C%20Vermont.gov&sid=1776889301&sct=1&seg=0&_tu=wAQ&en=page_view&_fv=1&_ss=1&_ee=1&gap.uat=0~115616985~115938466~115938468~117266401&tfd=2395region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-WVLC9E7GSG&gtm=45je64k0v9122434642za20g&_p=1776889300646&gcd=13l3l3l2l3l1&npa=1&dma_cps=a&dma=1&gdid=dMDhkMT&_eu=ABAI&are=1&cid=1328643370.1776889302&frm=0&pscdl=noapi&rcb=9&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266400~117384406~117512542~118463261&dl=https%3A%2F%2Fwww.vermont.gov%2F&dt=Home%20%7C%20Vermont.gov&sid=1776889301&sct=1&seg=0&_tu=wAQ&en=page_view&_fv=1&_ss=1&_ee=1&gap.uat=0~115616985~115938466~115938468~117266401&tfd=2395 — 204 — 20 B — 25 ms — h3https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=afs&tv=1234567890&st=env&sjk=70rahb8RRpiK9GirkUGGEQ==&sde=1ep1.adtrafficquality.google/getconf... https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=afs&tv=1234567890&st=env&sjk=70rahb8RRpiK9GirkUGGEQ==&sde=1 — 200 — 8.1 KiB — 81 ms — h3https://www.vermont.gov/themes/custom/vt2018/favicon.icowww.vermont.gov/themes/custom/vt201... https://www.vermont.gov/themes/custom/vt2018/favicon.ico — 200 — 32.7 KiB — 187 ms — h2https://ep2.adtrafficquality.google/sodar/sodar2.jsep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2.js — 200 — 7.9 KiB — 74 ms — h2https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.htmlep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.html — 200 — 5.8 KiB — 70 ms — h2https://pagead2.googlesyndication.com/bg/RiK6ZWktSJHFoyfG9cjH9nLRaZ1B3RgkbmOlM6XvCcc.jspagead2.googlesyndication.com/bg/Ri... https://pagead2.googlesyndication.com/bg/RiK6ZWktSJHFoyfG9cjH9nLRaZ1B3RgkbmOlM6XvCcc.js — 200 — 21.8 KiB — 101 ms — h3https://ep2.adtrafficquality.google/generate_204?iPRPrwep2.adtrafficquality.google/generat... https://ep2.adtrafficquality.google/generate_204?iPRPrw — 204 — 40 B — 24 ms — h2https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=afs_1234567890&jk=70rahb8RRpiK9GirkUGGEQ%3D%3D&bg=!o6CloMLNAAa1ilLUlYo7AEcBe5WfOK7rqsPWU37JcBRI9o1P7OdggjmqqVpY1Tu08ay_chFvmAvhyJHIDJPWUDZ6p3JZZeN_wXHkqvIsoFJtkU19BVfLtgIAAAA8UgAAAANoAQd-ABsVIPeNKScsJsVD9YGt8hJC9ThHohC5ISBUJXIKANuSpWgZmdOg3Sr9e9MBxzvS4LeqlJ_J7L_aKtDEgHtKIBYXT43nCfGczgfVQUoY5aL2pZIzcAO6WH3gAwthbnVJo25oK9NoY5tvoQqiDX63EA7pBAGRh5B2WYYq6cd-31uB4K5I94J6Su9_ZGWuXo6lW4JF8bZAneEzocPZN-Rwv3hvqRx9skN1nEp96Ugwon-lFC4n7vgcf5UyG5suP_P5DGLZK7KUh1OOVpPwHuuWZGmn4FWdHA-BMC9qZnJng1gbr0IqdRDR9yXoWnSSDRG7Qpv4K96gaF7Iv_SZAflhfUr5dp_5kPYk5_GtZmnRYiiC1rvnUihHbnrB5cfENKTi9fnWrvYiNmGbvxheaHE9EJ5Evn5EASouo5DxC_BV_UvdQUA332zxYngdhqCmPQj5YeKpOa4EMIk0pv4z2ugUHEuz9o-pnX8i9f8FFGeyzaWBWhlK-EvCIH3_4_QGuX4Dt7hEVPiRl6X4KGI3VCQHlGTonIIRNphyYBesNBKWcniCMuweiUXoMHBdupriIijICdHtSC9G4Hxc0QBBeQe2htH5cQQdEGilWaYrI586PU8kNyH7i1MbedivMIaAkJOo-x3JFdOM0MVfUTJ2wM2FdZxTW_DSl5zoqW2EPQCzmmvS1wnjVJDkzvL35PKqp0ZIFvEJC1Ztjngs0OiIL5DnRKgvTmmReNRcmlfC4Y9xFErpjMfRxm9lcsvF3SqO9gX7czCpcXb140V0JoYS9ncBZvthMWFTI7eEcxyHVd9rDDtMFts7fr0f1bCvNREYPL4QYm-8AwHLbEfuoziB7BsJnKFcrqEgXFzm0sCejA4YI8PA3n7gzrcAVhZOY5mmrheR2d_LTgivqXkSm5S3u4hR0NyjeWBqZt40nBZeomDXDgeNrl49Ox8ACVIl0rd9ikxONREGmfEK46YDWS7iyhULDWbnap149sBnHgBEYRtXnxrUveS9jeWeep1.adtrafficquality.google/pagead/... https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=afs_1234567890&jk=70rahb8RRpiK9GirkUGGEQ%3D%3D&bg=!o6CloMLNAAa1ilLUlYo7AEcBe5WfOK7rqsPWU37JcBRI9o1P7OdggjmqqVpY1Tu08ay_chFvmAvhyJHIDJPWUDZ6p3JZZeN_wXHkqvIsoFJtkU19BVfLtgIAAAA8UgAAAANoAQd-ABsVIPeNKScsJsVD9YGt8hJC9ThHohC5ISBUJXIKANuSpWgZmdOg3Sr9e9MBxzvS4LeqlJ_J7L_aKtDEgHtKIBYXT43nCfGczgfVQUoY5aL2pZIzcAO6WH3gAwthbnVJo25oK9NoY5tvoQqiDX63EA7pBAGRh5B2WYYq6cd-31uB4K5I94J6Su9_ZGWuXo6lW4JF8bZAneEzocPZN-Rwv3hvqRx9skN1nEp96Ugwon-lFC4n7vgcf5UyG5suP_P5DGLZK7KUh1OOVpPwHuuWZGmn4FWdHA-BMC9qZnJng1gbr0IqdRDR9yXoWnSSDRG7Qpv4K96gaF7Iv_SZAflhfUr5dp_5kPYk5_GtZmnRYiiC1rvnUihHbnrB5cfENKTi9fnWrvYiNmGbvxheaHE9EJ5Evn5EASouo5DxC_BV_UvdQUA332zxYngdhqCmPQj5YeKpOa4EMIk0pv4z2ugUHEuz9o-pnX8i9f8FFGeyzaWBWhlK-EvCIH3_4_QGuX4Dt7hEVPiRl6X4KGI3VCQHlGTonIIRNphyYBesNBKWcniCMuweiUXoMHBdupriIijICdHtSC9G4Hxc0QBBeQe2htH5cQQdEGilWaYrI586PU8kNyH7i1MbedivMIaAkJOo-x3JFdOM0MVfUTJ2wM2FdZxTW_DSl5zoqW2EPQCzmmvS1wnjVJDkzvL35PKqp0ZIFvEJC1Ztjngs0OiIL5DnRKgvTmmReNRcmlfC4Y9xFErpjMfRxm9lcsvF3SqO9gX7czCpcXb140V0JoYS9ncBZvthMWFTI7eEcxyHVd9rDDtMFts7fr0f1bCvNREYPL4QYm-8AwHLbEfuoziB7BsJnKFcrqEgXFzm0sCejA4YI8PA3n7gzrcAVhZOY5mmrheR2d_LTgivqXkSm5S3u4hR0NyjeWBqZt40nBZeomDXDgeNrl49Ox8ACVIl0rd9ikxONREGmfEK46YDWS7iyhULDWbnap149sBnHgBEYRtXnxrUveS9jeWe — 204 — 17 B — 59 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 616ms · 483KB · $8/mo
www.vermont.gov
Other
Costly
Execution 302ms
Transfer 11 KB
Monthly Cost $4/mo
Unattributable
Other
Optional
Execution 142ms
Transfer 0 KB
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 68ms
Transfer 157 KB
Unused 41%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 54ms
Transfer 158 KB
Unused 44%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 52ms
Transfer 157 KB
Unused 43%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • www.vermont.gov adds 302ms and costs ~$4/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

www.vermont.gov takes 302ms 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

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