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.
734 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.25 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.44 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.027
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.68 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.
6.98 s
Page Load Progression
FPage Weight BudgetAction31.9 MB transferred, 268 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
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.
Source: web.dev
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 Execution CostAction7502ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://slack.com/ | 4277ms | 12ms | 2ms | 1st |
| Unattributable | 1280ms | 59ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-KH2LPK | 677ms | 542ms | 81ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-QTJQME5M5D&cx=c>m=4e6420h2 | 323ms | 277ms | 24ms | 3rd |
| https://t.contentsquare.net/uxa/eaf9ce4ae4903.js | 276ms | 192ms | 81ms | 3rd |
| https://a.slack-edge.com/bv1-13-br/rollup-marketing.8312e05a3c017ab833de.marketing.min.js | 130ms | 89ms | 28ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-11463663&cx=c>m=4e6420h2 | 128ms | 95ms | 31ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=DC-12632256&cx=c>m=4e6420h2 | 97ms | 84ms | 11ms | 3rd |
| https://tag.demandbase.com/n1qTRo0B.min.js | 90ms | 52ms | 2ms | 3rd |
| https://b-code.liadm.com/a-01kd.min.js | 90ms | 71ms | 11ms | 3rd |
Showing top 10 of 12 scripts
FJS BundlesAction43 scripts, 604 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://a.slack-edge.com/bv1-13-br/rollup-marketing.8312e05a3c017ab833de.marketing.min.js | 186 KB | 136 KB (73%) | ✓ | 3rd |
| https://t.contentsquare.net/uxa/eaf9ce4ae4903.js | 140 KB | 75 KB (54%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-11463663&cx=c>m=4e6420h2 | 128 KB | 59 KB (46%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=DC-12632256&cx=c>m=4e6420h2 | 130 KB | 59 KB (46%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202402.1.0/otBannerSdk.js | 105 KB | 58 KB (55%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-KH2LPK | 196 KB | 58 KB (29%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-QTJQME5M5D&cx=c>m=4e6420h2 | 178 KB | 51 KB (29%) | ✓ | 3rd |
| https://a.slack-edge.com/bv1-13-br/swiper.c790778cd9fb4f6b41e1.marketing.min.js | 35 KB | 35 KB (100%) | ✓ | 3rd |
| https://a.slack-edge.com/bv1-13-br/marketing-core.cf1dd39ec9100fc5cc4f.marketing.min.js | 31 KB | 28 KB (91%) | ✓ | 3rd |
| https://a.slack-edge.com/bv1-13-br/marketing-customer-videos.c547a581ff0c64e6cfa8.marketing.min.js | 25 KB | 24 KB (99%) | ✓ | 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
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction79 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
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
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
Set explicit width and height to prevent CLS.
Performance issues directly impact user engagement and conversion rates.
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
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Font Loading7 fonts (239 KB)PASS
Web fonts
7
239 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 Waterfall268 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 | 1280ms | 0 KB | — | $24/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 677ms | 196 KB | 29% | $13/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 323ms | 178 KB | 29% | $6/mo | Costly |
t.contentsquare.net t.contentsquare.net | Other | 276ms | 140 KB | 54% | $5/mo | Costly |
a.slack-edge.com a.slack-edge.com | Other | 130ms | 186 KB | 73% | $2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 128ms | 128 KB | 46% | $2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 97ms | 130 KB | 46% | $2/mo | Optional |
tag.demandbase.com tag.demandbase.com | Other | 90ms | 19 KB | — | $2/mo | Optional |
b-code.liadm.com b-code.liadm.com | Other | 90ms | 47 KB | — | $2/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 76ms | 105 KB | 55% | $1/mo | Essential |
www.mczbf.com www.mczbf.com | Other | 58ms | 13 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 1280ms and costs ~$24/month
- Google Tag Manager adds 677ms and costs ~$13/month
- Google Tag Manager adds 323ms and costs ~$6/month
- t.contentsquare.net adds 276ms and costs ~$5/month
43% 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 1280ms 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 677ms 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 323ms 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
t.contentsquare.net takes 276ms 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
54% of t.contentsquare.net'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
73% of a.slack-edge.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
55% 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