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.37 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.44 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
462 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.036
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.19 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.
5.30 s
Page Load Progression
FPage Weight BudgetAction18.7 MB transferred, 244 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
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
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 CostAction4092ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://lattice.com/ | 711ms | 53ms | 5ms | 3rd |
| https://cdn.prod.website-files.com/gsap/3.14.2/gsap.min.js | 464ms | 32ms | 6ms | 3rd |
| Unattributable | 447ms | 74ms | 0ms | 3rd |
| https://cmp.osano.com/Azq9EuTkZzvnp3V1p/65bbb0d1-5f72-441e-8361-0d7dcc501417/osano.js | 410ms | 367ms | 7ms | 3rd |
| https://cdn.prod.website-files.com/gsap/3.14.2/ScrollTrigger.min.js | 389ms | 33ms | 6ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-PCQ6E0LBY1&cx=c>m=4e6411 | 307ms | 241ms | 16ms | 3rd |
| https://js.qualified.com/qualified.js?token=t4GpQ442fyXVPw62 | 263ms | 155ms | 55ms | 3rd |
| https://t.contentsquare.net/uxa/9f201236d99bd.js | 231ms | 196ms | 14ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-56FJSTN | 174ms | 142ms | 26ms | 3rd |
| https://cdn.heapanalytics.com/js/heap-2259279216.js | 92ms | 86ms | 4ms | 3rd |
Showing top 10 of 19 scripts
FJS BundlesAction93 scripts, 823 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://js.qualified.com/qualified.js?token=t4GpQ442fyXVPw62 | 370 KB | 267 KB (73%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-56FJSTN&l=dataLayer | 160 KB | 108 KB (67%) | ✓ | 3rd |
| https://t.contentsquare.net/uxa/9f201236d99bd.js | 123 KB | 69 KB (56%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-56FJSTN | 161 KB | 65 KB (40%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-PCQ6E0LBY1&cx=c>m=4e6411 | 173 KB | 64 KB (37%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-877695883&cx=c>m=4e6411 | 143 KB | 60 KB (42%) | ✓ | 3rd |
| https://cdn.intellimize.co/snippet/117571950.js | 86 KB | 50 KB (58%) | ✓ | 3rd |
| https://cdn.prod.website-files.com/64ad6f1aef87635bd23449f1/js/lattice-main.achunk.8208d3e53b97e3c7.js | 76 KB | 48 KB (64%) | ✓ | 3rd |
| https://cdn.prod.website-files.com/64ad6f1aef87635bd23449f1/js/lattice-main.achunk.116e37362e73495a.js | 63 KB | 41 KB (65%) | ✓ | 3rd |
| https://code-components.website-files.com/69c69b51005a8b41efbfb17f%2Fmodule%2F108.js | 60 KB | 33 KB (55%) | ✓ | 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
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction41 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.
Performance issues directly impact user engagement and conversion rates.
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
A+Text CompressionAll text resources are compressedPASS
A+Font Loading7 fonts (276 KB)PASS
Web fonts
7
276 KB total
Render-blocking
0
of 7
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
- 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 ~55 KB and ~110 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 Waterfall244 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 |
|---|---|---|---|---|---|---|
lattice.com lattice.com | Other | 711ms | 51 KB | — | €12/mo | Costly |
cdn.prod.website-files.com cdn.prod.website-files.com | Other | 464ms | 29 KB | — | €8/mo | Costly |
Unattributable Unattributable | Other | 447ms | 0 KB | — | €8/mo | Costly |
cmp.osano.com cmp.osano.com | Other | 410ms | 51 KB | — | €7/mo | Costly |
cdn.prod.website-files.com cdn.prod.website-files.com | Other | 389ms | 18 KB | — | €7/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 307ms | 173 KB | 37% | €5/mo | Costly |
js.qualified.com js.qualified.com | Other | 263ms | 370 KB | 73% | €5/mo | Costly |
t.contentsquare.net t.contentsquare.net | Other | 231ms | 123 KB | 56% | €4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 174ms | 161 KB | 40% | €3/mo | Optional |
Heap Analytics cdn.heapanalytics.com | Analytics | 92ms | 40 KB | 51% | €2/mo | Optional |
cdn.intellimize.co cdn.intellimize.co | Other | 85ms | 86 KB | 58% | €1/mo | Optional |
cdn.prod.website-files.com cdn.prod.website-files.com | Other | 79ms | 76 KB | 64% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 77ms | 143 KB | 42% | €1/mo | Optional |
Segment cdn.segment.com | Analytics | 72ms | 1 KB | — | €1/mo | Optional |
code-components.website-files.com code-components.website-files.com | Other | 68ms | 20 KB | — | €1/mo | Optional |
cdn.prod.website-files.com cdn.prod.website-files.com | Other | 62ms | 3 KB | — | €1/mo | Optional |
cmp.osano.com cmp.osano.com | Other | 56ms | 29 KB | — | €1/mo | Optional |
code-components.website-files.com code-components.website-files.com | Other | 54ms | 60 KB | 55% | €1/mo | Optional |
cdn.bizible.com cdn.bizible.com | Other | 51ms | 25 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- lattice.com adds 711ms and costs ~€12/month
- cdn.prod.website-files.com adds 464ms and costs ~€8/month
- Unattributable adds 447ms and costs ~€8/month
- cmp.osano.com adds 410ms and costs ~€7/month
- cdn.prod.website-files.com adds 389ms and costs ~€7/month
- Google Tag Manager adds 307ms and costs ~€5/month
- js.qualified.com adds 263ms and costs ~€5/month
- t.contentsquare.net adds 231ms and costs ~€4/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
lattice.com takes 711ms 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.prod.website-files.com takes 464ms 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 447ms 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
cmp.osano.com takes 410ms 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.prod.website-files.com 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 307ms 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.qualified.com takes 263ms 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
73% of js.qualified.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
t.contentsquare.net takes 231ms 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
56% of t.contentsquare.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
51% of Heap Analytics'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
58% of cdn.intellimize.co'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
64% of cdn.prod.website-files.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
55% of code-components.website-files.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