Performance
· 27 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.
6.48 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
13.82 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
599 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.81 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.
13.85 s
Page Load Progression
DPage Weight BudgetAction2.3 MB transferred, 40 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
DJS Execution CostAction2339ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-J4698JNNFT | 737ms | 381ms | 70ms | 3rd |
| Unattributable | 406ms | 10ms | 0ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L | 346ms | 274ms | 70ms | 3rd |
| https://use.fontawesome.com/releases/v6.4.2/js/all.js | 265ms | 84ms | 164ms | 3rd |
| https://bea.gov/sites/default/files/js/js_I61q1dFTr3aRUs0_s4aDnPq-d6U8vrlwMep4qWNX6aE.js?scope=footer&delta=0&language=en&theme=beagov_theme&include=eJx9jVEKwzAMQy-UJkcKDvVSb25sYi_tbr8yxsjXfoSkB1JBqDKyb7hjWsFhcSiMFsoMKksBXsxfTK2GIuLmHTT9XNaOmRr5BFVUBvapcRF20oCnX0OPtPanAsdvDDdpDgeaXJeTjzbqPxZtoz0MwsPSRyPc4XwD7glWYg | 199ms | 133ms | 56ms | 1st |
| https://use.fontawesome.com/releases/v6.4.2/js/v4-shims.js | 162ms | 63ms | 4ms | 3rd |
| https://dap.digitalgov.gov/web-vitals/dist/web-vitals.attribution.iife.js | 87ms | 84ms | 1ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L&cx=c>m=4e66h0 | 73ms | 29ms | 44ms | 3rd |
| https://bea.gov/ | 62ms | 8ms | 2ms | 1st |
DJS BundlesAction9 scripts, 311 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=4e66h0 | 149 KB | 108 KB (72%) | ✓ | 3rd |
| https://bea.gov/sites/default/files/js/js_I61q1dFTr3aRUs0_s4aDnPq-d6U8vrlwMep4qWNX6aE.js?scope=footer&delta=0&language=en&theme=beagov_theme&include=eJx9jVEKwzAMQy-UJkcKDvVSb25sYi_tbr8yxsjXfoSkB1JBqDKyb7hjWsFhcSiMFsoMKksBXsxfTK2GIuLmHTT9XNaOmRr5BFVUBvapcRF20oCnX0OPtPanAsdvDDdpDgeaXJeTjzbqPxZtoz0MwsPSRyPc4XwD7glWYg | 104 KB | 75 KB (72%) | ✓ | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-CSLL4ZEK4L | 149 KB | 65 KB (43%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-J4698JNNFT | 164 KB | 64 KB (39%) | ✓ | 3rd |
| https://use.fontawesome.com/releases/v6.4.2/js/all.js | 495 KB | — | ✓ | 3rd |
| https://search.bea.gov/javascripts/remote.loader.js | 0 KB | — | ✓ | 3rd |
| https://use.fontawesome.com/releases/v6.4.2/js/v4-shims.js | 9 KB | — | ✓ | 3rd |
| https://dap.digitalgov.gov/Universal-Federated-Analytics-Min.js?agency=DOC&subagency=BEA | 9 KB | — | ✓ | 3rd |
| https://dap.digitalgov.gov/web-vitals/dist/web-vitals.attribution.iife.js | 5 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
DPage Weight InventoryAction40 resources · 2.3 MB · 311 KB savings availableFIX
~310.9 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 40 resources | 2.3 MiB | ||||||
BThird-Party Impact45% third-party, 0 ms blockingREVIEW
BImage Optimization18 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
BHTTP/3 (QUIC)HTTP/3 not advertisedREVIEW
CCompression AlgorithmActionMain response served uncompressedREVIEW
BServer-Timing ObservabilityNo Server-Timing header foundREVIEW
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 (56 KB)PASS
Web fonts
4
56 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+LCP Image PreloadLCP preload audit not availablePASS
A+Main HTML Cache-ControlMain HTML max-age=60 (≤ 5min) is appropriatePASS
A+Server Response Intelligence2 server-response signal(s) detectedPASS
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
AJavaScript Blocking1 JS blocking issue(s) detectedPASS
ACSS Performance Depth1 CSS depth issue(s) detectedPASS
A+HTTP Cachingmax-age=60 (1 minute)PASS
max-age=60, public
| Directive | Value | Meaning |
|---|---|---|
| max-age | 60 | Cache for 1 minute |
| public | — | Any cache may store this response |
Network Waterfall40 requests over 1356msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Google Tag Manager www.googletagmanager.com | Tag Manager | 737ms | 164 KB | 39% | $10/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 346ms | 149 KB | 43% | $5/mo | Costly |
use.fontawesome.com use.fontawesome.com | Other | 265ms | 495 KB | — | $4/mo | Costly |
use.fontawesome.com use.fontawesome.com | Other | 162ms | 9 KB | — | $2/mo | Optional |
dap.digitalgov.gov dap.digitalgov.gov | Other | 87ms | 5 KB | — | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 73ms | 149 KB | 72% | $1/mo | Optional |
These scripts may cost more than they're worth
- Google Tag Manager adds 737ms and costs ~$10/month
- Google Tag Manager adds 346ms and costs ~$5/month
- use.fontawesome.com adds 265ms and costs ~$4/month
71% 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
Google Tag Manager takes 737ms 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 346ms 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
use.fontawesome.com takes 265ms 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
Real-User Performance (CrUX)Field metrics from the Chrome User Experience ReportINFO
Chrome User Experience (CrUX)
Real-user metrics from the Chrome UX Report (2026-05-25 — 2026-06-21)
LCP (p75)
1966 ms
83% good
INP (p75)
0 ms
0% good
CLS (p75)
0.010
99% good
FCP (p75)
1690 ms
TTFB (p75)
959 ms
Image Optimization7 images, 750 KB total, 460 KB wastedINFO
Image Optimization Audit
Total Images
7
Total Size
750 KB
Oversized
5
Wasted
460 KB