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.
782 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.91 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
89 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.358
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.42 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.
3.34 s
Page Load Progression
FPage Weight BudgetAction3.2 MB transferred, 109 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
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
DJS BundlesAction34 scripts, 349 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://cdn.feedbucket.app/assets/feedbucket.js | 138 KB | 98 KB (71%) | ✓ | 3rd |
| https://www.transifex.com/_hcms/forms/v2.js | 1 KB | 75 KB (39%) | ✓ | 1st |
| https://www.transifex.com/_hcms/forms/v2.js | 201 KB | 75 KB (39%) | ✓ | 1st |
| https://consent.cookiebot.com/242e380f-0549-4bb9-b241-996a53fb27cb/cc.js?renew=false&referer=www.transifex.com&dnt=false&init=false | 400 KB | 47 KB (12%) | ✓ | 3rd |
| https://www.transifex.com/hubfs/hub_generated/template_assets/1/188722431635/1775031773462/template_swiper.min.js | 44 KB | 27 KB (63%) | ✓ | 1st |
| https://www.transifex.com/hubfs/hub_generated/template_assets/1/188722431635/1775031773462/template_swiper.min.js | 0 KB | 27 KB (63%) | ✓ | 1st |
| https://cdn.drda.io/scripts/analytics/next/dreamdata.cl.min.js | 35 KB | — | ✓ | 3rd |
| https://www.transifex.com/hubfs/hub_generated/template_assets/1/188645726493/1775031774831/template_main.min.js | 0 KB | — | ✓ | 1st |
| https://www.transifex.com/hubfs/hub_generated/template_assets/1/188645726493/1775031774831/template_main.min.js | 7 KB | — | ✓ | 1st |
| https://www.transifex.com/hubfs/hub_generated/module_assets/1/188905664858/1770394251613/module_u4m-product-section.min.js | 2 KB | — | ✓ | 1st |
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 Optimization42 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
CJS Execution CostAction1576ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://consent.cookiebot.com/uc.js | 336ms | 297ms | 7ms | 3rd |
| https://www.transifex.com/ | 292ms | 10ms | 0ms | 1st |
| https://consent.cookiebot.com/242e380f-0549-4bb9-b241-996a53fb27cb/cc.js?renew=false&referer=www.transifex.com&dnt=false&init=false | 271ms | 123ms | 23ms | 3rd |
| Unattributable | 239ms | 4ms | 0ms | 3rd |
| https://14487846.fs1.hubspotusercontent-na1.net/hubfs/14487846/hub_generated/template_assets/1/188902385310/1775031775792/template_splide.js | 197ms | 73ms | 0ms | 3rd |
| https://js.hs-analytics.net/analytics/1775594400000/14487846.js | 161ms | 111ms | 3ms | 3rd |
| https://www.transifex.com/_hcms/forms/v2.js | 79ms | 59ms | 17ms | 1st |
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
AThird-Party Impact34% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading4 fonts (135 KB)PASS
Web fonts
4
135 KB total
Render-blocking
0
of 4
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 HintsNo optimization neededPASS
A+HTTP Cachingmax-age=5 (5 seconds)PASS
s-maxage=36000, max-age=5
| Directive | Value | Meaning |
|---|---|---|
| s-maxage | 36000 | CDN caches for 10 hours |
| max-age | 5 | Cache for 5 seconds |
Network Waterfall109 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 |
|---|---|---|---|---|---|---|
consent.cookiebot.com consent.cookiebot.com | Other | 336ms | 0 KB | — | €5/mo | Costly |
consent.cookiebot.com consent.cookiebot.com | Other | 271ms | 400 KB | 12% | €4/mo | Costly |
Unattributable Unattributable | Other | 239ms | 0 KB | — | €4/mo | Costly |
14487846.fs1.hubspotusercontent-na1.net 14487846.fs1.hubspotusercontent-na1.net | Other | 197ms | 0 KB | — | €3/mo | Optional |
HubSpot Analytics js.hs-analytics.net | Analytics | 161ms | 42 KB | — | €3/mo | Optional |
These scripts may cost more than they're worth
- consent.cookiebot.com adds 336ms and costs ~€5/month
- consent.cookiebot.com adds 271ms and costs ~€4/month
- Unattributable adds 239ms and costs ~€4/month
76% 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
consent.cookiebot.com takes 336ms 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
consent.cookiebot.com takes 271ms 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 239ms 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