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.
9.75 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
20.23 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.00 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
10.14 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.
20.71 s
Page Load Progression
FPage Weight BudgetAction3.0 MB transferred, 105 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
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 CostAction8816ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.freshworks.com/_next/static/chunks/framework-b3802df6cb251587.js | 2338ms | 1747ms | 16ms | 3rd |
| https://fast.wistia.com/assets/external/E-v1.js | 1401ms | 1124ms | 84ms | 3rd |
| https://www.freshworks.com/ | 1197ms | 22ms | 0ms | 3rd |
| Unattributable | 855ms | 170ms | 0ms | 3rd |
| https://www.freshworks.com/_next/static/chunks/234-666c00a6a27ce825.js | 803ms | 90ms | 57ms | 3rd |
| https://www.freshworks.com/_next/static/chunks/pages/%5B%5B...slug%5D%5D-4317e29121d4ef67.js | 314ms | 277ms | 35ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-WQKBJ88>m_auth=>m_preview=>m_cookies_win=x | 306ms | 221ms | 51ms | 3rd |
| https://fast.wistia.com/assets/external/publicApi.js | 296ms | 220ms | 70ms | 3rd |
| https://cdn.optimizely.com/public/20976504213/s/freshworks.js | 280ms | 182ms | 89ms | 3rd |
| https://cdn-ukwest.onetrust.com/scripttemplates/202501.1.0/otBannerSdk.js | 270ms | 170ms | 49ms | 3rd |
Showing top 10 of 18 scripts
FJS BundlesAction38 scripts, 1.1 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.freshworks.com/_next/static/chunks/vendors-4e1d9f6f38db728b.js | 254 KB | 154 KB (61%) | ✓ | 3rd |
| https://fast.wistia.com/assets/external/engines/hls_video.js@379dc59f3883ecbd8a4ec99277538cfd8c619ee8 | 159 KB | 122 KB (77%) | ✓ | 3rd |
| https://fast.wistia.com/assets/external/publicApi.js | 147 KB | 120 KB (82%) | ✓ | 3rd |
| https://www.freshworks.com/_next/static/chunks/234-666c00a6a27ce825.js | 195 KB | 101 KB (52%) | ✓ | 3rd |
| https://cdn.optimizely.com/public/20976504213/s/freshworks.js | 216 KB | 91 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-WQKBJ88>m_auth=>m_preview=>m_cookies_win=x | 185 KB | 78 KB (43%) | ✓ | 3rd |
| https://fast.wistia.com/assets/external/E-v1.js | 162 KB | 65 KB (40%) | ✓ | 3rd |
| https://cdn-ukwest.onetrust.com/scripttemplates/202501.1.0/otBannerSdk.js | 113 KB | 62 KB (55%) | ✓ | 3rd |
| https://www.freshworks.com/_next/static/chunks/pages/%5B%5B...slug%5D%5D-4317e29121d4ef67.js | 106 KB | 51 KB (48%) | ✓ | 3rd |
| https://go.freshworks.com/js/forms2/js/forms2.min.js | 67 KB | 51 KB (76%) | ✓ | 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 InventoryAction105 resources · 3.0 MB · 1.1 MB savings availableFIX
~1.1 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 105 resources | 3.0 MiB | ||||||
CImage OptimizationAction36 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
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
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
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
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 Loading3 fonts (47 KB)PASS
Web fonts
3
47 KB total
Render-blocking
0
of 3
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 Hints8 hints, 0 missing preconnectsPASS
Current Resource Hints
8 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
AHTTP Cachingmax-age=604800 (1 week)PASS
public, max-age=604800
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 604800 | Cache for 1 week |
Network Waterfall105 requests over 2836msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.freshworks.com www.freshworks.com | Other | 2338ms | 45 KB | — | €41/mo | Costly |
fast.wistia.com fast.wistia.com | Other | 1401ms | 162 KB | 40% | €24/mo | Costly |
www.freshworks.com www.freshworks.com | Other | 1197ms | 80 KB | — | €21/mo | Costly |
Unattributable Unattributable | Other | 855ms | 0 KB | — | €15/mo | Costly |
www.freshworks.com www.freshworks.com | Other | 803ms | 195 KB | 52% | €14/mo | Costly |
www.freshworks.com www.freshworks.com | Other | 314ms | 106 KB | 48% | €5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 306ms | 185 KB | 43% | €5/mo | Costly |
fast.wistia.com fast.wistia.com | Other | 296ms | 147 KB | 82% | €5/mo | Costly |
Optimizely cdn.optimizely.com | A/B Testing | 280ms | 216 KB | 42% | €5/mo | Costly |
cdn-ukwest.onetrust.com cdn-ukwest.onetrust.com | Other | 270ms | 113 KB | 55% | €5/mo | Costly |
www.freshworks.com www.freshworks.com | Other | 198ms | 42 KB | — | €3/mo | Optional |
www.freshworks.com www.freshworks.com | Other | 119ms | 254 KB | 61% | €2/mo | Optional |
fast.wistia.com fast.wistia.com | Other | 100ms | 55 KB | 76% | €2/mo | Optional |
go.freshworks.com go.freshworks.com | Other | 90ms | 67 KB | 76% | €2/mo | Optional |
fast.wistia.com fast.wistia.com | Other | 77ms | 43 KB | 66% | €1/mo | Optional |
fast.wistia.com fast.wistia.com | Other | 67ms | 42 KB | 71% | €1/mo | Optional |
fast.wistia.com fast.wistia.com | Other | 55ms | 159 KB | 77% | €1/mo | Optional |
www.freshworks.com www.freshworks.com | Other | 50ms | 0 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- www.freshworks.com adds 2338ms and costs ~€41/month
- fast.wistia.com adds 1401ms and costs ~€24/month
- www.freshworks.com adds 1197ms and costs ~€21/month
- Unattributable adds 855ms and costs ~€15/month
- www.freshworks.com adds 803ms and costs ~€14/month
- www.freshworks.com adds 314ms and costs ~€5/month
- Google Tag Manager adds 306ms and costs ~€5/month
- fast.wistia.com adds 296ms and costs ~€5/month
- Optimizely adds 280ms and costs ~€5/month
- cdn-ukwest.onetrust.com adds 270ms and costs ~€5/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
www.freshworks.com takes 2338ms 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
fast.wistia.com takes 1401ms 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.freshworks.com takes 1197ms 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 855ms 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.freshworks.com takes 803ms 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 www.freshworks.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
www.freshworks.com takes 314ms 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 306ms 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
fast.wistia.com takes 296ms 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
82% of fast.wistia.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
Optimizely takes 280ms 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-ukwest.onetrust.com takes 270ms 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
55% of cdn-ukwest.onetrust.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
61% of www.freshworks.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
76% of fast.wistia.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
76% of go.freshworks.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
66% of fast.wistia.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 fast.wistia.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
77% of fast.wistia.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