Skip to content
https://diepresse.com

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
81
GRADE
B
FIX
3
REVIEW
5
PASS
7
INFO
2

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

39
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
95
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.
92
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.

6.57 s

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

10.59 s

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

834 ms

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

0.000

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

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

10.66 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
17
7 PASS 5 REVIEW 3 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.3 MiB of 1.3 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Execution Cost
Action
3943ms total JS execution
FIX
3943ms total JS execution
Warning::
https://www.diepresse.com/assets_v2/js/app.DkPjJmv...: 1843ms CPU time
Warning::
Unattributable: 665ms CPU time
Warning::
https://www.diepresse.com/: 582ms CPU time
Warning::
https://privacy.diepresse.com/sdk/22ecd6bfac93de60...: 265ms CPU time
Info::
https://privacy.diepresse.com/sdk/22ecd6bfac93de60...: 222ms CPU time
Warning::
Third-party scripts: 3943ms (100% of total)

Main Thread Breakdown

Script Evaluation 55% Style & Layout 17% Other 14% Parse HTML & CSS 7% Script Parsing & Compilation 3%
ScriptTotalScriptingParse/CompileParty
https://www.diepresse.com/assets_v2/js/app.DkPjJmvP.js1843ms1462ms2ms3rd
Unattributable665ms228ms0ms3rd
https://www.diepresse.com/582ms81ms11ms3rd
https://privacy.diepresse.com/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/ui-web-de-AT-web.22ecd6bfac93de604efec0b75b2c796ee1675f92.js265ms133ms19ms3rd
https://privacy.diepresse.com/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/sdk.22ecd6bfac93de604efec0b75b2c796ee1675f92.js222ms175ms33ms3rd
https://www.diepresse.com/assets_v2/js/swiper-bundle.DwyMwr7b.js205ms16ms0ms3rd
https://r.sascdn.com/video/controller.js?nwid=1003109ms66ms42ms3rd
https://privacy.diepresse.com/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/src_sdk_core_modules_integrations_sdk-integrations_providers_gcm_gcm_js.22ecd6bfac93de604efec0b75b2c796ee1675f92.js54ms53ms1ms3rd
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.

B
Page Weight Budget
1.3 MB transferred, 112 requests
REVIEW
1.3 MB transferred, 112 requests
Info::
Page weighs 3.6 MB (1.3 MB transferred)
Warning::
JavaScript is 713 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 713 KB
Info::
Fonts are 220 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 220 KB
Warning::
112 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.28 g CO2 per page load
1.3 MB / 2.4 MB budget
1.3 MB transferred
112 requests
0.28 g CO2 per page load
JavaScript 713.4 KiB 53%
Images 240.0 KiB 18%
Fonts 220.1 KiB 16%
HTML 85.2 KiB 6%
CSS 65.6 KiB 5%
Other 22.5 KiB 2%
Other 1.8 KiB 0%
Other 737 B 0%
Other 468 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Under budget

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

B
Image Optimization
9 images, 0 KB saveable
REVIEW
9 images, 0 KB saveable
Warning::
https://assets.diepresse.com/layout/diepresse/file... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://assets.diepresse.com/layout/diepresse/file... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
9 images 240 KB
0 oversized -0 KB
2 legacy format
2 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

B
JS Bundles
66 scripts, 128 KB unused
REVIEW
66 scripts, 128 KB unused
Warning::
https://www.diepresse.com/assets_v2/js/app.DkPjJmv...: 85 KB unused (38%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://privacy.diepresse.com/sdk/22ecd6bfac93de60...: 43 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 128 KB
128 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.diepresse.com/assets_v2/js/app.DkPjJmvP.js222 KB85 KB (38%)3rd
https://privacy.diepresse.com/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/sdk.22ecd6bfac93de604efec0b75b2c796ee1675f92.js103 KB43 KB (42%)3rd
https://data-50d39a5d3f.diepresse.com/iomm/latest/manager/base/es6/bundle.js17 KB3rd
https://data-50d39a5d3f.diepresse.com/iomm/latest/bootstrap/loader.js1 KB3rd
https://ced.sascdn.com/tag/1003/smart.js27 KB3rd
https://privacy.diepresse.com/f99e3f18-1a59-4728-b6e7-f56c99678ed5/loader.js?target_type=notice&target=wwcb4eBz42 KB3rd
https://r.sascdn.com/handlers/config/config.ashx?nwid=1003&cptype=videoconfig0 KB3rd
https://ced-ns.sascdn.com/diff/video/current/libs/js/controller.js144 KB3rd
https://privacy.diepresse.com/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/src_sdk_core_modules_integrations_sdk-integrations_providers_gcm_gcm_js.22ecd6bfac93de604efec0b75b2c796ee1675f92.js1 KB3rd
https://privacy.diepresse.com/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/ui-web-de-AT-web.22ecd6bfac93de604efec0b75b2c796ee1675f92.js56 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

C
Page Weight Inventory
Action
112 resources · 1.3 MB · 128 KB savings available
REVIEW
112 resources · 1.3 MB · 128 KB savings available
Warning::
Page weight 326 KB over 1MB target
Got: 1.3 MB Expected: ≤ 1 MB
Info::
~128 KB of savings available
Warning::
111 third-party resources (100% of weight)
Info::
1 resources over 200KB
112 resources · 1.3 MiB · 111 third-party 325.7 KiB over 1MB target
JavaScript 53% · 713.4 KiB
Image 18% · 241.4 KiB
Font 16% · 220.1 KiB
Document 6% · 85.2 KiB
CSS 5% · 65.6 KiB
Other 2% · 24.0 KiB

~127.6 KiB of savings available

