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.73 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.85 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
268 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.014
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.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.
5.60 s
Page Load Progression
FPage Weight BudgetAction5.7 MB transferred, 122 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
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
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
Subset fonts to include only used characters, or switch to system font stacks.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
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
FJS BundlesAction34 scripts, 1.3 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://cdn6.agoda.net/cdn-accom-web/js/assets/browser-bundle/6047-1f34eb4d31ae.js | 1367 KB | 458 KB (34%) | ✓ | 3rd |
| https://cdn6.agoda.net/cdn-accom-web/js/assets/browser-bundle/6047-1f34eb4d31ae.js | 0 KB | 458 KB (34%) | ✓ | 3rd |
| https://cdn6.agoda.net/cdn-accom-web/js/assets/browser-bundle/4081-227126871e4b.js | 110 KB | 76 KB (69%) | ✓ | 3rd |
| https://cdn6.agoda.net/cdn-accom-web/js/assets/browser-bundle/6177-fe872fa6bf24.js | 75 KB | 72 KB (96%) | ✓ | 3rd |
| https://accounts.google.com/gsi/client | 96 KB | 68 KB (72%) | ✓ | 3rd |
| https://cdn6.agoda.net/cdn-accom-web/js/assets/browser-bundle/4957-648b7e03ffe4.js | 50 KB | 33 KB (67%) | ✓ | 3rd |
| https://cdn6.agoda.net/cdn-accom-web/js/assets/browser-bundle/1060-e269a3263495.js | 78 KB | 32 KB (41%) | ✓ | 3rd |
| https://cdn6.agoda.net/cdn-accom-web/js/assets/browser-bundle/1060-e269a3263495.js | 0 KB | 32 KB (41%) | ✓ | 3rd |
| https://cdn6.agoda.net/cdn-accom-web/js/assets/browser-bundle/5944-319fafdd8966.js | 38 KB | 31 KB (84%) | ✓ | 3rd |
| https://cdn6.agoda.net/cdn-accom-web/js/assets/browser-bundle/2073-4cbeb660f08e.js | 45 KB | 27 KB (61%) | ✓ | 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
FPage Weight InventoryAction122 resources · 5.7 MB · 1.3 MB savings availableFIX
~1.3 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 122 resources | 5.7 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction44 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
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
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.
Performance issues directly impact user engagement and conversion rates.
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
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
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
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
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
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
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
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
CJS Execution CostAction1790ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://cdn6.agoda.net/cdn-accom-web/js/assets/browser-bundle/home-de528178b595.js | 685ms | 647ms | 5ms | 3rd |
| https://cdn6.agoda.net/cdn-accom-web/js/assets/browser-bundle/9170-00351851b3f2.js | 411ms | 217ms | 41ms | 3rd |
| https://cdn6.agoda.net/cdn-accom-web/js/assets/browser-bundle/6047-1f34eb4d31ae.js | 250ms | 50ms | 143ms | 3rd |
| Unattributable | 157ms | 5ms | 0ms | 3rd |
| https://cdn6.agoda.net/cdn-accom-web/js/assets/browser-bundle/1060-e269a3263495.js | 84ms | 56ms | 8ms | 3rd |
| https://www.agoda.com/ | 74ms | 10ms | 8ms | 3rd |
| https://cdn6.agoda.net/cdn-accom-web/js/assets/browser-bundle/4081-227126871e4b.js | 72ms | 64ms | 7ms | 3rd |
| https://cdn6.agoda.net/cdn-accom-web/js/assets/browser-bundle/2117-b85725f321bf.js | 58ms | 57ms | 1ms | 3rd |
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 (235 KB)PASS
Web fonts
1
235 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
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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 ~188 KB and ~376 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall122 requests over 3877msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
cdn6.agoda.net cdn6.agoda.net | Other | 685ms | 71 KB | 34% | ฿423/mo | Costly |
cdn6.agoda.net cdn6.agoda.net | Other | 411ms | 266 KB | 9% | ฿254/mo | Costly |
cdn6.agoda.net cdn6.agoda.net | Other | 250ms | 0 KB | 34% | ฿154/mo | Costly |
Unattributable Unattributable | Other | 157ms | 0 KB | — | ฿97/mo | Costly |
cdn6.agoda.net cdn6.agoda.net | Other | 84ms | 0 KB | 41% | ฿52/mo | Costly |
www.agoda.com www.agoda.com | Other | 74ms | 56 KB | — | ฿45/mo | Optional |
cdn6.agoda.net cdn6.agoda.net | Other | 72ms | 110 KB | 69% | ฿44/mo | Optional |
cdn6.agoda.net cdn6.agoda.net | Other | 58ms | 8 KB | — | ฿36/mo | Optional |
These scripts may cost more than they're worth
- cdn6.agoda.net adds 685ms and costs ~฿423/month
- cdn6.agoda.net adds 411ms and costs ~฿254/month
- cdn6.agoda.net adds 250ms and costs ~฿154/month
- Unattributable adds 157ms and costs ~฿97/month
- cdn6.agoda.net adds 84ms and costs ~฿52/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
cdn6.agoda.net takes 685ms 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
cdn6.agoda.net 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
cdn6.agoda.net takes 250ms 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 157ms 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
cdn6.agoda.net takes 84ms 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
69% of cdn6.agoda.net'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