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.
4.44 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
17.12 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
322 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.660
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.64 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.
17.64 s
Page Load Progression
FPage Weight BudgetAction3.9 MB transferred, 65 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
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
DJS BundlesAction13 scripts, 353 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://d3js.org/d3.v6.min.js | 88 KB | 72 KB (82%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=GTM-W4NX5V | 136 KB | 70 KB (51%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-1NPT56LE7J&cx=c>m=4e64k0 | 158 KB | 67 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L | 147 KB | 60 KB (41%) | ✓ | 3rd |
| https://unpkg.com/leaflet@1.7.1/dist/leaflet.js | 40 KB | 33 KB (84%) | ✓ | 3rd |
| https://www.ahrq.gov/sites/default/files/js/js_zqN5L6hLqGAH3OYy6FzD1htIlHo5-HawzTzOr-tMUUk.js?scope=footer&delta=5&language=en&theme=ahrq_bootstrap_barrio&include=eJyFzGEKwjAMBeALTXOk8LLWrRibmkZwtxepDAXFP-HleyFIKQx1I7zC8eRWY8LqV3oOnuF261m_EK_tTZt45QsGsZhFD0djgXsx2uFHv6gJ9NBj01KXcZTyvdCehmVtojafO32u05-PD4EhXOQ | 62 KB | 30 KB (48%) | ✓ | 3rd |
| https://static.addtoany.com/menu/modules/core.ydpp7jcu.js | 26 KB | 21 KB (82%) | ✓ | 3rd |
| https://www.ahrq.gov/sites/default/files/js/js_unihZr_Dvz3YEEPz4AIrbFHZjGqxzmalkUUV4qZpfe0.js?scope=footer&delta=2&language=en&theme=ahrq_bootstrap_barrio&include=eJyFzGEKwjAMBeALTXOk8LLWrRibmkZwtxepDAXFP-HleyFIKQx1I7zC8eRWY8LqV3oOnuF261m_EK_tTZt45QsGsZhFD0djgXsx2uFHv6gJ9NBj01KXcZTyvdCehmVtojafO32u05-PD4EhXOQ | 12 KB | — | ✓ | 3rd |
| https://www.ahrq.gov/sites/default/files/js/js_pI45Gx24j6O2NQ112bQDlF2BHdz30vbtWV8PmdH9-t4.js?scope=footer&delta=0&language=en&theme=ahrq_bootstrap_barrio&include=eJyFzGEKwjAMBeALTXOk8LLWrRibmkZwtxepDAXFP-HleyFIKQx1I7zC8eRWY8LqV3oOnuF261m_EK_tTZt45QsGsZhFD0djgXsx2uFHv6gJ9NBj01KXcZTyvdCehmVtojafO32u05-PD4EhXOQ | 33 KB | — | ✓ | 3rd |
| https://dap.digitalgov.gov/Universal-Federated-Analytics-Min.js?agency=HHS&subagency=AHRQ | 9 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
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
DPage Weight InventoryAction65 resources · 3.9 MB · 353 KB savings availableFIX
~352.6 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 65 resources | 3.9 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction37 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
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
CJS Execution CostAction1805ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 415ms | 11ms | 0ms | 3rd |
| https://www.ahrq.gov/ | 403ms | 11ms | 3ms | 3rd |
| https://www.ahrq.gov/sites/default/files/js/js_pI45Gx24j6O2NQ112bQDlF2BHdz30vbtWV8PmdH9-t4.js?scope=footer&delta=0&language=en&theme=ahrq_bootstrap_barrio&include=eJyFzGEKwjAMBeALTXOk8LLWrRibmkZwtxepDAXFP-HleyFIKQx1I7zC8eRWY8LqV3oOnuF261m_EK_tTZt45QsGsZhFD0djgXsx2uFHv6gJ9NBj01KXcZTyvdCehmVtojafO32u05-PD4EhXOQ | 247ms | 176ms | 9ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L | 215ms | 177ms | 35ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-1NPT56LE7J&cx=c>m=4e64k0 | 204ms | 166ms | 37ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=GTM-W4NX5V | 130ms | 100ms | 29ms | 3rd |
| https://dap.digitalgov.gov/web-vitals/dist/web-vitals.attribution.iife.js | 87ms | 84ms | 1ms | 3rd |
| https://www.ahrq.gov/sites/default/files/css/css_-Lf44xSgnh2X5EsstgY0S55arm6IdNeWFFDnuEsKpak.css?delta=3&language=en&theme=ahrq_bootstrap_barrio&include=eJyFjl0OAiEMhC-E2yORVtiVCBTb-sPtjeyGxAfjy2Tma5MZDMEYawc8zLIKV3N4kRt8xDeS6gu2gTwxm5pg84QiiWGCH_ctM2E-qfWc6rY_hfhKMN3OYm6U-XxV-I5ujoCxZGUp7l-LdrVYgFCje6T4VBi6FA73HN9ah2Cw | 52ms | 0ms | 0ms | 3rd |
| https://unpkg.com/leaflet@1.7.1/dist/leaflet.js | 51ms | 29ms | 22ms | 3rd |
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 Loading4 fonts (114 KB)PASS
Web fonts
4
114 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 HintsNo optimization neededPASS
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall65 requests over 1541msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 415ms | 0 KB | — | $6/mo | Costly |
www.ahrq.gov www.ahrq.gov | Other | 403ms | 18 KB | — | $5/mo | Costly |
www.ahrq.gov www.ahrq.gov | Other | 247ms | 33 KB | — | $3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 215ms | 147 KB | 41% | $3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 204ms | 158 KB | 42% | $3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 130ms | 136 KB | 51% | $2/mo | Optional |
dap.digitalgov.gov dap.digitalgov.gov | Other | 87ms | 4 KB | — | $1/mo | Optional |
www.ahrq.gov www.ahrq.gov | Other | 52ms | 88 KB | — | $1/mo | Optional |
unpkg unpkg.com | CDN | 51ms | 40 KB | 84% | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 415ms and costs ~$6/month
- www.ahrq.gov adds 403ms and costs ~$5/month
- www.ahrq.gov adds 247ms and costs ~$3/month
- Google Tag Manager adds 215ms and costs ~$3/month
- Google Tag Manager adds 204ms 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
Unattributable takes 415ms 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.ahrq.gov takes 403ms 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.ahrq.gov takes 247ms 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 215ms 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 204ms 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 Google Tag Manager'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
84% of unpkg'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