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.
5.54 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
29.77 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.85 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
11.16 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.
34.71 s
Page Load Progression
FPage Weight BudgetAction4.4 MB transferred, 152 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
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 CostAction13149ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.mdanderson.org/etc.clientlibs/mda/clientlibs/mda-web/external.min.js | 4463ms | 1814ms | 132ms | 3rd |
| https://ucm-us.verint-cdn.com/files/modules/unified-websdk/2.11.0/database.js | 1735ms | 1681ms | 1ms | 3rd |
| Unattributable | 1235ms | 59ms | 0ms | 3rd |
| https://www.mdanderson.org/ | 919ms | 51ms | 7ms | 3rd |
| https://cform.loyalhealth.com/app-961-6a80bf7fc23a9a39e48a.js | 764ms | 734ms | 10ms | 3rd |
| https://www.mdanderson.org/etc.clientlibs/mda/clientlibs/mda-web/internal.min.js | 747ms | 365ms | 206ms | 3rd |
| https://gateway.foresee.com/code/6.1.2-mp/mpathy-modern.js | 595ms | 565ms | 7ms | 3rd |
| https://tags.tiqcdn.com/utag/mdanderson/mdandersonorg/prod/utag.js | 435ms | 386ms | 32ms | 3rd |
| https://cdn.evgnet.com/beacon/mdandersoncancercenter/mdacc_main/scripts/evergage.min.js | 262ms | 190ms | 32ms | 3rd |
| https://solutions.invocacdn.com/js/networks/1299/0084722918/tag-live.js | 257ms | 247ms | 3ms | 3rd |
Showing top 10 of 27 scripts
FJS BundlesAction55 scripts, 1.6 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://guide.loyalhealth.com/client/7.client.bundle.js | 887 KB | 482 KB (54%) | ✓ | 3rd |
| https://www.mdanderson.org/etc.clientlibs/mda/clientlibs/mda-web/external.min.js | 397 KB | 274 KB (69%) | ✓ | 3rd |
| https://www.mdanderson.org/etc.clientlibs/mda/clientlibs/mda-web/internal.min.js | 364 KB | 182 KB (50%) | ✗ | 3rd |
| https://www.mdanderson.org/etc.clientlibs/mda/clientlibs/mda-web/clientlib-video.min.js | 175 KB | 154 KB (89%) | ✓ | 3rd |
| https://guide.loyalhealth.com/client/12.client.bundle.js | 203 KB | 129 KB (64%) | ✓ | 3rd |
| https://guide.loyalhealth.com/client/10.client.bundle.js | 237 KB | 121 KB (51%) | ✓ | 3rd |
| https://guide.loyalhealth.com/client/6.client.bundle.js | 141 KB | 64 KB (46%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-15344997 | 130 KB | 60 KB (47%) | ✓ | 3rd |
| https://cdn.evgnet.com/beacon/mdandersoncancercenter/mdacc_main/scripts/evergage.min.js | 57 KB | 34 KB (60%) | ✗ | 3rd |
| https://cform.loyalhealth.com/app-961-6a80bf7fc23a9a39e48a.js | 121 KB | 30 KB (25%) | ✓ | 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 InventoryAction152 resources · 4.4 MB · 1.6 MB savings availableFIX
~1.6 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 152 resources | 4.4 MiB | ||||||
CImage OptimizationAction36 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
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
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
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 Loading13 fonts (546 KB)PASS
Web fonts
13
546 KB total
Render-blocking
0
of 13
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
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- 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
- Convert to woff2 for ~30% smaller file size
- 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
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
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 ~358 KB and ~716 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints10 hints, 0 missing preconnectsPASS
Current Resource Hints
10 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
AHTTP Cachingmax-age=3600 (1 hour)PASS
max-age=3600
| Directive | Value | Meaning |
|---|---|---|
| max-age | 3600 | Cache for 1 hour |
Network Waterfall152 requests over 18298msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.mdanderson.org www.mdanderson.org | Other | 4463ms | 397 KB | 69% | $70/mo | Costly |
ucm-us.verint-cdn.com ucm-us.verint-cdn.com | Other | 1735ms | 2 KB | — | $27/mo | Costly |
Unattributable Unattributable | Other | 1235ms | 0 KB | — | $19/mo | Costly |
www.mdanderson.org www.mdanderson.org | Other | 919ms | 29 KB | — | $14/mo | Costly |
cform.loyalhealth.com cform.loyalhealth.com | Other | 764ms | 121 KB | 25% | $12/mo | Costly |
www.mdanderson.org www.mdanderson.org | Other | 747ms | 364 KB | 50% | $12/mo | Costly |
gateway.foresee.com gateway.foresee.com | Other | 595ms | 25 KB | — | $9/mo | Costly |
tags.tiqcdn.com tags.tiqcdn.com | Other | 435ms | 72 KB | 35% | $7/mo | Costly |
cdn.evgnet.com cdn.evgnet.com | Other | 262ms | 57 KB | 60% | $4/mo | Costly |
solutions.invocacdn.com solutions.invocacdn.com | Other | 257ms | 2 KB | — | $4/mo | Costly |
www.mdanderson.org www.mdanderson.org | Other | 213ms | 175 KB | 89% | $3/mo | Costly |
ucm-us.verint-cdn.com ucm-us.verint-cdn.com | Other | 197ms | 15 KB | — | $3/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 154ms | 130 KB | 47% | $2/mo | Optional |
guide.loyalhealth.com guide.loyalhealth.com | Other | 122ms | 237 KB | 51% | $2/mo | Optional |
tags.tiqcdn.com tags.tiqcdn.com | Other | 115ms | 26 KB | — | $2/mo | Optional |
cdn1.adoberesources.net cdn1.adoberesources.net | Other | 106ms | 32 KB | — | $2/mo | Optional |
tags.srv.stackadapt.com tags.srv.stackadapt.com | Other | 100ms | 8 KB | — | $2/mo | Optional |
tags.tiqcdn.com tags.tiqcdn.com | Other | 91ms | 15 KB | — | $1/mo | Optional |
guide.loyalhealth.com guide.loyalhealth.com | Other | 89ms | 887 KB | 54% | $1/mo | Optional |
gateway.foresee.com gateway.foresee.com | Other | 87ms | 20 KB | — | $1/mo | Optional |
ucm-us.verint-cdn.com ucm-us.verint-cdn.com | Other | 85ms | 19 KB | — | $1/mo | Optional |
www.mdanderson.org www.mdanderson.org | Other | 85ms | 123 KB | — | $1/mo | Optional |
siteimproveanalytics.com siteimproveanalytics.com | Other | 69ms | 19 KB | — | $1/mo | Optional |
a1.adform.net a1.adform.net | Other | 61ms | 0 KB | — | $1/mo | Optional |
gateway.foresee.com gateway.foresee.com | Other | 57ms | 21 KB | — | $1/mo | Optional |
guide.loyalhealth.com guide.loyalhealth.com | Other | 54ms | 49 KB | 42% | $1/mo | Optional |
tags.tiqcdn.com tags.tiqcdn.com | Other | 51ms | 14 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- www.mdanderson.org adds 4463ms and costs ~$70/month
- ucm-us.verint-cdn.com adds 1735ms and costs ~$27/month
- Unattributable adds 1235ms and costs ~$19/month
- www.mdanderson.org adds 919ms and costs ~$14/month
- cform.loyalhealth.com adds 764ms and costs ~$12/month
- www.mdanderson.org adds 747ms and costs ~$12/month
- gateway.foresee.com adds 595ms and costs ~$9/month
- tags.tiqcdn.com adds 435ms and costs ~$7/month
- cdn.evgnet.com adds 262ms and costs ~$4/month
- solutions.invocacdn.com adds 257ms and costs ~$4/month
- www.mdanderson.org adds 213ms and costs ~$3/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
www.mdanderson.org takes 4463ms 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
69% of www.mdanderson.org'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
ucm-us.verint-cdn.com takes 1735ms 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 1235ms 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.mdanderson.org takes 919ms 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
cform.loyalhealth.com takes 764ms 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.mdanderson.org takes 747ms 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
gateway.foresee.com takes 595ms 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
tags.tiqcdn.com takes 435ms 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.evgnet.com takes 262ms 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
60% of cdn.evgnet.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
solutions.invocacdn.com takes 257ms 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.mdanderson.org takes 213ms 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
89% of www.mdanderson.org'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
51% of guide.loyalhealth.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
54% of guide.loyalhealth.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