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.
2.60 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
12.23 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.80 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.931
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
8.37 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.
23.22 s
Page Load Progression
FPage Weight BudgetAction12.5 MB transferred, 169 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
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
FJS Execution CostAction15817ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.snowflake.com/etc.clientlibs/snowflake-site/clientlibs/clientlib-react.lc-926c1d55e3692cbbecf41ba4c2184fee-lc.min.js | 6593ms | 3327ms | 385ms | 1st |
| Unattributable | 2211ms | 59ms | 0ms | 3rd |
| https://www.snowflake.com/etc/cloudsettings.kernel.js/conf/snowflake-site/settings/cloudsettings/legacy/contexthub | 2170ms | 731ms | 26ms | 1st |
| https://www.snowflake.com/en/ | 1706ms | 24ms | 7ms | 1st |
| https://www.googletagmanager.com/gtm.js?id=GTM-5Q8R2G | 853ms | 646ms | 95ms | 3rd |
| https://252-rfo-227.mktoweb.com/js/forms2/js/forms2.min.js | 707ms | 428ms | 26ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js | 656ms | 290ms | 66ms | 3rd |
| https://www.snowflake.com/etc.clientlibs/snowflake-site/clientlibs/clientlib-react/resources/static/js/8062.7963b214.chunk.js | 350ms | 238ms | 40ms | 1st |
| https://assets.adobedtm.com/0a17b55ca7cd/44cd06dd2ecb/launch-643b1321858d.min.js | 239ms | 203ms | 32ms | 3rd |
| https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 | 179ms | 160ms | 5ms | 3rd |
Showing top 10 of 13 scripts
FJS BundlesAction41 scripts, 664 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.snowflake.com/etc.clientlibs/snowflake-site/clientlibs/clientlib-react.lc-926c1d55e3692cbbecf41ba4c2184fee-lc.min.js | 571 KB | 359 KB (63%) | ✓ | 1st |
| https://www.googletagmanager.com/gtm.js?id=GTM-5Q8R2G | 190 KB | 75 KB (40%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js | 129 KB | 68 KB (53%) | ✓ | 3rd |
| https://www.snowflake.com/etc.clientlibs/snowflake-site/clientlibs/clientlib-react/resources/static/js/8062.7963b214.chunk.js | 83 KB | 50 KB (61%) | ✓ | 1st |
| https://252-rfo-227.mktoweb.com/js/forms2/js/forms2.min.js | 67 KB | 33 KB (49%) | ✓ | 3rd |
| https://252-rfo-227.mktoweb.com/js/forms2/js/forms2.min.js | 68 KB | 33 KB (49%) | ✓ | 3rd |
| https://assets.adobedtm.com/0a17b55ca7cd/44cd06dd2ecb/launch-643b1321858d.min.js | 68 KB | 25 KB (37%) | ✓ | 3rd |
| https://www.snowflake.com/etc/cloudsettings.kernel.js/conf/snowflake-site/settings/cloudsettings/legacy/contexthub | 58 KB | 20 KB (36%) | ✓ | 1st |
| https://www.snowflake.com/etc.clientlibs/snowflake-site/clientlibs/clientlib-react/resources/static/js/svgs282.9d4eb048.chunk.js | 2 KB | — | ✓ | 1st |
| https://www.snowflake.com/etc.clientlibs/snowflake-site/clientlibs/clientlib-react/resources/static/js/svgs406.b8526066.chunk.js | 1 KB | — | ✓ | 1st |
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
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization84 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
A+Third-Party Impact6% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading5 fonts (476 KB)PASS
Web fonts
5
476 KB total
Render-blocking
0
of 5
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
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 ~207 KB and ~414 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
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 Waterfall169 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 | 2211ms | 0 KB | — | $38/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 853ms | 190 KB | 40% | $15/mo | Costly |
252-rfo-227.mktoweb.com 252-rfo-227.mktoweb.com | Other | 707ms | 67 KB | 49% | $12/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 656ms | 129 KB | 53% | $11/mo | Essential |
assets.adobedtm.com assets.adobedtm.com | Other | 239ms | 68 KB | 37% | $4/mo | Costly |
static.cloudflareinsights.com static.cloudflareinsights.com | Other | 179ms | 11 KB | — | $3/mo | Optional |
ws-assets.zoominfo.com ws-assets.zoominfo.com | Other | 50ms | 15 KB | — | $1/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 50ms | 9 KB | — | $1/mo | Essential |
These scripts may cost more than they're worth
- Unattributable adds 2211ms and costs ~$38/month
- Google Tag Manager adds 853ms and costs ~$15/month
- 252-rfo-227.mktoweb.com adds 707ms and costs ~$12/month
- assets.adobedtm.com adds 239ms and costs ~$4/month
Unattributable takes 2211ms 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 853ms 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
252-rfo-227.mktoweb.com takes 707ms 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
53% 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
assets.adobedtm.com takes 239ms 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