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.65 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.20 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
10.73 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.002
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
12.07 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.
27.62 s
Page Load Progression
FPage Weight BudgetAction3.5 MB transferred, 180 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
FJS Execution CostAction31844ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.handelsblatt.com/beta-frontend/polyfills.1cfcd735136e8afb.js | 10828ms | 8839ms | 0ms | 3rd |
| https://grafik.handelsblatt.com/qktjtt/xjcgnm-energie-monitor/energie-monitor.js?id=3 | 6771ms | 4887ms | 3ms | 3rd |
| Unattributable | 5076ms | 3450ms | 0ms | 3rd |
| https://www.handelsblatt.com/ | 3720ms | 28ms | 1ms | 3rd |
| https://www.handelsblatt.com/beta-frontend/main.f6573cd79c18ac06.js | 1765ms | 1674ms | 6ms | 3rd |
| https://www.handelsblatt.com/beta-frontend/runtime.d2bd1f2a46c708dd.js | 1276ms | 1209ms | 0ms | 3rd |
| https://cmp-sp.handelsblatt.com/Notice.8f529.js | 747ms | 553ms | 33ms | 3rd |
| https://designsystem.hmgassets.com/webcomponents/main-2.0.0.js | 372ms | 292ms | 2ms | 3rd |
| https://norkon.handelsblatt.com/widgets/hb/dax-1/js.js?1674454629 | 350ms | 159ms | 95ms | 3rd |
| https://assets.www.handelsblatt.com/frontend/3804.c4b5bd4ad6a573c1.js | 215ms | 135ms | 1ms | 3rd |
Showing top 10 of 18 scripts
FJS BundlesAction115 scripts, 617 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://grafik.handelsblatt.com/qktjtt/xjcgnm-energie-monitor/energie-monitor.js?id=3 | 456 KB | 137 KB (30%) | ✓ | 3rd |
| https://www.handelsblatt.com/beta-frontend/main.f6573cd79c18ac06.js | 176 KB | 73 KB (41%) | ✓ | 3rd |
| https://cmp-sp.handelsblatt.com/Notice.8f529.js | 91 KB | 62 KB (69%) | ✓ | 3rd |
| https://designsystem.hmgassets.com/webcomponents/chunk-EVQPINLC.js | 67 KB | 60 KB (91%) | ✓ | 3rd |
| https://norkon.handelsblatt.com/widgets/hb/dax-1/js.js?1674454629 | 0 KB | 58 KB (72%) | ✓ | 3rd |
| https://norkon.handelsblatt.com/widgets/hb/dax-1/js.js?1674454629 | 81 KB | 58 KB (72%) | ✓ | 3rd |
| https://designsystem.hmgassets.com/webcomponents/chunk-MMGWT2GU.js | 140 KB | 48 KB (35%) | ✓ | 3rd |
| https://designsystem.hmgassets.com/webcomponents/chunk-MMGWT2GU.js | 0 KB | 48 KB (35%) | ✓ | 3rd |
| https://assets.www.handelsblatt.com/frontend/3804.c4b5bd4ad6a573c1.js | 45 KB | 25 KB (56%) | ✓ | 3rd |
| https://designsystem.hmgassets.com/webcomponents/chunk-3DWW3FZ3.js | 35 KB | 23 KB (67%) | ✓ | 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
FPage Weight InventoryAction180 resources · 3.5 MB · 617 KB savings availableFIX
~616.5 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 180 resources | 3.5 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization10 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
A+Text CompressionAll text resources are compressedPASS
A+Font Loading18 fonts (581 KB)PASS
Web fonts
18
581 KB total
Render-blocking
0
of 18
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
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 ~29 KB and ~58 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints8 hints, 0 missing preconnectsPASS
Current Resource Hints
8 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
Network Waterfall180 requests over 10657msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.handelsblatt.com www.handelsblatt.com | Other | 10828ms | 12 KB | — | €173/mo | Costly |
grafik.handelsblatt.com grafik.handelsblatt.com | Other | 6771ms | 456 KB | 30% | €108/mo | Costly |
Unattributable Unattributable | Other | 5076ms | 0 KB | — | €81/mo | Costly |
www.handelsblatt.com www.handelsblatt.com | Other | 3720ms | 108 KB | — | €60/mo | Costly |
www.handelsblatt.com www.handelsblatt.com | Other | 1765ms | 176 KB | 41% | €28/mo | Costly |
www.handelsblatt.com www.handelsblatt.com | Other | 1276ms | 5 KB | — | €20/mo | Costly |
cmp-sp.handelsblatt.com cmp-sp.handelsblatt.com | Other | 747ms | 91 KB | 69% | €12/mo | Costly |
designsystem.hmgassets.com designsystem.hmgassets.com | Other | 372ms | 0 KB | — | €6/mo | Costly |
norkon.handelsblatt.com norkon.handelsblatt.com | Other | 350ms | 0 KB | 72% | €6/mo | Costly |
assets.www.handelsblatt.com assets.www.handelsblatt.com | Other | 215ms | 45 KB | 56% | €3/mo | Costly |
cloud.redaktion.handelsblatt.com cloud.redaktion.handelsblatt.com | Other | 182ms | 4 KB | — | €3/mo | Optional |
assets.www.handelsblatt.com assets.www.handelsblatt.com | Other | 121ms | 16 KB | — | €2/mo | Optional |
cmp-sp.handelsblatt.com cmp-sp.handelsblatt.com | Other | 116ms | 40 KB | — | €2/mo | Optional |
cmp-sp.handelsblatt.com cmp-sp.handelsblatt.com | Other | 73ms | 29 KB | — | €1/mo | Optional |
designsystem.hmgassets.com designsystem.hmgassets.com | Other | 62ms | 0 KB | — | €1/mo | Optional |
assets.www.handelsblatt.com assets.www.handelsblatt.com | Other | 58ms | 4 KB | — | €1/mo | Optional |
embed.handelsblatt.com embed.handelsblatt.com | Other | 57ms | 0 KB | — | €1/mo | Optional |
www.handelsblatt.com www.handelsblatt.com | Other | 54ms | 74 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- www.handelsblatt.com adds 10828ms and costs ~€173/month
- grafik.handelsblatt.com adds 6771ms and costs ~€108/month
- Unattributable adds 5076ms and costs ~€81/month
- www.handelsblatt.com adds 3720ms and costs ~€60/month
- www.handelsblatt.com adds 1765ms and costs ~€28/month
- www.handelsblatt.com adds 1276ms and costs ~€20/month
- cmp-sp.handelsblatt.com adds 747ms and costs ~€12/month
- designsystem.hmgassets.com adds 372ms and costs ~€6/month
- norkon.handelsblatt.com adds 350ms and costs ~€6/month
- assets.www.handelsblatt.com adds 215ms 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.handelsblatt.com takes 10828ms 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
grafik.handelsblatt.com takes 6771ms 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 5076ms 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.handelsblatt.com takes 3720ms 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.handelsblatt.com takes 1765ms 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.handelsblatt.com takes 1276ms 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
cmp-sp.handelsblatt.com takes 747ms 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
69% of cmp-sp.handelsblatt.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
designsystem.hmgassets.com 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
norkon.handelsblatt.com takes 350ms 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
72% of norkon.handelsblatt.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
assets.www.handelsblatt.com takes 215ms 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
56% of assets.www.handelsblatt.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