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.
9.27 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
20.94 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.53 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.176
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.27 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.
25.11 s
Page Load Progression
FPage Weight BudgetAction3.5 MB transferred, 191 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 CostAction11032ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 2404ms | 767ms | 0ms | 3rd |
| https://public.bnbstatic.com/unpkg/vendor/vendor.umd.0.0.13.production.min.18.2.0.js | 2242ms | 2122ms | 18ms | 3rd |
| https://bin.bnbstatic.com/static/runtime/sentry/7.38.0/bundle.es5.min.js | 1237ms | 457ms | 14ms | 3rd |
| https://www.binance.com/en | 1026ms | 112ms | 36ms | 3rd |
| https://fe4385362baa.5a934fa8.us-east-1.token.awswaf.com/fe4385362baa/306922cde096/8b22eb923d34/challenge.js | 942ms | 645ms | 170ms | 3rd |
| https://fe4385362baa.5a934fa8.us-east-1.token.awswaf.com/fe4385362baa/53e033075707/a68049276785/challenge.js | 867ms | 573ms | 171ms | 3rd |
| https://bin.bnbstatic.com/static/main.ad736b3e.js | 458ms | 353ms | 73ms | 3rd |
| https://bin.bnbstatic.com/static/mfa-ui.6b6ce69.js | 392ms | 378ms | 10ms | 3rd |
| https://public.bnbstatic.com/unpkg/common-widget/data@1.4.100.min.js | 297ms | 257ms | 39ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202506.1.0/otBannerSdk.js | 250ms | 171ms | 58ms | 3rd |
Showing top 10 of 19 scripts
FJS BundlesAction50 scripts, 1.6 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://bin.bnbstatic.com/static/mfa-ui.6b6ce69.js | 544 KB | 329 KB (60%) | ✓ | 3rd |
| https://bin.bnbstatic.com/static/mfa-ui.6b6ce69.js | 0 KB | 329 KB (60%) | ✓ | 3rd |
| https://fe4385362baa.5a934fa8.us-east-1.token.awswaf.com/fe4385362baa/53e033075707/a68049276785/challenge.js | 506 KB | 281 KB (55%) | ✓ | 3rd |
| https://fe4385362baa.5a934fa8.us-east-1.token.awswaf.com/fe4385362baa/306922cde096/8b22eb923d34/challenge.js | 505 KB | 280 KB (55%) | ✓ | 3rd |
| https://bin.bnbstatic.com/static/main.ad736b3e.js | 165 KB | 70 KB (42%) | ✓ | 3rd |
| https://accounts.google.com/gsi/client | 96 KB | 69 KB (72%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202506.1.0/otBannerSdk.js | 120 KB | 67 KB (56%) | ✓ | 3rd |
| https://public.bnbstatic.com/unpkg/common-widget/vendor@1.4.100.min.js | 108 KB | 55 KB (64%) | ✓ | 3rd |
| https://public.bnbstatic.com/unpkg/common-widget/common@1.4.100.min.js | 51 KB | 42 KB (84%) | ✓ | 3rd |
| https://bin.bnbstatic.com/static/chunks/page-8e28.0ef3e4d5.js | 68 KB | 37 KB (55%) | ✓ | 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 InventoryAction191 resources · 3.5 MB · 1.6 MB savings availableFIX
~1.6 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 191 resources | 3.5 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization29 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
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 (258 KB)PASS
Web fonts
4
258 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
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall191 requests over 7203msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 2404ms | 0 KB | — | $32/mo | Costly |
public.bnbstatic.com public.bnbstatic.com | Other | 2242ms | 0 KB | — | $30/mo | Costly |
bin.bnbstatic.com bin.bnbstatic.com | Other | 1237ms | 20 KB | — | $16/mo | Costly |
www.binance.com www.binance.com | Other | 1026ms | 81 KB | — | $14/mo | Costly |
fe4385362baa.5a934fa8.us-east-1.token.awswaf.com fe4385362baa.5a934fa8.us-east-1.token.awswaf.com | Other | 942ms | 505 KB | 55% | $12/mo | Costly |
fe4385362baa.5a934fa8.us-east-1.token.awswaf.com fe4385362baa.5a934fa8.us-east-1.token.awswaf.com | Other | 867ms | 506 KB | 55% | $12/mo | Costly |
bin.bnbstatic.com bin.bnbstatic.com | Other | 458ms | 165 KB | 42% | $6/mo | Costly |
bin.bnbstatic.com bin.bnbstatic.com | Other | 392ms | 0 KB | 60% | $5/mo | Costly |
public.bnbstatic.com public.bnbstatic.com | Other | 297ms | 38 KB | 58% | $4/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 250ms | 120 KB | 56% | $3/mo | Essential |
public.bnbstatic.com public.bnbstatic.com | Other | 249ms | 51 KB | 84% | $3/mo | Costly |
public.bnbstatic.com public.bnbstatic.com | Other | 173ms | 34 KB | — | $2/mo | Optional |
bin.bnbstatic.com bin.bnbstatic.com | Other | 127ms | 68 KB | 55% | $2/mo | Optional |
public.bnbstatic.com public.bnbstatic.com | Other | 69ms | 23 KB | — | $1/mo | Optional |
public.bnbstatic.com public.bnbstatic.com | Other | 64ms | 0 KB | — | $1/mo | Optional |
bin.bnbstatic.com bin.bnbstatic.com | Other | 60ms | 14 KB | — | $1/mo | Optional |
public.bnbstatic.com public.bnbstatic.com | Other | 59ms | 37 KB | 62% | $1/mo | Optional |
public.bnbstatic.com public.bnbstatic.com | Other | 58ms | 14 KB | — | $1/mo | Optional |
accounts.google.com accounts.google.com | Other | 57ms | 96 KB | 72% | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 2404ms and costs ~$32/month
- public.bnbstatic.com adds 2242ms and costs ~$30/month
- bin.bnbstatic.com adds 1237ms and costs ~$16/month
- www.binance.com adds 1026ms and costs ~$14/month
- fe4385362baa.5a934fa8.us-east-1.token.awswaf.com adds 942ms and costs ~$12/month
- fe4385362baa.5a934fa8.us-east-1.token.awswaf.com adds 867ms and costs ~$12/month
- bin.bnbstatic.com adds 458ms and costs ~$6/month
- bin.bnbstatic.com adds 392ms and costs ~$5/month
- public.bnbstatic.com adds 297ms and costs ~$4/month
- public.bnbstatic.com adds 249ms 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
Unattributable takes 2404ms 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
public.bnbstatic.com takes 2242ms 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
bin.bnbstatic.com takes 1237ms 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.binance.com takes 1026ms 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
fe4385362baa.5a934fa8.us-east-1.token.awswaf.com takes 942ms 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
55% of fe4385362baa.5a934fa8.us-east-1.token.awswaf.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
fe4385362baa.5a934fa8.us-east-1.token.awswaf.com takes 867ms 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
55% of fe4385362baa.5a934fa8.us-east-1.token.awswaf.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
bin.bnbstatic.com takes 458ms 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
bin.bnbstatic.com takes 392ms 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 bin.bnbstatic.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
public.bnbstatic.com takes 297ms 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 public.bnbstatic.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
56% 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
public.bnbstatic.com takes 249ms 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
84% of public.bnbstatic.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
55% of bin.bnbstatic.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
62% of public.bnbstatic.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
72% of accounts.google.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