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
4 fonts (703 KB)
PASS
4 fonts (703 KB)
Info::
i
4 font(s) use font-display: swap (FOUT risk but functional)
Web fonts
4
703 KB total
Render-blocking
0
of 4
Dominant font-display
swap
Most common across fonts
Font loading timeline
TransferFOIT (block)FOUT (swap)
fa-solid-900.woff2woff2swap
Size154 KB
Load time105 ms
Start770 ms
RiskFOUT — text flashes from fallback to web font
Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Lato-Regular.woff2woff2swap
Size179 KB
Load time106 ms
Start771 ms
RiskFOUT — text flashes from fallback to web font
Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Lato-Bold.woff2woff2swap
Size181 KB
Load time106 ms
Start771 ms
RiskFOUT — text flashes from fallback to web font
Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Lato-BoldItalic.woff2woff2swap
Size189 KB
Load time107 ms
Start771 ms
RiskFOUT — text flashes from fallback to web font
Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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 ~352 KB and ~704 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
Network Waterfall
56 requests over 1804ms
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-party1425ms · 477KB · €15/mo
Script
Category
Execution
Transfer
Unused
Monthly Cost
Verdict
www.law360.com
www.law360.com
Other
546ms
48 KB
—
€6/mo
Costly
Unattributable
Unattributable
Other
398ms
0 KB
—
€4/mo
Costly
OneTrust
cdn.cookielaw.org
Consent
219ms
127 KB
53%
€2/mo
Essential
js-agent.newrelic.com
js-agent.newrelic.com
Other
127ms
28 KB
—
€1/mo
Optional
static.law360news.com
static.law360news.com
Other
83ms
178 KB
68%
€1/mo
Optional
static.law360news.com
static.law360news.com
Other
53ms
97 KB
86%
€1/mo
Optional
www.law360.com
Other
Costly
Execution546ms
Transfer48 KB
Monthly Cost€6/mo
Unattributable
Other
Costly
Execution398ms
Transfer0 KB
Monthly Cost€4/mo
OneTrust
Consent
Essential
Execution219ms
Transfer127 KB
Unused53%
Monthly Cost€2/mo
js-agent.newrelic.com
Other
Optional
Execution127ms
Transfer28 KB
Monthly Cost€1/mo
static.law360news.com
Other
Optional
Execution83ms
Transfer178 KB
Unused68%
Monthly Cost€1/mo
static.law360news.com
Other
Optional
Execution53ms
Transfer97 KB
Unused86%
Monthly Cost€1/mo
These scripts may cost more than they're worth
www.law360.com adds 546ms and costs ~€6/month
Unattributable adds 398ms 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.law360.com takes 546ms 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 398ms 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 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
68% of static.law360news.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
86% of static.law360news.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.