Performance
· 14 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.75 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.93 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.66 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.098
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.30 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.
6.59 s
Page Load Progression
FPage Weight BudgetAction4.5 MB transferred, 204 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 ImpactAction86% third-party, 0 ms blockingFIX
FJS Execution CostAction5837ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://cf.bstatic.com/psb/capla/static/js/client.b20bbad3.js | 2450ms | 1943ms | 92ms | 3rd |
| https://www.booking.com/?chal_t=1775320755150&force_referer= | 821ms | 56ms | 3ms | 1st |
| Unattributable | 646ms | 150ms | 0ms | 3rd |
| https://cf.bstatic.com/psb/capla/static/js/782ad794.ea2f5e5f.chunk.js | 402ms | 342ms | 57ms | 3rd |
| https://www.booking.com/__challenge_h78IRKX3kpQxScCExxShBNwRUlb/d8c14d4960ca/a18a4859af9c/challenge.js | 391ms | 271ms | 60ms | 1st |
| https://d8c14d4960ca.edge.sdk.awswaf.com/d8c14d4960ca/a18a4859af9c/challenge.js | 324ms | 258ms | 59ms | 3rd |
| https://cf.bstatic.com/psb/capla/static/js/remoteEntry.e4dedb9e.client.js | 175ms | 167ms | 1ms | 3rd |
| https://pagead2.googlesyndication.com/pagead/managed/js/gpt/m202604020101/pubads_impl.js?cb=31097618 | 168ms | 108ms | 32ms | 3rd |
| https://cf.bstatic.com/psb/capla/static/js/node_modules_bookingcom_bui-react_components_BUIProvider_BUIProvider_context_js-_f9a11.2b7c3607.js | 145ms | 143ms | 0ms | 3rd |
| https://cf.bstatic.com/psb/capla/static/js/36086793.b1610857.chunk.js | 119ms | 103ms | 0ms | 3rd |
Showing top 10 of 13 scripts
FJS BundlesAction78 scripts, 1.5 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://d8c14d4960ca.edge.sdk.awswaf.com/d8c14d4960ca/a18a4859af9c/challenge.js | 506 KB | 300 KB (59%) | ✓ | 3rd |
| https://cf.bstatic.com/psb/capla/static/js/782ad794.ea2f5e5f.chunk.js | 224 KB | 196 KB (88%) | ✓ | 3rd |
| https://cf.bstatic.com/psb/capla/static/js/client.b20bbad3.js | 408 KB | 176 KB (43%) | ✓ | 3rd |
| https://cf.bstatic.com/psb/capla/static/js/c43f530f.ac8c6c17.chunk.js | 222 KB | 169 KB (76%) | ✓ | 3rd |
| https://cf.bstatic.com/psb/capla/static/js/dc32f6b7.6d16fe38.chunk.js | 159 KB | 128 KB (81%) | ✓ | 3rd |
| https://pagead2.googlesyndication.com/pagead/managed/js/gpt/m202604020101/pubads_impl.js?cb=31097618 | 183 KB | 104 KB (57%) | ✓ | 3rd |
| https://cf.bstatic.com/psb/capla/static/js/dceb1327.c26ff665.chunk.js | 122 KB | 78 KB (64%) | ✓ | 3rd |
| https://accounts.google.com/gsi/client | 93 KB | 70 KB (76%) | ✓ | 3rd |
| https://cf.bstatic.com/psb/capla/static/js/81da5f32.6979dec3.chunk.js | 123 KB | 69 KB (57%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202501.2.0/otBannerSdk.js | 114 KB | 69 KB (60%) | ✓ | 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
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
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 LoadingNo web fonts (system fonts)PASS
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall204 requests over 0msINFO
Performance analysis not available for this result.
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
cf.bstatic.com cf.bstatic.com | Other | 2450ms | 408 KB | 43% | €27/mo | Costly |
Unattributable Unattributable | Other | 646ms | 0 KB | — | €7/mo | Costly |
cf.bstatic.com cf.bstatic.com | Other | 402ms | 224 KB | 88% | €4/mo | Costly |
d8c14d4960ca.edge.sdk.awswaf.com d8c14d4960ca.edge.sdk.awswaf.com | Other | 324ms | 506 KB | 59% | €4/mo | Costly |
cf.bstatic.com cf.bstatic.com | Other | 175ms | 7 KB | — | €2/mo | Optional |
pagead2.googlesyndication.com pagead2.googlesyndication.com | Other | 168ms | 183 KB | 57% | €2/mo | Optional |
cf.bstatic.com cf.bstatic.com | Other | 145ms | 1 KB | — | €2/mo | Optional |
cf.bstatic.com cf.bstatic.com | Other | 119ms | 3 KB | — | €1/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 91ms | 114 KB | 60% | €1/mo | Essential |
accounts.google.com accounts.google.com | Other | 54ms | 93 KB | 76% | €1/mo | Optional |
cf.bstatic.com cf.bstatic.com | Other | 52ms | 222 KB | 76% | €1/mo | Optional |
These scripts may cost more than they're worth
- cf.bstatic.com adds 2450ms and costs ~€27/month
- Unattributable adds 646ms and costs ~€7/month
- cf.bstatic.com adds 402ms and costs ~€4/month
- d8c14d4960ca.edge.sdk.awswaf.com adds 324ms and costs ~€4/month
79% 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
cf.bstatic.com takes 2450ms 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 646ms 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
cf.bstatic.com takes 402ms 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
88% of cf.bstatic.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
d8c14d4960ca.edge.sdk.awswaf.com takes 324ms 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
59% of d8c14d4960ca.edge.sdk.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
57% of pagead2.googlesyndication.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
60% 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
76% 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
76% of cf.bstatic.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