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.
3.33 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
16.09 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.18 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.041
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.23 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.
22.26 s
Page Load Progression
FPage Weight BudgetAction2.9 MB transferred, 165 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
FJS Execution CostAction8816ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 1238ms | 105ms | 0ms | 3rd |
| https://www.fastly.com/metrics/gtm/?id=GTM-W9FKFHD | 1121ms | 854ms | 66ms | 1st |
| https://cdn.intellimize.co/snippet/117419923.js | 1111ms | 859ms | 57ms | 3rd |
| https://www.fastly.com/ | 913ms | 33ms | 22ms | 1st |
| https://www.fastly.com/app-15c697f1dd9686141621.js | 757ms | 556ms | 23ms | 1st |
| https://www.fastly.com/96a5c58d-064da3f07aef95a05dea.js | 696ms | 156ms | 35ms | 1st |
| https://www.fastly.com/metrics/gtm/?id=G-ETDRC9QJ6S&cx=c>m=4e6411 | 619ms | 456ms | 91ms | 1st |
| https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js | 466ms | 228ms | 50ms | 3rd |
| https://www.fastly.com/metrics/gtm/?id=AW-982297532&cx=c>m=4e6411 | 383ms | 306ms | 58ms | 1st |
| https://j.6sc.co/6si.min.js | 189ms | 155ms | 7ms | 3rd |
Showing top 10 of 22 scripts
DJS BundlesAction50 scripts, 466 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.fastly.com/metrics/gtm/?id=G-ETDRC9QJ6S&cx=c>m=4e6411 | 179 KB | 70 KB (39%) | ✓ | 1st |
| https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js | 127 KB | 68 KB (53%) | ✓ | 3rd |
| https://www.fastly.com/metrics/gtm/?id=GTM-W9FKFHD | 183 KB | 67 KB (37%) | ✓ | 1st |
| https://www.fastly.com/metrics/gtm/?id=AW-982297532&cx=c>m=4e6411 | 151 KB | 61 KB (40%) | ✓ | 1st |
| https://www.fastly.com/b5d5c390-03644ae6f4353bedd82b.js | 67 KB | 55 KB (82%) | ✓ | 1st |
| https://www.fastly.com/96a5c58d-064da3f07aef95a05dea.js | 85 KB | 51 KB (60%) | ✓ | 1st |
| https://connect.facebook.net/en_US/fbevents.js | 95 KB | 36 KB (38%) | ✓ | 3rd |
| https://cdn.intellimize.co/snippet/117419923.js | 104 KB | 35 KB (34%) | ✓ | 3rd |
| https://www.fastly.com/app-15c697f1dd9686141621.js | 71 KB | 23 KB (33%) | ✓ | 1st |
| https://js.zi-scripts.com/zi-tag.js | 6 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
BThird-Party Impact44% third-party, 0 ms blockingREVIEW
BImage Optimization34 images, 0 KB saveableREVIEW
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
BHTTP Cachingmax-age=0, must-revalidateREVIEW
max-age=0, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| max-age | 0 | Cache for 0 seconds |
| must-revalidate | — | Must recheck with server after expiry |
A+Text CompressionAll text resources are compressedPASS
A+Font Loading5 fonts (250 KB)PASS
Web fonts
5
250 KB total
Render-blocking
0
of 5
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 Hints8 hints, 0 missing preconnectsPASS
Current Resource Hints
8 resource hints configured
Network Waterfall165 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 | 1238ms | 0 KB | — | $4/mo | Costly |
cdn.intellimize.co cdn.intellimize.co | Other | 1111ms | 104 KB | 34% | $4/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 466ms | 127 KB | 53% | $2/mo | Essential |
j.6sc.co j.6sc.co | Other | 189ms | 19 KB | — | $1/mo | Optional |
tags.srv.stackadapt.com tags.srv.stackadapt.com | Other | 175ms | 8 KB | — | $1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 168ms | 95 KB | 38% | $1/mo | Optional |
cdn.bizible.com cdn.bizible.com | Other | 156ms | 25 KB | — | $0/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 135ms | 38 KB | — | $0/mo | Optional |
www.fastly.com www.fastly.com | Other | 115ms | 0 KB | — | $0/mo | Optional |
tags.clickagy.com tags.clickagy.com | Other | 111ms | 14 KB | — | $0/mo | Optional |
ws-assets.zoominfo.com ws-assets.zoominfo.com | Other | 106ms | 14 KB | — | $0/mo | Optional |
fastlyinc.widget.insent.ai fastlyinc.widget.insent.ai | Other | 87ms | 23 KB | — | $0/mo | Optional |
LinkedIn Insight snap.licdn.com | Advertising | 85ms | 19 KB | — | $0/mo | Optional |
Bing UET bat.bing.com | Advertising | 54ms | 15 KB | — | $0/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 52ms | 9 KB | — | $0/mo | Essential |
These scripts may cost more than they're worth
- Unattributable adds 1238ms and costs ~$4/month
- cdn.intellimize.co adds 1111ms and costs ~$4/month
48% of JavaScript execution time comes from third-party scripts.
Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.
Learn more ▾ ▴
Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.
Source: web.dev / HTTP Archive Web Almanac
Unattributable takes 1238ms 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.intellimize.co takes 1111ms 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