Performance
· 16 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.
3.68 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
16.96 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.33 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.012
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.38 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.
19.38 s
Page Load Progression
DPage Weight BudgetAction2.5 MB transferred, 136 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
FJS Execution CostAction9273ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.healthcare.gov/resources/ffa75c16a802d2fdecf0b63e654f8d2f92400132c28f5 | 2856ms | 2565ms | 28ms | 1st |
| https://www.healthcare.gov/ | 1402ms | 872ms | 19ms | 1st |
| https://www.healthcare.gov/f-GIbM/-Jc/Pah/iCR9fw/J5rihQ7haOOL0zuw/bxsOIQlM/FS4Wfnw/heUMB | 1154ms | 780ms | 55ms | 1st |
| Unattributable | 915ms | 68ms | 0ms | 3rd |
| https://cdn.resonate.com/analytics.js/v1/101188123/analytics-xp.min.js | 454ms | 392ms | 50ms | 3rd |
| https://www.healthcare.gov/assets/learn/app-1d06baf3ad6148ad0005.js | 450ms | 253ms | 83ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L | 395ms | 343ms | 49ms | 3rd |
| https://cdn1.adoberesources.net/alloy/2.6.4/alloy.min.js | 311ms | 285ms | 24ms | 3rd |
| https://tags.tiqcdn.com/utag/cmsgov/healthcare-learn/prod/utag.147.js?utv=ut4.47.202010261933 | 269ms | 265ms | 1ms | 3rd |
| https://js-agent.newrelic.com/nr-spa-1.290.0.min.js | 196ms | 168ms | 13ms | 3rd |
Showing top 10 of 18 scripts
FJS BundlesAction49 scripts, 349 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 | 54 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/web-vitals/dist/web-vitals.attribution.iife.js | 5 KB | — | ✓ | 3rd |
| https://zn9nsdspghk6lylq5-medicare.gov1.siteintercept.qualtrics.com/WRSiteInterceptEngine/?Q_ZID=ZN_9NSDsPGhK6LYlq5&Q_LOC=https%3A%2F%2Fwww.healthcare.gov%2F | 5 KB | — | ✓ | 3rd |
| https://www.healthcare.gov/resources/ffa75c16a802d2fdecf0b63e654f8d2f92400132c28f5/e/65257_1825202523.js | 7 KB | — | ✓ | 1st |
| https://www.healthcare.gov/resources/ffa75c16a802d2fdecf0b63e654f8d2f92400132c28f5/e/64885_1825202492.js | 2 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
CImage OptimizationAction11 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
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 |
AThird-Party Impact36% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading4 fonts (171 KB)PASS
Web fonts
4
171 KB total
Render-blocking
0
of 4
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 Hints2 hints, 0 missing preconnectsPASS
Current Resource Hints
2 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall136 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 | 915ms | 0 KB | — | $3/mo | Costly |
cdn.resonate.com cdn.resonate.com | Other | 454ms | 45 KB | — | $1/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 395ms | 147 KB | 41% | $1/mo | Costly |
cdn1.adoberesources.net cdn1.adoberesources.net | Other | 311ms | 20 KB | — | $1/mo | Costly |
tags.tiqcdn.com tags.tiqcdn.com | Other | 269ms | 1 KB | — | $1/mo | Costly |
js-agent.newrelic.com js-agent.newrelic.com | Other | 196ms | 33 KB | — | $1/mo | Optional |
gov1.siteintercept.qualtrics.com gov1.siteintercept.qualtrics.com | Other | 165ms | 36 KB | — | $1/mo | Optional |
tealium-tags.healthcare.gov tealium-tags.healthcare.gov | Other | 157ms | 27 KB | — | $0/mo | Optional |
gov1.siteintercept.qualtrics.com gov1.siteintercept.qualtrics.com | Other | 122ms | 74 KB | 75% | $0/mo | Optional |
gov1.siteintercept.qualtrics.com gov1.siteintercept.qualtrics.com | Other | 64ms | 32 KB | — | $0/mo | Optional |
dap.digitalgov.gov dap.digitalgov.gov | Other | 58ms | 9 KB | — | $0/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 915ms and costs ~$3/month
- cdn.resonate.com adds 454ms and costs ~$1/month
- Google Tag Manager adds 395ms and costs ~$1/month
- cdn1.adoberesources.net adds 311ms and costs ~$1/month
- tags.tiqcdn.com adds 269ms and costs ~$1/month
Unattributable takes 915ms 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
cdn.resonate.com takes 454ms 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
Google Tag Manager takes 395ms 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
cdn1.adoberesources.net takes 311ms 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
tags.tiqcdn.com takes 269ms 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
75% of gov1.siteintercept.qualtrics.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