Performance
· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
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
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
DPage Weight InventoryAction37 resources · 1.3 MB · 230 KB savings availableFIX
~230.3 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 37 resources | 1.3 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BPage Weight Budget1.3 MB transferred, 37 requestsREVIEW
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
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.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
CJS BundlesAction15 scripts, 230 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://texas-gov.my.connect.aws/connectwidget/static/amazon-connect-chat-interface-client.js | 196 KB | 105 KB (55%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-P3H2928 | 133 KB | 63 KB (48%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-BVVHFNW0ZT&cx=c>m=4e64h1 | 156 KB | 62 KB (40%) | ✓ | 3rd |
| https://www.texas.gov/app-f5aec5e54b493b7ac22a.js | 20 KB | — | ✓ | 3rd |
| https://www.texas.gov/styles-e9d24b1846c7d6eb9685.js | 0 KB | — | ✓ | 3rd |
| https://www.texas.gov/commons-25640115e8492352ba47.js | 26 KB | — | ✓ | 3rd |
| https://www.texas.gov/59086a9db22de0ac210aab17cb779fac9cb6e82f-ce919624506ba6e37093.js | 4 KB | — | ✓ | 3rd |
| https://www.texas.gov/2f4c15a58114e40d8f92c1442039dd265e3a3596-77b73c17bbeced749c6c.js | 20 KB | — | ✓ | 3rd |
| https://www.texas.gov/component---src-pages-index-tsx-ce6ef84e21c36c755464.js | 1 KB | — | ✓ | 3rd |
| https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=Promise%2CNodeList.prototype.forEach%2CElement.prototype.closest | 1 KB | — | ✓ | 3rd |
Consider code splitting or tree shaking to reduce unused code.
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.
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.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
AImage Optimization3 images, 0 KB saveablePASS
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
A+JS Execution Cost453ms total JS executionPASS
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.texas.gov/ | 93ms | 4ms | 1ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-BVVHFNW0ZT&cx=c>m=4e64h1 | 85ms | 69ms | 15ms | 3rd |
| https://www.texas.gov/app-f5aec5e54b493b7ac22a.js | 85ms | 74ms | 3ms | 3rd |
| https://texas-gov.my.connect.aws/connectwidget/static/amazon-connect-chat-interface-client.js | 65ms | 41ms | 23ms | 3rd |
| Unattributable | 63ms | 2ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-P3H2928 | 61ms | 47ms | 13ms | 3rd |
A+Font Loading4 fonts (430 KB)PASS
Web fonts
4
430 KB total
Render-blocking
0
of 4
Dominant font-display
swap
Most common across fonts
Font loading timeline
- 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
- 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
- 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
- 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 CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall37 requests over 2085msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.texas.gov www.texas.gov | Other | 93ms | 36 KB | — | $0/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 85ms | 156 KB | 40% | $0/mo | Optional |
www.texas.gov www.texas.gov | Other | 85ms | 20 KB | — | $0/mo | Optional |
texas-gov.my.connect.aws texas-gov.my.connect.aws | Other | 65ms | 196 KB | 55% | $0/mo | Optional |
Unattributable Unattributable | Other | 63ms | 0 KB | — | $0/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 61ms | 133 KB | 48% | $0/mo | Optional |
100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
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.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev