Skip to content
https://Donaubad.cloud

Performance

· 21 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
93
GRADE
A
FIX
1
REVIEW
6
PASS
12
INFO
2

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

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

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

586 ms

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

856 ms

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

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

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

856 ms

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
21
12 PASS 6 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.

B
JS Bundles
7 scripts, 46 KB unused
REVIEW
7 scripts, 46 KB unused
Warning::
https://donaubad.cloud/wp-includes/js/jquery/jquer...: 46 KB unused (53%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://donaubad.cloud/wp-content/themes/twentysev...: unminified — 3 KB could be saved
Warning::
https://donaubad.cloud/wp-content/themes/twentysev...: unminified — 2 KB could be saved
Info::
Total unused JavaScript: 46 KB
46 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://donaubad.cloud/wp-includes/js/jquery/jquery.min.js?ver=3.7.186 KB46 KB (53%)1st
https://donaubad.cloud/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.114 KB1st
https://donaubad.cloud/wp-content/themes/twentyseventeen/assets/js/global.js?ver=202111308 KB1st
https://donaubad.cloud/wp-content/themes/twentyseventeen/assets/js/navigation.js?ver=202101224 KB1st
https://donaubad.cloud/wp-content/themes/twentyseventeen/assets/js/jquery.scrollTo.js?ver=2.1.36 KB1st
blob:https://donaubad.cloud/df58dee9-b9f0-4b79-8e5a-2bb469d6c869-0 KB3rd
https://donaubad.cloud/wp-includes/js/wp-emoji-release.min.js?ver=6.9.422 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

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.
C
Compression Algorithm
Action
Main response served uncompressed
REVIEW
Main response served uncompressed
Info::
Main HTML response has no Content-Encoding (uncompressed)
The main HTML document is served without compression. The Text Compression section above lists the broader picture; for the main response specifically, even gzip would shave ~70-80% off most text payloads.
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
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Page Weight Budget
622 KB transferred, 16 requests
PASS
622 KB transferred, 16 requests
Info::
Page weighs 673 KB (622 KB transferred)
Info::
16 HTTP requests
Info::
Estimated 0.13 g CO2 per page load
622 KB / 2.4 MB budget
622 KB transferred
16 requests
0.13 g CO2 per page load
Images 310.3 KiB 50%
JavaScript 139.6 KiB 22%
CSS 105.1 KiB 17%
Fonts 42.4 KiB 7%
HTML 23.7 KiB 4%
Other 1.3 KiB 0%
0 2.4 MB 4.9 MB
Under budget
A+
Third-Party Impact
-0% third-party, 0 ms blocking
PASS
-0% third-party, 0 ms blocking
Info::
Third-party code accounts for -0% of page weight (-1 B of 622.4 KiB)
Info::
Third-party blocking time is low (0 ms)
No third-party resources detected — all resources are first-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
1 images, 0 KB saveable
PASS
1 images, 0 KB saveable
Info::
All images are well-optimized
1 images 310 KB
0 oversized -0 KB
1 legacy format
0 missing dimensions CLS risk
A+
JS Execution Cost
57ms total JS execution
PASS
57ms total JS execution
Info::
https://donaubad.cloud/: 57ms CPU time

Main Thread Breakdown

