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.
2.63 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
15.74 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4.40 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.015
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.58 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.
23.63 s
Page Load Progression
FPage Weight BudgetAction3.6 MB transferred, 218 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 ImpactAction97% third-party, 0 ms blockingFIX
FJS Execution CostAction16124ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.airbnb.com/ | 2810ms | 1582ms | 6ms | 1st |
| Unattributable | 2653ms | 220ms | 0ms | 3rd |
| https://a0.muscache.com/airbnb/static/packages/web/common/01f5.12df2efd0d.js | 1467ms | 1099ms | 17ms | 3rd |
| https://a0.muscache.com/airbnb/static/packages/web/common/2f99.0f3cfcd6b1.js | 1357ms | 101ms | 23ms | 3rd |
| https://a0.muscache.com/airbnb/static/packages/web/en/2a6c.ca9ceafb88.js | 1081ms | 808ms | 5ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-46MK | 919ms | 807ms | 87ms | 3rd |
| https://a0.muscache.com/airbnb/static/packages/web/common/ecdc.7f5695f079.js | 909ms | 832ms | 50ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-2P6Q8PGG16&cx=c>m=4e6411 | 586ms | 502ms | 73ms | 3rd |
| https://a0.muscache.com/airbnb/static/packages/web/en/frontend/core-guest-loop/apps/core-guest-spa/client.26d445c8b9.js | 513ms | 456ms | 52ms | 3rd |
| https://d0a7e.airbnb.com/tags.js | 481ms | 347ms | 17ms | 3rd |
Showing top 10 of 30 scripts
DJS BundlesAction79 scripts, 327 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-2P6Q8PGG16&cx=c>m=4e6411 | 163 KB | 62 KB (38%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-46MK | 172 KB | 52 KB (30%) | ✓ | 3rd |
| https://a0.muscache.com/airbnb/static/packages/web/en/cfe2.d4e669892f.js | 62 KB | 32 KB (52%) | ✓ | 3rd |
| https://a0.muscache.com/airbnb/static/packages/web/en/frontend/onboarding/components/actionTray/ActionTrayContainer.8be1dd9a2a.js | 36 KB | 31 KB (86%) | ✓ | 3rd |
| https://a0.muscache.com/airbnb/static/packages/web/common/2f99.0f3cfcd6b1.js | 54 KB | 29 KB (56%) | ✓ | 3rd |
| https://a0.muscache.com/airbnb/static/packages/web/common/ecdc.7f5695f079.js | 98 KB | 27 KB (28%) | ✓ | 3rd |
| https://a0.muscache.com/airbnb/static/packages/web/en/frontend/stays-search/routes/StaysSearchRoute/StaysSearchRoute.4bead5e17b.js | 36 KB | 25 KB (70%) | ✓ | 3rd |
| https://a0.muscache.com/airbnb/static/packages/web/en/6497.206771ab41.js | 36 KB | 24 KB (68%) | ✓ | 3rd |
| https://a0.muscache.com/airbnb/static/packages/web/en/frontend/core-guest-loop/apps/core-guest-spa/client.26d445c8b9.js | 97 KB | 23 KB (24%) | ✓ | 3rd |
| https://a0.muscache.com/airbnb/static/packages/web/en/b2b5.ee6a32d4d4.js | 38 KB | 21 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
DHTTP CachingActionno-store (uncacheable)FIX
no-store, max-age=0, private, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| no-store | — | Never cache this response |
| max-age | 0 | Cache for 0 seconds |
| private | — | Only browser cache, not CDN/proxy |
| must-revalidate | — | Must recheck with server after expiry |
BImage Optimization72 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 Loading1 fonts (0 KB)PASS
Web fonts
1
0 KB total
Render-blocking
0
of 1
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 Hints38 hints, 0 missing preconnectsPASS
Current Resource Hints
38 resource hints configured
Network Waterfall218 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 |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 2653ms | 0 KB | — | $35/mo | Costly |
a0.muscache.com a0.muscache.com | Other | 1467ms | 43 KB | — | $19/mo | Costly |
a0.muscache.com a0.muscache.com | Other | 1357ms | 54 KB | 56% | $18/mo | Costly |
a0.muscache.com a0.muscache.com | Other | 1081ms | 12 KB | — | $14/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 919ms | 172 KB | 30% | $12/mo | Costly |
a0.muscache.com a0.muscache.com | Other | 909ms | 98 KB | 28% | $12/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 586ms | 163 KB | 38% | $8/mo | Costly |
a0.muscache.com a0.muscache.com | Other | 513ms | 97 KB | 24% | $7/mo | Costly |
d0a7e.airbnb.com d0a7e.airbnb.com | Other | 481ms | 40 KB | — | $6/mo | Costly |
a0.muscache.com a0.muscache.com | Other | 411ms | 5 KB | — | $5/mo | Costly |
a0.muscache.com a0.muscache.com | Other | 318ms | 10 KB | — | $4/mo | Costly |
a0.muscache.com a0.muscache.com | Other | 269ms | 47 KB | — | $4/mo | Costly |
a0.muscache.com a0.muscache.com | Other | 254ms | 10 KB | — | $3/mo | Costly |
a0.muscache.com a0.muscache.com | Other | 235ms | 316 KB | — | $3/mo | Costly |
a0.muscache.com a0.muscache.com | Other | 233ms | 26 KB | — | $3/mo | Costly |
a0.muscache.com a0.muscache.com | Other | 214ms | 52 KB | — | $3/mo | Costly |
a0.muscache.com a0.muscache.com | Other | 183ms | 38 KB | 55% | $2/mo | Optional |
a0.muscache.com a0.muscache.com | Other | 154ms | 15 KB | — | $2/mo | Optional |
a0.muscache.com a0.muscache.com | Other | 153ms | 30 KB | — | $2/mo | Optional |
a0.muscache.com a0.muscache.com | Other | 151ms | 3 KB | — | $2/mo | Optional |
a0.muscache.com a0.muscache.com | Other | 147ms | 19 KB | — | $2/mo | Optional |
a0.muscache.com a0.muscache.com | Other | 115ms | 36 KB | 86% | $2/mo | Optional |
a0.muscache.com a0.muscache.com | Other | 112ms | 111 KB | — | $1/mo | Optional |
a0.muscache.com a0.muscache.com | Other | 97ms | 36 KB | 68% | $1/mo | Optional |
a0.muscache.com a0.muscache.com | Other | 86ms | 21 KB | — | $1/mo | Optional |
a0.muscache.com a0.muscache.com | Other | 56ms | 20 KB | — | $1/mo | Optional |
a0.muscache.com a0.muscache.com | Other | 54ms | 22 KB | — | $1/mo | Optional |
a0.muscache.com a0.muscache.com | Other | 54ms | 15 KB | — | $1/mo | Optional |
a0.muscache.com a0.muscache.com | Other | 52ms | 18 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 2653ms and costs ~$35/month
- a0.muscache.com adds 1467ms and costs ~$19/month
- a0.muscache.com adds 1357ms and costs ~$18/month
- a0.muscache.com adds 1081ms and costs ~$14/month
- Google Tag Manager adds 919ms and costs ~$12/month
- a0.muscache.com adds 909ms and costs ~$12/month
- Google Tag Manager adds 586ms and costs ~$8/month
- a0.muscache.com adds 513ms and costs ~$7/month
- d0a7e.airbnb.com adds 481ms and costs ~$6/month
- a0.muscache.com adds 411ms and costs ~$5/month
- a0.muscache.com adds 318ms and costs ~$4/month
- a0.muscache.com adds 269ms and costs ~$4/month
- a0.muscache.com adds 254ms and costs ~$3/month
- a0.muscache.com adds 235ms and costs ~$3/month
- a0.muscache.com adds 233ms and costs ~$3/month
- a0.muscache.com adds 214ms and costs ~$3/month
83% 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 2653ms 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
a0.muscache.com takes 1467ms 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
a0.muscache.com takes 1357ms 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
56% of a0.muscache.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
a0.muscache.com takes 1081ms 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
Google Tag Manager takes 919ms 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
a0.muscache.com takes 909ms 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
Google Tag Manager takes 586ms 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
a0.muscache.com takes 513ms 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
d0a7e.airbnb.com takes 481ms 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
a0.muscache.com takes 411ms 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
a0.muscache.com takes 318ms 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
a0.muscache.com takes 269ms 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
a0.muscache.com takes 254ms 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
a0.muscache.com takes 235ms 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
a0.muscache.com takes 233ms 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
a0.muscache.com takes 214ms 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 a0.muscache.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
86% of a0.muscache.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
68% of a0.muscache.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