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
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 (157 KB)
PASS
6 fonts (157 KB)
Info::
i
6 font(s) use font-display: swap (FOUT risk but functional)
Web fonts
6
157 KB total
Render-blocking
0
of 6
Dominant font-display
swap
Most common across fonts
Font loading timeline
TransferFOIT (block)FOUT (swap)
AlfredSerifText-Regular...woff2swap
Size37 KB
Load time13 ms
Start235 ms
RiskFOUT — text flashes from fallback to web font
AlfredSans-Regular.woff2woff2swap
Size24 KB
Load time27 ms
Start236 ms
RiskFOUT — text flashes from fallback to web font
AlfredSans-Italic.woff2woff2swap
Size25 KB
Load time29 ms
Start236 ms
RiskFOUT — text flashes from fallback to web font
AlfredSerifText-Bold.woff2woff2swap
Size38 KB
Load time12 ms
Start549 ms
RiskFOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a...woff2swap
Size34 KB
Load time71 ms
Start616 ms
RiskFOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a...woff2swap
Size0 KB
Load time71 ms
Start619 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
2 hints, 0 missing preconnects
PASS
2 hints, 0 missing preconnects
Info::
✓
Page uses 2 resource hint(s)
Current Resource Hints
preconnect—
preload—
dns-prefetch
2
prefetch—
2 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
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
86 requests over 4460ms
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-party3475ms · 582KB · $46/mo
Script
Category
Execution
Transfer
Unused
Monthly Cost
Verdict
www.nobelprize.org
www.nobelprize.org
Other
1213ms
49 KB
—
$16/mo
Costly
Unattributable
Unattributable
Other
493ms
0 KB
—
$7/mo
Costly
OneTrust
cdn.cookielaw.org
Consent
431ms
111 KB
54%
$6/mo
Essential
Google Tag Manager
www.googletagmanager.com
Tag Manager
362ms
156 KB
40%
$5/mo
Costly
Google Tag Manager
www.googletagmanager.com
Tag Manager
361ms
136 KB
45%
$5/mo
Costly
Hotjar
script.hotjar.com
Session Replay
214ms
57 KB
67%
$3/mo
Costly
js-agent.newrelic.com
js-agent.newrelic.com
Other
193ms
30 KB
—
$3/mo
Optional
www.nobelprize.org
www.nobelprize.org
Other
99ms
3 KB
—
$1/mo
Optional
OneTrust
cdn.cookielaw.org
Consent
58ms
9 KB
—
$1/mo
Essential
www.nobelprize.org
www.nobelprize.org
Other
52ms
30 KB
69%
$1/mo
Optional
www.nobelprize.org
Other
Costly
Execution1213ms
Transfer49 KB
Monthly Cost$16/mo
Unattributable
Other
Costly
Execution493ms
Transfer0 KB
Monthly Cost$7/mo
OneTrust
Consent
Essential
Execution431ms
Transfer111 KB
Unused54%
Monthly Cost$6/mo
Google Tag Manager
Tag Manager
Costly
Execution362ms
Transfer156 KB
Unused40%
Monthly Cost$5/mo
Google Tag Manager
Tag Manager
Costly
Execution361ms
Transfer136 KB
Unused45%
Monthly Cost$5/mo
Hotjar
Session Replay
Costly
Execution214ms
Transfer57 KB
Unused67%
Monthly Cost$3/mo
js-agent.newrelic.com
Other
Optional
Execution193ms
Transfer30 KB
Monthly Cost$3/mo
www.nobelprize.org
Other
Optional
Execution99ms
Transfer3 KB
Monthly Cost$1/mo
OneTrust
Consent
Essential
Execution58ms
Transfer9 KB
Monthly Cost$1/mo
www.nobelprize.org
Other
Optional
Execution52ms
Transfer30 KB
Unused69%
Monthly Cost$1/mo
These scripts may cost more than they're worth
www.nobelprize.org adds 1213ms and costs ~$16/month
Unattributable adds 493ms and costs ~$7/month
Google Tag Manager adds 362ms and costs ~$5/month
Google Tag Manager adds 361ms and costs ~$5/month
Hotjar adds 214ms 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.nobelprize.org takes 1213ms 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 493ms 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
54% 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
Google Tag Manager takes 362ms 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 361ms 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
Hotjar takes 214ms 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
67% of Hotjar'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.nobelprize.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.