Remove unused JavaScript: 127.6 KiB
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

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+
Font Loading
4 fonts (220 KB)
PASS
4 fonts (220 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

220 KB total

Render-blocking

0

of 4

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 6.6 s LCP 10.6 shttps://assets.diepresse.com/layout/diepresse/files/fonts/PublicoHeadline-Roman-Web.woff2PublicoHeadline-Roman-W... https://assets.diepresse.com/layout/diepresse/files/fonts/PublicoHeadline-Roman-Web.woff2 — 39.1 KiB — 468 ms — font-display: swaphttps://assets.diepresse.com/layout/diepresse/files/fonts/PublicoText-Roman-Web.woff2PublicoText-Roman-Web.w... https://assets.diepresse.com/layout/diepresse/files/fonts/PublicoText-Roman-Web.woff2 — 51.5 KiB — 436 ms — font-display: swaphttps://assets.diepresse.com/layout/diepresse/files/fonts/Mabry-Bold-Pro.woff2Mabry-Bold-Pro.woff2 https://assets.diepresse.com/layout/diepresse/files/fonts/Mabry-Bold-Pro.woff2 — 65.9 KiB — 447 ms — font-display: swaphttps://assets.diepresse.com/layout/diepresse/files/fonts/Mabry-Medium-Pro.woff2Mabry-Medium-Pro.woff2 https://assets.diepresse.com/layout/diepresse/files/fonts/Mabry-Medium-Pro.woff2 — 63.6 KiB — 66 ms — font-display: swap
PublicoHeadline-Roman-W... woff2 swap
Size 39 KB
Load time 468 ms
Start 200 ms
Risk FOUT — text flashes from fallback to web font
PublicoText-Roman-Web.w... woff2 swap
Size 51 KB
Load time 436 ms
Start 200 ms
Risk FOUT — text flashes from fallback to web font
Mabry-Bold-Pro.woff2 woff2 swap
Size 66 KB
Load time 447 ms
Start 200 ms
Risk FOUT — text flashes from fallback to web font
Mabry-Medium-Pro.woff2 woff2 swap
Size 64 KB
Load time 66 ms
Start 1.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
11 hints, 0 missing preconnects
PASS
11 hints, 0 missing preconnects
Info::
Page uses 11 resource hint(s)

Current Resource Hints

preconnect
3
preload
7
dns-prefetch
1
prefetch

11 resource hints configured

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
Network Waterfall
112 requests over 2276ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 6.6 s LCP 10.6 shttps://diepresse.com// https://diepresse.com/ — 301 — 64 B — 160 ms — h2https://www.diepresse.com/www.diepresse.com/ https://www.diepresse.com/ — 200 — 85.2 KiB — 28 ms — h2https://assets.diepresse.com/layout/diepresse/files/fonts/PublicoHeadline-Roman-Web.woff2assets.diepresse.com/layout/diepres... https://assets.diepresse.com/layout/diepresse/files/fonts/PublicoHeadline-Roman-Web.woff2 — 200 — 39.1 KiB — 468 ms — h2https://assets.diepresse.com/layout/diepresse/files/fonts/PublicoText-Roman-Web.woff2assets.diepresse.com/layout/diepres... https://assets.diepresse.com/layout/diepresse/files/fonts/PublicoText-Roman-Web.woff2 — 200 — 51.5 KiB — 436 ms — h2https://assets.diepresse.com/layout/diepresse/files/fonts/Mabry-Bold-Pro.woff2assets.diepresse.com/layout/diepres... https://assets.diepresse.com/layout/diepresse/files/fonts/Mabry-Bold-Pro.woff2 — 200 — 65.9 KiB — 447 ms — h2https://data-50d39a5d3f.diepresse.com/iomm/latest/manager/base/es6/bundle.jsdata-50d39a5d3f.diepresse.com/iomm/... https://data-50d39a5d3f.diepresse.com/iomm/latest/manager/base/es6/bundle.js — 200 — 16.8 KiB — 185 ms — h2https://data-50d39a5d3f.diepresse.com/iomm/latest/bootstrap/loader.jsdata-50d39a5d3f.diepresse.com/iomm/... https://data-50d39a5d3f.diepresse.com/iomm/latest/bootstrap/loader.js — 200 — 836 B — 178 ms — h2https://r.sascdn.com/video/config.js?nwid=1003r.sascdn.com/video/config.js?nwid=1... https://r.sascdn.com/video/config.js?nwid=1003 — 302 — 107 B — 505 ms — h2https://r.sascdn.com/video/controller.js?nwid=1003r.sascdn.com/video/controller.js?nw... https://r.sascdn.com/video/controller.js?nwid=1003 — 302 — 132 B — 499 ms — h2https://ced.sascdn.com/tag/1003/smart.jsced.sascdn.com/tag/1003/smart.js https://ced.sascdn.com/tag/1003/smart.js — 200 — 27.3 KiB — 83 ms — http/1.1https://www.diepresse.com/assets_v2/css/main.BC2FlRKg.csswww.diepresse.com/assets_v2/css/mai... https://www.diepresse.com/assets_v2/css/main.BC2FlRKg.css — 200 — 31.1 KiB — 9 ms — h2https://img.diepresse.com/public/incoming/9qkq9y-macau-china-market-oil/alternates/WEBP_LANDSCAPE_600/MACAU-CHINA-MARKET-OILimg.diepresse.com/public/incoming/9... https://img.diepresse.com/public/incoming/9qkq9y-macau-china-market-oil/alternates/WEBP_LANDSCAPE_600/MACAU-CHINA-MARKET-OIL — 200 — 22.0 KiB — 338 ms — h2https://img.diepresse.com/public/incoming/k9b7fi-topshot-iran-us-israel-war-politics/alternates/WEBP_SQUARE_300/TOPSHOT-IRAN-US-ISRAEL-WAR-POLITICSimg.diepresse.com/public/incoming/k... https://img.diepresse.com/public/incoming/k9b7fi-topshot-iran-us-israel-war-politics/alternates/WEBP_SQUARE_300/TOPSHOT-IRAN-US-ISRAEL-WAR-POLITICS — 200 — 20.0 KiB — 379 ms — h2https://www.diepresse.com/assets_v2/js/app.DkPjJmvP.jswww.diepresse.com/assets_v2/js/app.... https://www.diepresse.com/assets_v2/js/app.DkPjJmvP.js — 200 — 221.6 KiB — 8 ms — h2https://privacy.diepresse.com/f99e3f18-1a59-4728-b6e7-f56c99678ed5/loader.js?target_type=notice&target=wwcb4eBzprivacy.diepresse.com/f99e3f18-1a59... https://privacy.diepresse.com/f99e3f18-1a59-4728-b6e7-f56c99678ed5/loader.js?target_type=notice&target=wwcb4eBz — 200 — 42.0 KiB — 182 ms — h2https://img.diepresse.com/public/incoming/166vq4-gettyimages-2266022300jpg/alternates/WEBP_SQUARE_300/GettyImages-2266022300.jpgimg.diepresse.com/public/incoming/1... https://img.diepresse.com/public/incoming/166vq4-gettyimages-2266022300jpg/alternates/WEBP_SQUARE_300/GettyImages-2266022300.jpg — 200 — 22.8 KiB — 69 ms — h2https://img.diepresse.com/public/incoming/5dq9cl-kein-titel/alternates/WEBP_LANDSCAPE_600/kein%20Titelimg.diepresse.com/public/incoming/5... https://img.diepresse.com/public/incoming/5dq9cl-kein-titel/alternates/WEBP_LANDSCAPE_600/kein%20Titel — 200 — 27.7 KiB — 67 ms — h2https://www.diepresse.com/assets_v2/images/icon/manifest.jsonwww.diepresse.com/assets_v2/images/... https://www.diepresse.com/assets_v2/images/icon/manifest.json — 200 — 468 B — 6 ms — h2https://r.sascdn.com/handlers/config/config.ashx?nwid=1003&cptype=videojsresources&jf=controller&jfv=r.sascdn.com/handlers/config/config... https://r.sascdn.com/handlers/config/config.ashx?nwid=1003&cptype=videojsresources&jf=controller&jfv= — 302 — 116 B — 33 ms — h2https://r.sascdn.com/handlers/config/config.ashx?nwid=1003&cptype=videoconfigr.sascdn.com/handlers/config/config... https://r.sascdn.com/handlers/config/config.ashx?nwid=1003&cptype=videoconfig — 200 — 342 B — 32 ms — h2https://ced-ns.sascdn.com/diff/video/current/libs/js/controller.jsced-ns.sascdn.com/diff/video/curren... https://ced-ns.sascdn.com/diff/video/current/libs/js/controller.js — 200 — 143.7 KiB — 67 ms — http/1.1https://privacy.diepresse.com/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/sdk.22ecd6bfac93de604efec0b75b2c796ee1675f92.jsprivacy.diepresse.com/sdk/22ecd6bfa... https://privacy.diepresse.com/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/sdk.22ecd6bfac93de604efec0b75b2c796ee1675f92.js — 200 — 102.5 KiB — 68 ms — h2https://www.diepresse.com/assets_v2/css/print.Bd3sBPYE.csswww.diepresse.com/assets_v2/css/pri... https://www.diepresse.com/assets_v2/css/print.Bd3sBPYE.css — 200 — 3.8 KiB — 4 ms — h2https://privacy.diepresse.com/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/src_sdk_core_modules_integrations_sdk-integrations_providers_gcm_gcm_js.22ecd6bfac93de604efec0b75b2c796ee1675f92.jsprivacy.diepresse.com/sdk/22ecd6bfa... https://privacy.diepresse.com/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/src_sdk_core_modules_integrations_sdk-integrations_providers_gcm_gcm_js.22ecd6bfac93de604efec0b75b2c796ee1675f92.js — 200 — 1.4 KiB — 55 ms — h2https://privacy.diepresse.com/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/ui-web-de-AT-web.22ecd6bfac93de604efec0b75b2c796ee1675f92.jsprivacy.diepresse.com/sdk/22ecd6bfa... https://privacy.diepresse.com/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/ui-web-de-AT-web.22ecd6bfac93de604efec0b75b2c796ee1675f92.js — 200 — 56.2 KiB — 52 ms — h2https://data-50d39a5d3f.diepresse.com/iomb/latest/sensor/manager/base/es6/bundle.jsdata-50d39a5d3f.diepresse.com/iomb/... https://data-50d39a5d3f.diepresse.com/iomb/latest/sensor/manager/base/es6/bundle.js — 200 — 8.9 KiB — 34 ms — h2https://assets.diepresse.com/layout/diepresse/files/fonts/Mabry-Medium-Pro.woff2assets.diepresse.com/layout/diepres... https://assets.diepresse.com/layout/diepresse/files/fonts/Mabry-Medium-Pro.woff2 — 200 — 63.6 KiB — 66 ms — h2https://www.diepresse.com/assets_v2/js/HeaderWeather.Dt83CKdf.jswww.diepresse.com/assets_v2/js/Head... https://www.diepresse.com/assets_v2/js/HeaderWeather.Dt83CKdf.js — 200 — 2.6 KiB — 4 ms — h2https://www.diepresse.com/assets_v2/css/HeaderWeather.BsABqbWV.csswww.diepresse.com/assets_v2/css/Hea... https://www.diepresse.com/assets_v2/css/HeaderWeather.BsABqbWV.css — 200 — 300 B — 4 ms — h2https://www.diepresse.com/assets_v2/js/NewArticleAlert.DAhEVoLF.jswww.diepresse.com/assets_v2/js/NewA... https://www.diepresse.com/assets_v2/js/NewArticleAlert.DAhEVoLF.js — 200 — 841 B — 12 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 6.6 s LCP 10.6 shttps://diepresse.com// https://diepresse.com/ — 301 — 64 B — 160 ms — h2https://www.diepresse.com/www.diepresse.com/ https://www.diepresse.com/ — 200 — 85.2 KiB — 28 ms — h2https://assets.diepresse.com/layout/diepresse/files/fonts/PublicoHeadline-Roman-Web.woff2assets.diepresse.com/layout/diepres... https://assets.diepresse.com/layout/diepresse/files/fonts/PublicoHeadline-Roman-Web.woff2 — 200 — 39.1 KiB — 468 ms — h2https://assets.diepresse.com/layout/diepresse/files/fonts/PublicoText-Roman-Web.woff2assets.diepresse.com/layout/diepres... https://assets.diepresse.com/layout/diepresse/files/fonts/PublicoText-Roman-Web.woff2 — 200 — 51.5 KiB — 436 ms — h2https://assets.diepresse.com/layout/diepresse/files/fonts/Mabry-Bold-Pro.woff2assets.diepresse.com/layout/diepres... https://assets.diepresse.com/layout/diepresse/files/fonts/Mabry-Bold-Pro.woff2 — 200 — 65.9 KiB — 447 ms — h2https://data-50d39a5d3f.diepresse.com/iomm/latest/manager/base/es6/bundle.jsdata-50d39a5d3f.diepresse.com/iomm/... https://data-50d39a5d3f.diepresse.com/iomm/latest/manager/base/es6/bundle.js — 200 — 16.8 KiB — 185 ms — h2https://data-50d39a5d3f.diepresse.com/iomm/latest/bootstrap/loader.jsdata-50d39a5d3f.diepresse.com/iomm/... https://data-50d39a5d3f.diepresse.com/iomm/latest/bootstrap/loader.js — 200 — 836 B — 178 ms — h2https://r.sascdn.com/video/config.js?nwid=1003r.sascdn.com/video/config.js?nwid=1... https://r.sascdn.com/video/config.js?nwid=1003 — 302 — 107 B — 505 ms — h2https://r.sascdn.com/video/controller.js?nwid=1003r.sascdn.com/video/controller.js?nw... https://r.sascdn.com/video/controller.js?nwid=1003 — 302 — 132 B — 499 ms — h2https://ced.sascdn.com/tag/1003/smart.jsced.sascdn.com/tag/1003/smart.js https://ced.sascdn.com/tag/1003/smart.js — 200 — 27.3 KiB — 83 ms — http/1.1https://www.diepresse.com/assets_v2/css/main.BC2FlRKg.csswww.diepresse.com/assets_v2/css/mai... https://www.diepresse.com/assets_v2/css/main.BC2FlRKg.css — 200 — 31.1 KiB — 9 ms — h2https://img.diepresse.com/public/incoming/9qkq9y-macau-china-market-oil/alternates/WEBP_LANDSCAPE_600/MACAU-CHINA-MARKET-OILimg.diepresse.com/public/incoming/9... https://img.diepresse.com/public/incoming/9qkq9y-macau-china-market-oil/alternates/WEBP_LANDSCAPE_600/MACAU-CHINA-MARKET-OIL — 200 — 22.0 KiB — 338 ms — h2https://img.diepresse.com/public/incoming/k9b7fi-topshot-iran-us-israel-war-politics/alternates/WEBP_SQUARE_300/TOPSHOT-IRAN-US-ISRAEL-WAR-POLITICSimg.diepresse.com/public/incoming/k... https://img.diepresse.com/public/incoming/k9b7fi-topshot-iran-us-israel-war-politics/alternates/WEBP_SQUARE_300/TOPSHOT-IRAN-US-ISRAEL-WAR-POLITICS — 200 — 20.0 KiB — 379 ms — h2https://www.diepresse.com/assets_v2/js/app.DkPjJmvP.jswww.diepresse.com/assets_v2/js/app.... https://www.diepresse.com/assets_v2/js/app.DkPjJmvP.js — 200 — 221.6 KiB — 8 ms — h2https://privacy.diepresse.com/f99e3f18-1a59-4728-b6e7-f56c99678ed5/loader.js?target_type=notice&target=wwcb4eBzprivacy.diepresse.com/f99e3f18-1a59... https://privacy.diepresse.com/f99e3f18-1a59-4728-b6e7-f56c99678ed5/loader.js?target_type=notice&target=wwcb4eBz — 200 — 42.0 KiB — 182 ms — h2https://img.diepresse.com/public/incoming/166vq4-gettyimages-2266022300jpg/alternates/WEBP_SQUARE_300/GettyImages-2266022300.jpgimg.diepresse.com/public/incoming/1... https://img.diepresse.com/public/incoming/166vq4-gettyimages-2266022300jpg/alternates/WEBP_SQUARE_300/GettyImages-2266022300.jpg — 200 — 22.8 KiB — 69 ms — h2https://img.diepresse.com/public/incoming/5dq9cl-kein-titel/alternates/WEBP_LANDSCAPE_600/kein%20Titelimg.diepresse.com/public/incoming/5... https://img.diepresse.com/public/incoming/5dq9cl-kein-titel/alternates/WEBP_LANDSCAPE_600/kein%20Titel — 200 — 27.7 KiB — 67 ms — h2https://www.diepresse.com/assets_v2/images/icon/manifest.jsonwww.diepresse.com/assets_v2/images/... https://www.diepresse.com/assets_v2/images/icon/manifest.json — 200 — 468 B — 6 ms — h2https://r.sascdn.com/handlers/config/config.ashx?nwid=1003&cptype=videojsresources&jf=controller&jfv=r.sascdn.com/handlers/config/config... https://r.sascdn.com/handlers/config/config.ashx?nwid=1003&cptype=videojsresources&jf=controller&jfv= — 302 — 116 B — 33 ms — h2https://r.sascdn.com/handlers/config/config.ashx?nwid=1003&cptype=videoconfigr.sascdn.com/handlers/config/config... https://r.sascdn.com/handlers/config/config.ashx?nwid=1003&cptype=videoconfig — 200 — 342 B — 32 ms — h2https://ced-ns.sascdn.com/diff/video/current/libs/js/controller.jsced-ns.sascdn.com/diff/video/curren... https://ced-ns.sascdn.com/diff/video/current/libs/js/controller.js — 200 — 143.7 KiB — 67 ms — http/1.1https://privacy.diepresse.com/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/sdk.22ecd6bfac93de604efec0b75b2c796ee1675f92.jsprivacy.diepresse.com/sdk/22ecd6bfa... https://privacy.diepresse.com/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/sdk.22ecd6bfac93de604efec0b75b2c796ee1675f92.js — 200 — 102.5 KiB — 68 ms — h2https://www.diepresse.com/assets_v2/css/print.Bd3sBPYE.csswww.diepresse.com/assets_v2/css/pri... https://www.diepresse.com/assets_v2/css/print.Bd3sBPYE.css — 200 — 3.8 KiB — 4 ms — h2https://privacy.diepresse.com/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/src_sdk_core_modules_integrations_sdk-integrations_providers_gcm_gcm_js.22ecd6bfac93de604efec0b75b2c796ee1675f92.jsprivacy.diepresse.com/sdk/22ecd6bfa... https://privacy.diepresse.com/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/src_sdk_core_modules_integrations_sdk-integrations_providers_gcm_gcm_js.22ecd6bfac93de604efec0b75b2c796ee1675f92.js — 200 — 1.4 KiB — 55 ms — h2https://privacy.diepresse.com/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/ui-web-de-AT-web.22ecd6bfac93de604efec0b75b2c796ee1675f92.jsprivacy.diepresse.com/sdk/22ecd6bfa... https://privacy.diepresse.com/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/ui-web-de-AT-web.22ecd6bfac93de604efec0b75b2c796ee1675f92.js — 200 — 56.2 KiB — 52 ms — h2https://data-50d39a5d3f.diepresse.com/iomb/latest/sensor/manager/base/es6/bundle.jsdata-50d39a5d3f.diepresse.com/iomb/... https://data-50d39a5d3f.diepresse.com/iomb/latest/sensor/manager/base/es6/bundle.js — 200 — 8.9 KiB — 34 ms — h2https://assets.diepresse.com/layout/diepresse/files/fonts/Mabry-Medium-Pro.woff2assets.diepresse.com/layout/diepres... https://assets.diepresse.com/layout/diepresse/files/fonts/Mabry-Medium-Pro.woff2 — 200 — 63.6 KiB — 66 ms — h2https://www.diepresse.com/assets_v2/js/HeaderWeather.Dt83CKdf.jswww.diepresse.com/assets_v2/js/Head... https://www.diepresse.com/assets_v2/js/HeaderWeather.Dt83CKdf.js — 200 — 2.6 KiB — 4 ms — h2https://www.diepresse.com/assets_v2/css/HeaderWeather.BsABqbWV.csswww.diepresse.com/assets_v2/css/Hea... https://www.diepresse.com/assets_v2/css/HeaderWeather.BsABqbWV.css — 200 — 300 B — 4 ms — h2https://www.diepresse.com/assets_v2/js/NewArticleAlert.DAhEVoLF.jswww.diepresse.com/assets_v2/js/NewA... https://www.diepresse.com/assets_v2/js/NewArticleAlert.DAhEVoLF.js — 200 — 841 B — 12 ms — h2https://www.diepresse.com/assets_v2/js/getArticlesfromXML.DaC-y-N0.jswww.diepresse.com/assets_v2/js/getA... https://www.diepresse.com/assets_v2/js/getArticlesfromXML.DaC-y-N0.js — 200 — 9.1 KiB — 13 ms — h2https://www.diepresse.com/assets_v2/css/NewArticleAlert.REA48sUt.csswww.diepresse.com/assets_v2/css/New... https://www.diepresse.com/assets_v2/css/NewArticleAlert.REA48sUt.css — 200 — 366 B — 6 ms — h2https://www.diepresse.com/assets_v2/js/NotificationsButton.BgsjVQu5.jswww.diepresse.com/assets_v2/js/Noti... https://www.diepresse.com/assets_v2/js/NotificationsButton.BgsjVQu5.js — 200 — 992 B — 14 ms — h2https://www.diepresse.com/assets_v2/css/NotificationsButton.r_fDZVdH.csswww.diepresse.com/assets_v2/css/Not... https://www.diepresse.com/assets_v2/css/NotificationsButton.r_fDZVdH.css — 200 — 400 B — 8 ms — h2https://www.diepresse.com/assets_v2/js/LoginStatus.D1YUPI8a.jswww.diepresse.com/assets_v2/js/Logi... https://www.diepresse.com/assets_v2/js/LoginStatus.D1YUPI8a.js — 200 — 1.3 KiB — 15 ms — h2https://www.diepresse.com/assets_v2/css/LoginStatus.BLk-pNVw.csswww.diepresse.com/assets_v2/css/Log... https://www.diepresse.com/assets_v2/css/LoginStatus.BLk-pNVw.css — 200 — 658 B — 8 ms — h2https://www.diepresse.com/assets_v2/js/Flyout.BuIEEQ0g.jswww.diepresse.com/assets_v2/js/Flyo... https://www.diepresse.com/assets_v2/js/Flyout.BuIEEQ0g.js — 200 — 927 B — 14 ms — h2https://www.diepresse.com/assets_v2/css/Flyout.oIape1bq.csswww.diepresse.com/assets_v2/css/Fly... https://www.diepresse.com/assets_v2/css/Flyout.oIape1bq.css — 200 — 345 B — 17 ms — h2https://www.diepresse.com/assets_v2/js/QuickNav.COo3s6_c.jswww.diepresse.com/assets_v2/js/Quic... https://www.diepresse.com/assets_v2/js/QuickNav.COo3s6_c.js — 200 — 1.5 KiB — 20 ms — h2https://www.diepresse.com/assets_v2/js/QuickNavSwiper.DwghB0Ki.jswww.diepresse.com/assets_v2/js/Quic... https://www.diepresse.com/assets_v2/js/QuickNavSwiper.DwghB0Ki.js — 200 — 927 B — 21 ms — h2https://www.diepresse.com/assets_v2/js/swiper-bundle.DwyMwr7b.jswww.diepresse.com/assets_v2/js/swip... https://www.diepresse.com/assets_v2/js/swiper-bundle.DwyMwr7b.js — 200 — 20.5 KiB — 25 ms — h2https://www.diepresse.com/assets_v2/css/swiper-bundle.BUrcyj0q.csswww.diepresse.com/assets_v2/css/swi... https://www.diepresse.com/assets_v2/css/swiper-bundle.BUrcyj0q.css — 200 — 4.7 KiB — 17 ms — h2https://www.diepresse.com/assets_v2/js/keyboard.5JbmSxuL.jswww.diepresse.com/assets_v2/js/keyb... https://www.diepresse.com/assets_v2/js/keyboard.5JbmSxuL.js — 200 — 1.1 KiB — 23 ms — h2https://www.diepresse.com/assets_v2/js/free-mode.CTLHlbzc.jswww.diepresse.com/assets_v2/js/free... https://www.diepresse.com/assets_v2/js/free-mode.CTLHlbzc.js — 200 — 4.5 KiB — 25 ms — h2https://www.diepresse.com/assets_v2/js/a11y.B3IQiPNU.jswww.diepresse.com/assets_v2/js/a11y... https://www.diepresse.com/assets_v2/js/a11y.B3IQiPNU.js — 200 — 2.1 KiB — 26 ms — h2https://www.diepresse.com/assets_v2/css/QuickNavSwiper.B8FuKngE.csswww.diepresse.com/assets_v2/css/Qui... https://www.diepresse.com/assets_v2/css/QuickNavSwiper.B8FuKngE.css — 200 — 419 B — 17 ms — h2https://www.diepresse.com/assets_v2/css/QuickNav.zZoq_p1h.csswww.diepresse.com/assets_v2/css/Qui... https://www.diepresse.com/assets_v2/css/QuickNav.zZoq_p1h.css — 200 — 550 B — 8 ms — h2https://www.diepresse.com/assets_v2/js/BookmarkButton.DeB3fw5Z.jswww.diepresse.com/assets_v2/js/Book... https://www.diepresse.com/assets_v2/js/BookmarkButton.DeB3fw5Z.js — 200 — 1.6 KiB — 5 ms — h2https://www.diepresse.com/assets_v2/css/BookmarkButton.DSBYNRvo.csswww.diepresse.com/assets_v2/css/Boo... https://www.diepresse.com/assets_v2/css/BookmarkButton.DSBYNRvo.css — 200 — 320 B — 17 ms — h2https://www.diepresse.com/assets_v2/js/BlockSlider.CLcEo7Wl.jswww.diepresse.com/assets_v2/js/Bloc... https://www.diepresse.com/assets_v2/js/BlockSlider.CLcEo7Wl.js — 200 — 1.1 KiB — 3 ms — h2https://www.diepresse.com/assets_v2/js/navigation.CDoBQnyp.jswww.diepresse.com/assets_v2/js/navi... https://www.diepresse.com/assets_v2/js/navigation.CDoBQnyp.js — 200 — 1.4 KiB — 5 ms — h2https://www.diepresse.com/assets_v2/css/BlockSlider.C3FYSoMT.csswww.diepresse.com/assets_v2/css/Blo... https://www.diepresse.com/assets_v2/css/BlockSlider.C3FYSoMT.css — 200 — 717 B — 4 ms — h2https://www.diepresse.com/assets_v2/js/PodigeePlayer.CoDQS5Lf.jswww.diepresse.com/assets_v2/js/Podi... https://www.diepresse.com/assets_v2/js/PodigeePlayer.CoDQS5Lf.js — 200 — 1.6 KiB — 40 ms — h2https://www.diepresse.com/assets_v2/js/ConsentBoxFM.BeU-EoGP.jswww.diepresse.com/assets_v2/js/Cons... https://www.diepresse.com/assets_v2/js/ConsentBoxFM.BeU-EoGP.js — 200 — 1.0 KiB — 160 ms — h2https://www.diepresse.com/assets_v2/css/PodigeePlayer.CI3BpUiY.csswww.diepresse.com/assets_v2/css/Pod... https://www.diepresse.com/assets_v2/css/PodigeePlayer.CI3BpUiY.css — 200 — 360 B — 6 ms — h2https://www.diepresse.com/assets_v2/js/LoadingOverlay.CeTKfj4s.jswww.diepresse.com/assets_v2/js/Load... https://www.diepresse.com/assets_v2/js/LoadingOverlay.CeTKfj4s.js — 200 — 716 B — 7 ms — h2https://www.diepresse.com/assets_v2/js/LoadingIcon.C3pJ-WNj.jswww.diepresse.com/assets_v2/js/Load... https://www.diepresse.com/assets_v2/js/LoadingIcon.C3pJ-WNj.js — 200 — 596 B — 5 ms — h2https://www.diepresse.com/assets_v2/css/LoadingIcon.h_cnVVlj.csswww.diepresse.com/assets_v2/css/Loa... https://www.diepresse.com/assets_v2/css/LoadingIcon.h_cnVVlj.css — 200 — 647 B — 3 ms — h2https://www.diepresse.com/assets_v2/js/OnlineDev.DQZZn63i.jswww.diepresse.com/assets_v2/js/Onli... https://www.diepresse.com/assets_v2/js/OnlineDev.DQZZn63i.js — 200 — 1.3 KiB — 11 ms — h2https://www.diepresse.com/assets_v2/css/OnlineDev.Bxe5Ya32.csswww.diepresse.com/assets_v2/css/Onl... https://www.diepresse.com/assets_v2/css/OnlineDev.Bxe5Ya32.css — 200 — 274 B — 7 ms — h2https://www.diepresse.com/assets_v2/js/PasswordChangeForm.BNw83_hL.jswww.diepresse.com/assets_v2/js/Pass... https://www.diepresse.com/assets_v2/js/PasswordChangeForm.BNw83_hL.js — 200 — 1.4 KiB — 10 ms — h2https://www.diepresse.com/assets_v2/css/PasswordChangeForm.5fFG0nIt.csswww.diepresse.com/assets_v2/css/Pas... https://www.diepresse.com/assets_v2/css/PasswordChangeForm.5fFG0nIt.css — 200 — 733 B — 18 ms — h2https://www.diepresse.com/assets_v2/js/AbocontainerSticky.mqwHt9jH.jswww.diepresse.com/assets_v2/js/Aboc... https://www.diepresse.com/assets_v2/js/AbocontainerSticky.mqwHt9jH.js — 200 — 586 B — 5 ms — h2https://www.diepresse.com/assets_v2/css/AbocontainerSticky.CgrMhm5D.csswww.diepresse.com/assets_v2/css/Abo... https://www.diepresse.com/assets_v2/css/AbocontainerSticky.CgrMhm5D.css — 200 — 250 B — 7 ms — h2https://patron-presse.tapps.styria.com/api/v1/sectionpatron-presse.tapps.styria.com/api/... https://patron-presse.tapps.styria.com/api/v1/section — 200 — 1.8 KiB — 222 ms — h2https://assets.diepresse.com/layout/diepresse/files/google/swg/swg-button.cssassets.diepresse.com/layout/diepres... https://assets.diepresse.com/layout/diepresse/files/google/swg/swg-button.css — 200 — 18.1 KiB — 205 ms — h2https://www.diepresse.com/assets_v2/js/EpaperStatus.Cqm7uUrO.jswww.diepresse.com/assets_v2/js/Epap... https://www.diepresse.com/assets_v2/js/EpaperStatus.Cqm7uUrO.js — 200 — 513 B — 7 ms — h2https://www.diepresse.com/assets_v2/js/NiceDate.C8sQJROF.jswww.diepresse.com/assets_v2/js/Nice... https://www.diepresse.com/assets_v2/js/NiceDate.C8sQJROF.js — 200 — 844 B — 5 ms — h2https://www.diepresse.com/assets_v2/js/SlaveSwiper.BV4Nds3U.jswww.diepresse.com/assets_v2/js/Slav... https://www.diepresse.com/assets_v2/js/SlaveSwiper.BV4Nds3U.js — 200 — 1.3 KiB — 28 ms — h2https://www.diepresse.com/assets_v2/js/CommentsCounter.DJbvi-3j.jswww.diepresse.com/assets_v2/js/Comm... https://www.diepresse.com/assets_v2/js/CommentsCounter.DJbvi-3j.js — 200 — 636 B — 12 ms — h2https://www.diepresse.com/assets_v2/js/FreeHtml.kHzmEMJo.jswww.diepresse.com/assets_v2/js/Free... https://www.diepresse.com/assets_v2/js/FreeHtml.kHzmEMJo.js — 200 — 741 B — 38 ms — h2https://www.diepresse.com/assets_v2/js/vueNotifications.DsfznBc6.jswww.diepresse.com/assets_v2/js/vueN... https://www.diepresse.com/assets_v2/js/vueNotifications.DsfznBc6.js — 200 — 353 B — 13 ms — h2https://www.diepresse.com/assets_v2/js/ScrollToTop.DbG93yIz.jswww.diepresse.com/assets_v2/js/Scro... https://www.diepresse.com/assets_v2/js/ScrollToTop.DbG93yIz.js — 200 — 710 B — 17 ms — h2https://www.diepresse.com/assets_v2/js/LazyloadedComponents.CvqFZuy-.jswww.diepresse.com/assets_v2/js/Lazy... https://www.diepresse.com/assets_v2/js/LazyloadedComponents.CvqFZuy-.js — 200 — 804 B — 15 ms — h2https://assets.diepresse.com/layout/diepresse/files/nav/maintenance_banner_config.prod.jsonassets.diepresse.com/layout/diepres... https://assets.diepresse.com/layout/diepresse/files/nav/maintenance_banner_config.prod.json — 200 — 737 B — 55 ms — h2https://comments.diepresse.com/assets/js/count.jscomments.diepresse.com/assets/js/co... https://comments.diepresse.com/assets/js/count.js — 200 — 9.2 KiB — 101 ms — h2https://img.diepresse.com/public/incoming/24861h-kein-titel/alternates/WEBP_LANDSCAPE_1200/kein%20Titelimg.diepresse.com/public/incoming/2... https://img.diepresse.com/public/incoming/24861h-kein-titel/alternates/WEBP_LANDSCAPE_1200/kein%20Titel — 200 — 24.5 KiB — 61 ms — h2https://img.diepresse.com/public/incoming/ljids8-kein-titel/alternates/WEBP_LANDSCAPE_1200/kein%20Titelimg.diepresse.com/public/incoming/l... https://img.diepresse.com/public/incoming/ljids8-kein-titel/alternates/WEBP_LANDSCAPE_1200/kein%20Titel — 200 — 68.9 KiB — 102 ms — h2https://assets.diepresse.com/layout/diepresse/files/nav/author_images/Thomas_Weber_80px.pngassets.diepresse.com/layout/diepres... https://assets.diepresse.com/layout/diepresse/files/nav/author_images/Thomas_Weber_80px.png — 200 — 9.2 KiB — 152 ms — h2https://img.diepresse.com/public/incoming/9vh12n-22apr26-wirtschaft-peter-kufner-kuf-onlinejpg/alternates/WEBP_LANDSCAPE_600/22apr26%20wirtschaft%20-%20peter%20kufner%20kuf%20-online.jpgimg.diepresse.com/public/incoming/9... https://img.diepresse.com/public/incoming/9vh12n-22apr26-wirtschaft-peter-kufner-kuf-onlinejpg/alternates/WEBP_LANDSCAPE_600/22apr26%20wirtschaft%20-%20peter%20kufner%20kuf%20-online.jpg — 200 — 25.6 KiB — 85 ms — h2https://assets.diepresse.com/layout/diepresse/files/images/dpr-logo-new-640.pngassets.diepresse.com/layout/diepres... https://assets.diepresse.com/layout/diepresse/files/images/dpr-logo-new-640.png — 200 — 19.2 KiB — 118 ms — h2https://data-50d39a5d3f.diepresse.com/base.iodata-50d39a5d3f.diepresse.com/base.... https://data-50d39a5d3f.diepresse.com/base.io — 204 — 0 B — 32 ms — h3https://data-50d39a5d3f.diepresse.com/base.iodata-50d39a5d3f.diepresse.com/base.... https://data-50d39a5d3f.diepresse.com/base.io — 200 — 16 B — 31 ms — h3https://assets.diepresse.com/layout/diepresse/files/weather/9/90001_now.jsonassets.diepresse.com/layout/diepres... https://assets.diepresse.com/layout/diepresse/files/weather/9/90001_now.json — 200 — 236 B — 53 ms — h2https://www.diepresse.com/rss/newstickerwww.diepresse.com/rss/newsticker https://www.diepresse.com/rss/newsticker — 200 — 20.5 KiB — 19 ms — h2https://www.diepresse.com/assets_v2/js/UserMenu.DTcb45Hu.jswww.diepresse.com/assets_v2/js/User... https://www.diepresse.com/assets_v2/js/UserMenu.DTcb45Hu.js — 200 — 2.3 KiB — 3 ms — h2https://www.diepresse.com/assets_v2/js/ThemeSwitch.DATgZf2Y.jswww.diepresse.com/assets_v2/js/Them... https://www.diepresse.com/assets_v2/js/ThemeSwitch.DATgZf2Y.js — 200 — 676 B — 5 ms — h2https://www.diepresse.com/assets_v2/css/UserMenu.EVQQJPjT.csswww.diepresse.com/assets_v2/css/Use... https://www.diepresse.com/assets_v2/css/UserMenu.EVQQJPjT.css — 200 — 838 B — 3 ms — h2https://www.diepresse.com/assets_v2/js/NotificationsFlyout.wXkRtpiR.jswww.diepresse.com/assets_v2/js/Noti... https://www.diepresse.com/assets_v2/js/NotificationsFlyout.wXkRtpiR.js — 200 — 2.0 KiB — 3 ms — h2https://www.diepresse.com/assets_v2/css/NotificationsFlyout.gOFLobz6.csswww.diepresse.com/assets_v2/css/Not... https://www.diepresse.com/assets_v2/css/NotificationsFlyout.gOFLobz6.css — 200 — 798 B — 7 ms — h2https://comments.diepresse.com/api/story/count.js?callback=CoralCount.setCount&id=20793668&ref=aHR0cHM6Ly93d3cuZGllcHJlc3NlLmNvbS8yMDc5MzY2OA%3D%3D&url=https%3A%2F%2Fwww.diepresse.com%2F20793668comments.diepresse.com/api/story/co... https://comments.diepresse.com/api/story/count.js?callback=CoralCount.setCount&id=20793668&ref=aHR0cHM6Ly93d3cuZGllcHJlc3NlLmNvbS8yMDc5MzY2OA%3D%3D&url=https%3A%2F%2Fwww.diepresse.com%2F20793668 — 200 — 718 B — 80 ms — h2https://comments.diepresse.com/api/story/count.js?callback=CoralCount.setCount&id=20792666&ref=aHR0cHM6Ly93d3cuZGllcHJlc3NlLmNvbS8yMDc5MjY2Ng%3D%3D&url=https%3A%2F%2Fwww.diepresse.com%2F20792666comments.diepresse.com/api/story/co... https://comments.diepresse.com/api/story/count.js?callback=CoralCount.setCount&id=20792666&ref=aHR0cHM6Ly93d3cuZGllcHJlc3NlLmNvbS8yMDc5MjY2Ng%3D%3D&url=https%3A%2F%2Fwww.diepresse.com%2F20792666 — 200 — 719 B — 197 ms — h2https://comments.diepresse.com/api/story/count.js?callback=CoralCount.setCount&id=20144100&ref=aHR0cHM6Ly93d3cuZGllcHJlc3NlLmNvbS8yMDE0NDEwMA%3D%3D&url=https%3A%2F%2Fwww.diepresse.com%2F20144100comments.diepresse.com/api/story/co... https://comments.diepresse.com/api/story/count.js?callback=CoralCount.setCount&id=20144100&ref=aHR0cHM6Ly93d3cuZGllcHJlc3NlLmNvbS8yMDE0NDEwMA%3D%3D&url=https%3A%2F%2Fwww.diepresse.com%2F20144100 — 200 — 720 B — 174 ms — h2https://comments.diepresse.com/api/story/count.js?callback=CoralCount.setCount&id=20793018&ref=aHR0cHM6Ly93d3cuZGllcHJlc3NlLmNvbS8yMDc5MzAxOA%3D%3D&url=https%3A%2F%2Fwww.diepresse.com%2F20793018comments.diepresse.com/api/story/co... https://comments.diepresse.com/api/story/count.js?callback=CoralCount.setCount&id=20793018&ref=aHR0cHM6Ly93d3cuZGllcHJlc3NlLmNvbS8yMDc5MzAxOA%3D%3D&url=https%3A%2F%2Fwww.diepresse.com%2F20793018 — 200 — 690 B — 255 ms — h2https://comments.diepresse.com/api/story/count.js?callback=CoralCount.setCount&id=20791786&ref=aHR0cHM6Ly93d3cuZGllcHJlc3NlLmNvbS8yMDc5MTc4Ng%3D%3D&url=https%3A%2F%2Fwww.diepresse.com%2F20791786comments.diepresse.com/api/story/co... https://comments.diepresse.com/api/story/count.js?callback=CoralCount.setCount&id=20791786&ref=aHR0cHM6Ly93d3cuZGllcHJlc3NlLmNvbS8yMDc5MTc4Ng%3D%3D&url=https%3A%2F%2Fwww.diepresse.com%2F20791786 — 200 — 714 B — 220 ms — h2https://comments.diepresse.com/api/story/count.js?callback=CoralCount.setCount&id=20768001&ref=aHR0cHM6Ly93d3cuZGllcHJlc3NlLmNvbS8yMDc2ODAwMQ%3D%3D&url=https%3A%2F%2Fwww.diepresse.com%2F20768001comments.diepresse.com/api/story/co... https://comments.diepresse.com/api/story/count.js?callback=CoralCount.setCount&id=20768001&ref=aHR0cHM6Ly93d3cuZGllcHJlc3NlLmNvbS8yMDc2ODAwMQ%3D%3D&url=https%3A%2F%2Fwww.diepresse.com%2F20768001 — 200 — 719 B — 216 ms — h2https://www.diepresse.com/assets_v2/js/WeatherIcon1n.DJsXdXmP.jswww.diepresse.com/assets_v2/js/Weat... https://www.diepresse.com/assets_v2/js/WeatherIcon1n.DJsXdXmP.js — 200 — 585 B — 11 ms — h2https://comments.diepresse.com/api/story/count.js?callback=CoralCount.setCount&id=20775147&ref=aHR0cHM6Ly93d3cuZGllcHJlc3NlLmNvbS8yMDc3NTE0Nw%3D%3D&url=https%3A%2F%2Fwww.diepresse.com%2F20775147comments.diepresse.com/api/story/co... https://comments.diepresse.com/api/story/count.js?callback=CoralCount.setCount&id=20775147&ref=aHR0cHM6Ly93d3cuZGllcHJlc3NlLmNvbS8yMDc3NTE0Nw%3D%3D&url=https%3A%2F%2Fwww.diepresse.com%2F20775147 — 200 — 713 B — 97 ms — h2https://comments.diepresse.com/api/story/count.js?callback=CoralCount.setCount&id=20773921&ref=aHR0cHM6Ly93d3cuZGllcHJlc3NlLmNvbS8yMDc3MzkyMQ%3D%3D&url=https%3A%2F%2Fwww.diepresse.com%2F20773921comments.diepresse.com/api/story/co... https://comments.diepresse.com/api/story/count.js?callback=CoralCount.setCount&id=20773921&ref=aHR0cHM6Ly93d3cuZGllcHJlc3NlLmNvbS8yMDc3MzkyMQ%3D%3D&url=https%3A%2F%2Fwww.diepresse.com%2F20773921 — 200 — 689 B — 294 ms — h2https://comments.diepresse.com/api/story/count.js?callback=CoralCount.setCount&id=20782443&ref=aHR0cHM6Ly93d3cuZGllcHJlc3NlLmNvbS8yMDc4MjQ0Mw%3D%3D&url=https%3A%2F%2Fwww.diepresse.com%2F20782443comments.diepresse.com/api/story/co... https://comments.diepresse.com/api/story/count.js?callback=CoralCount.setCount&id=20782443&ref=aHR0cHM6Ly93d3cuZGllcHJlc3NlLmNvbS8yMDc4MjQ0Mw%3D%3D&url=https%3A%2F%2Fwww.diepresse.com%2F20782443 — 200 — 719 B — 156 ms — h2https://comments.diepresse.com/api/story/count.js?callback=CoralCount.setCount&id=20790393&ref=aHR0cHM6Ly93d3cuZGllcHJlc3NlLmNvbS8yMDc5MDM5Mw%3D%3D&url=https%3A%2F%2Fwww.diepresse.com%2F20790393comments.diepresse.com/api/story/co... https://comments.diepresse.com/api/story/count.js?callback=CoralCount.setCount&id=20790393&ref=aHR0cHM6Ly93d3cuZGllcHJlc3NlLmNvbS8yMDc5MDM5Mw%3D%3D&url=https%3A%2F%2Fwww.diepresse.com%2F20790393 — 200 — 720 B — 87 ms — h2https://comments.diepresse.com/api/story/count.js?callback=CoralCount.setCount&id=20790086&ref=aHR0cHM6Ly93d3cuZGllcHJlc3NlLmNvbS8yMDc5MDA4Ng%3D%3D&url=https%3A%2F%2Fwww.diepresse.com%2F20790086comments.diepresse.com/api/story/co... https://comments.diepresse.com/api/story/count.js?callback=CoralCount.setCount&id=20790086&ref=aHR0cHM6Ly93d3cuZGllcHJlc3NlLmNvbS8yMDc5MDA4Ng%3D%3D&url=https%3A%2F%2Fwww.diepresse.com%2F20790086 — 200 — 718 B — 61 ms — h2https://comments.diepresse.com/api/story/count.js?callback=CoralCount.setCount&id=20790150&ref=aHR0cHM6Ly93d3cuZGllcHJlc3NlLmNvbS8yMDc5MDE1MA%3D%3D&url=https%3A%2F%2Fwww.diepresse.com%2F20790150comments.diepresse.com/api/story/co... https://comments.diepresse.com/api/story/count.js?callback=CoralCount.setCount&id=20790150&ref=aHR0cHM6Ly93d3cuZGllcHJlc3NlLmNvbS8yMDc5MDE1MA%3D%3D&url=https%3A%2F%2Fwww.diepresse.com%2F20790150 — 200 — 718 B — 160 ms — h2https://comments.diepresse.com/api/story/count.js?callback=CoralCount.setCount&id=20784505&ref=aHR0cHM6Ly93d3cuZGllcHJlc3NlLmNvbS8yMDc4NDUwNQ%3D%3D&url=https%3A%2F%2Fwww.diepresse.com%2F20784505comments.diepresse.com/api/story/co... https://comments.diepresse.com/api/story/count.js?callback=CoralCount.setCount&id=20784505&ref=aHR0cHM6Ly93d3cuZGllcHJlc3NlLmNvbS8yMDc4NDUwNQ%3D%3D&url=https%3A%2F%2Fwww.diepresse.com%2F20784505 — 200 — 719 B — 170 ms — h2https://comments.diepresse.com/api/story/count.js?callback=CoralCount.setCount&id=20757569&ref=aHR0cHM6Ly93d3cuZGllcHJlc3NlLmNvbS8yMDc1NzU2OQ%3D%3D&url=https%3A%2F%2Fwww.diepresse.com%2F20757569comments.diepresse.com/api/story/co... https://comments.diepresse.com/api/story/count.js?callback=CoralCount.setCount&id=20757569&ref=aHR0cHM6Ly93d3cuZGllcHJlc3NlLmNvbS8yMDc1NzU2OQ%3D%3D&url=https%3A%2F%2Fwww.diepresse.com%2F20757569 — 200 — 713 B — 84 ms — h2https://comments.diepresse.com/api/story/count.js?callback=CoralCount.setCount&id=20774337&ref=aHR0cHM6Ly93d3cuZGllcHJlc3NlLmNvbS8yMDc3NDMzNw%3D%3D&url=https%3A%2F%2Fwww.diepresse.com%2F20774337comments.diepresse.com/api/story/co... https://comments.diepresse.com/api/story/count.js?callback=CoralCount.setCount&id=20774337&ref=aHR0cHM6Ly93d3cuZGllcHJlc3NlLmNvbS8yMDc3NDMzNw%3D%3D&url=https%3A%2F%2Fwww.diepresse.com%2F20774337 — 200 — 712 B — 74 ms — h2https://comments.diepresse.com/api/story/count.js?callback=CoralCount.setCount&id=20736610&ref=aHR0cHM6Ly93d3cuZGllcHJlc3NlLmNvbS8yMDczNjYxMA%3D%3D&url=https%3A%2F%2Fwww.diepresse.com%2F20736610comments.diepresse.com/api/story/co... https://comments.diepresse.com/api/story/count.js?callback=CoralCount.setCount&id=20736610&ref=aHR0cHM6Ly93d3cuZGllcHJlc3NlLmNvbS8yMDczNjYxMA%3D%3D&url=https%3A%2F%2Fwww.diepresse.com%2F20736610 — 200 — 720 B — 231 ms — h2https://comments.diepresse.com/api/story/count.js?callback=CoralCount.setCount&id=20725632&ref=aHR0cHM6Ly93d3cuZGllcHJlc3NlLmNvbS8yMDcyNTYzMg%3D%3D&url=https%3A%2F%2Fwww.diepresse.com%2F20725632comments.diepresse.com/api/story/co... https://comments.diepresse.com/api/story/count.js?callback=CoralCount.setCount&id=20725632&ref=aHR0cHM6Ly93d3cuZGllcHJlc3NlLmNvbS8yMDcyNTYzMg%3D%3D&url=https%3A%2F%2Fwww.diepresse.com%2F20725632 — 200 — 713 B — 76 ms — h2https://comments.diepresse.com/api/story/count.js?callback=CoralCount.setCount&id=20761754&ref=aHR0cHM6Ly93d3cuZGllcHJlc3NlLmNvbS8yMDc2MTc1NA%3D%3D&url=https%3A%2F%2Fwww.diepresse.com%2F20761754comments.diepresse.com/api/story/co... https://comments.diepresse.com/api/story/count.js?callback=CoralCount.setCount&id=20761754&ref=aHR0cHM6Ly93d3cuZGllcHJlc3NlLmNvbS8yMDc2MTc1NA%3D%3D&url=https%3A%2F%2Fwww.diepresse.com%2F20761754 — 200 — 717 B — 178 ms — h2https://comments.diepresse.com/api/story/count.js?callback=CoralCount.setCount&id=20753354&ref=aHR0cHM6Ly93d3cuZGllcHJlc3NlLmNvbS8yMDc1MzM1NA%3D%3D&url=https%3A%2F%2Fwww.diepresse.com%2F20753354comments.diepresse.com/api/story/co... https://comments.diepresse.com/api/story/count.js?callback=CoralCount.setCount&id=20753354&ref=aHR0cHM6Ly93d3cuZGllcHJlc3NlLmNvbS8yMDc1MzM1NA%3D%3D&url=https%3A%2F%2Fwww.diepresse.com%2F20753354 — 200 — 718 B — 153 ms — h2https://comments.diepresse.com/api/story/count.js?callback=CoralCount.setCount&id=20737292&ref=aHR0cHM6Ly93d3cuZGllcHJlc3NlLmNvbS8yMDczNzI5Mg%3D%3D&url=https%3A%2F%2Fwww.diepresse.com%2F20737292comments.diepresse.com/api/story/co... https://comments.diepresse.com/api/story/count.js?callback=CoralCount.setCount&id=20737292&ref=aHR0cHM6Ly93d3cuZGllcHJlc3NlLmNvbS8yMDczNzI5Mg%3D%3D&url=https%3A%2F%2Fwww.diepresse.com%2F20737292 — 200 — 718 B — 156 ms — h2https://www.diepresse.com/assets_v2/images/icon/favicon-32x32.pngwww.diepresse.com/assets_v2/images/... https://www.diepresse.com/assets_v2/images/icon/favicon-32x32.png — 200 — 1.4 KiB — 3 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 3943ms · 487KB · €43/mo
www.diepresse.com
Other
Costly
Execution 1843ms
Transfer 222 KB
Unused 38%
Monthly Cost €20/mo
Unattributable
Other
Costly
Execution 665ms
Transfer 0 KB
Monthly Cost €7/mo
www.diepresse.com
Other
Costly
Execution 582ms
Transfer 85 KB
Monthly Cost €6/mo
privacy.diepresse.com
Other
Costly
Execution 265ms
Transfer 56 KB
Monthly Cost €3/mo
privacy.diepresse.com
Other
Costly
Execution 222ms
Transfer 103 KB
Unused 42%
Monthly Cost €2/mo
www.diepresse.com
Other
Costly
Execution 205ms
Transfer 20 KB
Monthly Cost €2/mo
r.sascdn.com
Other
Optional
Execution 109ms
Transfer 0 KB
Monthly Cost €1/mo
privacy.diepresse.com
Other
Optional
Execution 54ms
Transfer 1 KB
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • www.diepresse.com adds 1843ms and costs ~€20/month
  • Unattributable adds 665ms and costs ~€7/month
  • www.diepresse.com adds 582ms and costs ~€6/month
  • privacy.diepresse.com adds 265ms and costs ~€3/month
  • privacy.diepresse.com adds 222ms and costs ~€2/month
  • www.diepresse.com adds 205ms and costs ~€2/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.diepresse.com takes 1843ms 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 665ms 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.diepresse.com takes 582ms 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

privacy.diepresse.com takes 265ms 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

privacy.diepresse.com takes 222ms 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.diepresse.com takes 205ms 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

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