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.58 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
9.43 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.73 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.168
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.54 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.
20.05 s
Page Load Progression
FPage Weight BudgetAction5.4 MB transferred, 119 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
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 CostAction15378ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://browser.sentry-cdn.com/10.49.0/bundle.tracing.min.js | 4562ms | 2292ms | 14ms | 3rd |
| https://www.veeam.com/ | 2649ms | 93ms | 26ms | 3rd |
| Unattributable | 1972ms | 392ms | 0ms | 3rd |
| https://fast.wistia.com/assets/external/E-v1.js | 1050ms | 848ms | 172ms | 3rd |
| https://cdn.veeam.com/content/dam/veeam/global/go/projects/site/hp/js/main-v18.min.js? | 920ms | 475ms | 2ms | 3rd |
| https://geo.cookie-script.com/s/9f2e4f3ae272e6239af3325a81c28bb6.js?country=ca-ch-gb-jp&state=ca®ion=eu | 895ms | 694ms | 103ms | 3rd |
| https://kit.fontawesome.com/c3ecf597bc.js | 642ms | 632ms | 4ms | 3rd |
| https://psr.veeam.com/global/lib/gsap/v3.12.2/js/gsap.min.js | 539ms | 121ms | 9ms | 3rd |
| https://unpkg.com/@dotlottie/player-component@2.7.12/dist/dotlottie-player.mjs | 496ms | 399ms | 0ms | 3rd |
| https://js.hcaptcha.com/1/api.js | 335ms | 301ms | 26ms | 3rd |
Showing top 10 of 22 scripts
FJS BundlesAction41 scripts, 2.0 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://cdn.cookie-script.com/s/bb841988d25342a2ae35833d136e53e0.js | 69 KB | 428 KB (100%) | ✓ | 3rd |
| https://cdn.cookie-script.com/s/bb841988d25342a2ae35833d136e53e0.js | 0 KB | 428 KB (100%) | ✓ | 3rd |
| https://cdn.veeam.com/etc.clientlibs/veeam-cms/clientlibs/clientlib-vendors.min.7f69d82f1afd1336c25bd201e5857ca2.js | 0 KB | 274 KB (47%) | ✓ | 3rd |
| https://cdn.veeam.com/etc.clientlibs/veeam-cms/clientlibs/clientlib-vendors.min.7f69d82f1afd1336c25bd201e5857ca2.js | 160 KB | 274 KB (47%) | ✓ | 3rd |
| https://cdn.veeam.com/etc.clientlibs/veeam-cms/clientlibs/clientlib-components.min.7f69d82f1afd1336c25bd201e5857ca2.js | 0 KB | 160 KB (85%) | ✓ | 3rd |
| https://cdn.veeam.com/etc.clientlibs/veeam-cms/clientlibs/clientlib-components.min.7f69d82f1afd1336c25bd201e5857ca2.js | 44 KB | 160 KB (85%) | ✓ | 3rd |
| https://fast.wistia.com/assets/external/E-v1.js | 162 KB | 116 KB (72%) | ✓ | 3rd |
| https://www.google.com/cse/static/element/b33cba5881f68fbf/cse_element__en.js?usqp=CAI%3D | 99 KB | 49 KB (50%) | ✓ | 3rd |
| https://unpkg.com/@dotlottie/player-component@2.7.12/dist/lottie_svg-MJGYILXD-NRTSROOT.mjs | 64 KB | 35 KB (55%) | ✓ | 3rd |
| https://cse.google.com/adsense/search/async-ads.js | 44 KB | 32 KB (73%) | ✓ | 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 InventoryAction119 resources · 5.4 MB · 2.0 MB savings availableFIX
~2.0 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 119 resources | 5.4 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction32 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
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
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 Loading6 fonts (150 KB)PASS
Web fonts
6
150 KB total
Render-blocking
0
of 6
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 Hints1 hints, 0 missing preconnectsPASS
Current Resource Hints
1 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall119 requests over 4087msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
browser.sentry-cdn.com browser.sentry-cdn.com | Other | 4562ms | 44 KB | — | €73/mo | Costly |
www.veeam.com www.veeam.com | Other | 2649ms | 43 KB | — | €42/mo | Costly |
Unattributable Unattributable | Other | 1972ms | 0 KB | — | €32/mo | Costly |
fast.wistia.com fast.wistia.com | Other | 1050ms | 162 KB | 72% | €17/mo | Costly |
cdn.veeam.com cdn.veeam.com | Other | 920ms | 7 KB | — | €15/mo | Costly |
geo.cookie-script.com geo.cookie-script.com | Other | 895ms | 154 KB | — | €14/mo | Costly |
kit.fontawesome.com kit.fontawesome.com | Other | 642ms | 6 KB | — | €10/mo | Costly |
psr.veeam.com psr.veeam.com | Other | 539ms | 27 KB | — | €9/mo | Costly |
unpkg unpkg.com | CDN | 496ms | 8 KB | — | €8/mo | Costly |
js.hcaptcha.com js.hcaptcha.com | Other | 335ms | 86 KB | 35% | €5/mo | Costly |
cdn.veeam.com cdn.veeam.com | Other | 188ms | 0 KB | — | €3/mo | Optional |
psr.veeam.com psr.veeam.com | Other | 184ms | 17 KB | — | €3/mo | Optional |
cse.google.com cse.google.com | Other | 167ms | 4 KB | — | €3/mo | Optional |
fast.wistia.com fast.wistia.com | Other | 126ms | 55 KB | — | €2/mo | Optional |
fast.wistia.com fast.wistia.com | Other | 122ms | 42 KB | 71% | €2/mo | Optional |
cdn.veeam.com cdn.veeam.com | Other | 103ms | 0 KB | 85% | €2/mo | Optional |
psr.veeam.com psr.veeam.com | Other | 92ms | 29 KB | — | €1/mo | Optional |
unpkg unpkg.com | CDN | 76ms | 8 KB | — | €1/mo | Optional |
js.sentry-cdn.com js.sentry-cdn.com | Other | 74ms | 3 KB | — | €1/mo | Optional |
www.google.com www.google.com | Other | 65ms | 99 KB | 50% | €1/mo | Optional |
ep2.adtrafficquality.google ep2.adtrafficquality.google | Other | 61ms | 8 KB | — | €1/mo | Optional |
cdn.veeam.com cdn.veeam.com | Other | 60ms | 0 KB | 47% | €1/mo | Optional |
These scripts may cost more than they're worth
- browser.sentry-cdn.com adds 4562ms and costs ~€73/month
- www.veeam.com adds 2649ms and costs ~€42/month
- Unattributable adds 1972ms and costs ~€32/month
- fast.wistia.com adds 1050ms and costs ~€17/month
- cdn.veeam.com adds 920ms and costs ~€15/month
- geo.cookie-script.com adds 895ms and costs ~€14/month
- kit.fontawesome.com adds 642ms and costs ~€10/month
- psr.veeam.com adds 539ms and costs ~€9/month
- unpkg adds 496ms and costs ~€8/month
- js.hcaptcha.com adds 335ms and costs ~€5/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
browser.sentry-cdn.com takes 4562ms 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.veeam.com takes 2649ms 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 1972ms 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
fast.wistia.com takes 1050ms 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 fast.wistia.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
cdn.veeam.com takes 920ms 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
geo.cookie-script.com takes 895ms 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
kit.fontawesome.com takes 642ms 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
psr.veeam.com takes 539ms 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
unpkg takes 496ms 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
js.hcaptcha.com takes 335ms 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
71% of fast.wistia.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
85% of cdn.veeam.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