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.
2.45 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
18.18 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
5.53 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.
8.09 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.
26.21 s
Page Load Progression
FPage Weight BudgetAction8.0 MB transferred, 147 requestsFIX
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
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
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 Execution CostAction12347ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://cdn.ketchjs.com/ketchtag/stable/v2.12/ketch-sdk.js | 1896ms | 1501ms | 265ms | 3rd |
| Unattributable | 1814ms | 191ms | 0ms | 3rd |
| https://cdn.confiant-integrations.net/gptprebidnative/202601281034/wrap.js | 1023ms | 859ms | 73ms | 3rd |
| https://www.etonline.com/_next/static/chunks/framework-97862ef36bc4065f.js | 993ms | 822ms | 27ms | 3rd |
| https://cdn.confiant-integrations.net/video/202601281034/wrap.js | 846ms | 723ms | 63ms | 3rd |
| https://at.cbsi.com/lib/dist/prod/bidbarrel-etonline.min.js | 819ms | 635ms | 175ms | 3rd |
| https://www.etonline.com/ | 800ms | 30ms | 4ms | 3rd |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31097945 | 705ms | 534ms | 126ms | 3rd |
| https://cdn.privacy.paramount.com/dist/optanon-v2.0.0.js | 559ms | 471ms | 23ms | 3rd |
| https://www.etonline.com/_next/static/chunks/64effbfc.fb2d84c181397608.js | 425ms | 381ms | 39ms | 3rd |
Showing top 10 of 25 scripts
FJS BundlesAction49 scripts, 957 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://at.cbsi.com/lib/dist/prod/bidbarrel-etonline.min.js | 234 KB | 152 KB (65%) | ✓ | 3rd |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31097945 | 188 KB | 137 KB (73%) | ✓ | 3rd |
| https://imasdk.googleapis.com/js/sdkloader/ima3.js | 148 KB | 107 KB (72%) | ✓ | 3rd |
| https://cdn.ketchjs.com/ketchtag/stable/v2.12/ketch-sdk.js | 259 KB | 106 KB (41%) | ✓ | 3rd |
| https://cdn.confiant-integrations.net/gptprebidnative/202601281034/wrap.js | 142 KB | 80 KB (57%) | ✓ | 3rd |
| https://cdn.confiant-integrations.net/video/202601281034/wrap.js | 125 KB | 70 KB (56%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-604815933 | 134 KB | 59 KB (44%) | ✓ | 3rd |
| https://www.etonline.com/_next/static/chunks/64effbfc.fb2d84c181397608.js | 72 KB | 58 KB (80%) | ✓ | 3rd |
| https://www.etonline.com/_next/static/chunks/4cd4ef12.10e0b0f0e90e009f.js | 63 KB | 49 KB (77%) | ✓ | 3rd |
| https://www.etonline.com/_next/static/chunks/8d88bcda.91714da344a19170.js | 55 KB | 46 KB (84%) | ✓ | 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 InventoryAction147 resources · 8.0 MB · 957 KB savings availableFIX
~957.4 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 147 resources | 8.0 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization51 images, 0 KB saveableREVIEW
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 Loading11 fonts (228 KB)PASS
Web fonts
11
228 KB total
Render-blocking
0
of 11
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 Hints17 hints, 0 missing preconnectsPASS
Current Resource Hints
17 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall147 requests over 4701msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
cdn.ketchjs.com cdn.ketchjs.com | Other | 1896ms | 259 KB | 41% | €21/mo | Costly |
Unattributable Unattributable | Other | 1814ms | 0 KB | — | €20/mo | Costly |
cdn.confiant-integrations.net cdn.confiant-integrations.net | Other | 1023ms | 142 KB | 57% | €11/mo | Costly |
www.etonline.com www.etonline.com | Other | 993ms | 44 KB | — | €11/mo | Costly |
cdn.confiant-integrations.net cdn.confiant-integrations.net | Other | 846ms | 125 KB | 56% | €9/mo | Costly |
at.cbsi.com at.cbsi.com | Other | 819ms | 234 KB | 65% | €9/mo | Costly |
www.etonline.com www.etonline.com | Other | 800ms | 65 KB | — | €9/mo | Costly |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 705ms | 188 KB | 73% | €8/mo | Costly |
cdn.privacy.paramount.com cdn.privacy.paramount.com | Other | 559ms | 9 KB | — | €6/mo | Costly |
www.etonline.com www.etonline.com | Other | 425ms | 72 KB | 80% | €5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 399ms | 134 KB | 44% | €4/mo | Costly |
www.etonline.com www.etonline.com | Other | 260ms | 18 KB | — | €3/mo | Costly |
fundingchoicesmessages.google.com fundingchoicesmessages.google.com | Other | 228ms | 10 KB | — | €2/mo | Costly |
tags.tiqcdn.com tags.tiqcdn.com | Other | 218ms | 59 KB | 68% | €2/mo | Costly |
imasdk.googleapis.com imasdk.googleapis.com | Other | 215ms | 148 KB | 72% | €2/mo | Costly |
www.etonline.com www.etonline.com | Other | 201ms | 47 KB | 54% | €2/mo | Costly |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 184ms | 34 KB | — | €2/mo | Optional |
www.etonline.com www.etonline.com | Other | 181ms | 55 KB | 84% | €2/mo | Optional |
cdn.confiant-integrations.net cdn.confiant-integrations.net | Other | 118ms | 78 KB | — | €1/mo | Optional |
cdn.confiant-integrations.net cdn.confiant-integrations.net | Other | 106ms | 58 KB | — | €1/mo | Optional |
www.etonline.com www.etonline.com | Other | 85ms | 1 KB | — | €1/mo | Optional |
www.etonline.com www.etonline.com | Other | 81ms | 23 KB | — | €1/mo | Optional |
www.etonline.com www.etonline.com | Other | 80ms | 13 KB | — | €1/mo | Optional |
www.etonline.com www.etonline.com | Other | 59ms | 8 KB | — | €1/mo | Optional |
www.etonline.com www.etonline.com | Other | 51ms | 5 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- cdn.ketchjs.com adds 1896ms and costs ~€21/month
- Unattributable adds 1814ms and costs ~€20/month
- cdn.confiant-integrations.net adds 1023ms and costs ~€11/month
- www.etonline.com adds 993ms and costs ~€11/month
- cdn.confiant-integrations.net adds 846ms and costs ~€9/month
- at.cbsi.com adds 819ms and costs ~€9/month
- www.etonline.com adds 800ms and costs ~€9/month
- securepubads.g.doubleclick.net adds 705ms and costs ~€8/month
- cdn.privacy.paramount.com adds 559ms and costs ~€6/month
- www.etonline.com adds 425ms and costs ~€5/month
- Google Tag Manager adds 399ms and costs ~€4/month
- www.etonline.com adds 260ms and costs ~€3/month
- fundingchoicesmessages.google.com adds 228ms and costs ~€2/month
- tags.tiqcdn.com adds 218ms and costs ~€2/month
- imasdk.googleapis.com adds 215ms and costs ~€2/month
- www.etonline.com adds 201ms and costs ~€2/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
cdn.ketchjs.com takes 1896ms 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 1814ms 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
cdn.confiant-integrations.net takes 1023ms 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 cdn.confiant-integrations.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
www.etonline.com takes 993ms 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
cdn.confiant-integrations.net takes 846ms 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
56% of cdn.confiant-integrations.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
at.cbsi.com takes 819ms 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 at.cbsi.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
www.etonline.com takes 800ms 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 705ms 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
73% 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
cdn.privacy.paramount.com takes 559ms 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.etonline.com takes 425ms 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
80% of www.etonline.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 399ms 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.etonline.com takes 260ms 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 228ms 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
tags.tiqcdn.com takes 218ms 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
68% of tags.tiqcdn.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
imasdk.googleapis.com takes 215ms 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
72% of imasdk.googleapis.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
www.etonline.com takes 201ms 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 www.etonline.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
84% of www.etonline.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