Skip to content
https://focus.de

Performance

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

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

46
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
88
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.
85
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

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

3.04 s

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

6.87 s

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

1.06 s

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.

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

14.97 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 3 REVIEW 5 FIX
D
Page Weight Budget
Action
2.3 MB transferred, 246 requests
FIX
2.3 MB transferred, 246 requests
Info::
Page weighs 6.2 MB (2.3 MB transferred)
Warning::
JavaScript is 910 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 910 KB
Info::
Fonts are 264 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 264 KB
Warning::
246 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.49 g CO2 per page load
2.3 MB / 2.4 MB budget
2.3 MB transferred
246 requests
0.49 g CO2 per page load
JavaScript 910.1 KiB 38%
Images 687.8 KiB 29%
Fonts 264.5 KiB 11%
HTML 214.2 KiB 9%
Other 155.1 KiB 6%
Other 84.2 KiB 4%
CSS 62.6 KiB 3%
Other 21.8 KiB 1%
Other 982 B 0%
Other 0 B 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

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 (2.3 MiB of 2.3 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Execution Cost
Action
7501ms total JS execution
FIX
7501ms total JS execution
Warning::
https://www.focus.de/: 2038ms CPU time
Warning::
Unattributable: 1910ms CPU time
Warning::
https://www.focus.de/lonrbqKqKJVJ/Gv8Rm2/b78roh/pz...: 1090ms CPU time
Warning::
https://cmp.focus.de/Notice.8f529.js: 746ms CPU time
Warning::
https://www.focus.de/ctf/assets/renderer/static/ch...: 469ms CPU time
Warning::
Third-party scripts: 7501ms (100% of total)

Main Thread Breakdown

Script Evaluation 48% Other 27% Style & Layout 11% Rendering 6% Parse HTML & CSS 5%
ScriptTotalScriptingParse/CompileParty
https://www.focus.de/2038ms138ms40ms3rd
Unattributable1910ms784ms0ms3rd
https://www.focus.de/lonrbqKqKJVJ/Gv8Rm2/b78roh/pzr1hLiXG5/RBA3Mno/DSMNPD/NfRWAOAg?v=a92f57bf-61dc-7c81-79a3-4d03453002141090ms1029ms38ms3rd
https://cmp.focus.de/Notice.8f529.js746ms524ms29ms3rd
https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-tR5rx4pq.js469ms421ms1ms3rd
https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-Bl1SenX_.js392ms158ms0ms3rd
https://cdn.greenvideo.io/carousel/gfc.js310ms231ms0ms3rd
https://cmp.focus.de/unified/wrapperMessagingWithoutDetection.js223ms132ms12ms3rd
https://assets.sp.focus.de/3.1.2/emitter.js146ms127ms9ms3rd
https://tags.focus.de/focus-web/prod/utag.js105ms66ms25ms3rd

Showing top 10 of 11 scripts

D
Page Weight Inventory
Action
246 resources · 2.3 MB · 188 KB savings available
FIX
246 resources · 2.3 MB · 188 KB savings available
Warning::
Page weight 1.3 MB over 1MB target
Got: 2.3 MB Expected: ≤ 1 MB
Info::
~188 KB of savings available
Warning::
245 third-party resources (100% of weight)
Info::
1 resources over 200KB
246 resources · 2.3 MiB · 245 third-party 1.3 MiB over 1MB target
JavaScript 38% · 910.7 KiB
Image 35% · 842.7 KiB
Font 11% · 264.5 KiB
Document 9% · 216.4 KiB
Other 4% · 104.3 KiB
CSS 3% · 62.6 KiB

~188.1 KiB of savings available

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

No Cache-Control header

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

B
Image Optimization
45 images, 0 KB saveable
REVIEW
45 images, 0 KB saveable
Info::
All images are well-optimized
45 images 688 KB
0 oversized -0 KB
13 legacy format
0 missing dimensions CLS risk
C
JS Bundles
Action
70 scripts, 188 KB unused
REVIEW
70 scripts, 188 KB unused
Warning::
https://cmp.focus.de/Notice.8f529.js: 61 KB unused (67%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.auth0.com/js/auth0-spa-js/2.17/auth0-s...: 39 KB unused (86%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.focus.de/ctf/assets/renderer/static/ch...: 34 KB unused (58%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.focus.de/lonrbqKqKJVJ/Gv8Rm2/b78roh/pz...: 32 KB unused (20%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://a.bf-ad.net/adengine/focus/chunk-prepareEn...: 22 KB unused (71%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 188 KB
188 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://cmp.focus.de/Notice.8f529.js91 KB61 KB (67%)3rd
https://cdn.auth0.com/js/auth0-spa-js/2.17/auth0-spa-js.production.js46 KB39 KB (86%)3rd
https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-skVBKiFE.js64 KB34 KB (58%)3rd
https://www.focus.de/lonrbqKqKJVJ/Gv8Rm2/b78roh/pzr1hLiXG5/RBA3Mno/DSMNPD/NfRWAOAg?v=a92f57bf-61dc-7c81-79a3-4d0345300214161 KB32 KB (20%)3rd
https://a.bf-ad.net/adengine/focus/chunk-prepareEngine-cpCFHERi.js47 KB22 KB (71%)3rd
https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-C3kxWDMS.js2 KB3rd
https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-DrA6OFd8.js2 KB3rd
https://cp.focus.de/now.js35 KB3rd
https://tags.focus.de/focus-web/prod/utag.js24 KB3rd
https://a.bf-ad.net/adengine/focus/adengine.js1 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

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
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
5 fonts (264 KB)
PASS
5 fonts (264 KB)
Info::
5 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

5

264 KB total

Render-blocking

0

of 5

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 3.0 s LCP 6.9 shttps://www.focus.de/ctf/assets/renderer/static/static/InterTight-VariableFont_latin-FIIMCJAQ.HkXPiq-P.woff2InterTight-VariableFont... https://www.focus.de/ctf/assets/renderer/static/static/InterTight-VariableFont_latin-FIIMCJAQ.HkXPiq-P.woff2 — 61.9 KiB — 33 ms — font-display: swaphttps://www.focus.de/ctf/assets/renderer/static/static/Inter-VariableFont_latin-IMMDMY6Q.B94V3_ZQ.woff2Inter-VariableFont_lati... https://www.focus.de/ctf/assets/renderer/static/static/Inter-VariableFont_latin-IMMDMY6Q.B94V3_ZQ.woff2 — 95.4 KiB — 42 ms — font-display: swaphttps://www.focus.de/ctf/assets/renderer/static/static/OpenSans-VariableFont_latin-FGPZWPFI.BD-2YYa6.woff2OpenSans-VariableFont_l... https://www.focus.de/ctf/assets/renderer/static/static/OpenSans-VariableFont_latin-FGPZWPFI.BD-2YYa6.woff2 — 85.5 KiB — 43 ms — font-display: swaphttps://www.focus.de/ctf/assets/renderer/static/static/OpenSans-Regular_latin-ORIJDFFR.BoFg9NOw.woff2OpenSans-Regular_latin-... https://www.focus.de/ctf/assets/renderer/static/static/OpenSans-Regular_latin-ORIJDFFR.BoFg9NOw.woff2 — 19.2 KiB — 41 ms — font-display: swapdata:font/opentype;base64,T1RUTwANAIAAAwBQQ0ZGIKmZJMUAAAQoAAAClURTSUcAAAACAAAKEAAAAAhHREVGABgABwAAC…opentype;base64,T1RUTwA... data:font/opentype;base64,T1RUTwANAIAAAwBQQ0ZGIKmZJMUAAAQoAAAClURTSUcAAAACAAAKEAAAAAhHREVGABgABwAAC… — 2.5 KiB — 12 ms — font-display: swap
InterTight-VariableFont... woff2 swap
Size 62 KB
Load time 33 ms
Start 284 ms
Risk FOUT — text flashes from fallback to web font
Inter-VariableFont_lati... woff2 swap
Size 95 KB
Load time 42 ms
Start 285 ms
Risk FOUT — text flashes from fallback to web font
OpenSans-VariableFont_l... woff2 swap
Size 85 KB
Load time 43 ms
Start 285 ms
Risk FOUT — text flashes from fallback to web font
OpenSans-Regular_latin-... woff2 swap
Size 19 KB
Load time 41 ms
Start 285 ms
Risk FOUT — text flashes from fallback to web font
opentype;base64,T1RUTwA... unknown swap
Size 3 KB
Load time 12 ms
Start 1.5 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)

Fixing the unchecked items could save ~1 KB and ~2 ms

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
4 hints, 0 missing preconnects
PASS
4 hints, 0 missing preconnects
Info::
Page uses 4 resource hint(s)

Current Resource Hints

preconnect
preload
4
dns-prefetch
prefetch

