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.44 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
8.12 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.43 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.002
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.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.
8.27 s
Page Load Progression
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction3669ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.bbva.com/wp-content/themes/coronita-bbvacom/assets/js/jquery.min.js?ver=3.3.1 | 975ms | 925ms | 10ms | 3rd |
| https://www.bbva.com/en/ | 908ms | 10ms | 7ms | 3rd |
| Unattributable | 563ms | 77ms | 0ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202401.1.0/otBannerSdk.js | 390ms | 282ms | 49ms | 3rd |
| https://www.bbva.com/wp-content/themes/coronita-bbvacom/assets/js/os-block-control-cookie.min.js?ver=13.4.0 | 330ms | 329ms | 1ms | 3rd |
| https://www.bbva.com/akam/13/1f96f2d9 | 199ms | 178ms | 4ms | 3rd |
| https://www.bbva.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0 | 118ms | 107ms | 11ms | 3rd |
| https://www.bbva.com/wp-content/themes/coronita-bbvacom/assets/js/jquery-ui.min.js?ver=1.13.2 | 70ms | 41ms | 29ms | 3rd |
| https://www.bbva.com/wp-content/themes/coronita-bbvacom/assets/css/spherica_home.css?ver=13.4.0 | 64ms | 0ms | 0ms | 3rd |
| https://www.bbva.com/wp-content/themes/coronita-bbvacom/assets/js/controller/home.min.js?ver=13.4.0 | 52ms | 42ms | 0ms | 3rd |
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction11 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.
Performance issues directly impact user engagement and conversion rates.
BJS Bundles36 scripts, 110 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.bbva.com/wp-content/themes/coronita-bbvacom/assets/js/jquery-ui.min.js?ver=1.13.2 | 62 KB | 55 KB (89%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202401.1.0/otBannerSdk.js | 104 KB | 55 KB (53%) | ✓ | 3rd |
| https://www.bbva.com/wp-content/themes/coronita-bbvacom/assets/js/functions-track-builder.min.js?ver=13.4.0 | 1 KB | — | ✓ | 3rd |
| https://www.bbva.com/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js?ver=3.1.2 | 2 KB | — | ✓ | 3rd |
| https://www.bbva.com/wp-content/themes/coronita-bbvacom/assets/js/os-block-control-cookie.min.js?ver=13.4.0 | 2 KB | — | ✓ | 3rd |
| https://www.bbva.com/wp-content/themes/coronita-bbvacom/assets/js/modules/redirections-home-pais.min.js?ver=13.4.0 | 1 KB | — | ✓ | 3rd |
| https://www.bbva.com/wp-content/themes/coronita-bbvacom/assets/js/modules/tickers-ajax.min.js?ver=13.4.0 | 0 KB | — | ✓ | 3rd |
| https://www.bbva.com/wp-content/themes/coronita-bbvacom/assets/js/modules/legal-version.min.js?ver=13.4.0 | 0 KB | — | ✓ | 3rd |
| https://www.bbva.com/wp-content/themes/coronita-bbvacom/assets/js/bbva_com.min.js?ver=13.4.0 | 5 KB | — | ✓ | 3rd |
| https://www.bbva.com/wp-content/themes/coronita-bbvacom/assets/js/modules/menu_version.min.js?ver=13.4.0 | 1 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
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
APage Weight Budget1002 KB transferred, 76 requestsPASS
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
A+Text CompressionAll text resources are compressedPASS
A+Font Loading6 fonts (258 KB)PASS
Web fonts
6
258 KB total
Render-blocking
0
of 6
Dominant font-display
swap
Most common across fonts
Font loading timeline
- 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 ~6 KB and ~12 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints1 hints, 0 missing preconnectsPASS
Current Resource Hints
1 resource hints configured
APage Weight Inventory76 resources · 1002 KB · 110 KB savings availablePASS
~110.3 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 76 resources | 1001.7 KiB | ||||||
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall76 requests over 2086msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.bbva.com www.bbva.com | Other | 975ms | 30 KB | — | €11/mo | Costly |
www.bbva.com www.bbva.com | Other | 908ms | 29 KB | — | €10/mo | Costly |
Unattributable Unattributable | Other | 563ms | 0 KB | — | €6/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 390ms | 104 KB | 53% | €4/mo | Essential |
www.bbva.com www.bbva.com | Other | 330ms | 2 KB | — | €4/mo | Costly |
www.bbva.com www.bbva.com | Other | 199ms | 9 KB | — | €2/mo | Optional |
www.bbva.com www.bbva.com | Other | 118ms | 34 KB | — | €1/mo | Optional |
www.bbva.com www.bbva.com | Other | 70ms | 62 KB | 89% | €1/mo | Optional |
www.bbva.com www.bbva.com | Other | 64ms | 60 KB | — | €1/mo | Optional |
www.bbva.com www.bbva.com | Other | 52ms | 0 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- www.bbva.com adds 975ms and costs ~€11/month
- www.bbva.com adds 908ms and costs ~€10/month
- Unattributable adds 563ms and costs ~€6/month
- www.bbva.com adds 330ms 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
www.bbva.com takes 975ms 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.bbva.com takes 908ms 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 563ms 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 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
www.bbva.com takes 330ms 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.bbva.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