Other 38% Style & Layout 27% Script Evaluation 22% Parse HTML & CSS 6% Rendering 4%
ScriptTotalScriptingParse/CompileParty
https://donaubad.cloud/57ms1ms0ms1st
A+
Font Loading
3 fonts (42 KB)
PASS
3 fonts (42 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

42 KB total

Render-blocking

0

of 3

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s FCP 586 ms LCP 856 mshttps://donaubad.cloud/wp-content/themes/twentyseventeen/assets/fonts/libre-franklin/libre-franklin-latin-400-normal.woff2?ver=13libre-franklin-latin-40... https://donaubad.cloud/wp-content/themes/twentyseventeen/assets/fonts/libre-franklin/libre-franklin-latin-400-normal.woff2?ver=13 — 14.1 KiB — 44 ms — font-display: swaphttps://donaubad.cloud/wp-content/themes/twentyseventeen/assets/fonts/libre-franklin/libre-franklin-latin-800-normal.woff2?ver=13libre-franklin-latin-80... https://donaubad.cloud/wp-content/themes/twentyseventeen/assets/fonts/libre-franklin/libre-franklin-latin-800-normal.woff2?ver=13 — 14.2 KiB — 144 ms — font-display: swaphttps://donaubad.cloud/wp-content/themes/twentyseventeen/assets/fonts/libre-franklin/libre-franklin-latin-600-normal.woff2?ver=13libre-franklin-latin-60... https://donaubad.cloud/wp-content/themes/twentyseventeen/assets/fonts/libre-franklin/libre-franklin-latin-600-normal.woff2?ver=13 — 14.1 KiB — 105 ms — font-display: swap
libre-franklin-latin-40... woff2 swap
Size 14 KB
Load time 44 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
libre-franklin-latin-80... woff2 swap
Size 14 KB
Load time 144 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
libre-franklin-latin-60... woff2 swap
Size 14 KB
Load time 105 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
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: 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+
Page Weight Inventory
16 resources · 622 KB · 46 KB savings available
PASS
16 resources · 622 KB · 46 KB savings available
Info::
Within 1MB page-weight target
Got: 622 KB
Info::
1 third-party resources (-0% of weight)
Info::
1 resources over 200KB
16 resources · 622.4 KiB · 1 third-party Within 1MB page-weight target
Image 50% · 311.6 KiB
JavaScript 22% · 139.6 KiB
CSS 17% · 105.1 KiB
Font 7% · 42.4 KiB
Document 4% · 23.7 KiB

~45.5 KiB of savings available

Remove unused JavaScript: 45.5 KiB
Network Waterfall
16 requests over 1397ms
INFO
0 ms 500 ms 1.0 s FCP 586 ms LCP 856 mshttps://donaubad.cloud// https://donaubad.cloud/ — 200 — 23.7 KiB — 960 ms — http/1.1https://donaubad.cloud/wp-content/themes/twentyseventeen/assets/fonts/font-libre-franklin.css?ver=20230328/wp-content/themes/twentyseventeen/... https://donaubad.cloud/wp-content/themes/twentyseventeen/assets/fonts/font-libre-franklin.css?ver=20230328 — 200 — 11.5 KiB — 44 ms — http/1.1https://donaubad.cloud/wp-content/themes/twentyseventeen/style.css?ver=20250415/wp-content/themes/twentyseventeen/... https://donaubad.cloud/wp-content/themes/twentyseventeen/style.css?ver=20250415 — 200 — 82.4 KiB — 119 ms — http/1.1https://donaubad.cloud/wp-content/themes/twentyseventeen/assets/css/blocks.css?ver=20240729/wp-content/themes/twentyseventeen/... https://donaubad.cloud/wp-content/themes/twentyseventeen/assets/css/blocks.css?ver=20240729 — 200 — 11.2 KiB — 85 ms — http/1.1https://donaubad.cloud/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://donaubad.cloud/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 85.8 KiB — 194 ms — http/1.1https://donaubad.cloud/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1/wp-includes/js/jquery/jquery-migra... https://donaubad.cloud/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 13.5 KiB — 156 ms — http/1.1https://donaubad.cloud/wp-content/uploads/2024/11/cropped-Gross-Donaubad-Juni-2024-03-1536x967.jpeg/wp-content/uploads/2024/11/cropped... https://donaubad.cloud/wp-content/uploads/2024/11/cropped-Gross-Donaubad-Juni-2024-03-1536x967.jpeg — 200 — 310.3 KiB — 273 ms — http/1.1https://donaubad.cloud/wp-content/themes/twentyseventeen/assets/js/global.js?ver=20211130/wp-content/themes/twentyseventeen/... https://donaubad.cloud/wp-content/themes/twentyseventeen/assets/js/global.js?ver=20211130 — 200 — 7.9 KiB — 43 ms — http/1.1https://donaubad.cloud/wp-content/themes/twentyseventeen/assets/js/navigation.js?ver=20210122/wp-content/themes/twentyseventeen/... https://donaubad.cloud/wp-content/themes/twentyseventeen/assets/js/navigation.js?ver=20210122 — 200 — 3.9 KiB — 42 ms — http/1.1https://donaubad.cloud/wp-content/themes/twentyseventeen/assets/js/jquery.scrollTo.js?ver=2.1.3/wp-content/themes/twentyseventeen/... https://donaubad.cloud/wp-content/themes/twentyseventeen/assets/js/jquery.scrollTo.js?ver=2.1.3 — 200 — 5.9 KiB — 43 ms — http/1.1https://donaubad.cloud/wp-content/themes/twentyseventeen/assets/fonts/libre-franklin/libre-franklin-latin-400-normal.woff2?ver=13/wp-content/themes/twentyseventeen/... https://donaubad.cloud/wp-content/themes/twentyseventeen/assets/fonts/libre-franklin/libre-franklin-latin-400-normal.woff2?ver=13 — 200 — 14.1 KiB — 44 ms — http/1.1https://donaubad.cloud/wp-content/themes/twentyseventeen/assets/fonts/libre-franklin/libre-franklin-latin-800-normal.woff2?ver=13/wp-content/themes/twentyseventeen/... https://donaubad.cloud/wp-content/themes/twentyseventeen/assets/fonts/libre-franklin/libre-franklin-latin-800-normal.woff2?ver=13 — 200 — 14.2 KiB — 144 ms — http/1.1https://donaubad.cloud/wp-content/themes/twentyseventeen/assets/fonts/libre-franklin/libre-franklin-latin-600-normal.woff2?ver=13/wp-content/themes/twentyseventeen/... https://donaubad.cloud/wp-content/themes/twentyseventeen/assets/fonts/libre-franklin/libre-franklin-latin-600-normal.woff2?ver=13 — 200 — 14.1 KiB — 105 ms — http/1.1blob:https://donaubad.cloud/df58dee9-b9f0-4b79-8e5a-2bb469d6c869donaubad.cloud/df58dee9-b9f0-4b79-8... blob:https://donaubad.cloud/df58dee9-b9f0-4b79-8e5a-2bb469d6c869 — 200 — -1 B — 58 ms — blobhttps://donaubad.cloud/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4/wp-includes/js/wp-emoji-release.mi... https://donaubad.cloud/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4 — 200 — 22.5 KiB — 42 ms — http/1.1https://donaubad.cloud/wp-content/uploads/2021/11/cropped-cropped-Logo_Donaubad_web_blau-32x32.jpg/wp-content/uploads/2021/11/cropped... https://donaubad.cloud/wp-content/uploads/2021/11/cropped-cropped-Logo_Donaubad_web_blau-32x32.jpg — 200 — 1.3 KiB — 42 ms — http/1.1
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Image Optimization
1 images, 75 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

1

Total Size

75 KB

1 missing alt text
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback