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.
14.77 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
24.11 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.41 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.148
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
14.77 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.
34.15 s
Page Load Progression
FPage Weight BudgetAction5.0 MB transferred, 284 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
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
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 CostAction16214ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 2463ms | 361ms | 0ms | 3rd |
| https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 1853ms | 1692ms | 102ms | 3rd |
| https://www.cvent.com/ | 1722ms | 158ms | 61ms | 3rd |
| https://www.cvent.com/libraries/lazysizes/lazysizes.js | 1279ms | 453ms | 2ms | 3rd |
| https://ob.tostarsbuilding.com/i/6d038e9dd87a0bd19febcbdf5c4e2b8c.js | 753ms | 540ms | 12ms | 3rd |
| https://hello.cvent.com/js/forms2/js/forms2.min.js | 733ms | 503ms | 38ms | 3rd |
| https://www.cvent.com/sites/default/files/js/js_JO-_KF_3uZNIS8KZcb7kSOVqNWRe-N38PYZrpHN5Hik.js?scope=footer&delta=0&language=en&theme=themekit&include=eJxtj1FuxDAIRC_kyFX3QBax2ZrGNhGQrNLT11W9uz_-AR4zYkQ8sVmIhxrXoFFoN_XJalg5XS7O1F04HdGWR0Ysc4sWiluo1OhOmMK3zm0npQskBWMuT0sF2dDY_9OdpYaMZUeZ6oOG1th6YAQjbuonu-ET_OrUWyLBaH6wPshi7kkJDApcKH7FDCexqMPbKxpvyxiXerSYN2quwM_l_4pT679fDU7_mpxlrLiR-RUU3zSufIaPXwf5nB4 | 619ms | 424ms | 2ms | 3rd |
| https://www.datadoghq-browser-agent.com/us1/v5/datadog-rum.js | 610ms | 395ms | 15ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-1062529273&cx=c>m=4e64h1 | 534ms | 476ms | 49ms | 3rd |
| https://assets.adobedtm.com/f7740e1036fc/bfeb87c49c57/launch-69c1cbfb4b29.min.js | 482ms | 385ms | 48ms | 3rd |
Showing top 10 of 38 scripts
FJS BundlesAction126 scripts, 1.2 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 0 KB | 156 KB (43%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 362 KB | 156 KB (43%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 362 KB | 156 KB (43%) | ✓ | 3rd |
| https://rtp-static.marketo.com/rtp/libs/jqueryui/1.13.2/jquery-custom-ui.min.js | 126 KB | 106 KB (85%) | ✗ | 3rd |
| https://cdn.optimizely.com/js/96642877.js | 160 KB | 88 KB (55%) | ✓ | 3rd |
| https://cvent.chilipiper.com/chat/embed/assets/masterChefUrl-BtDzI9DH.js | 108 KB | 78 KB (72%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-T5GZBZKR | 144 KB | 65 KB (45%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-1062529273&cx=c>m=4e64h1 | 147 KB | 52 KB (36%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202308.1.0/otBannerSdk.js | 99 KB | 50 KB (50%) | ✓ | 3rd |
| https://cdn.mouseflow.com/projects/33baeca1-461c-4bfb-8e3c-0b6cda6810e3.js | 54 KB | 40 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 InventoryAction284 resources · 5.0 MB · 1.2 MB savings availableFIX
~1.2 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 284 resources | 5.0 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization51 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
Performance issues directly impact user engagement and conversion rates.
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 Loading8 fonts (259 KB)PASS
Web fonts
8
259 KB total
Render-blocking
0
of 8
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
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 ~8 KB and ~16 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints20 hints, 0 missing preconnectsPASS
Current Resource Hints
20 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall284 requests over 9037msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 2463ms | 0 KB | — | €43/mo | Costly |
www.gstatic.com www.gstatic.com | Other | 1853ms | 0 KB | 43% | €32/mo | Costly |
www.cvent.com www.cvent.com | Other | 1722ms | 36 KB | — | €30/mo | Costly |
www.cvent.com www.cvent.com | Other | 1279ms | 6 KB | — | €22/mo | Costly |
ob.tostarsbuilding.com ob.tostarsbuilding.com | Other | 753ms | 45 KB | — | €13/mo | Costly |
hello.cvent.com hello.cvent.com | Other | 733ms | 0 KB | 55% | €13/mo | Costly |
www.cvent.com www.cvent.com | Other | 619ms | 5 KB | — | €11/mo | Costly |
www.datadoghq-browser-agent.com www.datadoghq-browser-agent.com | Other | 610ms | 52 KB | 58% | €11/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 534ms | 147 KB | 36% | €9/mo | Costly |
assets.adobedtm.com assets.adobedtm.com | Other | 482ms | 107 KB | 32% | €8/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 432ms | 99 KB | 50% | €8/mo | Essential |
cdn.rudderlabs.com cdn.rudderlabs.com | Other | 396ms | 32 KB | — | €7/mo | Costly |
Optimizely cdn.optimizely.com | A/B Testing | 382ms | 160 KB | 55% | €7/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 305ms | 144 KB | 45% | €5/mo | Costly |
obs.tostarsbuilding.com obs.tostarsbuilding.com | Other | 286ms | 2 KB | — | €5/mo | Costly |
cdn.bizible.com cdn.bizible.com | Other | 281ms | 25 KB | — | €5/mo | Costly |
www.cvent.com www.cvent.com | Other | 245ms | 1 KB | — | €4/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 241ms | 45 KB | — | €4/mo | Costly |
j.6sc.co j.6sc.co | Other | 236ms | 19 KB | — | €4/mo | Costly |
sjrtp-cdn.marketo.com sjrtp-cdn.marketo.com | Other | 232ms | 42 KB | 59% | €4/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 221ms | 97 KB | 33% | €4/mo | Costly |
LinkedIn Insight snap.licdn.com | Advertising | 180ms | 0 KB | — | €3/mo | Optional |
assets.adobedtm.com assets.adobedtm.com | Other | 165ms | 1 KB | — | €3/mo | Optional |
Bing UET bat.bing.com | Advertising | 156ms | 15 KB | — | €3/mo | Optional |
www.cvent.com www.cvent.com | Other | 154ms | 46 KB | — | €3/mo | Optional |
rtp-static.marketo.com rtp-static.marketo.com | Other | 143ms | 126 KB | 85% | €2/mo | Optional |
rtp-static.marketo.com rtp-static.marketo.com | Other | 138ms | 30 KB | — | €2/mo | Optional |
cvent.chilipiper.com cvent.chilipiper.com | Other | 135ms | 55 KB | 78% | €2/mo | Optional |
play.vidyard.com play.vidyard.com | Other | 125ms | 23 KB | — | €2/mo | Optional |
www.cvent.com www.cvent.com | Other | 120ms | 30 KB | — | €2/mo | Optional |
cvent.chilipiper.com cvent.chilipiper.com | Other | 113ms | 31 KB | 73% | €2/mo | Optional |
cvent.chilipiper.com cvent.chilipiper.com | Other | 83ms | 36 KB | 68% | €1/mo | Optional |
cdn.mouseflow.com cdn.mouseflow.com | Other | 74ms | 54 KB | 76% | €1/mo | Optional |
munchkin.marketo.net munchkin.marketo.net | Other | 73ms | 1 KB | — | €1/mo | Optional |
www.redditstatic.com www.redditstatic.com | Other | 70ms | 19 KB | — | €1/mo | Optional |
amplify.outbrain.com amplify.outbrain.com | Other | 63ms | 18 KB | — | €1/mo | Optional |
js.navattic.com js.navattic.com | Other | 63ms | 11 KB | — | €1/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 52ms | 9 KB | — | €1/mo | Essential |
These scripts may cost more than they're worth
- Unattributable adds 2463ms and costs ~€43/month
- www.gstatic.com adds 1853ms and costs ~€32/month
- www.cvent.com adds 1722ms and costs ~€30/month
- www.cvent.com adds 1279ms and costs ~€22/month
- ob.tostarsbuilding.com adds 753ms and costs ~€13/month
- hello.cvent.com adds 733ms and costs ~€13/month
- www.cvent.com adds 619ms and costs ~€11/month
- www.datadoghq-browser-agent.com adds 610ms and costs ~€11/month
- Google Tag Manager adds 534ms and costs ~€9/month
- assets.adobedtm.com adds 482ms and costs ~€8/month
- cdn.rudderlabs.com adds 396ms and costs ~€7/month
- Optimizely adds 382ms and costs ~€7/month
- Google Tag Manager adds 305ms and costs ~€5/month
- obs.tostarsbuilding.com adds 286ms and costs ~€5/month
- cdn.bizible.com adds 281ms and costs ~€5/month
- www.cvent.com adds 245ms and costs ~€4/month
- Facebook Pixel adds 241ms and costs ~€4/month
- j.6sc.co adds 236ms and costs ~€4/month
- sjrtp-cdn.marketo.com adds 232ms and costs ~€4/month
- Facebook Pixel adds 221ms 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
Unattributable takes 2463ms 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.gstatic.com takes 1853ms 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.cvent.com takes 1722ms 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.cvent.com takes 1279ms 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
ob.tostarsbuilding.com takes 753ms 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
hello.cvent.com takes 733ms 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 hello.cvent.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.cvent.com takes 619ms 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.datadoghq-browser-agent.com takes 610ms 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
58% of www.datadoghq-browser-agent.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 534ms 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
assets.adobedtm.com takes 482ms 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
50% 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
cdn.rudderlabs.com takes 396ms 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
Optimizely takes 382ms 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 Optimizely'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 305ms 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
obs.tostarsbuilding.com takes 286ms 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.bizible.com takes 281ms 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.cvent.com takes 245ms 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
Facebook Pixel takes 241ms 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
j.6sc.co takes 236ms 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
sjrtp-cdn.marketo.com takes 232ms 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
59% of sjrtp-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
Facebook Pixel takes 221ms 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
85% of rtp-static.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
78% of cvent.chilipiper.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
73% of cvent.chilipiper.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
68% of cvent.chilipiper.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 cdn.mouseflow.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