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.
1.30 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.76 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
90 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.009
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.68 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.
3.77 s
Page Load Progression
FPage Weight BudgetAction3.1 MB transferred, 221 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 ImpactAction100% third-party, 0 ms blockingFIX
DJS Execution CostAction2934ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.airbnb.com/ | 718ms | 450ms | 1ms | 3rd |
| Unattributable | 477ms | 32ms | 0ms | 3rd |
| https://a0.muscache.com/airbnb/static/packages/web/en/e77e.33160b3545.js | 445ms | 362ms | 2ms | 3rd |
| https://a0.muscache.com/airbnb/static/packages/web/common/2ce9.b07975b17d.js | 376ms | 234ms | 3ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-46MK | 151ms | 137ms | 12ms | 3rd |
| https://a0.muscache.com/airbnb/static/packages/web/common/0a77.96fdfdbf95.js | 150ms | 17ms | 3ms | 3rd |
| https://a0.muscache.com/airbnb/static/packages/web/en/frontend/homepage/routes/TabbedVerticalHomepageRoute/TabbedVerticalHomepageRoute.1bd27b9ca4.js | 110ms | 80ms | 4ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-2P6Q8PGG16&cx=c>m=4e64f0 | 102ms | 86ms | 13ms | 3rd |
| https://a0.muscache.com/airbnb/static/packages/web/en/frontend/core-guest-loop/apps/core-guest-spa/client.fdb4f57252.js | 93ms | 83ms | 7ms | 3rd |
| https://d0a7e.airbnb.com/tags.js | 91ms | 70ms | 2ms | 3rd |
Showing top 10 of 13 scripts
DPage Weight InventoryAction221 resources · 3.1 MB · 281 KB savings availableFIX
~280.9 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 221 resources | 3.1 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization71 images, 0 KB saveableREVIEW
CJS BundlesAction83 scripts, 281 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=4e64f0 | 165 KB | 63 KB (39%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-46MK | 176 KB | 52 KB (30%) | ✓ | 3rd |
| https://a0.muscache.com/airbnb/static/packages/web/en/frontend/core-guest-loop/apps/core-guest-spa/client.fdb4f57252.js | 99 KB | 29 KB (29%) | ✓ | 3rd |
| https://a0.muscache.com/airbnb/static/packages/web/common/0a77.96fdfdbf95.js | 53 KB | 24 KB (46%) | ✓ | 3rd |
| https://a0.muscache.com/airbnb/static/packages/web/en/6497.465735c44e.js | 36 KB | 24 KB (68%) | ✓ | 3rd |
| https://a0.muscache.com/airbnb/static/packages/web/en/frontend/stays-search/routes/StaysSearchRoute/StaysSearchRoute.331548e4a1.js | 36 KB | 23 KB (65%) | ✓ | 3rd |
| https://a0.muscache.com/airbnb/static/packages/web/common/c3cb.0b3de42380.js | 93 KB | 22 KB (24%) | ✓ | 3rd |
| https://a0.muscache.com/airbnb/static/packages/web/en/cfe2.336203b1c1.js | 46 KB | 22 KB (48%) | ✓ | 3rd |
| https://a0.muscache.com/airbnb/static/packages/web/en/45b1.8d6dbd7700.js | 55 KB | 20 KB (37%) | ✓ | 3rd |
| https://d0a7e.airbnb.com/tags.js | 40 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 Waterfall221 requests over 15179msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.airbnb.com www.airbnb.com | Other | 718ms | 98 KB | — | $10/mo | Costly |
Unattributable Unattributable | Other | 477ms | 0 KB | — | $6/mo | Costly |
a0.muscache.com a0.muscache.com | Other | 445ms | 22 KB | — | $6/mo | Costly |
a0.muscache.com a0.muscache.com | Other | 376ms | 42 KB | — | $5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 151ms | 176 KB | 30% | $2/mo | Optional |
a0.muscache.com a0.muscache.com | Other | 150ms | 53 KB | 46% | $2/mo | Optional |
a0.muscache.com a0.muscache.com | Other | 110ms | 52 KB | — | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 102ms | 165 KB | 39% | $1/mo | Optional |
a0.muscache.com a0.muscache.com | Other | 93ms | 99 KB | 29% | $1/mo | Optional |
d0a7e.airbnb.com d0a7e.airbnb.com | Other | 91ms | 40 KB | — | $1/mo | Optional |
a0.muscache.com a0.muscache.com | Other | 87ms | 93 KB | 24% | $1/mo | Optional |
a0.muscache.com a0.muscache.com | Other | 83ms | 5 KB | — | $1/mo | Optional |
a0.muscache.com a0.muscache.com | Other | 51ms | 35 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- www.airbnb.com adds 718ms and costs ~$10/month
- Unattributable adds 477ms and costs ~$6/month
- a0.muscache.com adds 445ms and costs ~$6/month
- a0.muscache.com adds 376ms and costs ~$5/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
www.airbnb.com takes 718ms 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 477ms 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 445ms 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 376ms 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