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
Image Optimization
16 images, 0 KB saveable
PASS
16 images, 0 KB saveable
Info::
✓
All images are well-optimized
16images1.2 MB
0oversized-0 KB
2legacy format
0missing dimensionsCLS risk
A+
Font Loading
4 fonts (200 KB)
PASS
4 fonts (200 KB)
Info::
i
4 font(s) use font-display: swap (FOUT risk but functional)
Web fonts
4
200 KB total
Render-blocking
0
of 4
Dominant font-display
swap
Most common across fonts
Font loading timeline
TransferFOIT (block)FOUT (swap)
National2-Regular.otfotfswap
Size71 KB
Load time52 ms
Start394 ms
RiskFOUT — text flashes from fallback to web font
Convert to woff2 for ~30% smaller file size
TiemposText-Regular.otfotfswap
Size46 KB
Load time61 ms
Start395 ms
RiskFOUT — text flashes from fallback to web font
Convert to woff2 for ~30% smaller file size
TiemposText-RegularItal...otfswap
Size47 KB
Load time46 ms
Start395 ms
RiskFOUT — text flashes from fallback to web font
Convert to woff2 for ~30% smaller file size
National2-Medium.woff2woff2swap
Size37 KB
Load time43 ms
Start395 ms
RiskFOUT — text flashes from fallback to web font
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 ~49 KB and ~98 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
8 hints, 0 missing preconnects
PASS
8 hints, 0 missing preconnects
Info::
✓
Page uses 8 resource hint(s)
Current Resource Hints
preconnect
6
preload
2
dns-prefetch—
prefetch—
8 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
74 requests over 1662ms
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-party3254ms · 508KB · $43/mo
Script
Category
Execution
Transfer
Unused
Monthly Cost
Verdict
www.elsevier.com
www.elsevier.com
Other
1269ms
57 KB
36%
$17/mo
Costly
www.elsevier.com
www.elsevier.com
Other
746ms
70 KB
—
$10/mo
Costly
Unattributable
Unattributable
Other
453ms
0 KB
—
$6/mo
Costly
www.elsevier.com
www.elsevier.com
Other
260ms
177 KB
49%
$3/mo
Costly
www.elsevier.com
www.elsevier.com
Other
227ms
45 KB
—
$3/mo
Costly
Google Tag Manager
www.googletagmanager.com
Tag Manager
156ms
157 KB
53%
$2/mo
Optional
www.elsevier.com
www.elsevier.com
Other
142ms
1 KB
—
$2/mo
Optional
www.elsevier.com
Other
Costly
Execution1269ms
Transfer57 KB
Unused36%
Monthly Cost$17/mo
www.elsevier.com
Other
Costly
Execution746ms
Transfer70 KB
Monthly Cost$10/mo
Unattributable
Other
Costly
Execution453ms
Transfer0 KB
Monthly Cost$6/mo
www.elsevier.com
Other
Costly
Execution260ms
Transfer177 KB
Unused49%
Monthly Cost$3/mo
www.elsevier.com
Other
Costly
Execution227ms
Transfer45 KB
Monthly Cost$3/mo
Google Tag Manager
Tag Manager
Optional
Execution156ms
Transfer157 KB
Unused53%
Monthly Cost$2/mo
www.elsevier.com
Other
Optional
Execution142ms
Transfer1 KB
Monthly Cost$2/mo
These scripts may cost more than they're worth
www.elsevier.com adds 1269ms and costs ~$17/month
www.elsevier.com adds 746ms and costs ~$10/month
Unattributable adds 453ms and costs ~$6/month
www.elsevier.com adds 260ms and costs ~$3/month
www.elsevier.com adds 227ms 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.elsevier.com takes 1269ms 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.elsevier.com takes 746ms 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 453ms 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.elsevier.com takes 260ms 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.elsevier.com takes 227ms 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 Google Tag Manager'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.