Skip to content
https://trainingmithaltung.de

Performance

· 25 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
87
GRADE
B
FIX
1
REVIEW
10
PASS
12
INFO
2

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

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

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

2.36 s

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

10.12 s

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

0 ms

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

0.013

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

4.25 s

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

10.12 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
25
12 PASS 10 REVIEW 1 FIX
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

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

C
Page Weight Budget
Action
1.7 MB transferred, 40 requests
REVIEW
1.7 MB transferred, 40 requests
Info::
Page weighs 1.7 MB (1.7 MB transferred)
Info::
Fonts are 413 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 413 KB
Info::
40 HTTP requests
Info::
Estimated 0.35 g CO2 per page load
1.7 MB / 2.4 MB budget
1.7 MB transferred
40 requests
0.35 g CO2 per page load
Images 611.9 KiB 36%
JavaScript 479.3 KiB 28%
Fonts 413.5 KiB 24%
CSS 167.4 KiB 10%
HTML 23.8 KiB 1%
Other 576 B 0%
Other 64 B 0%
0 2.4 MB 4.9 MB
Approaching limit

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

B
JS Execution Cost
792ms total JS execution
REVIEW
792ms total JS execution
Warning::
https://trainingmithaltung.de/: 350ms CPU time
Warning::
Unattributable: 266ms CPU time
Info::
https://trainingmithaltung.de/wp-includes/js/jquer...: 118ms CPU time
Info::
https://trainingmithaltung.de/wp-content/themes/Di...: 58ms CPU time

Main Thread Breakdown

Script Evaluation 34% Other 31% Style & Layout 19% Script Parsing & Compilation 6% Parse HTML & CSS 6% Rendering 3%
ScriptTotalScriptingParse/CompileParty
https://trainingmithaltung.de/350ms9ms7ms1st
Unattributable266ms12ms0ms1st
https://trainingmithaltung.de/wp-includes/js/jquery/jquery.min.js?ver=3.7.1118ms100ms7ms1st
https://trainingmithaltung.de/wp-content/themes/Divi/js/theme-scripts-library-menu.js?ver=5.9.058ms45ms1ms1st
C
JS Bundles
Action
27 scripts, 202 KB unused
REVIEW
27 scripts, 202 KB unused
Warning::
https://trainingmithaltung.de/wp-includes/js/media...: 126 KB unused (82%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://trainingmithaltung.de/wp-includes/js/jquer...: 39 KB unused (45%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://matomo.maik-endler.de/matomo.js: 38 KB unused (56%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 202 KB
202 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://trainingmithaltung.de/wp-includes/js/mediaelement/mediaelement-and-player.min.js?ver=4.2.17154 KB126 KB (82%)1st
https://trainingmithaltung.de/wp-includes/js/jquery/jquery.min.js?ver=3.7.186 KB39 KB (45%)1st
https://matomo.maik-endler.de/matomo.js67 KB38 KB (56%)3rd
https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/module-library-script-blog.js?ver=5.9.02 KB1st
https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-section-dividers.js?ver=5.9.02 KB1st
https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-ext-waypoint.js?ver=5.9.09 KB1st
https://trainingmithaltung.de/wp-content/themes/Divi/js/theme-scripts-library-menu.js?ver=5.9.09 KB1st
https://trainingmithaltung.de/wp-includes/js/mediaelement/mediaelement-migrate.min.js?ver=7.0.21 KB1st
https://trainingmithaltung.de/wp-includes/js/mediaelement/wp-mediaelement.min.js?ver=7.0.21 KB1st
https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-audio.js?ver=5.9.01 KB1st

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

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.
B
Compression Algorithm
Main response uses gzip; brotli would be ~20% smaller
REVIEW
Main response uses gzip; brotli would be ~20% smaller
Info::
Main HTML response uses gzip (brotli would be ~20% smaller)
All current browsers support brotli. Most CDNs (Cloudflare, Fastly, AWS CloudFront, Vercel, Netlify) can switch from gzip to brotli with a single config flag. Origin servers (nginx, Apache) need a brotli module compiled in -- nginx-brotli or Apache mod_brotli.
B
Main HTML Cache-Control
No Cache-Control header on main HTML response
REVIEW
No Cache-Control header on main HTML response
Info::
Main HTML response has no Cache-Control header
Without an explicit Cache-Control, browsers fall back to heuristic caching (~10% of Last-Modified age). Set `Cache-Control: no-cache` or `max-age=300` for HTML to control freshness explicitly -- prevents stale auth state and SPA shell drift.
B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
C
Page Weight Inventory
Action
40 resources · 1.7 MB · 202 KB savings available
REVIEW
40 resources · 1.7 MB · 202 KB savings available
Warning::
Page weight 1.7 MB exceeds 1 MB target by 672 KB
Got: 1.7 MB Expected: ≤ 1 MB
Info::
~202 KB of savings available
Info::
3 third-party resources (4% of weight)
Info::
2 resources over 200KB
40 resources · 1.7 MiB · 3 third-party 672.5 KiB over 1MB target
Image 36% · 612.4 KiB
JavaScript 28% · 479.3 KiB
Font 24% · 413.5 KiB
CSS 10% · 167.4 KiB
Document 1% · 23.8 KiB
Other 0% · 64 B

