Performance
· 17 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.
4.80 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
10.57 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
398 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.222
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.78 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.
11.41 s
Page Load Progression
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
DJS Execution CostAction3018ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://ak-s-cw.tripcdn.com/modules/ibu/online-home/vendor.dll.de4b3a6a8f479d1ded36e3cf47d6cd57.js | 997ms | 769ms | 68ms | 3rd |
| https://fr.trip.com/?locale=fr-fr | 546ms | 30ms | 13ms | 3rd |
| Unattributable | 518ms | 63ms | 0ms | 3rd |
| https://ak-s-cw.tripcdn.com/modules/ibu/online-home/h5Home.9a8245d10dc23b333f5f1c1e8644dca5.js | 316ms | 259ms | 40ms | 3rd |
| https://static.tripcdn.com/packages/ubt/websdk/*/ubt.minh.js?d=2026422 | 210ms | 187ms | 11ms | 3rd |
| https://webresource.tripcdn.com/ares2/train/csec/5.1.3/default/sec/c-sec.js?v=2026422 | 196ms | 182ms | 12ms | 3rd |
| https://ak-s-cw.tripcdn.com/modules/ibu/ibu-cookie-banner/production.min.096d8ded55a031847732d08d745e59aa.js | 102ms | 74ms | 22ms | 3rd |
| https://static.tripcdn.com/packages/ares/nfes-libs/2.1.4/foundation.js | 82ms | 68ms | 6ms | 3rd |
| https://ak-s-cw.tripcdn.com/modules/ibu/ibu-public-component-umd/production.min.0ef66a155aeed11a85d94452cbf18ad9.js | 50ms | 43ms | 7ms | 3rd |
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BPage Weight Budget1.3 MB transferred, 113 requestsREVIEW
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
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
CImage OptimizationAction26 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
CJS BundlesAction35 scripts, 228 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://ak-s-cw.tripcdn.com/modules/ibu/online-home/vendor.dll.de4b3a6a8f479d1ded36e3cf47d6cd57.js | 199 KB | 117 KB (61%) | ✓ | 3rd |
| https://ak-s-cw.tripcdn.com/modules/ibu/online-home/h5Home.9a8245d10dc23b333f5f1c1e8644dca5.js | 133 KB | 55 KB (42%) | ✓ | 3rd |
| https://ak-s-cw.tripcdn.com/modules/ibu/ibu-cookie-banner/production.min.096d8ded55a031847732d08d745e59aa.js | 54 KB | 28 KB (53%) | ✓ | 3rd |
| https://ak-s-cw.tripcdn.com/modules/ibu/online-home/common.dll.dee1d0fa2d4f449a74f51cd33832ac2d.js | 30 KB | 28 KB (96%) | ✓ | 3rd |
| https://ak-s-cw.tripcdn.com/locale/v3/33000004/fr-FR.js?etagc=116a9fa6efef01b0b3e426cf5c3d85ec | 3 KB | — | ✓ | 3rd |
| blob:https://fr.trip.com/b94ae26a-8829-43d8-8121-41ae14b3f907 | -0 KB | — | ✓ | 3rd |
| https://ak-s-cw.tripcdn.com/locale/v3/330151/fr-FR.js?etagc=e028dea5536c0db4b041ad0017c1d96b | 24 KB | — | ✓ | 3rd |
| https://ak-s-cw.tripcdn.com/locale/v3/33000011/fr-FR.js?etagc=32e85ba8907a587c1d5b7bf454274258 | 2 KB | — | ✓ | 3rd |
| https://ak-s-cw.tripcdn.com/locale/v3/33000010/fr-FR.js?etagc=93c5a1793633208754228f475790d776 | 2 KB | — | ✓ | 3rd |
| https://ak-s-cw.tripcdn.com/locale/v3/330153/fr-FR.js?etagc=38922281b1c3d7e2c97f04891c8d4c6f | 16 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
CPage Weight InventoryAction113 resources · 1.3 MB · 228 KB savings availableREVIEW
~228.2 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 113 resources | 1.3 MiB | ||||||
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 Loading5 fonts (143 KB)PASS
Web fonts
5
143 KB total
Render-blocking
0
of 5
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 Hints27 hints, 0 missing preconnectsPASS
Current Resource Hints
27 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall113 requests over 3348msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
ak-s-cw.tripcdn.com ak-s-cw.tripcdn.com | Other | 997ms | 199 KB | 61% | €4/mo | Costly |
fr.trip.com fr.trip.com | Other | 546ms | 18 KB | — | €2/mo | Costly |
Unattributable Unattributable | Other | 518ms | 0 KB | — | €2/mo | Costly |
ak-s-cw.tripcdn.com ak-s-cw.tripcdn.com | Other | 316ms | 133 KB | 42% | €1/mo | Costly |
static.tripcdn.com static.tripcdn.com | Other | 210ms | 25 KB | — | €1/mo | Costly |
webresource.tripcdn.com webresource.tripcdn.com | Other | 196ms | 26 KB | — | €1/mo | Optional |
ak-s-cw.tripcdn.com ak-s-cw.tripcdn.com | Other | 102ms | 54 KB | 53% | €0/mo | Optional |
static.tripcdn.com static.tripcdn.com | Other | 82ms | 19 KB | — | €0/mo | Optional |
ak-s-cw.tripcdn.com ak-s-cw.tripcdn.com | Other | 50ms | 27 KB | — | €0/mo | Optional |
These scripts may cost more than they're worth
- ak-s-cw.tripcdn.com adds 997ms and costs ~€4/month
- fr.trip.com adds 546ms and costs ~€2/month
- Unattributable adds 518ms and costs ~€2/month
- ak-s-cw.tripcdn.com adds 316ms and costs ~€1/month
- static.tripcdn.com adds 210ms and costs ~€1/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
ak-s-cw.tripcdn.com takes 997ms 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
61% of ak-s-cw.tripcdn.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
fr.trip.com takes 546ms 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 518ms 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
ak-s-cw.tripcdn.com takes 316ms 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
static.tripcdn.com takes 210ms 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
53% of ak-s-cw.tripcdn.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