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.
2.32 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
11.47 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
15.12 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.60 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.
25.24 s
Page Load Progression
FPage Weight BudgetAction6.4 MB transferred, 234 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 CostAction24355ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://bombas.com/_next/static/chunks/0ib_5iik~90jq.js | 9119ms | 8108ms | 47ms | 3rd |
| https://rapid-cdn.yottaa.com/rapid/lib/GmH3fFU4B0w24g.js | 3738ms | 3686ms | 26ms | 3rd |
| https://bombas.com/ | 2534ms | 23ms | 2ms | 3rd |
| Unattributable | 1960ms | 224ms | 0ms | 3rd |
| https://bombas.com/_next/static/chunks/13vjffz-381mf.js | 1331ms | 1233ms | 1ms | 3rd |
| https://7ce243a1e1a2.cdn4.forter.com/sn/7ce243a1e1a2/script.js | 905ms | 773ms | 85ms | 3rd |
| https://bombas.com/_next/static/chunks/turbopack-0qu-6fozbidx-.js | 761ms | 739ms | 2ms | 3rd |
| https://bombas.com/_next/static/chunks/turbopack-0zayac7vughho.js | 694ms | 690ms | 3ms | 3rd |
| (program):2 | 690ms | 273ms | 0ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202502.1.0/otBannerSdk.js | 625ms | 327ms | 79ms | 3rd |
Showing top 10 of 24 scripts
FJS BundlesAction68 scripts, 952 KB 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://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 | 43 KB | 43 KB (100%) | ✓ | 3rd |
| https://bombas.com/_next/static/chunks/0trhcq4kcg.5s.js | 92 KB | 39 KB (43%) | ✓ | 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 Optimization97 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 Hints48 hints, 0 missing preconnectsPASS
Current Resource Hints
48 resource hints configured
Network Waterfall234 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 | 9119ms | 65 KB | 32% | €48/mo | Costly |
rapid-cdn.yottaa.com rapid-cdn.yottaa.com | Other | 3738ms | 45 KB | 60% | €20/mo | Costly |
bombas.com bombas.com | Other | 2534ms | 131 KB | — | €13/mo | Costly |
Unattributable Unattributable | Other | 1960ms | 0 KB | — | €10/mo | Costly |
bombas.com bombas.com | Other | 1331ms | 0 KB | — | €7/mo | Costly |
7ce243a1e1a2.cdn4.forter.com 7ce243a1e1a2.cdn4.forter.com | Other | 905ms | 220 KB | 43% | €5/mo | Costly |
bombas.com bombas.com | Other | 761ms | 5 KB | — | €4/mo | Costly |
bombas.com bombas.com | Other | 694ms | 5 KB | — | €4/mo | Costly |
(program):2 (program):2 | Other | 690ms | 0 KB | — | €4/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 625ms | 115 KB | 53% | €3/mo | Essential |
bombas.com bombas.com | Other | 482ms | 88 KB | 37% | €3/mo | Costly |
cnstrc.com cnstrc.com | Other | 456ms | 104 KB | 73% | €2/mo | Costly |
bombas.com bombas.com | Other | 181ms | 0 KB | — | €1/mo | Optional |
bombas.com bombas.com | Other | 150ms | 43 KB | 100% | €1/mo | Optional |
bombas.com bombas.com | Other | 122ms | 92 KB | 100% | €1/mo | Optional |
bombas.com bombas.com | Other | 89ms | 43 KB | — | €0/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 87ms | 6 KB | — | €0/mo | Essential |
OneTrust cdn.cookielaw.org | Consent | 72ms | 9 KB | — | €0/mo | Essential |
bombas.com bombas.com | Other | 70ms | 104 KB | 100% | €0/mo | Optional |
bombas.com bombas.com | Other | 63ms | 105 KB | 55% | €0/mo | Optional |
bombas.com bombas.com | Other | 61ms | 88 KB | 100% | €0/mo | Optional |
bombas.com bombas.com | Other | 56ms | 87 KB | 100% | €0/mo | Optional |
bombas.com bombas.com | Other | 56ms | 92 KB | 43% | €0/mo | Optional |
bombas.com bombas.com | Other | 52ms | 64 KB | 46% | €0/mo | Optional |
These scripts may cost more than they're worth
- bombas.com adds 9119ms and costs ~€48/month
- rapid-cdn.yottaa.com adds 3738ms and costs ~€20/month
- bombas.com adds 2534ms and costs ~€13/month
- Unattributable adds 1960ms and costs ~€10/month
- bombas.com adds 1331ms and costs ~€7/month
- 7ce243a1e1a2.cdn4.forter.com adds 905ms and costs ~€5/month
- bombas.com adds 761ms and costs ~€4/month
- bombas.com adds 694ms and costs ~€4/month
- (program):2 adds 690ms and costs ~€4/month
- bombas.com adds 482ms and costs ~€3/month
- cnstrc.com adds 456ms 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
bombas.com takes 9119ms 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 3738ms 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
60% of rapid-cdn.yottaa.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
bombas.com takes 2534ms 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 1960ms 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 1331ms 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 905ms 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 761ms 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 694ms 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
(program):2 takes 690ms 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
bombas.com takes 482ms 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
cnstrc.com takes 456ms 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 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
100% of bombas.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
100% of bombas.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
100% of bombas.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
55% of bombas.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
100% of bombas.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
100% of bombas.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