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.65 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.69 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
515 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.009
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.18 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.
9.26 s
Page Load Progression
FPage Weight BudgetAction15.4 MB transferred, 324 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
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
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
DThird-Party ImpactAction84% third-party, 0 ms blockingFIX
FJS Execution CostAction3935ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.elastic.co/ | 752ms | 22ms | 0ms | 1st |
| https://cdn.optimizely.com/js/18132920325.js | 710ms | 586ms | 64ms | 3rd |
| Unattributable | 446ms | 54ms | 0ms | 3rd |
| https://edge.fullstory.com/s/fs.js | 362ms | 234ms | 9ms | 3rd |
| https://cdn.iubenda.com/cookie_solution/iubenda_cs/1.95.1/core-en.js | 244ms | 203ms | 17ms | 3rd |
| https://www.elastic.co/_next/static/chunks/pages/_app-d97c12df8c67cb18.js | 214ms | 161ms | 39ms | 1st |
| https://www.elastic.co/_next/static/chunks/framework-392d634b29ac61bc.js | 210ms | 169ms | 6ms | 1st |
| https://www.googletagmanager.com/gtm.js?id=GTM-KNJMG2M | 201ms | 165ms | 24ms | 3rd |
| https://play.vidyard.com/embed/v4.js | 144ms | 132ms | 9ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-985891458&cx=c>m=4e6411 | 127ms | 111ms | 14ms | 3rd |
Showing top 10 of 17 scripts
FJS BundlesAction117 scripts, 1.2 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.elastic.co/_next/static/chunks/pages/_app-d97c12df8c67cb18.js | 1096 KB | 484 KB (45%) | ✓ | 1st |
| https://cdn.iubenda.com/cookie_solution/iubenda_cs/1.95.1/core-en.js | 109 KB | 74 KB (69%) | ✓ | 3rd |
| https://cdn.optimizely.com/js/18132920325.js | 267 KB | 65 KB (24%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-Q7TEQDPTH5&cx=c>m=4e6411 | 163 KB | 62 KB (38%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=DC-15244908&cx=c>m=4e6411 | 128 KB | 61 KB (47%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-985891458&cx=c>m=4e6411 | 144 KB | 60 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-KNJMG2M | 190 KB | 60 KB (32%) | ✓ | 3rd |
| https://www.elastic.co/_next/static/chunks/97067-20b12381b2d5777c.js | 104 KB | 50 KB (48%) | ✓ | 1st |
| https://www.elastic.co/_next/static/chunks/46066-f7ae5bc03e0dcf9e.js | 58 KB | 47 KB (81%) | ✓ | 1st |
| https://www.elastic.co/_next/static/chunks/main-598d2a178acfdbd2.js | 110 KB | 46 KB (42%) | ✓ | 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
CImage OptimizationAction60 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
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 Loading3 fonts (443 KB)PASS
Web fonts
3
443 KB total
Render-blocking
0
of 3
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
- 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 ~182 KB and ~364 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+HTTP Cachingmax-age=3600 (1 hour)PASS
public, max-age=3600
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 3600 | Cache for 1 hour |
Network Waterfall324 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 |
|---|---|---|---|---|---|---|
Optimizely cdn.optimizely.com | A/B Testing | 710ms | 267 KB | 24% | $13/mo | Costly |
Unattributable Unattributable | Other | 446ms | 0 KB | — | $8/mo | Costly |
edge.fullstory.com edge.fullstory.com | Other | 362ms | 80 KB | 38% | $7/mo | Costly |
Iubenda cdn.iubenda.com | Consent | 244ms | 109 KB | 69% | $5/mo | Essential |
Google Tag Manager www.googletagmanager.com | Tag Manager | 201ms | 190 KB | 32% | $4/mo | Costly |
play.vidyard.com play.vidyard.com | Other | 144ms | 23 KB | — | $3/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 127ms | 144 KB | 42% | $2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 121ms | 163 KB | 38% | $2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 80ms | 128 KB | 47% | $2/mo | Optional |
tag.demandbase.com tag.demandbase.com | Other | 78ms | 18 KB | — | $1/mo | Optional |
Microsoft Clarity scripts.clarity.ms | Session Replay | 70ms | 26 KB | — | $1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 69ms | 95 KB | 36% | $1/mo | Optional |
js.adsrvr.org js.adsrvr.org | Other | 52ms | 11 KB | — | $1/mo | Optional |
lift-ai-js.marketlinc.com lift-ai-js.marketlinc.com | Other | 52ms | 4 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- Optimizely adds 710ms and costs ~$13/month
- Unattributable adds 446ms and costs ~$8/month
- edge.fullstory.com adds 362ms and costs ~$7/month
- Google Tag Manager adds 201ms and costs ~$4/month
70% 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
Optimizely takes 710ms 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 446ms 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
edge.fullstory.com takes 362ms 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
69% of Iubenda'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 201ms 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