Skip to content
https://texas.gov

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
84
GRADE
B
FIX
3
REVIEW
3
PASS
7
INFO
2

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

83
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
98
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.
100
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.29 s

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

2.39 s

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

46 ms

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

0.001

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

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

2.51 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
7 PASS 3 REVIEW 3 FIX
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 (1.3 MiB of 1.3 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
Page Weight Inventory
Action
37 resources · 1.3 MB · 230 KB savings available
FIX
37 resources · 1.3 MB · 230 KB savings available
Warning::
Page weight 312 KB over 1MB target
Got: 1.3 MB Expected: ≤ 1 MB
Info::
~230 KB of savings available
Warning::
36 third-party resources (100% of weight)
37 resources · 1.3 MiB · 36 third-party 311.7 KiB over 1MB target
JavaScript 47% · 624.2 KiB
Font 32% · 430.4 KiB
Image 16% · 213.6 KiB
Document 3% · 35.9 KiB
Other 2% · 31.6 KiB

~230.3 KiB of savings available

Remove unused JavaScript: 230.3 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.

B
Page Weight Budget
1.3 MB transferred, 37 requests
REVIEW
1.3 MB transferred, 37 requests
Info::
Page weighs 3.3 MB (1.3 MB transferred)
Warning::
JavaScript is 620 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 620 KB
Info::
Fonts are 430 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 430 KB
Info::
37 HTTP requests
Info::
Estimated 0.27 g CO2 per page load
1.3 MB / 2.4 MB budget
1.3 MB transferred
37 requests
0.27 g CO2 per page load
JavaScript 619.9 KiB 46%
Fonts 430.4 KiB 32%
Images 179.6 KiB 13%
Other 69.6 KiB 5%
HTML 35.8 KiB 3%
Other 451 B 0%
Other 20 B 0%
0 2.4 MB 4.9 MB
Under budget

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

C
JS Bundles
Action
15 scripts, 230 KB unused
REVIEW
15 scripts, 230 KB unused
Warning::
https://texas-gov.my.connect.aws/connectwidget/sta...: 105 KB unused (55%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-P3H...: 63 KB unused (48%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-BVVH...: 62 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 230 KB
230 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://texas-gov.my.connect.aws/connectwidget/static/amazon-connect-chat-interface-client.js196 KB105 KB (55%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-P3H2928133 KB63 KB (48%)3rd
https://www.googletagmanager.com/gtag/js?id=G-BVVHFNW0ZT&cx=c&gtm=4e64h1156 KB62 KB (40%)3rd
https://www.texas.gov/app-f5aec5e54b493b7ac22a.js20 KB3rd
https://www.texas.gov/styles-e9d24b1846c7d6eb9685.js0 KB3rd
https://www.texas.gov/commons-25640115e8492352ba47.js26 KB3rd
https://www.texas.gov/59086a9db22de0ac210aab17cb779fac9cb6e82f-ce919624506ba6e37093.js4 KB3rd
https://www.texas.gov/2f4c15a58114e40d8f92c1442039dd265e3a3596-77b73c17bbeced749c6c.js20 KB3rd
https://www.texas.gov/component---src-pages-index-tsx-ce6ef84e21c36c755464.js1 KB3rd
https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=Promise%2CNodeList.prototype.forEach%2CElement.prototype.closest1 KB3rd

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

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
Image Optimization
3 images, 0 KB saveable
PASS
3 images, 0 KB saveable
Warning::
https://www.texas.gov/static/ad4569dbf415226ffb5db... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
3 images 180 KB
0 oversized -0 KB
2 legacy format
1 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

A+
JS Execution Cost
453ms total JS execution
PASS
453ms total JS execution
Info::
https://www.texas.gov/: 93ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-BVVH...: 85ms CPU time
Info::
https://www.texas.gov/app-f5aec5e54b493b7ac22a.js: 85ms CPU time
Info::
https://texas-gov.my.connect.aws/connectwidget/sta...: 65ms CPU time
Info::
Unattributable: 63ms CPU time
Warning::
Third-party scripts: 453ms (100% of total)

Main Thread Breakdown

Script Evaluation 53% Other 17% Script Parsing & Compilation 14% Style & Layout 11% Parse HTML & CSS 3%
ScriptTotalScriptingParse/CompileParty
https://www.texas.gov/93ms4ms1ms3rd
https://www.googletagmanager.com/gtag/js?id=G-BVVHFNW0ZT&cx=c&gtm=4e64h185ms69ms15ms3rd
https://www.texas.gov/app-f5aec5e54b493b7ac22a.js85ms74ms3ms3rd
https://texas-gov.my.connect.aws/connectwidget/static/amazon-connect-chat-interface-client.js65ms41ms23ms3rd
Unattributable63ms2ms0ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-P3H292861ms47ms13ms3rd
A+
Font Loading
4 fonts (430 KB)
PASS
4 fonts (430 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

430 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 2.5 s FCP 1.3 s LCP 2.4 shttps://www.texas.gov/static/WorkSans-Bold-a0bf66dd6fc75494a0a51f7662a99c41.ttfWorkSans-Bold-a0bf66dd6... https://www.texas.gov/static/WorkSans-Bold-a0bf66dd6fc75494a0a51f7662a99c41.ttf — 108.8 KiB — 351 ms — font-display: swaphttps://www.texas.gov/static/WorkSans-Medium-38263ba46663a666f7730f69e804b028.ttfWorkSans-Medium-38263ba... https://www.texas.gov/static/WorkSans-Medium-38263ba46663a666f7730f69e804b028.ttf — 109.2 KiB — 298 ms — font-display: swaphttps://www.texas.gov/static/WorkSans-ExtraBold-370f7aff810fbc3d185f6bb81a2cd630.ttfWorkSans-ExtraBold-370f... https://www.texas.gov/static/WorkSans-ExtraBold-370f7aff810fbc3d185f6bb81a2cd630.ttf — 108.1 KiB — 420 ms — font-display: swaphttps://www.texas.gov/static/WorkSans-Regular-6f916ce8ada5d5facf5ad4e1266a486d.ttfWorkSans-Regular-6f916c... https://www.texas.gov/static/WorkSans-Regular-6f916ce8ada5d5facf5ad4e1266a486d.ttf — 104.3 KiB — 389 ms — font-display: swap
WorkSans-Bold-a0bf66dd6... ttf swap
Size 109 KB
Load time 351 ms
Start 993 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
WorkSans-Medium-38263ba... ttf swap
Size 109 KB
Load time 298 ms
Start 993 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
WorkSans-ExtraBold-370f... ttf swap
Size 108 KB
Load time 420 ms
Start 994 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
WorkSans-Regular-6f916c... ttf swap
Size 104 KB
Load time 389 ms
Start 994 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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 ~344 KB and ~688 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
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
37 requests over 2085ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.3 s LCP 2.4 shttps://texas.gov// https://texas.gov/ — 302 — 84 B — 491 ms — h2https://www.texas.gov/www.texas.gov/ https://www.texas.gov/ — 200 — 35.8 KiB — 412 ms — h2https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=Promise%2CNodeList.prototype.forEach%2CElement.prototype.closestcdnjs.cloudflare.com/polyfill/v3/po... https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=Promise%2CNodeList.prototype.forEach%2CElement.prototype.closest — 200 — 766 B — 33 ms — h3https://www.texas.gov/webpack-runtime-81f59f4b8dd920417bcc.jswww.texas.gov/webpack-runtime-81f59... https://www.texas.gov/webpack-runtime-81f59f4b8dd920417bcc.js — 200 — 2.6 KiB — 122 ms — h2https://www.texas.gov/framework-073c72e9d2e4c2490fcd.jswww.texas.gov/framework-073c72e9d2e... https://www.texas.gov/framework-073c72e9d2e4c2490fcd.js — 200 — 39.9 KiB — 164 ms — h2https://www.texas.gov/app-f5aec5e54b493b7ac22a.jswww.texas.gov/app-f5aec5e54b493b7ac... https://www.texas.gov/app-f5aec5e54b493b7ac22a.js — 200 — 20.3 KiB — 191 ms — h2https://www.texas.gov/styles-e9d24b1846c7d6eb9685.jswww.texas.gov/styles-e9d24b1846c7d6... https://www.texas.gov/styles-e9d24b1846c7d6eb9685.js — 200 — 466 B — 165 ms — h2https://www.texas.gov/commons-25640115e8492352ba47.jswww.texas.gov/commons-25640115e8492... https://www.texas.gov/commons-25640115e8492352ba47.js — 200 — 26.0 KiB — 250 ms — h2https://www.texas.gov/59086a9db22de0ac210aab17cb779fac9cb6e82f-ce919624506ba6e37093.jswww.texas.gov/59086a9db22de0ac210aa... https://www.texas.gov/59086a9db22de0ac210aab17cb779fac9cb6e82f-ce919624506ba6e37093.js — 200 — 4.5 KiB — 173 ms — h2https://www.texas.gov/2f4c15a58114e40d8f92c1442039dd265e3a3596-77b73c17bbeced749c6c.jswww.texas.gov/2f4c15a58114e40d8f92c... https://www.texas.gov/2f4c15a58114e40d8f92c1442039dd265e3a3596-77b73c17bbeced749c6c.js — 200 — 19.6 KiB — 270 ms — h2https://www.texas.gov/component---src-pages-index-tsx-ce6ef84e21c36c755464.jswww.texas.gov/component---src-pages... https://www.texas.gov/component---src-pages-index-tsx-ce6ef84e21c36c755464.js — 200 — 743 B — 195 ms — h2https://www.texas.gov/page-data/index/page-data.jsonwww.texas.gov/page-data/index/page-... https://www.texas.gov/page-data/index/page-data.json — 200 — 533 B — 196 ms — h2https://www.texas.gov/page-data/sq/d/1000313095.jsonwww.texas.gov/page-data/sq/d/100031... https://www.texas.gov/page-data/sq/d/1000313095.json — 200 — 13.0 KiB — 283 ms — h2https://www.texas.gov/page-data/sq/d/4062803551.jsonwww.texas.gov/page-data/sq/d/406280... https://www.texas.gov/page-data/sq/d/4062803551.json — 200 — 2.1 KiB — 284 ms — h2https://www.texas.gov/page-data/sq/d/524910277.jsonwww.texas.gov/page-data/sq/d/524910... https://www.texas.gov/page-data/sq/d/524910277.json — 200 — 5.5 KiB — 292 ms — h2https://www.texas.gov/page-data/sq/d/77091033.jsonwww.texas.gov/page-data/sq/d/770910... https://www.texas.gov/page-data/sq/d/77091033.json — 200 — 1.5 KiB — 288 ms — h2https://www.texas.gov/page-data/app-data.jsonwww.texas.gov/page-data/app-data.js... https://www.texas.gov/page-data/app-data.json — 200 — 398 B — 296 ms — h2https://www.texas.gov/static/ad4569dbf415226ffb5db0eb971cfc15/17602/Feature%2520Banner%2520Image-09-23-2025.pngwww.texas.gov/static/ad4569dbf41522... https://www.texas.gov/static/ad4569dbf415226ffb5db0eb971cfc15/17602/Feature%2520Banner%2520Image-09-23-2025.png — 200 — 7.4 KiB — 302 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-P3H2928www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-P3H2928 — 200 — 132.6 KiB — 264 ms — h2https://texas-gov.my.connect.aws/connectwidget/static/amazon-connect-chat-interface-client.jstexas-gov.my.connect.aws/connectwid... https://texas-gov.my.connect.aws/connectwidget/static/amazon-connect-chat-interface-client.js — 200 — 195.8 KiB — 939 ms — h2data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAACXBIWXMAAAsTAAALEwEAmpwYAAADQ…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAACXBIWXMAAAsTAAALEwEAmpwYAAADQ… — 200 — 0 B — 0 ms — datahttps://www.texas.gov/static/WorkSans-Bold-a0bf66dd6fc75494a0a51f7662a99c41.ttfwww.texas.gov/static/WorkSans-Bold-... https://www.texas.gov/static/WorkSans-Bold-a0bf66dd6fc75494a0a51f7662a99c41.ttf — 200 — 108.8 KiB — 351 ms — h2https://www.texas.gov/static/WorkSans-Medium-38263ba46663a666f7730f69e804b028.ttfwww.texas.gov/static/WorkSans-Mediu... https://www.texas.gov/static/WorkSans-Medium-38263ba46663a666f7730f69e804b028.ttf — 200 — 109.2 KiB — 298 ms — h2https://www.texas.gov/static/WorkSans-ExtraBold-370f7aff810fbc3d185f6bb81a2cd630.ttfwww.texas.gov/static/WorkSans-Extra... https://www.texas.gov/static/WorkSans-ExtraBold-370f7aff810fbc3d185f6bb81a2cd630.ttf — 200 — 108.1 KiB — 420 ms — h2https://www.texas.gov/static/WorkSans-Regular-6f916ce8ada5d5facf5ad4e1266a486d.ttfwww.texas.gov/static/WorkSans-Regul... https://www.texas.gov/static/WorkSans-Regular-6f916ce8ada5d5facf5ad4e1266a486d.ttf — 200 — 104.3 KiB — 389 ms — h2https://www.texas.gov/static/6da63597f74681896fd40ee4a0832d5d/5a190/Homepage-Fall-Image-2025.pngwww.texas.gov/static/6da63597f74681... https://www.texas.gov/static/6da63597f74681896fd40ee4a0832d5d/5a190/Homepage-Fall-Image-2025.png — 200 — 172.2 KiB — 168 ms — h2https://www.texas.gov/page-data/es/page-data.jsonwww.texas.gov/page-data/es/page-dat... https://www.texas.gov/page-data/es/page-data.json — 200 — 549 B — 167 ms — h2https://www.texas.gov/page-data/texas-by-texas/page-data.jsonwww.texas.gov/page-data/texas-by-te... https://www.texas.gov/page-data/texas-by-texas/page-data.json — 200 — 7.5 KiB — 166 ms — h2https://www.googletagmanager.com/gtag/js?id=G-BVVHFNW0ZT&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-BVVHFNW0ZT&cx=c&gtm=4e64h1 — 200 — 155.8 KiB — 192 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 69 ms — h2
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.3 s LCP 2.4 shttps://texas.gov// https://texas.gov/ — 302 — 84 B — 491 ms — h2https://www.texas.gov/www.texas.gov/ https://www.texas.gov/ — 200 — 35.8 KiB — 412 ms — h2https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=Promise%2CNodeList.prototype.forEach%2CElement.prototype.closestcdnjs.cloudflare.com/polyfill/v3/po... https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=Promise%2CNodeList.prototype.forEach%2CElement.prototype.closest — 200 — 766 B — 33 ms — h3https://www.texas.gov/webpack-runtime-81f59f4b8dd920417bcc.jswww.texas.gov/webpack-runtime-81f59... https://www.texas.gov/webpack-runtime-81f59f4b8dd920417bcc.js — 200 — 2.6 KiB — 122 ms — h2https://www.texas.gov/framework-073c72e9d2e4c2490fcd.jswww.texas.gov/framework-073c72e9d2e... https://www.texas.gov/framework-073c72e9d2e4c2490fcd.js — 200 — 39.9 KiB — 164 ms — h2https://www.texas.gov/app-f5aec5e54b493b7ac22a.jswww.texas.gov/app-f5aec5e54b493b7ac... https://www.texas.gov/app-f5aec5e54b493b7ac22a.js — 200 — 20.3 KiB — 191 ms — h2https://www.texas.gov/styles-e9d24b1846c7d6eb9685.jswww.texas.gov/styles-e9d24b1846c7d6... https://www.texas.gov/styles-e9d24b1846c7d6eb9685.js — 200 — 466 B — 165 ms — h2https://www.texas.gov/commons-25640115e8492352ba47.jswww.texas.gov/commons-25640115e8492... https://www.texas.gov/commons-25640115e8492352ba47.js — 200 — 26.0 KiB — 250 ms — h2https://www.texas.gov/59086a9db22de0ac210aab17cb779fac9cb6e82f-ce919624506ba6e37093.jswww.texas.gov/59086a9db22de0ac210aa... https://www.texas.gov/59086a9db22de0ac210aab17cb779fac9cb6e82f-ce919624506ba6e37093.js — 200 — 4.5 KiB — 173 ms — h2https://www.texas.gov/2f4c15a58114e40d8f92c1442039dd265e3a3596-77b73c17bbeced749c6c.jswww.texas.gov/2f4c15a58114e40d8f92c... https://www.texas.gov/2f4c15a58114e40d8f92c1442039dd265e3a3596-77b73c17bbeced749c6c.js — 200 — 19.6 KiB — 270 ms — h2https://www.texas.gov/component---src-pages-index-tsx-ce6ef84e21c36c755464.jswww.texas.gov/component---src-pages... https://www.texas.gov/component---src-pages-index-tsx-ce6ef84e21c36c755464.js — 200 — 743 B — 195 ms — h2https://www.texas.gov/page-data/index/page-data.jsonwww.texas.gov/page-data/index/page-... https://www.texas.gov/page-data/index/page-data.json — 200 — 533 B — 196 ms — h2https://www.texas.gov/page-data/sq/d/1000313095.jsonwww.texas.gov/page-data/sq/d/100031... https://www.texas.gov/page-data/sq/d/1000313095.json — 200 — 13.0 KiB — 283 ms — h2https://www.texas.gov/page-data/sq/d/4062803551.jsonwww.texas.gov/page-data/sq/d/406280... https://www.texas.gov/page-data/sq/d/4062803551.json — 200 — 2.1 KiB — 284 ms — h2https://www.texas.gov/page-data/sq/d/524910277.jsonwww.texas.gov/page-data/sq/d/524910... https://www.texas.gov/page-data/sq/d/524910277.json — 200 — 5.5 KiB — 292 ms — h2https://www.texas.gov/page-data/sq/d/77091033.jsonwww.texas.gov/page-data/sq/d/770910... https://www.texas.gov/page-data/sq/d/77091033.json — 200 — 1.5 KiB — 288 ms — h2https://www.texas.gov/page-data/app-data.jsonwww.texas.gov/page-data/app-data.js... https://www.texas.gov/page-data/app-data.json — 200 — 398 B — 296 ms — h2https://www.texas.gov/static/ad4569dbf415226ffb5db0eb971cfc15/17602/Feature%2520Banner%2520Image-09-23-2025.pngwww.texas.gov/static/ad4569dbf41522... https://www.texas.gov/static/ad4569dbf415226ffb5db0eb971cfc15/17602/Feature%2520Banner%2520Image-09-23-2025.png — 200 — 7.4 KiB — 302 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-P3H2928www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-P3H2928 — 200 — 132.6 KiB — 264 ms — h2https://texas-gov.my.connect.aws/connectwidget/static/amazon-connect-chat-interface-client.jstexas-gov.my.connect.aws/connectwid... https://texas-gov.my.connect.aws/connectwidget/static/amazon-connect-chat-interface-client.js — 200 — 195.8 KiB — 939 ms — h2data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAACXBIWXMAAAsTAAALEwEAmpwYAAADQ…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAACXBIWXMAAAsTAAALEwEAmpwYAAADQ… — 200 — 0 B — 0 ms — datahttps://www.texas.gov/static/WorkSans-Bold-a0bf66dd6fc75494a0a51f7662a99c41.ttfwww.texas.gov/static/WorkSans-Bold-... https://www.texas.gov/static/WorkSans-Bold-a0bf66dd6fc75494a0a51f7662a99c41.ttf — 200 — 108.8 KiB — 351 ms — h2https://www.texas.gov/static/WorkSans-Medium-38263ba46663a666f7730f69e804b028.ttfwww.texas.gov/static/WorkSans-Mediu... https://www.texas.gov/static/WorkSans-Medium-38263ba46663a666f7730f69e804b028.ttf — 200 — 109.2 KiB — 298 ms — h2https://www.texas.gov/static/WorkSans-ExtraBold-370f7aff810fbc3d185f6bb81a2cd630.ttfwww.texas.gov/static/WorkSans-Extra... https://www.texas.gov/static/WorkSans-ExtraBold-370f7aff810fbc3d185f6bb81a2cd630.ttf — 200 — 108.1 KiB — 420 ms — h2https://www.texas.gov/static/WorkSans-Regular-6f916ce8ada5d5facf5ad4e1266a486d.ttfwww.texas.gov/static/WorkSans-Regul... https://www.texas.gov/static/WorkSans-Regular-6f916ce8ada5d5facf5ad4e1266a486d.ttf — 200 — 104.3 KiB — 389 ms — h2https://www.texas.gov/static/6da63597f74681896fd40ee4a0832d5d/5a190/Homepage-Fall-Image-2025.pngwww.texas.gov/static/6da63597f74681... https://www.texas.gov/static/6da63597f74681896fd40ee4a0832d5d/5a190/Homepage-Fall-Image-2025.png — 200 — 172.2 KiB — 168 ms — h2https://www.texas.gov/page-data/es/page-data.jsonwww.texas.gov/page-data/es/page-dat... https://www.texas.gov/page-data/es/page-data.json — 200 — 549 B — 167 ms — h2https://www.texas.gov/page-data/texas-by-texas/page-data.jsonwww.texas.gov/page-data/texas-by-te... https://www.texas.gov/page-data/texas-by-texas/page-data.json — 200 — 7.5 KiB — 166 ms — h2https://www.googletagmanager.com/gtag/js?id=G-BVVHFNW0ZT&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-BVVHFNW0ZT&cx=c&gtm=4e64h1 — 200 — 155.8 KiB — 192 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 69 ms — h2https://www.google-analytics.com/j/collect?v=1&_v=j102&a=450972450&t=pageview&_s=1&dl=https%3A%2F%2Fwww.texas.gov%2F&ul=en-us&dt=Texas.gov%20%7C%20The%20Official%20Website%20of%20the%20State%20of%20Texas&sr=800x600&vp=1350x940&_u=YEBAAEABAAAAACAAI~&jid=962177357&gjid=1128437320&cid=302949054.1776800236&tid=UA-128978786-59&_gid=1078151783.1776800236&_r=1&_slc=1&gtm=45He64h1n81P3H2928v838107312za200zd838107312&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938466~115938469~117266401~118463261&z=1617356882www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&a=450972450&t=pageview&_s=1&dl=https%3A%2F%2Fwww.texas.gov%2F&ul=en-us&dt=Texas.gov%20%7C%20The%20Official%20Website%20of%20the%20State%20of%20Texas&sr=800x600&vp=1350x940&_u=YEBAAEABAAAAACAAI~&jid=962177357&gjid=1128437320&cid=302949054.1776800236&tid=UA-128978786-59&_gid=1078151783.1776800236&_r=1&_slc=1&gtm=45He64h1n81P3H2928v838107312za200zd838107312&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938466~115938469~117266401~118463261&z=1617356882 — 200 — 451 B — 67 ms — h2https://www.texas.gov/page-data/es/page-data.jsonwww.texas.gov/page-data/es/page-dat... https://www.texas.gov/page-data/es/page-data.json — 200 — 0 B — 5 ms — h2https://www.texas.gov/page-data/texas-by-texas/page-data.jsonwww.texas.gov/page-data/texas-by-te... https://www.texas.gov/page-data/texas-by-texas/page-data.json — 200 — 0 B — 5 ms — h2https://www.texas.gov/component---src-pages-es-index-tsx-62e56c70692072f58ad4.jswww.texas.gov/component---src-pages... https://www.texas.gov/component---src-pages-es-index-tsx-62e56c70692072f58ad4.js — 200 — 729 B — 112 ms — h2https://www.texas.gov/component---src-templates-child-page-tsx-6da4696a444ab13ba4ab.jswww.texas.gov/component---src-templ... https://www.texas.gov/component---src-templates-child-page-tsx-6da4696a444ab13ba4ab.js — 200 — 3.6 KiB — 112 ms — h2https://www.google-analytics.com/g/collect?v=2&tid=G-BVVHFNW0ZT&gtm=45je64h1v892110536z8838107312za20gzb838107312zd838107312&_p=1776800235705&gcd=13l3l3l3l1l1&npa=0&dma=0&are=1&cid=302949054.1776800236&frm=0&pscdl=noapi&rcb=15&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938469~117266401~117384405~117512542~118128923&sid=1776800236&sct=1&seg=0&dl=https%3A%2F%2Fwww.texas.gov%2F&dt=Texas.gov%20%7C%20The%20Official%20Website%20of%20the%20State%20of%20Texas&en=page_view&_fv=1&_ss=1&tfd=1620www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-BVVHFNW0ZT&gtm=45je64h1v892110536z8838107312za20gzb838107312zd838107312&_p=1776800235705&gcd=13l3l3l3l1l1&npa=0&dma=0&are=1&cid=302949054.1776800236&frm=0&pscdl=noapi&rcb=15&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938469~117266401~117384405~117512542~118128923&sid=1776800236&sct=1&seg=0&dl=https%3A%2F%2Fwww.texas.gov%2F&dt=Texas.gov%20%7C%20The%20Official%20Website%20of%20the%20State%20of%20Texas&en=page_view&_fv=1&_ss=1&tfd=1620 — 204 — 20 B — 70 ms — h3https://www.texas.gov/favicon.icowww.texas.gov/favicon.ico https://www.texas.gov/favicon.ico — 200 — 34.1 KiB — 114 ms — h2
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 453ms · 540KB · $1/mo
www.texas.gov
Other
Optional
Execution 93ms
Transfer 36 KB
Monthly Cost $0/mo
Google Tag Manager
Tag Manager
Optional
Execution 85ms
Transfer 156 KB
Unused 40%
Monthly Cost $0/mo
www.texas.gov
Other
Optional
Execution 85ms
Transfer 20 KB
Monthly Cost $0/mo
texas-gov.my.connect.aws
Other
Optional
Execution 65ms
Transfer 196 KB
Unused 55%
Monthly Cost $0/mo
Unattributable
Other
Optional
Execution 63ms
Transfer 0 KB
Monthly Cost $0/mo
Google Tag Manager
Tag Manager
Optional
Execution 61ms
Transfer 133 KB
Unused 48%
Monthly Cost $0/mo

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

55% of texas-gov.my.connect.aws'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