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.
9.86 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
38.49 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
12.17 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.393
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
12.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.
44.79 s
Page Load Progression
FPage Weight BudgetAction10.8 MB transferred, 220 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 ImpactAction90% third-party, 0 ms blockingFIX
FJS Execution CostAction34109ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://unpkg.com/@rive-app/canvas@2.35.2 | 16905ms | 16720ms | 0ms | 3rd |
| https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/js/webflow.schunk.fc67731b45f7a21a.js | 3454ms | 186ms | 42ms | 3rd |
| Unattributable | 2488ms | 868ms | 0ms | 3rd |
| https://www.jasper.ai/ | 1514ms | 320ms | 117ms | 1st |
| https://js.qualified.com/qualified.js?token=vcWs5rDsh4BigCsT | 965ms | 591ms | 216ms | 3rd |
| https://cdn.jsdelivr.net/npm/gsap@3.13.0/dist/gsap.min.js | 904ms | 84ms | 10ms | 3rd |
| https://js.hsforms.net/forms/embed/v2.js | 872ms | 682ms | 94ms | 3rd |
| https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/js/webflow.12b50847.7f8a1516dce8827d.js | 871ms | 231ms | 1ms | 3rd |
| https://js.hs-analytics.net/analytics/1775327100000/22774847.js | 767ms | 506ms | 14ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-TZL4MSB | 699ms | 572ms | 81ms | 3rd |
Showing top 10 of 35 scripts
FJS BundlesAction70 scripts, 832 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://js.qualified.com/qualified.js?token=vcWs5rDsh4BigCsT | 370 KB | 267 KB (73%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-362761545 | 145 KB | 105 KB (72%) | ✓ | 3rd |
| https://js.hsforms.net/forms/embed/v2.js | 194 KB | 73 KB (39%) | ✓ | 3rd |
| https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/js/webflow.schunk.f2efb3c5440a81cf.js | 90 KB | 72 KB (81%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-QFT05FJ575&cx=c>m=4e6411 | 174 KB | 68 KB (39%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-TZL4MSB | 159 KB | 61 KB (38%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-362761545&cx=c>m=4e6411 | 145 KB | 54 KB (38%) | ✓ | 3rd |
| https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js | 44 KB | 42 KB (97%) | ✓ | 3rd |
| https://transcend-cdn.com/cm/bb87e5f9-6a5f-4dcd-b9e4-1097382b40be/ui.js | 99 KB | 38 KB (39%) | ✓ | 3rd |
| https://connect.facebook.net/en_US/fbevents.js | 95 KB | 32 KB (34%) | ✓ | 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 OptimizationAction64 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
A+Text CompressionAll text resources are compressedPASS
A+Font Loading7 fonts (891 KB)PASS
Web fonts
7
891 KB total
Render-blocking
0
of 7
Dominant font-display
swap
Most common across fonts
Font loading timeline
- 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
- 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 ~425 KB and ~850 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints21 hints, 0 missing preconnectsPASS
Current Resource Hints
21 resource hints configured
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall220 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 |
|---|---|---|---|---|---|---|
unpkg unpkg.com | CDN | 16905ms | 0 KB | — | €184/mo | Costly |
cdn.prod.website-files.com cdn.prod.website-files.com | Other | 3454ms | 61 KB | — | €38/mo | Costly |
Unattributable Unattributable | Other | 2488ms | 0 KB | — | €27/mo | Costly |
js.qualified.com js.qualified.com | Other | 965ms | 370 KB | 73% | €10/mo | Costly |
jsDelivr cdn.jsdelivr.net | CDN | 904ms | 29 KB | — | €10/mo | Costly |
js.hsforms.net js.hsforms.net | Other | 872ms | 194 KB | 39% | €9/mo | Costly |
cdn.prod.website-files.com cdn.prod.website-files.com | Other | 871ms | 2 KB | — | €9/mo | Costly |
HubSpot Analytics js.hs-analytics.net | Analytics | 767ms | 42 KB | — | €8/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 699ms | 159 KB | 38% | €8/mo | Costly |
transcend-cdn.com transcend-cdn.com | Other | 692ms | 59 KB | — | €8/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 528ms | 174 KB | 39% | €6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 473ms | 145 KB | 38% | €5/mo | Costly |
cdn.prod.website-files.com cdn.prod.website-files.com | Other | 405ms | 29 KB | — | €4/mo | Costly |
x.clearbitjs.com x.clearbitjs.com | Other | 301ms | 45 KB | — | €3/mo | Costly |
transcend-cdn.com transcend-cdn.com | Other | 262ms | 99 KB | 39% | €3/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 197ms | 95 KB | 34% | €2/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 189ms | 37 KB | — | €2/mo | Optional |
js.hscollectedforms.net js.hscollectedforms.net | Other | 144ms | 26 KB | — | €2/mo | Optional |
cdn.prod.website-files.com cdn.prod.website-files.com | Other | 142ms | 18 KB | — | €2/mo | Optional |
Google Ads googleads.g.doubleclick.net | Advertising | 131ms | 2 KB | — | €1/mo | Optional |
j.6sc.co j.6sc.co | Other | 128ms | 19 KB | — | €1/mo | Optional |
js.hs-banner.com js.hs-banner.com | Other | 121ms | 24 KB | — | €1/mo | Optional |
d-code.liadm.com d-code.liadm.com | Other | 111ms | 47 KB | 45% | €1/mo | Optional |
js.hubspot.com js.hubspot.com | Other | 106ms | 28 KB | — | €1/mo | Optional |
d3e54v103j8qbb.cloudfront.net d3e54v103j8qbb.cloudfront.net | Other | 103ms | 31 KB | — | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 97ms | 145 KB | 72% | €1/mo | Optional |
LinkedIn Insight snap.licdn.com | Advertising | 92ms | 19 KB | — | €1/mo | Optional |
x.clearbitjs.com x.clearbitjs.com | Other | 83ms | 10 KB | — | €1/mo | Optional |
cdn.prod.website-files.com cdn.prod.website-files.com | Other | 70ms | 113 KB | — | €1/mo | Optional |
cdn.neverbounce.com cdn.neverbounce.com | Other | 64ms | 29 KB | — | €1/mo | Optional |
cdn.cr-relay.com cdn.cr-relay.com | Other | 64ms | 7 KB | — | €1/mo | Optional |
www.redditstatic.com www.redditstatic.com | Other | 59ms | 19 KB | — | €1/mo | Optional |
cdn.vector.co cdn.vector.co | Other | 55ms | 16 KB | — | €1/mo | Optional |
cdn.prod.website-files.com cdn.prod.website-files.com | Other | 50ms | 90 KB | 81% | €1/mo | Optional |
These scripts may cost more than they're worth
- unpkg adds 16905ms and costs ~€184/month
- cdn.prod.website-files.com adds 3454ms and costs ~€38/month
- Unattributable adds 2488ms and costs ~€27/month
- js.qualified.com adds 965ms and costs ~€10/month
- jsDelivr adds 904ms and costs ~€10/month
- js.hsforms.net adds 872ms and costs ~€9/month
- cdn.prod.website-files.com adds 871ms and costs ~€9/month
- HubSpot Analytics adds 767ms and costs ~€8/month
- Google Tag Manager adds 699ms and costs ~€8/month
- transcend-cdn.com adds 692ms and costs ~€8/month
- Google Tag Manager adds 528ms and costs ~€6/month
- Google Tag Manager adds 473ms and costs ~€5/month
- cdn.prod.website-files.com adds 405ms and costs ~€4/month
- x.clearbitjs.com adds 301ms and costs ~€3/month
- transcend-cdn.com adds 262ms and costs ~€3/month
96% 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
unpkg takes 16905ms 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 3454ms 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 2488ms 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 965ms 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
jsDelivr takes 904ms 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.hsforms.net takes 872ms 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 871ms 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
HubSpot Analytics takes 767ms 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 699ms 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
transcend-cdn.com takes 692ms 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 528ms 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 473ms 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 405ms 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
x.clearbitjs.com takes 301ms 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
transcend-cdn.com takes 262ms 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
72% of Google Tag Manager'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
81% 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