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.
3.73 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.81 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
986 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.029
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.48 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.
14.12 s
Page Load Progression
FPage Weight BudgetAction13.8 MB transferred, 161 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 ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction4754ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 1157ms | 35ms | 0ms | 3rd |
| https://js.hs-analytics.net/analytics/1776894000000/53.js | 793ms | 644ms | 16ms | 3rd |
| https://www.hubspot.com/home-c | 678ms | 25ms | 4ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-N5LT88 | 448ms | 359ms | 61ms | 3rd |
| https://ob.greencolumnart.com/i/2269cb35d68742ffa3ba89c23cfa9948.js | 320ms | 277ms | 9ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-X&cx=c>m=4e64k0 | 192ms | 152ms | 38ms | 3rd |
| https://www.hubspot.com/wt-assets/static-files/mktg-analytics/latest/bundle.min.js | 186ms | 144ms | 4ms | 3rd |
| https://tags.pw.adn.cloud/V9WA75/activation.js | 142ms | 123ms | 12ms | 3rd |
| https://www.hubspot.com/hubfs/hub_generated/template_assets/1/207928094069/1776130426655/template_header.min.js | 135ms | 50ms | 3ms | 3rd |
| https://js.hs-banner.com/v2/53/banner.js | 134ms | 51ms | 61ms | 3rd |
Showing top 10 of 18 scripts
DPage Weight InventoryAction161 resources · 13.8 MB · 157 KB savings availableFIX
~157.1 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 161 resources | 13.8 MiB | ||||||
BImage Optimization17 images, 0 KB saveableREVIEW
CJS BundlesAction44 scripts, 157 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtm.js?id=GTM-N5LT88 | 212 KB | 67 KB (31%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-X&cx=c>m=4e64k0 | 137 KB | 63 KB (46%) | ✓ | 3rd |
| https://tags.pw.adn.cloud/V9WA75/activation.js | 44 KB | 27 KB (63%) | ✓ | 3rd |
| https://www.hubspot.com/hubfs/hub_generated/module_assets/1/80992206983/1776092570522/module_logoCarousel.min.js | 7 KB | — | ✓ | 3rd |
| https://www.hubspot.com/hs/hsstatic/HubspotToolsMenu/static-1.640/js/index.js | 6 KB | — | ✓ | 3rd |
| https://www.hubspot.com/hubfs/hub_generated/template_assets/1/207928094068/1776130430885/template_nav-shared.min.js | 1 KB | — | ✓ | 3rd |
| https://www.hubspot.com/hubfs/hub_generated/template_assets/1/207928094060/1776130427701/template_footer.min.js | 2 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/1776708238545/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
A+Text CompressionAll text resources are compressedPASS
A+Font Loading5 fonts (129 KB)PASS
Web fonts
5
129 KB total
Render-blocking
0
of 5
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 Hints10 hints, 0 missing preconnectsPASS
Current Resource Hints
10 resource hints configured
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
AHTTP Cachingmax-age=120 (2 minutes)PASS
no-transform, max-age=120
| Directive | Value | Meaning |
|---|---|---|
| no-transform | — | |
| max-age | 120 | Cache for 2 minutes |
Network Waterfall161 requests over 6719msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 1157ms | 0 KB | — | €13/mo | Costly |
HubSpot Analytics js.hs-analytics.net | Analytics | 793ms | 51 KB | — | €9/mo | Costly |
www.hubspot.com www.hubspot.com | Other | 678ms | 104 KB | — | €7/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 448ms | 212 KB | 31% | €5/mo | Costly |
ob.greencolumnart.com ob.greencolumnart.com | Other | 320ms | 45 KB | — | €3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 192ms | 137 KB | 46% | €2/mo | Optional |
www.hubspot.com www.hubspot.com | Other | 186ms | 8 KB | — | €2/mo | Optional |
tags.pw.adn.cloud tags.pw.adn.cloud | Other | 142ms | 44 KB | 63% | €2/mo | Optional |
www.hubspot.com www.hubspot.com | Other | 135ms | 11 KB | — | €1/mo | Optional |
js.hs-banner.com js.hs-banner.com | Other | 134ms | 141 KB | — | €1/mo | Optional |
js.hubspot.com js.hubspot.com | Other | 111ms | 17 KB | — | €1/mo | Optional |
obs.greencolumnart.com obs.greencolumnart.com | Other | 93ms | 2 KB | — | €1/mo | Optional |
53.fs1.hubspotusercontent-na1.net 53.fs1.hubspotusercontent-na1.net | Other | 75ms | 0 KB | — | €1/mo | Optional |
js.usemessages.com js.usemessages.com | Other | 71ms | 33 KB | — | €1/mo | Optional |
53.fs1.hubspotusercontent-na1.net 53.fs1.hubspotusercontent-na1.net | Other | 57ms | 0 KB | — | €1/mo | Optional |
app.hubspot.com app.hubspot.com | Other | 55ms | 6 KB | — | €1/mo | Optional |
js.hubspot.com js.hubspot.com | Other | 54ms | 28 KB | — | €1/mo | Optional |
53.fs1.hubspotusercontent-na1.net 53.fs1.hubspotusercontent-na1.net | Other | 53ms | 0 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 1157ms and costs ~€13/month
- HubSpot Analytics adds 793ms and costs ~€9/month
- www.hubspot.com adds 678ms and costs ~€7/month
- Google Tag Manager adds 448ms and costs ~€5/month
- ob.greencolumnart.com adds 320ms 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
Unattributable takes 1157ms 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
HubSpot Analytics takes 793ms 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
www.hubspot.com takes 678ms 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 448ms 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
ob.greencolumnart.com takes 320ms 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
63% of tags.pw.adn.cloud'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