4 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
246 requests over 2084ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 3.0 s LCP 6.9 shttps://focus.de// https://focus.de/ — 301 — 168 B — 19 ms — http/1.1https://www.focus.de/www.focus.de/ https://www.focus.de/ — 200 — 211.9 KiB — 309 ms — h2https://www.focus.de/ctf/assets/renderer/static/static/InterTight-VariableFont_latin-FIIMCJAQ.HkXPiq-P.woff2www.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/static/InterTight-VariableFont_latin-FIIMCJAQ.HkXPiq-P.woff2 — 200 — 61.9 KiB — 33 ms — h2https://www.focus.de/ctf/assets/renderer/static/static/Inter-VariableFont_latin-IMMDMY6Q.B94V3_ZQ.woff2www.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/static/Inter-VariableFont_latin-IMMDMY6Q.B94V3_ZQ.woff2 — 200 — 95.4 KiB — 42 ms — h2https://www.focus.de/ctf/assets/renderer/static/static/OpenSans-VariableFont_latin-FGPZWPFI.BD-2YYa6.woff2www.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/static/OpenSans-VariableFont_latin-FGPZWPFI.BD-2YYa6.woff2 — 200 — 85.5 KiB — 43 ms — h2https://www.focus.de/ctf/assets/renderer/static/static/OpenSans-Regular_latin-ORIJDFFR.BoFg9NOw.woff2www.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/static/OpenSans-Regular_latin-ORIJDFFR.BoFg9NOw.woff2 — 200 — 19.2 KiB — 41 ms — h2https://www.focus.de/ctf/assets/renderer/static/static/style-4345f751.Dx595UUa.csswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/static/style-4345f751.Dx595UUa.css — 200 — 12.7 KiB — 18 ms — h2https://www.focus.de/ctf/assets/renderer/static/static/style-2109abc6.DlNh5GeQ.csswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/static/style-2109abc6.DlNh5GeQ.css — 200 — 5.0 KiB — 19 ms — h2https://www.focus.de/ctf/assets/renderer/static/static/style-33887413.Dv9dT_1s.csswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/static/style-33887413.Dv9dT_1s.css — 200 — 2.5 KiB — 20 ms — h2https://www.focus.de/ctf/assets/renderer/static/static/style-7e4b2321.CD4TD-yF.csswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/static/style-7e4b2321.CD4TD-yF.css — 200 — 1.8 KiB — 21 ms — h2https://www.focus.de/ctf/assets/renderer/static/static/style-7b5ee902.Cwid9IeO.csswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/static/style-7b5ee902.Cwid9IeO.css — 200 — 896 B — 21 ms — h2https://www.focus.de/ctf/assets/renderer/static/static/style-e5083dd6.gIekchOi.csswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/static/style-e5083dd6.gIekchOi.css — 200 — 11.8 KiB — 23 ms — h2https://www.focus.de/ctf/assets/renderer/static/static/style-412c8a24.R1YyGpOa.csswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/static/style-412c8a24.R1YyGpOa.css — 200 — 1.2 KiB — 23 ms — h2https://www.focus.de/ctf/assets/renderer/static/static/style-83bf6f5d.Nn3wZoRB.csswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/static/style-83bf6f5d.Nn3wZoRB.css — 200 — 12.1 KiB — 27 ms — h2https://www.focus.de/ctf/assets/renderer/static/static/style-8bd8193b.iYuuB3C8.csswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/static/style-8bd8193b.iYuuB3C8.css — 200 — 4.3 KiB — 25 ms — h2https://www.focus.de/ctf/assets/renderer/static/static/style-62918d9a.Dr12QuLX.csswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/static/style-62918d9a.Dr12QuLX.css — 200 — 681 B — 26 ms — h2https://www.focus.de/ctf/assets/renderer/static/static/style-631ff002.CRtwWgDr.csswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/static/style-631ff002.CRtwWgDr.css — 200 — 1.0 KiB — 29 ms — h2https://www.focus.de/ctf/focus/favicon/manifest.jsonwww.focus.de/ctf/focus/favicon/mani... https://www.focus.de/ctf/focus/favicon/manifest.json — 200 — 982 B — 30 ms — h2https://cmp.focus.de/unified/wrapperMessagingWithoutDetection.jscmp.focus.de/unified/wrapperMessagi... https://cmp.focus.de/unified/wrapperMessagingWithoutDetection.js — 200 — 42.0 KiB — 115 ms — h2https://static.focus.de/fol/app/calculatortools/greenvideocarousellstage.jsstatic.focus.de/fol/app/calculatort... https://static.focus.de/fol/app/calculatortools/greenvideocarousellstage.js — 200 — 1.5 KiB — 38 ms — h2https://cp.focus.de/now.jscp.focus.de/now.js https://cp.focus.de/now.js — 200 — 34.9 KiB — 163 ms — h2https://tags.focus.de/focus-web/prod/utag.jstags.focus.de/focus-web/prod/utag.j... https://tags.focus.de/focus-web/prod/utag.js — 200 — 23.6 KiB — 116 ms — h2https://a.bf-ad.net/adengine/focus/adengine.jsa.bf-ad.net/adengine/focus/adengine... https://a.bf-ad.net/adengine/focus/adengine.js — 200 — 838 B — 44 ms — h2https://www.focus.de/ctf/icon-set/IconSet-DVEOFFIW.svgwww.focus.de/ctf/icon-set/IconSet-D... https://www.focus.de/ctf/icon-set/IconSet-DVEOFFIW.svg — 200 — 103.7 KiB — 12 ms — h2https://files.bf-folapp-production.aws.bfops.io/sport-live/iOS/football/teams/t355@3x.pngfiles.bf-folapp-production.aws.bfop... https://files.bf-folapp-production.aws.bfops.io/sport-live/iOS/football/teams/t355@3x.png — 200 — 3.5 KiB — 93 ms — h2https://files.bf-folapp-production.aws.bfops.io/sport-live/iOS/football/teams/t1639@3x.pngfiles.bf-folapp-production.aws.bfop... https://files.bf-folapp-production.aws.bfops.io/sport-live/iOS/football/teams/t1639@3x.png — 200 — 6.4 KiB — 90 ms — h2https://files.bf-folapp-production.aws.bfops.io/sport-live/iOS/football/teams/t151@3x.pngfiles.bf-folapp-production.aws.bfop... https://files.bf-folapp-production.aws.bfops.io/sport-live/iOS/football/teams/t151@3x.png — 200 — 4.9 KiB — 95 ms — h2https://files.bf-folapp-production.aws.bfops.io/sport-live/iOS/football/teams/t249@3x.pngfiles.bf-folapp-production.aws.bfop... https://files.bf-folapp-production.aws.bfops.io/sport-live/iOS/football/teams/t249@3x.png — 200 — 4.9 KiB — 96 ms — h2https://files.bf-folapp-production.aws.bfops.io/sport-live/iOS/football/teams/t1543@3x.pngfiles.bf-folapp-production.aws.bfop... https://files.bf-folapp-production.aws.bfops.io/sport-live/iOS/football/teams/t1543@3x.png — 200 — 5.0 KiB — 104 ms — h2https://files.bf-folapp-production.aws.bfops.io/sport-live/iOS/football/teams/t1773@3x.pngfiles.bf-folapp-production.aws.bfop... https://files.bf-folapp-production.aws.bfops.io/sport-live/iOS/football/teams/t1773@3x.png — 200 — 8.1 KiB — 93 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 3.0 s LCP 6.9 shttps://focus.de// https://focus.de/ — 301 — 168 B — 19 ms — http/1.1https://www.focus.de/www.focus.de/ https://www.focus.de/ — 200 — 211.9 KiB — 309 ms — h2https://www.focus.de/ctf/assets/renderer/static/static/InterTight-VariableFont_latin-FIIMCJAQ.HkXPiq-P.woff2www.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/static/InterTight-VariableFont_latin-FIIMCJAQ.HkXPiq-P.woff2 — 200 — 61.9 KiB — 33 ms — h2https://www.focus.de/ctf/assets/renderer/static/static/Inter-VariableFont_latin-IMMDMY6Q.B94V3_ZQ.woff2www.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/static/Inter-VariableFont_latin-IMMDMY6Q.B94V3_ZQ.woff2 — 200 — 95.4 KiB — 42 ms — h2https://www.focus.de/ctf/assets/renderer/static/static/OpenSans-VariableFont_latin-FGPZWPFI.BD-2YYa6.woff2www.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/static/OpenSans-VariableFont_latin-FGPZWPFI.BD-2YYa6.woff2 — 200 — 85.5 KiB — 43 ms — h2https://www.focus.de/ctf/assets/renderer/static/static/OpenSans-Regular_latin-ORIJDFFR.BoFg9NOw.woff2www.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/static/OpenSans-Regular_latin-ORIJDFFR.BoFg9NOw.woff2 — 200 — 19.2 KiB — 41 ms — h2https://www.focus.de/ctf/assets/renderer/static/static/style-4345f751.Dx595UUa.csswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/static/style-4345f751.Dx595UUa.css — 200 — 12.7 KiB — 18 ms — h2https://www.focus.de/ctf/assets/renderer/static/static/style-2109abc6.DlNh5GeQ.csswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/static/style-2109abc6.DlNh5GeQ.css — 200 — 5.0 KiB — 19 ms — h2https://www.focus.de/ctf/assets/renderer/static/static/style-33887413.Dv9dT_1s.csswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/static/style-33887413.Dv9dT_1s.css — 200 — 2.5 KiB — 20 ms — h2https://www.focus.de/ctf/assets/renderer/static/static/style-7e4b2321.CD4TD-yF.csswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/static/style-7e4b2321.CD4TD-yF.css — 200 — 1.8 KiB — 21 ms — h2https://www.focus.de/ctf/assets/renderer/static/static/style-7b5ee902.Cwid9IeO.csswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/static/style-7b5ee902.Cwid9IeO.css — 200 — 896 B — 21 ms — h2https://www.focus.de/ctf/assets/renderer/static/static/style-e5083dd6.gIekchOi.csswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/static/style-e5083dd6.gIekchOi.css — 200 — 11.8 KiB — 23 ms — h2https://www.focus.de/ctf/assets/renderer/static/static/style-412c8a24.R1YyGpOa.csswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/static/style-412c8a24.R1YyGpOa.css — 200 — 1.2 KiB — 23 ms — h2https://www.focus.de/ctf/assets/renderer/static/static/style-83bf6f5d.Nn3wZoRB.csswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/static/style-83bf6f5d.Nn3wZoRB.css — 200 — 12.1 KiB — 27 ms — h2https://www.focus.de/ctf/assets/renderer/static/static/style-8bd8193b.iYuuB3C8.csswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/static/style-8bd8193b.iYuuB3C8.css — 200 — 4.3 KiB — 25 ms — h2https://www.focus.de/ctf/assets/renderer/static/static/style-62918d9a.Dr12QuLX.csswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/static/style-62918d9a.Dr12QuLX.css — 200 — 681 B — 26 ms — h2https://www.focus.de/ctf/assets/renderer/static/static/style-631ff002.CRtwWgDr.csswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/static/style-631ff002.CRtwWgDr.css — 200 — 1.0 KiB — 29 ms — h2https://www.focus.de/ctf/focus/favicon/manifest.jsonwww.focus.de/ctf/focus/favicon/mani... https://www.focus.de/ctf/focus/favicon/manifest.json — 200 — 982 B — 30 ms — h2https://cmp.focus.de/unified/wrapperMessagingWithoutDetection.jscmp.focus.de/unified/wrapperMessagi... https://cmp.focus.de/unified/wrapperMessagingWithoutDetection.js — 200 — 42.0 KiB — 115 ms — h2https://static.focus.de/fol/app/calculatortools/greenvideocarousellstage.jsstatic.focus.de/fol/app/calculatort... https://static.focus.de/fol/app/calculatortools/greenvideocarousellstage.js — 200 — 1.5 KiB — 38 ms — h2https://cp.focus.de/now.jscp.focus.de/now.js https://cp.focus.de/now.js — 200 — 34.9 KiB — 163 ms — h2https://tags.focus.de/focus-web/prod/utag.jstags.focus.de/focus-web/prod/utag.j... https://tags.focus.de/focus-web/prod/utag.js — 200 — 23.6 KiB — 116 ms — h2https://a.bf-ad.net/adengine/focus/adengine.jsa.bf-ad.net/adengine/focus/adengine... https://a.bf-ad.net/adengine/focus/adengine.js — 200 — 838 B — 44 ms — h2https://www.focus.de/ctf/icon-set/IconSet-DVEOFFIW.svgwww.focus.de/ctf/icon-set/IconSet-D... https://www.focus.de/ctf/icon-set/IconSet-DVEOFFIW.svg — 200 — 103.7 KiB — 12 ms — h2https://files.bf-folapp-production.aws.bfops.io/sport-live/iOS/football/teams/t355@3x.pngfiles.bf-folapp-production.aws.bfop... https://files.bf-folapp-production.aws.bfops.io/sport-live/iOS/football/teams/t355@3x.png — 200 — 3.5 KiB — 93 ms — h2https://files.bf-folapp-production.aws.bfops.io/sport-live/iOS/football/teams/t1639@3x.pngfiles.bf-folapp-production.aws.bfop... https://files.bf-folapp-production.aws.bfops.io/sport-live/iOS/football/teams/t1639@3x.png — 200 — 6.4 KiB — 90 ms — h2https://files.bf-folapp-production.aws.bfops.io/sport-live/iOS/football/teams/t151@3x.pngfiles.bf-folapp-production.aws.bfop... https://files.bf-folapp-production.aws.bfops.io/sport-live/iOS/football/teams/t151@3x.png — 200 — 4.9 KiB — 95 ms — h2https://files.bf-folapp-production.aws.bfops.io/sport-live/iOS/football/teams/t249@3x.pngfiles.bf-folapp-production.aws.bfop... https://files.bf-folapp-production.aws.bfops.io/sport-live/iOS/football/teams/t249@3x.png — 200 — 4.9 KiB — 96 ms — h2https://files.bf-folapp-production.aws.bfops.io/sport-live/iOS/football/teams/t1543@3x.pngfiles.bf-folapp-production.aws.bfop... https://files.bf-folapp-production.aws.bfops.io/sport-live/iOS/football/teams/t1543@3x.png — 200 — 5.0 KiB — 104 ms — h2https://files.bf-folapp-production.aws.bfops.io/sport-live/iOS/football/teams/t1773@3x.pngfiles.bf-folapp-production.aws.bfop... https://files.bf-folapp-production.aws.bfops.io/sport-live/iOS/football/teams/t1773@3x.png — 200 — 8.1 KiB — 93 ms — h2https://quadro.burda-forward.de/ctf/6c2b7cd0-934f-4a10-82f0-31a443e11bac.c385b1bb-9abd-492e-9c94-f23ab51053cf.png?im=RegionOfInterestCrop=(570,321),regionOfInterest=(800,322)&hash=142198820a250ec36086c83174b3fe8180cd4bd194e42ac79b26325992d9af5equadro.burda-forward.de/ctf/6c2b7cd... https://quadro.burda-forward.de/ctf/6c2b7cd0-934f-4a10-82f0-31a443e11bac.c385b1bb-9abd-492e-9c94-f23ab51053cf.png?im=RegionOfInterestCrop=(570,321),regionOfInterest=(800,322)&hash=142198820a250ec36086c83174b3fe8180cd4bd194e42ac79b26325992d9af5e — 200 — 30.9 KiB — 57 ms — h2https://quadro.burda-forward.de/ctf/6a819849-a55f-4b5d-bb5b-da16de9f88e1.eb6cb9f4-3355-46dc-aabf-72b5536a39c7.jpeg?im=RegionOfInterestCrop=(570,321),regionOfInterest=(1024,683)&hash=b61503c5fe7271993e78091c4da47e591551311a984a7c71ab547519b2c3c6fequadro.burda-forward.de/ctf/6a81984... https://quadro.burda-forward.de/ctf/6a819849-a55f-4b5d-bb5b-da16de9f88e1.eb6cb9f4-3355-46dc-aabf-72b5536a39c7.jpeg?im=RegionOfInterestCrop=(570,321),regionOfInterest=(1024,683)&hash=b61503c5fe7271993e78091c4da47e591551311a984a7c71ab547519b2c3c6fe — 200 — 19.4 KiB — 35 ms — h2https://quadro.burda-forward.de/ctf/f44b2549-8fbb-45ee-b17d-e95b1db97aef.fd1c1e43-0961-4105-b834-54751804e680.jpg?im=RegionOfInterestCrop=(570,321),regionOfInterest=(3029,1869)&hash=4b56a2b6e5ba6cfb08837104da401ed79caab8fbb09986a0434375c22153a27fquadro.burda-forward.de/ctf/f44b254... https://quadro.burda-forward.de/ctf/f44b2549-8fbb-45ee-b17d-e95b1db97aef.fd1c1e43-0961-4105-b834-54751804e680.jpg?im=RegionOfInterestCrop=(570,321),regionOfInterest=(3029,1869)&hash=4b56a2b6e5ba6cfb08837104da401ed79caab8fbb09986a0434375c22153a27f — 200 — 14.6 KiB — 52 ms — h2https://quadro.burda-forward.de/ctf/22cdcee8-bc66-4122-ab46-3887248778b6.dabf0653-a21c-4815-80d4-1777b9ebc4a7.jpg?im=RegionOfInterestCrop=(570,321),regionOfInterest=(1340,505)&hash=072414c1939d86446c2033d46715096398ecde24d147c9dc08b8ee769d61c39dquadro.burda-forward.de/ctf/22cdcee... https://quadro.burda-forward.de/ctf/22cdcee8-bc66-4122-ab46-3887248778b6.dabf0653-a21c-4815-80d4-1777b9ebc4a7.jpg?im=RegionOfInterestCrop=(570,321),regionOfInterest=(1340,505)&hash=072414c1939d86446c2033d46715096398ecde24d147c9dc08b8ee769d61c39d — 200 — 10.3 KiB — 41 ms — h2https://quadro.burda-forward.de/ctf/2717c053-a8ab-4f38-9141-44e5680cb535.0f13b694-f263-47d8-92f4-b1ad941b2efd.jpeg?im=RegionOfInterestCrop=(570,321),regionOfInterest=(2592,1728)&hash=96f72797d59e57268c38c8c7274ed4285f77e87679f49f1f13cc3d6a5cea4f47quadro.burda-forward.de/ctf/2717c05... https://quadro.burda-forward.de/ctf/2717c053-a8ab-4f38-9141-44e5680cb535.0f13b694-f263-47d8-92f4-b1ad941b2efd.jpeg?im=RegionOfInterestCrop=(570,321),regionOfInterest=(2592,1728)&hash=96f72797d59e57268c38c8c7274ed4285f77e87679f49f1f13cc3d6a5cea4f47 — 200 — 32.0 KiB — 37 ms — h2https://files.bf-folapp-production.aws.bfops.io/sport-live/iOS/football/teams/t1391@3x.pngfiles.bf-folapp-production.aws.bfop... https://files.bf-folapp-production.aws.bfops.io/sport-live/iOS/football/teams/t1391@3x.png — 200 — 4.7 KiB — 41 ms — h2https://files.bf-folapp-production.aws.bfops.io/sport-live/iOS/football/teams/t686@3x.pngfiles.bf-folapp-production.aws.bfop... https://files.bf-folapp-production.aws.bfops.io/sport-live/iOS/football/teams/t686@3x.png — 200 — 9.7 KiB — 39 ms — h2https://quadro.burda-forward.de/ctf/17845091-cd23-446b-91c7-4e59fde8c9c1.be0a29b2-2bcd-4b45-8b59-68b2581b00cf.png?im=RegionOfInterestCrop=(780,105),regionOfInterest=(1960,332)&hash=a5347c3d23ae9886c75b8d852d93aead6b00d2685752dda6cf8b2dc6d27a3ef8quadro.burda-forward.de/ctf/1784509... https://quadro.burda-forward.de/ctf/17845091-cd23-446b-91c7-4e59fde8c9c1.be0a29b2-2bcd-4b45-8b59-68b2581b00cf.png?im=RegionOfInterestCrop=(780,105),regionOfInterest=(1960,332)&hash=a5347c3d23ae9886c75b8d852d93aead6b00d2685752dda6cf8b2dc6d27a3ef8 — 200 — 14.7 KiB — 31 ms — h2https://quadro.burda-forward.de/ctf/b90bac6f-d7bc-45f4-8cbe-84ffa5bb3749.622c6669-63a6-44e4-be86-0b16ea8b432a.jpg?im=RegionOfInterestCrop=(570,321),regionOfInterest=(1592,1184)&hash=43f5360e41b2f17c19a271c4b737a8db3a78cc70dffed40b19713c0a235f5ca7quadro.burda-forward.de/ctf/b90bac6... https://quadro.burda-forward.de/ctf/b90bac6f-d7bc-45f4-8cbe-84ffa5bb3749.622c6669-63a6-44e4-be86-0b16ea8b432a.jpg?im=RegionOfInterestCrop=(570,321),regionOfInterest=(1592,1184)&hash=43f5360e41b2f17c19a271c4b737a8db3a78cc70dffed40b19713c0a235f5ca7 — 200 — 20.9 KiB — 25 ms — h2https://quadro.burda-forward.de/ctf/e8c6aaa6-2d48-4ca9-a11f-2662992d83cc.a2ec8e27-acb3-490d-ac3c-dc66fcea29c2.jpeg?im=RegionOfInterestCrop=(570,321),regionOfInterest=(1444,907)&hash=d4975584d548dba554bcbe348eb5cfcf831cbe1cb4cfb21f48aed8bda2ce8636quadro.burda-forward.de/ctf/e8c6aaa... https://quadro.burda-forward.de/ctf/e8c6aaa6-2d48-4ca9-a11f-2662992d83cc.a2ec8e27-acb3-490d-ac3c-dc66fcea29c2.jpeg?im=RegionOfInterestCrop=(570,321),regionOfInterest=(1444,907)&hash=d4975584d548dba554bcbe348eb5cfcf831cbe1cb4cfb21f48aed8bda2ce8636 — 200 — 46.6 KiB — 56 ms — h2https://quadro.burda-forward.de/ctf/5c95b276-fed3-4305-89f6-90f0e8d5b69f.affeee11-1546-4fc5-a72f-30e288801a3f.png?im=RegionOfInterestCrop=(570,321),regionOfInterest=(1116,684)&hash=b24dfea0c3cd7df2be64d017566ffa04a83446b47a6a8fc63aa05b63c8e32ac2quadro.burda-forward.de/ctf/5c95b27... https://quadro.burda-forward.de/ctf/5c95b276-fed3-4305-89f6-90f0e8d5b69f.affeee11-1546-4fc5-a72f-30e288801a3f.png?im=RegionOfInterestCrop=(570,321),regionOfInterest=(1116,684)&hash=b24dfea0c3cd7df2be64d017566ffa04a83446b47a6a8fc63aa05b63c8e32ac2 — 200 — 20.9 KiB — 18 ms — h2https://quadro.burda-forward.de/ctf/4d0686ad-433b-432b-a620-057a271a7b31.9e96a119-383d-41d1-97f1-304ceb4526a2.jpg?im=RegionOfInterestCrop=(570,321),regionOfInterest=(607,170)&hash=d1690c913b2f62ffa7734e5bea59eecce99871b7a5725135287d251f72d5216cquadro.burda-forward.de/ctf/4d0686a... https://quadro.burda-forward.de/ctf/4d0686ad-433b-432b-a620-057a271a7b31.9e96a119-383d-41d1-97f1-304ceb4526a2.jpg?im=RegionOfInterestCrop=(570,321),regionOfInterest=(607,170)&hash=d1690c913b2f62ffa7734e5bea59eecce99871b7a5725135287d251f72d5216c — 200 — 48.8 KiB — 17 ms — h2https://tags.focus.de/focus-web/prod/utag.v.js?a=burdaforward/focus-web/202604141112&cb=1776363435611tags.focus.de/focus-web/prod/utag.v... https://tags.focus.de/focus-web/prod/utag.v.js?a=burdaforward/focus-web/202604141112&cb=1776363435611 — 200 — 500 B — 19 ms — h2https://app.varify.io/varify.jsapp.varify.io/varify.js https://app.varify.io/varify.js — 200 — 21.2 KiB — 118 ms — h2https://cmp.focus.de/unified/4.40.1/custom.14dc688b28a73d75ffa6.bundle.jscmp.focus.de/unified/4.40.1/custom.... https://cmp.focus.de/unified/4.40.1/custom.14dc688b28a73d75ffa6.bundle.js — 200 — 3.2 KiB — 20 ms — h2https://cmp.focus.de/unified/4.40.1/gdpr-tcf.27718c8cb9d29947d2c1.bundle.jscmp.focus.de/unified/4.40.1/gdpr-tc... https://cmp.focus.de/unified/4.40.1/gdpr-tcf.27718c8cb9d29947d2c1.bundle.js — 200 — 29.4 KiB — 36 ms — h2https://cmp.focus.de/mms/v2/get_site_data?hasCsp=true&href=https%3A%2F%2Fwww.focus.de%2F&account_id=217cmp.focus.de/mms/v2/get_site_data?h... https://cmp.focus.de/mms/v2/get_site_data?hasCsp=true&href=https%3A%2F%2Fwww.focus.de%2F&account_id=217 — 200 — 617 B — 63 ms — h2https://www.focus.de/ctf/assets/renderer/static/entries/entry-server-routing.Bie660r6.jswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/entries/entry-server-routing.Bie660r6.js — 200 — 25.2 KiB — 33 ms — h2https://www.focus.de/ctf/assets/renderer/static/entries/src_frontend_pages_generated-module-pages_channel-1_focus.xg5tdMrY.jswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/entries/src_frontend_pages_generated-module-pages_channel-1_focus.xg5tdMrY.js — 200 — 1.3 KiB — 19 ms — h2https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-DVsoLOPx.jswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-DVsoLOPx.js — 200 — 1.5 KiB — 21 ms — h2https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-JW-uahJG.jswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-JW-uahJG.js — 200 — 1.3 KiB — 23 ms — h2https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-DghNgBBa.jswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-DghNgBBa.js — 200 — 571 B — 24 ms — h2https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-tR5rx4pq.jswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-tR5rx4pq.js — 200 — 128.6 KiB — 61 ms — h2https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-G7BmE5Ej.jswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-G7BmE5Ej.js — 200 — 1.1 KiB — 44 ms — h2https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-DEzLfKhX.jswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-DEzLfKhX.js — 200 — 994 B — 45 ms — h2https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-DSI33muz.jswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-DSI33muz.js — 200 — 1.8 KiB — 47 ms — h2https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-D3AGL6D0.jswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-D3AGL6D0.js — 200 — 1.0 KiB — 49 ms — h2https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-DyZUN46c.jswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-DyZUN46c.js — 200 — 584 B — 50 ms — h2https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-CB6xuNIq.jswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-CB6xuNIq.js — 200 — 945 B — 52 ms — h2https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-DFbP1d9D.jswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-DFbP1d9D.js — 200 — 582 B — 54 ms — h2https://www.focus.de/lonrbqKqKJVJ/Gv8Rm2/b78roh/pzr1hLiXG5/RBA3Mno/DSMNPD/NfRWAOAg?v=a92f57bf-61dc-7c81-79a3-4d0345300214www.focus.de/lonrbqKqKJVJ/Gv8Rm2/b7... https://www.focus.de/lonrbqKqKJVJ/Gv8Rm2/b78roh/pzr1hLiXG5/RBA3Mno/DSMNPD/NfRWAOAg?v=a92f57bf-61dc-7c81-79a3-4d0345300214 — 200 — 160.9 KiB — 60 ms — h2https://cp.focus.de/properties/68f81197/config.jsoncp.focus.de/properties/68f81197/con... https://cp.focus.de/properties/68f81197/config.json — 200 — 1.9 KiB — 98 ms — h2https://a.bf-ad.net/adengine/focus/chunk-prepareEngine-cpCFHERi.jsa.bf-ad.net/adengine/focus/chunk-pr... https://a.bf-ad.net/adengine/focus/chunk-prepareEngine-cpCFHERi.js — 200 — 47.1 KiB — 31 ms — h2https://cmp.focus.de/wrapper/v2/meta-data?hasCsp=true&accountId=217&env=prod&metadata=%7B%22gdpr%22%3A%7B%7D%7D&propertyId=278&scriptVersion=4.40.1&scriptType=unifiedcmp.focus.de/wrapper/v2/meta-data?h... https://cmp.focus.de/wrapper/v2/meta-data?hasCsp=true&accountId=217&env=prod&metadata=%7B%22gdpr%22%3A%7B%7D%7D&propertyId=278&scriptVersion=4.40.1&scriptType=unified — 200 — 790 B — 23 ms — h2https://cdn.greenvideo.io/carousel/gfc.jscdn.greenvideo.io/carousel/gfc.js https://cdn.greenvideo.io/carousel/gfc.js — 200 — 40.5 KiB — 117 ms — h2https://assets.sp.focus.de/3.1.2/emitter.jsassets.sp.focus.de/3.1.2/emitter.js https://assets.sp.focus.de/3.1.2/emitter.js — 200 — 22.7 KiB — 96 ms — h2https://static.focus.de/pics/fol/fol_videofeed_playheader.svgstatic.focus.de/pics/fol/fol_videof... https://static.focus.de/pics/fol/fol_videofeed_playheader.svg — 200 — 30.6 KiB — 12 ms — h2https://cmp.focus.de/wrapper/v2/messages?hasCsp=true&env=prod&body=%7B%22accountId%22%3A217%2C%22campaignEnv%22%3A%22prod%22%2C%22campaigns%22%3A%7B%22custom%22%3A%7B%22targetingParams%22%3A%7B%22pur%22%3A0%7D%7D%2C%22gdpr%22%3A%7B%22consentStatus%22%3A%7B%7D%2C%22targetingParams%22%3A%7B%22pur%22%3A0%7D%7D%7D%2C%22clientMMSOrigin%22%3A%22https%3A%2F%2Fcmp.focus.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%2Fwww.focus.de%2F%22%7D&localState=null&metadata=%7B%22gdpr%22%3A%7B%22applies%22%3Atrue%7D%7D&nonKeyedLocalState=null&ch=509611928510917249e2bd&scriptVersion=4.40.1&scriptType=unifiedcmp.focus.de/wrapper/v2/messages?ha... https://cmp.focus.de/wrapper/v2/messages?hasCsp=true&env=prod&body=%7B%22accountId%22%3A217%2C%22campaignEnv%22%3A%22prod%22%2C%22campaigns%22%3A%7B%22custom%22%3A%7B%22targetingParams%22%3A%7B%22pur%22%3A0%7D%7D%2C%22gdpr%22%3A%7B%22consentStatus%22%3A%7B%7D%2C%22targetingParams%22%3A%7B%22pur%22%3A0%7D%7D%7D%2C%22clientMMSOrigin%22%3A%22https%3A%2F%2Fcmp.focus.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%2Fwww.focus.de%2F%22%7D&localState=null&metadata=%7B%22gdpr%22%3A%7B%22applies%22%3Atrue%7D%7D&nonKeyedLocalState=null&ch=509611928510917249e2bd&scriptVersion=4.40.1&scriptType=unified — 200 — 19.8 KiB — 96 ms — h2https://cdn.auth0.com/js/auth0-spa-js/2.17/auth0-spa-js.production.jscdn.auth0.com/js/auth0-spa-js/2.17/... https://cdn.auth0.com/js/auth0-spa-js/2.17/auth0-spa-js.production.js — 200 — 45.6 KiB — 163 ms — h2https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-X8iIKfDg.jswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-X8iIKfDg.js — 200 — 3.7 KiB — 15 ms — h2https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-DDw_cBOD.jswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-DDw_cBOD.js — 200 — 537 B — 28 ms — h2https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-CE0nTRF3.jswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-CE0nTRF3.js — 200 — 719 B — 30 ms — h2https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-B4-KtAjW.jswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-B4-KtAjW.js — 200 — 1.3 KiB — 19 ms — h2https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-C3kxWDMS.jswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-C3kxWDMS.js — 200 — 1.7 KiB — 46 ms — h2https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-DPMy6rK_.jswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-DPMy6rK_.js — 200 — 1.7 KiB — 48 ms — h2https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-0W20mzpf.jswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-0W20mzpf.js — 200 — 532 B — 30 ms — h2https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-DYqd6UPo.jswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-DYqd6UPo.js — 200 — 884 B — 48 ms — h2https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-DrA6OFd8.jswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-DrA6OFd8.js — 200 — 2.4 KiB — 54 ms — h2https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-gX0guKOe.jswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-gX0guKOe.js — 200 — 1.4 KiB — 56 ms — h2https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-Cdlxyhi6.jswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-Cdlxyhi6.js — 200 — 2.2 KiB — 58 ms — h2https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-C3K10S1L.jswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-C3K10S1L.js — 200 — 1.6 KiB — 59 ms — h2https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-BTtQs8dT.jswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-BTtQs8dT.js — 200 — 18.1 KiB — 61 ms — h2https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-DLuQbV9L.jswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-DLuQbV9L.js — 200 — 4.2 KiB — 61 ms — h2https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-skVBKiFE.jswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-skVBKiFE.js — 200 — 63.7 KiB — 112 ms — h2https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-Bl1SenX_.jswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-Bl1SenX_.js — 200 — 6.9 KiB — 64 ms — h2https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-CVTGeuPq.jswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-CVTGeuPq.js — 200 — 1.0 KiB — 64 ms — h2https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-Ct_PjVvw.jswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-Ct_PjVvw.js — 200 — 1.4 KiB — 65 ms — h2https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-p0gUuGnr.jswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-p0gUuGnr.js — 200 — 1.8 KiB — 66 ms — h2https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-DSvEw38Q.jswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-DSvEw38Q.js — 200 — 874 B — 67 ms — h2https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-C9ksnJUz.jswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-C9ksnJUz.js — 200 — 3.3 KiB — 70 ms — h2https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-Czc2-zny.jswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-Czc2-zny.js — 200 — 21.0 KiB — 77 ms — h2https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-K2C1ErVT.jswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-K2C1ErVT.js — 200 — 1.9 KiB — 72 ms — h2https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-CzMGLotv.jswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-CzMGLotv.js — 200 — 595 B — 78 ms — h2https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-iEeihxJP.jswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-iEeihxJP.js — 200 — 830 B — 78 ms — h2https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-BmY6Snv-.jswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-BmY6Snv-.js — 200 — 1.9 KiB — 79 ms — h2https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-BgYD546i.jswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-BgYD546i.js — 200 — 785 B — 80 ms — h2https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-Cc63RBXA.jswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-Cc63RBXA.js — 200 — 1.2 KiB — 83 ms — h2https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-Cv8zDdt_.jswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-Cv8zDdt_.js — 200 — 4.3 KiB — 72 ms — h2https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-DvyLG4o0.jswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-DvyLG4o0.js — 200 — 5.2 KiB — 70 ms — h2https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-B5DYDKU8.jswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-B5DYDKU8.js — 200 — 5.4 KiB — 72 ms — h2https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-ugxE7ZQw.jswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-ugxE7ZQw.js — 200 — 1.0 KiB — 73 ms — h2https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-DLRACusX.jswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-DLRACusX.js — 200 — 1.4 KiB — 78 ms — h2https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-ofSzyQdI.jswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-ofSzyQdI.js — 200 — 1.9 KiB — 83 ms — h2https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-DKij1UR4.jswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-DKij1UR4.js — 200 — 1.7 KiB — 84 ms — h2https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-CbnSsVIe.jswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-CbnSsVIe.js — 200 — 953 B — 64 ms — h2https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-BVwMIhYB.jswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-BVwMIhYB.js — 200 — 2.9 KiB — 65 ms — h2https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-IDrkhXva.jswww.focus.de/ctf/assets/renderer/st... https://www.focus.de/ctf/assets/renderer/static/chunks/chunk-IDrkhXva.js — 200 — 886 B — 61 ms — h2https://quadro.burda-forward.de/ctf/sqxiul/lacken/claps/id_CGHmsERz4q/club-ofen-japan.pngquadro.burda-forward.de/ctf/sqxiul/... https://quadro.burda-forward.de/ctf/sqxiul/lacken/claps/id_CGHmsERz4q/club-ofen-japan.png — 200 — 275 B — 172 ms — h2https://cmp.focus.de/index.html?hasCsp=true&message_id=1456518&consentUUID=null&consent_origin=https%3A%2F%2Fcmp.focus.de%2Fconsent%2Ftcfv2&preload_message=true&version=v1cmp.focus.de/index.html?hasCsp=true... https://cmp.focus.de/index.html?hasCsp=true&message_id=1456518&consentUUID=null&consent_origin=https%3A%2F%2Fcmp.focus.de%2Fconsent%2Ftcfv2&preload_message=true&version=v1 — 200 — 2.2 KiB — 21 ms — h2https://sp.focus.de/com.snowplowanalytics.snowplow/tp2sp.focus.de/com.snowplowanalytics.s... https://sp.focus.de/com.snowplowanalytics.snowplow/tp2 — 200 — 0 B — 130 ms — h2https://cp.focus.de/chunks/cp-chunk-cmp-sourcepoint.20260416121932-e7e9568b05.d7ebb90961dc744d0114.jscp.focus.de/chunks/cp-chunk-cmp-sou... https://cp.focus.de/chunks/cp-chunk-cmp-sourcepoint.20260416121932-e7e9568b05.d7ebb90961dc744d0114.js — 200 — 3.4 KiB — 29 ms — h2https://cmp.focus.de/Notice.30929.csscmp.focus.de/Notice.30929.css https://cmp.focus.de/Notice.30929.css — 200 — 6.7 KiB — 22 ms — h2https://cmp.focus.de/polyfills.01516.jscmp.focus.de/polyfills.01516.js https://cmp.focus.de/polyfills.01516.js — 200 — 2.3 KiB — 23 ms — h2https://cmp.focus.de/Notice.8f529.jscmp.focus.de/Notice.8f529.js https://cmp.focus.de/Notice.8f529.js — 200 — 91.2 KiB — 36 ms — h2https://cdn.greenvideo.io/carousel/gfc.csscdn.greenvideo.io/carousel/gfc.css https://cdn.greenvideo.io/carousel/gfc.css — 200 — 2.0 KiB — 57 ms — h2https://embeds.greenvideo.io/cf/9f1fe1ae8686a9b5c9bc2be6959ab8077f97142b/xdi7f2XR?cr=1embeds.greenvideo.io/cf/9f1fe1ae868... https://embeds.greenvideo.io/cf/9f1fe1ae8686a9b5c9bc2be6959ab8077f97142b/xdi7f2XR?cr=1 — 200 — 2.2 KiB — 157 ms — h2https://www.focus.de/breaking-news/data.jsonwww.focus.de/breaking-news/data.jso... https://www.focus.de/breaking-news/data.json — 200 — 700 B — 21 ms — h2https://kommentare-static.focus.de/counts/commentaries/foPd577522/39294beb-7ab2-4f05-9ba5-041ae7edb2a6/counter.jsonkommentare-static.focus.de/counts/c... https://kommentare-static.focus.de/counts/commentaries/foPd577522/39294beb-7ab2-4f05-9ba5-041ae7edb2a6/counter.json — 200 — 357 B — 92 ms — h2https://kommentare-static.focus.de/counts/commentaries/foPd577522/b407a034-f504-4b87-b1b0-8609471d1f3f/counter.jsonkommentare-static.focus.de/counts/c... https://kommentare-static.focus.de/counts/commentaries/foPd577522/b407a034-f504-4b87-b1b0-8609471d1f3f/counter.json — 200 — 359 B — 90 ms — h2https://kommentare-static.focus.de/counts/commentaries/foPd577522/fadeed2e-4b21-4549-97c1-da9d8aea822c/counter.jsonkommentare-static.focus.de/counts/c... https://kommentare-static.focus.de/counts/commentaries/foPd577522/fadeed2e-4b21-4549-97c1-da9d8aea822c/counter.json — 200 — 359 B — 73 ms — h2https://kommentare-static.focus.de/counts/commentaries/foPd577522/906c1c28-51ca-42af-bf16-a9cce0b7bc3d/counter.jsonkommentare-static.focus.de/counts/c... https://kommentare-static.focus.de/counts/commentaries/foPd577522/906c1c28-51ca-42af-bf16-a9cce0b7bc3d/counter.json — 200 — 358 B — 54 ms — h2https://kommentare-static.focus.de/counts/commentaries/foPd577522/5bb0dc0d-5b83-4986-8f78-89feb7f2285d/counter.jsonkommentare-static.focus.de/counts/c... https://kommentare-static.focus.de/counts/commentaries/foPd577522/5bb0dc0d-5b83-4986-8f78-89feb7f2285d/counter.json — 200 — 358 B — 85 ms — h2https://kommentare-static.focus.de/counts/commentaries/foPd577522/01c466dc-adcb-4a63-a299-6341f8a1b88f/counter.jsonkommentare-static.focus.de/counts/c... https://kommentare-static.focus.de/counts/commentaries/foPd577522/01c466dc-adcb-4a63-a299-6341f8a1b88f/counter.json — 200 — 357 B — 86 ms — h2https://kommentare-static.focus.de/counts/commentaries/foPd577522/05708e7a-8e4b-419a-82a7-dfba7a166fba/counter.jsonkommentare-static.focus.de/counts/c... https://kommentare-static.focus.de/counts/commentaries/foPd577522/05708e7a-8e4b-419a-82a7-dfba7a166fba/counter.json — 200 — 354 B — 61 ms — h2https://kommentare-static.focus.de/counts/commentaries/foPd577522/05708e7a-8e4b-419a-82a7-dfba7a166fba/counter.jsonkommentare-static.focus.de/counts/c... https://kommentare-static.focus.de/counts/commentaries/foPd577522/05708e7a-8e4b-419a-82a7-dfba7a166fba/counter.json — 200 — 0 B — 103 ms — h2https://kommentare-static.focus.de/counts/commentaries/foPd577522/ea5497be-c9e7-4f54-88bf-29c940c12643/counter.jsonkommentare-static.focus.de/counts/c... https://kommentare-static.focus.de/counts/commentaries/foPd577522/ea5497be-c9e7-4f54-88bf-29c940c12643/counter.json — 200 — 359 B — 69 ms — h2https://kommentare-static.focus.de/counts/commentaries/foPd577522/16e696a7-9103-4c25-afc2-bf8f3bf95e17/counter.jsonkommentare-static.focus.de/counts/c... https://kommentare-static.focus.de/counts/commentaries/foPd577522/16e696a7-9103-4c25-afc2-bf8f3bf95e17/counter.json — 200 — 357 B — 70 ms — h2https://kommentare-static.focus.de/counts/commentaries/foPd577522/d53f55fd-5759-40fe-b3bd-a0b15a566843/counter.jsonkommentare-static.focus.de/counts/c... https://kommentare-static.focus.de/counts/commentaries/foPd577522/d53f55fd-5759-40fe-b3bd-a0b15a566843/counter.json — 200 — 358 B — 80 ms — h2https://kommentare-static.focus.de/counts/commentaries/foPd577522/855c56c8-7f01-4903-a82f-b350a8b117ae/counter.jsonkommentare-static.focus.de/counts/c... https://kommentare-static.focus.de/counts/commentaries/foPd577522/855c56c8-7f01-4903-a82f-b350a8b117ae/counter.json — 200 — 358 B — 90 ms — h2https://kommentare-static.focus.de/counts/commentaries/foPd577522/947ea0d2-ad7c-4251-9c32-d459583bc0c2/counter.jsonkommentare-static.focus.de/counts/c... https://kommentare-static.focus.de/counts/commentaries/foPd577522/947ea0d2-ad7c-4251-9c32-d459583bc0c2/counter.json — 200 — 361 B — 71 ms — h2https://kommentare-static.focus.de/counts/commentaries/foPd577522/79d47c75-b933-47fd-a0d2-4e7da6cb334b/counter.jsonkommentare-static.focus.de/counts/c... https://kommentare-static.focus.de/counts/commentaries/foPd577522/79d47c75-b933-47fd-a0d2-4e7da6cb334b/counter.json — 200 — 361 B — 63 ms — h2https://kommentare-static.focus.de/counts/commentaries/foPd577522/7a9d02aa-0a5d-47bb-a58f-ab43193399b7/counter.jsonkommentare-static.focus.de/counts/c... https://kommentare-static.focus.de/counts/commentaries/foPd577522/7a9d02aa-0a5d-47bb-a58f-ab43193399b7/counter.json — 200 — 359 B — 58 ms — h2https://kommentare-static.focus.de/counts/commentaries/foPd577522/c7450209-6b0f-4d25-92ab-75d243ad74d1/counter.jsonkommentare-static.focus.de/counts/c... https://kommentare-static.focus.de/counts/commentaries/foPd577522/c7450209-6b0f-4d25-92ab-75d243ad74d1/counter.json — 200 — 359 B — 69 ms — h2https://kommentare-static.focus.de/counts/commentaries/foPd577522/7c8f6952-5d84-4e46-b33a-8780006a9687/counter.jsonkommentare-static.focus.de/counts/c... https://kommentare-static.focus.de/counts/commentaries/foPd577522/7c8f6952-5d84-4e46-b33a-8780006a9687/counter.json — 200 — 358 B — 71 ms — h2https://kommentare-static.focus.de/counts/commentaries/foPd577522/0f650ce9-15da-46b7-b6b4-f7f5b7782b12/counter.jsonkommentare-static.focus.de/counts/c... https://kommentare-static.focus.de/counts/commentaries/foPd577522/0f650ce9-15da-46b7-b6b4-f7f5b7782b12/counter.json — 200 — 359 B — 74 ms — h2https://kommentare-static.focus.de/counts/commentaries/foPd577522/01c466dc-adcb-4a63-a299-6341f8a1b88f/counter.jsonkommentare-static.focus.de/counts/c... https://kommentare-static.focus.de/counts/commentaries/foPd577522/01c466dc-adcb-4a63-a299-6341f8a1b88f/counter.json — 200 — 0 B — 107 ms — h2https://kommentare-static.focus.de/counts/commentaries/foPd577522/26aaa499-5715-4920-8a0e-3bd26b3b1454/counter.jsonkommentare-static.focus.de/counts/c... https://kommentare-static.focus.de/counts/commentaries/foPd577522/26aaa499-5715-4920-8a0e-3bd26b3b1454/counter.json — 200 — 357 B — 60 ms — h2https://kommentare-static.focus.de/counts/commentaries/foPd577522/c35505d8-693c-44fd-bda3-1bd40be2a5f6/counter.jsonkommentare-static.focus.de/counts/c... https://kommentare-static.focus.de/counts/commentaries/foPd577522/c35505d8-693c-44fd-bda3-1bd40be2a5f6/counter.json — 200 — 359 B — 67 ms — h2https://kommentare-static.focus.de/counts/commentaries/foPd577522/f497a8a8-0f3e-4fcd-97d4-7d1384ecb23f/counter.jsonkommentare-static.focus.de/counts/c... https://kommentare-static.focus.de/counts/commentaries/foPd577522/f497a8a8-0f3e-4fcd-97d4-7d1384ecb23f/counter.json — 200 — 357 B — 66 ms — h2https://kommentare-static.focus.de/counts/commentaries/foPd577522/c35505d8-693c-44fd-bda3-1bd40be2a5f6/counter.jsonkommentare-static.focus.de/counts/c... https://kommentare-static.focus.de/counts/commentaries/foPd577522/c35505d8-693c-44fd-bda3-1bd40be2a5f6/counter.json — 200 — 0 B — 83 ms — h2https://kommentare-static.focus.de/counts/commentaries/foPd577522/a4f392a8-ddb0-403d-ac88-cceea65b935a/counter.jsonkommentare-static.focus.de/counts/c... https://kommentare-static.focus.de/counts/commentaries/foPd577522/a4f392a8-ddb0-403d-ac88-cceea65b935a/counter.json — 200 — 359 B — 69 ms — h2https://kommentare-static.focus.de/counts/commentaries/foPd577522/ea5497be-c9e7-4f54-88bf-29c940c12643/counter.jsonkommentare-static.focus.de/counts/c... https://kommentare-static.focus.de/counts/commentaries/foPd577522/ea5497be-c9e7-4f54-88bf-29c940c12643/counter.json — 200 — 0 B — 82 ms — h2https://kommentare-static.focus.de/counts/commentaries/foPd577522/01b7cdfa-aeee-44b2-a3fc-393b37d05af0/counter.jsonkommentare-static.focus.de/counts/c... https://kommentare-static.focus.de/counts/commentaries/foPd577522/01b7cdfa-aeee-44b2-a3fc-393b37d05af0/counter.json — 200 — 359 B — 51 ms — h2https://kommentare-static.focus.de/counts/commentaries/foPd577522/26b11c14-ba5b-4602-bf72-442ed4542cdc/counter.jsonkommentare-static.focus.de/counts/c... https://kommentare-static.focus.de/counts/commentaries/foPd577522/26b11c14-ba5b-4602-bf72-442ed4542cdc/counter.json — 200 — 359 B — 62 ms — h2https://kommentare-static.focus.de/counts/commentaries/foPd577522/19f344b3-16f4-489a-8823-6652bc5b9da5/counter.jsonkommentare-static.focus.de/counts/c... https://kommentare-static.focus.de/counts/commentaries/foPd577522/19f344b3-16f4-489a-8823-6652bc5b9da5/counter.json — 200 — 359 B — 59 ms — h2https://kommentare-static.focus.de/counts/commentaries/foPd577522/4c5ed7c9-ef58-4f1f-84a0-ae4c98c635eb/counter.jsonkommentare-static.focus.de/counts/c... https://kommentare-static.focus.de/counts/commentaries/foPd577522/4c5ed7c9-ef58-4f1f-84a0-ae4c98c635eb/counter.json — 200 — 358 B — 38 ms — h2https://kommentare-static.focus.de/counts/commentaries/foPd577522/b407a034-f504-4b87-b1b0-8609471d1f3f/counter.jsonkommentare-static.focus.de/counts/c... https://kommentare-static.focus.de/counts/commentaries/foPd577522/b407a034-f504-4b87-b1b0-8609471d1f3f/counter.json — 200 — 0 B — 87 ms — h2https://kommentare-static.focus.de/counts/commentaries/foPd577522/855c56c8-7f01-4903-a82f-b350a8b117ae/counter.jsonkommentare-static.focus.de/counts/c... https://kommentare-static.focus.de/counts/commentaries/foPd577522/855c56c8-7f01-4903-a82f-b350a8b117ae/counter.json — 200 — 0 B — 89 ms — h2https://kommentare-static.focus.de/counts/commentaries/foPd577522/a9b6446a-9f84-418f-ac41-9ab356460fd7/counter.jsonkommentare-static.focus.de/counts/c... https://kommentare-static.focus.de/counts/commentaries/foPd577522/a9b6446a-9f84-418f-ac41-9ab356460fd7/counter.json — 200 — 360 B — 32 ms — h2https://kommentare-static.focus.de/counts/commentaries/foPd577522/f497a8a8-0f3e-4fcd-97d4-7d1384ecb23f/counter.jsonkommentare-static.focus.de/counts/c... https://kommentare-static.focus.de/counts/commentaries/foPd577522/f497a8a8-0f3e-4fcd-97d4-7d1384ecb23f/counter.json — 200 — 0 B — 78 ms — h2https://kommentare-static.focus.de/counts/commentaries/foPd577522/7c8f6952-5d84-4e46-b33a-8780006a9687/counter.jsonkommentare-static.focus.de/counts/c... https://kommentare-static.focus.de/counts/commentaries/foPd577522/7c8f6952-5d84-4e46-b33a-8780006a9687/counter.json — 200 — 0 B — 76 ms — h2https://kommentare-static.focus.de/counts/commentaries/foPd577522/7f6b42c3-46fb-4c56-b522-42b99496db49/counter.jsonkommentare-static.focus.de/counts/c... https://kommentare-static.focus.de/counts/commentaries/foPd577522/7f6b42c3-46fb-4c56-b522-42b99496db49/counter.json — 200 — 356 B — 38 ms — h2https://kommentare-static.focus.de/counts/commentaries/foPd577522/48bf1cbe-24fa-4ced-968c-efde5ddab3f2/counter.jsonkommentare-static.focus.de/counts/c... https://kommentare-static.focus.de/counts/commentaries/foPd577522/48bf1cbe-24fa-4ced-968c-efde5ddab3f2/counter.json — 200 — 358 B — 28 ms — h2https://kommentare-static.focus.de/counts/commentaries/foPd577522/4c5ed7c9-ef58-4f1f-84a0-ae4c98c635eb/counter.jsonkommentare-static.focus.de/counts/c... https://kommentare-static.focus.de/counts/commentaries/foPd577522/4c5ed7c9-ef58-4f1f-84a0-ae4c98c635eb/counter.json — 200 — 0 B — 82 ms — h2https://kommentare-static.focus.de/counts/commentaries/foPd577522/eaf13385-bb11-45cb-8380-e0838515a18f/counter.jsonkommentare-static.focus.de/counts/c... https://kommentare-static.focus.de/counts/commentaries/foPd577522/eaf13385-bb11-45cb-8380-e0838515a18f/counter.json — 200 — 357 B — 65 ms — h2https://kommentare-static.focus.de/counts/commentaries/foPd577522/b643af0c-5742-406c-a1b3-b604cff835de/counter.jsonkommentare-static.focus.de/counts/c... https://kommentare-static.focus.de/counts/commentaries/foPd577522/b643af0c-5742-406c-a1b3-b604cff835de/counter.json — 200 — 357 B — 34 ms — h2https://kommentare-static.focus.de/counts/commentaries/foPd577522/d6d19020-d162-4fc2-8233-4deb3519745c/counter.jsonkommentare-static.focus.de/counts/c... https://kommentare-static.focus.de/counts/commentaries/foPd577522/d6d19020-d162-4fc2-8233-4deb3519745c/counter.json — 200 — 359 B — 29 ms — h2https://kommentare-static.focus.de/counts/commentaries/foPd577522/564295fd-9697-48d4-b2bc-14f6ea7d7756/counter.jsonkommentare-static.focus.de/counts/c... https://kommentare-static.focus.de/counts/commentaries/foPd577522/564295fd-9697-48d4-b2bc-14f6ea7d7756/counter.json — 200 — 359 B — 26 ms — h2https://kommentare-static.focus.de/counts/commentaries/foPd577522/62ed48b1-044a-4f99-b955-61220f67211d/counter.jsonkommentare-static.focus.de/counts/c... https://kommentare-static.focus.de/counts/commentaries/foPd577522/62ed48b1-044a-4f99-b955-61220f67211d/counter.json — 200 — 359 B — 33 ms — h2https://kommentare-static.focus.de/counts/commentaries/foPd577522/7f6b42c3-46fb-4c56-b522-42b99496db49/counter.jsonkommentare-static.focus.de/counts/c... https://kommentare-static.focus.de/counts/commentaries/foPd577522/7f6b42c3-46fb-4c56-b522-42b99496db49/counter.json — 200 — 0 B — 83 ms — h2https://kommentare-static.focus.de/counts/commentaries/foPd577522/5bb0dc0d-5b83-4986-8f78-89feb7f2285d/counter.jsonkommentare-static.focus.de/counts/c... https://kommentare-static.focus.de/counts/commentaries/foPd577522/5bb0dc0d-5b83-4986-8f78-89feb7f2285d/counter.json — 200 — 0 B — 77 ms — h2https://kommentare-static.focus.de/counts/commentaries/foPd577522/eaf13385-bb11-45cb-8380-e0838515a18f/counter.jsonkommentare-static.focus.de/counts/c... https://kommentare-static.focus.de/counts/commentaries/foPd577522/eaf13385-bb11-45cb-8380-e0838515a18f/counter.json — 200 — 0 B — 83 ms — h2https://kommentare-static.focus.de/counts/commentaries/foPd577522/4cda53ec-f591-480a-9dd1-0189900e3c18/counter.jsonkommentare-static.focus.de/counts/c... https://kommentare-static.focus.de/counts/commentaries/foPd577522/4cda53ec-f591-480a-9dd1-0189900e3c18/counter.json — 200 — 359 B — 20 ms — h2https://kommentare-static.focus.de/counts/commentaries/foPd577522/0c12a627-0182-4ee8-ab9f-28a86c4ecaf4/counter.jsonkommentare-static.focus.de/counts/c... https://kommentare-static.focus.de/counts/commentaries/foPd577522/0c12a627-0182-4ee8-ab9f-28a86c4ecaf4/counter.json — 200 — 359 B — 58 ms — h2https://kommentare-static.focus.de/counts/commentaries/foPd577522/0c12a627-0182-4ee8-ab9f-28a86c4ecaf4/counter.jsonkommentare-static.focus.de/counts/c... https://kommentare-static.focus.de/counts/commentaries/foPd577522/0c12a627-0182-4ee8-ab9f-28a86c4ecaf4/counter.json — 200 — 0 B — 80 ms — h2https://kommentare-static.focus.de/counts/commentaries/foPd577522/39294beb-7ab2-4f05-9ba5-041ae7edb2a6/counter.jsonkommentare-static.focus.de/counts/c... https://kommentare-static.focus.de/counts/commentaries/foPd577522/39294beb-7ab2-4f05-9ba5-041ae7edb2a6/counter.json — 200 — 0 B — 72 ms — h2https://sp.focus.de/com.snowplowanalytics.snowplow/tp2sp.focus.de/com.snowplowanalytics.s... https://sp.focus.de/com.snowplowanalytics.snowplow/tp2 — 200 — 300 B — 120 ms — h2https://benelph.de/160x600/66ccde94bbcf2fe11a26.pngbenelph.de/160x600/66ccde94bbcf2fe1... https://benelph.de/160x600/66ccde94bbcf2fe11a26.png — 200 — 365 B — 131 ms — http/1.1https://benelph.de/fcs/img/lribwm/160x600/scoup/carob/id_CGHmsERz4q/tag-verbot.pngbenelph.de/fcs/img/lribwm/160x600/s... https://benelph.de/fcs/img/lribwm/160x600/scoup/carob/id_CGHmsERz4q/tag-verbot.png — 200 — 422 B — 133 ms — http/1.1https://sp.focus.de/com.snowplowanalytics.snowplow/tp2sp.focus.de/com.snowplowanalytics.s... https://sp.focus.de/com.snowplowanalytics.snowplow/tp2 — 200 — 299 B — 40 ms — h2https://cmp.focus.de/consent/tcfv2/vendor-list/categories?siteId=278cmp.focus.de/consent/tcfv2/vendor-l... https://cmp.focus.de/consent/tcfv2/vendor-list/categories?siteId=278 — 200 — 3.7 KiB — 23 ms — h2https://media-api-prod.greenvideo.io/api/v1/mixes/9f1fe1ae8686a9b5c9bc2be6959ab8077f97142b/jq_Si43L?ncr=1&&resolve=falsemedia-api-prod.greenvideo.io/api/v1... https://media-api-prod.greenvideo.io/api/v1/mixes/9f1fe1ae8686a9b5c9bc2be6959ab8077f97142b/jq_Si43L?ncr=1&&resolve=false — 200 — 733 B — 234 ms — h2https://media-api-prod.greenvideo.io/api/v1/mixes/9f1fe1ae8686a9b5c9bc2be6959ab8077f97142b/zMIjC7zg?ncr=1&&resolve=false&limit=20media-api-prod.greenvideo.io/api/v1... https://media-api-prod.greenvideo.io/api/v1/mixes/9f1fe1ae8686a9b5c9bc2be6959ab8077f97142b/zMIjC7zg?ncr=1&&resolve=false&limit=20 — 200 — 976 B — 265 ms — h2https://app.varify.io/v/2421app.varify.io/v/2421 https://app.varify.io/v/2421 — 200 — 12.9 KiB — 35 ms — h2https://cmp.focus.de/consent/tcfv2/vendor-list/categories?siteId=278&consentLanguage=encmp.focus.de/consent/tcfv2/vendor-l... https://cmp.focus.de/consent/tcfv2/vendor-list/categories?siteId=278&consentLanguage=en — 200 — 3.7 KiB — 51 ms — h2data:image/svg+xml,%3Csvg fill='none' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.…www.… data:image/svg+xml,%3Csvg fill='none' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg fill='none' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.…www.… data:image/svg+xml,%3Csvg fill='none' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/…www.w3.org/2000/… data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/… — 200 — 0 B — 0 ms — datadata:font/opentype;base64,T1RUTwANAIAAAwBQQ0ZGIKmZJMUAAAQoAAAClURTSUcAAAACAAAKEAAAAAhHREVGABgABwAAC…data:font/opentype;base64,T1RUTwANA... data:font/opentype;base64,T1RUTwANAIAAAwBQQ0ZGIKmZJMUAAAQoAAAClURTSUcAAAACAAAKEAAAAAhHREVGABgABwAAC… — 200 — 2.5 KiB — 12 ms — datahttps://www.focus.de/ctf/focus/favicon/FOL-logo-400.pngwww.focus.de/ctf/focus/favicon/FOL-... https://www.focus.de/ctf/focus/favicon/FOL-logo-400.png — 200 — 10.0 KiB — 13 ms — h2https://www.focus.de/ctf/focus/favicon/focus_pwa_icon-144.pngwww.focus.de/ctf/focus/favicon/focu... https://www.focus.de/ctf/focus/favicon/focus_pwa_icon-144.png — 200 — 6.9 KiB — 32 ms — h2https://www.focus.de/ctf/focus/favicon/FOL-logo-1000.pngwww.focus.de/ctf/focus/favicon/FOL-... https://www.focus.de/ctf/focus/favicon/FOL-logo-1000.png — 200 — 30.8 KiB — 15 ms — h2https://www.focus.de/ctf/focus/favicon/favicon.icowww.focus.de/ctf/focus/favicon/favi... https://www.focus.de/ctf/focus/favicon/favicon.ico — 200 — 1.8 KiB — 10 ms — h2https://www.focus.de/ctf/focus/favicon/favicon-32x32.pngwww.focus.de/ctf/focus/favicon/favi... https://www.focus.de/ctf/focus/favicon/favicon-32x32.png — 200 — 1.7 KiB — 9 ms — h2https://media-api-prod.greenvideo.io/api/v1/content/cda5577ea207625b41a3212e559d22d98b28ea4dmedia-api-prod.greenvideo.io/api/v1... https://media-api-prod.greenvideo.io/api/v1/content/cda5577ea207625b41a3212e559d22d98b28ea4d — 204 — 0 B — 29 ms — h2https://media-api-prod.greenvideo.io/api/v1/content/94d2d5ee6460e0ff1018559d0231e47fb590d017media-api-prod.greenvideo.io/api/v1... https://media-api-prod.greenvideo.io/api/v1/content/94d2d5ee6460e0ff1018559d0231e47fb590d017 — 204 — 0 B — 22 ms — h2https://media-api-prod.greenvideo.io/api/v1/content/7da7cd23afa16188c7b31a2ffc290474dcc1f189media-api-prod.greenvideo.io/api/v1... https://media-api-prod.greenvideo.io/api/v1/content/7da7cd23afa16188c7b31a2ffc290474dcc1f189 — 204 — 0 B — 28 ms — h2https://media-api-prod.greenvideo.io/api/v1/content/94d2d5ee6460e0ff1018559d0231e47fb590d017media-api-prod.greenvideo.io/api/v1... https://media-api-prod.greenvideo.io/api/v1/content/94d2d5ee6460e0ff1018559d0231e47fb590d017 — 200 — 2.3 KiB — 30 ms — h2https://media-api-prod.greenvideo.io/api/v1/content/7da7cd23afa16188c7b31a2ffc290474dcc1f189media-api-prod.greenvideo.io/api/v1... https://media-api-prod.greenvideo.io/api/v1/content/7da7cd23afa16188c7b31a2ffc290474dcc1f189 — 200 — 2.2 KiB — 50 ms — h2https://media-api-prod.greenvideo.io/api/v1/content/cda5577ea207625b41a3212e559d22d98b28ea4dmedia-api-prod.greenvideo.io/api/v1... https://media-api-prod.greenvideo.io/api/v1/content/cda5577ea207625b41a3212e559d22d98b28ea4d — 200 — 2.2 KiB — 23 ms — h2https://media-api-prod.greenvideo.io/api/v1/content/57953afe38f6e82a6289ec93e9fd5a57f49bffc7media-api-prod.greenvideo.io/api/v1... https://media-api-prod.greenvideo.io/api/v1/content/57953afe38f6e82a6289ec93e9fd5a57f49bffc7 — 204 — 0 B — 25 ms — h2https://media-api-prod.greenvideo.io/api/v1/content/5dda78d12750ee4615a1caa4ed0dc8f133459e7cmedia-api-prod.greenvideo.io/api/v1... https://media-api-prod.greenvideo.io/api/v1/content/5dda78d12750ee4615a1caa4ed0dc8f133459e7c — 204 — 0 B — 48 ms — h2https://media-api-prod.greenvideo.io/api/v1/content/3ea29708a7d4add0b027b01dd9f964de1a0befffmedia-api-prod.greenvideo.io/api/v1... https://media-api-prod.greenvideo.io/api/v1/content/3ea29708a7d4add0b027b01dd9f964de1a0befff — 204 — 0 B — 28 ms — h2https://media-api-prod.greenvideo.io/api/v1/content/fe817b7d3eb4f54d631367844e6bb73a246f7ccdmedia-api-prod.greenvideo.io/api/v1... https://media-api-prod.greenvideo.io/api/v1/content/fe817b7d3eb4f54d631367844e6bb73a246f7ccd — 204 — 0 B — 44 ms — h2https://media-api-prod.greenvideo.io/api/v1/content/4c0921f9587a01268d3354f21ce9c33218e6e71cmedia-api-prod.greenvideo.io/api/v1... https://media-api-prod.greenvideo.io/api/v1/content/4c0921f9587a01268d3354f21ce9c33218e6e71c — 204 — 0 B — 44 ms — h2https://media-api-prod.greenvideo.io/api/v1/content/0ecd145cab8898c654a834030e5fdf36b778f7fbmedia-api-prod.greenvideo.io/api/v1... https://media-api-prod.greenvideo.io/api/v1/content/0ecd145cab8898c654a834030e5fdf36b778f7fb — 204 — 0 B — 45 ms — h2https://media-api-prod.greenvideo.io/api/v1/content/8da80d09a295bf868bbee5e367f02930f61924cbmedia-api-prod.greenvideo.io/api/v1... https://media-api-prod.greenvideo.io/api/v1/content/8da80d09a295bf868bbee5e367f02930f61924cb — 204 — 0 B — 45 ms — h2https://media-api-prod.greenvideo.io/api/v1/content/d53499a3e20dfb3cc8a2a93cd3aac6c978f754bbmedia-api-prod.greenvideo.io/api/v1... https://media-api-prod.greenvideo.io/api/v1/content/d53499a3e20dfb3cc8a2a93cd3aac6c978f754bb — 204 — 0 B — 46 ms — h2https://media-api-prod.greenvideo.io/api/v1/content/512a0ab0d67d8aca8a76923213332fe62e5b0e63media-api-prod.greenvideo.io/api/v1... https://media-api-prod.greenvideo.io/api/v1/content/512a0ab0d67d8aca8a76923213332fe62e5b0e63 — 204 — 0 B — 199 ms — h2https://media-api-prod.greenvideo.io/api/v1/content/1010052b9df2fb76c0fd55f8ca89505e53baf8c3media-api-prod.greenvideo.io/api/v1... https://media-api-prod.greenvideo.io/api/v1/content/1010052b9df2fb76c0fd55f8ca89505e53baf8c3 — 204 — 0 B — 53 ms — h2https://media-api-prod.greenvideo.io/api/v1/content/9d77c4ef9b2a826d1c36eb17ba89a44325a9ccd5media-api-prod.greenvideo.io/api/v1... https://media-api-prod.greenvideo.io/api/v1/content/9d77c4ef9b2a826d1c36eb17ba89a44325a9ccd5 — 204 — 0 B — 46 ms — h2https://media-api-prod.greenvideo.io/api/v1/content/1b0f62a41c500f0b37fed97dfb990d0a660bc1ccmedia-api-prod.greenvideo.io/api/v1... https://media-api-prod.greenvideo.io/api/v1/content/1b0f62a41c500f0b37fed97dfb990d0a660bc1cc — 204 — 0 B — 45 ms — h2https://media-api-prod.greenvideo.io/api/v1/content/cf734202a753926fd5ec343e7576bf1040bf3c5cmedia-api-prod.greenvideo.io/api/v1... https://media-api-prod.greenvideo.io/api/v1/content/cf734202a753926fd5ec343e7576bf1040bf3c5c — 204 — 0 B — 45 ms — h2https://media-api-prod.greenvideo.io/api/v1/content/c9d9e49bf68382ceae6f9baf01cc0dbf3f248d81media-api-prod.greenvideo.io/api/v1... https://media-api-prod.greenvideo.io/api/v1/content/c9d9e49bf68382ceae6f9baf01cc0dbf3f248d81 — 204 — 0 B — 46 ms — h2https://media-api-prod.greenvideo.io/api/v1/content/d3c77b3a469fd0c78e3e8f36844992db61f69bcamedia-api-prod.greenvideo.io/api/v1... https://media-api-prod.greenvideo.io/api/v1/content/d3c77b3a469fd0c78e3e8f36844992db61f69bca — 204 — 0 B — 46 ms — h2https://media-api-prod.greenvideo.io/api/v1/content/be4bf1191953857afaa81b3ba58c75b4eb8dc085media-api-prod.greenvideo.io/api/v1... https://media-api-prod.greenvideo.io/api/v1/content/be4bf1191953857afaa81b3ba58c75b4eb8dc085 — 204 — 0 B — 46 ms — h2https://media-api-prod.greenvideo.io/api/v1/content/c7529f44c520f79ac0f6fa4284e277b18ccc6140media-api-prod.greenvideo.io/api/v1... https://media-api-prod.greenvideo.io/api/v1/content/c7529f44c520f79ac0f6fa4284e277b18ccc6140 — 204 — 0 B — 47 ms — h2https://5baf1288cf.dl8.me/1.6.8/v-9f1fe1ae8686a9b5c9bc2be6959ab8077f97142b.gif?i=eyJ0IjoiaV9jYXJvdXNlbF9pbXByZXNzaW9uIiwicCI6eyJwcm9kdWN0X2lkIjoiY2Fyb3VzZWwiLCJpc19tb2JpbGUiOnRydWUsImlzX3RhYmxldCI6ZmFsc2UsImlzX2Rlc2t0b3AiOmZhbHNlLCJpc19hbXAiOmZhbHNlLCJ0ZW1wbGF0ZV9pZCI6InhkaTdmMlhSIiwiY29udGVudF9pZCI6bnVsbCwicF9pZCI6ImpxX1NpNDNMIiwiYWJfdGVzdF9pZCI6ImxhdGVzdCIsInVybCI6Imh0dHBzOi8vd3d3LmZvY3VzLmRlLyJ9LCJzIjoiZWY3MzM0NjQtMWE4Yy00NWQ0LWFhMzctZWFmYjg2NDc5YTBmIn0%3D5baf1288cf.dl8.me/1.6.8/v-9f1fe1ae8... https://5baf1288cf.dl8.me/1.6.8/v-9f1fe1ae8686a9b5c9bc2be6959ab8077f97142b.gif?i=eyJ0IjoiaV9jYXJvdXNlbF9pbXByZXNzaW9uIiwicCI6eyJwcm9kdWN0X2lkIjoiY2Fyb3VzZWwiLCJpc19tb2JpbGUiOnRydWUsImlzX3RhYmxldCI6ZmFsc2UsImlzX2Rlc2t0b3AiOmZhbHNlLCJpc19hbXAiOmZhbHNlLCJ0ZW1wbGF0ZV9pZCI6InhkaTdmMlhSIiwiY29udGVudF9pZCI6bnVsbCwicF9pZCI6ImpxX1NpNDNMIiwiYWJfdGVzdF9pZCI6ImxhdGVzdCIsInVybCI6Imh0dHBzOi8vd3d3LmZvY3VzLmRlLyJ9LCJzIjoiZWY3MzM0NjQtMWE4Yy00NWQ0LWFhMzctZWFmYjg2NDc5YTBmIn0%3D — 200 — 287 B — 321 ms — http/1.1https://media-video.focus.de/9f1fe1ae8686a9b5c9bc2be6959ab8077f97142b/cda5577ea207625b41a3212e559d22d98b28ea4d/POSTER_USER_RAW/v1/f00a3318-3f92-4f22-83fc-b40c278c4169.png?d=640&f=avifmedia-video.focus.de/9f1fe1ae8686a9... https://media-video.focus.de/9f1fe1ae8686a9b5c9bc2be6959ab8077f97142b/cda5577ea207625b41a3212e559d22d98b28ea4d/POSTER_USER_RAW/v1/f00a3318-3f92-4f22-83fc-b40c278c4169.png?d=640&f=avif — 200 — 1.7 KiB — 57 ms — h2https://media-video.focus.de/9f1fe1ae8686a9b5c9bc2be6959ab8077f97142b/94d2d5ee6460e0ff1018559d0231e47fb590d017/POSTER_USER_RAW/v2/bb138da1-6baa-4700-bdad-bbb90ca5f580.png?d=640&f=avifmedia-video.focus.de/9f1fe1ae8686a9... https://media-video.focus.de/9f1fe1ae8686a9b5c9bc2be6959ab8077f97142b/94d2d5ee6460e0ff1018559d0231e47fb590d017/POSTER_USER_RAW/v2/bb138da1-6baa-4700-bdad-bbb90ca5f580.png?d=640&f=avif — 200 — 5.4 KiB — 54 ms — h2https://media-video.focus.de/9f1fe1ae8686a9b5c9bc2be6959ab8077f97142b/7da7cd23afa16188c7b31a2ffc290474dcc1f189/POSTER_USER_RAW/v0/2c6db0e0-cd53-4247-84c4-b02773f72d84.jpeg?d=640&f=avifmedia-video.focus.de/9f1fe1ae8686a9... https://media-video.focus.de/9f1fe1ae8686a9b5c9bc2be6959ab8077f97142b/7da7cd23afa16188c7b31a2ffc290474dcc1f189/POSTER_USER_RAW/v0/2c6db0e0-cd53-4247-84c4-b02773f72d84.jpeg?d=640&f=avif — 200 — 5.5 KiB — 55 ms — h2https://media-api-prod.greenvideo.io/api/v1/content/57953afe38f6e82a6289ec93e9fd5a57f49bffc7media-api-prod.greenvideo.io/api/v1... https://media-api-prod.greenvideo.io/api/v1/content/57953afe38f6e82a6289ec93e9fd5a57f49bffc7 — 200 — 2.2 KiB — 53 ms — h2https://media-api-prod.greenvideo.io/api/v1/content/3ea29708a7d4add0b027b01dd9f964de1a0befffmedia-api-prod.greenvideo.io/api/v1... https://media-api-prod.greenvideo.io/api/v1/content/3ea29708a7d4add0b027b01dd9f964de1a0befff — 200 — 2.3 KiB — 78 ms — h2https://media-api-prod.greenvideo.io/api/v1/content/fe817b7d3eb4f54d631367844e6bb73a246f7ccdmedia-api-prod.greenvideo.io/api/v1... https://media-api-prod.greenvideo.io/api/v1/content/fe817b7d3eb4f54d631367844e6bb73a246f7ccd — 200 — 2.3 KiB — 64 ms — h2https://media-api-prod.greenvideo.io/api/v1/content/4c0921f9587a01268d3354f21ce9c33218e6e71cmedia-api-prod.greenvideo.io/api/v1... https://media-api-prod.greenvideo.io/api/v1/content/4c0921f9587a01268d3354f21ce9c33218e6e71c — 200 — 2.3 KiB — 51 ms — h2https://media-api-prod.greenvideo.io/api/v1/content/0ecd145cab8898c654a834030e5fdf36b778f7fbmedia-api-prod.greenvideo.io/api/v1... https://media-api-prod.greenvideo.io/api/v1/content/0ecd145cab8898c654a834030e5fdf36b778f7fb — 200 — 2.2 KiB — 51 ms — h2https://media-api-prod.greenvideo.io/api/v1/content/8da80d09a295bf868bbee5e367f02930f61924cbmedia-api-prod.greenvideo.io/api/v1... https://media-api-prod.greenvideo.io/api/v1/content/8da80d09a295bf868bbee5e367f02930f61924cb — 200 — 2.3 KiB — 50 ms — h2https://media-api-prod.greenvideo.io/api/v1/content/d53499a3e20dfb3cc8a2a93cd3aac6c978f754bbmedia-api-prod.greenvideo.io/api/v1... https://media-api-prod.greenvideo.io/api/v1/content/d53499a3e20dfb3cc8a2a93cd3aac6c978f754bb — 200 — 2.2 KiB — 49 ms — h2https://media-api-prod.greenvideo.io/api/v1/content/5dda78d12750ee4615a1caa4ed0dc8f133459e7cmedia-api-prod.greenvideo.io/api/v1... https://media-api-prod.greenvideo.io/api/v1/content/5dda78d12750ee4615a1caa4ed0dc8f133459e7c — 200 — 2.2 KiB — 179 ms — h2https://media-api-prod.greenvideo.io/api/v1/content/9d77c4ef9b2a826d1c36eb17ba89a44325a9ccd5media-api-prod.greenvideo.io/api/v1... https://media-api-prod.greenvideo.io/api/v1/content/9d77c4ef9b2a826d1c36eb17ba89a44325a9ccd5 — 200 — 2.2 KiB — 234 ms — h2https://media-api-prod.greenvideo.io/api/v1/content/1b0f62a41c500f0b37fed97dfb990d0a660bc1ccmedia-api-prod.greenvideo.io/api/v1... https://media-api-prod.greenvideo.io/api/v1/content/1b0f62a41c500f0b37fed97dfb990d0a660bc1cc — 200 — 2.3 KiB — 48 ms — h2https://media-api-prod.greenvideo.io/api/v1/content/cf734202a753926fd5ec343e7576bf1040bf3c5cmedia-api-prod.greenvideo.io/api/v1... https://media-api-prod.greenvideo.io/api/v1/content/cf734202a753926fd5ec343e7576bf1040bf3c5c — 200 — 2.2 KiB — 48 ms — h2https://media-api-prod.greenvideo.io/api/v1/content/c9d9e49bf68382ceae6f9baf01cc0dbf3f248d81media-api-prod.greenvideo.io/api/v1... https://media-api-prod.greenvideo.io/api/v1/content/c9d9e49bf68382ceae6f9baf01cc0dbf3f248d81 — 200 — 2.4 KiB — 47 ms — h2https://media-api-prod.greenvideo.io/api/v1/content/d3c77b3a469fd0c78e3e8f36844992db61f69bcamedia-api-prod.greenvideo.io/api/v1... https://media-api-prod.greenvideo.io/api/v1/content/d3c77b3a469fd0c78e3e8f36844992db61f69bca — 200 — 2.3 KiB — 46 ms — h2https://media-api-prod.greenvideo.io/api/v1/content/be4bf1191953857afaa81b3ba58c75b4eb8dc085media-api-prod.greenvideo.io/api/v1... https://media-api-prod.greenvideo.io/api/v1/content/be4bf1191953857afaa81b3ba58c75b4eb8dc085 — 200 — 2.2 KiB — 81 ms — h2https://media-api-prod.greenvideo.io/api/v1/content/c7529f44c520f79ac0f6fa4284e277b18ccc6140media-api-prod.greenvideo.io/api/v1... https://media-api-prod.greenvideo.io/api/v1/content/c7529f44c520f79ac0f6fa4284e277b18ccc6140 — 200 — 2.3 KiB — 45 ms — h2https://media-api-prod.greenvideo.io/api/v1/content/1010052b9df2fb76c0fd55f8ca89505e53baf8c3media-api-prod.greenvideo.io/api/v1... https://media-api-prod.greenvideo.io/api/v1/content/1010052b9df2fb76c0fd55f8ca89505e53baf8c3 — 200 — 2.2 KiB — 44 ms — h2https://media-api-prod.greenvideo.io/api/v1/content/512a0ab0d67d8aca8a76923213332fe62e5b0e63media-api-prod.greenvideo.io/api/v1... https://media-api-prod.greenvideo.io/api/v1/content/512a0ab0d67d8aca8a76923213332fe62e5b0e63 — 200 — 2.3 KiB — 22 ms — h2https://media-video.focus.de/9f1fe1ae8686a9b5c9bc2be6959ab8077f97142b/57953afe38f6e82a6289ec93e9fd5a57f49bffc7/POSTER_USER_RAW/v0/52c0a482-6e66-43a0-8e8a-991a5b5273f8.png?d=640&f=avifmedia-video.focus.de/9f1fe1ae8686a9... https://media-video.focus.de/9f1fe1ae8686a9b5c9bc2be6959ab8077f97142b/57953afe38f6e82a6289ec93e9fd5a57f49bffc7/POSTER_USER_RAW/v0/52c0a482-6e66-43a0-8e8a-991a5b5273f8.png?d=640&f=avif — 200 — 5.5 KiB — 21 ms — h2https://media-video.focus.de/9f1fe1ae8686a9b5c9bc2be6959ab8077f97142b/5dda78d12750ee4615a1caa4ed0dc8f133459e7c/POSTER_USER_RAW/v1/dae9da75-28a3-45a7-b7f3-296863d5ad53.png?d=640&f=avifmedia-video.focus.de/9f1fe1ae8686a9... https://media-video.focus.de/9f1fe1ae8686a9b5c9bc2be6959ab8077f97142b/5dda78d12750ee4615a1caa4ed0dc8f133459e7c/POSTER_USER_RAW/v1/dae9da75-28a3-45a7-b7f3-296863d5ad53.png?d=640&f=avif — 200 — 5.1 KiB — 21 ms — h2https://media-video.focus.de/9f1fe1ae8686a9b5c9bc2be6959ab8077f97142b/3ea29708a7d4add0b027b01dd9f964de1a0befff/POSTER_USER_RAW/v1/ae4fc1fe-cb80-4535-903e-cffd551aba21.png?d=640&f=avifmedia-video.focus.de/9f1fe1ae8686a9... https://media-video.focus.de/9f1fe1ae8686a9b5c9bc2be6959ab8077f97142b/3ea29708a7d4add0b027b01dd9f964de1a0befff/POSTER_USER_RAW/v1/ae4fc1fe-cb80-4535-903e-cffd551aba21.png?d=640&f=avif — 200 — 14.3 KiB — 36 ms — h2https://media-video.focus.de/9f1fe1ae8686a9b5c9bc2be6959ab8077f97142b/fe817b7d3eb4f54d631367844e6bb73a246f7ccd/POSTER_USER_RAW/v1/34a9ecff-9889-4d24-94d5-25c0684eba10.png?d=640&f=avifmedia-video.focus.de/9f1fe1ae8686a9... https://media-video.focus.de/9f1fe1ae8686a9b5c9bc2be6959ab8077f97142b/fe817b7d3eb4f54d631367844e6bb73a246f7ccd/POSTER_USER_RAW/v1/34a9ecff-9889-4d24-94d5-25c0684eba10.png?d=640&f=avif — 200 — 13.3 KiB — 22 ms — h2https://media-video.focus.de/9f1fe1ae8686a9b5c9bc2be6959ab8077f97142b/4c0921f9587a01268d3354f21ce9c33218e6e71c/POSTER_USER_RAW/v1/61ca9d02-6b78-4dea-b884-c6eed3ec4de0.jpg?d=640&f=avifmedia-video.focus.de/9f1fe1ae8686a9... https://media-video.focus.de/9f1fe1ae8686a9b5c9bc2be6959ab8077f97142b/4c0921f9587a01268d3354f21ce9c33218e6e71c/POSTER_USER_RAW/v1/61ca9d02-6b78-4dea-b884-c6eed3ec4de0.jpg?d=640&f=avif — 200 — 21.8 KiB — 23 ms — h2https://media-video.focus.de/9f1fe1ae8686a9b5c9bc2be6959ab8077f97142b/0ecd145cab8898c654a834030e5fdf36b778f7fb/POSTER_USER_RAW/v0/aa9e0763-5dab-4379-9d17-fd0e70a13ebb.jpeg?d=640&f=avifmedia-video.focus.de/9f1fe1ae8686a9... https://media-video.focus.de/9f1fe1ae8686a9b5c9bc2be6959ab8077f97142b/0ecd145cab8898c654a834030e5fdf36b778f7fb/POSTER_USER_RAW/v0/aa9e0763-5dab-4379-9d17-fd0e70a13ebb.jpeg?d=640&f=avif — 200 — 8.4 KiB — 24 ms — h2https://media-video.focus.de/9f1fe1ae8686a9b5c9bc2be6959ab8077f97142b/8da80d09a295bf868bbee5e367f02930f61924cb/POSTER_USER_RAW/v0/ded617ff-8fc4-4ac2-94ce-c83eaca2f0d7.jpeg?d=640&f=avifmedia-video.focus.de/9f1fe1ae8686a9... https://media-video.focus.de/9f1fe1ae8686a9b5c9bc2be6959ab8077f97142b/8da80d09a295bf868bbee5e367f02930f61924cb/POSTER_USER_RAW/v0/ded617ff-8fc4-4ac2-94ce-c83eaca2f0d7.jpeg?d=640&f=avif — 200 — 22.5 KiB — 33 ms — h2https://media-video.focus.de/9f1fe1ae8686a9b5c9bc2be6959ab8077f97142b/d53499a3e20dfb3cc8a2a93cd3aac6c978f754bb/POSTER_USER_RAW/v0/4f64a08b-e688-463c-8013-d09c6197b5dc.jpg?d=640&f=avifmedia-video.focus.de/9f1fe1ae8686a9... https://media-video.focus.de/9f1fe1ae8686a9b5c9bc2be6959ab8077f97142b/d53499a3e20dfb3cc8a2a93cd3aac6c978f754bb/POSTER_USER_RAW/v0/4f64a08b-e688-463c-8013-d09c6197b5dc.jpg?d=640&f=avif — 200 — 26.4 KiB — 41 ms — h2https://media-video.focus.de/9f1fe1ae8686a9b5c9bc2be6959ab8077f97142b/512a0ab0d67d8aca8a76923213332fe62e5b0e63/POSTER_USER_RAW/v0/652fb4c2-8428-4fce-8b82-19cd6052fa9a.jpg?d=640&f=avifmedia-video.focus.de/9f1fe1ae8686a9... https://media-video.focus.de/9f1fe1ae8686a9b5c9bc2be6959ab8077f97142b/512a0ab0d67d8aca8a76923213332fe62e5b0e63/POSTER_USER_RAW/v0/652fb4c2-8428-4fce-8b82-19cd6052fa9a.jpg?d=640&f=avif — 200 — 26.7 KiB — 36 ms — h2https://media-video.focus.de/9f1fe1ae8686a9b5c9bc2be6959ab8077f97142b/1010052b9df2fb76c0fd55f8ca89505e53baf8c3/POSTER_USER_RAW/v1/0ed54831-bac2-4678-a19a-676de935b0f7.jpg?d=640&f=avifmedia-video.focus.de/9f1fe1ae8686a9... https://media-video.focus.de/9f1fe1ae8686a9b5c9bc2be6959ab8077f97142b/1010052b9df2fb76c0fd55f8ca89505e53baf8c3/POSTER_USER_RAW/v1/0ed54831-bac2-4678-a19a-676de935b0f7.jpg?d=640&f=avif — 200 — 33.5 KiB — 25 ms — h2https://media-video.focus.de/9f1fe1ae8686a9b5c9bc2be6959ab8077f97142b/9d77c4ef9b2a826d1c36eb17ba89a44325a9ccd5/POSTER_USER_RAW/v1/ba47f301-fe78-433c-8aec-e84394eca07a.jpg?d=640&f=avifmedia-video.focus.de/9f1fe1ae8686a9... https://media-video.focus.de/9f1fe1ae8686a9b5c9bc2be6959ab8077f97142b/9d77c4ef9b2a826d1c36eb17ba89a44325a9ccd5/POSTER_USER_RAW/v1/ba47f301-fe78-433c-8aec-e84394eca07a.jpg?d=640&f=avif — 200 — 30.1 KiB — 26 ms — h2https://media-video.focus.de/9f1fe1ae8686a9b5c9bc2be6959ab8077f97142b/1b0f62a41c500f0b37fed97dfb990d0a660bc1cc/POSTER_USER_RAW/v1/f46ef674-8709-488b-bca8-edb1fb35e917.jpg?d=640&f=avifmedia-video.focus.de/9f1fe1ae8686a9... https://media-video.focus.de/9f1fe1ae8686a9b5c9bc2be6959ab8077f97142b/1b0f62a41c500f0b37fed97dfb990d0a660bc1cc/POSTER_USER_RAW/v1/f46ef674-8709-488b-bca8-edb1fb35e917.jpg?d=640&f=avif — 200 — 15.9 KiB — 41 ms — h2https://media-video.focus.de/9f1fe1ae8686a9b5c9bc2be6959ab8077f97142b/cf734202a753926fd5ec343e7576bf1040bf3c5c/POSTER_USER_RAW/v0/c54e630c-a947-4b0b-85b5-f5ae2f59f1bb.jpg?d=640&f=avifmedia-video.focus.de/9f1fe1ae8686a9... https://media-video.focus.de/9f1fe1ae8686a9b5c9bc2be6959ab8077f97142b/cf734202a753926fd5ec343e7576bf1040bf3c5c/POSTER_USER_RAW/v0/c54e630c-a947-4b0b-85b5-f5ae2f59f1bb.jpg?d=640&f=avif — 200 — 25.2 KiB — 43 ms — h2https://media-video.focus.de/9f1fe1ae8686a9b5c9bc2be6959ab8077f97142b/c9d9e49bf68382ceae6f9baf01cc0dbf3f248d81/POSTER_USER_RAW/v1/c1a9d735-7b23-4833-a660-02d40d86de25.jpg?d=640&f=avifmedia-video.focus.de/9f1fe1ae8686a9... https://media-video.focus.de/9f1fe1ae8686a9b5c9bc2be6959ab8077f97142b/c9d9e49bf68382ceae6f9baf01cc0dbf3f248d81/POSTER_USER_RAW/v1/c1a9d735-7b23-4833-a660-02d40d86de25.jpg?d=640&f=avif — 200 — 20.7 KiB — 35 ms — h2https://media-video.focus.de/9f1fe1ae8686a9b5c9bc2be6959ab8077f97142b/d3c77b3a469fd0c78e3e8f36844992db61f69bca/POSTER_USER_RAW/v1/a252dae9-aad6-485d-8d58-412839f7e8cd.jpg?d=640&f=avifmedia-video.focus.de/9f1fe1ae8686a9... https://media-video.focus.de/9f1fe1ae8686a9b5c9bc2be6959ab8077f97142b/d3c77b3a469fd0c78e3e8f36844992db61f69bca/POSTER_USER_RAW/v1/a252dae9-aad6-485d-8d58-412839f7e8cd.jpg?d=640&f=avif — 200 — 17.3 KiB — 43 ms — h2https://media-video.focus.de/9f1fe1ae8686a9b5c9bc2be6959ab8077f97142b/be4bf1191953857afaa81b3ba58c75b4eb8dc085/POSTER_USER_RAW/v1/5aecc434-0ea2-4e8a-b791-dd04b577d90a.jpg?d=640&f=avifmedia-video.focus.de/9f1fe1ae8686a9... https://media-video.focus.de/9f1fe1ae8686a9b5c9bc2be6959ab8077f97142b/be4bf1191953857afaa81b3ba58c75b4eb8dc085/POSTER_USER_RAW/v1/5aecc434-0ea2-4e8a-b791-dd04b577d90a.jpg?d=640&f=avif — 200 — 24.5 KiB — 36 ms — h2https://media-video.focus.de/9f1fe1ae8686a9b5c9bc2be6959ab8077f97142b/c7529f44c520f79ac0f6fa4284e277b18ccc6140/POSTER_USER_RAW/v1/c4bee5da-185b-4388-9f65-52a0c2650bff.jpg?d=640&f=avifmedia-video.focus.de/9f1fe1ae8686a9... https://media-video.focus.de/9f1fe1ae8686a9b5c9bc2be6959ab8077f97142b/c7529f44c520f79ac0f6fa4284e277b18ccc6140/POSTER_USER_RAW/v1/c4bee5da-185b-4388-9f65-52a0c2650bff.jpg?d=640&f=avif — 200 — 25.6 KiB — 26 ms — h2blob:https://www.focus.de/42f8c4e0-d0a5-43e7-b368-144cc40a7e42www.focus.de/42f8c4e0-d0a5-43e7-b36... blob:https://www.focus.de/42f8c4e0-d0a5-43e7-b368-144cc40a7e42 — -1 — 0 B — 0 ms —
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 7501ms · 731KB · €118/mo
www.focus.de
Other
Costly
Execution 2038ms
Transfer 212 KB
Monthly Cost €32/mo
Unattributable
Other
Costly
Execution 1910ms
Transfer 0 KB
Monthly Cost €30/mo
www.focus.de
Other
Costly
Execution 1090ms
Transfer 161 KB
Unused 20%
Monthly Cost €17/mo
cmp.focus.de
Other
Costly
Execution 746ms
Transfer 91 KB
Unused 67%
Monthly Cost €12/mo
www.focus.de
Other
Costly
Execution 469ms
Transfer 129 KB
Monthly Cost €7/mo
www.focus.de
Other
Costly
Execution 392ms
Transfer 7 KB
Monthly Cost €6/mo
cdn.greenvideo.io
Other
Costly
Execution 310ms
Transfer 40 KB
Monthly Cost €5/mo
cmp.focus.de
Other
Costly
Execution 223ms
Transfer 42 KB
Monthly Cost €4/mo
assets.sp.focus.de
Other
Optional
Execution 146ms
Transfer 23 KB
Monthly Cost €2/mo
tags.focus.de
Other
Optional
Execution 105ms
Transfer 24 KB
Monthly Cost €2/mo
cmp.focus.de
Other
Optional
Execution 71ms
Transfer 2 KB
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • www.focus.de adds 2038ms and costs ~€32/month
  • Unattributable adds 1910ms and costs ~€30/month
  • www.focus.de adds 1090ms and costs ~€17/month
  • cmp.focus.de adds 746ms and costs ~€12/month
  • www.focus.de adds 469ms and costs ~€7/month
  • www.focus.de adds 392ms and costs ~€6/month
  • cdn.greenvideo.io adds 310ms and costs ~€5/month
  • cmp.focus.de adds 223ms 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.focus.de takes 2038ms 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 1910ms 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.focus.de takes 1090ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

cmp.focus.de takes 746ms 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

67% of cmp.focus.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

www.focus.de takes 469ms 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.focus.de takes 392ms 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

cdn.greenvideo.io takes 310ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

cmp.focus.de takes 223ms 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