~202.4 KiB of savings available

Remove unused JavaScript: 202.4 KiB
B
JavaScript Blocking
1 JS blocking issue(s) detected
REVIEW
1 JS blocking issue(s) detected
Warning::
24 render-blocking <script src> tag(s) without async/defer
Each `<script src=...>` without `async`, `defer`, or `type="module"` blocks HTML parsing while the browser fetches and executes it. The block lasts the entire round-trip + execution time -- on slow networks this translates directly into LCP delay. Add `defer` (executes after parse, in source order) for scripts that interact with the DOM, or `async` (executes whenever ready) for analytics / independent scripts. Module scripts (`type="module"`) are deferred by default.
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Third-Party Impact
4% third-party, 0 ms blocking
PASS
4% third-party, 0 ms blocking
Info::
Third-party code accounts for 4% of page weight (66.9 KiB of 1.7 MiB)
Info::
Third-party blocking time is low (0 ms)
96%
First-party Third-party
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A
Image Optimization
3 images, 0 KB saveable
PASS
3 images, 0 KB saveable
Info::
All images are well-optimized
3 images 612 KB
0 oversized -0 KB
3 legacy format
0 missing dimensions CLS risk
A+
Font Loading
2 fonts (413 KB)
PASS
2 fonts (413 KB)
Info::
2 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

2

413 KB total

Render-blocking

0

