Skip to content
https://schalke04.de

Performance

· 23 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
78
GRADE
C
FIX
5
REVIEW
3
PASS
11
INFO
4

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

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

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

1.03 s

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

1.92 s

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

10 ms

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

0.061

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

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

2.23 s

Page Load Progression

5.5 s
11.1 s
16.6 s
22.2 s
27.7 s
33.3 s
38.8 s
44.4 s
Checks
23
11 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
3.3 MB transferred, 192 requests
FIX
3.3 MB transferred, 192 requests
Warning::
Page weighs 10.8 MB (3.3 MB transferred)
Warning::
Images are 1.2 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.2 MB
Warning::
JavaScript is 1.2 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.2 MB
Info::
Fonts are 627 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 627 KB
Warning::
192 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.69 g CO2 per page load
3.3 MB / 2.4 MB budget
3.3 MB transferred
192 requests
0.69 g CO2 per page load
Images 1.2 MiB 37%
JavaScript 1.2 MiB 36%
Fonts 627.4 KiB 19%
CSS 187.6 KiB 6%
Other 65.3 KiB 2%
HTML 30.2 KiB 1%
Other 1.3 KiB 0%
Other 779 B 0%
Other 711 B 0%
Other 90 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

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
JS Execution Cost
Action
2347ms total JS execution
FIX
2347ms total JS execution
Warning::
https://schalke04.de/: 1066ms CPU time
Warning::
Unattributable: 598ms CPU time
Info::
https://schalke04.de/firebase/static/js/main.js?ve...: 232ms CPU time
Info::
https://schalke04.de/content/themes/fcschalke04/as...: 160ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-PVT...: 97ms CPU time
Info::
Third-party scripts: 239ms (10% of total)

Main Thread Breakdown

