Skip to content
https://oraclecloud.com

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
75
GRADE
C
FIX
4
REVIEW
4
PASS
5
INFO
2

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

68
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
81
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
100
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

1.42 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

3.11 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

161 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.064

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

2.58 s

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

3.12 s

Page Load Progression

1.1 s
2.2 s
3.3 s
4.4 s
5.5 s
6.6 s
7.7 s
8.8 s
Checks
15
5 PASS 4 REVIEW 4 FIX
D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (1.7 MiB of 1.7 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Execution Cost
Action
2856ms total JS execution
FIX
2856ms total JS execution
Warning::
https://www.oracle.com/cloud/: 844ms CPU time
Warning::
https://www.oracle.com/tGlIoE/L74/ulJ/juZYxIyr/D61...: 607ms CPU time
Warning::
Unattributable: 439ms CPU time
Warning::
https://www.oracle.com/asset/web/js/redwood-lib.js: 277ms CPU time
Info::
https://www.oracle.com/asset/web/js/redwood-base.j...: 211ms CPU time
Warning::
Third-party scripts: 2856ms (100% of total)

Main Thread Breakdown

Script Evaluation 41% Style & Layout 27% Other 20% Script Parsing & Compilation 4%
ScriptTotalScriptingParse/CompileParty
https://www.oracle.com/cloud/844ms10ms2ms3rd
https://www.oracle.com/tGlIoE/L74/ulJ/juZYxIyr/D61LbLX19OJ1/LA1aAQ/c1tqLUVE/aTQOAg?v=822a8a00-8d5e-bb9b-dafe-ae18d8120210607ms539ms22ms3rd
Unattributable439ms62ms0ms3rd
https://www.oracle.com/asset/web/js/redwood-lib.js277ms73ms17ms3rd
https://www.oracle.com/asset/web/js/redwood-base.js211ms77ms20ms3rd
https://tms.oracle.com/main/prod/utag.js187ms155ms11ms3rd
https://consent.trustarc.com/asset/adv-bundle.js?v=v1.7-1729154ms75ms1ms3rd
https://tms.oracle.com/main/prod/utag.42.js?utv=ut4.48.20250829175781ms45ms0ms3rd
https://consent.trustarc.com/asset/notice.js/v/v1.7-172955ms44ms5ms3rd
D
Page Weight Inventory
Action
64 resources · 1.7 MB · 300 KB savings available
FIX
64 resources · 1.7 MB · 300 KB savings available
Warning::
Page weight 754 KB over 1MB target
Got: 1.7 MB Expected: ≤ 1 MB
Info::
~300 KB of savings available
Warning::
63 third-party resources (100% of weight)
Info::
2 resources over 200KB
64 resources · 1.7 MiB · 63 third-party 753.8 KiB over 1MB target
JavaScript 59% · 1.0 MiB
Font 16% · 283.1 KiB
CSS 16% · 277.9 KiB
Image 6% · 110.8 KiB
Document 2% · 26.9 KiB
Other 1% · 23.2 KiB

~299.8 KiB of savings available

Remove unused JavaScript: 299.8 KiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

C
Page Weight Budget
Action
1.7 MB transferred, 64 requests
REVIEW
1.7 MB transferred, 64 requests
Info::
Page weighs 5.2 MB (1.7 MB transferred)
Warning::
JavaScript is 829 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 829 KB
Info::
Fonts are 283 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 283 KB
Info::
CSS is 278 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 278 KB
Info::
64 HTTP requests
Info::
Estimated 0.36 g CO2 per page load
1.7 MB / 2.4 MB budget
1.7 MB transferred
64 requests
0.36 g CO2 per page load
JavaScript 829.5 KiB 47%
Fonts 283.1 KiB 16%
CSS 277.9 KiB 16%
Other 237.4 KiB 13%
Images 108.2 KiB 6%
HTML 24.1 KiB 1%
Other 15.1 KiB 1%
Other 2.4 KiB 0%
Other 227 B 0%
0 2.4 MB 4.9 MB
Approaching limit

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.

Why this matters

CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.

Source: web.dev

C
Image Optimization
Action
17 images, 0 KB saveable
REVIEW
17 images, 0 KB saveable
Warning::
https://www.oracle.com/a/ocom/img/rc59-gartner-log... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.oracle.com/a/ocom/img/rc59-navigate-ne... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.oracle.com/a/ocom/img/rc10-tb-ai-trend... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.oracle.com/a/ocom/img/rc59alt-oracle-a... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
17 images 108 KB
0 oversized -0 KB
4 legacy format
5 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

C
JS Bundles
Action
22 scripts, 300 KB unused
REVIEW
22 scripts, 300 KB unused
Warning::
https://www.oracle.com/asset/web/js/redwood-base.j...: 100 KB unused (78%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.oracle.com/asset/web/js/redwood-lib.js: 84 KB unused (91%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.oracle.com/asset/web/js/web-sdk.js: 38 KB unused (53%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.oracle.com/tGlIoE/L74/ulJ/juZYxIyr/D61...: 33 KB unused (21%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.oracle.com/us/assets/metrics/ora_code....: 24 KB unused (57%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 300 KB
300 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.oracle.com/asset/web/js/redwood-base.js129 KB100 KB (78%)3rd
https://www.oracle.com/asset/web/js/redwood-lib.js93 KB84 KB (91%)3rd
https://www.oracle.com/asset/web/js/web-sdk.js73 KB38 KB (53%)3rd
https://www.oracle.com/tGlIoE/L74/ulJ/juZYxIyr/D61LbLX19OJ1/LA1aAQ/c1tqLUVE/aTQOAg?v=822a8a00-8d5e-bb9b-dafe-ae18d8120210159 KB33 KB (21%)3rd
https://www.oracle.com/us/assets/metrics/ora_code.js43 KB24 KB (57%)3rd
https://consent.trustarc.com/asset/adv-bundle.js?v=v1.7-172978 KB21 KB (27%)3rd
https://www.oracle.com/asset/web/js/settings-v2.js10 KB3rd
https://www.oracle.com/asset/web/js/jquery-min.js32 KB3rd
https://consent.trustarc.com/notice?domain=oracle.com&c=teconsent&text=true&gtm=1&cdn=1&pcookie7 KB3rd
https://tms.oracle.com/main/prod/utag.42.js?utv=ut4.48.2025082917572 KB3rd

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::
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
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s FCP 1.4 s LCP 3.1 shttps://www.oracle.com/asset/web/fonts/oraclesansvf.woff2oraclesansvf.woff2 https://www.oracle.com/asset/web/fonts/oraclesansvf.woff2 — 71.6 KiB — 36 ms — font-display: swaphttps://www.oracle.com/asset/web/fonts/redwoodicons.woff2redwoodicons.woff2 https://www.oracle.com/asset/web/fonts/redwoodicons.woff2 — 211.5 KiB — 72 ms — font-display: swap
oraclesansvf.woff2 woff2 swap
Size 72 KB
Load time 36 ms
Start 587 ms
Risk FOUT — text flashes from fallback to web font
redwoodicons.woff2 woff2 swap
Size 212 KB
Load time 72 ms
Start 588 ms
Risk FOUT — 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
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.4 s LCP 3.1 shttps://oraclecloud.com// https://oraclecloud.com/ — 301 — 181 B — 405 ms — http/1.1https://www.oraclecloud.com/www.oraclecloud.com/ https://www.oraclecloud.com/ — 301 — 167 B — 26 ms — h2https://www.oracle.com/cloud/www.oracle.com/cloud/ https://www.oracle.com/cloud/ — 200 — 22.7 KiB — 140 ms — h2https://www.oracle.com/asset/web/fonts/oraclesansvf.woff2www.oracle.com/asset/web/fonts/orac... https://www.oracle.com/asset/web/fonts/oraclesansvf.woff2 — 200 — 71.6 KiB — 36 ms — h2https://www.oracle.com/asset/web/fonts/redwoodicons.woff2www.oracle.com/asset/web/fonts/redw... https://www.oracle.com/asset/web/fonts/redwoodicons.woff2 — 200 — 211.5 KiB — 72 ms — h2https://www.oracle.com/asset/web/css/redwood-base.csswww.oracle.com/asset/web/css/redwoo... https://www.oracle.com/asset/web/css/redwood-base.css — 200 — 161.8 KiB — 73 ms — h2https://www.oracle.com/asset/web/css/redwood-styles.csswww.oracle.com/asset/web/css/redwoo... https://www.oracle.com/asset/web/css/redwood-styles.css — 200 — 116.1 KiB — 46 ms — h2https://www.oracle.com/asset/web/js/redwood-base.jswww.oracle.com/asset/web/js/redwood... https://www.oracle.com/asset/web/js/redwood-base.js — 200 — 129.3 KiB — 81 ms — h2https://www.oracle.com/asset/web/js/redwood-lib.jswww.oracle.com/asset/web/js/redwood... https://www.oracle.com/asset/web/js/redwood-lib.js — 200 — 93.3 KiB — 80 ms — h2https://tms.oracle.com/main/prod/utag.sync.jstms.oracle.com/main/prod/utag.sync.... https://tms.oracle.com/main/prod/utag.sync.js — 200 — 22.3 KiB — 50 ms — h2https://www.oracle.com/a/ocom/img/yt-thumbnail-i2oqubrnihs.jpgwww.oracle.com/a/ocom/img/yt-thumbn... https://www.oracle.com/a/ocom/img/yt-thumbnail-i2oqubrnihs.jpg — 200 — 9.9 KiB — 72 ms — h2https://www.oracle.com/visitorinfo/www.oracle.com/visitorinfo/ https://www.oracle.com/visitorinfo/ — 200 — 1.3 KiB — 19 ms — h2https://www.oracle.com/asset/web/js/jquery-min.jswww.oracle.com/asset/web/js/jquery-... https://www.oracle.com/asset/web/js/jquery-min.js — 200 — 32.1 KiB — 27 ms — h2https://s.go-mpulse.net/boomerang/DXNLE-YBWWY-AR74T-WMD99-77VRAs.go-mpulse.net/boomerang/DXNLE-YBW... https://s.go-mpulse.net/boomerang/DXNLE-YBWWY-AR74T-WMD99-77VRA — 200 — 59.8 KiB — 49 ms — h2https://www.oracle.com/tGlIoE/L74/ulJ/juZYxIyr/D61LbLX19OJ1/LA1aAQ/c1tqLUVE/aTQOAg?v=822a8a00-8d5e-bb9b-dafe-ae18d8120210www.oracle.com/tGlIoE/L74/ulJ/juZYx... https://www.oracle.com/tGlIoE/L74/ulJ/juZYxIyr/D61LbLX19OJ1/LA1aAQ/c1tqLUVE/aTQOAg?v=822a8a00-8d5e-bb9b-dafe-ae18d8120210 — 200 — 159.2 KiB — 41 ms — h2https://tms.oracle.com/main/prod/utag.jstms.oracle.com/main/prod/utag.js https://tms.oracle.com/main/prod/utag.js — 200 — 36.8 KiB — 29 ms — h2data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill-rule='even…www.w3.org/2000/svg' width='30' hei... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill-rule='even… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='30' width='30' fill-rule='even…www.w3.org/2000/svg' height='30' wi... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='30' width='30' fill-rule='even… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill-rule='even…www.w3.org/2000/svg' width='30' hei... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill-rule='even… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill-rule='even…www.w3.org/2000/svg' width='30' hei... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill-rule='even… — 200 — 0 B — 0 ms — datahttps://tags.tiqcdn.com/utag/tiqapp/utag.v.js?a=oracle/main/202604011521&cb=1776361556485tags.tiqcdn.com/utag/tiqapp/utag.v.... https://tags.tiqcdn.com/utag/tiqapp/utag.v.js?a=oracle/main/202604011521&cb=1776361556485 — 200 — 433 B — 12 ms — h2https://consent.trustarc.com/notice?domain=oracle.com&c=teconsent&text=true&gtm=1&cdn=1&pcookieconsent.trustarc.com/notice?domain=... https://consent.trustarc.com/notice?domain=oracle.com&c=teconsent&text=true&gtm=1&cdn=1&pcookie — 200 — 6.8 KiB — 20 ms — h2https://tms.oracle.com/main/prod/utag.42.js?utv=ut4.48.202508291757tms.oracle.com/main/prod/utag.42.js... https://tms.oracle.com/main/prod/utag.42.js?utv=ut4.48.202508291757 — 200 — 1.7 KiB — 12 ms — h2https://tms.oracle.com/main/prod/utag.124.js?utv=ut4.48.202505151423tms.oracle.com/main/prod/utag.124.j... https://tms.oracle.com/main/prod/utag.124.js?utv=ut4.48.202505151423 — 200 — 3.0 KiB — 14 ms — h2https://www.oracle.com/asset/web/analytics/ora_ocom.jswww.oracle.com/asset/web/analytics/... https://www.oracle.com/asset/web/analytics/ora_ocom.js — 200 — 9.5 KiB — 14 ms — h2https://www.oracle.com/asset/web/js/handlebars-redwood.jswww.oracle.com/asset/web/js/handleb... https://www.oracle.com/asset/web/js/handlebars-redwood.js — 200 — 29.2 KiB — 15 ms — h2data:image/svg+xml,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/…www.w3.org/2000/… data:image/svg+xml,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/… — 200 — 0 B — 0 ms — datahttps://www.oracle.com/asset/web/js/settings-v2.jswww.oracle.com/asset/web/js/setting... https://www.oracle.com/asset/web/js/settings-v2.js — 200 — 9.9 KiB — 16 ms — h2https://www.oracle.com/asset/sequoia/js/wc-chatbot.jswww.oracle.com/asset/sequoia/js/wc-... https://www.oracle.com/asset/sequoia/js/wc-chatbot.js — 200 — 5.2 KiB — 32 ms — h2https://www.oracle.com/us/assets/metrics/ora_code.jswww.oracle.com/us/assets/metrics/or... https://www.oracle.com/us/assets/metrics/ora_code.js — 200 — 43.3 KiB — 28 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.4 s LCP 3.1 shttps://oraclecloud.com// https://oraclecloud.com/ — 301 — 181 B — 405 ms — http/1.1https://www.oraclecloud.com/www.oraclecloud.com/ https://www.oraclecloud.com/ — 301 — 167 B — 26 ms — h2https://www.oracle.com/cloud/www.oracle.com/cloud/ https://www.oracle.com/cloud/ — 200 — 22.7 KiB — 140 ms — h2https://www.oracle.com/asset/web/fonts/oraclesansvf.woff2www.oracle.com/asset/web/fonts/orac... https://www.oracle.com/asset/web/fonts/oraclesansvf.woff2 — 200 — 71.6 KiB — 36 ms — h2https://www.oracle.com/asset/web/fonts/redwoodicons.woff2www.oracle.com/asset/web/fonts/redw... https://www.oracle.com/asset/web/fonts/redwoodicons.woff2 — 200 — 211.5 KiB — 72 ms — h2https://www.oracle.com/asset/web/css/redwood-base.csswww.oracle.com/asset/web/css/redwoo... https://www.oracle.com/asset/web/css/redwood-base.css — 200 — 161.8 KiB — 73 ms — h2https://www.oracle.com/asset/web/css/redwood-styles.csswww.oracle.com/asset/web/css/redwoo... https://www.oracle.com/asset/web/css/redwood-styles.css — 200 — 116.1 KiB — 46 ms — h2https://www.oracle.com/asset/web/js/redwood-base.jswww.oracle.com/asset/web/js/redwood... https://www.oracle.com/asset/web/js/redwood-base.js — 200 — 129.3 KiB — 81 ms — h2https://www.oracle.com/asset/web/js/redwood-lib.jswww.oracle.com/asset/web/js/redwood... https://www.oracle.com/asset/web/js/redwood-lib.js — 200 — 93.3 KiB — 80 ms — h2https://tms.oracle.com/main/prod/utag.sync.jstms.oracle.com/main/prod/utag.sync.... https://tms.oracle.com/main/prod/utag.sync.js — 200 — 22.3 KiB — 50 ms — h2https://www.oracle.com/a/ocom/img/yt-thumbnail-i2oqubrnihs.jpgwww.oracle.com/a/ocom/img/yt-thumbn... https://www.oracle.com/a/ocom/img/yt-thumbnail-i2oqubrnihs.jpg — 200 — 9.9 KiB — 72 ms — h2https://www.oracle.com/visitorinfo/www.oracle.com/visitorinfo/ https://www.oracle.com/visitorinfo/ — 200 — 1.3 KiB — 19 ms — h2https://www.oracle.com/asset/web/js/jquery-min.jswww.oracle.com/asset/web/js/jquery-... https://www.oracle.com/asset/web/js/jquery-min.js — 200 — 32.1 KiB — 27 ms — h2https://s.go-mpulse.net/boomerang/DXNLE-YBWWY-AR74T-WMD99-77VRAs.go-mpulse.net/boomerang/DXNLE-YBW... https://s.go-mpulse.net/boomerang/DXNLE-YBWWY-AR74T-WMD99-77VRA — 200 — 59.8 KiB — 49 ms — h2https://www.oracle.com/tGlIoE/L74/ulJ/juZYxIyr/D61LbLX19OJ1/LA1aAQ/c1tqLUVE/aTQOAg?v=822a8a00-8d5e-bb9b-dafe-ae18d8120210www.oracle.com/tGlIoE/L74/ulJ/juZYx... https://www.oracle.com/tGlIoE/L74/ulJ/juZYxIyr/D61LbLX19OJ1/LA1aAQ/c1tqLUVE/aTQOAg?v=822a8a00-8d5e-bb9b-dafe-ae18d8120210 — 200 — 159.2 KiB — 41 ms — h2https://tms.oracle.com/main/prod/utag.jstms.oracle.com/main/prod/utag.js https://tms.oracle.com/main/prod/utag.js — 200 — 36.8 KiB — 29 ms — h2data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill-rule='even…www.w3.org/2000/svg' width='30' hei... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill-rule='even… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='30' width='30' fill-rule='even…www.w3.org/2000/svg' height='30' wi... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='30' width='30' fill-rule='even… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill-rule='even…www.w3.org/2000/svg' width='30' hei... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill-rule='even… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill-rule='even…www.w3.org/2000/svg' width='30' hei... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill-rule='even… — 200 — 0 B — 0 ms — datahttps://tags.tiqcdn.com/utag/tiqapp/utag.v.js?a=oracle/main/202604011521&cb=1776361556485tags.tiqcdn.com/utag/tiqapp/utag.v.... https://tags.tiqcdn.com/utag/tiqapp/utag.v.js?a=oracle/main/202604011521&cb=1776361556485 — 200 — 433 B — 12 ms — h2https://consent.trustarc.com/notice?domain=oracle.com&c=teconsent&text=true&gtm=1&cdn=1&pcookieconsent.trustarc.com/notice?domain=... https://consent.trustarc.com/notice?domain=oracle.com&c=teconsent&text=true&gtm=1&cdn=1&pcookie — 200 — 6.8 KiB — 20 ms — h2https://tms.oracle.com/main/prod/utag.42.js?utv=ut4.48.202508291757tms.oracle.com/main/prod/utag.42.js... https://tms.oracle.com/main/prod/utag.42.js?utv=ut4.48.202508291757 — 200 — 1.7 KiB — 12 ms — h2https://tms.oracle.com/main/prod/utag.124.js?utv=ut4.48.202505151423tms.oracle.com/main/prod/utag.124.j... https://tms.oracle.com/main/prod/utag.124.js?utv=ut4.48.202505151423 — 200 — 3.0 KiB — 14 ms — h2https://www.oracle.com/asset/web/analytics/ora_ocom.jswww.oracle.com/asset/web/analytics/... https://www.oracle.com/asset/web/analytics/ora_ocom.js — 200 — 9.5 KiB — 14 ms — h2https://www.oracle.com/asset/web/js/handlebars-redwood.jswww.oracle.com/asset/web/js/handleb... https://www.oracle.com/asset/web/js/handlebars-redwood.js — 200 — 29.2 KiB — 15 ms — h2data:image/svg+xml,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/…www.w3.org/2000/… data:image/svg+xml,%3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/… — 200 — 0 B — 0 ms — datahttps://www.oracle.com/asset/web/js/settings-v2.jswww.oracle.com/asset/web/js/setting... https://www.oracle.com/asset/web/js/settings-v2.js — 200 — 9.9 KiB — 16 ms — h2https://www.oracle.com/asset/sequoia/js/wc-chatbot.jswww.oracle.com/asset/sequoia/js/wc-... https://www.oracle.com/asset/sequoia/js/wc-chatbot.js — 200 — 5.2 KiB — 32 ms — h2https://www.oracle.com/us/assets/metrics/ora_code.jswww.oracle.com/us/assets/metrics/or... https://www.oracle.com/us/assets/metrics/ora_code.js — 200 — 43.3 KiB — 28 ms — h2https://www.oracle.com/a/ocom/img/rc10-tb-ai-trends-lp-hero.jpgwww.oracle.com/a/ocom/img/rc10-tb-a... https://www.oracle.com/a/ocom/img/rc10-tb-ai-trends-lp-hero.jpg — 200 — 10.9 KiB — 27 ms — h2https://www.oracle.com/a/ocom/img/rc59alt-oracle-aws.jpgwww.oracle.com/a/ocom/img/rc59alt-o... https://www.oracle.com/a/ocom/img/rc59alt-oracle-aws.jpg — 200 — 2.5 KiB — 51 ms — h2https://www.oracle.com/a/ocom/img/rc59-gartner-logo.jpgwww.oracle.com/a/ocom/img/rc59-gart... https://www.oracle.com/a/ocom/img/rc59-gartner-logo.jpg — 200 — 2.1 KiB — 54 ms — h2https://www.oracle.com/a/ocom/img/rc59-navigate-next-gen-ai.jpgwww.oracle.com/a/ocom/img/rc59-navi... https://www.oracle.com/a/ocom/img/rc59-navigate-next-gen-ai.jpg — 200 — 5.3 KiB — 57 ms — h2https://www.oracle.com/a/ocom/docs/global-json/feature-banner-content.jsonwww.oracle.com/a/ocom/docs/global-j... https://www.oracle.com/a/ocom/docs/global-json/feature-banner-content.json — 200 — 6.0 KiB — 33 ms — h2https://www.oracle.com/asset/web/js/web-sdk.jswww.oracle.com/asset/web/js/web-sdk... https://www.oracle.com/asset/web/js/web-sdk.js — 200 — 73.0 KiB — 51 ms — h2https://dpm.demdex.net/id?d_visid_ver=4.4.0&d_fieldgroup=MC&d_rtbd=json&d_ver=2&d_orgid=93263704532955710A490D44%40AdobeOrg&d_nsid=0&ts=1776361556983dpm.demdex.net/id?d_visid_ver=4.4.0... https://dpm.demdex.net/id?d_visid_ver=4.4.0&d_fieldgroup=MC&d_rtbd=json&d_ver=2&d_orgid=93263704532955710A490D44%40AdobeOrg&d_nsid=0&ts=1776361556983 — 200 — 814 B — 93 ms — h2https://www.oracle.com/asset/web/i/rw-pattern9.pngwww.oracle.com/asset/web/i/rw-patte... https://www.oracle.com/asset/web/i/rw-pattern9.png — 200 — 17.1 KiB — 29 ms — h2https://www.oracle.com/a/ocom/img/bgimg04-bgn-02.pngwww.oracle.com/a/ocom/img/bgimg04-b... https://www.oracle.com/a/ocom/img/bgimg04-bgn-02.png — 200 — 20.9 KiB — 42 ms — h2https://www.oracle.com/asset/web/i/rw-pattern17.pngwww.oracle.com/asset/web/i/rw-patte... https://www.oracle.com/asset/web/i/rw-pattern17.png — 200 — 32.0 KiB — 46 ms — h2data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1OCAyNiIgdmlld0JveD0iMCAwIDU4I…data:image/svg+xml;base64,PHN2ZyBlb... data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1OCAyNiIgdmlld0JveD0iMCAwIDU4I… — 200 — 0 B — 0 ms — datahttps://oracle.sc.omtrdc.net/id?d_visid_ver=4.4.0&d_fieldgroup=A&mcorgid=93263704532955710A490D44%40AdobeOrg&mid=42135523169217586914024055032409352354&ts=1776361557114oracle.sc.omtrdc.net/id?d_visid_ver... https://oracle.sc.omtrdc.net/id?d_visid_ver=4.4.0&d_fieldgroup=A&mcorgid=93263704532955710A490D44%40AdobeOrg&mid=42135523169217586914024055032409352354&ts=1776361557114 — 200 — 266 B — 121 ms — h2https://consent.trustarc.com/analytics?action=0&domain=oracle.com&implied=0&session=9dd8c34885ad46b19ff38d918d712eb5&new=1&referer=https://www.oracle.comconsent.trustarc.com/analytics?acti... https://consent.trustarc.com/analytics?action=0&domain=oracle.com&implied=0&session=9dd8c34885ad46b19ff38d918d712eb5&new=1&referer=https://www.oracle.com — 200 — 466 B — 29 ms — h2https://consent.trustarc.com/asset/notice.js/v/v1.7-1729consent.trustarc.com/asset/notice.j... https://consent.trustarc.com/asset/notice.js/v/v1.7-1729 — 200 — 36.4 KiB — 31 ms — h2https://consent.trustarc.com/get?name=crossdomain.html&domain=oracle.comconsent.trustarc.com/get?name=cross... https://consent.trustarc.com/get?name=crossdomain.html&domain=oracle.com — 200 — 1.4 KiB — 23 ms — h2https://consent.trustarc.com/asset/adv-bundle.js?v=v1.7-1729consent.trustarc.com/asset/adv-bund... https://consent.trustarc.com/asset/adv-bundle.js?v=v1.7-1729 — 200 — 78.2 KiB — 28 ms — h2https://consent.trustarc.com/analytics?action=7&domain=oracle.com&implied=0&session=9dd8c34885ad46b19ff38d918d712eb5&new=1&referer=https://www.oracle.comconsent.trustarc.com/analytics?acti... https://consent.trustarc.com/analytics?action=7&domain=oracle.com&implied=0&session=9dd8c34885ad46b19ff38d918d712eb5&new=1&referer=https://www.oracle.com — 200 — 465 B — 42 ms — h2https://www.oracle.com/asset/web/favicons/favicon-32.pngwww.oracle.com/asset/web/favicons/f... https://www.oracle.com/asset/web/favicons/favicon-32.png — 200 — 1.5 KiB — 17 ms — h2https://consent.trustarc.com/cm/oracle.com/modalconfig?type=oracle8&layout=default_eu&locale=en&country=nlconsent.trustarc.com/cm/oracle.com/... https://consent.trustarc.com/cm/oracle.com/modalconfig?type=oracle8&layout=default_eu&locale=en&country=nl — 200 — 226.2 KiB — 28 ms — h2https://consent.trustarc.com/images/loading.gifconsent.trustarc.com/images/loading... https://consent.trustarc.com/images/loading.gif — 200 — 2.1 KiB — 6 ms — h2https://c.go-mpulse.net/api/config.json?key=DXNLE-YBWWY-AR74T-WMD99-77VRA&d=www.oracle.com&t=5921205&v=1.792.0&sl=0&si=6799c8ae-474a-44d3-810c-fa733437ac09-tdllcj&plugins=AK,ConfigOverride,Continuity,PageParams,IFrameDelay,AutoXHR,SPA,History,Angular,Backbone,Ember,RT,CrossDomain,BW,PaintTiming,NavigationTiming,ResourceTiming,Memory,CACHE_RELOAD,Errors,TPAnalytics,UserTiming,Akamai,Early,EventTiming,BFCache,LOGN&acao=&ak.ai=604074c.go-mpulse.net/api/config.json?key... https://c.go-mpulse.net/api/config.json?key=DXNLE-YBWWY-AR74T-WMD99-77VRA&d=www.oracle.com&t=5921205&v=1.792.0&sl=0&si=6799c8ae-474a-44d3-810c-fa733437ac09-tdllcj&plugins=AK,ConfigOverride,Continuity,PageParams,IFrameDelay,AutoXHR,SPA,History,Angular,Backbone,Ember,RT,CrossDomain,BW,PaintTiming,NavigationTiming,ResourceTiming,Memory,CACHE_RELOAD,Errors,TPAnalytics,UserTiming,Akamai,Early,EventTiming,BFCache,LOGN&acao=&ak.ai=604074 — 200 — 4.5 KiB — 193 ms — h2https://www.oracle.com/asset/web/json/acs-locale-map.jsonwww.oracle.com/asset/web/json/acs-l... https://www.oracle.com/asset/web/json/acs-locale-map.json — 200 — 3.7 KiB — 21 ms — h2https://www.oracle.com/visitorinfo/www.oracle.com/visitorinfo/ https://www.oracle.com/visitorinfo/ — 200 — 1.2 KiB — 17 ms — h2https://consent.trustarc.com/get?name=Powered-By-TrustArc.pngconsent.trustarc.com/get?name=Power... https://consent.trustarc.com/get?name=Powered-By-TrustArc.png — 200 — 2.2 KiB — 6 ms — h2https://www.oracle.com/asset/web/json/acs-translation-data.jsonwww.oracle.com/asset/web/json/acs-t... https://www.oracle.com/asset/web/json/acs-translation-data.json — 200 — 5.4 KiB — 33 ms — h2https://www.oracle.com/asset/web/i/flg-us.svgwww.oracle.com/asset/web/i/flg-us.s... https://www.oracle.com/asset/web/i/flg-us.svg — 200 — 2.0 KiB — 19 ms — h2https://consent.trustarc.com/get?name=oralogo-black.gifconsent.trustarc.com/get?name=oralo... https://consent.trustarc.com/get?name=oralogo-black.gif — 200 — 1.2 KiB — 11 ms — h2blob:https://www.oracle.com/24a82cc9-2bd0-4d96-90fc-bce403074135www.oracle.com/24a82cc9-2bd0-4d96-9... blob:https://www.oracle.com/24a82cc9-2bd0-4d96-90fc-bce403074135 — -1 — 0 B — 0 ms — https://684dd327.akstat.io/684dd327.akstat.io/ https://684dd327.akstat.io/ — 204 — 227 B — 199 ms — h2https://trial-eum-clientnsv4-s.akamaihd.net/eum/getdns.txt?c=p0s2ppjydtrial-eum-clientnsv4-s.akamaihd.net... https://trial-eum-clientnsv4-s.akamaihd.net/eum/getdns.txt?c=p0s2ppjyd — 302 — 266 B — 34 ms — http/1.1https://trial-eum-clienttons-s.akamaihd.net/eum/getdns.txt?c=p0s2ppjydtrial-eum-clienttons-s.akamaihd.net... https://trial-eum-clienttons-s.akamaihd.net/eum/getdns.txt?c=p0s2ppjyd — 302 — 278 B — 39 ms — http/1.1https://auecfsaccbvbs2pbebla-p0s2pp-2e87dfb3d-clientnsv4-s.akamaihd.net/eum/results.txtauecfsaccbvbs2pbebla-p0s2pp-2e87dfb... https://auecfsaccbvbs2pbebla-p0s2pp-2e87dfb3d-clientnsv4-s.akamaihd.net/eum/results.txt — 200 — 312 B — 39 ms — http/1.1https://fibzbqaacual4kqce3ybdaaaofu6cicw-p0s2pp-a67301282-clienttons-s.akamaihd.net/eum/results.txtfibzbqaacual4kqce3ybdaaaofu6cicw-p0... https://fibzbqaacual4kqce3ybdaaaofu6cicw-p0s2pp-a67301282-clienttons-s.akamaihd.net/eum/results.txt — 200 — 312 B — 33 ms — http/1.1https://www.oracle.com/tGlIoE/L74/ulJ/juZYxIyr/D61LbLX19OJ1/LA1aAQ/c1tqLUVE/aTQOAgwww.oracle.com/tGlIoE/L74/ulJ/juZYx... https://www.oracle.com/tGlIoE/L74/ulJ/juZYxIyr/D61LbLX19OJ1/LA1aAQ/c1tqLUVE/aTQOAg — 200 — 1.6 KiB — 42 ms — h2
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-party 2856ms · 558KB · $38/mo
www.oracle.com
Other
Costly
Execution 844ms
Transfer 23 KB
Monthly Cost $11/mo
www.oracle.com
Other
Costly
Execution 607ms
Transfer 159 KB
Unused 21%
Monthly Cost $8/mo
Unattributable
Other
Costly
Execution 439ms
Transfer 0 KB
Monthly Cost $6/mo
www.oracle.com
Other
Costly
Execution 277ms
Transfer 93 KB
Unused 91%
Monthly Cost $4/mo
www.oracle.com
Other
Costly
Execution 211ms
Transfer 129 KB
Unused 78%
Monthly Cost $3/mo
tms.oracle.com
Other
Optional
Execution 187ms
Transfer 37 KB
Monthly Cost $2/mo
consent.trustarc.com
Other
Optional
Execution 154ms
Transfer 78 KB
Unused 27%
Monthly Cost $2/mo
tms.oracle.com
Other
Optional
Execution 81ms
Transfer 2 KB
Monthly Cost $1/mo
consent.trustarc.com
Other
Optional
Execution 55ms
Transfer 36 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.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback