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.19 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.33 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
19.91 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.003
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.36 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.
43.94 s
Page Load Progression
FPage Weight BudgetAction5.2 MB transferred, 384 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
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 CostAction43992ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://framerusercontent.com/sites/4OLT6jMsyZ1Z4eMN7xvy4X/motion.D5I9DSo1.mjs | 39281ms | 922ms | 0ms | 3rd |
| https://miro.com/ | 1211ms | 44ms | 8ms | 3rd |
| https://framerusercontent.com/sites/4OLT6jMsyZ1Z4eMN7xvy4X/react.WSklR4qk.mjs | 868ms | 830ms | 0ms | 3rd |
| Unattributable | 693ms | 61ms | 0ms | 3rd |
| https://framerusercontent.com/sites/4OLT6jMsyZ1Z4eMN7xvy4X/XBEJN1aYj.D8b0CyVe.mjs | 395ms | 305ms | 1ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-N5MCLT8 | 358ms | 294ms | 39ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-382441813&cx=c>m=4e6460 | 202ms | 185ms | 13ms | 3rd |
| https://framerusercontent.com/sites/4OLT6jMsyZ1Z4eMN7xvy4X/framer.QLMuFM0g.mjs | 183ms | 83ms | 1ms | 3rd |
| https://scripts.clarity.ms/0.8.60-beta/clarity.js | 134ms | 106ms | 2ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-FK1CGSZNDB&cx=c>m=4e6460 | 108ms | 69ms | 16ms | 3rd |
Showing top 10 of 18 scripts
FJS BundlesAction78 scripts, 913 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://rtp-static.marketo.com/rtp/libs/jqueryui/1.13.2/jquery-custom-ui.min.js | 126 KB | 106 KB (85%) | ✗ | 3rd |
| https://nld1rtp1-cdn.marketo.com/rtp-api/v1/rtp.js?aid=realtimeboard | 152 KB | 90 KB (60%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-N5MCLT8 | 192 KB | 74 KB (38%) | ✓ | 3rd |
| https://framerusercontent.com/sites/4OLT6jMsyZ1Z4eMN7xvy4X/framer.QLMuFM0g.mjs | 123 KB | 66 KB (54%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-FK1CGSZNDB&cx=c>m=4e6460 | 174 KB | 64 KB (37%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=DC-11345867&cx=c>m=4e6460 | 131 KB | 62 KB (47%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=DC-12017650&cx=c>m=4e6460 | 129 KB | 62 KB (48%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202408.1.0/otBannerSdk.js | 111 KB | 60 KB (55%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-972905154&cx=c>m=4e6460 | 137 KB | 58 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-382441813&cx=c>m=4e6460 | 144 KB | 55 KB (38%) | ✓ | 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.
BImage Optimization128 images, 0 KB saveableREVIEW
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 Loading10 fonts (451 KB)PASS
Web fonts
10
451 KB total
Render-blocking
0
of 10
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
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 ~98 KB and ~196 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall384 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 |
|---|---|---|---|---|---|---|
framerusercontent.com framerusercontent.com | Other | 39281ms | 52 KB | 49% | €426/mo | Costly |
miro.com miro.com | Other | 1211ms | 111 KB | — | €13/mo | Costly |
framerusercontent.com framerusercontent.com | Other | 868ms | 47 KB | — | €9/mo | Costly |
Unattributable Unattributable | Other | 693ms | 0 KB | — | €8/mo | Costly |
framerusercontent.com framerusercontent.com | Other | 395ms | 212 KB | 16% | €4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 358ms | 192 KB | 38% | €4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 202ms | 144 KB | 38% | €2/mo | Costly |
framerusercontent.com framerusercontent.com | Other | 183ms | 123 KB | 54% | €2/mo | Optional |
Microsoft Clarity scripts.clarity.ms | Session Replay | 134ms | 25 KB | — | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 108ms | 174 KB | 37% | €1/mo | Optional |
www.redditstatic.com www.redditstatic.com | Other | 97ms | 19 KB | — | €1/mo | Optional |
d-code.liadm.com d-code.liadm.com | Other | 80ms | 47 KB | 71% | €1/mo | Optional |
nld1rtp1-cdn.marketo.com nld1rtp1-cdn.marketo.com | Other | 78ms | 152 KB | 60% | €1/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 72ms | 111 KB | 55% | €1/mo | Essential |
Hotjar script.hotjar.com | Session Replay | 60ms | 57 KB | 65% | €1/mo | Optional |
j.6sc.co j.6sc.co | Other | 58ms | 19 KB | — | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 57ms | 144 KB | 38% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 55ms | 137 KB | 42% | €1/mo | Optional |
These scripts may cost more than they're worth
- framerusercontent.com adds 39281ms and costs ~€426/month
- miro.com adds 1211ms and costs ~€13/month
- framerusercontent.com adds 868ms and costs ~€9/month
- Unattributable adds 693ms and costs ~€8/month
- framerusercontent.com adds 395ms and costs ~€4/month
- Google Tag Manager adds 358ms and costs ~€4/month
- Google Tag Manager adds 202ms and costs ~€2/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
framerusercontent.com takes 39281ms 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
miro.com takes 1211ms 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
framerusercontent.com takes 868ms 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 693ms 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
framerusercontent.com takes 395ms 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 358ms 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 202ms 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
54% of framerusercontent.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
71% of d-code.liadm.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
60% of nld1rtp1-cdn.marketo.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 OneTrust'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
65% of Hotjar'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