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
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
10 fonts (370 KB)
PASS
10 fonts (370 KB)
Info::
i
10 font(s) use font-display: swap (FOUT risk but functional)
Web fonts
10
370 KB total
Render-blocking
0
of 10
Dominant font-display
swap
Most common across fonts
Font loading timeline
TransferFOIT (block)FOUT (swap)
icomoon-c58c472f6dbb45c...woffswap
Size42 KB
Load time30 ms
Start857 ms
RiskFOUT — text flashes from fallback to web font
Convert to woff2 for ~30% smaller file size
icomoon-d4d19ebe45b4314...ttfswap
Size1 KB
Load time23 ms
Start1.2 s
RiskFOUT — text flashes from fallback to web font
Convert to woff2 for ~30% smaller file size
icomoon-9b190c0d34d75fc...woffswap
Size54 KB
Load time31 ms
Start1.2 s
RiskFOUT — text flashes from fallback to web font
Convert to woff2 for ~30% smaller file size
NexusSansWebPro-d1d294e...woff2swap
Size70 KB
Load time26 ms
Start1.7 s
RiskFOUT — text flashes from fallback to web font
elsevierwordmark-regula...woffswap
Size5 KB
Load time20 ms
Start1.7 s
RiskFOUT — text flashes from fallback to web font
Convert to woff2 for ~30% smaller file size
elsevierwordmark-regula...woff2swap
Size5 KB
Load time17 ms
Start1.7 s
RiskFOUT — text flashes from fallback to web font
elsevierwordmark-regula...ttfswap
Size5 KB
Load time20 ms
Start1.7 s
RiskFOUT — text flashes from fallback to web font
Convert to woff2 for ~30% smaller file size
NexusSansOffcPro-35ae39...ttfswap
Size56 KB
Load time30 ms
Start1.7 s
RiskFOUT — text flashes from fallback to web font
Convert to woff2 for ~30% smaller file size
NexusSansWebPro-Bold-df...woff2swap
Size74 KB
Load time25 ms
Start1.8 s
RiskFOUT — text flashes from fallback to web font
NexusSansOffcPro-Bold-3...ttfswap
Size58 KB
Load time31 ms
Start1.8 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 ~66 KB and ~132 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
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall
70 requests over 2171ms
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-party2835ms · 388KB · $38/mo
Script
Category
Execution
Transfer
Unused
Monthly Cost
Verdict
www.cell.com
www.cell.com
Other
1212ms
53 KB
—
$16/mo
Costly
Unattributable
Unattributable
Other
540ms
0 KB
—
$7/mo
Costly
www.cell.com
www.cell.com
Other
370ms
161 KB
75%
$5/mo
Costly
www.cell.com
www.cell.com
Other
290ms
0 KB
—
$4/mo
Costly
OneTrust
cdn.cookielaw.org
Consent
287ms
119 KB
52%
$4/mo
Essential
www.cell.com
www.cell.com
Other
136ms
54 KB
69%
$2/mo
Optional
www.cell.com
Other
Costly
Execution1212ms
Transfer53 KB
Monthly Cost$16/mo
Unattributable
Other
Costly
Execution540ms
Transfer0 KB
Monthly Cost$7/mo
www.cell.com
Other
Costly
Execution370ms
Transfer161 KB
Unused75%
Monthly Cost$5/mo
www.cell.com
Other
Costly
Execution290ms
Transfer0 KB
Monthly Cost$4/mo
OneTrust
Consent
Essential
Execution287ms
Transfer119 KB
Unused52%
Monthly Cost$4/mo
www.cell.com
Other
Optional
Execution136ms
Transfer54 KB
Unused69%
Monthly Cost$2/mo
These scripts may cost more than they're worth
www.cell.com adds 1212ms and costs ~$16/month
Unattributable adds 540ms and costs ~$7/month
www.cell.com adds 370ms and costs ~$5/month
www.cell.com adds 290ms and costs ~$4/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.cell.com takes 1212ms 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 540ms 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.cell.com takes 370ms 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
75% of www.cell.com'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
www.cell.com takes 290ms 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
52% of OneTrust'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
69% of www.cell.com'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.