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.
715 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.02 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
455 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.29 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.
5.46 s
Page Load Progression
FPage Weight BudgetAction2.7 MB transferred, 167 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
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 ImpactAction77% third-party, 0 ms blockingFIX
FJS Execution CostAction6107ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.capterra.com/ | 3425ms | 95ms | 15ms | 1st |
| Unattributable | 624ms | 59ms | 0ms | 3rd |
| https://www.capterra.com/assets-bx-capterra/_next/static/chunks/0hgzfum-n2c7f.js | 521ms | 442ms | 14ms | 1st |
| https://www.googletagmanager.com/gtm.js?id=GTM-NS6WSW4V | 269ms | 213ms | 27ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-8036043&cx=c>m=4e6460 | 237ms | 218ms | 13ms | 3rd |
| https://www.datadoghq-browser-agent.com/us1/v5/datadog-rum.js | 183ms | 143ms | 6ms | 3rd |
| https://forms-as-a-service.capterra.com/faas-modal-payload.js?formId=6HyOcTRcBkZLAc2QGex3tl | 144ms | 116ms | 19ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-M5DGBDHG2R&cx=c>m=4e6460 | 117ms | 81ms | 20ms | 3rd |
| https://www.capterra.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 94ms | 90ms | 1ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=AW-1043250779&cx=c>m=4e6460 | 76ms | 57ms | 18ms | 3rd |
Showing top 10 of 16 scripts
FJS BundlesAction47 scripts, 690 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtm.js?id=GTM-NS6WSW4V | 184 KB | 70 KB (38%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-M5DGBDHG2R&cx=c>m=4e6460 | 171 KB | 67 KB (39%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202403.2.0/otBannerSdk.js | 109 KB | 66 KB (61%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-654961738&cx=c>m=4e6460 | 143 KB | 65 KB (45%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-1043250779&cx=c>m=4e6460 | 145 KB | 64 KB (44%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-1072635088&cx=c>m=4e6460 | 133 KB | 64 KB (48%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-653925177&cx=c>m=4e6460 | 133 KB | 64 KB (48%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-790705806&cx=c>m=4e6460 | 133 KB | 64 KB (48%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-8036043&cx=c>m=4e6460 | 129 KB | 59 KB (46%) | ✓ | 3rd |
| https://www.capterra.com/assets-bx-capterra/_next/static/chunks/08gvlhbk0v~gq.js | 73 KB | 54 KB (75%) | ✓ | 1st |
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.
BImage Optimization69 images, 0 KB saveableREVIEW
A+Text CompressionAll text resources are compressedPASS
A+Font Loading1 fonts (12 KB)PASS
Web fonts
1
12 KB total
Render-blocking
0
of 1
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
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall167 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 | 624ms | 0 KB | — | $8/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 269ms | 184 KB | 38% | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 237ms | 129 KB | 46% | $3/mo | Costly |
www.datadoghq-browser-agent.com www.datadoghq-browser-agent.com | Other | 183ms | 55 KB | 53% | $2/mo | Optional |
forms-as-a-service.capterra.com forms-as-a-service.capterra.com | Other | 144ms | 2 KB | — | $2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 117ms | 171 KB | 39% | $2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 76ms | 145 KB | 44% | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 74ms | 133 KB | 48% | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 74ms | 133 KB | 48% | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 74ms | 133 KB | 48% | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 68ms | 143 KB | 45% | $1/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 59ms | 109 KB | 61% | $1/mo | Essential |
These scripts may cost more than they're worth
- Unattributable adds 624ms and costs ~$8/month
- Google Tag Manager adds 269ms and costs ~$4/month
- Google Tag Manager adds 237ms and costs ~$3/month
Unattributable takes 624ms 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 269ms 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 237ms 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 www.datadoghq-browser-agent.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
61% 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