Performance
· 17 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.
3.94 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
20.32 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
8.66 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.082
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
15.54 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.
41.78 s
Page Load Progression
FPage Weight BudgetAction6.2 MB transferred, 157 requestsFIX
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
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
Subset fonts to include only used characters, or switch to system font stacks.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
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 ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction22664ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://app.link/_r?sdk=web2.87.1&branch_key=key_live_gdCxQFZjExfunaD1EYDOfebcEFeSOU7O&callback=branch_callback__0 | 3297ms | 3159ms | 1ms | 3rd |
| Unattributable | 2995ms | 616ms | 0ms | 3rd |
| https://www.uhc.com/etc.clientlibs/uhcfoundation/clientlibs/clientlib-initial.min.dd255363b93ef2d5b259da2c3ddcde3d.js | 2716ms | 1780ms | 39ms | 3rd |
| https://www.uhc.com/etc.clientlibs/uhcfoundation/clientlibs/clientlib-react-components.min.743cadc9965c4deae65dcd5da604faed.js | 2348ms | 1372ms | 877ms | 3rd |
| https://cdn.quantummetric.com/qscripts/quantum-uhg.js | 1892ms | 1733ms | 37ms | 3rd |
| https://www.uhc.com/uhccom-api/static/app/v-1.38.0/static/chunks/533-829e06cb2c391bc2.js | 1867ms | 1374ms | 143ms | 3rd |
| https://www.uhc.com/uhccom-api/static/app/v-1.38.0/static/chunks/178-0280c2d1198b4d12.js | 1708ms | 1152ms | 23ms | 3rd |
| https://assets.adobedtm.com/512027f42d3c/152e2e360a77/launch-5e90c3319557.min.js | 1070ms | 815ms | 102ms | 3rd |
| https://www.uhc.com/ | 761ms | 199ms | 18ms | 3rd |
| https://siteintercept.qualtrics.com/dxjsmodule/12.1a2b7192fd54e87d3971.chunk.js?Q_CLIENTVERSION=2.46.0&Q_CLIENTTYPE=web&Q_BRANDID=www.uhc.com | 641ms | 603ms | 15ms | 3rd |
Showing top 10 of 24 scripts
FJS BundlesAction61 scripts, 1.5 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.uhc.com/etc.clientlibs/uhcfoundation/clientlibs/clientlib-react-components.min.743cadc9965c4deae65dcd5da604faed.js | 1400 KB | 816 KB (58%) | ✗ | 3rd |
| https://lpcdn-gcp.lpsnmedia.net/le_unified_window/10.44.1-release_2012042702/mobileEmbedded.js?version=10.44.1-release_2012042702 | 264 KB | 179 KB (68%) | ✓ | 3rd |
| https://www.uhc.com/uhccom-api/static/app/v-1.38.0/static/chunks/789-3dacc0762fa0b1e0.js | 120 KB | 68 KB (57%) | ✓ | 3rd |
| https://assets.adobedtm.com/512027f42d3c/152e2e360a77/launch-5e90c3319557.min.js | 179 KB | 63 KB (35%) | ✓ | 3rd |
| https://cdn.gbqofs.com/uhg/common/p/detector-bootstrap.min.js | 153 KB | 59 KB (39%) | ✓ | 3rd |
| https://www.uhc.com/etc.clientlibs/uhcfoundation/clientlibs/clientlib-site.min.8abd7b007abf1b3b178ff8155796ade6.js | 83 KB | 51 KB (62%) | ✓ | 3rd |
| https://cdn.lpsnmedia.net/api/account/9518691/taglets/scopes/default/onpageload | 107 KB | 41 KB (41%) | ✓ | 3rd |
| https://www.uhc.com/uhccom-api/static/app/v-1.38.0/static/chunks/533-829e06cb2c391bc2.js | 189 KB | 39 KB (20%) | ✓ | 3rd |
| https://cdn.quantummetric.com/qscripts/quantum-uhg.js | 106 KB | 38 KB (36%) | ✓ | 3rd |
| https://www.uhc.com/etc.clientlibs/uhcfoundation/clientlibs/clientlib-initial.min.dd255363b93ef2d5b259da2c3ddcde3d.js | 96 KB | 32 KB (34%) | ✓ | 3rd |
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
FPage Weight InventoryAction157 resources · 6.2 MB · 1.5 MB savings availableFIX
~1.5 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 157 resources | 6.2 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction17 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
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Font Loading9 fonts (1056 KB)PASS
Web fonts
9
1056 KB total
Render-blocking
0
of 9
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- 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 ~391 KB and ~782 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints6 hints, 0 missing preconnectsPASS
Current Resource Hints
6 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall157 requests over 40785msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
app.link app.link | Other | 3297ms | 1 KB | — | $57/mo | Costly |
Unattributable Unattributable | Other | 2995ms | 0 KB | — | $52/mo | Costly |
www.uhc.com www.uhc.com | Other | 2716ms | 96 KB | 34% | $47/mo | Costly |
www.uhc.com www.uhc.com | Other | 2348ms | 1400 KB | 58% | $41/mo | Costly |
cdn.quantummetric.com cdn.quantummetric.com | Other | 1892ms | 106 KB | 36% | $33/mo | Costly |
www.uhc.com www.uhc.com | Other | 1867ms | 189 KB | 20% | $32/mo | Costly |
www.uhc.com www.uhc.com | Other | 1708ms | 73 KB | 30% | $30/mo | Costly |
assets.adobedtm.com assets.adobedtm.com | Other | 1070ms | 179 KB | 35% | $18/mo | Costly |
www.uhc.com www.uhc.com | Other | 761ms | 19 KB | — | $13/mo | Costly |
siteintercept.qualtrics.com siteintercept.qualtrics.com | Other | 641ms | 36 KB | 57% | $11/mo | Costly |
www.uhc.com www.uhc.com | Other | 617ms | 8 KB | — | $11/mo | Costly |
va1.v.liveperson.net va1.v.liveperson.net | Other | 385ms | 1 KB | — | $7/mo | Costly |
cdn.gbqofs.com cdn.gbqofs.com | Other | 370ms | 153 KB | 39% | $6/mo | Costly |
va1.v.liveperson.net va1.v.liveperson.net | Other | 356ms | 1 KB | — | $6/mo | Costly |
www.uhc.com www.uhc.com | Other | 260ms | 83 KB | 62% | $4/mo | Costly |
lpcdn-gcp.lpsnmedia.net lpcdn-gcp.lpsnmedia.net | Other | 251ms | 264 KB | 68% | $4/mo | Costly |
cdn.gbqofs.com cdn.gbqofs.com | Other | 242ms | 49 KB | 46% | $4/mo | Costly |
cdn.lpsnmedia.net cdn.lpsnmedia.net | Other | 241ms | 107 KB | 41% | $4/mo | Costly |
va1.v.liveperson.net va1.v.liveperson.net | Other | 226ms | 1 KB | — | $4/mo | Costly |
lpcdn-gcp.lpsnmedia.net lpcdn-gcp.lpsnmedia.net | Other | 118ms | 43 KB | — | $2/mo | Optional |
www.uhc.com www.uhc.com | Other | 94ms | 120 KB | 57% | $2/mo | Optional |
va1.v.liveperson.net va1.v.liveperson.net | Other | 73ms | 1 KB | — | $1/mo | Optional |
www.uhc.com www.uhc.com | Other | 67ms | 49 KB | 58% | $1/mo | Optional |
siteintercept.qualtrics.com siteintercept.qualtrics.com | Other | 66ms | 6 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- app.link adds 3297ms and costs ~$57/month
- Unattributable adds 2995ms and costs ~$52/month
- www.uhc.com adds 2716ms and costs ~$47/month
- www.uhc.com adds 2348ms and costs ~$41/month
- cdn.quantummetric.com adds 1892ms and costs ~$33/month
- www.uhc.com adds 1867ms and costs ~$32/month
- www.uhc.com adds 1708ms and costs ~$30/month
- assets.adobedtm.com adds 1070ms and costs ~$18/month
- www.uhc.com adds 761ms and costs ~$13/month
- siteintercept.qualtrics.com adds 641ms and costs ~$11/month
- www.uhc.com adds 617ms and costs ~$11/month
- va1.v.liveperson.net adds 385ms and costs ~$7/month
- cdn.gbqofs.com adds 370ms and costs ~$6/month
- va1.v.liveperson.net adds 356ms and costs ~$6/month
- www.uhc.com adds 260ms and costs ~$4/month
- lpcdn-gcp.lpsnmedia.net adds 251ms and costs ~$4/month
- cdn.gbqofs.com adds 242ms and costs ~$4/month
- cdn.lpsnmedia.net adds 241ms and costs ~$4/month
- va1.v.liveperson.net adds 226ms and costs ~$4/month
100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
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
app.link takes 3297ms 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
Unattributable takes 2995ms 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
www.uhc.com takes 2716ms 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
www.uhc.com takes 2348ms 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
58% of www.uhc.com'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
cdn.quantummetric.com takes 1892ms 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
www.uhc.com takes 1867ms 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
www.uhc.com takes 1708ms 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 1070ms 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
www.uhc.com takes 761ms 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
siteintercept.qualtrics.com takes 641ms 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
57% of siteintercept.qualtrics.com'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
www.uhc.com takes 617ms 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
va1.v.liveperson.net takes 385ms 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
cdn.gbqofs.com takes 370ms 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
va1.v.liveperson.net takes 356ms 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
www.uhc.com takes 260ms 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
62% of www.uhc.com'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
lpcdn-gcp.lpsnmedia.net takes 251ms 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
68% of lpcdn-gcp.lpsnmedia.net'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
cdn.gbqofs.com takes 242ms 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
cdn.lpsnmedia.net takes 241ms 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
va1.v.liveperson.net takes 226ms 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
57% of www.uhc.com'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
58% of www.uhc.com'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