Skip to content
https://wiwo.de

Performance

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

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

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

815 ms

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

1.58 s

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

1.08 s

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.015

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

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

4.63 s

Page Load Progression

763 ms
1.5 s
2.3 s
3.1 s
3.8 s
4.6 s
5.3 s
6.1 s
Checks
15
7 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.7 MiB of 1.7 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Execution Cost
Action
4894ms total JS execution
FIX
4894ms total JS execution
Warning::
https://www.wiwo.de/beta-frontend/polyfills.1cfcd7...: 2700ms CPU time
Warning::
https://www.wiwo.de/: 592ms CPU time
Warning::
https://www.wiwo.de/beta-frontend/runtime.e35ba417...: 530ms CPU time
Warning::
https://www.wiwo.de/beta-frontend/main.4f75d5b24f8...: 478ms CPU time
Warning::
Unattributable: 389ms CPU time
Warning::
Third-party scripts: 4894ms (100% of total)

Main Thread Breakdown

Script Evaluation 65% Style & Layout 11% Other 10% Parse HTML & CSS 9%
ScriptTotalScriptingParse/CompileParty
https://www.wiwo.de/beta-frontend/polyfills.1cfcd735136e8afb.js2700ms2062ms0ms3rd
https://www.wiwo.de/592ms6ms0ms3rd
https://www.wiwo.de/beta-frontend/runtime.e35ba41799fec5e7.js530ms503ms0ms3rd
https://www.wiwo.de/beta-frontend/main.4f75d5b24f89a76a.js478ms471ms1ms3rd
Unattributable389ms13ms0ms3rd
https://cmp-sp.wiwo.de/Notice.8f529.js145ms110ms12ms3rd
https://cmp-sp.wiwo.de/unified/wrapperMessagingWithoutDetection.js59ms52ms5ms3rd
D
Page Weight Inventory
Action
129 resources · 1.7 MB · 161 KB savings available
FIX
129 resources · 1.7 MB · 161 KB savings available
Warning::
Page weight 732 KB over 1MB target
Got: 1.7 MB Expected: ≤ 1 MB
Info::
~161 KB of savings available
Warning::
128 third-party resources (100% of weight)
129 resources · 1.7 MiB · 128 third-party 732.5 KiB over 1MB target
JavaScript 55% · 969.2 KiB
Image 19% · 330.9 KiB
Font 17% · 306.6 KiB
Document 6% · 99.5 KiB
Other 2% · 39.5 KiB
CSS 1% · 10.8 KiB

~161.3 KiB of savings available

