Performance
· 15 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.
727 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.21 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
246 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
813 ms
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
5.84 s
Page Load Progression
FPage Weight BudgetAction9.6 MB transferred, 275 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 ImpactAction92% third-party, 0 ms blockingFIX
DJS Execution CostAction2144ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 529ms | 51ms | 0ms | 3rd |
| https://sproutsocial.com/ | 273ms | 2ms | 0ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-WY9TEC8W6X&cx=c>m=4e64h1 | 268ms | 231ms | 17ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-T9537R | 224ms | 183ms | 24ms | 3rd |
| https://sproutsocial.com/_next/static/chunks/0c_660~xf9dwi.js | 157ms | 139ms | 6ms | 1st |
| https://sproutsocial.com/assets/sentry.js | 123ms | 79ms | 2ms | 1st |
| https://js.qualified.com/qualified.js?token=9xabZoMAPTrAj7Ag | 121ms | 92ms | 13ms | 3rd |
| https://cdn.optimizely.com/js/18179512350.js | 99ms | 87ms | 11ms | 3rd |
| https://j.6sc.co/6si.min.js | 96ms | 87ms | 2ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202411.1.0/otBannerSdk.js | 88ms | 44ms | 41ms | 3rd |
Showing top 10 of 13 scripts
FJS BundlesAction101 scripts, 796 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 InventoryAction275 resources · 9.6 MB · 796 KB savings availableFIX
~795.8 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 275 resources | 9.6 MiB | ||||||
CImage OptimizationAction78 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
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 HintsNo optimization neededPASS
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 Waterfall275 requests over 41807msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 529ms | 0 KB | — | $10/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 268ms | 176 KB | 39% | $5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 224ms | 187 KB | 30% | $4/mo | Costly |
js.qualified.com js.qualified.com | Other | 121ms | 117 KB | 50% | $2/mo | Optional |
Optimizely cdn.optimizely.com | A/B Testing | 99ms | 111 KB | 42% | $2/mo | Optional |
j.6sc.co j.6sc.co | Other | 96ms | 19 KB | — | $2/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 88ms | 112 KB | 67% | $2/mo | Essential |
cdn.bizible.com cdn.bizible.com | Other | 60ms | 25 KB | — | $1/mo | Optional |
cdn-app.pathfactory.com cdn-app.pathfactory.com | Other | 55ms | 28 KB | — | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 52ms | 141 KB | 37% | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 529ms and costs ~$10/month
- Google Tag Manager adds 268ms and costs ~$5/month
- Google Tag Manager adds 224ms and costs ~$4/month
74% 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 529ms 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 268ms 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 224ms 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