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.
945 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.29 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
608 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.132
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.74 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.
8.74 s
Page Load Progression
FPage Weight BudgetAction10.8 MB transferred, 224 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 CostAction8747ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://unpkg.com/@rive-app/canvas@2.35.2 | 4602ms | 4575ms | 0ms | 3rd |
| https://cdn.prod.website-files.com/6807ee8d73c233fb82842313/js/webflow.schunk.fc67731b45f7a21a.js | 1102ms | 57ms | 11ms | 3rd |
| Unattributable | 670ms | 216ms | 0ms | 3rd |
| https://www.jasper.ai/ | 655ms | 83ms | 23ms | 1st |
| https://cdn.jsdelivr.net/npm/gsap@3.13.0/dist/gsap.min.js | 268ms | 22ms | 3ms | 3rd |
| https://js.qualified.com/qualified.js?token=vcWs5rDsh4BigCsT | 222ms | 142ms | 52ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-TZL4MSB | 201ms | 170ms | 19ms | 3rd |
| https://js.hs-analytics.net/analytics/1775327100000/22774847.js | 188ms | 121ms | 3ms | 3rd |
| https://js.hsforms.net/forms/embed/v2.js | 185ms | 142ms | 19ms | 3rd |
| https://transcend-cdn.com/cm/bb87e5f9-6a5f-4dcd-b9e4-1097382b40be/airgap.js | 135ms | 111ms | 5ms | 3rd |
Showing top 10 of 17 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 | 266 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 | 89 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 | 60 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 | 43 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 OptimizationAction68 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
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 ~424 KB and ~848 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 Waterfall224 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 | 4602ms | 0 KB | — | €50/mo | Costly |
cdn.prod.website-files.com cdn.prod.website-files.com | Other | 1102ms | 61 KB | — | €12/mo | Costly |
Unattributable Unattributable | Other | 670ms | 0 KB | — | €7/mo | Costly |
jsDelivr cdn.jsdelivr.net | CDN | 268ms | 29 KB | — | €3/mo | Costly |
js.qualified.com js.qualified.com | Other | 222ms | 370 KB | 73% | €2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 201ms | 159 KB | 38% | €2/mo | Costly |
HubSpot Analytics js.hs-analytics.net | Analytics | 188ms | 42 KB | — | €2/mo | Optional |
js.hsforms.net js.hsforms.net | Other | 185ms | 194 KB | 39% | €2/mo | Optional |
transcend-cdn.com transcend-cdn.com | Other | 135ms | 59 KB | — | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 120ms | 145 KB | 38% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 118ms | 174 KB | 39% | €1/mo | Optional |
transcend-cdn.com transcend-cdn.com | Other | 68ms | 99 KB | 39% | €1/mo | Optional |
cdn.prod.website-files.com cdn.prod.website-files.com | Other | 55ms | 2 KB | — | €1/mo | Optional |
cdn.prod.website-files.com cdn.prod.website-files.com | Other | 53ms | 29 KB | — | €1/mo | Optional |
d3e54v103j8qbb.cloudfront.net d3e54v103j8qbb.cloudfront.net | Other | 53ms | 31 KB | — | €1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 52ms | 95 KB | 34% | €1/mo | Optional |
These scripts may cost more than they're worth
- unpkg adds 4602ms and costs ~€50/month
- cdn.prod.website-files.com adds 1102ms and costs ~€12/month
- Unattributable adds 670ms and costs ~€7/month
- jsDelivr adds 268ms and costs ~€3/month
- js.qualified.com adds 222ms and costs ~€2/month
- Google Tag Manager adds 201ms and costs ~€2/month
93% 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 4602ms 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 1102ms 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 670ms 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 268ms 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 222ms 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
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