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
5 fonts (96 KB)
PASS
5 fonts (96 KB)
Info::
i
5 font(s) use font-display: swap (FOUT risk but functional)
Web fonts
5
96 KB total
Render-blocking
0
of 5
Dominant font-display
swap
Most common across fonts
Font loading timeline
TransferFOIT (block)FOUT (swap)
memSYaGs126MiZpBA-UvWbX...woff2swap
Size13 KB
Load time44 ms
Start973 ms
RiskFOUT — text flashes from fallback to web font
c4m61nF8G8_s6gHhIOX0IYB...woff2swap
Size14 KB
Load time46 ms
Start974 ms
RiskFOUT — text flashes from fallback to web font
memSYaGs126MiZpBA-UvWbX...woff2swap
Size7 KB
Load time37 ms
Start978 ms
RiskFOUT — text flashes from fallback to web font
memSYaGs126MiZpBA-UvWbX...woff2swap
Size14 KB
Load time27 ms
Start1.1 s
RiskFOUT — text flashes from fallback to web font
memvYaGs126MiZpBA-UvWbX...woff2swap
Size47 KB
Load time45 ms
Start1.1 s
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
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
69 requests over 1720ms
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-party2301ms · 617KB · €25/mo
Script
Category
Execution
Transfer
Unused
Monthly Cost
Verdict
Unattributable
Unattributable
Other
660ms
0 KB
—
€7/mo
Costly
www.informa.com
www.informa.com
Other
654ms
171 KB
67%
€7/mo
Costly
transcend-cdn.com
transcend-cdn.com
Other
265ms
84 KB
33%
€3/mo
Costly
transcend-cdn.com
transcend-cdn.com
Other
196ms
78 KB
—
€2/mo
Optional
www.informa.com
www.informa.com
Other
194ms
12 KB
—
€2/mo
Optional
Google Tag Manager
www.googletagmanager.com
Tag Manager
179ms
146 KB
43%
€2/mo
Optional
Google Tag Manager
www.googletagmanager.com
Tag Manager
154ms
125 KB
49%
€2/mo
Optional
Unattributable
Other
Costly
Execution660ms
Transfer0 KB
Monthly Cost€7/mo
www.informa.com
Other
Costly
Execution654ms
Transfer171 KB
Unused67%
Monthly Cost€7/mo
transcend-cdn.com
Other
Costly
Execution265ms
Transfer84 KB
Unused33%
Monthly Cost€3/mo
transcend-cdn.com
Other
Optional
Execution196ms
Transfer78 KB
Monthly Cost€2/mo
www.informa.com
Other
Optional
Execution194ms
Transfer12 KB
Monthly Cost€2/mo
Google Tag Manager
Tag Manager
Optional
Execution179ms
Transfer146 KB
Unused43%
Monthly Cost€2/mo
Google Tag Manager
Tag Manager
Optional
Execution154ms
Transfer125 KB
Unused49%
Monthly Cost€2/mo
These scripts may cost more than they're worth
Unattributable adds 660ms and costs ~€7/month
www.informa.com adds 654ms and costs ~€7/month
transcend-cdn.com adds 265ms 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
Unattributable takes 660ms 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.informa.com takes 654ms 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 www.informa.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
transcend-cdn.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.