Performance
· 14 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.
616 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.41 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
325 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.930
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.61 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.
4.63 s
Page Load Progression
FPage Weight BudgetAction12.7 MB transferred, 172 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 CostAction3623ms 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 | 1558ms | 721ms | 79ms | 1st |
| Unattributable | 628ms | 17ms | 0ms | 3rd |
| https://www.snowflake.com/en/ | 445ms | 7ms | 1ms | 1st |
| https://www.snowflake.com/etc/cloudsettings.kernel.js/conf/snowflake-site/settings/cloudsettings/legacy/contexthub | 411ms | 188ms | 7ms | 1st |
| https://www.googletagmanager.com/gtm.js?id=GTM-5Q8R2G | 204ms | 153ms | 24ms | 3rd |
| https://252-rfo-227.mktoweb.com/js/forms2/js/forms2.min.js | 145ms | 91ms | 6ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js | 105ms | 62ms | 16ms | 3rd |
| https://assets.adobedtm.com/0a17b55ca7cd/44cd06dd2ecb/launch-643b1321858d.min.js | 72ms | 59ms | 11ms | 3rd |
| https://www.snowflake.com/etc.clientlibs/snowflake-site/clientlibs/clientlib-react/resources/static/js/8062.7963b214.chunk.js | 56ms | 47ms | 9ms | 1st |
FJS BundlesAction40 scripts, 665 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 | 360 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.
CImage OptimizationAction88 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
A+Third-Party Impact5% 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 ~208 KB and ~416 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall172 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 | 628ms | 0 KB | — | $11/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 204ms | 190 KB | 40% | $4/mo | Costly |
252-rfo-227.mktoweb.com 252-rfo-227.mktoweb.com | Other | 145ms | 67 KB | 49% | $2/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 105ms | 129 KB | 53% | $2/mo | Essential |
assets.adobedtm.com assets.adobedtm.com | Other | 72ms | 68 KB | 37% | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 628ms and costs ~$11/month
- Google Tag Manager adds 204ms and costs ~$4/month
Unattributable takes 628ms 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 204ms 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