Remove unused JavaScript: 161.3 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.7 MB transferred, 129 requests
REVIEW
1.7 MB transferred, 129 requests
Info::
Page weighs 6.4 MB (1.7 MB transferred)
Warning::
JavaScript is 969 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 969 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::
129 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.36 g CO2 per page load
1.7 MB / 2.4 MB budget
1.7 MB transferred
129 requests
0.36 g CO2 per page load
JavaScript 969.2 KiB 55%
Images 312.4 KiB 18%
Fonts 306.6 KiB 17%
HTML 99.5 KiB 6%
Other 32.5 KiB 2%
Other 16.8 KiB 1%
CSS 10.8 KiB 1%
Other 8.6 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
83 scripts, 161 KB unused
REVIEW
83 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 (57%)
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 (57%)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
18 images, 0 KB saveable
PASS
18 images, 0 KB saveable
Info::
All images are well-optimized
18 images 312 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 FCP 815 ms LCP 1.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 — 860 ms — 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 — 864 ms — 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 — 857 ms — 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 — 860 ms — 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 — 864 ms — 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 — 861 ms — 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 — 17 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.8 KiB — 12 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 — 21.9 KiB — 15 ms — font-display: swap
Reader-Regular-Pro.6df3... woff2 swap
Size 38 KB
Load time 860 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
Reader-Bold-Pro.b4c222d... woff2 swap
Size 39 KB
Load time 864 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
Blanco-Regular.ebf93f96... woff2 swap
Size 38 KB
Load time 857 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
Oceanic-Medium.62419a21... woff2 swap
Size 46 KB
Load time 860 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
Reader-Medium-Pro.2bc03... woff2 swap
Size 40 KB
Load time 864 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
ClassicGrotesquePro-Reg... woff2 swap
Size 39 KB
Load time 861 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
franklingothic-700.lati... woff2 swap
Size 22 KB
Load time 17 ms
Start 6.0 s
Risk FOUT — text flashes from fallback to web font
franklingothic-400.lati... woff2 swap
Size 22 KB
Load time 12 ms
Start 6.0 s
Risk FOUT — text flashes from fallback to web font
franklingothic-500.lati... woff2 swap
Size 22 KB
Load time 15 ms
Start 6.0 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+
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
129 requests over 6663ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 815 ms LCP 1.6 shttps://wiwo.de// https://wiwo.de/ — 301 — 521 B — 21 ms — http/1.1https://www.wiwo.de/www.wiwo.de/ https://www.wiwo.de/ — 200 — 93.6 KiB — 1.2 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 — 11 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 — 12 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 — 24 ms — h2https://images.wiwo.de/0FYBzmojJKxd/cover/468/468/417/416/0/0/0.5/0.5/ruwais.avifimages.wiwo.de/0FYBzmojJKxd/cover/4... https://images.wiwo.de/0FYBzmojJKxd/cover/468/468/417/416/0/0/0.5/0.5/ruwais.avif — 200 — 58.6 KiB — 272 ms — http/1.1https://images.wiwo.de/O91hbPMVaFGU/cover/657/438/0/370/0/0/0.5/0.5/imago-images-0837024452.avifimages.wiwo.de/O91hbPMVaFGU/cover/6... https://images.wiwo.de/O91hbPMVaFGU/cover/657/438/0/370/0/0/0.5/0.5/imago-images-0837024452.avif — 200 — 56.3 KiB — 247 ms — http/1.1https://images.wiwo.de/MJDM83kdujcH/cover/380/253/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/3... https://images.wiwo.de/MJDM83kdujcH/cover/380/253/0/0/0/0/0.351/0.245/german-defence-minister-boris-pistorius-walks-past-the-wachbattallion-honour-guard-before-receiving.avif — 200 — 18.5 KiB — 80 ms — http/1.1https://images.wiwo.de/fj5jzddFgAep/cover/380/380/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/3... https://images.wiwo.de/fj5jzddFgAep/cover/380/380/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 — 21.5 KiB — 80 ms — http/1.1https://images.wiwo.de/t42hTwZAHOdM/cover/657/438/1076/1058/1048/375/0.5/0.5/u.s.-san-francisco-apple-new-products.avifimages.wiwo.de/t42hTwZAHOdM/cover/6... https://images.wiwo.de/t42hTwZAHOdM/cover/657/438/1076/1058/1048/375/0.5/0.5/u.s.-san-francisco-apple-new-products.avif — 200 — 18.2 KiB — 240 ms — http/1.1https://images.wiwo.de/2KOKOBFoLZRZ/cover/380/253/0/0/2/1/0.5/0.5/stock-trader-analyzing-stock-market.avifimages.wiwo.de/2KOKOBFoLZRZ/cover/3... https://images.wiwo.de/2KOKOBFoLZRZ/cover/380/253/0/0/2/1/0.5/0.5/stock-trader-analyzing-stock-market.avif — 200 — 16.7 KiB — 606 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 — 860 ms — 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 — 864 ms — 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 — 857 ms — 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 — 860 ms — 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 — 864 ms — 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 — 861 ms — 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 — 962 B — 33 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 — 1005 B — 659 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 — 29 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 — 11 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 — 12 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 — 16 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 — 21 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 — 18 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 — 15 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 — 27 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 — 21 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 815 ms LCP 1.6 shttps://wiwo.de// https://wiwo.de/ — 301 — 521 B — 21 ms — http/1.1https://www.wiwo.de/www.wiwo.de/ https://www.wiwo.de/ — 200 — 93.6 KiB — 1.2 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 — 11 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 — 12 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 — 24 ms — h2https://images.wiwo.de/0FYBzmojJKxd/cover/468/468/417/416/0/0/0.5/0.5/ruwais.avifimages.wiwo.de/0FYBzmojJKxd/cover/4... https://images.wiwo.de/0FYBzmojJKxd/cover/468/468/417/416/0/0/0.5/0.5/ruwais.avif — 200 — 58.6 KiB — 272 ms — http/1.1https://images.wiwo.de/O91hbPMVaFGU/cover/657/438/0/370/0/0/0.5/0.5/imago-images-0837024452.avifimages.wiwo.de/O91hbPMVaFGU/cover/6... https://images.wiwo.de/O91hbPMVaFGU/cover/657/438/0/370/0/0/0.5/0.5/imago-images-0837024452.avif — 200 — 56.3 KiB — 247 ms — http/1.1https://images.wiwo.de/MJDM83kdujcH/cover/380/253/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/3... https://images.wiwo.de/MJDM83kdujcH/cover/380/253/0/0/0/0/0.351/0.245/german-defence-minister-boris-pistorius-walks-past-the-wachbattallion-honour-guard-before-receiving.avif — 200 — 18.5 KiB — 80 ms — http/1.1https://images.wiwo.de/fj5jzddFgAep/cover/380/380/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/3... https://images.wiwo.de/fj5jzddFgAep/cover/380/380/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 — 21.5 KiB — 80 ms — http/1.1https://images.wiwo.de/t42hTwZAHOdM/cover/657/438/1076/1058/1048/375/0.5/0.5/u.s.-san-francisco-apple-new-products.avifimages.wiwo.de/t42hTwZAHOdM/cover/6... https://images.wiwo.de/t42hTwZAHOdM/cover/657/438/1076/1058/1048/375/0.5/0.5/u.s.-san-francisco-apple-new-products.avif — 200 — 18.2 KiB — 240 ms — http/1.1https://images.wiwo.de/2KOKOBFoLZRZ/cover/380/253/0/0/2/1/0.5/0.5/stock-trader-analyzing-stock-market.avifimages.wiwo.de/2KOKOBFoLZRZ/cover/3... https://images.wiwo.de/2KOKOBFoLZRZ/cover/380/253/0/0/2/1/0.5/0.5/stock-trader-analyzing-stock-market.avif — 200 — 16.7 KiB — 606 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 — 860 ms — 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 — 864 ms — 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 — 857 ms — 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 — 860 ms — 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 — 864 ms — 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 — 861 ms — 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 — 962 B — 33 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 — 1005 B — 659 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 — 29 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 — 11 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 — 12 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 — 16 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 — 21 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 — 18 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 — 15 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 — 27 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 — 21 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 — 23 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 — 24 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 — 23 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 — 7 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 — 9 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 — 6 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 — 12 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 — 11 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.5 KiB — 10 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 — 41 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 — 41 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 — 42 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 — 43 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 — 43 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 — 45 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 — 42 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 — 45 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 — 45 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 — 49 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 — 45 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 — 48 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 — 44 ms — h2https://www.wiwo.de/iqd/prod.iqdcontroller.iqdigital/cdn_iqdwiwo_spa/live/iqadcontroller.js.gzwww.wiwo.de/iqd/prod.iqdcontroller.... https://www.wiwo.de/iqd/prod.iqdcontroller.iqdigital/cdn_iqdwiwo_spa/live/iqadcontroller.js.gz — 200 — 74.8 KiB — 528 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 — 5 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 — 193 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 — 524 ms — http/1.1https://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 — 42 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 — 49 ms — h2https://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 — 4 ms — h2https://norkon.handelsblatt.com/api/v1/models/hb-frontnorkon.handelsblatt.com/api/v1/mode... https://norkon.handelsblatt.com/api/v1/models/hb-front — 200 — 11.5 KiB — 124 ms — h2https://norkon.handelsblatt.com/api/v1/ticks/X1000norkon.handelsblatt.com/api/v1/tick... https://norkon.handelsblatt.com/api/v1/ticks/X1000 — 200 — 15.2 KiB — 771 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 — 555 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.4 KiB — 49 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 — 51 ms — http/1.1https://images.wiwo.de/1Xgb5kyR8Gvb/cover/380/253/0/0/51/947/0.5/0.5/lars-klingbeil-friedrich-merz-markus-soeder.avifimages.wiwo.de/1Xgb5kyR8Gvb/cover/3... https://images.wiwo.de/1Xgb5kyR8Gvb/cover/380/253/0/0/51/947/0.5/0.5/lars-klingbeil-friedrich-merz-markus-soeder.avif — 200 — 20.1 KiB — 49 ms — http/1.1https://images.wiwo.de/9JXOHLEsiQCS/cover/380/253/638/357/246/508/0.5/0.5/lionel-souque-vorstandsvorsitzer-der-rewe-group-spricht-in-der-zentrale-der-rewe-group-bei-einem-i.avifimages.wiwo.de/9JXOHLEsiQCS/cover/3... https://images.wiwo.de/9JXOHLEsiQCS/cover/380/253/638/357/246/508/0.5/0.5/lionel-souque-vorstandsvorsitzer-der-rewe-group-spricht-in-der-zentrale-der-rewe-group-bei-einem-i.avif — 200 — 10.9 KiB — 49 ms — http/1.1https://images.wiwo.de/Howonb9KjsHQ/cover/380/253/0/0/0/0/0.5/0.5/berlin-germany-march-26-2025-illuminated-entrance-area-of-deutsche-telekom-ag-at-the-berlin-sit.avifimages.wiwo.de/Howonb9KjsHQ/cover/3... https://images.wiwo.de/Howonb9KjsHQ/cover/380/253/0/0/0/0/0.5/0.5/berlin-germany-march-26-2025-illuminated-entrance-area-of-deutsche-telekom-ag-at-the-berlin-sit.avif — 200 — 24.2 KiB — 49 ms — http/1.1https://images.wiwo.de/IzqKNJZLpirt/cover/380/253/0/0/0/0/0.5/0.5/archiv-03.02.2023-na-duesseldorf-eine-geoeffnete-kondompackung-liegt-neben-einem-bett-auf-einem-n.avifimages.wiwo.de/IzqKNJZLpirt/cover/3... https://images.wiwo.de/IzqKNJZLpirt/cover/380/253/0/0/0/0/0.5/0.5/archiv-03.02.2023-na-duesseldorf-eine-geoeffnete-kondompackung-liegt-neben-einem-bett-auf-einem-n.avif — 200 — 7.8 KiB — 87 ms — http/1.1https://images.wiwo.de/ctvREjoOyMTY/cover/380/253/310/0/0/0/0.5/0.5/paris-france-dec-4-2015-close-up-view-of-a-sandisk-ultra-ii-solid-state-drive-ssd-positioned.avifimages.wiwo.de/ctvREjoOyMTY/cover/3... https://images.wiwo.de/ctvREjoOyMTY/cover/380/253/310/0/0/0/0.5/0.5/paris-france-dec-4-2015-close-up-view-of-a-sandisk-ultra-ii-solid-state-drive-ssd-positioned.avif — 200 — 16.2 KiB — 87 ms — http/1.1https://images.wiwo.de/vFrR80dJSea6/cover/380/253/362/3/36/206/0.5/0.5/pascal-soriot-chief-executive-officer-of-astrazeneca-plc-following-a-bloomberg-television-intervie.avifimages.wiwo.de/vFrR80dJSea6/cover/3... https://images.wiwo.de/vFrR80dJSea6/cover/380/253/362/3/36/206/0.5/0.5/pascal-soriot-chief-executive-officer-of-astrazeneca-plc-following-a-bloomberg-television-intervie.avif — 200 — 6.2 KiB — 81 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 — 16 ms — h2https://images.wiwo.de/KGzxWZsYjjH-/cover/44/44/546/546/0/0/0.5/0.5/kopf-husmann-nele_pur.avifimages.wiwo.de/KGzxWZsYjjH-/cover/4... https://images.wiwo.de/KGzxWZsYjjH-/cover/44/44/546/546/0/0/0.5/0.5/kopf-husmann-nele_pur.avif — 200 — 1.8 KiB — 44 ms — http/1.1https://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=fa2b6e1fd18b49dea9cde0217b1a479e%3BeyJyZWZlcnJlciI6Imh0dHBzOi8vd3d3Lndpd28uZGUifQ%3D%3D&code_challenge=af8K_N4EOnjcVrlTuX3cINkDj7AibiaOs6p8mhf7ex4&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=fa2b6e1fd18b49dea9cde0217b1a479e%3BeyJyZWZlcnJlciI6Imh0dHBzOi8vd3d3Lndpd28uZGUifQ%3D%3D&code_challenge=af8K_N4EOnjcVrlTuX3cINkDj7AibiaOs6p8mhf7ex4&code_challenge_method=S256&prompt=none — 302 — 744 B — 564 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 — 8 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 — 7 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 — 7 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 — 8 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.1 KiB — 8 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 — 169 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 — 10 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 — 7 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 — 5 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 — 6 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 — 4 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 — 5 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 — 6 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 — 4 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 — 5 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://www.wiwo.de/silent-refresh.html?error=login_required&state=fa2b6e1fd18b49dea9cde0217b1a479e;eyJyZWZlcnJlciI6Imh0dHBzOi8vd3d3Lndpd28uZGUifQ==www.wiwo.de/silent-refresh.html?err... https://www.wiwo.de/silent-refresh.html?error=login_required&state=fa2b6e1fd18b49dea9cde0217b1a479e;eyJyZWZlcnJlciI6Imh0dHBzOi8vd3d3Lndpd28uZGUifQ== — 200 — 1.8 KiB — 793 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 — 6 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 — 6 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 — 177 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 — 6 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 — 11 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 — 120 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 — 5 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 — 10 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 — 781 B — 17 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://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 — 6 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 — 995 B — 4 ms — h2https://cmp-sp.wiwo.de/index.html?hasCsp=true&message_id=1434949&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=1434949&consentUUID=null&consent_origin=https%3A%2F%2Fcmp-sp.wiwo.de%2Fconsent%2Ftcfv2&preload_message=true&version=v1 — 200 — 2.2 KiB — 5 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 — 15 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 — 24 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 — 14 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 — 5 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 — 204 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://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 — 3 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.3 KiB — 5 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 — 36 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.3 KiB — 6 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 — 17 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.8 KiB — 12 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 — 21.9 KiB — 15 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 — 555 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://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 — 168 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 — 17 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 4894ms · 418KB · €53/mo
www.wiwo.de
Other
Costly
Execution 2700ms
Transfer 12 KB
Monthly Cost €29/mo
www.wiwo.de
Other
Costly
Execution 592ms
Transfer 94 KB
Monthly Cost €6/mo
www.wiwo.de
Other
Costly
Execution 530ms
Transfer 5 KB
Monthly Cost €6/mo
www.wiwo.de
Other
Costly
Execution 478ms
Transfer 176 KB
Unused 42%
Monthly Cost €5/mo
Unattributable
Other
Costly
Execution 389ms
Transfer 0 KB
Monthly Cost €4/mo
cmp-sp.wiwo.de
Other
Optional
Execution 145ms
Transfer 91 KB
Unused 69%
Monthly Cost €2/mo
cmp-sp.wiwo.de
Other
Optional
Execution 59ms
Transfer 40 KB
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • www.wiwo.de adds 2700ms and costs ~€29/month
  • www.wiwo.de adds 592ms and costs ~€6/month
  • www.wiwo.de adds 530ms and costs ~€6/month
  • www.wiwo.de adds 478ms and costs ~€5/month
  • Unattributable adds 389ms and costs ~€4/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 2700ms 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 592ms 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 530ms 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 478ms 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 389ms 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

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