Performance
· 16 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.
7.03 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
8.66 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.71 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.031
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.03 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.
19.54 s
Page Load Progression
FPage Weight BudgetAction2.6 MB transferred, 113 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
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
FJS Execution CostAction9730ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.g2.com/ | 2337ms | 1396ms | 36ms | 1st |
| https://www.g2.com/assets/chunk_33218_1dd47c5907e44fff3a20.js | 1052ms | 542ms | 24ms | 1st |
| https://cmp.osano.com/Azqe3XTG0NugLuZ/509014bb-9af4-43fc-8271-bd15f1a7fb2b/osano.js?v1 | 1044ms | 876ms | 33ms | 3rd |
| Unattributable | 971ms | 51ms | 0ms | 3rd |
| https://www.g2.com/assets/app_de151cb933ab7b3b2290.js | 761ms | 441ms | 173ms | 1st |
| https://www.googletagmanager.com/gtm.js?id=GTM-K3WXVK | 580ms | 507ms | 65ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-MFZ5NDXZ5F | 547ms | 468ms | 76ms | 3rd |
| https://www.g2.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 386ms | 340ms | 4ms | 1st |
| https://www.googletagmanager.com/gtag/destination?id=AW-997740239&cx=c>m=4e6460 | 370ms | 312ms | 55ms | 3rd |
| https://js-agent.newrelic.com/nr-spa-1.294.0.min.js | 253ms | 221ms | 15ms | 3rd |
Showing top 10 of 20 scripts
FJS BundlesAction52 scripts, 593 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.g2.com/assets/app_de151cb933ab7b3b2290.js | 297 KB | 197 KB (66%) | ✓ | 1st |
| https://www.googletagmanager.com/gtm.js?id=GTM-K3WXVK | 161 KB | 72 KB (44%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-MX6G7NT>m=4e6460 | 111 KB | 71 KB (65%) | ✓ | 3rd |
| https://accounts.google.com/gsi/client | 93 KB | 66 KB (71%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-997740239&cx=c>m=4e6460 | 146 KB | 62 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-MFZ5NDXZ5F | 177 KB | 55 KB (31%) | ✓ | 3rd |
| https://www.g2.com/assets/chunk_92221_2016862e4f1608fa996b.js | 43 KB | 27 KB (61%) | ✓ | 1st |
| https://www.g2.com/assets/chunk_95279_914cc4f725da35cc09b9.js | 30 KB | 22 KB (74%) | ✓ | 1st |
| https://www.g2.com/assets/chunk_33218_1dd47c5907e44fff3a20.js | 43 KB | 22 KB (50%) | ✓ | 1st |
| https://www.g2.com/assets/chunk_87855_5ad803439554be169276.js | 1 KB | — | ✓ | 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
DHTTP CachingActionno-store (uncacheable)FIX
max-age=0, private, no-cache, no-store, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| max-age | 0 | Cache for 0 seconds |
| private | — | Only browser cache, not CDN/proxy |
| no-cache | — | Cache but always revalidate first |
| no-store | — | Never cache this response |
| must-revalidate | — | Must recheck with server after expiry |
CImage OptimizationAction31 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
AThird-Party Impact35% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading3 fonts (120 KB)PASS
Web fonts
3
120 KB total
Render-blocking
0
of 3
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
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 ~36 KB and ~72 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall113 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 |
|---|---|---|---|---|---|---|
cmp.osano.com cmp.osano.com | Other | 1044ms | 57 KB | — | $14/mo | Costly |
Unattributable Unattributable | Other | 971ms | 0 KB | — | $13/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 580ms | 161 KB | 44% | $8/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 547ms | 177 KB | 31% | $7/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 370ms | 146 KB | 42% | $5/mo | Costly |
js-agent.newrelic.com js-agent.newrelic.com | Other | 253ms | 33 KB | — | $3/mo | Costly |
dd.g2.com dd.g2.com | Other | 237ms | 43 KB | — | $3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 132ms | 111 KB | 65% | $2/mo | Optional |
accounts.google.com accounts.google.com | Other | 126ms | 93 KB | 71% | $2/mo | Optional |
Google Analytics www.google-analytics.com | Analytics | 102ms | 21 KB | — | $1/mo | Optional |
LinkedIn Insight snap.licdn.com | Advertising | 100ms | 19 KB | — | $1/mo | Optional |
cmp.osano.com cmp.osano.com | Other | 89ms | 29 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- cmp.osano.com adds 1044ms and costs ~$14/month
- Unattributable adds 971ms and costs ~$13/month
- Google Tag Manager adds 580ms and costs ~$8/month
- Google Tag Manager adds 547ms and costs ~$7/month
- Google Tag Manager adds 370ms and costs ~$5/month
- js-agent.newrelic.com adds 253ms and costs ~$3/month
- dd.g2.com adds 237ms and costs ~$3/month
47% 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
cmp.osano.com takes 1044ms 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
Unattributable takes 971ms 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 580ms 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 547ms 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 370ms 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-agent.newrelic.com takes 253ms 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
dd.g2.com 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
65% of Google Tag Manager'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
71% of accounts.google.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