Performance
· 17 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.
3.28 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.28 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
8.46 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.047
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
14.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.
88.44 s
Page Load Progression
FPage Weight BudgetAction14.7 MB transferred, 73 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
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.
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
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction17353ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://cdn.jotfor.ms/s/module-federation/d05b4da7ad0/static/js/4229.393c2eb9.js | 3234ms | 3146ms | 2ms | 3rd |
| https://www.jotform.com/ | 2852ms | 258ms | 53ms | 3rd |
| https://cdn.jotfor.ms/s/umd/f06051d792f/for-embedded-agent.js | 2175ms | 1276ms | 401ms | 3rd |
| https://cdn.jotfor.ms/s/ai-agent/d05b4da7ad0/static/js/52.2bee1389.js | 2036ms | 1037ms | 839ms | 3rd |
| Unattributable | 1533ms | 42ms | 0ms | 3rd |
| https://consent.cookiebot.com/cf30eb23-2bcc-45fa-ac25-f84b23f37aa9/cc.js?renew=false&referer=www.jotform.com&dnt=false&init=false&culture=en | 984ms | 412ms | 56ms | 3rd |
| https://cdn.jotfor.ms/s/ai-agent/d05b4da7ad0/static/js/index.5c494836.js | 895ms | 115ms | 766ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-TDFT5J | 850ms | 662ms | 131ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-D2XYES53CN&cx=c>m=4e64f0 | 789ms | 699ms | 83ms | 3rd |
| https://www.jotform.com/workspace/autopilot?hideNavbar=1&source=AUTOPILOT&allowMultipleActions=1&masterPrompt=1&noBuffering=1&hideHeader=1&layout=autopilot&autopilotLocation=homepage&autopilotDesktopNewDesign=0&pushToTalk=true&chatbotMode=1&parentURL=https%3A%2F%2Fwww.jotform.com%2F&embedMode=popover&chatbotMode=1&isUserIdentified=false&embedModeVariant=autopilot | 684ms | 21ms | 6ms | 3rd |
Showing top 10 of 17 scripts
FJS BundlesAction19 scripts, 7.5 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://cdn.jotfor.ms/s/ai-agent/d05b4da7ad0/static/js/index.5c494836.js | 4487 KB | 3014 KB (67%) | ✓ | 3rd |
| https://cdn.jotfor.ms/s/ai-agent/d05b4da7ad0/static/js/52.2bee1389.js | 4791 KB | 2976 KB (63%) | ✓ | 3rd |
| https://cdn.jotfor.ms/s/umd/f06051d792f/for-embedded-agent.js | 2244 KB | 1160 KB (52%) | ✓ | 3rd |
| https://cdn.jotfor.ms/s/module-federation/d05b4da7ad0/remoteEntry.js | 232 KB | 188 KB (81%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-D2XYES53CN&cx=c>m=4e64f0 | 172 KB | 67 KB (39%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-798881193&cx=c>m=4e64f0 | 145 KB | 65 KB (45%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-1072355558&cx=c>m=4e64f0 | 138 KB | 63 KB (46%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-TDFT5J | 187 KB | 56 KB (30%) | ✓ | 3rd |
| https://cdn.jotfor.ms/p/_lib/modules/assets/js/CommonLanding.js?ver=3.27 | 51 KB | 41 KB (82%) | ✗ | 3rd |
| https://consent.cookiebot.com/cf30eb23-2bcc-45fa-ac25-f84b23f37aa9/cc.js?renew=false&referer=www.jotform.com&dnt=false&init=false&culture=en | 102 KB | 34 KB (33%) | ✓ | 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
FPage Weight InventoryAction73 resources · 14.7 MB · 7.5 MB savings availableFIX
~7.5 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 73 resources | 14.7 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization9 images, 0 KB saveableREVIEW
A+Text CompressionAll text resources are compressedPASS
A+Font Loading11 fonts (533 KB)PASS
Web fonts
11
533 KB total
Render-blocking
0
of 11
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
- 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 ~160 KB and ~320 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints5 hints, 0 missing preconnectsPASS
Current Resource Hints
5 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Google Cloud
Network Waterfall73 requests over 6498msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
cdn.jotfor.ms cdn.jotfor.ms | Other | 3234ms | 8 KB | — | €17/mo | Costly |
www.jotform.com www.jotform.com | Other | 2852ms | 128 KB | — | €15/mo | Costly |
cdn.jotfor.ms cdn.jotfor.ms | Other | 2175ms | 2244 KB | 52% | €12/mo | Costly |
cdn.jotfor.ms cdn.jotfor.ms | Other | 2036ms | 4791 KB | 63% | €11/mo | Costly |
Unattributable Unattributable | Other | 1533ms | 0 KB | — | €8/mo | Costly |
consent.cookiebot.com consent.cookiebot.com | Other | 984ms | 102 KB | 33% | €5/mo | Costly |
cdn.jotfor.ms cdn.jotfor.ms | Other | 895ms | 4487 KB | 67% | €5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 850ms | 187 KB | 30% | €5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 789ms | 172 KB | 39% | €4/mo | Costly |
www.jotform.com www.jotform.com | Other | 684ms | 3 KB | — | €4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 427ms | 145 KB | 45% | €2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 235ms | 138 KB | 46% | €1/mo | Costly |
consent.cookiebot.com consent.cookiebot.com | Other | 215ms | 27 KB | — | €1/mo | Costly |
cdn.jotfor.ms cdn.jotfor.ms | Other | 207ms | 1135 KB | — | €1/mo | Costly |
cdn.jotfor.ms cdn.jotfor.ms | Other | 103ms | 232 KB | 81% | €1/mo | Optional |
cdn.jotfor.ms cdn.jotfor.ms | Other | 76ms | 59 KB | 39% | €0/mo | Optional |
cdn.jotfor.ms cdn.jotfor.ms | Other | 58ms | 4 KB | — | €0/mo | Optional |
These scripts may cost more than they're worth
- cdn.jotfor.ms adds 3234ms and costs ~€17/month
- www.jotform.com adds 2852ms and costs ~€15/month
- cdn.jotfor.ms adds 2175ms and costs ~€12/month
- cdn.jotfor.ms adds 2036ms and costs ~€11/month
- Unattributable adds 1533ms and costs ~€8/month
- consent.cookiebot.com adds 984ms and costs ~€5/month
- cdn.jotfor.ms adds 895ms and costs ~€5/month
- Google Tag Manager adds 850ms and costs ~€5/month
- Google Tag Manager adds 789ms and costs ~€4/month
- www.jotform.com adds 684ms and costs ~€4/month
- Google Tag Manager adds 427ms and costs ~€2/month
- Google Tag Manager adds 235ms and costs ~€1/month
- consent.cookiebot.com adds 215ms and costs ~€1/month
- cdn.jotfor.ms adds 207ms and costs ~€1/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
cdn.jotfor.ms takes 3234ms 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
www.jotform.com takes 2852ms 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.jotfor.ms takes 2175ms 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
52% of cdn.jotfor.ms'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
cdn.jotfor.ms takes 2036ms 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
63% of cdn.jotfor.ms'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
Unattributable takes 1533ms 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
consent.cookiebot.com takes 984ms 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.jotfor.ms takes 895ms 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
67% of cdn.jotfor.ms'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 850ms 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 789ms 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
www.jotform.com takes 684ms 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 427ms 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 235ms 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
consent.cookiebot.com takes 215ms 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.jotfor.ms takes 207ms 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
81% of cdn.jotfor.ms'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