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.
1.06 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.09 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
47 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.054
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.67 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.
4.25 s
Page Load Progression
FPage Weight BudgetAction2.8 MB transferred, 178 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
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
DJS BundlesAction52 scripts, 332 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://static.hsappstatic.net/conversations-visitor-ui/static-1.28580/bundles/visitor.js | 342 KB | 149 KB (44%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-N5LT88 | 212 KB | 66 KB (31%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-X&cx=c>m=4e64f0&bs=ctrl2 | 137 KB | 63 KB (46%) | ✓ | 3rd |
| https://tags.pw.adn.cloud/V9WA75/activation.js | 44 KB | 27 KB (63%) | ✓ | 3rd |
| https://static.hsappstatic.net/whisper-core/static-1.9098/whisper-core-entry.js | 37 KB | 27 KB (74%) | ✓ | 3rd |
| https://static.hsappstatic.net/affiliates-landing-embed/ex/referral.js | 2 KB | — | ✓ | 3rd |
| https://www.hubspot.com/hubfs/hub_generated/module_assets/1/190737726287/1754330251072/module_Breeze_Agents_-_Multi-Column_Content.min.js | 1 KB | — | ✓ | 3rd |
| https://www.hubspot.com/hubfs/hub_generated/module_assets/1/194032616504/1776095722370/module_WTM_-_WF_-_Page_Header_-_Human.min.js | 1 KB | — | ✓ | 3rd |
| https://www.hubspot.com/hubfs/hub_generated/module_assets/1/210962225218/1776114338468/module_WTM_-_Feature_Showcase.min.js | 3 KB | — | ✓ | 3rd |
| https://www.hubspot.com/hubfs/hub_generated/template_assets/1/180019264802/1762952720600/template_check-animated-svg.min.js | 1 KB | — | ✓ | 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
DPage Weight InventoryAction178 resources · 2.8 MB · 332 KB savings availableFIX
~331.8 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 178 resources | 2.8 MiB | ||||||
BImage Optimization24 images, 0 KB saveableREVIEW
CJS Execution CostAction1255ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.hubspot.com/home-c | 311ms | 5ms | 1ms | 3rd |
| Unattributable | 242ms | 10ms | 0ms | 3rd |
| https://js.hs-analytics.net/analytics/1776359700000/53.js | 179ms | 140ms | 4ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-N5LT88 | 136ms | 111ms | 23ms | 3rd |
| https://static.hsappstatic.net/conversations-visitor-ui/static-1.28580/bundles/visitor.js | 124ms | 93ms | 21ms | 3rd |
| https://static.hsappstatic.net/head-dlb/static-1.4884/bundle.production.js | 108ms | 101ms | 2ms | 3rd |
| https://ob.greencolumnart.com/i/2269cb35d68742ffa3ba89c23cfa9948.js | 78ms | 64ms | 3ms | 3rd |
| https://www.hubspot.com/wt-assets/static-files/mktg-analytics/latest/bundle.min.js | 78ms | 46ms | 1ms | 3rd |
A+Text CompressionAll text resources are compressedPASS
A+Font Loading7 fonts (1114 KB)PASS
Web fonts
7
1114 KB total
Render-blocking
0
of 7
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 ~479 KB and ~958 ms
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
AHTTP Cachingmax-age=3600 (1 hour)PASS
max-age=3600
| Directive | Value | Meaning |
|---|---|---|
| max-age | 3600 | Cache for 1 hour |
Network Waterfall178 requests over 6694msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.hubspot.com www.hubspot.com | Other | 311ms | 104 KB | — | €3/mo | Costly |
Unattributable Unattributable | Other | 242ms | 0 KB | — | €3/mo | Costly |
HubSpot Analytics js.hs-analytics.net | Analytics | 179ms | 51 KB | — | €2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 136ms | 212 KB | 31% | €1/mo | Optional |
static.hsappstatic.net static.hsappstatic.net | Other | 124ms | 342 KB | 44% | €1/mo | Optional |
static.hsappstatic.net static.hsappstatic.net | Other | 108ms | 20 KB | — | €1/mo | Optional |
ob.greencolumnart.com ob.greencolumnart.com | Other | 78ms | 45 KB | — | €1/mo | Optional |
www.hubspot.com www.hubspot.com | Other | 78ms | 8 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- www.hubspot.com adds 311ms and costs ~€3/month
- Unattributable adds 242ms and costs ~€3/month
100% 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
www.hubspot.com takes 311ms 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 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