Perf: Prioritäts-Seiten pre-cache + Stale-While-Revalidate + Background-Warm-up (SW by-v981)

This commit is contained in:
rene 2026-05-15 15:41:55 +02:00
parent 78f3077317
commit 1a8716b0b2
3 changed files with 48 additions and 8 deletions

View file

@ -408,7 +408,7 @@ async def serve_media(path: str, request: _Request):
raise _HE(404, "Nicht gefunden.")
return _media_response(filepath)
APP_VER = "980" # muss mit APP_VER in app.js übereinstimmen
APP_VER = "981" # muss mit APP_VER in app.js übereinstimmen
@app.get("/.well-known/assetlinks.json")
async def assetlinks():