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.
1.40 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.72 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
80 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.005
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.40 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.77 s
Page Load Progression
FPage Weight BudgetAction8.8 MB transferred, 91 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
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS BundlesAction35 scripts, 1.4 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.getdbt.com/_next/static/chunks/7641-73639cef0cc45242.js | 459 KB | 450 KB (98%) | ✓ | 3rd |
| https://www.getdbt.com/_next/static/chunks/9677-c65d0244bac40aaa.js | 438 KB | 413 KB (94%) | ✓ | 3rd |
| https://www.getdbt.com/_next/static/chunks/620-507cb01e9b3ab03b.js | 192 KB | 106 KB (55%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-KKF5R7X | 164 KB | 80 KB (49%) | ✓ | 3rd |
| https://www.getdbt.com/_next/static/chunks/47bf8baf-e20b49444a715f32.js | 78 KB | 68 KB (87%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-328058248&cx=c>m=4e6460 | 144 KB | 57 KB (40%) | ✓ | 3rd |
| https://www.getdbt.com/_next/static/chunks/456-e07cad14c828e7df.js | 61 KB | 52 KB (86%) | ✓ | 3rd |
| https://cdn.optimizely.com/js/5579855295676416.js | 90 KB | 47 KB (52%) | ✓ | 3rd |
| https://www.getdbt.com/_next/static/chunks/9933-0d316493926abc4a.js | 48 KB | 42 KB (87%) | ✓ | 3rd |
| https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 57 KB | 38 KB (67%) | ✓ | 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
BImage Optimization22 images, 0 KB saveableREVIEW
CJS Execution CostAction1551ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.getdbt.com/ | 645ms | 7ms | 25ms | 3rd |
| Unattributable | 233ms | 19ms | 0ms | 3rd |
| https://www.getdbt.com/_next/static/chunks/18-734d931430e3e6ea.js | 174ms | 157ms | 5ms | 3rd |
| https://www.getdbt.com/_next/static/chunks/9677-c65d0244bac40aaa.js | 144ms | 128ms | 16ms | 3rd |
| https://ob.greencolumnhealth.com/i/b1abb5fabf95cc12245be3eb1a870015.js | 140ms | 93ms | 3ms | 3rd |
| https://cdn.optimizely.com/js/5579855295676416.js | 77ms | 67ms | 6ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-328058248&cx=c>m=4e6460 | 71ms | 54ms | 16ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-KKF5R7X | 66ms | 46ms | 17ms | 3rd |
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
BHTTP Cachingpublic, max-age=0, must-revalidateREVIEW
public, max-age=0, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 0 | Cache for 0 seconds |
| must-revalidate | — | Must recheck with server after expiry |
A+Text CompressionAll text resources are compressedPASS
A+Font Loading7 fonts (392 KB)PASS
Web fonts
7
392 KB total
Render-blocking
0
of 7
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 HintsNo optimization neededPASS
Network Waterfall91 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 |
|---|---|---|---|---|---|---|
www.getdbt.com www.getdbt.com | Other | 645ms | 494 KB | — | €11/mo | Costly |
Unattributable Unattributable | Other | 233ms | 0 KB | — | €4/mo | Costly |
www.getdbt.com www.getdbt.com | Other | 174ms | 46 KB | — | €3/mo | Optional |
www.getdbt.com www.getdbt.com | Other | 144ms | 438 KB | 94% | €2/mo | Optional |
ob.greencolumnhealth.com ob.greencolumnhealth.com | Other | 140ms | 45 KB | — | €2/mo | Optional |
Optimizely cdn.optimizely.com | A/B Testing | 77ms | 90 KB | 52% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 71ms | 144 KB | 40% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 66ms | 164 KB | 49% | €1/mo | Optional |
These scripts may cost more than they're worth
- www.getdbt.com adds 645ms and costs ~€11/month
- Unattributable adds 233ms 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
www.getdbt.com takes 645ms 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
Unattributable takes 233ms 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
94% of www.getdbt.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
52% 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