Performance
· 16 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
5.76 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
12.26 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
89 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.003
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.76 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.
12.38 s
Page Load Progression
FPage Weight BudgetAction2.6 MB transferred, 127 requestsFIX
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
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.
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.
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.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
DThird-Party ImpactAction97% third-party, 0 ms blockingFIX
DJS Execution CostAction3026ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.transfermarkt.com/ | 1647ms | 106ms | 7ms | 1st |
| Unattributable | 545ms | 20ms | 0ms | 3rd |
| https://cdn.privacy-mgmt.com/wrapperMessagingWithoutDetection.js | 222ms | 154ms | 21ms | 3rd |
| https://tmssl.akamaized.net/js/vendor/jquery.min.js?lm=1775572721 | 123ms | 67ms | 7ms | 3rd |
| https://tmsi.akamaized.net/js/svelte-components/userbox/bundle.js | 101ms | 47ms | 47ms | 3rd |
| https://tmsi.akamaized.net/js/svelte-components/most-viewed-players/bundle.js | 97ms | 50ms | 44ms | 3rd |
| https://tmsi.akamaized.net/js/svelte-components/domain-switcher/bundle.js | 67ms | 29ms | 6ms | 3rd |
| https://tmsi.akamaized.net/js/svelte-components/statistic/bundle.js | 60ms | 45ms | 9ms | 3rd |
| https://tmsi.akamaized.net/js/svelte-components/modal/bundle.js | 60ms | 39ms | 14ms | 3rd |
| https://tmsi.akamaized.net/js/svelte-components/competition-tables/bundle.js | 55ms | 34ms | 18ms | 3rd |
Showing top 10 of 11 scripts
CImage OptimizationAction64 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Font Loading6 fonts (421 KB)PASS
Web fonts
6
421 KB total
Render-blocking
0
of 6
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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 ~82 KB and ~164 ms
A+JS Bundles29 scripts, 48 KB unusedPASS
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://tmsi.akamaized.net/js/svelte-components/userbox/bundle.js | 98 KB | 25 KB (25%) | ✓ | 3rd |
| https://cdn.privacy-mgmt.com/wrapperMessagingWithoutDetection.js | 54 KB | 23 KB (43%) | ✓ | 3rd |
| https://tmsi.akamaized.net/js/svelte-components/competition-tables/bundle.js | 27 KB | — | ✓ | 3rd |
| https://cp.transfermarkt.com/chunks/cp-chunk-cmp-sourcepoint.20260407085949-81af24fb00.d7ebb90961dc744d0114.js | 3 KB | — | ✓ | 3rd |
| https://tmssl.akamaized.net/js/startseite/newsrotation_mobile.js?lm=1775572721 | 1 KB | — | ✓ | 3rd |
| https://tmssl.akamaized.net/js/zecSlider.js?lm=1775572721 | 1 KB | — | ✓ | 3rd |
| https://tmssl.akamaized.net/js/main.js?lm=1775572721 | 5 KB | — | ✓ | 3rd |
| https://tmssl.akamaized.net/js/chosen.ajaxaddition.jquery.js?lm=1775572721 | 3 KB | — | ✓ | 3rd |
| https://tmssl.akamaized.net/js/functions.js?lm=1775572721 | 2 KB | — | ✓ | 3rd |
| https://tmssl.akamaized.net/js/suche-mobil.js?lm=1775572721 | 1 KB | — | ✓ | 3rd |
Consider code splitting or tree shaking to reduce unused code.
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.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+HTTP Cachingmax-age=120 (2 minutes)PASS
public, max-age=120, must-revalidate, stale-while-revalidate=30, stale-if-error=300
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 120 | Cache for 2 minutes |
| must-revalidate | — | Must recheck with server after expiry |
| stale-while-revalidate | 30 | Serve stale for 30 seconds while fetching fresh |
| stale-if-error | 300 |
Network Waterfall127 requests over 0msINFO
Performance analysis not available for this result.
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 545ms | 0 KB | — | €6/mo | Costly |
cdn.privacy-mgmt.com cdn.privacy-mgmt.com | Other | 222ms | 54 KB | 43% | €2/mo | Costly |
tmssl.akamaized.net tmssl.akamaized.net | Other | 123ms | 29 KB | — | €1/mo | Optional |
tmsi.akamaized.net tmsi.akamaized.net | Other | 101ms | 98 KB | 25% | €1/mo | Optional |
tmsi.akamaized.net tmsi.akamaized.net | Other | 97ms | 108 KB | — | €1/mo | Optional |
tmsi.akamaized.net tmsi.akamaized.net | Other | 67ms | 21 KB | — | €1/mo | Optional |
tmsi.akamaized.net tmsi.akamaized.net | Other | 60ms | 29 KB | — | €1/mo | Optional |
tmsi.akamaized.net tmsi.akamaized.net | Other | 60ms | 36 KB | — | €1/mo | Optional |
tmsi.akamaized.net tmsi.akamaized.net | Other | 55ms | 27 KB | — | €1/mo | Optional |
tmsi.akamaized.net tmsi.akamaized.net | Other | 51ms | 50 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 545ms and costs ~€6/month
- cdn.privacy-mgmt.com adds 222ms and costs ~€2/month
46% of JavaScript execution time comes from third-party scripts.
Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.
Learn more ▾ ▴
Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.
Source: web.dev / HTTP Archive Web Almanac
Unattributable takes 545ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
cdn.privacy-mgmt.com takes 222ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev