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
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
8 fonts (209 KB)
PASS
8 fonts (209 KB)
Info::
i
8 font(s) use font-display: swap (FOUT risk but functional)
Web fonts
8
209 KB total
Render-blocking
0
of 8
Dominant font-display
swap
Most common across fonts
Font loading timeline
TransferFOIT (block)FOUT (swap)
Schnyder-SDemi-Web.woff2woff2swap
Size32 KB
Load time35 ms
Start49 ms
RiskFOUT — text flashes from fallback to web font
Graphik-Regular-Web.woff2woff2swap
Size30 KB
Load time37 ms
Start50 ms
RiskFOUT — text flashes from fallback to web font
Highlander-Bold.woff2woff2swap
Size45 KB
Load time47 ms
Start98 ms
RiskFOUT — text flashes from fallback to web font
Graphik-Medium-Web.woff2woff2swap
Size36 KB
Load time6 ms
Start207 ms
RiskFOUT — text flashes from fallback to web font
highlander-bold.woff2woff2swap
Size31 KB
Load time6 ms
Start207 ms
RiskFOUT — text flashes from fallback to web font
Graphik-Regular-Web.woff2woff2swap
Size0 KB
Load time11 ms
Start208 ms
RiskFOUT — text flashes from fallback to web font
Graphik-Semibold-Web.woff2woff2swap
Size34 KB
Load time5 ms
Start208 ms
RiskFOUT — text flashes from fallback to web font
Schnyder-SDemi-Web.woff2woff2swap
Size0 KB
Load time10 ms
Start208 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)
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
Network Waterfall
73 requests over 2103ms
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-party8218ms · 562KB · €131/mo
Script
Category
Execution
Transfer
Unused
Monthly Cost
Verdict
www.forbes.com
www.forbes.com
Other
4452ms
126 KB
—
€71/mo
Costly
i.forbesimg.com
i.forbesimg.com
Other
2778ms
66 KB
36%
€44/mo
Costly
Unattributable
Unattributable
Other
329ms
0 KB
—
€5/mo
Costly
js.datadome.co
js.datadome.co
Other
266ms
39 KB
—
€4/mo
Costly
i.forbesimg.com
i.forbesimg.com
Other
265ms
74 KB
52%
€4/mo
Costly
cdn.ketchjs.com
cdn.ketchjs.com
Other
127ms
257 KB
43%
€2/mo
Optional
www.forbes.com
Other
Costly
Execution4452ms
Transfer126 KB
Monthly Cost€71/mo
i.forbesimg.com
Other
Costly
Execution2778ms
Transfer66 KB
Unused36%
Monthly Cost€44/mo
Unattributable
Other
Costly
Execution329ms
Transfer0 KB
Monthly Cost€5/mo
js.datadome.co
Other
Costly
Execution266ms
Transfer39 KB
Monthly Cost€4/mo
i.forbesimg.com
Other
Costly
Execution265ms
Transfer74 KB
Unused52%
Monthly Cost€4/mo
cdn.ketchjs.com
Other
Optional
Execution127ms
Transfer257 KB
Unused43%
Monthly Cost€2/mo
These scripts may cost more than they're worth
www.forbes.com adds 4452ms and costs ~€71/month
i.forbesimg.com adds 2778ms and costs ~€44/month
Unattributable adds 329ms and costs ~€5/month
js.datadome.co adds 266ms and costs ~€4/month
i.forbesimg.com adds 265ms 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.forbes.com takes 4452ms 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
i.forbesimg.com takes 2778ms 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 329ms 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.datadome.co takes 266ms 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
i.forbesimg.com takes 265ms 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 i.forbesimg.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.