Performance
· 14 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.
615 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.68 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.97 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.
2.86 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.36 s
Page Load Progression
FPage Weight BudgetAction6.5 MB transferred, 244 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 CostAction5982ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://bombas.com/_next/static/chunks/0ib_5iik~90jq.js | 2512ms | 2237ms | 12ms | 3rd |
| https://rapid-cdn.yottaa.com/rapid/lib/GmH3fFU4B0w24g.js | 667ms | 648ms | 10ms | 3rd |
| Unattributable | 656ms | 62ms | 0ms | 3rd |
| https://bombas.com/ | 611ms | 2ms | 1ms | 3rd |
| https://bombas.com/_next/static/chunks/13vjffz-381mf.js | 364ms | 331ms | 0ms | 3rd |
| https://bombas.com/_next/static/chunks/turbopack-0qu-6fozbidx-.js | 229ms | 227ms | 1ms | 3rd |
| https://7ce243a1e1a2.cdn4.forter.com/sn/7ce243a1e1a2/script.js | 223ms | 193ms | 19ms | 3rd |
| (program):2 | 185ms | 77ms | 0ms | 3rd |
| https://bombas.com/_next/static/chunks/turbopack-0zayac7vughho.js | 175ms | 160ms | 1ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202502.1.0/otBannerSdk.js | 146ms | 88ms | 19ms | 3rd |
Showing top 10 of 12 scripts
FJS BundlesAction75 scripts, 1.0 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://bombas.com/_next/static/chunks/0867k.n1r23nb.js | 104 KB | 104 KB (100%) | ✓ | 3rd |
| https://7ce243a1e1a2.cdn4.forter.com/sn/7ce243a1e1a2/script.js | 220 KB | 93 KB (43%) | ✓ | 3rd |
| https://bombas.com/_next/static/chunks/0pybc-l3f2.l1.js | 92 KB | 91 KB (100%) | ✓ | 3rd |
| https://bombas.com/_next/static/chunks/0neccr3p57_lp.js | 88 KB | 87 KB (100%) | ✓ | 3rd |
| https://bombas.com/_next/static/chunks/0kg4.j.aqdlj0.js | 87 KB | 87 KB (100%) | ✓ | 3rd |
| https://bombas.com/_next/static/chunks/069oqkz1.rx~r.js | 87 KB | 87 KB (100%) | ✓ | 3rd |
| https://cnstrc.com/js/cust/bombas_g7fHrD.js | 104 KB | 75 KB (73%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202502.1.0/otBannerSdk.js | 115 KB | 61 KB (53%) | ✓ | 3rd |
| https://bombas.com/_next/static/chunks/0thy_a9lxty-1.js | 105 KB | 57 KB (55%) | ✓ | 3rd |
| https://bombas.com/_next/static/chunks/0d-3_g6ouema3.js | 44 KB | 43 KB (100%) | ✓ | 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
BImage Optimization98 images, 0 KB saveableREVIEW
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
BHTTP Cachingpublic, max-age=0, must-revalidateREVIEW
public, max-age=0, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 0 | Cache for 0 seconds |
| must-revalidate | — | Must recheck with server after expiry |
A+Text CompressionAll text resources are compressedPASS
A+Font Loading8 fonts (221 KB)PASS
Web fonts
8
221 KB total
Render-blocking
0
of 8
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
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 ~8 KB and ~16 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall244 requests over 0msINFO
Performance analysis not available for this result.
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
bombas.com bombas.com | Other | 2512ms | 65 KB | 32% | €13/mo | Costly |
rapid-cdn.yottaa.com rapid-cdn.yottaa.com | Other | 667ms | 45 KB | — | €4/mo | Costly |
Unattributable Unattributable | Other | 656ms | 0 KB | — | €3/mo | Costly |
bombas.com bombas.com | Other | 611ms | 131 KB | — | €3/mo | Costly |
bombas.com bombas.com | Other | 364ms | 0 KB | — | €2/mo | Costly |
bombas.com bombas.com | Other | 229ms | 5 KB | — | €1/mo | Costly |
7ce243a1e1a2.cdn4.forter.com 7ce243a1e1a2.cdn4.forter.com | Other | 223ms | 220 KB | 43% | €1/mo | Costly |
(program):2 (program):2 | Other | 185ms | 0 KB | — | €1/mo | Optional |
bombas.com bombas.com | Other | 175ms | 5 KB | — | €1/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 146ms | 115 KB | 53% | €1/mo | Essential |
bombas.com bombas.com | Other | 113ms | 88 KB | 37% | €1/mo | Optional |
cnstrc.com cnstrc.com | Other | 100ms | 104 KB | 73% | €1/mo | Optional |
These scripts may cost more than they're worth
- bombas.com adds 2512ms and costs ~€13/month
- rapid-cdn.yottaa.com adds 667ms and costs ~€4/month
- Unattributable adds 656ms and costs ~€3/month
- bombas.com adds 611ms and costs ~€3/month
- bombas.com adds 364ms and costs ~€2/month
- bombas.com adds 229ms and costs ~€1/month
- 7ce243a1e1a2.cdn4.forter.com adds 223ms 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
bombas.com takes 2512ms 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
rapid-cdn.yottaa.com takes 667ms 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 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
bombas.com takes 611ms 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
bombas.com takes 364ms 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
bombas.com takes 229ms 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
7ce243a1e1a2.cdn4.forter.com takes 223ms 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 OneTrust'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
73% of cnstrc.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