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.
1.34 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.81 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
365 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.007
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.06 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.
16.92 s
Page Load Progression
FPage Weight BudgetAction30.5 MB transferred, 437 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
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.
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
FJS Execution CostAction4711ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 1217ms | 135ms | 0ms | 3rd |
| https://www.algolia.com/ | 1182ms | 66ms | 4ms | 1st |
| https://cdn.amplitude.com/script/9fa03fe145137b598626150731335817.experiment.js | 256ms | 234ms | 19ms | 3rd |
| https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 247ms | 220ms | 7ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-HB616J7KB6&cx=c>m=4e6460 | 194ms | 143ms | 18ms | 3rd |
| https://a.omappapi.com/app/js/1.1dbc4ebc.min.js | 190ms | 177ms | 0ms | 3rd |
| https://cdn.segment.com/next-integrations/integrations/vendor/commons.59560acdd69ed701c941.js.gz | 176ms | 164ms | 6ms | 3rd |
| https://www.algolia.com/generated-resources/e46f27b19564179d9874b7bfc3748d.min.js | 153ms | 112ms | 5ms | 1st |
| https://cdn.cookielaw.org/scripttemplates/202512.1.0/otBannerSdk.js | 153ms | 98ms | 17ms | 3rd |
| https://cdn.weglot.com/weglot.min.js | 127ms | 114ms | 8ms | 3rd |
Showing top 10 of 21 scripts
DJS BundlesAction164 scripts, 492 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-HB616J7KB6&cx=c>m=4e6460 | 177 KB | 66 KB (37%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202512.1.0/otBannerSdk.js | 126 KB | 66 KB (52%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=G-DTP2JVFEQN&cx=c>m=4e6460 | 157 KB | 65 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-N8JP8G&l=dataLayer | 183 KB | 60 KB (33%) | ✓ | 3rd |
| https://cdn.jsdelivr.net/npm/instantsearch.js@4.79.0/dist/instantsearch.production.min.js | 84 KB | 56 KB (67%) | ✓ | 3rd |
| https://www.algolia.com/modules/algolia-base-template/javascript/jquery.js | 89 KB | 35 KB (41%) | ✗ | 1st |
| https://connect.facebook.net/en_US/fbevents.js | 95 KB | 32 KB (34%) | ✓ | 3rd |
| https://cdn.weglot.com/weglot.min.js | 70 KB | 31 KB (45%) | ✓ | 3rd |
| https://cdn.madkudu.com/madkudu.js/v1/4472886434d6c9fbc83f078c582714c3/madkudu.min.js | 52 KB | 31 KB (59%) | ✓ | 3rd |
| https://capi-automation.s3.us-east-2.amazonaws.com/public/client_js/capiParamBuilder/clientParamBuilder.bundle.js | 63 KB | 25 KB (41%) | ✓ | 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
DHTTP CachingActionno-store (uncacheable)FIX
no-cache, no-store, must-revalidate, proxy-revalidate, max-age=0
| Directive | Value | Meaning |
|---|---|---|
| no-cache | — | Cache but always revalidate first |
| no-store | — | Never cache this response |
| must-revalidate | — | Must recheck with server after expiry |
| proxy-revalidate | — | |
| max-age | 0 | Cache for 0 seconds |
CImage OptimizationAction125 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
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
AThird-Party Impact22% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading13 fonts (1864 KB)PASS
Web fonts
13
1864 KB total
Render-blocking
0
of 13
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Convert to woff2 for ~30% smaller file size
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Convert to woff2 for ~30% smaller file size
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Convert to woff2 for ~30% smaller file size
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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 ~1013 KB and ~2026 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall437 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 |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 1217ms | 0 KB | — | €17/mo | Costly |
Amplitude cdn.amplitude.com | Analytics | 256ms | 85 KB | — | €4/mo | Costly |
Hotjar script.hotjar.com | Session Replay | 247ms | 57 KB | 41% | €3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 194ms | 177 KB | 37% | €3/mo | Optional |
a.omappapi.com a.omappapi.com | Other | 190ms | 3 KB | — | €3/mo | Optional |
Segment cdn.segment.com | Analytics | 176ms | 22 KB | — | €2/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 153ms | 126 KB | 52% | €2/mo | Essential |
cdn.weglot.com cdn.weglot.com | Other | 127ms | 70 KB | 45% | €2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 104ms | 183 KB | 33% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 96ms | 157 KB | 42% | €1/mo | Optional |
algolia.my.site.com algolia.my.site.com | Other | 80ms | 5 KB | — | €1/mo | Optional |
a.omappapi.com a.omappapi.com | Other | 74ms | 2 KB | — | €1/mo | Optional |
Microsoft Clarity scripts.clarity.ms | Session Replay | 67ms | 26 KB | — | €1/mo | Optional |
tag.demandbase.com tag.demandbase.com | Other | 58ms | 18 KB | — | €1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 57ms | 95 KB | 34% | €1/mo | Optional |
d.adroll.com d.adroll.com | Other | 55ms | 1 KB | — | €1/mo | Optional |
a.omappapi.com a.omappapi.com | Other | 54ms | 2 KB | — | €1/mo | Optional |
Amplitude cdn.amplitude.com | Analytics | 51ms | 37 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 1217ms and costs ~€17/month
- Amplitude adds 256ms and costs ~€4/month
- Hotjar adds 247ms and costs ~€3/month
69% of JavaScript execution time comes from third-party scripts.
Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.
Learn more ▾ ▴
Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.
Source: web.dev / HTTP Archive Web Almanac
Unattributable takes 1217ms 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
Amplitude takes 256ms 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
Hotjar takes 247ms 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
52% 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