Performance
· 15 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.
1.17 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.70 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
67 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.116
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.63 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.
2.80 s
Page Load Progression
FPage Weight BudgetAction2.7 MB transferred, 136 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
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
DJS BundlesAction27 scripts, 301 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://c1.wfinterface.com/mt/shared/gbx/olb/v6/detector-dom.min.js | 151 KB | 80 KB (53%) | ✓ | 3rd |
| https://connect.secure.wellsfargo.com/auth/static/depm/8556c7b1.js | 238 KB | 66 KB (28%) | ✓ | 3rd |
| https://static.wellsfargo.com/assets/js/pcmp/prod/wellsfargo.com/scripttemplates/202507.1.0/otBannerSdk.js | 120 KB | 62 KB (52%) | ✓ | 3rd |
| https://www.wellsfargo.com/zd-AenxJAYnb/NpD_oJg4oT/_v/wEiambVzfVXmhc/MHNfInI/HRM3CjY/5OUIB | 183 KB | 37 KB (20%) | ✓ | 3rd |
| https://www.wellsfargo.com/ui/javascript/homepage-ui/ps-homepage.91bc85b2c88dd599ad45.js | 67 KB | 35 KB (53%) | ✓ | 3rd |
| https://www.wellsfargo.com/ui/javascript/homepage-ui/homepage_iaoffer.902eb03c43b93ddf930c.js | 44 KB | 21 KB (48%) | ✓ | 3rd |
| blob:https://www.wellsfargo.com/54cf91c8-e009-48f3-83ee-99e56863efb7 | -0 KB | — | ✓ | 3rd |
| https://okra.wf.com/v2/9B8ED233-984B-4DE5-A7B6-3A370D9FF48B/api.js | 96 KB | — | ✓ | 3rd |
| https://connect.secure.wellsfargo.com/auth/static/depm/depm_wrapper.js | 2 KB | — | ✓ | 3rd |
| https://c1.wfinterface.com/mt/hp/launch.js | 31 KB | — | ✓ | 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
DPage Weight InventoryAction136 resources · 2.7 MB · 301 KB savings availableFIX
~301.1 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 136 resources | 2.7 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization33 images, 0 KB saveableREVIEW
CJS Execution CostAction1254ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://connect.secure.wellsfargo.com/auth/static/depm/8556c7b1.js | 514ms | 253ms | 26ms | 3rd |
| https://www.wellsfargo.com/zd-AenxJAYnb/NpD_oJg4oT/_v/wEiambVzfVXmhc/MHNfInI/HRM3CjY/5OUIB | 212ms | 191ms | 15ms | 3rd |
| Unattributable | 183ms | 44ms | 0ms | 3rd |
| https://www.wellsfargo.com/ | 96ms | 15ms | 1ms | 3rd |
| https://www.wellsfargo.com/ui/javascript/homepage-ui/ps-homepage.91bc85b2c88dd599ad45.js | 78ms | 41ms | 4ms | 3rd |
| https://static.wellsfargo.com/assets/js/pcmp/prod/wellsfargo.com/scripttemplates/202507.1.0/otBannerSdk.js | 62ms | 42ms | 10ms | 3rd |
| https://c1.wfinterface.com/mt/shared/gbx/olb/v6/detector-dom.min.js | 59ms | 48ms | 9ms | 3rd |
| https://connect.secure.wellsfargo.com/jenny/nd | 50ms | 48ms | 1ms | 3rd |
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 Loading4 fonts (88 KB)PASS
Web fonts
4
88 KB total
Render-blocking
0
of 4
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
Network Waterfall136 requests over 4490msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
connect.secure.wellsfargo.com connect.secure.wellsfargo.com | Other | 514ms | 238 KB | 28% | $9/mo | Costly |
www.wellsfargo.com www.wellsfargo.com | Other | 212ms | 1 KB | 20% | $4/mo | Costly |
Unattributable Unattributable | Other | 183ms | 0 KB | — | $3/mo | Optional |
www.wellsfargo.com www.wellsfargo.com | Other | 96ms | 21 KB | — | $2/mo | Optional |
www.wellsfargo.com www.wellsfargo.com | Other | 78ms | 67 KB | 53% | $1/mo | Optional |
static.wellsfargo.com static.wellsfargo.com | Other | 62ms | 120 KB | 52% | $1/mo | Optional |
c1.wfinterface.com c1.wfinterface.com | Other | 59ms | 151 KB | 53% | $1/mo | Optional |
connect.secure.wellsfargo.com connect.secure.wellsfargo.com | Other | 50ms | 21 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- connect.secure.wellsfargo.com adds 514ms and costs ~$9/month
- www.wellsfargo.com adds 212ms 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
connect.secure.wellsfargo.com takes 514ms 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.wellsfargo.com takes 212ms 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
53% of www.wellsfargo.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
52% of static.wellsfargo.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
53% of c1.wfinterface.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