Performance
· 16 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.
8.37 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
26.19 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.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.00 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.
28.74 s
Page Load Progression
FPage Weight BudgetAction5.0 MB transferred, 142 requestsFIX
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
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 CostAction6805ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 1551ms | 92ms | 0ms | 3rd |
| https://cdn.prod.website-files.com/681399f654933b29e12fb8bd/js/dagster-staging.schunk.563eb3907c6f1b1e.js | 1124ms | 220ms | 38ms | 3rd |
| https://cmp.osano.com/16CVGvUGMuXuz33ME/c128a217-a521-43aa-9278-ca40024674dd/osano.js | 944ms | 866ms | 31ms | 3rd |
| https://dagster.io/ | 888ms | 74ms | 6ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-84VRQZG7TV&cx=c>m=4e6460h1 | 440ms | 313ms | 112ms | 3rd |
| https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=681399f654933b29e12fb8bd | 417ms | 352ms | 8ms | 3rd |
| https://cdn.prod.website-files.com/681399f654933b29e12fb8bd/js/dagster-staging.ec70ea3a.8927319c1fc3959d.js | 255ms | 214ms | 1ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-T3P7KMM4 | 247ms | 179ms | 61ms | 3rd |
| https://js.hsforms.net/forms/v2.js | 197ms | 112ms | 80ms | 3rd |
| https://ws-assets.zoominfo.com/formcomplete.js | 169ms | 143ms | 11ms | 3rd |
Showing top 10 of 16 scripts
FJS BundlesAction53 scripts, 538 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://js.hsforms.net/forms/v2.js | 197 KB | 115 KB (61%) | ✓ | 3rd |
| https://prod-assets.sequelvideo.com/uploads/toolkit/sequel.js | 183 KB | 82 KB (45%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-84VRQZG7TVD | 136 KB | 81 KB (60%) | ✓ | 3rd |
| https://cdn.prod.website-files.com/681399f654933b29e12fb8bd/js/dagster-staging.schunk.f2efb3c5440a81cf.js | 89 KB | 71 KB (80%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-84VRQZG7TV&cx=c>m=4e6460h1 | 176 KB | 68 KB (38%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-T3P7KMM4 | 160 KB | 66 KB (41%) | ✓ | 3rd |
| https://cdn.segment.com/next-integrations/actions/hubspot-web/f25ba9be5f530adf0e00.js | 53 KB | 33 KB (63%) | ✓ | 3rd |
| https://cmp.osano.com/16CVGvUGMuXuz33ME/c128a217-a521-43aa-9278-ca40024674dd/osano.js | 77 KB | 21 KB (28%) | ✓ | 3rd |
| https://cdn.jsdelivr.net/npm/@finsweet/attributes@2/dist/chunk-WL5KIXHF.js | 1 KB | — | ✓ | 3rd |
| https://cdn.jsdelivr.net/npm/@finsweet/attributes@2/dist/chunk-UAA7M346.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
CImage OptimizationAction41 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.
Performance issues directly impact user engagement and conversion rates.
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
BHTTP CachingprivateREVIEW
private
| Directive | Value | Meaning |
|---|---|---|
| private | — | Only browser cache, not CDN/proxy |
A+Text CompressionAll text resources are compressedPASS
A+Font Loading8 fonts (182 KB)PASS
Web fonts
8
182 KB total
Render-blocking
0
of 8
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 Hints25 hints, 0 missing preconnectsPASS
Current Resource Hints
25 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: Cloudflare
Network Waterfall142 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 |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 1551ms | 0 KB | — | $29/mo | Costly |
cdn.prod.website-files.com cdn.prod.website-files.com | Other | 1124ms | 60 KB | — | $21/mo | Costly |
cmp.osano.com cmp.osano.com | Other | 944ms | 77 KB | 28% | $18/mo | Costly |
dagster.io dagster.io | Other | 888ms | 25 KB | — | $17/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 440ms | 176 KB | 38% | $8/mo | Costly |
d3e54v103j8qbb.cloudfront.net d3e54v103j8qbb.cloudfront.net | Other | 417ms | 31 KB | — | $8/mo | Costly |
cdn.prod.website-files.com cdn.prod.website-files.com | Other | 255ms | 1 KB | — | $5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 247ms | 160 KB | 41% | $5/mo | Costly |
js.hsforms.net js.hsforms.net | Other | 197ms | 197 KB | 61% | $4/mo | Optional |
ws-assets.zoominfo.com ws-assets.zoominfo.com | Other | 169ms | 15 KB | — | $3/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 135ms | 136 KB | 60% | $3/mo | Optional |
js.hscollectedforms.net js.hscollectedforms.net | Other | 120ms | 26 KB | — | $2/mo | Optional |
Segment cdn.segment.com | Analytics | 114ms | 9 KB | — | $2/mo | Optional |
Segment cdn.segment.com | Analytics | 77ms | 53 KB | 63% | $1/mo | Optional |
cdn.prod.website-files.com cdn.prod.website-files.com | Other | 73ms | 89 KB | 80% | $1/mo | Optional |
ajax.googleapis.com ajax.googleapis.com | Other | 53ms | 6 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 1551ms and costs ~$29/month
- cdn.prod.website-files.com adds 1124ms and costs ~$21/month
- cmp.osano.com adds 944ms and costs ~$18/month
- dagster.io adds 888ms and costs ~$17/month
- Google Tag Manager adds 440ms and costs ~$8/month
- d3e54v103j8qbb.cloudfront.net adds 417ms and costs ~$8/month
- cdn.prod.website-files.com adds 255ms and costs ~$5/month
- Google Tag Manager adds 247ms 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
Unattributable takes 1551ms 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.prod.website-files.com takes 1124ms 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
cmp.osano.com takes 944ms 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
dagster.io takes 888ms 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 440ms 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
d3e54v103j8qbb.cloudfront.net takes 417ms 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.prod.website-files.com takes 255ms 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 247ms 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
61% of js.hsforms.net'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 Google Tag Manager'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
63% of Segment'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
80% of cdn.prod.website-files.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