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.
632 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.17 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
402 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.005
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.01 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.66 s
Page Load Progression
FPage Weight BudgetAction3.0 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 ImpactAction96% third-party, 0 ms blockingFIX
FJS Execution CostAction4095ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.airbnb.com/ | 797ms | 456ms | 1ms | 1st |
| Unattributable | 690ms | 48ms | 0ms | 3rd |
| https://a0.muscache.com/airbnb/static/packages/web/en/4ab0.5d19bb91ce.js | 426ms | 329ms | 2ms | 3rd |
| https://a0.muscache.com/airbnb/static/packages/web/common/2f99.0f3cfcd6b1.js | 338ms | 17ms | 6ms | 3rd |
| https://a0.muscache.com/airbnb/static/packages/web/common/01f5.12df2efd0d.js | 321ms | 244ms | 4ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-46MK | 267ms | 239ms | 22ms | 3rd |
| https://a0.muscache.com/airbnb/static/packages/web/common/ecdc.7f5695f079.js | 234ms | 216ms | 11ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-2P6Q8PGG16&cx=c>m=4e6411h1 | 156ms | 133ms | 18ms | 3rd |
| https://a0.muscache.com/airbnb/static/packages/web/en/cfe2.d4e669892f.js | 155ms | 136ms | 7ms | 3rd |
| https://d0a7e.airbnb.com/tags.js | 154ms | 116ms | 12ms | 3rd |
Showing top 10 of 16 scripts
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 Optimization71 images, 0 KB saveableREVIEW
CJS BundlesAction83 scripts, 295 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-2P6Q8PGG16&cx=c>m=4e6411h1 | 163 KB | 63 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 | 31 KB (49%) | ✓ | 3rd |
| https://a0.muscache.com/airbnb/static/packages/web/common/ecdc.7f5695f079.js | 97 KB | 27 KB (28%) | ✓ | 3rd |
| https://a0.muscache.com/airbnb/static/packages/web/en/6497.206771ab41.js | 36 KB | 27 KB (74%) | ✓ | 3rd |
| https://a0.muscache.com/airbnb/static/packages/web/en/frontend/core-guest-loop/apps/core-guest-spa/client.26d445c8b9.js | 96 KB | 27 KB (28%) | ✓ | 3rd |
| https://a0.muscache.com/airbnb/static/packages/web/en/frontend/stays-search/routes/StaysSearchRoute/StaysSearchRoute.4bead5e17b.js | 36 KB | 24 KB (69%) | ✓ | 3rd |
| https://a0.muscache.com/airbnb/static/packages/web/common/2f99.0f3cfcd6b1.js | 53 KB | 24 KB (46%) | ✓ | 3rd |
| https://a0.muscache.com/airbnb/static/packages/web/en/45b1.14058fde29.js | 55 KB | 20 KB (37%) | ✓ | 3rd |
| https://a0.muscache.com/airbnb/static/packages/web/common/frontend/guest-header/query/HeaderQuery.prepare.5b4e02aad9.js | 3 KB | — | ✓ | 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
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 HintsNo optimization neededPASS
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 | 690ms | 0 KB | — | $9/mo | Costly |
a0.muscache.com a0.muscache.com | Other | 426ms | 19 KB | — | $6/mo | Costly |
a0.muscache.com a0.muscache.com | Other | 338ms | 53 KB | 46% | $4/mo | Costly |
a0.muscache.com a0.muscache.com | Other | 321ms | 42 KB | — | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 267ms | 172 KB | 30% | $4/mo | Costly |
a0.muscache.com a0.muscache.com | Other | 234ms | 97 KB | 28% | $3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 156ms | 163 KB | 38% | $2/mo | Optional |
a0.muscache.com a0.muscache.com | Other | 155ms | 62 KB | 49% | $2/mo | Optional |
d0a7e.airbnb.com d0a7e.airbnb.com | Other | 154ms | 40 KB | — | $2/mo | Optional |
a0.muscache.com a0.muscache.com | Other | 143ms | 46 KB | — | $2/mo | Optional |
a0.muscache.com a0.muscache.com | Other | 126ms | 96 KB | 28% | $2/mo | Optional |
a0.muscache.com a0.muscache.com | Other | 104ms | 4 KB | — | $1/mo | Optional |
a0.muscache.com a0.muscache.com | Other | 64ms | 25 KB | — | $1/mo | Optional |
a0.muscache.com a0.muscache.com | Other | 63ms | 9 KB | — | $1/mo | Optional |
a0.muscache.com a0.muscache.com | Other | 56ms | 315 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 690ms and costs ~$9/month
- a0.muscache.com adds 426ms and costs ~$6/month
- a0.muscache.com adds 338ms and costs ~$4/month
- a0.muscache.com adds 321ms and costs ~$4/month
- Google Tag Manager adds 267ms and costs ~$4/month
- a0.muscache.com adds 234ms and costs ~$3/month
81% 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 690ms 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 426ms 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 338ms 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 321ms 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 267ms 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 234ms 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