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.11 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.13 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.294
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.16 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.
3.31 s
Page Load Progression
FPage Weight BudgetAction3.8 MB transferred, 69 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, 352 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=4e64k1h2 | 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 | 29 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 InventoryAction69 resources · 3.8 MB · 352 KB savings availableFIX
~352.4 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 69 resources | 3.8 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction40 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
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+JS Execution Cost420ms total JS executionPASS
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.ahrq.gov/ | 132ms | 5ms | 1ms | 3rd |
| Unattributable | 110ms | 3ms | 0ms | 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 | 64ms | 45ms | 2ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L | 61ms | 52ms | 9ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-1NPT56LE7J&cx=c>m=4e64k1h2 | 54ms | 44ms | 9ms | 3rd |
A+Font Loading5 fonts (150 KB)PASS
Web fonts
5
150 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 Waterfall69 requests over 950msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.ahrq.gov www.ahrq.gov | Other | 132ms | 18 KB | — | $2/mo | Optional |
Unattributable Unattributable | Other | 110ms | 0 KB | — | $1/mo | Optional |
www.ahrq.gov www.ahrq.gov | Other | 64ms | 33 KB | — | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 61ms | 147 KB | 41% | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 54ms | 158 KB | 42% | $1/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