Performance
· 23 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.
941 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.21 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
676 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.110
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.80 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.
7.52 s
Page Load Progression
FPage Weight BudgetAction6.8 MB transferred, 113 requestsFIX
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
Source: web.dev
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
FJS Execution CostAction3526ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://consent.cookiebot.com/68e85b2d-a022-40b3-8309-ab5e699ae582/cc.js?renew=false&referer=hr.bloombergadria.com&dnt=false&init=false&culture=HR&framework=TCFv2.3 | 1786ms | 681ms | 28ms | 3rd |
| https://consent.cookiebot.com/uc.js | 663ms | 553ms | 3ms | 3rd |
| Unattributable | 441ms | 32ms | 0ms | 3rd |
| https://tentacles.smartocto.com/ten/tentacle.js | 269ms | 264ms | 1ms | 3rd |
| https://hr.bloombergadria.com/ | 215ms | 5ms | 1ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=AW-16583849092&cx=c>m=4e6562 | 83ms | 75ms | 8ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-9LGS7T5ZQW&cx=c>m=4e6562 | 69ms | 60ms | 8ms | 3rd |
FJS BundlesAction28 scripts, 688 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.gstatic.com/firebasejs/9.6.5/firebase-firestore.js | 188 KB | 119 KB (64%) | ✗ | 3rd |
| https://sibforms.com/forms/end-form/build/main.js | 125 KB | 92 KB (80%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-MFH6938 | 155 KB | 69 KB (45%) | ✓ | 3rd |
| https://consent.cookiebot.com/Framework/IAB/consent-sdk-2.3.js | 88 KB | 64 KB (73%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-16583849092&cx=c>m=4e6562 | 146 KB | 63 KB (43%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-7837877242&cx=c>m=4e6562 | 126 KB | 63 KB (50%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-9LGS7T5ZQW&cx=c>m=4e6562 | 175 KB | 61 KB (35%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-16140268 | 130 KB | 58 KB (44%) | ✓ | 3rd |
| https://www.gstatic.com/firebasejs/9.6.5/firebase-auth.js | 76 KB | 35 KB (47%) | ✗ | 3rd |
| https://hr.bloombergadria.com/firebase/firebase-auth.js?v=05-2026-10-13-13 | 42 KB | 33 KB (78%) | ✗ | 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
DPage Weight InventoryAction113 resources · 6.8 MB · 688 KB savings availableFIX
~687.7 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 113 resources | 6.8 MiB | ||||||
CImage OptimizationAction53 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
BHTTP/3 (QUIC)HTTP/3 not advertisedREVIEW
CCompression AlgorithmActionMain response served uncompressedREVIEW
BServer-Timing ObservabilityNo Server-Timing header foundREVIEW
AThird-Party Impact26% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading7 fonts (428 KB)PASS
Web fonts
7
428 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
- 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 ~105 KB and ~210 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+LCP Image PreloadLCP preload audit not availablePASS
A+Main HTML Cache-ControlMain HTML max-age=120 (≤ 5min) is appropriatePASS
A+Server Response Intelligence1 server-response signal(s) detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Hetzner Online GmbH
AHTTP Cachingmax-age=120 (2 minutes)PASS
max-age=120
| Directive | Value | Meaning |
|---|---|---|
| max-age | 120 | Cache for 2 minutes |
Network Waterfall113 requests over 4708msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
consent.cookiebot.com consent.cookiebot.com | Other | 1786ms | 311 KB | — | €25/mo | Costly |
consent.cookiebot.com consent.cookiebot.com | Other | 663ms | 27 KB | — | €9/mo | Costly |
Unattributable Unattributable | Other | 441ms | 0 KB | — | €6/mo | Costly |
tentacles.smartocto.com tentacles.smartocto.com | Other | 269ms | 14 KB | — | €4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 83ms | 146 KB | 43% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 69ms | 175 KB | 35% | €1/mo | Optional |
These scripts may cost more than they're worth
- consent.cookiebot.com adds 1786ms and costs ~€25/month
- consent.cookiebot.com adds 663ms and costs ~€9/month
- Unattributable adds 441ms and costs ~€6/month
- tentacles.smartocto.com adds 269ms and costs ~€4/month
94% 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
consent.cookiebot.com takes 1786ms 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
consent.cookiebot.com takes 663ms 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 441ms 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
tentacles.smartocto.com 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
Real-User Performance (CrUX)Field metrics from the Chrome User Experience ReportINFO
Chrome User Experience (CrUX)
Real-user metrics from the Chrome UX Report (2026-04-11 — 2026-05-08)
LCP (p75)
1844 ms
85% good
INP (p75)
92 ms
92% good
CLS (p75)
0.030
93% good
FCP (p75)
1494 ms
TTFB (p75)
887 ms
Image Optimization200 images, 0 KB total, 0 KB wastedINFO
Image Optimization Audit
Total Images
200
Total Size
0 KB
Oversized
1