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.
11.52 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
25.31 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.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
12.37 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.
35.30 s
Page Load Progression
FPage Weight BudgetAction6.3 MB transferred, 606 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
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 Execution CostAction20958ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://content.r9cdn.net/frontier/assets/CcD8mPq4Km.js | 5386ms | 4124ms | 8ms | 3rd |
| Unattributable | 4116ms | 1212ms | 0ms | 3rd |
| https://www.kayak.com/ | 4098ms | 102ms | 36ms | 3rd |
| https://content.r9cdn.net/frontier/assets/CH9QYAfBte.js | 1743ms | 282ms | 1ms | 3rd |
| (program):2 | 656ms | 612ms | 0ms | 3rd |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604100101/pubads_impl.js | 639ms | 552ms | 63ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-PWCRSK2Y5Y&l=unifiedDataLayer&cx=c>m=4e64e1 | 603ms | 479ms | 50ms | 3rd |
| https://content.r9cdn.net/frontier/assets/nNPJO96_9o.js | 454ms | 163ms | 10ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-988306736&l=unifiedDataLayer&cx=c>m=4e64e1 | 340ms | 294ms | 43ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=DC-5142311&l=unifiedDataLayer&cx=c>m=4e64e1 | 339ms | 286ms | 49ms | 3rd |
Showing top 10 of 29 scripts
FJS BundlesAction321 scripts, 1.3 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://content.r9cdn.net/frontier/assets/nNPJO96_9o.js | 576 KB | 272 KB (47%) | ✓ | 3rd |
| https://content.r9cdn.net/frontier/assets/C56mkV0DvP.js | 312 KB | 223 KB (71%) | ✓ | 3rd |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604100101/pubads_impl.js | 186 KB | 101 KB (54%) | ✓ | 3rd |
| https://72164059993b.cdn4.forter.com/sn/72164059993b/script.js | 211 KB | 90 KB (43%) | ✓ | 3rd |
| https://ads.pubmatic.com/AdServer/js/pwt/167312/18979/pwt.js | 136 KB | 88 KB (65%) | ✓ | 3rd |
| https://content.r9cdn.net/frontier/assets/Cy3xa8euyp.js | 95 KB | 72 KB (76%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-PWCRSK2Y5Y&l=unifiedDataLayer&cx=c>m=4e64e1 | 172 KB | 64 KB (37%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=DC-5142311&l=unifiedDataLayer&cx=c>m=4e64e1 | 129 KB | 60 KB (47%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-undefined&l=unifiedDataLayer&cx=c>m=4e64e1 | 134 KB | 60 KB (45%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-PSCCSHQ&l=unifiedDataLayer | 168 KB | 59 KB (35%) | ✓ | 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 InventoryAction606 resources · 6.3 MB · 1.3 MB savings availableFIX
~1.3 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 606 resources | 6.3 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction42 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
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 (140 KB)PASS
Web fonts
1
140 KB total
Render-blocking
0
of 1
Dominant font-display
swap
Most common across fonts
Font loading timeline
- 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 ~70 KB and ~140 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints8 hints, 0 missing preconnectsPASS
Current Resource Hints
8 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall606 requests over 6628msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
content.r9cdn.net content.r9cdn.net | Other | 5386ms | 66 KB | — | $93/mo | Costly |
Unattributable Unattributable | Other | 4116ms | 0 KB | — | $71/mo | Costly |
www.kayak.com www.kayak.com | Other | 4098ms | 230 KB | — | $71/mo | Costly |
content.r9cdn.net content.r9cdn.net | Other | 1743ms | 47 KB | 57% | $30/mo | Costly |
(program):2 (program):2 | Other | 656ms | 0 KB | — | $11/mo | Costly |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 639ms | 186 KB | 54% | $11/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 603ms | 172 KB | 37% | $10/mo | Costly |
content.r9cdn.net content.r9cdn.net | Other | 454ms | 576 KB | 47% | $8/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 340ms | 144 KB | 39% | $6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 339ms | 129 KB | 47% | $6/mo | Costly |
fundingchoicesmessages.google.com fundingchoicesmessages.google.com | Other | 317ms | 70 KB | 54% | $5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 283ms | 168 KB | 35% | $5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 272ms | 134 KB | 45% | $5/mo | Costly |
ads.pubmatic.com ads.pubmatic.com | Other | 267ms | 136 KB | 65% | $5/mo | Costly |
analytics.tiktok.com analytics.tiktok.com | Other | 243ms | 106 KB | 55% | $4/mo | Costly |
www.googletagservices.com www.googletagservices.com | Other | 199ms | 34 KB | — | $3/mo | Optional |
content.r9cdn.net content.r9cdn.net | Other | 178ms | 26 KB | — | $3/mo | Optional |
w.usabilla.com w.usabilla.com | Other | 100ms | 14 KB | — | $2/mo | Optional |
content.r9cdn.net content.r9cdn.net | Other | 96ms | 5 KB | — | $2/mo | Optional |
72164059993b.cdn4.forter.com 72164059993b.cdn4.forter.com | Other | 91ms | 211 KB | 43% | $2/mo | Optional |
Bing UET bat.bing.com | Advertising | 77ms | 16 KB | — | $1/mo | Optional |
ep2.adtrafficquality.google ep2.adtrafficquality.google | Other | 73ms | 8 KB | — | $1/mo | Optional |
analytics.tiktok.com analytics.tiktok.com | Other | 61ms | 40 KB | — | $1/mo | Optional |
content.r9cdn.net content.r9cdn.net | Other | 60ms | 48 KB | — | $1/mo | Optional |
Bing UET bat.bing.com | Advertising | 56ms | 15 KB | — | $1/mo | Optional |
/_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads-contributor.ContributorServingResponseClientJs.en_US.WQSjKtkEYiM.es5.O/d=1/rs=AJlcJMwIx8fty2eKv_YgAn45g2tx1JaJ2w/m=kernel_loader,loader_js_executable /_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads-contributor.ContributorServingResponseClientJs.en_US.WQSjKtkEYiM.es5.O/d=1/rs=AJlcJMwIx8fty2eKv_YgAn45g2tx1JaJ2w/m=kernel_loader,loader_js_executable | Other | 56ms | 0 KB | — | $1/mo | Optional |
fundingchoicesmessages.google.com fundingchoicesmessages.google.com | Other | 53ms | 4 KB | — | $1/mo | Optional |
content.r9cdn.net content.r9cdn.net | Other | 51ms | 2 KB | — | $1/mo | Optional |
accounts.google.com accounts.google.com | Other | 51ms | 96 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- content.r9cdn.net adds 5386ms and costs ~$93/month
- Unattributable adds 4116ms and costs ~$71/month
- www.kayak.com adds 4098ms and costs ~$71/month
- content.r9cdn.net adds 1743ms and costs ~$30/month
- (program):2 adds 656ms and costs ~$11/month
- securepubads.g.doubleclick.net adds 639ms and costs ~$11/month
- Google Tag Manager adds 603ms and costs ~$10/month
- content.r9cdn.net adds 454ms and costs ~$8/month
- Google Tag Manager adds 340ms and costs ~$6/month
- Google Tag Manager adds 339ms and costs ~$6/month
- fundingchoicesmessages.google.com adds 317ms and costs ~$5/month
- Google Tag Manager adds 283ms and costs ~$5/month
- Google Tag Manager adds 272ms and costs ~$5/month
- ads.pubmatic.com adds 267ms and costs ~$5/month
- analytics.tiktok.com adds 243ms and costs ~$4/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
content.r9cdn.net takes 5386ms 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 4116ms 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
www.kayak.com takes 4098ms 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
content.r9cdn.net takes 1743ms 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
57% of content.r9cdn.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
(program):2 takes 656ms 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
securepubads.g.doubleclick.net takes 639ms 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
54% of securepubads.g.doubleclick.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
Google Tag Manager takes 603ms 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
content.r9cdn.net takes 454ms 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 340ms 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 339ms 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
fundingchoicesmessages.google.com takes 317ms 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
54% of fundingchoicesmessages.google.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
Google Tag Manager takes 283ms 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 272ms 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
ads.pubmatic.com 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
65% of ads.pubmatic.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
analytics.tiktok.com takes 243ms 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 analytics.tiktok.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