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.25 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.45 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
59 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.011
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.48 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.
3.08 s
Page Load Progression
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction4676ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://framerusercontent.com/sites/3nD48sbvLWIxKbF7A73bty/react.DY5lTyYe.mjs | 2003ms | 1713ms | 0ms | 3rd |
| https://cal.com/ | 889ms | 38ms | 6ms | 3rd |
| Unattributable | 839ms | 67ms | 0ms | 3rd |
| https://framerusercontent.com/sites/3nD48sbvLWIxKbF7A73bty/motion.CBTXMTcY.mjs | 469ms | 222ms | 0ms | 3rd |
| https://widget.senja.io/widget/6a0c4b74-527a-4058-bded-8a358821c1a0/platform.js | 397ms | 68ms | 12ms | 3rd |
| https://events.framer.com/script?v=2 | 78ms | 48ms | 1ms | 3rd |
CPage Weight BudgetAction1.9 MB transferred, 165 requestsREVIEW
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
BImage Optimization54 images, 0 KB saveableREVIEW
CJS BundlesAction64 scripts, 267 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://framerusercontent.com/sites/3nD48sbvLWIxKbF7A73bty/framer.BX-w_ySH.mjs | 126 KB | 64 KB (51%) | ✓ | 3rd |
| https://eu-assets.i.posthog.com/static/array.js | 65 KB | 46 KB (72%) | ✓ | 3rd |
| https://framerusercontent.com/sites/3nD48sbvLWIxKbF7A73bty/GweqPz6RlES9oURPcTubfcNcdcxdcbici_gGvMi_4bU.DDejYRrk.mjs | 50 KB | 41 KB (84%) | ✓ | 3rd |
| https://widget.senja.io/widget/6a0c4b74-527a-4058-bded-8a358821c1a0/platform.js | 82 KB | 34 KB (42%) | ✓ | 3rd |
| https://framerusercontent.com/sites/3nD48sbvLWIxKbF7A73bty/DQOd_ZY3M6wkuvyVn-KCQ4jQ1nqJO_hXPbWYp6ppQoU.CDUGJNIE.mjs | 68 KB | 33 KB (50%) | ✓ | 3rd |
| https://framerusercontent.com/sites/3nD48sbvLWIxKbF7A73bty/MbV812CNbpysth0Kbyj_HgySqks3kWGNEYsXBGEAPD4.CY2L2NDH.mjs | 34 KB | 25 KB (76%) | ✓ | 3rd |
| https://framerusercontent.com/sites/3nD48sbvLWIxKbF7A73bty/_3zYfK-QZaGZL7ZqWINNY7wHBS0G9JKMQ3qrxDkCVW4.C9uZKUuu.mjs | 30 KB | 22 KB (75%) | ✓ | 3rd |
| https://framerusercontent.com/sites/3nD48sbvLWIxKbF7A73bty/M6ytPtsgl.CqOLfSSc.mjs | 2 KB | — | ✓ | 3rd |
| https://framerusercontent.com/sites/3nD48sbvLWIxKbF7A73bty/ZMznT2XT7.DeiBiD67.mjs | 2 KB | — | ✓ | 3rd |
| https://cal.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js | 1 KB | — | ✓ | 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
BHTTP Cachingpublic, max-age=0, must-revalidateREVIEW
public, max-age=0, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 0 | Cache for 0 seconds |
| must-revalidate | — | Must recheck with server after expiry |
A+Text CompressionAll text resources are compressedPASS
A+Font Loading12 fonts (371 KB)PASS
Web fonts
12
371 KB total
Render-blocking
0
of 12
Dominant font-display
swap
Most common across fonts
Font loading timeline
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)
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 Waterfall165 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 | 2003ms | 44 KB | — | €22/mo | Costly |
cal.com cal.com | Other | 889ms | 277 KB | — | €10/mo | Costly |
Unattributable Unattributable | Other | 839ms | 0 KB | — | €9/mo | Costly |
framerusercontent.com framerusercontent.com | Other | 469ms | 49 KB | — | €5/mo | Costly |
widget.senja.io widget.senja.io | Other | 397ms | 82 KB | 42% | €4/mo | Costly |
events.framer.com events.framer.com | Other | 78ms | 8 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- framerusercontent.com adds 2003ms and costs ~€22/month
- cal.com adds 889ms and costs ~€10/month
- Unattributable adds 839ms and costs ~€9/month
- framerusercontent.com adds 469ms and costs ~€5/month
- widget.senja.io adds 397ms 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
framerusercontent.com takes 2003ms 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
cal.com takes 889ms 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 839ms 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 469ms 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
widget.senja.io takes 397ms 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