perf: lighthouse optimizations - inline critical CSS, lazy-load routes, WebP images, fix CLS and contrast
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user