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
2 fonts (283 KB)
PASS
2 fonts (283 KB)
Info::
i
2 font(s) use font-display: swap (FOUT risk but functional)
Web fonts
2
283 KB total
Render-blocking
0
of 2
Dominant font-display
swap
Most common across fonts
Font loading timeline
TransferFOIT (block)FOUT (swap)
oraclesansvf.woff2woff2swap
Size72 KB
Load time36 ms
Start587 ms
RiskFOUT — text flashes from fallback to web font
redwoodicons.woff2woff2swap
Size212 KB
Load time72 ms
Start588 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 ~106 KB and ~212 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
Network Waterfall
64 requests over 5370ms
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-party2856ms · 558KB · $38/mo
Script
Category
Execution
Transfer
Unused
Monthly Cost
Verdict
www.oracle.com
www.oracle.com
Other
844ms
23 KB
—
$11/mo
Costly
www.oracle.com
www.oracle.com
Other
607ms
159 KB
21%
$8/mo
Costly
Unattributable
Unattributable
Other
439ms
0 KB
—
$6/mo
Costly
www.oracle.com
www.oracle.com
Other
277ms
93 KB
91%
$4/mo
Costly
www.oracle.com
www.oracle.com
Other
211ms
129 KB
78%
$3/mo
Costly
tms.oracle.com
tms.oracle.com
Other
187ms
37 KB
—
$2/mo
Optional
consent.trustarc.com
consent.trustarc.com
Other
154ms
78 KB
27%
$2/mo
Optional
tms.oracle.com
tms.oracle.com
Other
81ms
2 KB
—
$1/mo
Optional
consent.trustarc.com
consent.trustarc.com
Other
55ms
36 KB
—
$1/mo
Optional
www.oracle.com
Other
Costly
Execution844ms
Transfer23 KB
Monthly Cost$11/mo
www.oracle.com
Other
Costly
Execution607ms
Transfer159 KB
Unused21%
Monthly Cost$8/mo
Unattributable
Other
Costly
Execution439ms
Transfer0 KB
Monthly Cost$6/mo
www.oracle.com
Other
Costly
Execution277ms
Transfer93 KB
Unused91%
Monthly Cost$4/mo
www.oracle.com
Other
Costly
Execution211ms
Transfer129 KB
Unused78%
Monthly Cost$3/mo
tms.oracle.com
Other
Optional
Execution187ms
Transfer37 KB
Monthly Cost$2/mo
consent.trustarc.com
Other
Optional
Execution154ms
Transfer78 KB
Unused27%
Monthly Cost$2/mo
tms.oracle.com
Other
Optional
Execution81ms
Transfer2 KB
Monthly Cost$1/mo
consent.trustarc.com
Other
Optional
Execution55ms
Transfer36 KB
Monthly Cost$1/mo
These scripts may cost more than they're worth
www.oracle.com adds 844ms and costs ~$11/month
www.oracle.com adds 607ms and costs ~$8/month
Unattributable adds 439ms and costs ~$6/month
www.oracle.com adds 277ms and costs ~$4/month
www.oracle.com adds 211ms 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.oracle.com takes 844ms 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.oracle.com takes 607ms 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 439ms 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.oracle.com takes 277ms 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
91% of www.oracle.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
www.oracle.com takes 211ms 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
78% of www.oracle.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.