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.96 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
59.90 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.41 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.008
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.21 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.
62.17 s
Page Load Progression
FPage Weight BudgetAction15.2 MB transferred, 63 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
FJS Execution CostAction7415ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.fda.gov/nTKB/q8Ri/6s/BZ-3/8P-Q/3cGi0kft0fGDbLz73O/TAtmA10D/KFcZDXYv/bFAB | 1784ms | 1281ms | 93ms | 3rd |
| https://www.fda.gov/files/js/js_slZ_u0aWJFEt1cH1Zwii-QyLhaTNBO65LccU3zlOaaM.js?scope=footer&delta=0&language=en&theme=preview&include=eJxdjtEKwzAIRX-oJXsZ7G-CNS4NS6OotHRfv4VB2Pbo8XivmTlXitCgnl7QQv4DkyjthY6QKy9QZ0Mt4jYtzG6uIEFYeCcdoh1F3uM9QUTepBZoSKGvLF4vty_4cR6UirNGamuHGzW3AIisqXCLzrk_ZCurIycaPajwPCnnARLIjzBO5pH2Am1yXpY | 1362ms | 479ms | 57ms | 3rd |
| Unattributable | 1199ms | 63ms | 0ms | 3rd |
| https://www.fda.gov/ | 641ms | 160ms | 2ms | 3rd |
| https://script.crazyegg.com/pages/versioned/common-scripts/4ce8c7df8d425cc50464576824ed91eb.js | 506ms | 438ms | 28ms | 3rd |
| https://touchpoints.app.cloud.gov/touchpoints/d45bb814.js | 400ms | 109ms | 139ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-M95XGZW | 392ms | 298ms | 89ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L | 370ms | 283ms | 85ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-273DTKB5QW | 283ms | 174ms | 85ms | 3rd |
| https://dap.digitalgov.gov/Universal-Federated-Analytics-Min.js?agency=HHS&subagency=FDA&sdor=fda.gov&dclink=true | 165ms | 157ms | 5ms | 3rd |
Showing top 10 of 13 scripts
DJS BundlesAction15 scripts, 436 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L&cx=c>m=4e64f0 | 147 KB | 106 KB (72%) | ✓ | 3rd |
| https://www.fda.gov/files/js/js_slZ_u0aWJFEt1cH1Zwii-QyLhaTNBO65LccU3zlOaaM.js?scope=footer&delta=0&language=en&theme=preview&include=eJxdjtEKwzAIRX-oJXsZ7G-CNS4NS6OotHRfv4VB2Pbo8XivmTlXitCgnl7QQv4DkyjthY6QKy9QZ0Mt4jYtzG6uIEFYeCcdoh1F3uM9QUTepBZoSKGvLF4vty_4cR6UirNGamuHGzW3AIisqXCLzrk_ZCurIycaPajwPCnnARLIjzBO5pH2Am1yXpY | 107 KB | 71 KB (66%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-273DTKB5QW | 171 KB | 65 KB (38%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-M95XGZW | 131 KB | 64 KB (49%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L | 147 KB | 62 KB (42%) | ✓ | 3rd |
| https://www.fda.gov/nTKB/q8Ri/6s/BZ-3/8P-Q/3cGi0kft0fGDbLz73O/TAtmA10D/KFcZDXYv/bFAB | 176 KB | 39 KB (22%) | ✓ | 3rd |
| https://script.crazyegg.com/pages/versioned/common-scripts/4ce8c7df8d425cc50464576824ed91eb.js | 55 KB | 29 KB (52%) | ✓ | 3rd |
| https://script.crazyegg.com/pages/scripts/0024/3700.js | 3 KB | — | ✓ | 3rd |
| https://touchpoints.app.cloud.gov/touchpoints/d45bb814.js | 81 KB | — | ✗ | 3rd |
| https://dap.digitalgov.gov/web-vitals/dist/web-vitals.attribution.iife.js | 4 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
FPage Weight InventoryAction63 resources · 15.2 MB · 436 KB savings availableFIX
~435.8 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 63 resources | 15.2 MiB | ||||||
DHTTP CachingActionno-store (uncacheable)FIX
no-cache, no-store, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| no-cache | — | Cache but always revalidate first |
| no-store | — | Never cache this response |
| must-revalidate | — | Must recheck with server after expiry |
CImage OptimizationAction27 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
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 Loading4 fonts (134 KB)PASS
Web fonts
4
134 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 Waterfall63 requests over 2980msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.fda.gov www.fda.gov | Other | 1784ms | 0 KB | 22% | $24/mo | Costly |
www.fda.gov www.fda.gov | Other | 1362ms | 107 KB | 66% | $18/mo | Costly |
Unattributable Unattributable | Other | 1199ms | 0 KB | — | $16/mo | Costly |
www.fda.gov www.fda.gov | Other | 641ms | 11 KB | — | $9/mo | Costly |
script.crazyegg.com script.crazyegg.com | Other | 506ms | 55 KB | 52% | $7/mo | Costly |
touchpoints.app.cloud.gov touchpoints.app.cloud.gov | Other | 400ms | 81 KB | — | $5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 392ms | 131 KB | 49% | $5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 370ms | 147 KB | 42% | $5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 283ms | 171 KB | 38% | $4/mo | Costly |
dap.digitalgov.gov dap.digitalgov.gov | Other | 165ms | 9 KB | — | $2/mo | Optional |
dap.digitalgov.gov dap.digitalgov.gov | Other | 149ms | 4 KB | — | $2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 108ms | 147 KB | 72% | $1/mo | Optional |
www.fda.gov www.fda.gov | Other | 57ms | 60 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- www.fda.gov adds 1784ms and costs ~$24/month
- www.fda.gov adds 1362ms and costs ~$18/month
- Unattributable adds 1199ms and costs ~$16/month
- www.fda.gov adds 641ms and costs ~$9/month
- script.crazyegg.com adds 506ms and costs ~$7/month
- touchpoints.app.cloud.gov adds 400ms and costs ~$5/month
- Google Tag Manager adds 392ms and costs ~$5/month
- Google Tag Manager adds 370ms and costs ~$5/month
- Google Tag Manager adds 283ms and costs ~$4/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.fda.gov takes 1784ms 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.fda.gov takes 1362ms 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
66% of www.fda.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 1199ms 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.fda.gov takes 641ms 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
script.crazyegg.com takes 506ms 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
52% of script.crazyegg.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
touchpoints.app.cloud.gov takes 400ms 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 392ms 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 370ms 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 283ms 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
72% 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