perf: lighthouse optimizations - inline critical CSS, lazy-load routes, WebP images, fix CLS and contrast

This commit is contained in:
2026-02-08 11:22:36 +01:00
parent 013d591e75
commit c66c80adcc
23 changed files with 448 additions and 101 deletions

View File

@@ -31,6 +31,13 @@ python3 -m http.server 8080
# Oder mit Live-Reload
npx live-server
# Build (JS/CSS minifizieren → dist/)
pip3 install rjsmin rcssmin # einmalig
python3 build.py
# Deploy (baut automatisch, dann rsync von dist/)
./deploy.sh
# Tests ausführen (im Browser)
# Server starten, dann http://localhost:8080/tests/ öffnen