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.
2.29 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.18 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
266 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.039
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.02 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.
4.85 s
Page Load Progression
FPage Weight BudgetAction3.5 MB transferred, 169 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
DJS Execution CostAction2601ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 598ms | 210ms | 0ms | 3rd |
| https://public.bnbstatic.com/unpkg/vendor/vendor.umd.0.0.13.production.min.18.2.0.js | 485ms | 460ms | 4ms | 3rd |
| https://www.binance.com/en | 398ms | 26ms | 8ms | 3rd |
| https://fe4385362baa.5a934fa8.us-east-1.token.awswaf.com/fe4385362baa/306922cde096/8b22eb923d34/challenge.js | 255ms | 175ms | 43ms | 3rd |
| https://bin.bnbstatic.com/static/runtime/sentry/7.38.0/bundle.es5.min.js | 227ms | 60ms | 3ms | 3rd |
| https://fe4385362baa.5a934fa8.us-east-1.token.awswaf.com/fe4385362baa/53e033075707/a68049276785/challenge.js | 217ms | 152ms | 41ms | 3rd |
| https://bin.bnbstatic.com/static/main.ad736b3e.js | 118ms | 93ms | 18ms | 3rd |
| https://bin.bnbstatic.com/static/mfa-ui.6b6ce69.js | 99ms | 96ms | 3ms | 3rd |
| https://public.bnbstatic.com/unpkg/common-widget/data@1.4.100.min.js | 75ms | 65ms | 10ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202506.1.0/otBannerSdk.js | 67ms | 47ms | 14ms | 3rd |
Showing top 10 of 11 scripts
FJS BundlesAction47 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 | 0 KB | 329 KB (61%) | ✓ | 3rd |
| https://bin.bnbstatic.com/static/mfa-ui.6b6ce69.js | 544 KB | 329 KB (61%) | ✓ | 3rd |
| https://fe4385362baa.5a934fa8.us-east-1.token.awswaf.com/fe4385362baa/306922cde096/8b22eb923d34/challenge.js | 506 KB | 280 KB (55%) | ✓ | 3rd |
| https://fe4385362baa.5a934fa8.us-east-1.token.awswaf.com/fe4385362baa/53e033075707/a68049276785/challenge.js | 506 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 | 68 KB (71%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202506.1.0/otBannerSdk.js | 120 KB | 67 KB (56%) | ✓ | 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 (56%) | ✓ | 3rd |
| https://public.bnbstatic.com/unpkg/common-widget/vendor@1.4.100.min.js | 108 KB | 33 KB (62%) | ✓ | 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 InventoryAction169 resources · 3.5 MB · 1.6 MB savings availableFIX
~1.6 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 169 resources | 3.5 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization26 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 Loading5 fonts (312 KB)PASS
Web fonts
5
312 KB total
Render-blocking
0
of 5
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 Waterfall169 requests over 7076msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 598ms | 0 KB | — | $8/mo | Costly |
public.bnbstatic.com public.bnbstatic.com | Other | 485ms | 0 KB | — | $6/mo | Costly |
www.binance.com www.binance.com | Other | 398ms | 81 KB | — | $5/mo | Costly |
fe4385362baa.5a934fa8.us-east-1.token.awswaf.com fe4385362baa.5a934fa8.us-east-1.token.awswaf.com | Other | 255ms | 506 KB | 55% | $3/mo | Costly |
bin.bnbstatic.com bin.bnbstatic.com | Other | 227ms | 20 KB | — | $3/mo | Costly |
fe4385362baa.5a934fa8.us-east-1.token.awswaf.com fe4385362baa.5a934fa8.us-east-1.token.awswaf.com | Other | 217ms | 506 KB | 55% | $3/mo | Costly |
bin.bnbstatic.com bin.bnbstatic.com | Other | 118ms | 165 KB | 42% | $2/mo | Optional |
bin.bnbstatic.com bin.bnbstatic.com | Other | 99ms | 0 KB | 61% | $1/mo | Optional |
public.bnbstatic.com public.bnbstatic.com | Other | 75ms | 38 KB | 59% | $1/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 67ms | 120 KB | 56% | $1/mo | Essential |
public.bnbstatic.com public.bnbstatic.com | Other | 62ms | 51 KB | 84% | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 598ms and costs ~$8/month
- public.bnbstatic.com adds 485ms and costs ~$6/month
- www.binance.com adds 398ms and costs ~$5/month
- fe4385362baa.5a934fa8.us-east-1.token.awswaf.com adds 255ms and costs ~$3/month
- bin.bnbstatic.com adds 227ms and costs ~$3/month
- fe4385362baa.5a934fa8.us-east-1.token.awswaf.com adds 217ms 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 598ms 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 485ms 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 398ms 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 255ms 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 227ms 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 217ms 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
61% 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
59% 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
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