Performance
· 17 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.
9.37 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
15.35 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
918 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.114
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.37 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.
16.62 s
Page Load Progression
FPage Weight BudgetAction4.3 MB transferred, 43 requestsFIX
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
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.
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
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
DJS Execution CostAction2731ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.sd.gov/scripts/js_includes_sp_libs_min.jsx?v=03-04-2026_1012&lp=Sat_Apr_18_01_42_07_PDT_2026&c=12_272 | 1323ms | 1029ms | 23ms | 3rd |
| https://www.sd.gov/scripts/dist/sp_min.jsx?v=03-04-2026_1012 | 591ms | 328ms | 180ms | 3rd |
| Unattributable | 406ms | 6ms | 0ms | 3rd |
| https://www.sd.gov/cs | 261ms | 8ms | 5ms | 3rd |
| https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 151ms | 82ms | 69ms | 3rd |
DJS BundlesAction11 scripts, 499 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 362 KB | 241 KB (67%) | ✓ | 3rd |
| https://www.sd.gov/scripts/dist/sp_min.jsx?v=03-04-2026_1012 | 433 KB | 219 KB (51%) | ✓ | 3rd |
| https://www.sd.gov/scripts/js_includes_sp_libs_min.jsx?v=03-04-2026_1012&lp=Sat_Apr_18_01_42_07_PDT_2026&c=12_272 | 106 KB | 39 KB (36%) | ✓ | 3rd |
| https://www.sd.gov/scripts/thirdparty/dompurify/purify.min.js?sysparm_substitute=false | 9 KB | — | ✓ | 3rd |
| https://www.sd.gov/googlereCapcha.jsdbx?c=8 | 1 KB | — | ✓ | 3rd |
| https://www.sd.gov/app_com.jsdbx?c=21 | 1 KB | — | ✓ | 3rd |
| https://www.sd.gov/app_com.modelUtil.jsdbx?c=20 | 3 KB | — | ✓ | 3rd |
| https://www.sd.gov/app_com.cxs.contextual_search.jsdbx?c=56 | 2 KB | — | ✓ | 3rd |
| https://www.google.com/recaptcha/api.js?onload=renderAndVerifyGoogleCpatcha&render=explicit&&_=1776895582111 | 1 KB | — | ✓ | 3rd |
| https://www.sd.gov/scripts/angular-truncate.js?v=03-04-2026_1012 | 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
FPage Weight InventoryAction43 resources · 4.3 MB · 499 KB savings availableFIX
~498.8 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 43 resources | 4.3 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction13 images, 0 KB saveableREVIEW
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
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
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
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
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
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Font Loading5 fonts (271 KB)PASS
Web fonts
5
271 KB total
Render-blocking
0
of 5
Dominant font-display
swap
Most common across fonts
Font loading timeline
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 ~23 KB and ~46 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints3 hints, 0 missing preconnectsPASS
Current Resource Hints
3 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall43 requests over 3066msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.sd.gov www.sd.gov | Other | 1323ms | 106 KB | 36% | $18/mo | Costly |
www.sd.gov www.sd.gov | Other | 591ms | 433 KB | 51% | $8/mo | Costly |
Unattributable Unattributable | Other | 406ms | 0 KB | — | $5/mo | Costly |
www.sd.gov www.sd.gov | Other | 261ms | 604 KB | — | $3/mo | Costly |
www.gstatic.com www.gstatic.com | Other | 151ms | 362 KB | 67% | $2/mo | Optional |
These scripts may cost more than they're worth
- www.sd.gov adds 1323ms and costs ~$18/month
- www.sd.gov adds 591ms and costs ~$8/month
- Unattributable adds 406ms and costs ~$5/month
- www.sd.gov adds 261ms and costs ~$3/month
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
www.sd.gov takes 1323ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
www.sd.gov takes 591ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
51% of www.sd.gov'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
Unattributable takes 406ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
www.sd.gov takes 261ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
67% of www.gstatic.com'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