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.
8.79 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
24.51 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4.10 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.053
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
15.39 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.
42.72 s
Page Load Progression
FPage Weight BudgetAction13.4 MB transferred, 318 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 ImpactAction82% third-party, 0 ms blockingFIX
FJS Execution CostAction17733ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.elastic.co/ | 3800ms | 105ms | 1ms | 1st |
| https://cdn.optimizely.com/js/18132920325.js | 2750ms | 2292ms | 244ms | 3rd |
| Unattributable | 2063ms | 262ms | 0ms | 3rd |
| https://edge.fullstory.com/s/fs.js | 1356ms | 905ms | 39ms | 3rd |
| https://www.elastic.co/_next/static/chunks/framework-392d634b29ac61bc.js | 1001ms | 746ms | 19ms | 1st |
| https://cdn.iubenda.com/cookie_solution/iubenda_cs/1.95.1/core-en.js | 938ms | 797ms | 65ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-KNJMG2M | 766ms | 634ms | 87ms | 3rd |
| https://play.vidyard.com/embed/v4.js | 738ms | 657ms | 57ms | 3rd |
| https://www.elastic.co/_next/static/chunks/pages/_app-d97c12df8c67cb18.js | 727ms | 512ms | 175ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-Q7TEQDPTH5&cx=c>m=4e6411 | 478ms | 400ms | 72ms | 3rd |
Showing top 10 of 33 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 | 476 KB (44%) | ✓ | 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 | 67 KB (25%) | ✓ | 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=AW-985891458&cx=c>m=4e6411 | 144 KB | 61 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=DC-15244908&cx=c>m=4e6411 | 128 KB | 61 KB (47%) | ✓ | 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
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 Hints36 hints, 0 missing preconnectsPASS
Current Resource Hints
36 resource hints configured
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 Waterfall318 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 | 2750ms | 267 KB | 25% | $52/mo | Costly |
Unattributable Unattributable | Other | 2063ms | 0 KB | — | $39/mo | Costly |
edge.fullstory.com edge.fullstory.com | Other | 1356ms | 80 KB | 38% | $25/mo | Costly |
Iubenda cdn.iubenda.com | Consent | 938ms | 109 KB | 69% | $18/mo | Essential |
Google Tag Manager www.googletagmanager.com | Tag Manager | 766ms | 190 KB | 32% | $14/mo | Costly |
play.vidyard.com play.vidyard.com | Other | 738ms | 23 KB | — | $14/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 478ms | 163 KB | 38% | $9/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 389ms | 144 KB | 42% | $7/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 287ms | 128 KB | 47% | $5/mo | Costly |
tag.demandbase.com tag.demandbase.com | Other | 270ms | 18 KB | — | $5/mo | Costly |
Microsoft Clarity scripts.clarity.ms | Session Replay | 253ms | 26 KB | — | $5/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 244ms | 95 KB | 35% | $5/mo | Costly |
js.adsrvr.org js.adsrvr.org | Other | 171ms | 11 KB | — | $3/mo | Optional |
lift-ai-js.marketlinc.com lift-ai-js.marketlinc.com | Other | 167ms | 4 KB | — | $3/mo | Optional |
Twitter/X Pixel static.ads-twitter.com | Advertising | 152ms | 13 KB | — | $3/mo | Optional |
x.clearbitjs.com x.clearbitjs.com | Other | 142ms | 45 KB | — | $3/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 134ms | 37 KB | — | $3/mo | Optional |
LinkedIn Insight snap.licdn.com | Advertising | 115ms | 19 KB | — | $2/mo | Optional |
assets.adoberesources.net assets.adoberesources.net | Other | 65ms | 49 KB | 83% | $1/mo | Optional |
edge.fullstory.com edge.fullstory.com | Other | 55ms | 14 KB | — | $1/mo | Optional |
www.redditstatic.com www.redditstatic.com | Other | 55ms | 19 KB | — | $1/mo | Optional |
trk.techtarget.com trk.techtarget.com | Other | 55ms | 1 KB | — | $1/mo | Optional |
pixel.byspotify.com pixel.byspotify.com | Other | 53ms | 10 KB | — | $1/mo | Optional |
tag.clearbitscripts.com tag.clearbitscripts.com | Other | 53ms | 1 KB | — | $1/mo | Optional |
assets.adoberesources.net assets.adoberesources.net | Other | 53ms | 6 KB | — | $1/mo | Optional |
Bing UET bat.bing.com | Advertising | 51ms | 2 KB | — | $1/mo | Optional |
Iubenda cdn.iubenda.com | Consent | 50ms | 3 KB | — | $1/mo | Essential |
play.vidyard.com play.vidyard.com | Other | 50ms | 0 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- Optimizely adds 2750ms and costs ~$52/month
- Unattributable adds 2063ms and costs ~$39/month
- edge.fullstory.com adds 1356ms and costs ~$25/month
- Google Tag Manager adds 766ms and costs ~$14/month
- play.vidyard.com adds 738ms and costs ~$14/month
- Google Tag Manager adds 478ms and costs ~$9/month
- Google Tag Manager adds 389ms and costs ~$7/month
- Google Tag Manager adds 287ms and costs ~$5/month
- tag.demandbase.com adds 270ms and costs ~$5/month
- Microsoft Clarity adds 253ms and costs ~$5/month
- Facebook Pixel adds 244ms and costs ~$5/month
67% 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
Optimizely takes 2750ms 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 2063ms 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 1356ms 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 766ms 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
play.vidyard.com takes 738ms 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 478ms 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 389ms 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 287ms 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
tag.demandbase.com takes 270ms 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 253ms 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 244ms 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
83% of assets.adoberesources.net'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