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.
7.28 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
24.86 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
9.95 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.583
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
10.28 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.
33.53 s
Page Load Progression
FPage Weight BudgetAction5.2 MB transferred, 304 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
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.
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 CostAction27115ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://cf.bstatic.com/psb/capla/static/js/client.b20bbad3.js | 9139ms | 7383ms | 281ms | 3rd |
| Unattributable | 4924ms | 2579ms | 0ms | 3rd |
| https://www.booking.com/?chal_t=1775320711898&force_referer= | 4125ms | 374ms | 139ms | 1st |
| https://d8c14d4960ca.edge.sdk.awswaf.com/d8c14d4960ca/a18a4859af9c/challenge.js | 1815ms | 1461ms | 238ms | 3rd |
| https://www.booking.com/__challenge_h78IRKX3kpQxScCExxShBNwRUlb/d8c14d4960ca/a18a4859af9c/challenge.js | 1418ms | 1044ms | 267ms | 1st |
| https://cf.bstatic.com/psb/capla/static/js/c10242aa.4df8644d.chunk.js | 1154ms | 1101ms | 4ms | 3rd |
| https://cf.bstatic.com/psb/capla/static/js/remoteEntry.e4dedb9e.client.js | 746ms | 741ms | 4ms | 3rd |
| https://cf.bstatic.com/mobile/js/core_cloudfront_sd/89ab0674156f2cd6570d3aef817558331cd894a7.js | 668ms | 461ms | 141ms | 3rd |
| https://pagead2.googlesyndication.com/pagead/managed/js/gpt/m202604010101/pubads_impl.js?cb=31097617 | 387ms | 252ms | 96ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202501.2.0/otBannerSdk.js | 366ms | 182ms | 95ms | 3rd |
Showing top 10 of 28 scripts
FJS BundlesAction93 scripts, 1.9 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://d8c14d4960ca.edge.sdk.awswaf.com/d8c14d4960ca/a18a4859af9c/challenge.js | 495 KB | 291 KB (59%) | ✓ | 3rd |
| https://www.booking.com/__challenge_h78IRKX3kpQxScCExxShBNwRUlb/d8c14d4960ca/a18a4859af9c/challenge.js | 495 KB | 247 KB (50%) | ✓ | 1st |
| https://cf.bstatic.com/psb/capla/static/js/782ad794.ea2f5e5f.chunk.js | 224 KB | 200 KB (89%) | ✓ | 3rd |
| https://cf.bstatic.com/psb/capla/static/js/client.b20bbad3.js | 409 KB | 178 KB (44%) | ✓ | 3rd |
| https://cf.bstatic.com/psb/capla/static/js/02d40367.dbdf1114.chunk.js | 223 KB | 155 KB (70%) | ✓ | 3rd |
| https://cf.bstatic.com/mobile/js/core_cloudfront_sd/89ab0674156f2cd6570d3aef817558331cd894a7.js | 177 KB | 137 KB (77%) | ✓ | 3rd |
| https://cf.bstatic.com/psb/capla/static/js/81da5f32.6979dec3.chunk.js | 123 KB | 111 KB (90%) | ✓ | 3rd |
| https://pagead2.googlesyndication.com/pagead/managed/js/gpt/m202604010101/pubads_impl.js?cb=31097617 | 182 KB | 105 KB (58%) | ✓ | 3rd |
| https://cf.bstatic.com/psb/capla/static/js/dceb1327.c26ff665.chunk.js | 122 KB | 78 KB (64%) | ✓ | 3rd |
| https://cf.bstatic.com/psb/capla/static/js/dc32f6b7.6d16fe38.chunk.js | 159 KB | 76 KB (48%) | ✓ | 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.
CImage OptimizationAction38 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
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 Loading1 fonts (42 KB)PASS
Web fonts
1
42 KB total
Render-blocking
0
of 1
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 ~12 KB and ~24 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall304 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 | 9139ms | 409 KB | 44% | €99/mo | Costly |
Unattributable Unattributable | Other | 4924ms | 0 KB | — | €53/mo | Costly |
d8c14d4960ca.edge.sdk.awswaf.com d8c14d4960ca.edge.sdk.awswaf.com | Other | 1815ms | 495 KB | 59% | €20/mo | Costly |
cf.bstatic.com cf.bstatic.com | Other | 1154ms | 6 KB | — | €13/mo | Costly |
cf.bstatic.com cf.bstatic.com | Other | 746ms | 7 KB | — | €8/mo | Costly |
cf.bstatic.com cf.bstatic.com | Other | 668ms | 177 KB | 77% | €7/mo | Costly |
pagead2.googlesyndication.com pagead2.googlesyndication.com | Other | 387ms | 182 KB | 58% | €4/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 366ms | 114 KB | 60% | €4/mo | Essential |
xx.bstatic.com xx.bstatic.com | Other | 268ms | 131 KB | 48% | €3/mo | Costly |
cf.bstatic.com cf.bstatic.com | Other | 231ms | 223 KB | 70% | €2/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 215ms | 3 KB | — | €2/mo | Essential |
cf.bstatic.com cf.bstatic.com | Other | 169ms | 159 KB | 48% | €2/mo | Optional |
cf.bstatic.com cf.bstatic.com | Other | 165ms | 224 KB | 89% | €2/mo | Optional |
cf.bstatic.com cf.bstatic.com | Other | 148ms | 33 KB | — | €2/mo | Optional |
accounts.google.com accounts.google.com | Other | 144ms | 93 KB | 75% | €2/mo | Optional |
pagead2.googlesyndication.com pagead2.googlesyndication.com | Other | 139ms | 34 KB | — | €2/mo | Optional |
cf.bstatic.com cf.bstatic.com | Other | 131ms | 139 KB | 30% | €1/mo | Optional |
cf.bstatic.com cf.bstatic.com | Other | 113ms | 122 KB | 64% | €1/mo | Optional |
cf.bstatic.com cf.bstatic.com | Other | 112ms | 6 KB | — | €1/mo | Optional |
ep2.adtrafficquality.google ep2.adtrafficquality.google | Other | 93ms | 8 KB | — | €1/mo | Optional |
cf.bstatic.com cf.bstatic.com | Other | 91ms | 41 KB | 69% | €1/mo | Optional |
cf.bstatic.com cf.bstatic.com | Other | 82ms | 69 KB | 49% | €1/mo | Optional |
cf.bstatic.com cf.bstatic.com | Other | 78ms | 123 KB | 90% | €1/mo | Optional |
cf.bstatic.com cf.bstatic.com | Other | 59ms | 17 KB | — | €1/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 58ms | 9 KB | — | €1/mo | Essential |
These scripts may cost more than they're worth
- cf.bstatic.com adds 9139ms and costs ~€99/month
- Unattributable adds 4924ms and costs ~€53/month
- d8c14d4960ca.edge.sdk.awswaf.com adds 1815ms and costs ~€20/month
- cf.bstatic.com adds 1154ms and costs ~€13/month
- cf.bstatic.com adds 746ms and costs ~€8/month
- cf.bstatic.com adds 668ms and costs ~€7/month
- pagead2.googlesyndication.com adds 387ms and costs ~€4/month
- xx.bstatic.com adds 268ms and costs ~€3/month
- cf.bstatic.com adds 231ms and costs ~€2/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 9139ms 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 4924ms 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
d8c14d4960ca.edge.sdk.awswaf.com takes 1815ms 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
cf.bstatic.com takes 1154ms 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 746ms 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 668ms 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
77% 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
pagead2.googlesyndication.com takes 387ms 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 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
xx.bstatic.com takes 268ms 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 231ms 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
70% 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
89% 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
75% 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
64% 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
69% 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
90% 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