Skip to content
https://wiwo.de

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
79
GRADE
C
FIX
4
REVIEW
2
PASS
9
INFO
2

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

30
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
74
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
100
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

3.27 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

7.58 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

8.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.076

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

10.32 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.

19.46 s

Page Load Progression

876 ms
1.8 s
2.6 s
3.5 s
4.4 s
5.3 s
6.1 s
7.0 s
Checks
17
9 PASS 2 REVIEW 4 FIX
D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (1.8 MiB of 1.8 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Execution Cost
Action
21111ms total JS execution
FIX
21111ms total JS execution
Warning::
https://www.wiwo.de/beta-frontend/polyfills.1cfcd7...: 10649ms CPU time
Warning::
https://www.wiwo.de/beta-frontend/main.4f75d5b24f8...: 3202ms CPU time
Warning::
https://www.wiwo.de/: 2352ms CPU time
Warning::
https://www.wiwo.de/beta-frontend/runtime.e35ba417...: 2337ms CPU time
Warning::
Unattributable: 1200ms CPU time
Warning::
Third-party scripts: 21111ms (100% of total)

Main Thread Breakdown

Script Evaluation 68% Style & Layout 11% Parse HTML & CSS 9% Other 8%
ScriptTotalScriptingParse/CompileParty
https://www.wiwo.de/beta-frontend/polyfills.1cfcd735136e8afb.js10649ms8113ms0ms3rd
https://www.wiwo.de/beta-frontend/main.4f75d5b24f89a76a.js3202ms3075ms13ms3rd
https://www.wiwo.de/2352ms27ms2ms3rd
https://www.wiwo.de/beta-frontend/runtime.e35ba41799fec5e7.js2337ms2207ms0ms3rd
Unattributable1200ms52ms0ms3rd
https://cmp-sp.wiwo.de/Notice.8f529.js653ms501ms46ms3rd
https://cmp-sp.wiwo.de/unified/wrapperMessagingWithoutDetection.js231ms204ms19ms3rd
https://assets.www.wiwo.de/frontend/7984.bb7db9a9045621de.js167ms128ms1ms3rd
https://cmp-sp.wiwo.de/unified/4.40.1/gdpr-tcf.27718c8cb9d29947d2c1.bundle.js130ms108ms21ms3rd
https://assets.www.wiwo.de/frontend/3804.c4b5bd4ad6a573c1.js126ms95ms1ms3rd

Showing top 10 of 11 scripts

D
Page Weight Inventory
Action
120 resources · 1.8 MB · 161 KB savings available
FIX
120 resources · 1.8 MB · 161 KB savings available
Warning::
Page weight 783 KB over 1MB target
Got: 1.8 MB Expected: ≤ 1 MB
Info::
~161 KB of savings available
Warning::
119 third-party resources (100% of weight)
120 resources · 1.8 MiB · 119 third-party 782.7 KiB over 1MB target
JavaScript 54% · 980.9 KiB
Image 22% · 395.9 KiB
Font 17% · 306.7 KiB
Document 6% · 99.5 KiB
Other 1% · 12.9 KiB
CSS 1% · 10.8 KiB

~161.1 KiB of savings available

Remove unused JavaScript: 161.1 KiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

C
Page Weight Budget
Action
1.8 MB transferred, 120 requests
REVIEW
1.8 MB transferred, 120 requests
Info::
Page weighs 6.5 MB (1.8 MB transferred)
Warning::
JavaScript is 981 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 981 KB
Info::
Fonts are 307 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 307 KB
Warning::
120 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.37 g CO2 per page load
1.8 MB / 2.4 MB budget
1.8 MB transferred
120 requests
0.37 g CO2 per page load
JavaScript 980.9 KiB 54%
Images 377.4 KiB 21%
Fonts 306.7 KiB 17%
HTML 99.5 KiB 6%
Other 16.8 KiB 1%
CSS 10.8 KiB 1%
Other 8.7 KiB 0%
Other 5.9 KiB 0%
0 2.4 MB 4.9 MB
Approaching limit

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

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.

Why this matters

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.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

C
JS Bundles
Action
85 scripts, 161 KB unused
REVIEW
85 scripts, 161 KB unused
Warning::
https://www.wiwo.de/beta-frontend/main.4f75d5b24f8...: 74 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cmp-sp.wiwo.de/Notice.8f529.js: 62 KB unused (69%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://assets.www.wiwo.de/frontend/3804.c4b5bd4ad...: 25 KB unused (56%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 161 KB
161 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.wiwo.de/beta-frontend/main.4f75d5b24f89a76a.js176 KB74 KB (42%)3rd
https://cmp-sp.wiwo.de/Notice.8f529.js91 KB62 KB (69%)3rd
https://assets.www.wiwo.de/frontend/3804.c4b5bd4ad6a573c1.js45 KB25 KB (56%)3rd
https://www.wiwo.de/beta-frontend/runtime.e35ba41799fec5e7.js5 KB3rd
https://www.wiwo.de/beta-frontend/polyfills.1cfcd735136e8afb.js12 KB3rd
https://assets.www.wiwo.de/frontend/2175.4828dd46932ae3cf.js61 KB3rd
https://assets.www.wiwo.de/frontend/8993.84938c0fbcebc2ff.js4 KB3rd
https://assets.www.wiwo.de/frontend/2329.10ec88be4387194e.js5 KB3rd
https://assets.www.wiwo.de/frontend/6043.fa1919fb1d7c1ee3.js4 KB3rd
https://assets.www.wiwo.de/frontend/8477.967442a18e935673.js4 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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.

Why this matters

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.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Image Optimization
9 images, 0 KB saveable
PASS
9 images, 0 KB saveable
Info::
All images are well-optimized
9 images 377 KB
0 oversized -0 KB
1 legacy format
0 missing dimensions CLS risk
A+
Font Loading
9 fonts (307 KB)
PASS
9 fonts (307 KB)
Info::
9 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

9

307 KB total

Render-blocking

0

of 9

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 3.3 s LCP 7.6 shttps://designsystem.hmgassets.com/fonts/wiwo/Reader-Regular-Pro.6df3d3834a9ebf6220e546cd94dddbb6.woff2Reader-Regular-Pro.6df3... https://designsystem.hmgassets.com/fonts/wiwo/Reader-Regular-Pro.6df3d3834a9ebf6220e546cd94dddbb6.woff2 — 38.3 KiB — 1.0 s — font-display: swaphttps://designsystem.hmgassets.com/fonts/wiwo/Reader-Bold-Pro.b4c222dbac487e32f811485ce5bac51b.woff2Reader-Bold-Pro.b4c222d... https://designsystem.hmgassets.com/fonts/wiwo/Reader-Bold-Pro.b4c222dbac487e32f811485ce5bac51b.woff2 — 39.4 KiB — 1.0 s — font-display: swaphttps://designsystem.hmgassets.com/fonts/wiwo/Blanco-Regular.ebf93f96971d1a9d00ab617f8b83e479.woff2Blanco-Regular.ebf93f96... https://designsystem.hmgassets.com/fonts/wiwo/Blanco-Regular.ebf93f96971d1a9d00ab617f8b83e479.woff2 — 37.7 KiB — 1.0 s — font-display: swaphttps://designsystem.hmgassets.com/fonts/wiwo/Oceanic-Medium.62419a2147e9a82ca19e7c673d910e52.woff2Oceanic-Medium.62419a21... https://designsystem.hmgassets.com/fonts/wiwo/Oceanic-Medium.62419a2147e9a82ca19e7c673d910e52.woff2 — 46.4 KiB — 1.0 s — font-display: swaphttps://designsystem.hmgassets.com/fonts/wiwo/Reader-Medium-Pro.2bc03c6885a8a7a7ee6569a323e25102.woff2Reader-Medium-Pro.2bc03... https://designsystem.hmgassets.com/fonts/wiwo/Reader-Medium-Pro.2bc03c6885a8a7a7ee6569a323e25102.woff2 — 40.4 KiB — 1.0 s — font-display: swaphttps://designsystem.hmgassets.com/fonts/hb/ClassicGrotesquePro-Regular.dfc47477df3ee17dc6ed8d03f0d29d5a.woff2ClassicGrotesquePro-Reg... https://designsystem.hmgassets.com/fonts/hb/ClassicGrotesquePro-Regular.dfc47477df3ee17dc6ed8d03f0d29d5a.woff2 — 38.6 KiB — 1.0 s — font-display: swaphttps://static.handelsblatt.com/fonts/franklingothic/v2/franklingothic-700.latin.woff2franklingothic-700.lati... https://static.handelsblatt.com/fonts/franklingothic/v2/franklingothic-700.latin.woff2 — 22.1 KiB — 22 ms — font-display: swaphttps://static.handelsblatt.com/fonts/franklingothic/v2/franklingothic-400.latin.woff2franklingothic-400.lati... https://static.handelsblatt.com/fonts/franklingothic/v2/franklingothic-400.latin.woff2 — 21.6 KiB — 23 ms — font-display: swaphttps://static.handelsblatt.com/fonts/franklingothic/v2/franklingothic-500.latin.woff2franklingothic-500.lati... https://static.handelsblatt.com/fonts/franklingothic/v2/franklingothic-500.latin.woff2 — 22.3 KiB — 20 ms — font-display: swap
Reader-Regular-Pro.6df3... woff2 swap
Size 38 KB
Load time 1.0 s
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
Reader-Bold-Pro.b4c222d... woff2 swap
Size 39 KB
Load time 1.0 s
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
Blanco-Regular.ebf93f96... woff2 swap
Size 38 KB
Load time 1.0 s
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
Oceanic-Medium.62419a21... woff2 swap
Size 46 KB
Load time 1.0 s
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
Reader-Medium-Pro.2bc03... woff2 swap
Size 40 KB
Load time 1.0 s
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
ClassicGrotesquePro-Reg... woff2 swap
Size 39 KB
Load time 1.0 s
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
franklingothic-700.lati... woff2 swap
Size 22 KB
Load time 22 ms
Start 6.9 s
Risk FOUT — text flashes from fallback to web font
franklingothic-400.lati... woff2 swap
Size 22 KB
Load time 23 ms
Start 6.9 s
Risk FOUT — text flashes from fallback to web font
franklingothic-500.lati... woff2 swap
Size 22 KB
Load time 20 ms
Start 6.9 s
Risk FOUT — text flashes from fallback to web font
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 Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
120 requests over 7048ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 3.3 s LCP 7.6 shttps://wiwo.de// https://wiwo.de/ — 301 — 520 B — 22 ms — http/1.1https://www.wiwo.de/www.wiwo.de/ https://www.wiwo.de/ — 200 — 93.6 KiB — 1.5 s — h2https://www.wiwo.de/beta-frontend/runtime.e35ba41799fec5e7.jswww.wiwo.de/beta-frontend/runtime.e... https://www.wiwo.de/beta-frontend/runtime.e35ba41799fec5e7.js — 200 — 4.8 KiB — 24 ms — h2https://www.wiwo.de/beta-frontend/polyfills.1cfcd735136e8afb.jswww.wiwo.de/beta-frontend/polyfills... https://www.wiwo.de/beta-frontend/polyfills.1cfcd735136e8afb.js — 200 — 12.3 KiB — 28 ms — h2https://www.wiwo.de/beta-frontend/main.4f75d5b24f89a76a.jswww.wiwo.de/beta-frontend/main.4f75... https://www.wiwo.de/beta-frontend/main.4f75d5b24f89a76a.js — 200 — 176.1 KiB — 46 ms — h2https://images.wiwo.de/0FYBzmojJKxd/cover/800/800/417/416/0/0/0.5/0.5/ruwais.avifimages.wiwo.de/0FYBzmojJKxd/cover/8... https://images.wiwo.de/0FYBzmojJKxd/cover/800/800/417/416/0/0/0.5/0.5/ruwais.avif — 200 — 143.9 KiB — 255 ms — http/1.1https://images.wiwo.de/O91hbPMVaFGU/cover/800/800/98/1149/0/0/0.5/0.5/imago-images-0837024452.avifimages.wiwo.de/O91hbPMVaFGU/cover/8... https://images.wiwo.de/O91hbPMVaFGU/cover/800/800/98/1149/0/0/0.5/0.5/imago-images-0837024452.avif — 200 — 112.9 KiB — 253 ms — http/1.1https://images.wiwo.de/MJDM83kdujcH/cover/657/438/0/0/0/0/0.351/0.245/german-defence-minister-boris-pistorius-walks-past-the-wachbattallion-honour-guard-before-receiving.avifimages.wiwo.de/MJDM83kdujcH/cover/6... https://images.wiwo.de/MJDM83kdujcH/cover/657/438/0/0/0/0/0.351/0.245/german-defence-minister-boris-pistorius-walks-past-the-wachbattallion-honour-guard-before-receiving.avif — 200 — 34.8 KiB — 257 ms — http/1.1https://images.wiwo.de/fj5jzddFgAep/cover/657/657/301/326/0/0/0.5/0.5/cowboy-falling-off-a-bucking-wild-bull-at-an-australian-country-rodeo-47439780.jpg-rider-arena.avifimages.wiwo.de/fj5jzddFgAep/cover/6... https://images.wiwo.de/fj5jzddFgAep/cover/657/657/301/326/0/0/0.5/0.5/cowboy-falling-off-a-bucking-wild-bull-at-an-australian-country-rodeo-47439780.jpg-rider-arena.avif — 200 — 50.8 KiB — 255 ms — http/1.1https://designsystem.hmgassets.com/fonts/wiwo/Reader-Regular-Pro.6df3d3834a9ebf6220e546cd94dddbb6.woff2designsystem.hmgassets.com/fonts/wi... https://designsystem.hmgassets.com/fonts/wiwo/Reader-Regular-Pro.6df3d3834a9ebf6220e546cd94dddbb6.woff2 — 200 — 38.3 KiB — 1.0 s — h2https://designsystem.hmgassets.com/fonts/wiwo/Reader-Bold-Pro.b4c222dbac487e32f811485ce5bac51b.woff2designsystem.hmgassets.com/fonts/wi... https://designsystem.hmgassets.com/fonts/wiwo/Reader-Bold-Pro.b4c222dbac487e32f811485ce5bac51b.woff2 — 200 — 39.4 KiB — 1.0 s — h2https://designsystem.hmgassets.com/fonts/wiwo/Blanco-Regular.ebf93f96971d1a9d00ab617f8b83e479.woff2designsystem.hmgassets.com/fonts/wi... https://designsystem.hmgassets.com/fonts/wiwo/Blanco-Regular.ebf93f96971d1a9d00ab617f8b83e479.woff2 — 200 — 37.7 KiB — 1.0 s — h2https://designsystem.hmgassets.com/fonts/wiwo/Oceanic-Medium.62419a2147e9a82ca19e7c673d910e52.woff2designsystem.hmgassets.com/fonts/wi... https://designsystem.hmgassets.com/fonts/wiwo/Oceanic-Medium.62419a2147e9a82ca19e7c673d910e52.woff2 — 200 — 46.4 KiB — 1.0 s — h2https://designsystem.hmgassets.com/fonts/wiwo/Reader-Medium-Pro.2bc03c6885a8a7a7ee6569a323e25102.woff2designsystem.hmgassets.com/fonts/wi... https://designsystem.hmgassets.com/fonts/wiwo/Reader-Medium-Pro.2bc03c6885a8a7a7ee6569a323e25102.woff2 — 200 — 40.4 KiB — 1.0 s — h2https://designsystem.hmgassets.com/fonts/hb/ClassicGrotesquePro-Regular.dfc47477df3ee17dc6ed8d03f0d29d5a.woff2designsystem.hmgassets.com/fonts/hb... https://designsystem.hmgassets.com/fonts/hb/ClassicGrotesquePro-Regular.dfc47477df3ee17dc6ed8d03f0d29d5a.woff2 — 200 — 38.6 KiB — 1.0 s — h2https://embed.handelsblatt.com/api/embed?url=https%3A%2F%2Fnorkon.wiwo.de%2Fwidgets%2Fwiwo%2Fdax-1%2Fembed.handelsblatt.com/api/embed?ur... https://embed.handelsblatt.com/api/embed?url=https%3A%2F%2Fnorkon.wiwo.de%2Fwidgets%2Fwiwo%2Fdax-1%2F — 200 — 967 B — 40 ms — h2https://norkon.wiwo.de/widgets/wiwo/dax-1/norkon.wiwo.de/widgets/wiwo/dax-1/ https://norkon.wiwo.de/widgets/wiwo/dax-1/ — 200 — 984 B — 825 ms — h2data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='WiWo-100' viewBox='0 0 487.69 264.…www.w3.org/2000/svg' id='WiWo-100' ... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='WiWo-100' viewBox='0 0 487.69 264.… — 200 — 0 B — 0 ms — datahttps://assets.www.wiwo.de/frontend/2175.4828dd46932ae3cf.jsassets.www.wiwo.de/frontend/2175.48... https://assets.www.wiwo.de/frontend/2175.4828dd46932ae3cf.js — 200 — 61.3 KiB — 52 ms — h2https://assets.www.wiwo.de/frontend/8993.84938c0fbcebc2ff.jsassets.www.wiwo.de/frontend/8993.84... https://assets.www.wiwo.de/frontend/8993.84938c0fbcebc2ff.js — 200 — 3.5 KiB — 7 ms — h2https://assets.www.wiwo.de/frontend/2329.10ec88be4387194e.jsassets.www.wiwo.de/frontend/2329.10... https://assets.www.wiwo.de/frontend/2329.10ec88be4387194e.js — 200 — 4.8 KiB — 17 ms — h2https://assets.www.wiwo.de/frontend/6043.fa1919fb1d7c1ee3.jsassets.www.wiwo.de/frontend/6043.fa... https://assets.www.wiwo.de/frontend/6043.fa1919fb1d7c1ee3.js — 200 — 3.9 KiB — 17 ms — h2https://assets.www.wiwo.de/frontend/8477.967442a18e935673.jsassets.www.wiwo.de/frontend/8477.96... https://assets.www.wiwo.de/frontend/8477.967442a18e935673.js — 200 — 3.9 KiB — 17 ms — h2https://assets.www.wiwo.de/frontend/424.6268d52f78a287b2.jsassets.www.wiwo.de/frontend/424.626... https://assets.www.wiwo.de/frontend/424.6268d52f78a287b2.js — 200 — 11.4 KiB — 30 ms — h2https://assets.www.wiwo.de/frontend/1514.76f7a2e9d363d404.jsassets.www.wiwo.de/frontend/1514.76... https://assets.www.wiwo.de/frontend/1514.76f7a2e9d363d404.js — 200 — 1.7 KiB — 31 ms — h2https://assets.www.wiwo.de/frontend/528.901573a1d88294c0.jsassets.www.wiwo.de/frontend/528.901... https://assets.www.wiwo.de/frontend/528.901573a1d88294c0.js — 200 — 4.5 KiB — 31 ms — h2https://assets.www.wiwo.de/frontend/5679.8da8974234b05d11.jsassets.www.wiwo.de/frontend/5679.8d... https://assets.www.wiwo.de/frontend/5679.8da8974234b05d11.js — 200 — 6.5 KiB — 31 ms — h2https://assets.www.wiwo.de/frontend/9455.60b7678e972f076b.jsassets.www.wiwo.de/frontend/9455.60... https://assets.www.wiwo.de/frontend/9455.60b7678e972f076b.js — 200 — 4.2 KiB — 32 ms — h2https://assets.www.wiwo.de/frontend/9550.f110f97836f23c02.jsassets.www.wiwo.de/frontend/9550.f1... https://assets.www.wiwo.de/frontend/9550.f110f97836f23c02.js — 200 — 14.3 KiB — 39 ms — h2https://assets.www.wiwo.de/frontend/common.335ece3a967eb474.jsassets.www.wiwo.de/frontend/common.... https://assets.www.wiwo.de/frontend/common.335ece3a967eb474.js — 200 — 17.2 KiB — 40 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 3.3 s LCP 7.6 shttps://wiwo.de// https://wiwo.de/ — 301 — 520 B — 22 ms — http/1.1https://www.wiwo.de/www.wiwo.de/ https://www.wiwo.de/ — 200 — 93.6 KiB — 1.5 s — h2https://www.wiwo.de/beta-frontend/runtime.e35ba41799fec5e7.jswww.wiwo.de/beta-frontend/runtime.e... https://www.wiwo.de/beta-frontend/runtime.e35ba41799fec5e7.js — 200 — 4.8 KiB — 24 ms — h2https://www.wiwo.de/beta-frontend/polyfills.1cfcd735136e8afb.jswww.wiwo.de/beta-frontend/polyfills... https://www.wiwo.de/beta-frontend/polyfills.1cfcd735136e8afb.js — 200 — 12.3 KiB — 28 ms — h2https://www.wiwo.de/beta-frontend/main.4f75d5b24f89a76a.jswww.wiwo.de/beta-frontend/main.4f75... https://www.wiwo.de/beta-frontend/main.4f75d5b24f89a76a.js — 200 — 176.1 KiB — 46 ms — h2https://images.wiwo.de/0FYBzmojJKxd/cover/800/800/417/416/0/0/0.5/0.5/ruwais.avifimages.wiwo.de/0FYBzmojJKxd/cover/8... https://images.wiwo.de/0FYBzmojJKxd/cover/800/800/417/416/0/0/0.5/0.5/ruwais.avif — 200 — 143.9 KiB — 255 ms — http/1.1https://images.wiwo.de/O91hbPMVaFGU/cover/800/800/98/1149/0/0/0.5/0.5/imago-images-0837024452.avifimages.wiwo.de/O91hbPMVaFGU/cover/8... https://images.wiwo.de/O91hbPMVaFGU/cover/800/800/98/1149/0/0/0.5/0.5/imago-images-0837024452.avif — 200 — 112.9 KiB — 253 ms — http/1.1https://images.wiwo.de/MJDM83kdujcH/cover/657/438/0/0/0/0/0.351/0.245/german-defence-minister-boris-pistorius-walks-past-the-wachbattallion-honour-guard-before-receiving.avifimages.wiwo.de/MJDM83kdujcH/cover/6... https://images.wiwo.de/MJDM83kdujcH/cover/657/438/0/0/0/0/0.351/0.245/german-defence-minister-boris-pistorius-walks-past-the-wachbattallion-honour-guard-before-receiving.avif — 200 — 34.8 KiB — 257 ms — http/1.1https://images.wiwo.de/fj5jzddFgAep/cover/657/657/301/326/0/0/0.5/0.5/cowboy-falling-off-a-bucking-wild-bull-at-an-australian-country-rodeo-47439780.jpg-rider-arena.avifimages.wiwo.de/fj5jzddFgAep/cover/6... https://images.wiwo.de/fj5jzddFgAep/cover/657/657/301/326/0/0/0.5/0.5/cowboy-falling-off-a-bucking-wild-bull-at-an-australian-country-rodeo-47439780.jpg-rider-arena.avif — 200 — 50.8 KiB — 255 ms — http/1.1https://designsystem.hmgassets.com/fonts/wiwo/Reader-Regular-Pro.6df3d3834a9ebf6220e546cd94dddbb6.woff2designsystem.hmgassets.com/fonts/wi... https://designsystem.hmgassets.com/fonts/wiwo/Reader-Regular-Pro.6df3d3834a9ebf6220e546cd94dddbb6.woff2 — 200 — 38.3 KiB — 1.0 s — h2https://designsystem.hmgassets.com/fonts/wiwo/Reader-Bold-Pro.b4c222dbac487e32f811485ce5bac51b.woff2designsystem.hmgassets.com/fonts/wi... https://designsystem.hmgassets.com/fonts/wiwo/Reader-Bold-Pro.b4c222dbac487e32f811485ce5bac51b.woff2 — 200 — 39.4 KiB — 1.0 s — h2https://designsystem.hmgassets.com/fonts/wiwo/Blanco-Regular.ebf93f96971d1a9d00ab617f8b83e479.woff2designsystem.hmgassets.com/fonts/wi... https://designsystem.hmgassets.com/fonts/wiwo/Blanco-Regular.ebf93f96971d1a9d00ab617f8b83e479.woff2 — 200 — 37.7 KiB — 1.0 s — h2https://designsystem.hmgassets.com/fonts/wiwo/Oceanic-Medium.62419a2147e9a82ca19e7c673d910e52.woff2designsystem.hmgassets.com/fonts/wi... https://designsystem.hmgassets.com/fonts/wiwo/Oceanic-Medium.62419a2147e9a82ca19e7c673d910e52.woff2 — 200 — 46.4 KiB — 1.0 s — h2https://designsystem.hmgassets.com/fonts/wiwo/Reader-Medium-Pro.2bc03c6885a8a7a7ee6569a323e25102.woff2designsystem.hmgassets.com/fonts/wi... https://designsystem.hmgassets.com/fonts/wiwo/Reader-Medium-Pro.2bc03c6885a8a7a7ee6569a323e25102.woff2 — 200 — 40.4 KiB — 1.0 s — h2https://designsystem.hmgassets.com/fonts/hb/ClassicGrotesquePro-Regular.dfc47477df3ee17dc6ed8d03f0d29d5a.woff2designsystem.hmgassets.com/fonts/hb... https://designsystem.hmgassets.com/fonts/hb/ClassicGrotesquePro-Regular.dfc47477df3ee17dc6ed8d03f0d29d5a.woff2 — 200 — 38.6 KiB — 1.0 s — h2https://embed.handelsblatt.com/api/embed?url=https%3A%2F%2Fnorkon.wiwo.de%2Fwidgets%2Fwiwo%2Fdax-1%2Fembed.handelsblatt.com/api/embed?ur... https://embed.handelsblatt.com/api/embed?url=https%3A%2F%2Fnorkon.wiwo.de%2Fwidgets%2Fwiwo%2Fdax-1%2F — 200 — 967 B — 40 ms — h2https://norkon.wiwo.de/widgets/wiwo/dax-1/norkon.wiwo.de/widgets/wiwo/dax-1/ https://norkon.wiwo.de/widgets/wiwo/dax-1/ — 200 — 984 B — 825 ms — h2data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='WiWo-100' viewBox='0 0 487.69 264.…www.w3.org/2000/svg' id='WiWo-100' ... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='WiWo-100' viewBox='0 0 487.69 264.… — 200 — 0 B — 0 ms — datahttps://assets.www.wiwo.de/frontend/2175.4828dd46932ae3cf.jsassets.www.wiwo.de/frontend/2175.48... https://assets.www.wiwo.de/frontend/2175.4828dd46932ae3cf.js — 200 — 61.3 KiB — 52 ms — h2https://assets.www.wiwo.de/frontend/8993.84938c0fbcebc2ff.jsassets.www.wiwo.de/frontend/8993.84... https://assets.www.wiwo.de/frontend/8993.84938c0fbcebc2ff.js — 200 — 3.5 KiB — 7 ms — h2https://assets.www.wiwo.de/frontend/2329.10ec88be4387194e.jsassets.www.wiwo.de/frontend/2329.10... https://assets.www.wiwo.de/frontend/2329.10ec88be4387194e.js — 200 — 4.8 KiB — 17 ms — h2https://assets.www.wiwo.de/frontend/6043.fa1919fb1d7c1ee3.jsassets.www.wiwo.de/frontend/6043.fa... https://assets.www.wiwo.de/frontend/6043.fa1919fb1d7c1ee3.js — 200 — 3.9 KiB — 17 ms — h2https://assets.www.wiwo.de/frontend/8477.967442a18e935673.jsassets.www.wiwo.de/frontend/8477.96... https://assets.www.wiwo.de/frontend/8477.967442a18e935673.js — 200 — 3.9 KiB — 17 ms — h2https://assets.www.wiwo.de/frontend/424.6268d52f78a287b2.jsassets.www.wiwo.de/frontend/424.626... https://assets.www.wiwo.de/frontend/424.6268d52f78a287b2.js — 200 — 11.4 KiB — 30 ms — h2https://assets.www.wiwo.de/frontend/1514.76f7a2e9d363d404.jsassets.www.wiwo.de/frontend/1514.76... https://assets.www.wiwo.de/frontend/1514.76f7a2e9d363d404.js — 200 — 1.7 KiB — 31 ms — h2https://assets.www.wiwo.de/frontend/528.901573a1d88294c0.jsassets.www.wiwo.de/frontend/528.901... https://assets.www.wiwo.de/frontend/528.901573a1d88294c0.js — 200 — 4.5 KiB — 31 ms — h2https://assets.www.wiwo.de/frontend/5679.8da8974234b05d11.jsassets.www.wiwo.de/frontend/5679.8d... https://assets.www.wiwo.de/frontend/5679.8da8974234b05d11.js — 200 — 6.5 KiB — 31 ms — h2https://assets.www.wiwo.de/frontend/9455.60b7678e972f076b.jsassets.www.wiwo.de/frontend/9455.60... https://assets.www.wiwo.de/frontend/9455.60b7678e972f076b.js — 200 — 4.2 KiB — 32 ms — h2https://assets.www.wiwo.de/frontend/9550.f110f97836f23c02.jsassets.www.wiwo.de/frontend/9550.f1... https://assets.www.wiwo.de/frontend/9550.f110f97836f23c02.js — 200 — 14.3 KiB — 39 ms — h2https://assets.www.wiwo.de/frontend/common.335ece3a967eb474.jsassets.www.wiwo.de/frontend/common.... https://assets.www.wiwo.de/frontend/common.335ece3a967eb474.js — 200 — 17.2 KiB — 40 ms — h2https://assets.www.wiwo.de/frontend/3855.9df25b367db9fd17.jsassets.www.wiwo.de/frontend/3855.9d... https://assets.www.wiwo.de/frontend/3855.9df25b367db9fd17.js — 200 — 10.4 KiB — 34 ms — h2https://assets.www.wiwo.de/frontend/9885.e5a8436c04a64ecf.jsassets.www.wiwo.de/frontend/9885.e5... https://assets.www.wiwo.de/frontend/9885.e5a8436c04a64ecf.js — 200 — 1.6 KiB — 16 ms — h2https://assets.www.wiwo.de/frontend/5027.40f513de6ed33da8.jsassets.www.wiwo.de/frontend/5027.40... https://assets.www.wiwo.de/frontend/5027.40f513de6ed33da8.js — 200 — 1.2 KiB — 16 ms — h2https://assets.www.wiwo.de/frontend/6449.5c83e72eaef28d0e.jsassets.www.wiwo.de/frontend/6449.5c... https://assets.www.wiwo.de/frontend/6449.5c83e72eaef28d0e.js — 200 — 17.4 KiB — 19 ms — h2https://assets.www.wiwo.de/frontend/7984.bb7db9a9045621de.jsassets.www.wiwo.de/frontend/7984.bb... https://assets.www.wiwo.de/frontend/7984.bb7db9a9045621de.js — 200 — 16.3 KiB — 8 ms — h2https://assets.www.wiwo.de/frontend/5295.0cd6a53a53c051d1.jsassets.www.wiwo.de/frontend/5295.0c... https://assets.www.wiwo.de/frontend/5295.0cd6a53a53c051d1.js — 200 — 1.7 KiB — 7 ms — h2https://assets.www.wiwo.de/frontend/5478.9955a077b982287d.jsassets.www.wiwo.de/frontend/5478.99... https://assets.www.wiwo.de/frontend/5478.9955a077b982287d.js — 200 — 2.4 KiB — 5 ms — h2https://assets.www.wiwo.de/frontend/8567.6919607bdbefcb21.jsassets.www.wiwo.de/frontend/8567.69... https://assets.www.wiwo.de/frontend/8567.6919607bdbefcb21.js — 200 — 3.1 KiB — 8 ms — h2https://assets.www.wiwo.de/frontend/8714.6e3a28e0732e9fad.jsassets.www.wiwo.de/frontend/8714.6e... https://assets.www.wiwo.de/frontend/8714.6e3a28e0732e9fad.js — 200 — 4.5 KiB — 14 ms — h2https://assets.www.wiwo.de/frontend/9444.1d6d9821fb3b08b4.jsassets.www.wiwo.de/frontend/9444.1d... https://assets.www.wiwo.de/frontend/9444.1d6d9821fb3b08b4.js — 200 — 2.9 KiB — 27 ms — h2https://assets.www.wiwo.de/frontend/6964.2c8f73c481963a85.jsassets.www.wiwo.de/frontend/6964.2c... https://assets.www.wiwo.de/frontend/6964.2c8f73c481963a85.js — 200 — 4.2 KiB — 27 ms — h2https://assets.www.wiwo.de/frontend/9667.50657ac6823f3541.jsassets.www.wiwo.de/frontend/9667.50... https://assets.www.wiwo.de/frontend/9667.50657ac6823f3541.js — 200 — 4.9 KiB — 27 ms — h2https://assets.www.wiwo.de/frontend/7738.64270de38a4d145e.jsassets.www.wiwo.de/frontend/7738.64... https://assets.www.wiwo.de/frontend/7738.64270de38a4d145e.js — 200 — 3.9 KiB — 26 ms — h2https://assets.www.wiwo.de/frontend/3800.09e3822f59847758.jsassets.www.wiwo.de/frontend/3800.09... https://assets.www.wiwo.de/frontend/3800.09e3822f59847758.js — 200 — 7.3 KiB — 26 ms — h2https://assets.www.wiwo.de/frontend/6467.0986fa1181be49f7.jsassets.www.wiwo.de/frontend/6467.09... https://assets.www.wiwo.de/frontend/6467.0986fa1181be49f7.js — 200 — 2.2 KiB — 28 ms — h2https://assets.www.wiwo.de/frontend/3181.ba54640c0885fb47.jsassets.www.wiwo.de/frontend/3181.ba... https://assets.www.wiwo.de/frontend/3181.ba54640c0885fb47.js — 200 — 4.0 KiB — 27 ms — h2https://assets.www.wiwo.de/frontend/4392.3849be1921611dbb.jsassets.www.wiwo.de/frontend/4392.38... https://assets.www.wiwo.de/frontend/4392.3849be1921611dbb.js — 200 — 5.5 KiB — 28 ms — h2https://assets.www.wiwo.de/frontend/6427.0fce5c79bc897611.jsassets.www.wiwo.de/frontend/6427.0f... https://assets.www.wiwo.de/frontend/6427.0fce5c79bc897611.js — 200 — 1.2 KiB — 30 ms — h2https://assets.www.wiwo.de/frontend/7085.06badcf6d293e6a2.jsassets.www.wiwo.de/frontend/7085.06... https://assets.www.wiwo.de/frontend/7085.06badcf6d293e6a2.js — 200 — 4.5 KiB — 30 ms — h2https://assets.www.wiwo.de/frontend/6181.6754dc2a11c0058a.jsassets.www.wiwo.de/frontend/6181.67... https://assets.www.wiwo.de/frontend/6181.6754dc2a11c0058a.js — 200 — 3.3 KiB — 30 ms — h2https://assets.www.wiwo.de/frontend/899.740c4dea01fd02cc.jsassets.www.wiwo.de/frontend/899.740... https://assets.www.wiwo.de/frontend/899.740c4dea01fd02cc.js — 200 — 1.3 KiB — 30 ms — h2https://www.wiwo.de/iqd/prod.iqdcontroller.iqdigital/cdn_iqdwiwo_spa_mob/live/iqadcontroller.js.gzwww.wiwo.de/iqd/prod.iqdcontroller.... https://www.wiwo.de/iqd/prod.iqdcontroller.iqdigital/cdn_iqdwiwo_spa_mob/live/iqadcontroller.js.gz — 200 — 74.9 KiB — 707 ms — h2https://www.wiwo.de/js/24170728/1/standard.jswww.wiwo.de/js/24170728/1/standard.... https://www.wiwo.de/js/24170728/1/standard.js — 200 — 5.6 KiB — 18 ms — h2https://assets.handelsblatt.com/loader.js?c=abo-buttonassets.handelsblatt.com/loader.js?c... https://assets.handelsblatt.com/loader.js?c=abo-button — 200 — 2.8 KiB — 186 ms — h2https://id.wiwo.de/.well-known/oauth-authorization-serverid.wiwo.de/.well-known/oauth-author... https://id.wiwo.de/.well-known/oauth-authorization-server — 200 — 1.3 KiB — 191 ms — http/1.1https://assets.www.wiwo.de/frontend/1851.45de4860a4622f30.jsassets.www.wiwo.de/frontend/1851.45... https://assets.www.wiwo.de/frontend/1851.45de4860a4622f30.js — 200 — 3.1 KiB — 5 ms — h2https://norkon.wiwo.de/widgets/wiwo/dax-1/css.css?541986436norkon.wiwo.de/widgets/wiwo/dax-1/c... https://norkon.wiwo.de/widgets/wiwo/dax-1/css.css?541986436 — 200 — 2.4 KiB — 994 ms — h2https://norkon.wiwo.de/widgets/wiwo/dax-1/js.js?541986436norkon.wiwo.de/widgets/wiwo/dax-1/j... https://norkon.wiwo.de/widgets/wiwo/dax-1/js.js?541986436 — 200 — 81.4 KiB — 980 ms — h2https://images.wiwo.de/n5J9ErVl5WyU/cover/380/253/697/254/48/826/0.5/0.5/logo-der-porsche-automobil-holding-se.avifimages.wiwo.de/n5J9ErVl5WyU/cover/3... https://images.wiwo.de/n5J9ErVl5WyU/cover/380/253/697/254/48/826/0.5/0.5/logo-der-porsche-automobil-holding-se.avif — 200 — 6.9 KiB — 207 ms — http/1.1https://images.wiwo.de/Wp1sVcGCGpQy/cover/380/253/0/0/47/47/0.5/0.5/archiv-30.01.2026-bayern-muenchen-das-logo-und-der-schriftzug-vom-onlineversandhaendler-amazon-si.avifimages.wiwo.de/Wp1sVcGCGpQy/cover/3... https://images.wiwo.de/Wp1sVcGCGpQy/cover/380/253/0/0/47/47/0.5/0.5/archiv-30.01.2026-bayern-muenchen-das-logo-und-der-schriftzug-vom-onlineversandhaendler-amazon-si.avif — 200 — 17.3 KiB — 205 ms — http/1.1https://images.wiwo.de/BjBQ-IPKdONH/cover/380/253/0/0/0/0/0.5/0.5/berlin-deutschland-27.01.2026-axel-springer-haus-welt-wirtschaftsgipfel-santiago-argelich-hesse.avifimages.wiwo.de/BjBQ-IPKdONH/cover/3... https://images.wiwo.de/BjBQ-IPKdONH/cover/380/253/0/0/0/0/0.5/0.5/berlin-deutschland-27.01.2026-axel-springer-haus-welt-wirtschaftsgipfel-santiago-argelich-hesse.avif — 200 — 8.8 KiB — 213 ms — http/1.1https://assets.handelsblatt.com/packages/@hmg/abo-button-wc@0.1.15/main.mjsassets.handelsblatt.com/packages/@h... https://assets.handelsblatt.com/packages/@hmg/abo-button-wc@0.1.15/main.mjs — 200 — 13.2 KiB — 11 ms — h2https://id.wiwo.de/oauth2/authorize?client_id=wiwo_web&redirect_uri=https%3A%2F%2Fwww.wiwo.de%2Fsilent-refresh.html&response_type=code&scope=read&state=2fb057f8d3a64e57963be4244ae31a72%3BeyJyZWZlcnJlciI6Imh0dHBzOi8vd3d3Lndpd28uZGUifQ%3D%3D&code_challenge=pneGwk_jTiSfZDtFbMRRJqWizFu3vMd9GXcLFBNkEIM&code_challenge_method=S256&prompt=noneid.wiwo.de/oauth2/authorize?client_... https://id.wiwo.de/oauth2/authorize?client_id=wiwo_web&redirect_uri=https%3A%2F%2Fwww.wiwo.de%2Fsilent-refresh.html&response_type=code&scope=read&state=2fb057f8d3a64e57963be4244ae31a72%3BeyJyZWZlcnJlciI6Imh0dHBzOi8vd3d3Lndpd28uZGUifQ%3D%3D&code_challenge=pneGwk_jTiSfZDtFbMRRJqWizFu3vMd9GXcLFBNkEIM&code_challenge_method=S256&prompt=none — 302 — 744 B — 289 ms — http/1.1https://assets.www.wiwo.de/frontend/4312.203686f6fb63082c.jsassets.www.wiwo.de/frontend/4312.20... https://assets.www.wiwo.de/frontend/4312.203686f6fb63082c.js — 200 — 4.2 KiB — 7 ms — h2https://assets.www.wiwo.de/frontend/3503.660506c56ddfbfea.jsassets.www.wiwo.de/frontend/3503.66... https://assets.www.wiwo.de/frontend/3503.660506c56ddfbfea.js — 200 — 2.7 KiB — 6 ms — h2https://assets.www.wiwo.de/frontend/7482.187a0a38e7530f33.jsassets.www.wiwo.de/frontend/7482.18... https://assets.www.wiwo.de/frontend/7482.187a0a38e7530f33.js — 200 — 2.3 KiB — 6 ms — h2https://assets.www.wiwo.de/frontend/3034.b9cefb758ebe2fe1.jsassets.www.wiwo.de/frontend/3034.b9... https://assets.www.wiwo.de/frontend/3034.b9cefb758ebe2fe1.js — 200 — 1.2 KiB — 17 ms — h2https://assets.www.wiwo.de/frontend/1930.4ff695919802c82a.jsassets.www.wiwo.de/frontend/1930.4f... https://assets.www.wiwo.de/frontend/1930.4ff695919802c82a.js — 200 — 2.2 KiB — 17 ms — h2https://assets.handelsblatt.com/loader.js?c=sticky-headerassets.handelsblatt.com/loader.js?c... https://assets.handelsblatt.com/loader.js?c=sticky-header — 200 — 2.5 KiB — 175 ms — h2https://designsystem.hmgassets.com/icons/user-small-plain.e5d8393ec54c689bcaf11c7fb2f4c368.svgdesignsystem.hmgassets.com/icons/us... https://designsystem.hmgassets.com/icons/user-small-plain.e5d8393ec54c689bcaf11c7fb2f4c368.svg — 200 — 1.5 KiB — 160 ms — h2https://assets.handelsblatt.com/packages/@hmg/hmg-sticky-header@1.0.0/index.jsassets.handelsblatt.com/packages/@h... https://assets.handelsblatt.com/packages/@hmg/hmg-sticky-header@1.0.0/index.js — 200 — 9.3 KiB — 11 ms — h2https://www.wiwo.de/silent-refresh.html?error=login_required&state=2fb057f8d3a64e57963be4244ae31a72;eyJyZWZlcnJlciI6Imh0dHBzOi8vd3d3Lndpd28uZGUifQ==www.wiwo.de/silent-refresh.html?err... https://www.wiwo.de/silent-refresh.html?error=login_required&state=2fb057f8d3a64e57963be4244ae31a72;eyJyZWZlcnJlciI6Imh0dHBzOi8vd3d3Lndpd28uZGUifQ== — 200 — 1.8 KiB — 634 ms — h2https://assets.www.wiwo.de/frontend/8415.ee4a1e1ebdbbfa92.jsassets.www.wiwo.de/frontend/8415.ee... https://assets.www.wiwo.de/frontend/8415.ee4a1e1ebdbbfa92.js — 200 — 2.0 KiB — 4 ms — h2https://assets.www.wiwo.de/frontend/3804.c4b5bd4ad6a573c1.jsassets.www.wiwo.de/frontend/3804.c4... https://assets.www.wiwo.de/frontend/3804.c4b5bd4ad6a573c1.js — 200 — 44.7 KiB — 6 ms — h2https://assets.www.wiwo.de/frontend/3671.79422f12c433126f.jsassets.www.wiwo.de/frontend/3671.79... https://assets.www.wiwo.de/frontend/3671.79422f12c433126f.js — 200 — 15.2 KiB — 6 ms — h2https://assets.www.wiwo.de/frontend/8219.c0838cd380e3d067.jsassets.www.wiwo.de/frontend/8219.c0... https://assets.www.wiwo.de/frontend/8219.c0838cd380e3d067.js — 200 — 1.3 KiB — 4 ms — h2https://assets.www.wiwo.de/frontend/4489.be95cb1a10838693.jsassets.www.wiwo.de/frontend/4489.be... https://assets.www.wiwo.de/frontend/4489.be95cb1a10838693.js — 200 — 3.8 KiB — 4 ms — h2https://assets.www.wiwo.de/frontend/3558.217e87f0a59a995f.jsassets.www.wiwo.de/frontend/3558.21... https://assets.www.wiwo.de/frontend/3558.217e87f0a59a995f.js — 200 — 6.2 KiB — 5 ms — h2https://assets.www.wiwo.de/frontend/3473.3db701c2d261554a.jsassets.www.wiwo.de/frontend/3473.3d... https://assets.www.wiwo.de/frontend/3473.3db701c2d261554a.js — 200 — 1.3 KiB — 3 ms — h2https://assets.www.wiwo.de/frontend/5011.61d3319ff320b20c.jsassets.www.wiwo.de/frontend/5011.61... https://assets.www.wiwo.de/frontend/5011.61d3319ff320b20c.js — 200 — 3.6 KiB — 3 ms — h2https://assets.www.wiwo.de/frontend/2427.7014423e6ef36f14.jsassets.www.wiwo.de/frontend/2427.70... https://assets.www.wiwo.de/frontend/2427.7014423e6ef36f14.js — 200 — 2.7 KiB — 4 ms — h2https://assets.www.wiwo.de/frontend/929.0db3e3647b4309ad.jsassets.www.wiwo.de/frontend/929.0db... https://assets.www.wiwo.de/frontend/929.0db3e3647b4309ad.js — 200 — 1.7 KiB — 3 ms — h2https://assets.www.wiwo.de/frontend/4884.3d78ea81d5edeefa.jsassets.www.wiwo.de/frontend/4884.3d... https://assets.www.wiwo.de/frontend/4884.3d78ea81d5edeefa.js — 200 — 9.7 KiB — 4 ms — h2https://assets.www.wiwo.de/frontend/3039.95fc9d2778e5e6cb.jsassets.www.wiwo.de/frontend/3039.95... https://assets.www.wiwo.de/frontend/3039.95fc9d2778e5e6cb.js — 200 — 5.1 KiB — 4 ms — h2https://assets.www.wiwo.de/frontend/859.c74ac7b9fca54742.jsassets.www.wiwo.de/frontend/859.c74... https://assets.www.wiwo.de/frontend/859.c74ac7b9fca54742.js — 200 — 1.3 KiB — 3 ms — h2https://assets.www.wiwo.de/frontend/2328.bbcff832af45c199.jsassets.www.wiwo.de/frontend/2328.bb... https://assets.www.wiwo.de/frontend/2328.bbcff832af45c199.js — 200 — 7.4 KiB — 3 ms — h2https://assets.www.wiwo.de/frontend/3900.f86522268f7b4caf.jsassets.www.wiwo.de/frontend/3900.f8... https://assets.www.wiwo.de/frontend/3900.f86522268f7b4caf.js — 200 — 4.5 KiB — 3 ms — h2https://assets.www.wiwo.de/frontend/7074.422b57b65b52566c.jsassets.www.wiwo.de/frontend/7074.42... https://assets.www.wiwo.de/frontend/7074.422b57b65b52566c.js — 200 — 15.8 KiB — 5 ms — h2https://assets.www.wiwo.de/frontend/8338.d2c216463b28473c.jsassets.www.wiwo.de/frontend/8338.d2... https://assets.www.wiwo.de/frontend/8338.d2c216463b28473c.js — 200 — 3.2 KiB — 5 ms — h2https://assets.handelsblatt.com/loader.js?c=bottom-layerassets.handelsblatt.com/loader.js?c... https://assets.handelsblatt.com/loader.js?c=bottom-layer — 200 — 2.5 KiB — 172 ms — h2https://assets.www.wiwo.de/frontend/2461.b1af93abeec20573.jsassets.www.wiwo.de/frontend/2461.b1... https://assets.www.wiwo.de/frontend/2461.b1af93abeec20573.js — 200 — 1.1 KiB — 4 ms — h2https://cmp-sp.wiwo.de/unified/wrapperMessagingWithoutDetection.jscmp-sp.wiwo.de/unified/wrapperMessa... https://cmp-sp.wiwo.de/unified/wrapperMessagingWithoutDetection.js — 200 — 40.4 KiB — 219 ms — h2https://assets.handelsblatt.com/packages/@hmg/hmg-bottom-layer@0.4.10/index.jsassets.handelsblatt.com/packages/@h... https://assets.handelsblatt.com/packages/@hmg/hmg-bottom-layer@0.4.10/index.js — 200 — 10.0 KiB — 12 ms — h2https://assets.www.wiwo.de/frontend/491.017058083a46a67a.jsassets.www.wiwo.de/frontend/491.017... https://assets.www.wiwo.de/frontend/491.017058083a46a67a.js — 200 — 1.3 KiB — 4 ms — h2https://assets.www.wiwo.de/frontend/7077.a5eccb9c6f7297e6.jsassets.www.wiwo.de/frontend/7077.a5... https://assets.www.wiwo.de/frontend/7077.a5eccb9c6f7297e6.js — 200 — 1.6 KiB — 4 ms — h2https://assets.www.wiwo.de/frontend/9458.e9fae894e6a3d2e2.jsassets.www.wiwo.de/frontend/9458.e9... https://assets.www.wiwo.de/frontend/9458.e9fae894e6a3d2e2.js — 200 — 2.4 KiB — 4 ms — h2https://assets.www.wiwo.de/frontend/3825.81290bd6b384b48d.jsassets.www.wiwo.de/frontend/3825.81... https://assets.www.wiwo.de/frontend/3825.81290bd6b384b48d.js — 200 — 996 B — 4 ms — h2https://cmp-sp.wiwo.de/unified/4.40.1/gdpr-tcf.27718c8cb9d29947d2c1.bundle.jscmp-sp.wiwo.de/unified/4.40.1/gdpr-... https://cmp-sp.wiwo.de/unified/4.40.1/gdpr-tcf.27718c8cb9d29947d2c1.bundle.js — 200 — 29.4 KiB — 8 ms — h2https://cmp-sp.wiwo.de/wrapper/v2/meta-data?hasCsp=true&accountId=692&env=prod&metadata=%7B%22gdpr%22%3A%7B%7D%7D&propertyId=2701&scriptVersion=4.40.1&scriptType=unifiedcmp-sp.wiwo.de/wrapper/v2/meta-data... https://cmp-sp.wiwo.de/wrapper/v2/meta-data?hasCsp=true&accountId=692&env=prod&metadata=%7B%22gdpr%22%3A%7B%7D%7D&propertyId=2701&scriptVersion=4.40.1&scriptType=unified — 200 — 788 B — 14 ms — h2https://assets.www.wiwo.de/frontend/6217.0798f9c903d735e4.jsassets.www.wiwo.de/frontend/6217.07... https://assets.www.wiwo.de/frontend/6217.0798f9c903d735e4.js — 200 — 4.6 KiB — 5 ms — h2https://assets.www.wiwo.de/frontend/1044.34a218a4c6c7f94a.jsassets.www.wiwo.de/frontend/1044.34... https://assets.www.wiwo.de/frontend/1044.34a218a4c6c7f94a.js — 200 — 1.6 KiB — 7 ms — h2https://assets--staging--fun.hmg.systems/loader.js?c=fraudassets--staging--fun.hmg.systems/lo... https://assets--staging--fun.hmg.systems/loader.js?c=fraud — 200 — 2.8 KiB — 540 ms — h2https://cmp-sp.wiwo.de/wrapper/v2/messages?hasCsp=true&env=prod&body=%7B%22accountId%22%3A692%2C%22campaignEnv%22%3A%22prod%22%2C%22campaigns%22%3A%7B%22gdpr%22%3A%7B%22consentStatus%22%3A%7B%7D%2C%22targetingParams%22%3A%7B%22purabo%22%3Afalse%7D%7D%7D%2C%22clientMMSOrigin%22%3A%22https%3A%2F%2Fcmp-sp.wiwo.de%22%2C%22hasCSP%22%3Atrue%2C%22includeData%22%3A%7B%22localState%22%3A%7B%22type%22%3A%22string%22%7D%2C%22actions%22%3A%7B%22type%22%3A%22RecordString%22%7D%2C%22cookies%22%3A%7B%22type%22%3A%22RecordString%22%7D%7D%2C%22propertyHref%22%3A%22https%3A%2F%2Fwiwo.de%2F%22%2C%22propertyId%22%3A2701%7D&localState=null&metadata=%7B%22gdpr%22%3A%7B%22applies%22%3Atrue%7D%7D&nonKeyedLocalState=null&ch=509081035509081035b061&scriptVersion=4.40.1&scriptType=unifiedcmp-sp.wiwo.de/wrapper/v2/messages?... https://cmp-sp.wiwo.de/wrapper/v2/messages?hasCsp=true&env=prod&body=%7B%22accountId%22%3A692%2C%22campaignEnv%22%3A%22prod%22%2C%22campaigns%22%3A%7B%22gdpr%22%3A%7B%22consentStatus%22%3A%7B%7D%2C%22targetingParams%22%3A%7B%22purabo%22%3Afalse%7D%7D%7D%2C%22clientMMSOrigin%22%3A%22https%3A%2F%2Fcmp-sp.wiwo.de%22%2C%22hasCSP%22%3Atrue%2C%22includeData%22%3A%7B%22localState%22%3A%7B%22type%22%3A%22string%22%7D%2C%22actions%22%3A%7B%22type%22%3A%22RecordString%22%7D%2C%22cookies%22%3A%7B%22type%22%3A%22RecordString%22%7D%7D%2C%22propertyHref%22%3A%22https%3A%2F%2Fwiwo.de%2F%22%2C%22propertyId%22%3A2701%7D&localState=null&metadata=%7B%22gdpr%22%3A%7B%22applies%22%3Atrue%7D%7D&nonKeyedLocalState=null&ch=509081035509081035b061&scriptVersion=4.40.1&scriptType=unified — 200 — 7.9 KiB — 504 ms — h2https://assets.www.wiwo.de/frontend/4077.32ab35fc6de7c242.jsassets.www.wiwo.de/frontend/4077.32... https://assets.www.wiwo.de/frontend/4077.32ab35fc6de7c242.js — 200 — 5.5 KiB — 4 ms — h2https://assets.www.wiwo.de/frontend/2692.9bef57e2d6a73dbd.jsassets.www.wiwo.de/frontend/2692.9b... https://assets.www.wiwo.de/frontend/2692.9bef57e2d6a73dbd.js — 200 — 6.8 KiB — 4 ms — h2https://assets.www.wiwo.de/frontend/7705.1444fc5b1a7c2437.jsassets.www.wiwo.de/frontend/7705.14... https://assets.www.wiwo.de/frontend/7705.1444fc5b1a7c2437.js — 200 — 3.2 KiB — 7 ms — h2https://assets.www.wiwo.de/frontend/4147.75ee23014ca66639.jsassets.www.wiwo.de/frontend/4147.75... https://assets.www.wiwo.de/frontend/4147.75ee23014ca66639.js — 200 — 1.6 KiB — 4 ms — h2https://cmp-sp.wiwo.de/index.html?hasCsp=true&message_id=1434950&consentUUID=null&consent_origin=https%3A%2F%2Fcmp-sp.wiwo.de%2Fconsent%2Ftcfv2&preload_message=true&version=v1cmp-sp.wiwo.de/index.html?hasCsp=tr... https://cmp-sp.wiwo.de/index.html?hasCsp=true&message_id=1434950&consentUUID=null&consent_origin=https%3A%2F%2Fcmp-sp.wiwo.de%2Fconsent%2Ftcfv2&preload_message=true&version=v1 — 200 — 2.2 KiB — 4 ms — h2https://assets--staging--fun.hmg.systems/packages/@hmg/hmg-sirius-init@1.4.0/sirius_init.mjsassets--staging--fun.hmg.systems/pa... https://assets--staging--fun.hmg.systems/packages/@hmg/hmg-sirius-init@1.4.0/sirius_init.mjs — 200 — 2.5 KiB — 517 ms — h2https://designsystem.hmgassets.com/icons/user-small-boxed.b77a4d0d3057bfdcbf236038f7ef5a46.svgdesignsystem.hmgassets.com/icons/us... https://designsystem.hmgassets.com/icons/user-small-boxed.b77a4d0d3057bfdcbf236038f7ef5a46.svg — 200 — 1.5 KiB — 161 ms — h2https://cmp-sp.wiwo.de/Notice.30929.csscmp-sp.wiwo.de/Notice.30929.css https://cmp-sp.wiwo.de/Notice.30929.css — 200 — 6.8 KiB — 8 ms — h2https://cmp-sp.wiwo.de/polyfills.01516.jscmp-sp.wiwo.de/polyfills.01516.js https://cmp-sp.wiwo.de/polyfills.01516.js — 200 — 2.3 KiB — 6 ms — h2https://cmp-sp.wiwo.de/Notice.8f529.jscmp-sp.wiwo.de/Notice.8f529.js https://cmp-sp.wiwo.de/Notice.8f529.js — 200 — 91.3 KiB — 13 ms — h2https://cmp-sp.wiwo.de/consent/tcfv2/vendor-list/categories?siteId=2701cmp-sp.wiwo.de/consent/tcfv2/vendor... https://cmp-sp.wiwo.de/consent/tcfv2/vendor-list/categories?siteId=2701 — 200 — 1.7 KiB — 6 ms — h2https://static.handelsblatt.com/fonts/franklingothic/v2/fonts.cssstatic.handelsblatt.com/fonts/frank... https://static.handelsblatt.com/fonts/franklingothic/v2/fonts.css — 200 — 1.6 KiB — 33 ms — h2https://www.wiwo.de/images/wiwo-logo-main/19487430/6-formatOriginal.svgwww.wiwo.de/images/wiwo-logo-main/1... https://www.wiwo.de/images/wiwo-logo-main/19487430/6-formatOriginal.svg — 200 — 2.2 KiB — 19 ms — h2https://static.handelsblatt.com/fonts/franklingothic/v2/franklingothic-700.latin.woff2static.handelsblatt.com/fonts/frank... https://static.handelsblatt.com/fonts/franklingothic/v2/franklingothic-700.latin.woff2 — 200 — 22.1 KiB — 22 ms — h2https://static.handelsblatt.com/fonts/franklingothic/v2/franklingothic-400.latin.woff2static.handelsblatt.com/fonts/frank... https://static.handelsblatt.com/fonts/franklingothic/v2/franklingothic-400.latin.woff2 — 200 — 21.6 KiB — 23 ms — h2https://static.handelsblatt.com/fonts/franklingothic/v2/franklingothic-500.latin.woff2static.handelsblatt.com/fonts/frank... https://static.handelsblatt.com/fonts/franklingothic/v2/franklingothic-500.latin.woff2 — 200 — 22.3 KiB — 20 ms — h2https://assets.www.wiwo.de/frontend/wiwo/favicon.icoassets.www.wiwo.de/frontend/wiwo/fa... https://assets.www.wiwo.de/frontend/wiwo/favicon.ico — 200 — 15.6 KiB — 10 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 21111ms · 584KB · €229/mo
www.wiwo.de
Other
Costly
Execution 10649ms
Transfer 12 KB
Monthly Cost €116/mo
www.wiwo.de
Other
Costly
Execution 3202ms
Transfer 176 KB
Unused 42%
Monthly Cost €35/mo
www.wiwo.de
Other
Costly
Execution 2352ms
Transfer 94 KB
Monthly Cost €26/mo
www.wiwo.de
Other
Costly
Execution 2337ms
Transfer 5 KB
Monthly Cost €25/mo
Unattributable
Other
Costly
Execution 1200ms
Transfer 0 KB
Monthly Cost €13/mo
cmp-sp.wiwo.de
Other
Costly
Execution 653ms
Transfer 91 KB
Unused 69%
Monthly Cost €7/mo
cmp-sp.wiwo.de
Other
Costly
Execution 231ms
Transfer 40 KB
Monthly Cost €3/mo
assets.www.wiwo.de
Other
Optional
Execution 167ms
Transfer 16 KB
Monthly Cost €2/mo
cmp-sp.wiwo.de
Other
Optional
Execution 130ms
Transfer 29 KB
Monthly Cost €1/mo
assets.www.wiwo.de
Other
Optional
Execution 126ms
Transfer 45 KB
Unused 56%
Monthly Cost €1/mo
www.wiwo.de
Other
Optional
Execution 64ms
Transfer 75 KB
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • www.wiwo.de adds 10649ms and costs ~€116/month
  • www.wiwo.de adds 3202ms and costs ~€35/month
  • www.wiwo.de adds 2352ms and costs ~€26/month
  • www.wiwo.de adds 2337ms and costs ~€25/month
  • Unattributable adds 1200ms and costs ~€13/month
  • cmp-sp.wiwo.de adds 653ms and costs ~€7/month
  • cmp-sp.wiwo.de adds 231ms and costs ~€3/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

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.wiwo.de takes 10649ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

www.wiwo.de takes 3202ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

www.wiwo.de takes 2352ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

www.wiwo.de takes 2337ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

Unattributable takes 1200ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

cmp-sp.wiwo.de takes 653ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

69% of cmp-sp.wiwo.de's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

cmp-sp.wiwo.de takes 231ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

56% of assets.www.wiwo.de's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback