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
3 fonts (134 KB)
PASS
3 fonts (134 KB)
Info::
i
3 font(s) use font-display: swap (FOUT risk but functional)
Web fonts
3
134 KB total
Render-blocking
0
of 3
Dominant font-display
swap
Most common across fonts
Font loading timeline
TransferFOIT (block)FOUT (swap)
TiemposHeadline-Semibol...woffswap
Size48 KB
Load time1.1 s
Start1.3 s
RiskFOUT — text flashes from fallback to web font
Convert to woff2 for ~30% smaller file size
KFO7CnqEu92Fr1ME7kSn66a...woff2swap
Size37 KB
Load time16 ms
Start2.5 s
RiskFOUT — text flashes from fallback to web font
TiemposHeadline-Regular...woffswap
Size50 KB
Load time253 ms
Start2.6 s
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 ~29 KB and ~58 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
6 hints, 0 missing preconnects
PASS
6 hints, 0 missing preconnects
Info::
✓
Page uses 6 resource hint(s)
Current Resource Hints
preconnect
2
preload
2
dns-prefetch
2
prefetch—
6 resource hints configured
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
54 requests over 4232ms
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-party5106ms · 650KB · $68/mo
Script
Category
Execution
Transfer
Unused
Monthly Cost
Verdict
ssl.p.jwpcdn.com
ssl.p.jwpcdn.com
Other
1558ms
85 KB
39%
$21/mo
Costly
www.democracynow.org
www.democracynow.org
Other
1050ms
45 KB
—
$14/mo
Costly
assets.democracynow.org
assets.democracynow.org
Other
580ms
137 KB
53%
$8/mo
Costly
Unattributable
Unattributable
Other
527ms
0 KB
—
$7/mo
Costly
Google Tag Manager
www.googletagmanager.com
Tag Manager
465ms
176 KB
41%
$6/mo
Costly
Google Tag Manager
www.googletagmanager.com
Tag Manager
274ms
128 KB
50%
$4/mo
Costly
js-agent.newrelic.com
js-agent.newrelic.com
Other
206ms
28 KB
—
$3/mo
Costly
ssl.p.jwpcdn.com
ssl.p.jwpcdn.com
Other
193ms
23 KB
—
$3/mo
Optional
ssl.p.jwpcdn.com
ssl.p.jwpcdn.com
Other
104ms
2 KB
—
$1/mo
Optional
Google Analytics
www.google-analytics.com
Analytics
97ms
21 KB
—
$1/mo
Optional
static.getclicky.com
static.getclicky.com
Other
52ms
5 KB
—
$1/mo
Optional
ssl.p.jwpcdn.com
Other
Costly
Execution1558ms
Transfer85 KB
Unused39%
Monthly Cost$21/mo
www.democracynow.org
Other
Costly
Execution1050ms
Transfer45 KB
Monthly Cost$14/mo
assets.democracynow.org
Other
Costly
Execution580ms
Transfer137 KB
Unused53%
Monthly Cost$8/mo
Unattributable
Other
Costly
Execution527ms
Transfer0 KB
Monthly Cost$7/mo
Google Tag Manager
Tag Manager
Costly
Execution465ms
Transfer176 KB
Unused41%
Monthly Cost$6/mo
Google Tag Manager
Tag Manager
Costly
Execution274ms
Transfer128 KB
Unused50%
Monthly Cost$4/mo
js-agent.newrelic.com
Other
Costly
Execution206ms
Transfer28 KB
Monthly Cost$3/mo
ssl.p.jwpcdn.com
Other
Optional
Execution193ms
Transfer23 KB
Monthly Cost$3/mo
ssl.p.jwpcdn.com
Other
Optional
Execution104ms
Transfer2 KB
Monthly Cost$1/mo
Google Analytics
Analytics
Optional
Execution97ms
Transfer21 KB
Monthly Cost$1/mo
static.getclicky.com
Other
Optional
Execution52ms
Transfer5 KB
Monthly Cost$1/mo
These scripts may cost more than they're worth
ssl.p.jwpcdn.com adds 1558ms and costs ~$21/month
www.democracynow.org adds 1050ms and costs ~$14/month
assets.democracynow.org adds 580ms and costs ~$8/month
Unattributable adds 527ms and costs ~$7/month
Google Tag Manager adds 465ms and costs ~$6/month
Google Tag Manager adds 274ms and costs ~$4/month
js-agent.newrelic.com adds 206ms 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
ssl.p.jwpcdn.com takes 1558ms 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.democracynow.org takes 1050ms 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
assets.democracynow.org takes 580ms 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
53% of assets.democracynow.org'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.
Source: web.dev
Unattributable takes 527ms 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
Google Tag Manager takes 465ms 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
Google Tag Manager takes 274ms 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
js-agent.newrelic.com takes 206ms 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.