Consider code splitting or tree shaking to reduce unused code.
Why this matters
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.
Why this matters
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.
Why this matters
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.
Why this matters
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW
Green Hosting
No green hosting detected
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
✓
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
6 fonts (251 KB)
PASS
6 fonts (251 KB)
Info::
i
6 font(s) use font-display: swap (FOUT risk but functional)
Web fonts
6
251 KB total
Render-blocking
0
of 6
Dominant font-display
swap
Most common across fonts
Font loading timeline
TransferFOIT (block)FOUT (swap)
PublicSans-Light-05ff7d...woffswap
Size41 KB
Load time107 ms
Start715 ms
RiskFOUT — text flashes from fallback to web font
Convert to woff2 for ~30% smaller file size
GT-America-Mono-Bold-5c...woff2swap
Size36 KB
Load time156 ms
Start715 ms
RiskFOUT — text flashes from fallback to web font
PublicSans-Bold-c5f1403...woff2swap
Size33 KB
Load time167 ms
Start716 ms
RiskFOUT — text flashes from fallback to web font
GT-Sectra-Fine-Bold-23b...woff2swap
Size70 KB
Load time143 ms
Start716 ms
RiskFOUT — text flashes from fallback to web font
PublicSans-ExtraBold-06...woff2swap
Size30 KB
Load time191 ms
Start747 ms
RiskFOUT — text flashes from fallback to web font
PublicSans-Bold-a239fb9...woffswap
Size41 KB
Load time161 ms
Start782 ms
RiskFOUT — text flashes from fallback to web font
Convert to woff2 for ~30% smaller file size
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)
Fixing the unchecked items could save ~25 KB and ~50 ms
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
✓
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
✓
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
✓
No resource hint issues
A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
✓
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
Network Waterfall
60 requests over 1625ms
INFO
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100%of JavaScript execution is third-party
First-party Third-party3587ms · 251KB · $48/mo
Script
Category
Execution
Transfer
Unused
Monthly Cost
Verdict
www.cia.gov
www.cia.gov
Other
1464ms
59 KB
—
$19/mo
Costly
www.cia.gov
www.cia.gov
Other
670ms
43 KB
—
$9/mo
Costly
Unattributable
Unattributable
Other
659ms
0 KB
—
$9/mo
Costly
www.cia.gov
www.cia.gov
Other
456ms
27 KB
—
$6/mo
Costly
www.cia.gov
www.cia.gov
Other
241ms
29 KB
—
$3/mo
Costly
www.cia.gov
www.cia.gov
Other
96ms
92 KB
61%
$1/mo
Optional
www.cia.gov
Other
Costly
Execution1464ms
Transfer59 KB
Monthly Cost$19/mo
www.cia.gov
Other
Costly
Execution670ms
Transfer43 KB
Monthly Cost$9/mo
Unattributable
Other
Costly
Execution659ms
Transfer0 KB
Monthly Cost$9/mo
www.cia.gov
Other
Costly
Execution456ms
Transfer27 KB
Monthly Cost$6/mo
www.cia.gov
Other
Costly
Execution241ms
Transfer29 KB
Monthly Cost$3/mo
www.cia.gov
Other
Optional
Execution96ms
Transfer92 KB
Unused61%
Monthly Cost$1/mo
These scripts may cost more than they're worth
www.cia.gov adds 1464ms and costs ~$19/month
www.cia.gov adds 670ms and costs ~$9/month
Unattributable adds 659ms and costs ~$9/month
www.cia.gov adds 456ms and costs ~$6/month
www.cia.gov adds 241ms and costs ~$3/month
100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
Why this matters
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.cia.gov takes 1464ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
Why this matters
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
www.cia.gov takes 670ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
Why this matters
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Unattributable takes 659ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
Why this matters
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
www.cia.gov takes 456ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
Why this matters
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
www.cia.gov takes 241ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
Why this matters
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
61% of www.cia.gov's code is unused. The script may be loading features you don't use.
Why this matters
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.