of 2

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 2.4 s LCP 10.1 shttps://trainingmithaltung.de/wp-content/themes/Divi/core/admin/fonts/modules/all/modules.woffmodules.woff https://trainingmithaltung.de/wp-content/themes/Divi/core/admin/fonts/modules/all/modules.woff — 90.1 KiB — 92 ms — font-display: swaphttps://trainingmithaltung.de/wp-content/uploads/et-fonts/Montserrat-Regular.ttfMontserrat-Regular.ttf https://trainingmithaltung.de/wp-content/uploads/et-fonts/Montserrat-Regular.ttf — 323.4 KiB — 94 ms — font-display: swap
modules.woff woff swap
Size 90 KB
Load time 92 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
Montserrat-Regular.ttf ttf swap
Size 323 KB
Load time 94 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • 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 ~286 KB and ~572 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+
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+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: User-Agent,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::
No `ETag` or `Last-Modified` -- conditional GET not supported
Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.
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
A
CSS Performance Depth
1 CSS depth issue(s) detected
PASS
1 CSS depth issue(s) detected
Warning::
5 render-blocking stylesheet(s) -- recommended: <=3
Each `<link rel="stylesheet">` without a non-blocking `media` attribute holds up the first paint. Browsers download all of them before painting any content. Consolidate into 1-2 critical-path stylesheets; defer non-critical CSS via `<link rel="stylesheet" media="print" onload="this.media='all'">` or via the loadCSS pattern; inline above-the-fold CSS in `<style>` to short-circuit the request entirely.
Network Waterfall
40 requests over 1968ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 2.4 s LCP 10.1 shttps://trainingmithaltung.de// https://trainingmithaltung.de/ — 200 — 23.8 KiB — 915 ms — h2https://trainingmithaltung.de/wp-content/et-cache/2218/et-divi-dynamic-tb-4124-2218.css?ver=1785233399/wp-content/et-cache/2218/et-divi-d... https://trainingmithaltung.de/wp-content/et-cache/2218/et-divi-dynamic-tb-4124-2218.css?ver=1785233399 — 200 — 131.4 KiB — 97 ms — h2https://trainingmithaltung.de/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.17/wp-includes/js/mediaelement/mediae... https://trainingmithaltung.de/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.17 — 200 — 11.1 KiB — 95 ms — h2https://trainingmithaltung.de/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=7.0.2/wp-includes/js/mediaelement/wp-med... https://trainingmithaltung.de/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=7.0.2 — 200 — 4.2 KiB — 104 ms — h2https://trainingmithaltung.de/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://trainingmithaltung.de/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 85.6 KiB — 138 ms — h2https://trainingmithaltung.de/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1/wp-includes/js/jquery/jquery-migra... https://trainingmithaltung.de/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 13.3 KiB — 137 ms — h2https://trainingmithaltung.de/wp-content/et-cache/2218/et-core-unified-tb-4124-2218.min.css?ver=1785233399/wp-content/et-cache/2218/et-core-u... https://trainingmithaltung.de/wp-content/et-cache/2218/et-core-unified-tb-4124-2218.min.css?ver=1785233399 — 200 — 20.4 KiB — 103 ms — h2https://trainingmithaltung.de/wp-content/et-cache/2218/et-core-unified-2218.min.css?ver=1785233399/wp-content/et-cache/2218/et-core-u... https://trainingmithaltung.de/wp-content/et-cache/2218/et-core-unified-2218.min.css?ver=1785233399 — 200 — 449 B — 97 ms — h2https://trainingmithaltung.de/wp-content/uploads/2026/07/endler-training-mit-haltung.jpg/wp-content/uploads/2026/07/endler-... https://trainingmithaltung.de/wp-content/uploads/2026/07/endler-training-mit-haltung.jpg — 200 — 71.1 KiB — 155 ms — h2https://trainingmithaltung.de/wp-content/uploads/2026/06/6pack.jpg/wp-content/uploads/2026/06/6pack.j... https://trainingmithaltung.de/wp-content/uploads/2026/06/6pack.jpg — 200 — 188.5 KiB — 152 ms — h2https://trainingmithaltung.de/wp-content/themes/Divi/js/theme-scripts-library-base.js?ver=5.9.0/wp-content/themes/Divi/js/theme-sc... https://trainingmithaltung.de/wp-content/themes/Divi/js/theme-scripts-library-base.js?ver=5.9.0 — 200 — 3.4 KiB — 154 ms — h2https://trainingmithaltung.de/wp-content/themes/Divi/js/theme-scripts-library-menu.js?ver=5.9.0/wp-content/themes/Divi/js/theme-sc... https://trainingmithaltung.de/wp-content/themes/Divi/js/theme-scripts-library-menu.js?ver=5.9.0 — 200 — 9.1 KiB — 40 ms — h2https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-frontend-global-functions.js?ver=5.9.0/wp-content/themes/Divi/includes/bu... https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-frontend-global-functions.js?ver=5.9.0 — 200 — 11.2 KiB — 45 ms — h2https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-ext-waypoint.js?ver=5.9.0/wp-content/themes/Divi/includes/bu... https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-ext-waypoint.js?ver=5.9.0 — 200 — 8.6 KiB — 55 ms — h2https://trainingmithaltung.de/wp-includes/js/mediaelement/mediaelement-and-player.min.js?ver=4.2.17/wp-includes/js/mediaelement/mediae... https://trainingmithaltung.de/wp-includes/js/mediaelement/mediaelement-and-player.min.js?ver=4.2.17 — 200 — 154.5 KiB — 96 ms — h2https://trainingmithaltung.de/wp-includes/js/mediaelement/mediaelement-migrate.min.js?ver=7.0.2/wp-includes/js/mediaelement/mediae... https://trainingmithaltung.de/wp-includes/js/mediaelement/mediaelement-migrate.min.js?ver=7.0.2 — 200 — 1.2 KiB — 125 ms — h2https://trainingmithaltung.de/wp-includes/js/mediaelement/wp-mediaelement.min.js?ver=7.0.2/wp-includes/js/mediaelement/wp-med... https://trainingmithaltung.de/wp-includes/js/mediaelement/wp-mediaelement.min.js?ver=7.0.2 — 200 — 1.2 KiB — 77 ms — h2https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-audio.js?ver=5.9.0/wp-content/themes/Divi/includes/bu... https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-audio.js?ver=5.9.0 — 200 — 572 B — 73 ms — h2https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-video-overlay.js?ver=5.9.0/wp-content/themes/Divi/includes/bu... https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-video-overlay.js?ver=5.9.0 — 200 — 1.1 KiB — 73 ms — h2https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-fullwidth-header.js?ver=5.9.0/wp-content/themes/Divi/includes/bu... https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-fullwidth-header.js?ver=5.9.0 — 200 — 1.5 KiB — 73 ms — h2https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/module-library-script-blog.js?ver=5.9.0/wp-content/themes/Divi/includes/bu... https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/module-library-script-blog.js?ver=5.9.0 — 200 — 1.6 KiB — 80 ms — h2https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-pagination.js?ver=5.9.0/wp-content/themes/Divi/includes/bu... https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-pagination.js?ver=5.9.0 — 200 — 5.1 KiB — 125 ms — h2https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-section-dividers.js?ver=5.9.0/wp-content/themes/Divi/includes/bu... https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-section-dividers.js?ver=5.9.0 — 200 — 1.7 KiB — 83 ms — h2https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-slider.js?ver=5.9.0/wp-content/themes/Divi/includes/bu... https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-slider.js?ver=5.9.0 — 200 — 15.0 KiB — 87 ms — h2https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-easypiechart.js?ver=5.9.0/wp-content/themes/Divi/includes/bu... https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-easypiechart.js?ver=5.9.0 — 200 — 4.1 KiB — 124 ms — h2https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-animation.js?ver=5.9.0/wp-content/themes/Divi/includes/bu... https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-animation.js?ver=5.9.0 — 200 — 10.0 KiB — 124 ms — h2https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/module-library-script-number-counter.js?ver=5.9.0/wp-content/themes/Divi/includes/bu... https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/module-library-script-number-counter.js?ver=5.9.0 — 200 — 4.6 KiB — 124 ms — h2https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-jquery.fitvids.js?ver=5.9.0/wp-content/themes/Divi/includes/bu... https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-jquery.fitvids.js?ver=5.9.0 — 200 — 2.0 KiB — 124 ms — h2https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-fitvids-functions.js?ver=5.9.0/wp-content/themes/Divi/includes/bu... https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-fitvids-functions.js?ver=5.9.0 — 200 — 1.1 KiB — 125 ms — h2https://trainingmithaltung.de/wp-content/themes/Divi/core/admin/js/common.js?ver=5.9.0/wp-content/themes/Divi/core/admin/... https://trainingmithaltung.de/wp-content/themes/Divi/core/admin/js/common.js?ver=5.9.0 — 200 — 1.4 KiB — 89 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 2.4 s LCP 10.1 shttps://trainingmithaltung.de// https://trainingmithaltung.de/ — 200 — 23.8 KiB — 915 ms — h2https://trainingmithaltung.de/wp-content/et-cache/2218/et-divi-dynamic-tb-4124-2218.css?ver=1785233399/wp-content/et-cache/2218/et-divi-d... https://trainingmithaltung.de/wp-content/et-cache/2218/et-divi-dynamic-tb-4124-2218.css?ver=1785233399 — 200 — 131.4 KiB — 97 ms — h2https://trainingmithaltung.de/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.17/wp-includes/js/mediaelement/mediae... https://trainingmithaltung.de/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.17 — 200 — 11.1 KiB — 95 ms — h2https://trainingmithaltung.de/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=7.0.2/wp-includes/js/mediaelement/wp-med... https://trainingmithaltung.de/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=7.0.2 — 200 — 4.2 KiB — 104 ms — h2https://trainingmithaltung.de/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://trainingmithaltung.de/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 85.6 KiB — 138 ms — h2https://trainingmithaltung.de/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1/wp-includes/js/jquery/jquery-migra... https://trainingmithaltung.de/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 13.3 KiB — 137 ms — h2https://trainingmithaltung.de/wp-content/et-cache/2218/et-core-unified-tb-4124-2218.min.css?ver=1785233399/wp-content/et-cache/2218/et-core-u... https://trainingmithaltung.de/wp-content/et-cache/2218/et-core-unified-tb-4124-2218.min.css?ver=1785233399 — 200 — 20.4 KiB — 103 ms — h2https://trainingmithaltung.de/wp-content/et-cache/2218/et-core-unified-2218.min.css?ver=1785233399/wp-content/et-cache/2218/et-core-u... https://trainingmithaltung.de/wp-content/et-cache/2218/et-core-unified-2218.min.css?ver=1785233399 — 200 — 449 B — 97 ms — h2https://trainingmithaltung.de/wp-content/uploads/2026/07/endler-training-mit-haltung.jpg/wp-content/uploads/2026/07/endler-... https://trainingmithaltung.de/wp-content/uploads/2026/07/endler-training-mit-haltung.jpg — 200 — 71.1 KiB — 155 ms — h2https://trainingmithaltung.de/wp-content/uploads/2026/06/6pack.jpg/wp-content/uploads/2026/06/6pack.j... https://trainingmithaltung.de/wp-content/uploads/2026/06/6pack.jpg — 200 — 188.5 KiB — 152 ms — h2https://trainingmithaltung.de/wp-content/themes/Divi/js/theme-scripts-library-base.js?ver=5.9.0/wp-content/themes/Divi/js/theme-sc... https://trainingmithaltung.de/wp-content/themes/Divi/js/theme-scripts-library-base.js?ver=5.9.0 — 200 — 3.4 KiB — 154 ms — h2https://trainingmithaltung.de/wp-content/themes/Divi/js/theme-scripts-library-menu.js?ver=5.9.0/wp-content/themes/Divi/js/theme-sc... https://trainingmithaltung.de/wp-content/themes/Divi/js/theme-scripts-library-menu.js?ver=5.9.0 — 200 — 9.1 KiB — 40 ms — h2https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-frontend-global-functions.js?ver=5.9.0/wp-content/themes/Divi/includes/bu... https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-frontend-global-functions.js?ver=5.9.0 — 200 — 11.2 KiB — 45 ms — h2https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-ext-waypoint.js?ver=5.9.0/wp-content/themes/Divi/includes/bu... https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-ext-waypoint.js?ver=5.9.0 — 200 — 8.6 KiB — 55 ms — h2https://trainingmithaltung.de/wp-includes/js/mediaelement/mediaelement-and-player.min.js?ver=4.2.17/wp-includes/js/mediaelement/mediae... https://trainingmithaltung.de/wp-includes/js/mediaelement/mediaelement-and-player.min.js?ver=4.2.17 — 200 — 154.5 KiB — 96 ms — h2https://trainingmithaltung.de/wp-includes/js/mediaelement/mediaelement-migrate.min.js?ver=7.0.2/wp-includes/js/mediaelement/mediae... https://trainingmithaltung.de/wp-includes/js/mediaelement/mediaelement-migrate.min.js?ver=7.0.2 — 200 — 1.2 KiB — 125 ms — h2https://trainingmithaltung.de/wp-includes/js/mediaelement/wp-mediaelement.min.js?ver=7.0.2/wp-includes/js/mediaelement/wp-med... https://trainingmithaltung.de/wp-includes/js/mediaelement/wp-mediaelement.min.js?ver=7.0.2 — 200 — 1.2 KiB — 77 ms — h2https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-audio.js?ver=5.9.0/wp-content/themes/Divi/includes/bu... https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-audio.js?ver=5.9.0 — 200 — 572 B — 73 ms — h2https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-video-overlay.js?ver=5.9.0/wp-content/themes/Divi/includes/bu... https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-video-overlay.js?ver=5.9.0 — 200 — 1.1 KiB — 73 ms — h2https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-fullwidth-header.js?ver=5.9.0/wp-content/themes/Divi/includes/bu... https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-fullwidth-header.js?ver=5.9.0 — 200 — 1.5 KiB — 73 ms — h2https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/module-library-script-blog.js?ver=5.9.0/wp-content/themes/Divi/includes/bu... https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/module-library-script-blog.js?ver=5.9.0 — 200 — 1.6 KiB — 80 ms — h2https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-pagination.js?ver=5.9.0/wp-content/themes/Divi/includes/bu... https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-pagination.js?ver=5.9.0 — 200 — 5.1 KiB — 125 ms — h2https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-section-dividers.js?ver=5.9.0/wp-content/themes/Divi/includes/bu... https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-section-dividers.js?ver=5.9.0 — 200 — 1.7 KiB — 83 ms — h2https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-slider.js?ver=5.9.0/wp-content/themes/Divi/includes/bu... https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-slider.js?ver=5.9.0 — 200 — 15.0 KiB — 87 ms — h2https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-easypiechart.js?ver=5.9.0/wp-content/themes/Divi/includes/bu... https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-easypiechart.js?ver=5.9.0 — 200 — 4.1 KiB — 124 ms — h2https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-animation.js?ver=5.9.0/wp-content/themes/Divi/includes/bu... https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-animation.js?ver=5.9.0 — 200 — 10.0 KiB — 124 ms — h2https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/module-library-script-number-counter.js?ver=5.9.0/wp-content/themes/Divi/includes/bu... https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/module-library-script-number-counter.js?ver=5.9.0 — 200 — 4.6 KiB — 124 ms — h2https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-jquery.fitvids.js?ver=5.9.0/wp-content/themes/Divi/includes/bu... https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-jquery.fitvids.js?ver=5.9.0 — 200 — 2.0 KiB — 124 ms — h2https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-fitvids-functions.js?ver=5.9.0/wp-content/themes/Divi/includes/bu... https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-fitvids-functions.js?ver=5.9.0 — 200 — 1.1 KiB — 125 ms — h2https://trainingmithaltung.de/wp-content/themes/Divi/core/admin/js/common.js?ver=5.9.0/wp-content/themes/Divi/core/admin/... https://trainingmithaltung.de/wp-content/themes/Divi/core/admin/js/common.js?ver=5.9.0 — 200 — 1.4 KiB — 89 ms — h2https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-frontend-scripts.js?ver=5.9.0/wp-content/themes/Divi/includes/bu... https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-frontend-scripts.js?ver=5.9.0 — 200 — 29.3 KiB — 125 ms — h2https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-multi-view.js?ver=5.9.0/wp-content/themes/Divi/includes/bu... https://trainingmithaltung.de/wp-content/themes/Divi/includes/builder-5/visual-builder/build/script-library-multi-view.js?ver=5.9.0 — 200 — 23.1 KiB — 125 ms — h2https://matomo.maik-endler.de/matomo.jsmatomo.maik-endler.de/matomo.js https://matomo.maik-endler.de/matomo.js — 200 — 66.8 KiB — 234 ms — h2https://trainingmithaltung.de/wp-content/uploads/2025/12/hintergrund.jpg/wp-content/uploads/2025/12/hinterg... https://trainingmithaltung.de/wp-content/uploads/2025/12/hintergrund.jpg — 200 — 352.3 KiB — 133 ms — h2https://trainingmithaltung.de/wp-content/themes/Divi/core/admin/fonts/modules/all/modules.woff/wp-content/themes/Divi/core/admin/... https://trainingmithaltung.de/wp-content/themes/Divi/core/admin/fonts/modules/all/modules.woff — 200 — 90.1 KiB — 92 ms — h2https://trainingmithaltung.de/wp-content/uploads/et-fonts/Montserrat-Regular.ttf/wp-content/uploads/et-fonts/Montse... https://trainingmithaltung.de/wp-content/uploads/et-fonts/Montserrat-Regular.ttf — 200 — 323.4 KiB — 94 ms — h2blob:https://trainingmithaltung.de/d68317e1-afba-47c4-953e-06629f03b1fftrainingmithaltung.de/d68317e1-afba... blob:https://trainingmithaltung.de/d68317e1-afba-47c4-953e-06629f03b1ff — 200 — -1 B — 58 ms — blobhttps://trainingmithaltung.de/wp-includes/js/wp-emoji-release.min.js?ver=7.0.2/wp-includes/js/wp-emoji-release.mi... https://trainingmithaltung.de/wp-includes/js/wp-emoji-release.min.js?ver=7.0.2 — 200 — 22.3 KiB — 35 ms — h2https://matomo.maik-endler.de/matomo.php?action_name=Personal%20Training%20ab%2040%20im%20Gro%C3%9Fraum%20Stuttgart%20%7C%20Training%20mit%20Haltung&idsite=3&rec=1&r=615024&h=10&m=51&s=20&url=https%3A%2F%2Ftrainingmithaltung.de%2F&_id=93e70250400f37b2&_idn=1&send_image=0&_refts=0&pv_id=i3SXgq&pf_net=72&pf_srv=841&pf_tfr=3&pf_dm1=341&uadata=%7B%22formFactors%22%3A%5B%22Desktop%22%5D%2C%22fullVersionList%22%3A%5B%7B%22brand%22%3A%22Not%3BA%3DBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%2C%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22150.0.7871.181%22%7D%5D%2C%22mobile%22%3Atrue%2C%22model%22%3A%22moto%20g%20power%20(2022)%22%2C%22platform%22%3A%22Android%22%2C%22platformVersion%22%3A%2211.0%22%7D&pdf=1&qt=0&realp=0&wma=0&fla=0&java=0&ag=0&cookie=1&res=412x823matomo.maik-endler.de/matomo.php?ac... https://matomo.maik-endler.de/matomo.php?action_name=Personal%20Training%20ab%2040%20im%20Gro%C3%9Fraum%20Stuttgart%20%7C%20Training%20mit%20Haltung&idsite=3&rec=1&r=615024&h=10&m=51&s=20&url=https%3A%2F%2Ftrainingmithaltung.de%2F&_id=93e70250400f37b2&_idn=1&send_image=0&_refts=0&pv_id=i3SXgq&pf_net=72&pf_srv=841&pf_tfr=3&pf_dm1=341&uadata=%7B%22formFactors%22%3A%5B%22Desktop%22%5D%2C%22fullVersionList%22%3A%5B%7B%22brand%22%3A%22Not%3BA%3DBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%2C%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22150.0.7871.181%22%7D%5D%2C%22mobile%22%3Atrue%2C%22model%22%3A%22moto%20g%20power%20(2022)%22%2C%22platform%22%3A%22Android%22%2C%22platformVersion%22%3A%2211.0%22%7D&pdf=1&qt=0&realp=0&wma=0&fla=0&java=0&ag=0&cookie=1&res=412x823 — 204 — 64 B — 623 ms — h2https://trainingmithaltung.de/wp-content/uploads/2024/03/cropped-fav-32x32.jpg/wp-content/uploads/2024/03/cropped... https://trainingmithaltung.de/wp-content/uploads/2024/03/cropped-fav-32x32.jpg — 200 — 576 B — 34 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Image Optimization
8 images, 259 KB total, 249 KB wasted
INFO

Image Optimization Audit

Total Images

8

Total Size

259 KB

Oversized

2

Wasted

249 KB

4 missing alt text 1 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