Skip to content
https://Donaubad.cloud

Performance

· 26 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
93
GRADE
A
FIX
1
REVIEW
6
PASS
16
INFO
3

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

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

2.69 s

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

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

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

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

4.30 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
26
16 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/c56283f7-dcec-4c38-8d04-8db47ee73ebb-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
608 KB transferred, 15 requests
PASS
608 KB transferred, 15 requests
Info::
Page weighs 659 KB (608 KB transferred)
Info::
15 HTTP requests
Info::
Estimated 0.12 g CO2 per page load
608 KB / 2.4 MB budget
608 KB transferred
15 requests
0.12 g CO2 per page load
Images 310.3 KiB 51%
JavaScript 139.6 KiB 23%
CSS 105.1 KiB 17%
Fonts 28.3 KiB 5%
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 608.2 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
362ms total JS execution
PASS
362ms total JS execution
Info::
https://donaubad.cloud/: 169ms CPU time
Info::
Unattributable: 123ms CPU time
Info::
https://donaubad.cloud/wp-includes/js/jquery/jquer...: 70ms CPU time
Info::
Third-party scripts: 123ms (34% of total)

Main Thread Breakdown

Other 34% Style & Layout 27% Script Evaluation 26% Parse HTML & CSS 6% Script Parsing & Compilation 4% Rendering 3%
ScriptTotalScriptingParse/CompileParty
https://donaubad.cloud/169ms5ms2ms1st
Unattributable123ms6ms0ms3rd
https://donaubad.cloud/wp-includes/js/jquery/jquery.min.js?ver=3.7.170ms53ms9ms1st
A+
Font Loading
2 fonts (28 KB)
PASS
2 fonts (28 KB)
Info::
2 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

2

28 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 1.0 s 2.0 s 3.0 s 4.0 s FCP 2.7 s LCP 4.3 shttps://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 — 258 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 — 298 ms — font-display: swap
libre-franklin-latin-40... woff2 swap
Size 14 KB
Load time 258 ms
Start 853 ms
Risk FOUT — text flashes from fallback to web font
libre-franklin-latin-80... woff2 swap
Size 14 KB
Load time 298 ms
Start 853 ms
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
15 resources · 608 KB · 46 KB savings available
PASS
15 resources · 608 KB · 46 KB savings available
Info::
Within 1MB page-weight target
Got: 608 KB
Info::
1 third-party resources (-0% of weight)
Info::
1 resources over 200KB
15 resources · 608.2 KiB · 1 third-party Within 1MB page-weight target
Image 51% · 311.6 KiB
JavaScript 23% · 139.6 KiB
CSS 17% · 105.1 KiB
Font 5% · 28.3 KiB
Document 4% · 23.7 KiB

~45.7 KiB of savings available

Remove unused JavaScript: 45.7 KiB
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
JavaScript Blocking
1 JS blocking issue(s) detected
PASS
1 JS blocking issue(s) detected
Warning::
2 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.
A+
CSS Performance Depth
No CSS performance depth issues detected
PASS
No CSS performance depth issues detected
Info::
No CSS performance depth issues detected
Network Waterfall
15 requests over 1205ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 2.7 s LCP 4.3 shttps://donaubad.cloud// https://donaubad.cloud/ — 200 — 23.7 KiB — 594 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 — 47 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 — 122 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 — 88 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 — 202 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 — 165 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 — 281 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 — 290 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 — 280 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 — 287 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 — 258 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 — 298 ms — http/1.1blob:https://donaubad.cloud/c56283f7-dcec-4c38-8d04-8db47ee73ebbdonaubad.cloud/c56283f7-dcec-4c38-8... blob:https://donaubad.cloud/c56283f7-dcec-4c38-8d04-8db47ee73ebb — 200 — -1 B — 43 ms — blobhttps://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 — 45 ms — http/1.1https://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 — 43 ms — http/1.1
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
34% of JavaScript execution is third-party
First-party Third-party 123ms · 0KB · €1/mo
Unattributable
Other
Optional
Execution 123ms
Transfer 0 KB
Monthly Cost €1/mo

How third-party costs are calculated

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