Other 47% Script Evaluation 27% Style & Layout 15% Script Parsing & Compilation 4% Rendering 3%
ScriptTotalScriptingParse/CompileParty
https://schalke04.de/1066ms47ms2ms1st
Unattributable598ms73ms0ms1st
https://schalke04.de/firebase/static/js/main.js?ver=release/1.2.9-20260729232ms178ms21ms1st
https://schalke04.de/content/themes/fcschalke04/assets/js/vendor/requirejs/require.js?ver=release/1.2.9-20260729160ms101ms2ms1st
https://www.googletagmanager.com/gtm.js?id=GTM-PVT8RKX97ms77ms13ms3rd
https://app.usercentrics.eu/browser-ui/3.104.0/index.module.js81ms63ms0ms3rd
https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e178179150949660ms42ms0ms3rd
https://schalke04.de/content/themes/fcschalke04/assets/js/main.js?178550818752ms21ms25ms1st
F
JS Bundles
Action
58 scripts, 551 KB unused
FIX
58 scripts, 551 KB unused
Warning::
https://cdn.jsdelivr.net/npm/hls.js@latest: 145 KB unused (91%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://schalke04.de/firebase/static/js/main.js?ve...: 111 KB unused (52%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://schalke04.de/content/themes/fcschalke04/as...: 85 KB unused (38%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://schalke04.de/content/themes/fcschalke04/as...: unminified — 130 KB could be saved
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-PVT...: 78 KB unused (44%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://app.usercentrics.eu/browser-ui/3.104.0/ind...: 53 KB unused (44%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 551 KB
551 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://cdn.jsdelivr.net/npm/hls.js@latest160 KB145 KB (91%)3rd
https://schalke04.de/firebase/static/js/main.js?ver=release/1.2.9-20260729213 KB111 KB (52%)1st
https://schalke04.de/content/themes/fcschalke04/assets/js/main.js?1785508187223 KB85 KB (38%)1st
https://www.googletagmanager.com/gtm.js?id=GTM-PVT8RKX176 KB78 KB (44%)3rd
https://app.usercentrics.eu/browser-ui/3.104.0/index.module.js121 KB53 KB (44%)3rd
https://siteintercept.qualtrics.com/dxjsmodule/941.769e075aa2ef88969a43.chunk.js?Q_CLIENTVERSION=2.53.0&Q_CLIENTTYPE=web&Q_BRANDID=schalke04.de38 KB29 KB (77%)3rd
https://app.usercentrics.eu/browser-ui/3.104.0/VirtualServiceItem-21018cfe.js50 KB28 KB (55%)3rd
https://schalke04.de/cms/wp-includes/js/jquery/jquery.min.js?ver=3.6.032 KB23 KB (72%)1st
https://partner.schalke04.de/partner/intern/cw_31_2026_Business_Kreisel_LB2/js/plugins.js1 KB3rd
https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e17817915094960 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

F
Page Weight Inventory
Action
192 resources · 3.3 MB · 551 KB savings available
FIX
192 resources · 3.3 MB · 551 KB savings available
Warning::
Page weight 3.3 MB exceeds 1 MB target by 2.3 MB
Got: 3.3 MB Expected: ≤ 1 MB
Info::
~551 KB of savings available
Warning::
108 third-party resources (48% of weight)
Info::
2 resources over 200KB
192 resources · 3.3 MiB · 108 third-party 2.3 MiB over 1MB target
Image 37% · 1.2 MiB
JavaScript 36% · 1.2 MiB
Font 19% · 627.4 KiB
CSS 6% · 187.6 KiB
Other 2% · 66.7 KiB
Document 1% · 30.3 KiB

~550.7 KiB of savings available

Remove unused JavaScript: 550.7 KiB
D
HTTP Caching
Action
no-store (uncacheable)
FIX
no-store (uncacheable)
Info::
Cache-Control: no-store prevents all caching
Intentional for dynamic content, but increases server load for every page view.
Got: no-store, no-cache, must-revalidate
Info::
Last-Modified header present
Cache-Control

no-store, no-cache, must-revalidate

DirectiveValueMeaning
no-storeNever cache this response
no-cacheCache but always revalidate first
must-revalidateMust recheck with server after expiry
B
Third-Party Impact
48% third-party, 0 ms blocking
REVIEW
48% third-party, 0 ms blocking
Info::
Third-party code accounts for 48% of page weight (1.6 MiB of 3.3 MiB)
Info::
Third-party blocking time is low (0 ms)
52%
48%
First-party Third-party
C
Image Optimization
Action
73 images, 0 KB saveable
REVIEW
73 images, 0 KB saveable
Warning::
https://storage.schalke04.de/sites/1/2026/07/26071... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://schalke04.de/content/themes/fcschalke04/as... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://schalke04.de/content/themes/fcschalke04/as... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://schalke04.de/content/themes/fcschalke04/as... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://storage.schalke04.de/sites/1/2026/07/26072... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://storage.schalke04.de/sites/1/2026/07/s04tv... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://schalke04.de/content/themes/fcschalke04/as... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://schalke04.de/content/themes/fcschalke04/as... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
73 images 1.1 MB
0 oversized -0 KB
36 legacy format
8 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

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

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

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
HTTP/3 (QUIC)
HTTP/3 not advertised
REVIEW
HTTP/3 not advertised
Info::
HTTP/3 (QUIC) is not advertised
HTTP/3 isn't advertised via Alt-Svc and the worker didn't negotiate h3. HTTP/3 reduces handshake latency (1-RTT instead of 2-3 RTTs) and is more resilient on lossy connections. Most modern CDNs (Cloudflare, Fastly, AWS CloudFront, Google Cloud CDN) support HTTP/3 with a single config switch -- consider enabling for mobile-heavy workloads.
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
14 fonts (627 KB)
PASS
14 fonts (627 KB)
Info::
14 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

14

627 KB total

Render-blocking

0

of 14

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 1.0 s LCP 1.9 shttps://schalke04.de/content/themes/fcschalke04/assets/fonts/fcs04-icons.eotfcs04-icons.eot https://schalke04.de/content/themes/fcschalke04/assets/fonts/fcs04-icons.eot — 9.4 KiB — 75 ms — font-display: swaphttps://schalke04.de/content/themes/fcschalke04/assets/fonts/fcs04-icons.svgfcs04-icons.svg https://schalke04.de/content/themes/fcschalke04/assets/fonts/fcs04-icons.svg — 31.6 KiB — 76 ms — font-display: swaphttps://schalke04.de/content/themes/fcschalke04/assets/fonts/fcs04-icons.ttffcs04-icons.ttf https://schalke04.de/content/themes/fcschalke04/assets/fonts/fcs04-icons.ttf — 9.3 KiB — 75 ms — font-display: swaphttps://schalke04.de/content/themes/fcschalke04/assets/fonts/fcs04-icons.wofffcs04-icons.woff https://schalke04.de/content/themes/fcschalke04/assets/fonts/fcs04-icons.woff — 9.3 KiB — 79 ms — font-display: swaphttps://schalke04.de/content/themes/fcschalke04/assets/fonts/fontawesome-webfont.eot?v=4.7.0fontawesome-webfont.eot https://schalke04.de/content/themes/fcschalke04/assets/fonts/fontawesome-webfont.eot?v=4.7.0 — 96.9 KiB — 88 ms — font-display: swaphttps://schalke04.de/content/themes/fcschalke04/assets/fonts/fontawesome-webfont.svg?v=4.7.0fontawesome-webfont.svg https://schalke04.de/content/themes/fcschalke04/assets/fonts/fontawesome-webfont.svg?v=4.7.0 — 130.1 KiB — 91 ms — font-display: swaphttps://schalke04.de/content/themes/fcschalke04/assets/fonts/fontawesome-webfont.ttf?v=4.7.0fontawesome-webfont.ttf https://schalke04.de/content/themes/fcschalke04/assets/fonts/fontawesome-webfont.ttf?v=4.7.0 — 97.1 KiB — 92 ms — font-display: swaphttps://schalke04.de/content/themes/fcschalke04/assets/fonts/fontawesome-webfont.woff?v=4.7.0fontawesome-webfont.woff https://schalke04.de/content/themes/fcschalke04/assets/fonts/fontawesome-webfont.woff?v=4.7.0 — 96.1 KiB — 93 ms — font-display: swaphttps://schalke04.de/content/themes/fcschalke04/assets/fonts/fontawesome-webfont.woff2?v=4.7.0fontawesome-webfont.woff2 https://schalke04.de/content/themes/fcschalke04/assets/fonts/fontawesome-webfont.woff2?v=4.7.0 — 75.7 KiB — 93 ms — font-display: swapdata:application/octet-stream;base64,d09GMgABAAAAAHhQABIAAAABT/gAAHfrAAEAAAAAAAAAAAAAAAAAAAAAAAAAAA…gAAHfrAAEAAAAAAAAAAAAAA... data:application/octet-stream;base64,d09GMgABAAAAAHhQABIAAAABT/gAAHfrAAEAAAAAAAAAAAAAAAAAAAAAAAAAAA… — 30.1 KiB — 53 ms — font-display: swapdata:application/octet-stream;base64,d09GMgABAAAAAHWUABIAAAABRXQAAHUvAAEAAAAAAAAAAAAAAAAAAAAAAAAAAA…octet-stream;base64,d09... data:application/octet-stream;base64,d09GMgABAAAAAHWUABIAAAABRXQAAHUvAAEAAAAAAAAAAAAAAAAAAAAAAAAAAA… — 29.4 KiB — 54 ms — font-display: swaphttps://schalke04.de/content/themes/fcschalke04/assets/fonts/fcs04-icons.woff?d0e2af8d9006a8fee66ce6eb13655068fcs04-icons.woff https://schalke04.de/content/themes/fcschalke04/assets/fonts/fcs04-icons.woff?d0e2af8d9006a8fee66ce6eb13655068 — 9.3 KiB — 26 ms — font-display: swaphttps://schalke04.de/content/themes/fcschalke04/assets/fonts/icomoon/icomoon.ttf?bo59wicomoon.ttf https://schalke04.de/content/themes/fcschalke04/assets/fonts/icomoon/icomoon.ttf?bo59w — 1.4 KiB — 42 ms — font-display: swaphttps://schalke04.de/content/themes/fcschalke04/assets/fonts/slick.woffslick.woff https://schalke04.de/content/themes/fcschalke04/assets/fonts/slick.woff — 1.7 KiB — 29 ms — font-display: swap
fcs04-icons.eot eot swap
Size 9 KB
Load time 75 ms
Start 168 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
fcs04-icons.svg unknown swap
Size 32 KB
Load time 76 ms
Start 169 ms
Risk FOUT — text flashes from fallback to web font
fcs04-icons.ttf ttf swap
Size 9 KB
Load time 75 ms
Start 170 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
fcs04-icons.woff woff swap
Size 9 KB
Load time 79 ms
Start 170 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
fontawesome-webfont.eot unknown swap
Size 97 KB
Load time 88 ms
Start 170 ms
Risk FOUT — text flashes from fallback to web font
fontawesome-webfont.svg unknown swap
Size 130 KB
Load time 91 ms
Start 170 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
fontawesome-webfont.ttf unknown swap
Size 97 KB
Load time 92 ms
Start 172 ms
Risk FOUT — text flashes from fallback to web font
fontawesome-webfont.woff woff swap
Size 96 KB
Load time 93 ms
Start 172 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
fontawesome-webfont.woff2 woff2 swap
Size 76 KB
Load time 93 ms
Start 172 ms
Risk FOUT — text flashes from fallback to web font
gAAHfrAAEAAAAAAAAAAAAAA... unknown swap
Size 30 KB
Load time 53 ms
Start 488 ms
Risk FOUT — text flashes from fallback to web font
octet-stream;base64,d09... unknown swap
Size 29 KB
Load time 54 ms
Start 489 ms
Risk FOUT — text flashes from fallback to web font
fcs04-icons.woff woff swap
Size 9 KB
Load time 26 ms
Start 527 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
icomoon.ttf ttf swap
Size 1 KB
Load time 42 ms
Start 582 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
slick.woff woff swap
Size 2 KB
Load time 29 ms
Start 962 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~231 KB and ~462 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
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
Compression Algorithm
Main response uses brotli
PASS
Main response uses brotli
Info::
Main HTML response uses brotli (Content-Encoding: br)
Brotli is the best text-compression algorithm for general use, ~20% smaller than gzip on average (40% on smaller files). Modern browsers all support it.
A+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A+
Main HTML Cache-Control
Main HTML uses no-store -- correct for sensitive/dynamic content
PASS
Main HTML uses no-store -- correct for sensitive/dynamic content
Info::
Main HTML uses no-store -- correct for sensitive/dynamic content
Got: no-store, no-cache, must-revalidate
A+
Server-Timing Observability
3 Server-Timing entries advertised
PASS
3 Server-Timing entries advertised
Info::
Server-Timing header advertises 3 timing entries
A+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: accept-encoding
The page declares a `Vary` header, telling downstream caches which request headers the response varies on. Critical for content-negotiated responses (compression, language, cookies, device class).
Info::
`Last-Modified` present -- timestamp-based conditional GET supported
Consider also setting `ETag` for stronger revalidation -- ETags are content hashes that don't suffer from clock-skew or DST issues. Last-Modified alone is functional for conditional GETs and not a bug.
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
192 requests over 2420ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.0 s LCP 1.9 shttps://schalke04.de// https://schalke04.de/ — 200 — 24.7 KiB — 170 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/css/fcschalke04.css?ver=release/1.2.9-20260729/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/css/fcschalke04.css?ver=release/1.2.9-20260729 — 200 — 170.9 KiB — 81 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/fonts/fcs04-icons.eot/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/fonts/fcs04-icons.eot — 200 — 9.4 KiB — 75 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/fonts/fcs04-icons.svg/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/fonts/fcs04-icons.svg — 200 — 31.6 KiB — 76 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/fonts/fcs04-icons.ttf/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/fonts/fcs04-icons.ttf — 200 — 9.3 KiB — 75 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/fonts/fcs04-icons.woff/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/fonts/fcs04-icons.woff — 200 — 9.3 KiB — 79 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/fonts/fontawesome-webfont.eot?v=4.7.0/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/fonts/fontawesome-webfont.eot?v=4.7.0 — 200 — 96.9 KiB — 88 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/fonts/fontawesome-webfont.svg?v=4.7.0/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/fonts/fontawesome-webfont.svg?v=4.7.0 — 200 — 130.1 KiB — 91 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/fonts/fontawesome-webfont.ttf?v=4.7.0/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/fonts/fontawesome-webfont.ttf?v=4.7.0 — 200 — 97.1 KiB — 92 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/fonts/fontawesome-webfont.woff?v=4.7.0/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/fonts/fontawesome-webfont.woff?v=4.7.0 — 200 — 96.1 KiB — 93 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/fonts/fontawesome-webfont.woff2?v=4.7.0/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/fonts/fontawesome-webfont.woff2?v=4.7.0 — 200 — 75.7 KiB — 93 ms — h2https://playout.3qsdn.com/player/css/s04.cssplayout.3qsdn.com/player/css/s04.cs... https://playout.3qsdn.com/player/css/s04.css — 200 — 8.9 KiB — 141 ms — h2https://schalke04.de/content/plugins/elasticpress/dist/css/related-posts-block-styles.min.css?ver=4.2.1/content/plugins/elasticpress/dist/... https://schalke04.de/content/plugins/elasticpress/dist/css/related-posts-block-styles.min.css?ver=4.2.1 — 200 — 367 B — 115 ms — h2https://schalke04.de/content/plugins/beautiful-taxonomy-filters/public/css/beautiful-taxonomy-filters-base.min.css?ver=2.4.3/content/plugins/beautiful-taxonomy... https://schalke04.de/content/plugins/beautiful-taxonomy-filters/public/css/beautiful-taxonomy-filters-base.min.css?ver=2.4.3 — 200 — 475 B — 83 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/social/style.css?ver=5.9.3/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/social/style.css?ver=5.9.3 — 200 — 3.0 KiB — 69 ms — h2https://schalke04.de/content/plugins/easy-tables-vc/assets/css/style.css?ver=1.0.0/content/plugins/easy-tables-vc/ass... https://schalke04.de/content/plugins/easy-tables-vc/assets/css/style.css?ver=1.0.0 — 200 — 520 B — 126 ms — h2https://schalke04.de/content/plugins/easy-tables-vc/assets/css/themes.css?ver=5.9.3/content/plugins/easy-tables-vc/ass... https://schalke04.de/content/plugins/easy-tables-vc/assets/css/themes.css?ver=5.9.3 — 200 — 1.1 KiB — 116 ms — h2https://schalke04.de/cms/wp-includes/js/jquery/jquery.min.js?ver=3.6.0/cms/wp-includes/js/jquery/jquery.m... https://schalke04.de/cms/wp-includes/js/jquery/jquery.min.js?ver=3.6.0 — 200 — 31.9 KiB — 134 ms — h2https://schalke04.de/cms/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2/cms/wp-includes/js/jquery/jquery-m... https://schalke04.de/cms/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2 — 200 — 4.6 KiB — 128 ms — h2https://schalke04.de/content/plugins/wordpress-popular-posts/assets/js/wpp.min.js?ver=5.4.2/content/plugins/wordpress-popular-... https://schalke04.de/content/plugins/wordpress-popular-posts/assets/js/wpp.min.js?ver=5.4.2 — 200 — 1.5 KiB — 119 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/js/modernizr-custom.js?ver=release/1.2.9-20260729/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/js/modernizr-custom.js?ver=release/1.2.9-20260729 — 200 — 5.0 KiB — 89 ms — h2https://schalke04.de/firebase/static/js/main.js?ver=release/1.2.9-20260729/firebase/static/js/main.js?ver=rel... https://schalke04.de/firebase/static/js/main.js?ver=release/1.2.9-20260729 — 200 — 212.8 KiB — 93 ms — h2https://schalke04.de/fast.js?ver=release/1.2.9-20260729/fast.js?ver=release/1.2.9-20260729 https://schalke04.de/fast.js?ver=release/1.2.9-20260729 — 200 — 7.2 KiB — 90 ms — h2https://storage.schalke04.de/sites/1/2026/07/20260731-muslic-992x558.jpgstorage.schalke04.de/sites/1/2026/0... https://storage.schalke04.de/sites/1/2026/07/20260731-muslic-992x558.jpg — 200 — 49.1 KiB — 82 ms — h2https://storage.schalke04.de/sites/1/2026/07/20260730-livestream-kassel-hd700-992x558.jpgstorage.schalke04.de/sites/1/2026/0... https://storage.schalke04.de/sites/1/2026/07/20260730-livestream-kassel-hd700-992x558.jpg — 200 — 12.4 KiB — 73 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/css/fcschalke04.css?ver=release/1.2.9-20260729/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/css/fcschalke04.css?ver=release/1.2.9-20260729 — 200 — 0 B — 75 ms — h2https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496 — 200 — 11.3 KiB — 94 ms — h2https://storage.schalke04.de/sites/1/2026/07/20260731-klingbeil-992x558.jpgstorage.schalke04.de/sites/1/2026/0... https://storage.schalke04.de/sites/1/2026/07/20260731-klingbeil-992x558.jpg — 200 — 25.8 KiB — 30 ms — h2https://storage.schalke04.de/sites/1/2026/07/20260730-kurucay-aufmacher-992x558.jpgstorage.schalke04.de/sites/1/2026/0... https://storage.schalke04.de/sites/1/2026/07/20260730-kurucay-aufmacher-992x558.jpg — 200 — 44.9 KiB — 42 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/images/members/sticker.svg/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/images/members/sticker.svg — 200 — 2.2 KiB — 27 ms — h2
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.0 s LCP 1.9 shttps://schalke04.de// https://schalke04.de/ — 200 — 24.7 KiB — 170 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/css/fcschalke04.css?ver=release/1.2.9-20260729/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/css/fcschalke04.css?ver=release/1.2.9-20260729 — 200 — 170.9 KiB — 81 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/fonts/fcs04-icons.eot/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/fonts/fcs04-icons.eot — 200 — 9.4 KiB — 75 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/fonts/fcs04-icons.svg/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/fonts/fcs04-icons.svg — 200 — 31.6 KiB — 76 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/fonts/fcs04-icons.ttf/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/fonts/fcs04-icons.ttf — 200 — 9.3 KiB — 75 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/fonts/fcs04-icons.woff/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/fonts/fcs04-icons.woff — 200 — 9.3 KiB — 79 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/fonts/fontawesome-webfont.eot?v=4.7.0/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/fonts/fontawesome-webfont.eot?v=4.7.0 — 200 — 96.9 KiB — 88 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/fonts/fontawesome-webfont.svg?v=4.7.0/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/fonts/fontawesome-webfont.svg?v=4.7.0 — 200 — 130.1 KiB — 91 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/fonts/fontawesome-webfont.ttf?v=4.7.0/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/fonts/fontawesome-webfont.ttf?v=4.7.0 — 200 — 97.1 KiB — 92 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/fonts/fontawesome-webfont.woff?v=4.7.0/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/fonts/fontawesome-webfont.woff?v=4.7.0 — 200 — 96.1 KiB — 93 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/fonts/fontawesome-webfont.woff2?v=4.7.0/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/fonts/fontawesome-webfont.woff2?v=4.7.0 — 200 — 75.7 KiB — 93 ms — h2https://playout.3qsdn.com/player/css/s04.cssplayout.3qsdn.com/player/css/s04.cs... https://playout.3qsdn.com/player/css/s04.css — 200 — 8.9 KiB — 141 ms — h2https://schalke04.de/content/plugins/elasticpress/dist/css/related-posts-block-styles.min.css?ver=4.2.1/content/plugins/elasticpress/dist/... https://schalke04.de/content/plugins/elasticpress/dist/css/related-posts-block-styles.min.css?ver=4.2.1 — 200 — 367 B — 115 ms — h2https://schalke04.de/content/plugins/beautiful-taxonomy-filters/public/css/beautiful-taxonomy-filters-base.min.css?ver=2.4.3/content/plugins/beautiful-taxonomy... https://schalke04.de/content/plugins/beautiful-taxonomy-filters/public/css/beautiful-taxonomy-filters-base.min.css?ver=2.4.3 — 200 — 475 B — 83 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/social/style.css?ver=5.9.3/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/social/style.css?ver=5.9.3 — 200 — 3.0 KiB — 69 ms — h2https://schalke04.de/content/plugins/easy-tables-vc/assets/css/style.css?ver=1.0.0/content/plugins/easy-tables-vc/ass... https://schalke04.de/content/plugins/easy-tables-vc/assets/css/style.css?ver=1.0.0 — 200 — 520 B — 126 ms — h2https://schalke04.de/content/plugins/easy-tables-vc/assets/css/themes.css?ver=5.9.3/content/plugins/easy-tables-vc/ass... https://schalke04.de/content/plugins/easy-tables-vc/assets/css/themes.css?ver=5.9.3 — 200 — 1.1 KiB — 116 ms — h2https://schalke04.de/cms/wp-includes/js/jquery/jquery.min.js?ver=3.6.0/cms/wp-includes/js/jquery/jquery.m... https://schalke04.de/cms/wp-includes/js/jquery/jquery.min.js?ver=3.6.0 — 200 — 31.9 KiB — 134 ms — h2https://schalke04.de/cms/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2/cms/wp-includes/js/jquery/jquery-m... https://schalke04.de/cms/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2 — 200 — 4.6 KiB — 128 ms — h2https://schalke04.de/content/plugins/wordpress-popular-posts/assets/js/wpp.min.js?ver=5.4.2/content/plugins/wordpress-popular-... https://schalke04.de/content/plugins/wordpress-popular-posts/assets/js/wpp.min.js?ver=5.4.2 — 200 — 1.5 KiB — 119 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/js/modernizr-custom.js?ver=release/1.2.9-20260729/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/js/modernizr-custom.js?ver=release/1.2.9-20260729 — 200 — 5.0 KiB — 89 ms — h2https://schalke04.de/firebase/static/js/main.js?ver=release/1.2.9-20260729/firebase/static/js/main.js?ver=rel... https://schalke04.de/firebase/static/js/main.js?ver=release/1.2.9-20260729 — 200 — 212.8 KiB — 93 ms — h2https://schalke04.de/fast.js?ver=release/1.2.9-20260729/fast.js?ver=release/1.2.9-20260729 https://schalke04.de/fast.js?ver=release/1.2.9-20260729 — 200 — 7.2 KiB — 90 ms — h2https://storage.schalke04.de/sites/1/2026/07/20260731-muslic-992x558.jpgstorage.schalke04.de/sites/1/2026/0... https://storage.schalke04.de/sites/1/2026/07/20260731-muslic-992x558.jpg — 200 — 49.1 KiB — 82 ms — h2https://storage.schalke04.de/sites/1/2026/07/20260730-livestream-kassel-hd700-992x558.jpgstorage.schalke04.de/sites/1/2026/0... https://storage.schalke04.de/sites/1/2026/07/20260730-livestream-kassel-hd700-992x558.jpg — 200 — 12.4 KiB — 73 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/css/fcschalke04.css?ver=release/1.2.9-20260729/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/css/fcschalke04.css?ver=release/1.2.9-20260729 — 200 — 0 B — 75 ms — h2https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496 — 200 — 11.3 KiB — 94 ms — h2https://storage.schalke04.de/sites/1/2026/07/20260731-klingbeil-992x558.jpgstorage.schalke04.de/sites/1/2026/0... https://storage.schalke04.de/sites/1/2026/07/20260731-klingbeil-992x558.jpg — 200 — 25.8 KiB — 30 ms — h2https://storage.schalke04.de/sites/1/2026/07/20260730-kurucay-aufmacher-992x558.jpgstorage.schalke04.de/sites/1/2026/0... https://storage.schalke04.de/sites/1/2026/07/20260730-kurucay-aufmacher-992x558.jpg — 200 — 44.9 KiB — 42 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/images/members/sticker.svg/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/images/members/sticker.svg — 200 — 2.2 KiB — 27 ms — h2https://cdn.jsdelivr.net/npm/hls.js@latestcdn.jsdelivr.net/npm/hls.js@latest https://cdn.jsdelivr.net/npm/hls.js@latest — 200 — 159.9 KiB — 67 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/js/vendor/requirejs/require.js?ver=release/1.2.9-20260729/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/js/vendor/requirejs/require.js?ver=release/1.2.9-20260729 — 200 — 21.6 KiB — 33 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/images/manifest.json/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/images/manifest.json — 200 — 711 B — 89 ms — h2https://app.usercentrics.eu/browser-ui/latest/loader.jsapp.usercentrics.eu/browser-ui/late... https://app.usercentrics.eu/browser-ui/latest/loader.js — 200 — 10.8 KiB — 89 ms — h2https://storage.schalke04.de/sites/1/2026/05/260511_keyvisual_sgu_homepagebg-992x558.jpgstorage.schalke04.de/sites/1/2026/0... https://storage.schalke04.de/sites/1/2026/05/260511_keyvisual_sgu_homepagebg-992x558.jpg — 200 — 105.1 KiB — 37 ms — h2https://storage.schalke04.de/sites/1/2026/07/20260717-heimtrikot-hd700-576x324.jpgstorage.schalke04.de/sites/1/2026/0... https://storage.schalke04.de/sites/1/2026/07/20260717-heimtrikot-hd700-576x324.jpg — 200 — 33.3 KiB — 55 ms — h2https://storage.schalke04.de/sites/1/2023/09/230911_vereinsheim_kachel_startseite-576x324.jpgstorage.schalke04.de/sites/1/2023/0... https://storage.schalke04.de/sites/1/2023/09/230911_vereinsheim_kachel_startseite-576x324.jpg — 200 — 19.5 KiB — 55 ms — h2https://storage.schalke04.de/sites/1/2026/07/20260731_Testspiel_Live_U19_-375x211.jpgstorage.schalke04.de/sites/1/2026/0... https://storage.schalke04.de/sites/1/2026/07/20260731_Testspiel_Live_U19_-375x211.jpg — 200 — 3.0 KiB — 55 ms — h2https://storage.schalke04.de/sites/1/2026/07/20260731-opta-data-hd700-375x211.jpgstorage.schalke04.de/sites/1/2026/0... https://storage.schalke04.de/sites/1/2026/07/20260731-opta-data-hd700-375x211.jpg — 200 — 4.1 KiB — 55 ms — h2https://storage.schalke04.de/sites/1/2026/07/20260731-samba-hd700-375x211.jpgstorage.schalke04.de/sites/1/2026/0... https://storage.schalke04.de/sites/1/2026/07/20260731-samba-hd700-375x211.jpg — 200 — 9.4 KiB — 55 ms — h2https://storage.schalke04.de/sites/1/2026/07/260730_kassel_stadion-375x211.jpgstorage.schalke04.de/sites/1/2026/0... https://storage.schalke04.de/sites/1/2026/07/260730_kassel_stadion-375x211.jpg — 200 — 26.1 KiB — 59 ms — h2https://storage.schalke04.de/sites/1/2026/07/20260728-s04realhd700-375x211.jpgstorage.schalke04.de/sites/1/2026/0... https://storage.schalke04.de/sites/1/2026/07/20260728-s04realhd700-375x211.jpg — 200 — 19.3 KiB — 59 ms — h2https://storage.schalke04.de/sites/1/2026/07/260731_veltins-arena-panorama-375x211.jpgstorage.schalke04.de/sites/1/2026/0... https://storage.schalke04.de/sites/1/2026/07/260731_veltins-arena-panorama-375x211.jpg — 200 — 23.9 KiB — 59 ms — h2https://storage.schalke04.de/sites/1/2026/07/20260730_Elgert-375x211.jpgstorage.schalke04.de/sites/1/2026/0... https://storage.schalke04.de/sites/1/2026/07/20260730_Elgert-375x211.jpg — 200 — 8.4 KiB — 59 ms — h2https://storage.schalke04.de/sites/1/2026/07/20260730_Testspiel_S04_Frauen_HD700-375x211.jpgstorage.schalke04.de/sites/1/2026/0... https://storage.schalke04.de/sites/1/2026/07/20260730_Testspiel_S04_Frauen_HD700-375x211.jpg — 200 — 5.2 KiB — 60 ms — h2https://storage.schalke04.de/sites/1/2026/07/ferienprogramm_sommer26_hd700-375x211.jpgstorage.schalke04.de/sites/1/2026/0... https://storage.schalke04.de/sites/1/2026/07/ferienprogramm_sommer26_hd700-375x211.jpg — 200 — 5.9 KiB — 60 ms — h2https://storage.schalke04.de/sites/1/2026/07/20260729-ayhan-375x211.jpgstorage.schalke04.de/sites/1/2026/0... https://storage.schalke04.de/sites/1/2026/07/20260729-ayhan-375x211.jpg — 200 — 14.9 KiB — 60 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-PVT8RKXwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-PVT8RKX — 200 — 175.5 KiB — 300 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/images/Sidebar_User.svg/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/images/Sidebar_User.svg — 200 — 1.8 KiB — 31 ms — h2data:application/octet-stream;base64,d09GMgABAAAAAHhQABIAAAABT/gAAHfrAAEAAAAAAAAAAAAAAAAAAAAAAAAAAA…data:application/octet-stream;base6... data:application/octet-stream;base64,d09GMgABAAAAAHhQABIAAAABT/gAAHfrAAEAAAAAAAAAAAAAAAAAAAAAAAAAAA… — 200 — 30.1 KiB — 53 ms — datadata:application/octet-stream;base64,d09GMgABAAAAAHWUABIAAAABRXQAAHUvAAEAAAAAAAAAAAAAAAAAAAAAAAAAAA…data:application/octet-stream;base6... data:application/octet-stream;base64,d09GMgABAAAAAHWUABIAAAABRXQAAHUvAAEAAAAAAAAAAAAAAAAAAAAAAAAAAA… — 200 — 29.4 KiB — 54 ms — datahttps://schalke04.de/content/themes/fcschalke04/assets/images/flags/4x3/de.svg/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/images/flags/4x3/de.svg — 200 — 446 B — 28 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/fonts/fcs04-icons.woff?d0e2af8d9006a8fee66ce6eb13655068/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/fonts/fcs04-icons.woff?d0e2af8d9006a8fee66ce6eb13655068 — 200 — 9.3 KiB — 26 ms — h2data:image/gif;base64,R0lGODdhAQABAPAAAP///wAAACwAAAAAAQABAEACAkQBADs=data:image/gif;base64,R0lGODdhAQABA... data:image/gif;base64,R0lGODdhAQABAPAAAP///wAAACwAAAAAAQABAEACAkQBADs= — 200 — 0 B — 0 ms — datahttps://storage.schalke04.de/sites/1/2024/08/image-43.png?id=632006storage.schalke04.de/sites/1/2024/0... https://storage.schalke04.de/sites/1/2024/08/image-43.png?id=632006 — 200 — 9.6 KiB — 28 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/images/tiktok_icon.svg/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/images/tiktok_icon.svg — 200 — 826 B — 34 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/images/membership-banner-bg.jpg/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/images/membership-banner-bg.jpg — 200 — 128.2 KiB — 77 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/images/Footer_Beumer_sw.svg?v=release/1.2.9-20260729/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/images/Footer_Beumer_sw.svg?v=release/1.2.9-20260729 — 200 — 1.6 KiB — 42 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/images/logo-veltins-bw-neu.svg?v=release/1.2.9-20260729/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/images/logo-veltins-bw-neu.svg?v=release/1.2.9-20260729 — 200 — 52.5 KiB — 76 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/images/PERF-11ts-lettering_lockup_h_BWp.png?v=release/1.2.9-20260729/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/images/PERF-11ts-lettering_lockup_h_BWp.png?v=release/1.2.9-20260729 — 200 — 2.7 KiB — 34 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/images/Footer_Blaklader_sw.svg?v=release/1.2.9-20260729/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/images/Footer_Blaklader_sw.svg?v=release/1.2.9-20260729 — 200 — 4.0 KiB — 43 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/images/sponsor_logo_hegmanns_240913.png?v=release/1.2.9-20260729/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/images/sponsor_logo_hegmanns_240913.png?v=release/1.2.9-20260729 — 200 — 4.0 KiB — 35 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/images/HRS_BTC_logo_black_pos_rgb_BETA.svg?v=release/1.2.9-20260729/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/images/HRS_BTC_logo_black_pos_rgb_BETA.svg?v=release/1.2.9-20260729 — 200 — 901 B — 49 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/images/logo-boeklunder-bw.svg?v=release/1.2.9-20260729/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/images/logo-boeklunder-bw.svg?v=release/1.2.9-20260729 — 200 — 9.8 KiB — 51 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/images/Hagedorn_Logo_WEB-black.svg?v=release/1.2.9-20260729/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/images/Hagedorn_Logo_WEB-black.svg?v=release/1.2.9-20260729 — 200 — 1.6 KiB — 46 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/images/logo-knappschaft-kliniken_bw.png?v=release/1.2.9-20260729/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/images/logo-knappschaft-kliniken_bw.png?v=release/1.2.9-20260729 — 200 — 4.2 KiB — 59 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/images/logo-merkur_sw.png?v=release/1.2.9-20260729/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/images/logo-merkur_sw.png?v=release/1.2.9-20260729 — 200 — 4.2 KiB — 57 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/images/logo-stoelting-bw.svg?v=release/1.2.9-20260729/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/images/logo-stoelting-bw.svg?v=release/1.2.9-20260729 — 200 — 2.2 KiB — 56 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/fonts/icomoon/icomoon.ttf?bo59w/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/fonts/icomoon/icomoon.ttf?bo59w — 200 — 1.4 KiB — 42 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/js/main.js?1785508187/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/js/main.js?1785508187 — 200 — 222.9 KiB — 63 ms — h2https://schalke04.de/content/plugins/wp-rocket/inc/front/js/lazyload-8.12.js?1785508187/content/plugins/wp-rocket/inc/fron... https://schalke04.de/content/plugins/wp-rocket/inc/front/js/lazyload-8.12.js?1785508187 — 200 — 3.9 KiB — 67 ms — h2https://app.usercentrics.eu/browser-ui/3.104.0/index.module.jsapp.usercentrics.eu/browser-ui/3.10... https://app.usercentrics.eu/browser-ui/3.104.0/index.module.js — 200 — 120.7 KiB — 75 ms — h3https://firestore.googleapis.com/google.firestore.v1.Firestore/Listen/channel?VER=8&database=projects%2Fschalke-04-app%2Fdatabases%2F(default)&RID=27227&CVER=22&X-HTTP-Session-Id=gsessionid&zx=20eexxhqpyri&t=1firestore.googleapis.com/google.fir... https://firestore.googleapis.com/google.firestore.v1.Firestore/Listen/channel?VER=8&database=projects%2Fschalke-04-app%2Fdatabases%2F(default)&RID=27227&CVER=22&X-HTTP-Session-Id=gsessionid&zx=20eexxhqpyri&t=1 — 200 — 452 B — 185 ms — h2https://storage.schalke04.de/sites/1/2026/07/s04tvplus_motiv2_877x400.jpgstorage.schalke04.de/sites/1/2026/0... https://storage.schalke04.de/sites/1/2026/07/s04tvplus_motiv2_877x400.jpg — 200 — 82.6 KiB — 33 ms — h2https://storage.schalke04.de/sites/1/2026/07/260710_third_877x400.jpgstorage.schalke04.de/sites/1/2026/0... https://storage.schalke04.de/sites/1/2026/07/260710_third_877x400.jpg — 200 — 114.5 KiB — 35 ms — h2https://storage.schalke04.de/sites/1/2026/07/260720_frauen_433x400.jpgstorage.schalke04.de/sites/1/2026/0... https://storage.schalke04.de/sites/1/2026/07/260720_frauen_433x400.jpg — 200 — 23.1 KiB — 27 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/js/modules/hospitality.js?1785508187/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/js/modules/hospitality.js?1785508187 — 200 — 1.1 KiB — 27 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/js/modules/marketing.js?1785508187/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/js/modules/marketing.js?1785508187 — 200 — 381 B — 29 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/js/modules/slider.js?1785508187/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/js/modules/slider.js?1785508187 — 200 — 1.5 KiB — 36 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/js/vendor/conditioner-js/monitors/media.js?1785508187/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/js/vendor/conditioner-js/monitors/media.js?1785508187 — 200 — 604 B — 33 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/js/modules/scroll.js?1785508187/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/js/modules/scroll.js?1785508187 — 200 — 799 B — 29 ms — h2https://api.usercentrics.eu/settings/ax0_-X4vk/latest/languages.jsonapi.usercentrics.eu/settings/ax0_-X... https://api.usercentrics.eu/settings/ax0_-X4vk/latest/languages.json — 200 — 0 B — 79 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/js/vendor/waypoints/lib/noframework.waypoints.js?1785508187/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/js/vendor/waypoints/lib/noframework.waypoints.js?1785508187 — 200 — 4.7 KiB — 33 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/js/vendor/slick-carousel/slick/slick.js?1785508187/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/js/vendor/slick-carousel/slick/slick.js?1785508187 — 200 — 15.2 KiB — 34 ms — h2https://pagead2.googlesyndication.com/ccm/collect?rcb=5&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fschalke04.de%2F&scrsrc=www.googletagmanager.com&rnd=1636000334.1785525556&navt=n&npa=1&ep.ads_data_redaction=0&_tu=CA&gtm=45He67t1h1v77943570za200zd77943570xea&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=115938465~115938468~118897920~118897930~119896803&apvc=1&tft=1785525556168&tfd=874&fmt=8pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=5&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fschalke04.de%2F&scrsrc=www.googletagmanager.com&rnd=1636000334.1785525556&navt=n&npa=1&ep.ads_data_redaction=0&_tu=CA&gtm=45He67t1h1v77943570za200zd77943570xea&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=115938465~115938468~118897920~118897930~119896803&apvc=1&tft=1785525556168&tfd=874&fmt=8 — 200 — 21 B — 282 ms — h3https://www.googletagmanager.com/td?id=GTM-PVT8RKX&v=3&t=t&pid=1125667935&gtm=45He67t1h1v77943570za200zd77943570&seq=1&exp=115938465~115938468~118897920~118897930~119896803&dl=schalke04.de%2F&tdp=GTM-PVT8RKX;7943570;0;0;0&frm=0&rtg=7943570&slo=10&hlo=0&lst=2&bt=0&ct=3&z=0www.googletagmanager.com/td?id=GTM-... https://www.googletagmanager.com/td?id=GTM-PVT8RKX&v=3&t=t&pid=1125667935&gtm=45He67t1h1v77943570za200zd77943570&seq=1&exp=115938465~115938468~118897920~118897930~119896803&dl=schalke04.de%2F&tdp=GTM-PVT8RKX;7943570;0;0;0&frm=0&rtg=7943570&slo=10&hlo=0&lst=2&bt=0&ct=3&z=0 — 204 — 430 B — 68 ms — h2https://api.usercentrics.eu/settings/ax0_-X4vk/latest/languages.jsonapi.usercentrics.eu/settings/ax0_-X... https://api.usercentrics.eu/settings/ax0_-X4vk/latest/languages.json — 200 — 645 B — 50 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/images/ajax-loader.gif/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/images/ajax-loader.gif — 200 — 710 B — 27 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/fonts/slick.woff/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/fonts/slick.woff — 200 — 1.7 KiB — 29 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/images/Footer_Beumer_RGB.svg?v=v=release/1.2.9-20250701/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/images/Footer_Beumer_RGB.svg?v=v=release/1.2.9-20250701 — 200 — 1.7 KiB — 43 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/images/logo-veltins.svg?v=release/1.2.6-20230119-01/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/images/logo-veltins.svg?v=release/1.2.6-20230119-01 — 200 — 52.6 KiB — 107 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/images/PERF-11ts-lettering_lockup_h_RGBp.png?v=release/1.2.6-20230119-01/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/images/PERF-11ts-lettering_lockup_h_RGBp.png?v=release/1.2.6-20230119-01 — 200 — 3.3 KiB — 43 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/images/Footer_Blaklader_RGB.svg?v=v=release/1.2.9-20250701/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/images/Footer_Blaklader_RGB.svg?v=v=release/1.2.9-20250701 — 200 — 4.0 KiB — 46 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/images/sponsor_logo_hegmanns_240913_color.png/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/images/sponsor_logo_hegmanns_240913_color.png — 200 — 5.9 KiB — 48 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/images/HRS_BTC_logo_red_pos_rgb_BETA.svg?v=release/1.2.6-20230119-01/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/images/HRS_BTC_logo_red_pos_rgb_BETA.svg?v=release/1.2.6-20230119-01 — 200 — 935 B — 51 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/images/logo-boeklunder.svg?v=release/1.2.6-20230119-01/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/images/logo-boeklunder.svg?v=release/1.2.6-20230119-01 — 200 — 9.8 KiB — 56 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/images/Hagedorn_Logo_WEB-RGB.svg?v=release/1.2.6-20230119-01/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/images/Hagedorn_Logo_WEB-RGB.svg?v=release/1.2.6-20230119-01 — 200 — 1.8 KiB — 59 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/images/logo-knappschaft-kliniken_red.png?v=release/1.2.6-20241227/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/images/logo-knappschaft-kliniken_red.png?v=release/1.2.6-20241227 — 200 — 4.6 KiB — 73 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/images/logo-merkur.png?v=release/1.2.6-20250803/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/images/logo-merkur.png?v=release/1.2.6-20250803 — 200 — 8.7 KiB — 79 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/images/logo-stoelting.svg?v=release/1.2.6-20230119-01/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/images/logo-stoelting.svg?v=release/1.2.6-20230119-01 — 200 — 2.2 KiB — 75 ms — h2https://zn3rbqbel717pvo3i-schalke04.siteintercept.qualtrics.com/SIE/?Q_ZID=ZN_3RbQBel717pvO3Izn3rbqbel717pvo3i-schalke04.siteint... https://zn3rbqbel717pvo3i-schalke04.siteintercept.qualtrics.com/SIE/?Q_ZID=ZN_3RbQBel717pvO3I — 200 — 5.1 KiB — 140 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/images/Footer_Beumer_sw.svg?v=v=release/1.2.9-20250701/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/images/Footer_Beumer_sw.svg?v=v=release/1.2.9-20250701 — 200 — 1.5 KiB — 58 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/images/logo-veltins-bw-neu.svg?v=release/1.2.6-20230119-01/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/images/logo-veltins-bw-neu.svg?v=release/1.2.6-20230119-01 — 200 — 52.4 KiB — 112 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/images/PERF-11ts-lettering_lockup_h_BWp.png?v=release/1.2.6-20230119-01/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/images/PERF-11ts-lettering_lockup_h_BWp.png?v=release/1.2.6-20230119-01 — 200 — 2.7 KiB — 76 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/images/Footer_Blaklader_sw.svg?v=v=release/1.2.9-20250701/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/images/Footer_Blaklader_sw.svg?v=v=release/1.2.9-20250701 — 200 — 4.1 KiB — 85 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/images/sponsor_logo_hegmanns_240913.png/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/images/sponsor_logo_hegmanns_240913.png — 200 — 4.1 KiB — 72 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/images/HRS_BTC_logo_black_pos_rgb_BETA.svg?v=release/1.2.6-20230119-01/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/images/HRS_BTC_logo_black_pos_rgb_BETA.svg?v=release/1.2.6-20230119-01 — 200 — 827 B — 78 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/images/logo-boeklunder-bw.svg?v=release/1.2.6-20230119-01/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/images/logo-boeklunder-bw.svg?v=release/1.2.6-20230119-01 — 200 — 9.8 KiB — 82 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/images/Hagedorn_Logo_WEB-black.svg?v=release/1.2.6-20230119-01/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/images/Hagedorn_Logo_WEB-black.svg?v=release/1.2.6-20230119-01 — 200 — 1.6 KiB — 91 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/images/logo-knappschaft-kliniken_bw.png?v=release/1.2.6-20241227/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/images/logo-knappschaft-kliniken_bw.png?v=release/1.2.6-20241227 — 200 — 4.3 KiB — 85 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/images/logo-merkur_sw.png?v=release/1.2.6-20250803/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/images/logo-merkur_sw.png?v=release/1.2.6-20250803 — 200 — 4.2 KiB — 93 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/images/logo-stoelting-bw.svg?v=release/1.2.6-20230119-01/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/images/logo-stoelting-bw.svg?v=release/1.2.6-20230119-01 — 200 — 2.1 KiB — 96 ms — h2https://firestore.googleapis.com/google.firestore.v1.Firestore/Listen/channel?gsessionid=PmJ7R4hlG9mHL9lluV9Zuyu7gOWlxYwX8JZ6P4Nagw82phjYg2wHTA&VER=8&database=projects%2Fschalke-04-app%2Fdatabases%2F(default)&RID=rpc&SID=RI9g62HOSA8scUYmE7TezQ&AID=0&CI=0&TYPE=xmlhttp&zx=86xnq1sxrwtt&t=1firestore.googleapis.com/google.fir... https://firestore.googleapis.com/google.firestore.v1.Firestore/Listen/channel?gsessionid=PmJ7R4hlG9mHL9lluV9Zuyu7gOWlxYwX8JZ6P4Nagw82phjYg2wHTA&VER=8&database=projects%2Fschalke-04-app%2Fdatabases%2F(default)&RID=rpc&SID=RI9g62HOSA8scUYmE7TezQ&AID=0&CI=0&TYPE=xmlhttp&zx=86xnq1sxrwtt&t=1 — 200 — 47.3 KiB — 92 ms — h2https://schalke04.de/cdn-cgi/rum?/cdn-cgi/rum? https://schalke04.de/cdn-cgi/rum? — 204 — 184 B — 43 ms — h2https://api.usercentrics.eu/settings/ax0_-X4vk/latest/de.jsonapi.usercentrics.eu/settings/ax0_-X... https://api.usercentrics.eu/settings/ax0_-X4vk/latest/de.json — 200 — 0 B — 46 ms — h3https://schalke04.de/content/themes/fcschalke04/assets/images/favicon-32x32.png/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/images/favicon-32x32.png — 200 — 1.3 KiB — 49 ms — h2https://api.usercentrics.eu/settings/ax0_-X4vk/latest/de.jsonapi.usercentrics.eu/settings/ax0_-X... https://api.usercentrics.eu/settings/ax0_-X4vk/latest/de.json — 200 — 11.5 KiB — 50 ms — h3https://siteintercept.qualtrics.com/dxjsmodule/881.aef18691518ab4d98fec.chunk.js?Q_CLIENTVERSION=2.53.0&Q_CLIENTTYPE=web&Q_BRANDID=schalke04.desiteintercept.qualtrics.com/dxjsmod... https://siteintercept.qualtrics.com/dxjsmodule/881.aef18691518ab4d98fec.chunk.js?Q_CLIENTVERSION=2.53.0&Q_CLIENTTYPE=web&Q_BRANDID=schalke04.de — 200 — 17.8 KiB — 49 ms — h2https://siteintercept.qualtrics.com/dxjsmodule/941.769e075aa2ef88969a43.chunk.js?Q_CLIENTVERSION=2.53.0&Q_CLIENTTYPE=web&Q_BRANDID=schalke04.desiteintercept.qualtrics.com/dxjsmod... https://siteintercept.qualtrics.com/dxjsmodule/941.769e075aa2ef88969a43.chunk.js?Q_CLIENTVERSION=2.53.0&Q_CLIENTTYPE=web&Q_BRANDID=schalke04.de — 200 — 38.2 KiB — 50 ms — h2https://app.usercentrics.eu/browser-sdk/4.62.3/cross-domain-bridge.htmlapp.usercentrics.eu/browser-sdk/4.6... https://app.usercentrics.eu/browser-sdk/4.62.3/cross-domain-bridge.html — 200 — 1.7 KiB — 58 ms — h2https://firestore.googleapis.com/google.firestore.v1.Firestore/Listen/channel?VER=8&database=projects%2Fschalke-04-app%2Fdatabases%2F(default)&gsessionid=PmJ7R4hlG9mHL9lluV9Zuyu7gOWlxYwX8JZ6P4Nagw82phjYg2wHTA&SID=RI9g62HOSA8scUYmE7TezQ&RID=27228&AID=10&zx=pl8uyr7wz02k&t=1firestore.googleapis.com/google.fir... https://firestore.googleapis.com/google.firestore.v1.Firestore/Listen/channel?VER=8&database=projects%2Fschalke-04-app%2Fdatabases%2F(default)&gsessionid=PmJ7R4hlG9mHL9lluV9Zuyu7gOWlxYwX8JZ6P4Nagw82phjYg2wHTA&SID=RI9g62HOSA8scUYmE7TezQ&RID=27228&AID=10&zx=pl8uyr7wz02k&t=1 — 200 — 50 B — 69 ms — h3https://partner.schalke04.de/partner/intern/cw_31_2026_atalanta_LB1/billboard-desktop.htmpartner.schalke04.de/partner/intern... https://partner.schalke04.de/partner/intern/cw_31_2026_atalanta_LB1/billboard-desktop.htm — 200 — 1.0 KiB — 36 ms — h2https://partner.schalke04.de/partner/intern/cw_31_2026_atalanta_LB1/billboard-desktop.htmpartner.schalke04.de/partner/intern... https://partner.schalke04.de/partner/intern/cw_31_2026_atalanta_LB1/billboard-desktop.htm — 200 — 0 B — 45 ms — h2https://schalke04.de/content/global/teams/ksv-hessen-kassel.png/content/global/teams/ksv-hessen-ka... https://schalke04.de/content/global/teams/ksv-hessen-kassel.png — 200 — 21.8 KiB — 31 ms — h2https://schalke04.de/content/global/teams/fc-schalke-04.png/content/global/teams/fc-schalke-04... https://schalke04.de/content/global/teams/fc-schalke-04.png — 200 — 9.8 KiB — 25 ms — h2https://schalke04.de/undefined/undefined https://schalke04.de/undefined — 404 — 14.8 KiB — 132 ms — h2https://partner.schalke04.de/partner/intern/cw_31_2026_atalanta_LB1/billboard-mobile.htmpartner.schalke04.de/partner/intern... https://partner.schalke04.de/partner/intern/cw_31_2026_atalanta_LB1/billboard-mobile.htm — 200 — 932 B — 32 ms — h2https://partner.schalke04.de/partner/intern/cw_31_2026_Business_Kreisel_LB2/billboard-desktop.htmpartner.schalke04.de/partner/intern... https://partner.schalke04.de/partner/intern/cw_31_2026_Business_Kreisel_LB2/billboard-desktop.htm — 200 — 952 B — 31 ms — h2https://partner.schalke04.de/partner/intern/cw_31_2026_Business_Kreisel_LB2/billboard-desktop.htmpartner.schalke04.de/partner/intern... https://partner.schalke04.de/partner/intern/cw_31_2026_Business_Kreisel_LB2/billboard-desktop.htm — 200 — 0 B — 35 ms — h2https://schalke04.de/content/themes/fcschalke04/assets/images/Icon_Glueckauf.svg/content/themes/fcschalke04/assets/... https://schalke04.de/content/themes/fcschalke04/assets/images/Icon_Glueckauf.svg — 200 — 1.3 KiB — 31 ms — h2https://partner.schalke04.de/partner/intern/cw_31_2026_Business_Kreisel_LB2/billboard-mobile.htmpartner.schalke04.de/partner/intern... https://partner.schalke04.de/partner/intern/cw_31_2026_Business_Kreisel_LB2/billboard-mobile.htm — 200 — 983 B — 36 ms — h2https://siteintercept.qualtrics.com/WRSiteInterceptEngine/Targeting.php?Q_ZoneID=ZN_3RbQBel717pvO3I&Q_CLIENTVERSION=2.53.0&Q_CLIENTTYPE=websiteintercept.qualtrics.com/WRSiteI... https://siteintercept.qualtrics.com/WRSiteInterceptEngine/Targeting.php?Q_ZoneID=ZN_3RbQBel717pvO3I&Q_CLIENTVERSION=2.53.0&Q_CLIENTTYPE=web — 200 — 231 B — 43 ms — h2https://partner.schalke04.de/partner/intern/cw_31_2026_atalanta_LB1/css/normalize.csspartner.schalke04.de/partner/intern... https://partner.schalke04.de/partner/intern/cw_31_2026_atalanta_LB1/css/normalize.css — 200 — 2.4 KiB — 37 ms — h2https://partner.schalke04.de/partner/intern/cw_31_2026_atalanta_LB1/img/260617_Schalke-Tach_26_Testspiel_970x253.jpgpartner.schalke04.de/partner/intern... https://partner.schalke04.de/partner/intern/cw_31_2026_atalanta_LB1/img/260617_Schalke-Tach_26_Testspiel_970x253.jpg — 200 — 58.2 KiB — 34 ms — h2https://partner.schalke04.de/partner/intern/cw_31_2026_atalanta_LB1/js/plugins.jspartner.schalke04.de/partner/intern... https://partner.schalke04.de/partner/intern/cw_31_2026_atalanta_LB1/js/plugins.js — 200 — 628 B — 38 ms — h2https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496 — 200 — 0 B — 5 ms — h2https://partner.schalke04.de/partner/intern/cw_31_2026_atalanta_LB1/css/normalize.csspartner.schalke04.de/partner/intern... https://partner.schalke04.de/partner/intern/cw_31_2026_atalanta_LB1/css/normalize.css — 200 — 0 B — 61 ms — h2https://partner.schalke04.de/partner/intern/cw_31_2026_atalanta_LB1/img/260617_Schalke-Tach_26_Tickets_300x250.jpgpartner.schalke04.de/partner/intern... https://partner.schalke04.de/partner/intern/cw_31_2026_atalanta_LB1/img/260617_Schalke-Tach_26_Tickets_300x250.jpg — 200 — 21.7 KiB — 49 ms — h2https://partner.schalke04.de/partner/intern/cw_31_2026_atalanta_LB1/js/plugins.jspartner.schalke04.de/partner/intern... https://partner.schalke04.de/partner/intern/cw_31_2026_atalanta_LB1/js/plugins.js — 200 — 0 B — 72 ms — h2https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496 — 200 — 0 B — 5 ms — h2https://partner.schalke04.de/partner/intern/cw_31_2026_Business_Kreisel_LB2/css/normalize.csspartner.schalke04.de/partner/intern... https://partner.schalke04.de/partner/intern/cw_31_2026_Business_Kreisel_LB2/css/normalize.css — -1 — 0 B — 117 ms — https://partner.schalke04.de/partner/intern/cw_31_2026_Business_Kreisel_LB2/img/260707_BusinessKreisel_970x253.jpgpartner.schalke04.de/partner/intern... https://partner.schalke04.de/partner/intern/cw_31_2026_Business_Kreisel_LB2/img/260707_BusinessKreisel_970x253.jpg — 200 — 43.2 KiB — 48 ms — h2https://partner.schalke04.de/partner/intern/cw_31_2026_Business_Kreisel_LB2/js/plugins.jspartner.schalke04.de/partner/intern... https://partner.schalke04.de/partner/intern/cw_31_2026_Business_Kreisel_LB2/js/plugins.js — 200 — 524 B — 50 ms — h2https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496 — 200 — 0 B — 6 ms — h2https://partner.schalke04.de/partner/intern/cw_31_2026_Business_Kreisel_LB2/css/normalize.csspartner.schalke04.de/partner/intern... https://partner.schalke04.de/partner/intern/cw_31_2026_Business_Kreisel_LB2/css/normalize.css — -1 — 0 B — 222 ms — https://partner.schalke04.de/partner/intern/cw_31_2026_Business_Kreisel_LB2/img/260707_BusinessKreisel_970x253.jpgpartner.schalke04.de/partner/intern... https://partner.schalke04.de/partner/intern/cw_31_2026_Business_Kreisel_LB2/img/260707_BusinessKreisel_970x253.jpg — 200 — 0 B — 55 ms — h2https://partner.schalke04.de/partner/intern/cw_31_2026_Business_Kreisel_LB2/js/plugins.jspartner.schalke04.de/partner/intern... https://partner.schalke04.de/partner/intern/cw_31_2026_Business_Kreisel_LB2/js/plugins.js — 200 — 0 B — 63 ms — h2https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496 — 200 — 0 B — 9 ms — h2https://partner.schalke04.de/partner/intern/cw_31_2026_atalanta_LB1/css/normalize.csspartner.schalke04.de/partner/intern... https://partner.schalke04.de/partner/intern/cw_31_2026_atalanta_LB1/css/normalize.css — 200 — 0 B — 48 ms — h2https://partner.schalke04.de/partner/intern/cw_31_2026_atalanta_LB1/img/260617_Schalke-Tach_26_Testspiel_970x253.jpgpartner.schalke04.de/partner/intern... https://partner.schalke04.de/partner/intern/cw_31_2026_atalanta_LB1/img/260617_Schalke-Tach_26_Testspiel_970x253.jpg — 200 — 0 B — 37 ms — h2https://partner.schalke04.de/partner/intern/cw_31_2026_atalanta_LB1/js/plugins.jspartner.schalke04.de/partner/intern... https://partner.schalke04.de/partner/intern/cw_31_2026_atalanta_LB1/js/plugins.js — 200 — 0 B — 54 ms — h2https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496 — 200 — 0 B — 32 ms — h2https://partner.schalke04.de/partner/intern/cw_31_2026_Business_Kreisel_LB2/css/normalize.csspartner.schalke04.de/partner/intern... https://partner.schalke04.de/partner/intern/cw_31_2026_Business_Kreisel_LB2/css/normalize.css — -1 — 0 B — 350 ms — https://partner.schalke04.de/partner/intern/cw_31_2026_Business_Kreisel_LB2/img/260707_BusinessKreisel_300x250.jpgpartner.schalke04.de/partner/intern... https://partner.schalke04.de/partner/intern/cw_31_2026_Business_Kreisel_LB2/img/260707_BusinessKreisel_300x250.jpg — 200 — 20.4 KiB — 46 ms — h2https://partner.schalke04.de/partner/intern/cw_31_2026_Business_Kreisel_LB2/js/plugins.jspartner.schalke04.de/partner/intern... https://partner.schalke04.de/partner/intern/cw_31_2026_Business_Kreisel_LB2/js/plugins.js — 200 — 0 B — 38 ms — h2https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496 — 200 — 0 B — 27 ms — h2https://partner.schalke04.de/partner/intern/cw_31_2026_atalanta_LB1/js/main.jspartner.schalke04.de/partner/intern... https://partner.schalke04.de/partner/intern/cw_31_2026_atalanta_LB1/js/main.js — 200 — 237 B — 42 ms — h2https://app.usercentrics.eu/session/1px.png?settingsId=ax0_-X4vkapp.usercentrics.eu/session/1px.png... https://app.usercentrics.eu/session/1px.png?settingsId=ax0_-X4vk — 200 — 821 B — 38 ms — h2https://app.usercentrics.eu/browser-ui/3.104.0/DefaultData-b709c3f8-a7ea14f4.jsapp.usercentrics.eu/browser-ui/3.10... https://app.usercentrics.eu/browser-ui/3.104.0/DefaultData-b709c3f8-a7ea14f4.js — 200 — 1.1 KiB — 32 ms — h3https://partner.schalke04.de/partner/intern/cw_31_2026_atalanta_LB1/js/main.jspartner.schalke04.de/partner/intern... https://partner.schalke04.de/partner/intern/cw_31_2026_atalanta_LB1/js/main.js — 200 — 0 B — 42 ms — h2https://partner.schalke04.de/partner/intern/cw_31_2026_Business_Kreisel_LB2/js/main.jspartner.schalke04.de/partner/intern... https://partner.schalke04.de/partner/intern/cw_31_2026_Business_Kreisel_LB2/js/main.js — 200 — 205 B — 45 ms — h2https://partner.schalke04.de/partner/intern/cw_31_2026_Business_Kreisel_LB2/js/main.jspartner.schalke04.de/partner/intern... https://partner.schalke04.de/partner/intern/cw_31_2026_Business_Kreisel_LB2/js/main.js — 200 — 0 B — 51 ms — h2https://partner.schalke04.de/partner/intern/cw_31_2026_atalanta_LB1/js/main.jspartner.schalke04.de/partner/intern... https://partner.schalke04.de/partner/intern/cw_31_2026_atalanta_LB1/js/main.js — 200 — 0 B — 42 ms — h2https://partner.schalke04.de/partner/intern/cw_31_2026_Business_Kreisel_LB2/js/main.jspartner.schalke04.de/partner/intern... https://partner.schalke04.de/partner/intern/cw_31_2026_Business_Kreisel_LB2/js/main.js — 200 — 0 B — 40 ms — h2https://api.usercentrics.eu/translations/translations-de.jsonapi.usercentrics.eu/translations/tr... https://api.usercentrics.eu/translations/translations-de.json — 200 — 0 B — 39 ms — h3https://partner.schalke04.de/cdn-cgi/rum?partner.schalke04.de/cdn-cgi/rum? https://partner.schalke04.de/cdn-cgi/rum? — 204 — 166 B — 23 ms — h2https://partner.schalke04.de/cdn-cgi/rum?partner.schalke04.de/cdn-cgi/rum? https://partner.schalke04.de/cdn-cgi/rum? — 204 — 46 B — 21 ms — h2https://partner.schalke04.de/cdn-cgi/rum?partner.schalke04.de/cdn-cgi/rum? https://partner.schalke04.de/cdn-cgi/rum? — 204 — 38 B — 22 ms — h2https://api.usercentrics.eu/translations/translations-de.jsonapi.usercentrics.eu/translations/tr... https://api.usercentrics.eu/translations/translations-de.json — 200 — 5.2 KiB — 22 ms — h3https://partner.schalke04.de/cdn-cgi/rum?partner.schalke04.de/cdn-cgi/rum? https://partner.schalke04.de/cdn-cgi/rum? — 204 — 38 B — 22 ms — h2https://app.usercentrics.eu/browser-ui/3.104.0/DefaultUI-998eb6d2-b7c1bd59.jsapp.usercentrics.eu/browser-ui/3.10... https://app.usercentrics.eu/browser-ui/3.104.0/DefaultUI-998eb6d2-b7c1bd59.js — 200 — 836 B — 20 ms — h3https://app.usercentrics.eu/browser-ui/3.104.0/FirstLayerCustomization-c46926e5-1b584b82.jsapp.usercentrics.eu/browser-ui/3.10... https://app.usercentrics.eu/browser-ui/3.104.0/FirstLayerCustomization-c46926e5-1b584b82.js — 200 — 1.2 KiB — 20 ms — h3https://app.usercentrics.eu/browser-ui/3.104.0/ButtonsCustomization-cfeb1c62-d1e33932.jsapp.usercentrics.eu/browser-ui/3.10... https://app.usercentrics.eu/browser-ui/3.104.0/ButtonsCustomization-cfeb1c62-d1e33932.js — 200 — 303 B — 21 ms — h3https://app.usercentrics.eu/browser-ui/3.104.0/SecondLayerUI-f3983f56-70019835.jsapp.usercentrics.eu/browser-ui/3.10... https://app.usercentrics.eu/browser-ui/3.104.0/SecondLayerUI-f3983f56-70019835.js — 200 — 406 B — 23 ms — h3https://consent-api.service.consent.usercentrics.eu/consent/uw/3consent-api.service.consent.usercen... https://consent-api.service.consent.usercentrics.eu/consent/uw/3 — 204 — 0 B — 75 ms — h2https://schalke04.de/content/plugins/duracelltomi-google-tag-manager/js/gtm4wp-form-move-tracker.js?ver=1.8/content/plugins/duracelltomi-googl... https://schalke04.de/content/plugins/duracelltomi-google-tag-manager/js/gtm4wp-form-move-tracker.js?ver=1.8 — 200 — 648 B — 116 ms — h2https://app.usercentrics.eu/browser-ui/3.104.0/PrivacyButton-0622a241.jsapp.usercentrics.eu/browser-ui/3.10... https://app.usercentrics.eu/browser-ui/3.104.0/PrivacyButton-0622a241.js — 200 — 2.4 KiB — 20 ms — h3https://app.usercentrics.eu/browser-ui/3.104.0/index-bf77356f.jsapp.usercentrics.eu/browser-ui/3.10... https://app.usercentrics.eu/browser-ui/3.104.0/index-bf77356f.js — 200 — 861 B — 21 ms — h3https://uct.service.usercentrics.eu/uct?v=1&sid=ax0_-X4vk&t=1&abv=&r=https%3A%2F%2Fschalke04.de%2F&cb=1785525556968uct.service.usercentrics.eu/uct?v=1... https://uct.service.usercentrics.eu/uct?v=1&sid=ax0_-X4vk&t=1&abv=&r=https%3A%2F%2Fschalke04.de%2F&cb=1785525556968 — 200 — 52 B — 59 ms — h3https://partner.schalke04.de/cdn-cgi/rum?partner.schalke04.de/cdn-cgi/rum? https://partner.schalke04.de/cdn-cgi/rum? — 204 — 38 B — 22 ms — h2https://app.usercentrics.eu/browser-ui/3.104.0/index-5538ac27.jsapp.usercentrics.eu/browser-ui/3.10... https://app.usercentrics.eu/browser-ui/3.104.0/index-5538ac27.js — 200 — 2.3 KiB — 22 ms — h3https://consent-api.service.consent.usercentrics.eu/consent/uw/3consent-api.service.consent.usercen... https://consent-api.service.consent.usercentrics.eu/consent/uw/3 — 201 — 74 B — 35 ms — h2https://app.usercentrics.eu/browser-ui/3.104.0/VirtualServiceItem-21018cfe.jsapp.usercentrics.eu/browser-ui/3.10... https://app.usercentrics.eu/browser-ui/3.104.0/VirtualServiceItem-21018cfe.js — 200 — 50.4 KiB — 29 ms — h3https://app.usercentrics.eu/browser-ui/3.104.0/SaveButton-f73dfe97.jsapp.usercentrics.eu/browser-ui/3.10... https://app.usercentrics.eu/browser-ui/3.104.0/SaveButton-f73dfe97.js — 200 — 660 B — 28 ms — h3https://app.usercentrics.eu/browser-ui/3.104.0/DefaultTabs-6febe325.jsapp.usercentrics.eu/browser-ui/3.10... https://app.usercentrics.eu/browser-ui/3.104.0/DefaultTabs-6febe325.js — 200 — 1.7 KiB — 25 ms — h3https://storage.schalke04.de/sites/1/2023/07/S04Logo2023.pngstorage.schalke04.de/sites/1/2023/0... https://storage.schalke04.de/sites/1/2023/07/S04Logo2023.png — 200 — 6.3 KiB — 27 ms — h2https://partner.schalke04.de/cdn-cgi/rum?partner.schalke04.de/cdn-cgi/rum? https://partner.schalke04.de/cdn-cgi/rum? — 204 — 38 B — 21 ms — h2https://schalke04.de/econda.js/econda.js https://schalke04.de/econda.js — 200 — 1.5 KiB — 106 ms — h2https://l.ecn-ldr.de/loader/loader.jsl.ecn-ldr.de/loader/loader.js https://l.ecn-ldr.de/loader/loader.js — 200 — 23.5 KiB — 48 ms — h2https://l.ecn-ldr.de/configs/00002b96-febe6ac7-3aab-3ceb-b0d2-6365f1df7e93/5854/latest.jsl.ecn-ldr.de/configs/00002b96-febe6... https://l.ecn-ldr.de/configs/00002b96-febe6ac7-3aab-3ceb-b0d2-6365f1df7e93/5854/latest.js — 200 — 36.4 KiB — 13 ms — h2https://l.ecn-ldr.de/core/core.jsl.ecn-ldr.de/core/core.js https://l.ecn-ldr.de/core/core.js — 200 — 13.5 KiB — 3 ms — h2https://www.econda-monitor.de/l/00002b96/t/febe6ac7-3aab-3ceb-b0d2-6365f1df7e93www.econda-monitor.de/l/00002b96/t/... https://www.econda-monitor.de/l/00002b96/t/febe6ac7-3aab-3ceb-b0d2-6365f1df7e93 — 200 — 90 B — 92 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
10% of JavaScript execution is third-party
First-party Third-party 239ms · 296KB · €3/mo
Google Tag Manager
Tag Manager
Optional
Execution 97ms
Transfer 176 KB
Unused 44%
Monthly Cost €1/mo
app.usercentrics.eu
Other
Optional
Execution 81ms
Transfer 121 KB
Unused 44%
Monthly Cost €1/mo
static.cloudflareinsights.com
Other
Optional
Execution 60ms
Transfer 0 KB
Monthly Cost €1/mo

How third-party costs are calculated

Real-User Performance (CrUX)
Field metrics from the Chrome User Experience Report
INFO

Chrome User Experience (CrUX)

Real-user metrics from the Chrome UX Report (2026-07-02 — 2026-07-29)

LCP (p75)

1652 ms

88% good

INP (p75)

106 ms

93% good

CLS (p75)

1.050

19% good

FCP (p75)

1307 ms

TTFB (p75)

361 ms

Image Optimization
66 images, 171 KB total, 45 KB wasted
INFO

Image Optimization Audit

Total Images

66

Total Size

171 KB

Oversized

5

Wasted

45 KB

64 missing dimensions 56 missing lazy loading
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback