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.78 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
10.66 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.26 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.120
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.78 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.
36.21 s
Page Load Progression
FPage Weight BudgetAction13.0 MB transferred, 218 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
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction11199ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 2941ms | 161ms | 0ms | 3rd |
| https://slack.com/ | 1944ms | 40ms | 9ms | 1st |
| https://www.googletagmanager.com/gtm.js?id=GTM-KH2LPK | 1685ms | 1382ms | 115ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-QTJQME5M5D&cx=c>m=4e6411 | 983ms | 837ms | 69ms | 3rd |
| https://t.contentsquare.net/uxa/eaf9ce4ae4903.js | 622ms | 534ms | 74ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=DC-12632256&cx=c>m=4e6411 | 591ms | 544ms | 43ms | 3rd |
| https://a.slack-edge.com/bv1-13-br/rollup-marketing.8312e05a3c017ab833de.marketing.min.js | 507ms | 332ms | 132ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202402.1.0/otBannerSdk.js | 308ms | 223ms | 54ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-11463663&cx=c>m=4e6411 | 264ms | 213ms | 48ms | 3rd |
| https://tag.demandbase.com/n1qTRo0B.min.js | 263ms | 167ms | 7ms | 3rd |
Showing top 10 of 20 scripts
FJS BundlesAction41 scripts, 567 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 | 135 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=4e6411 | 128 KB | 59 KB (46%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=DC-12632256&cx=c>m=4e6411 | 129 KB | 59 KB (45%) | ✓ | 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 | 57 KB (29%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-QTJQME5M5D&cx=c>m=4e6411 | 178 KB | 51 KB (29%) | ✓ | 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 |
| https://a.slack-edge.com/bv1-13-br/swiper.c790778cd9fb4f6b41e1.marketing.min.js | 35 KB | 20 KB (58%) | ✓ | 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.
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
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 Hints1 hints, 0 missing preconnectsPASS
Current Resource Hints
1 resource hints configured
Network Waterfall218 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 | 2941ms | 0 KB | — | $55/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 1685ms | 196 KB | 29% | $32/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 983ms | 178 KB | 29% | $18/mo | Costly |
t.contentsquare.net t.contentsquare.net | Other | 622ms | 140 KB | 54% | $12/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 591ms | 129 KB | 45% | $11/mo | Costly |
a.slack-edge.com a.slack-edge.com | Other | 507ms | 186 KB | 73% | $10/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 308ms | 105 KB | 55% | $6/mo | Essential |
Google Tag Manager www.googletagmanager.com | Tag Manager | 264ms | 128 KB | 46% | $5/mo | Costly |
tag.demandbase.com tag.demandbase.com | Other | 263ms | 19 KB | — | $5/mo | Costly |
b-code.liadm.com b-code.liadm.com | Other | 210ms | 47 KB | — | $4/mo | Costly |
a.slack-edge.com a.slack-edge.com | Other | 155ms | 35 KB | 58% | $3/mo | Optional |
a.slack-edge.com a.slack-edge.com | Other | 147ms | 1 KB | — | $3/mo | Optional |
www.redditstatic.com www.redditstatic.com | Other | 109ms | 19 KB | — | $2/mo | Optional |
trk.techtarget.com trk.techtarget.com | Other | 100ms | 1 KB | — | $2/mo | Optional |
LinkedIn Insight snap.licdn.com | Advertising | 89ms | 19 KB | — | $2/mo | Optional |
www.mczbf.com www.mczbf.com | Other | 85ms | 13 KB | — | $2/mo | Optional |
www.youtube.com www.youtube.com | Other | 71ms | 11 KB | — | $1/mo | Optional |
a.slack-edge.com a.slack-edge.com | Other | 65ms | 84 KB | — | $1/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 57ms | 9 KB | — | $1/mo | Essential |
These scripts may cost more than they're worth
- Unattributable adds 2941ms and costs ~$55/month
- Google Tag Manager adds 1685ms and costs ~$32/month
- Google Tag Manager adds 983ms and costs ~$18/month
- t.contentsquare.net adds 622ms and costs ~$12/month
- Google Tag Manager adds 591ms and costs ~$11/month
- a.slack-edge.com adds 507ms and costs ~$10/month
- Google Tag Manager adds 264ms and costs ~$5/month
- tag.demandbase.com adds 263ms and costs ~$5/month
- b-code.liadm.com adds 210ms and costs ~$4/month
83% 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
Unattributable takes 2941ms 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 1685ms 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 983ms 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 622ms 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
Google Tag Manager takes 591ms 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
a.slack-edge.com takes 507ms 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
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
Google Tag Manager takes 264ms 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
tag.demandbase.com takes 263ms 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
b-code.liadm.com takes 210ms 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
58% 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