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.
1.49 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.40 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
435 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.048
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.68 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.64 s
Page Load Progression
FPage Weight BudgetAction3.6 MB transferred, 243 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
DJS Execution CostAction2684ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.hubspot.com/ | 535ms | 12ms | 2ms | 1st |
| Unattributable | 372ms | 35ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-N5LT88 | 319ms | 270ms | 26ms | 3rd |
| https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 288ms | 248ms | 9ms | 3rd |
| https://js.hs-analytics.net/analytics/1775323200000/53.js | 205ms | 138ms | 5ms | 3rd |
| https://static.hsappstatic.net/conversations-visitor-ui/static-1.28445/bundles/visitor.js | 180ms | 126ms | 41ms | 3rd |
| https://static.hsappstatic.net/head-dlb/static-1.4841/bundle.production.js | 138ms | 126ms | 2ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-LXTM6CQ0XK&cx=c>m=4e6411 | 115ms | 98ms | 16ms | 3rd |
| https://tags.pw.adn.cloud/V9WA75/activation.js | 110ms | 100ms | 5ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-X&cx=c>m=4e6411 | 90ms | 76ms | 12ms | 3rd |
Showing top 10 of 15 scripts
FJS BundlesAction74 scripts, 507 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://static.hsappstatic.net/conversations-visitor-ui/static-1.28445/bundles/visitor.js | 342 KB | 149 KB (44%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-LXTM6CQ0XK&cx=c>m=4e6411 | 172 KB | 69 KB (40%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-X&cx=c>m=4e6411 | 135 KB | 59 KB (44%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=DC-11620487&cx=c>m=4e6411 | 130 KB | 58 KB (45%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-N5LT88 | 209 KB | 54 KB (26%) | ✓ | 3rd |
| https://cdn.intellimize.co/snippet/117964275.js | 117 KB | 40 KB (34%) | ✓ | 3rd |
| https://tags.pw.adn.cloud/V9WA75/activation.js | 43 KB | 27 KB (63%) | ✓ | 3rd |
| https://static.hsappstatic.net/whisper-core/static-1.8755/whisper-core-entry.js | 36 KB | 26 KB (74%) | ✓ | 3rd |
| https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 57 KB | 25 KB (44%) | ✓ | 3rd |
| https://js.hs-analytics.net/analytics/1775323200000/53.js | 50 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
BThird-Party Impact58% third-party, 0 ms blockingREVIEW
BImage Optimization40 images, 0 KB saveableREVIEW
BHTTP Cachings-maxage=0,max-age=0REVIEW
s-maxage=0,max-age=0
| Directive | Value | Meaning |
|---|---|---|
| s-maxage | 0 | CDN caches for 0 seconds |
| max-age | 0 | Cache for 0 seconds |
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
Network Waterfall243 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 | 372ms | 0 KB | — | €2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 319ms | 209 KB | 26% | €2/mo | Costly |
Hotjar script.hotjar.com | Session Replay | 288ms | 57 KB | 44% | €2/mo | Costly |
HubSpot Analytics js.hs-analytics.net | Analytics | 205ms | 50 KB | — | €1/mo | Costly |
static.hsappstatic.net static.hsappstatic.net | Other | 180ms | 342 KB | 44% | €1/mo | Optional |
static.hsappstatic.net static.hsappstatic.net | Other | 138ms | 19 KB | — | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 115ms | 172 KB | 40% | €1/mo | Optional |
tags.pw.adn.cloud tags.pw.adn.cloud | Other | 110ms | 43 KB | 63% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 90ms | 135 KB | 44% | €0/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 83ms | 130 KB | 45% | €0/mo | Optional |
cdn.intellimize.co cdn.intellimize.co | Other | 67ms | 117 KB | 34% | €0/mo | Optional |
js.hubspot.com js.hubspot.com | Other | 61ms | 17 KB | — | €0/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 372ms and costs ~€2/month
- Google Tag Manager adds 319ms and costs ~€2/month
- Hotjar adds 288ms and costs ~€2/month
- HubSpot Analytics adds 205ms and costs ~€1/month
76% 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 372ms 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 319ms 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
Hotjar takes 288ms 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 205ms 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