Performance
· 14 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
764 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.90 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
241 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.103
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.97 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.
5.93 s
Page Load Progression
FPage Weight BudgetAction20.0 MB transferred, 116 requestsFIX
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
Source: web.dev
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.
Source: web.dev
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
DThird-Party ImpactAction90% third-party, 0 ms blockingFIX
DJS Execution CostAction2195ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.okta.com/etc/cloudsettings.kernel.js/conf/okta-www/settings/cloudsettings/okta-www/contexthub | 387ms | 81ms | 11ms | 1st |
| https://www.okta.com/ | 352ms | 9ms | 3ms | 1st |
| Unattributable | 331ms | 4ms | 0ms | 3rd |
| https://www.okta.com/etc.clientlibs/okta-www/clientlibs/clientlib-site.lc-e5bf995b992cb5d886f41abd51663cff-lc.min.js | 251ms | 119ms | 54ms | 1st |
| https://assets.adobedtm.com/6bb3f7663515/a88f122425e8/launch-58767bf1d43d.min.js | 207ms | 181ms | 14ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-KXMLV58 | 201ms | 166ms | 24ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-5VD332L9>m=4e6460 | 186ms | 153ms | 28ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202503.1.0/otBannerSdk.js | 134ms | 89ms | 24ms | 3rd |
| https://www.okta.com/etc.clientlibs/okta-www/clientlibs/clientlib-homepage.lc-491aa09f43b0feb6bc82d7eaf10f6343-lc.min.js | 73ms | 51ms | 2ms | 1st |
| https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015 | 72ms | 62ms | 1ms | 3rd |
FJS BundlesAction35 scripts, 561 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.okta.com/etc.clientlibs/okta-www/clientlibs/clientlib-site.lc-e5bf995b992cb5d886f41abd51663cff-lc.min.js | 353 KB | 289 KB (82%) | ✓ | 1st |
| https://www.googletagmanager.com/gtm.js?id=GTM-KXMLV58 | 177 KB | 81 KB (46%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-5VD332L9>m=4e6460 | 152 KB | 65 KB (43%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202503.1.0/otBannerSdk.js | 116 KB | 63 KB (54%) | ✓ | 3rd |
| https://assets.adobedtm.com/6bb3f7663515/a88f122425e8/launch-58767bf1d43d.min.js | 91 KB | 42 KB (47%) | ✓ | 3rd |
| https://www.okta.com/etc/cloudsettings.kernel.js/conf/okta-www/settings/cloudsettings/okta-www/contexthub | 53 KB | 22 KB (40%) | ✓ | 1st |
| https://www.okta.com/etc.clientlibs/core/wcm/components/commons/site/clientlibs/container.lc-0a6aff292f5cc42142779cde92054524-lc.min.js | 1 KB | — | ✓ | 1st |
| https://assets.vidyard.com/play/js/main-71bbd3d27332304772cdcca0f8e40aa0.js | 30 KB | — | ✓ | 3rd |
| https://rum.hlx.page/.rum/@adobe/helix-rum-js@%5E2/dist/micro.js | 1 KB | — | ✓ | 3rd |
| https://www.okta.com/etc.clientlibs/clientlibs/granite/jquery/granite/csrf.lc-652a558c3774088b61b0530c184710d1-lc.min.js | 2 KB | — | ✓ | 1st |
Consider code splitting or tree shaking to reduce unused code.
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.
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.
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.
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.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
CImage OptimizationAction40 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
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.
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.
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.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
A+Text CompressionAll text resources are compressedPASS
A+Font Loading3 fonts (129 KB)PASS
Web fonts
3
129 KB total
Render-blocking
0
of 3
Dominant font-display
swap
Most common across fonts
Font loading timeline
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 CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
A+HTTP Cachingmax-age=300 (5 minutes)PASS
max-age=300,s-maxage=300,stale-while-revalidate=1800,stale-if-error=1800,public
| Directive | Value | Meaning |
|---|---|---|
| max-age | 300 | Cache for 5 minutes |
| s-maxage | 300 | CDN caches for 5 minutes |
| stale-while-revalidate | 1800 | Serve stale for 30 minutes while fetching fresh |
| stale-if-error | 1800 | |
| public | — | Any cache may store this response |
Network Waterfall116 requests over 0msINFO
Performance analysis not available for this result.
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 331ms | 0 KB | — | $4/mo | Costly |
assets.adobedtm.com assets.adobedtm.com | Other | 207ms | 91 KB | 47% | $3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 201ms | 177 KB | 46% | $3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 186ms | 152 KB | 43% | $2/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 134ms | 116 KB | 54% | $2/mo | Essential |
static.cloudflareinsights.com static.cloudflareinsights.com | Other | 72ms | 7 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 331ms and costs ~$4/month
- assets.adobedtm.com adds 207ms and costs ~$3/month
- Google Tag Manager adds 201ms and costs ~$3/month
52% of JavaScript execution time comes from third-party scripts.
Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.
Learn more ▾ ▴
Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.
Source: web.dev / HTTP Archive Web Almanac
Unattributable takes 331ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
assets.adobedtm.com takes 207ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 201ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
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.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev