Performance
· 17 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.
5.52 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
36.58 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.77 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.006
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.22 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.
37.49 s
Page Load Progression
FPage Weight BudgetAction9.4 MB transferred, 257 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 ImpactAction95% third-party, 0 ms blockingFIX
FJS Execution CostAction15224ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://sproutsocial.com/ | 4975ms | 7ms | 0ms | 1st |
| Unattributable | 2288ms | 267ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-WY9TEC8W6X&cx=c>m=4e64h1 | 1195ms | 1037ms | 66ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-T9537R | 937ms | 779ms | 103ms | 3rd |
| https://sproutsocial.com/_next/static/chunks/0c_660~xf9dwi.js | 665ms | 620ms | 22ms | 1st |
| https://sproutsocial.com/assets/sentry.js | 503ms | 293ms | 9ms | 1st |
| https://js.qualified.com/qualified.js?token=9xabZoMAPTrAj7Ag | 458ms | 348ms | 58ms | 3rd |
| https://cdn.optimizely.com/js/18179512350.js | 422ms | 373ms | 45ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202411.1.0/otBannerSdk.js | 347ms | 159ms | 183ms | 3rd |
| https://j.6sc.co/6si.min.js | 347ms | 313ms | 9ms | 3rd |
Showing top 10 of 30 scripts
FJS BundlesAction89 scripts, 640 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://cdn.cookielaw.org/scripttemplates/202411.1.0/otBannerSdk.js | 112 KB | 75 KB (67%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-WY9TEC8W6X&cx=c>m=4e64h1 | 176 KB | 68 KB (39%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-12241085&cx=c>m=4e64h1 | 129 KB | 60 KB (46%) | ✓ | 3rd |
| https://js.qualified.com/qualified.js?token=9xabZoMAPTrAj7Ag | 117 KB | 58 KB (50%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-10155030&cx=c>m=4e64h1 | 129 KB | 57 KB (44%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-T9537R | 187 KB | 56 KB (30%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-10950212044&cx=c>m=4e64h1 | 137 KB | 55 KB (40%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-1023026350&cx=c>m=4e64h1 | 141 KB | 53 KB (37%) | ✓ | 3rd |
| https://js.qualified.com/packs/js/multimodal_v2-3fbc98a7.js | 97 KB | 50 KB (52%) | ✓ | 3rd |
| https://cdn.optimizely.com/js/18179512350.js | 111 KB | 46 KB (42%) | ✓ | 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 InventoryAction257 resources · 9.4 MB · 640 KB savings availableFIX
~639.8 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 257 resources | 9.4 MiB | ||||||
CImage OptimizationAction77 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
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 Loading5 fonts (294 KB)PASS
Web fonts
5
294 KB total
Render-blocking
0
of 5
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 ~52 KB and ~104 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints17 hints, 0 missing preconnectsPASS
Current Resource Hints
17 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+HTTP Cachingmax-age=3600 (1 hour)PASS
public,max-age=3600,must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 3600 | Cache for 1 hour |
| must-revalidate | — | Must recheck with server after expiry |
Network Waterfall257 requests over 41714msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 2288ms | 0 KB | — | $43/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 1195ms | 176 KB | 39% | $22/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 937ms | 187 KB | 30% | $18/mo | Costly |
js.qualified.com js.qualified.com | Other | 458ms | 117 KB | 50% | $9/mo | Costly |
Optimizely cdn.optimizely.com | A/B Testing | 422ms | 111 KB | 42% | $8/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 347ms | 112 KB | 67% | $7/mo | Essential |
j.6sc.co j.6sc.co | Other | 347ms | 19 KB | — | $7/mo | Costly |
cdn.bizible.com cdn.bizible.com | Other | 266ms | 25 KB | — | $5/mo | Costly |
cdn-app.pathfactory.com cdn-app.pathfactory.com | Other | 242ms | 60 KB | 47% | $5/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 218ms | 97 KB | 35% | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 208ms | 141 KB | 37% | $4/mo | Costly |
js.qualified.com js.qualified.com | Other | 191ms | 97 KB | 52% | $4/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 184ms | 137 KB | 40% | $3/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 180ms | 129 KB | 44% | $3/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 174ms | 129 KB | 46% | $3/mo | Optional |
utt.impactcdn.com utt.impactcdn.com | Other | 167ms | 20 KB | — | $3/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 154ms | 44 KB | — | $3/mo | Optional |
cdn.taboola.com cdn.taboola.com | Other | 145ms | 27 KB | — | $3/mo | Optional |
LinkedIn Insight snap.licdn.com | Advertising | 119ms | 19 KB | — | $2/mo | Optional |
media.sproutsocial.com media.sproutsocial.com | Other | 115ms | 22 KB | — | $2/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 63ms | 9 KB | — | $1/mo | Essential |
Facebook Pixel connect.facebook.net | Advertising | 56ms | 16 KB | — | $1/mo | Optional |
Twitter/X Pixel static.ads-twitter.com | Advertising | 53ms | 13 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 2288ms and costs ~$43/month
- Google Tag Manager adds 1195ms and costs ~$22/month
- Google Tag Manager adds 937ms and costs ~$18/month
- js.qualified.com adds 458ms and costs ~$9/month
- Optimizely adds 422ms and costs ~$8/month
- j.6sc.co adds 347ms and costs ~$7/month
- cdn.bizible.com adds 266ms and costs ~$5/month
- cdn-app.pathfactory.com adds 242ms and costs ~$5/month
- Facebook Pixel adds 218ms and costs ~$4/month
- Google Tag Manager adds 208ms and costs ~$4/month
56% 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 2288ms 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 1195ms 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 937ms 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
js.qualified.com takes 458ms 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
Optimizely takes 422ms 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
67% 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
j.6sc.co takes 347ms 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.bizible.com takes 266ms 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-app.pathfactory.com takes 242ms 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
Facebook Pixel takes 218ms 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 208ms 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
52% of js.qualified.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