Performance
· 16 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.
6.95 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
56.03 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4.52 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.237
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
18.44 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.
58.15 s
Page Load Progression
FPage Weight BudgetAction28.1 MB transferred, 439 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 CostAction18593ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.algolia.com/ | 3643ms | 338ms | 16ms | 1st |
| Unattributable | 3388ms | 366ms | 0ms | 3rd |
| https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 1690ms | 1505ms | 32ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-N8JP8G&l=dataLayer | 963ms | 717ms | 103ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-HB616J7KB6&cx=c>m=4e6460h1 | 790ms | 600ms | 75ms | 3rd |
| https://www.algolia.com/generated-resources/e46f27b19564179d9874b7bfc3748d.min.js | 723ms | 455ms | 21ms | 1st |
| https://cdn.segment.com/next-integrations/integrations/vendor/commons.59560acdd69ed701c941.js.gz | 685ms | 626ms | 16ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202512.1.0/otBannerSdk.js | 570ms | 292ms | 71ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=G-DTP2JVFEQN&cx=c>m=4e6460h1 | 535ms | 461ms | 64ms | 3rd |
| https://scripts.clarity.ms/0.8.59/clarity.js | 519ms | 461ms | 12ms | 3rd |
Showing top 10 of 41 scripts
DJS BundlesAction165 scripts, 486 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=4e6460h1 | 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=4e6460h1 | 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 (66%) | ✓ | 3rd |
| https://www.algolia.com/modules/algolia-base-template/javascript/jquery.js | 91 KB | 35 KB (40%) | ✗ | 1st |
| 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 | 30 KB (59%) | ✓ | 3rd |
| https://connect.facebook.net/en_US/fbevents.js | 95 KB | 29 KB (31%) | ✓ | 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 OptimizationAction127 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
AThird-Party Impact24% 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 ~1012 KB and ~2024 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall439 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 | 3388ms | 0 KB | — | €47/mo | Costly |
Hotjar script.hotjar.com | Session Replay | 1690ms | 57 KB | 41% | €23/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 963ms | 183 KB | 33% | €13/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 790ms | 177 KB | 37% | €11/mo | Costly |
Segment cdn.segment.com | Analytics | 685ms | 22 KB | — | €9/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 570ms | 126 KB | 52% | €8/mo | Essential |
Google Tag Manager www.googletagmanager.com | Tag Manager | 535ms | 157 KB | 42% | €7/mo | Costly |
Microsoft Clarity scripts.clarity.ms | Session Replay | 519ms | 26 KB | — | €7/mo | Costly |
cdn.weglot.com cdn.weglot.com | Other | 414ms | 70 KB | 45% | €6/mo | Costly |
a.omappapi.com a.omappapi.com | Other | 407ms | 1 KB | — | €6/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 341ms | 39 KB | — | €5/mo | Costly |
Amplitude cdn.amplitude.com | Analytics | 333ms | 85 KB | — | €5/mo | Costly |
a.omappapi.com a.omappapi.com | Other | 291ms | 2 KB | — | €4/mo | Costly |
jsDelivr cdn.jsdelivr.net | CDN | 233ms | 4 KB | — | €3/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 215ms | 95 KB | 31% | €3/mo | Costly |
Amplitude cdn.amplitude.com | Analytics | 198ms | 37 KB | — | €3/mo | Optional |
tag.demandbase.com tag.demandbase.com | Other | 198ms | 18 KB | — | €3/mo | Optional |
d.adroll.com d.adroll.com | Other | 192ms | 1 KB | — | €3/mo | Optional |
jsDelivr cdn.jsdelivr.net | CDN | 167ms | 84 KB | 66% | €2/mo | Optional |
algolia.my.site.com algolia.my.site.com | Other | 166ms | 5 KB | — | €2/mo | Optional |
a.omappapi.com a.omappapi.com | Other | 158ms | 2 KB | — | €2/mo | Optional |
cdn.madkudu.com cdn.madkudu.com | Other | 143ms | 52 KB | 59% | €2/mo | Optional |
jsDelivr cdn.jsdelivr.net | CDN | 141ms | 23 KB | — | €2/mo | Optional |
Segment cdn.segment.com | Analytics | 136ms | 1 KB | — | €2/mo | Optional |
a.omappapi.com a.omappapi.com | Other | 132ms | 16 KB | — | €2/mo | Optional |
a.omappapi.com a.omappapi.com | Other | 120ms | 15 KB | — | €2/mo | Optional |
Segment cdn.segment.com | Analytics | 113ms | 29 KB | — | €2/mo | Optional |
a.omappapi.com a.omappapi.com | Other | 106ms | 5 KB | — | €1/mo | Optional |
s.adroll.com s.adroll.com | Other | 103ms | 33 KB | — | €1/mo | Optional |
collector-55003.us.tvsquared.com collector-55003.us.tvsquared.com | Other | 79ms | 9 KB | — | €1/mo | Optional |
v2.d41.co v2.d41.co | Other | 69ms | 31 KB | — | €1/mo | Optional |
Twitter/X Pixel static.ads-twitter.com | Advertising | 69ms | 13 KB | — | €1/mo | Optional |
LinkedIn Insight snap.licdn.com | Advertising | 68ms | 19 KB | — | €1/mo | Optional |
a.omappapi.com a.omappapi.com | Other | 62ms | 10 KB | — | €1/mo | Optional |
a.omappapi.com a.omappapi.com | Other | 59ms | 2 KB | — | €1/mo | Optional |
capi-automation.s3.us-east-2.amazonaws.com capi-automation.s3.us-east-2.amazonaws.com | Other | 55ms | 63 KB | 41% | €1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 3388ms and costs ~€47/month
- Hotjar adds 1690ms and costs ~€23/month
- Google Tag Manager adds 963ms and costs ~€13/month
- Google Tag Manager adds 790ms and costs ~€11/month
- Segment adds 685ms and costs ~€9/month
- Google Tag Manager adds 535ms and costs ~€7/month
- Microsoft Clarity adds 519ms and costs ~€7/month
- cdn.weglot.com adds 414ms and costs ~€6/month
- a.omappapi.com adds 407ms and costs ~€6/month
- Facebook Pixel adds 341ms and costs ~€5/month
- Amplitude adds 333ms and costs ~€5/month
- a.omappapi.com adds 291ms and costs ~€4/month
- jsDelivr adds 233ms and costs ~€3/month
- Facebook Pixel adds 215ms and costs ~€3/month
75% 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
Unattributable takes 3388ms 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 1690ms 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
Google Tag Manager takes 963ms 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
Google Tag Manager takes 790ms 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
Segment takes 685ms 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
Google Tag Manager takes 535ms 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
Microsoft Clarity takes 519ms 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
cdn.weglot.com takes 414ms 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
a.omappapi.com takes 407ms 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
Facebook Pixel takes 341ms 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 333ms 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
a.omappapi.com takes 291ms 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
jsDelivr takes 233ms 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
Facebook Pixel takes 215ms 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
66% of jsDelivr'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
59% of cdn.madkudu.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