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.
2.25 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.22 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.32 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.
2.58 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.
10.29 s
Page Load Progression
FPage Weight BudgetAction6.9 MB transferred, 207 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
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 BundlesAction82 scripts, 2.1 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://d3e54v103j8qbb.cloudfront.net/gen/js/entrypoint-dashboard.30cb6a759e4445e5.js | 2955 KB | 1370 KB (47%) | ✓ | 3rd |
| https://js.stripe.com/v3 | 220 KB | 160 KB (73%) | ✓ | 3rd |
| https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js | 119 KB | 86 KB (73%) | ✓ | 3rd |
| https://d3e54v103j8qbb.cloudfront.net/gen/js/entrypoint-dashboard.f5412e3d3481d42d.chunk-ep.js | 78 KB | 74 KB (96%) | ✓ | 3rd |
| https://accounts.google.com/gsi/client | 96 KB | 69 KB (72%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-ZVKWSS7ZRF&cx=c>m=4e64h1 | 174 KB | 66 KB (38%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-55XXQM3F&l=dataLayer | 159 KB | 61 KB (38%) | ✓ | 3rd |
| https://cdn.prod.website-files.com/686294e263eb7e215bd232f7/js/webflow.achunk.dd898078982f643b.js | 62 KB | 48 KB (79%) | ✓ | 3rd |
| https://webflow.com/TG2vkiqj/init.js | 115 KB | 41 KB (39%) | ✓ | 3rd |
| https://cdn.intellimize.co/snippet/117761985.js | 89 KB | 39 KB (44%) | ✓ | 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 InventoryAction207 resources · 6.9 MB · 2.1 MB savings availableFIX
~2.1 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 207 resources | 6.9 MiB | ||||||
BImage Optimization61 images, 0 KB saveableREVIEW
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
BHTTP CachingprivateREVIEW
private
| Directive | Value | Meaning |
|---|---|---|
| private | — | Only browser cache, not CDN/proxy |
A+Text CompressionAll text resources are compressedPASS
A+JS Execution CostNo JS execution dataPASS
A+Font Loading3 fonts (284 KB)PASS
Web fonts
3
284 KB total
Render-blocking
0
of 3
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
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 ~90 KB and ~180 ms