Performance
· 14 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.
653 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.25 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
210 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.097
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.14 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
4.29 s
Page Load Progression
FPage Weight BudgetAction2.9 MB transferred, 153 requestsFIX
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
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
DJS Execution CostAction2128ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.healthcare.gov/resources/ffa75c16a802d2fdecf0b63e654f8d2f92400132c28f5 | 728ms | 634ms | 5ms | 1st |
| https://www.healthcare.gov/ | 519ms | 234ms | 5ms | 1st |
| https://www.healthcare.gov/f-GIbM/-Jc/Pah/iCR9fw/J5rihQ7haOOL0zuw/bxsOIQlM/FS4Wfnw/heUMB | 251ms | 219ms | 26ms | 1st |
| Unattributable | 240ms | 16ms | 0ms | 3rd |
| https://www.healthcare.gov/assets/learn/app-1d06baf3ad6148ad0005.js | 124ms | 72ms | 21ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L | 93ms | 82ms | 10ms | 3rd |
| https://cdn.resonate.com/analytics.js/v1/101188123/analytics-xp.min.js | 69ms | 62ms | 4ms | 3rd |
| 64854_1825202523.js | 52ms | 52ms | 0ms | 3rd |
| https://js-agent.newrelic.com/nr-spa-1.290.0.min.js | 52ms | 45ms | 3ms | 3rd |
FJS BundlesAction52 scripts, 350 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.healthcare.gov/assets/learn/app-1d06baf3ad6148ad0005.js | 211 KB | 101 KB (48%) | ✗ | 1st |
| https://www.healthcare.gov/assets/learn/3e380834a0bc3f589d19d83499f6aac68c0e0c35-a2150ab1c4dc84fbee53.js | 183 KB | 70 KB (38%) | ✗ | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L | 147 KB | 60 KB (41%) | ✓ | 3rd |
| https://gov1.siteintercept.qualtrics.com/dxjsmodule/5.4c7b13dfb07ad4e60d4b.chunk.js?Q_CLIENTVERSION=2.45.0&Q_CLIENTTYPE=web&Q_BRANDID=medicare | 74 KB | 55 KB (75%) | ✓ | 3rd |
| https://www.healthcare.gov/f-GIbM/-Jc/Pah/iCR9fw/J5rihQ7haOOL0zuw/bxsOIQlM/FS4Wfnw/heUMB | 177 KB | 37 KB (21%) | ✓ | 1st |
| https://www.healthcare.gov/assets/learn/22de12bb-9ee0b44cd6abf6788b15.js | 52 KB | 27 KB (53%) | ✗ | 1st |
| https://dap.digitalgov.gov/Universal-Federated-Analytics-Min.js?agency=DHHS&subagency=CMS | 9 KB | — | ✓ | 3rd |
| https://js-agent.newrelic.com/nr-spa-1.290.0.min.js | 33 KB | — | ✓ | 3rd |
| https://www.healthcare.gov/assets/learn/framework-9b8f4d8c8e1b00ad8879.js | 46 KB | — | ✓ | 1st |
| https://www.healthcare.gov/resources/ffa75c16a802d2fdecf0b63e654f8d2f92400132c28f5/e/65319_1825172608.js | 19 KB | — | ✓ | 1st |
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
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
BThird-Party Impact44% third-party, 0 ms blockingREVIEW
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
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
BHTTP Cachingmax-age=0REVIEW
max-age=0
| Directive | Value | Meaning |
|---|---|---|
| max-age | 0 | Cache for 0 seconds |
A+Text CompressionAll text resources are compressedPASS
A+Font Loading5 fonts (183 KB)PASS
Web fonts
5
183 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)
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall153 requests over 0msINFO
Performance analysis not available for this result.
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 240ms | 0 KB | — | $1/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 93ms | 147 KB | 41% | $0/mo | Optional |
cdn.resonate.com cdn.resonate.com | Other | 69ms | 45 KB | — | $0/mo | Optional |
64854_1825202523.js 64854_1825202523.js | Other | 52ms | 0 KB | — | $0/mo | Optional |
js-agent.newrelic.com js-agent.newrelic.com | Other | 52ms | 33 KB | — | $0/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 240ms and costs ~$1/month
Unattributable takes 240ms 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