From 83ea218190e82ad2c1642bfcb8bd884efa88d4e3 Mon Sep 17 00:00:00 2001 From: "yves.gugger" Date: Fri, 12 Dec 2025 12:08:16 +0100 Subject: [PATCH] docs: mark performance/architecture phases as implemented --- PERFORMANCE_ARCHITECTURE_REPORT.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/PERFORMANCE_ARCHITECTURE_REPORT.md b/PERFORMANCE_ARCHITECTURE_REPORT.md index b726ccd..1a612e1 100644 --- a/PERFORMANCE_ARCHITECTURE_REPORT.md +++ b/PERFORMANCE_ARCHITECTURE_REPORT.md @@ -1,9 +1,15 @@ # Performance & Architektur Report (Pounce) -**Stand (Codebase):** `ceb4484a3dd2dd8a9289fef623e7395d7e26274b` +**Stand (Codebase):** `d08ca33fe3c88b3b2d716f0bdf22b71f989a5eb9` **Datum:** 2025-12-12 **Scope:** `frontend/` (Next.js 14 App Router) + `backend/` (FastAPI + async SQLAlchemy + APScheduler) + DB + Docker/Deploy. +## Status (umgesetzt) + +- ✅ **Phase 0**: Scheduler split, Market-Feed bounded paging, Health cache-first, PriceTracker N+1 fix (`2e8ff50`) +- ✅ **Phase 1**: DB migrations (indexes + optional columns), persisted `pounce_score`, Admin N+1 removal, Radar summary endpoint (`ee4266d`) +- ✅ **Phase 2**: Redis + ARQ worker scaffolding, Prometheus metrics (`/metrics`), load test scaffolding, Docker hardening (`5d23d34`) + --- ## Executive Summary (die 5 größten Hebel)