learning_ai_common_plat/__LOCAL_LLMs
saravanakumardb1 b1fda3a1a5 perf(local-llm): Sprint 5 — request dedup + cache TTLs (P1, P2, P3)
Performance fixes:
- P1: Add fetchingRef guard to fetchAll() — prevents duplicate requests
  from rapid Refresh button clicks or overlapping interval ticks
- P2: Add 5-minute TTL to staticCache (chip, GPU, brew packages) —
  previously cached indefinitely per server process, now refreshes
  after brew upgrades without requiring a restart
- P3: Add 60-second TTL cache for Ollama models disk usage (du command)
  — previously traversed ~/.ollama/models on every 15s refresh cycle,
  now reuses cached value for 60s
2026-02-19 15:28:07 -08:00
..
dashboard perf(local-llm): Sprint 5 — request dedup + cache TTLs (P1, P2, P3) 2026-02-19 15:28:07 -08:00
docs docs(local-llm): mark Sprint 4 items complete in DASHBOARD_REVIEW.md 2026-02-19 15:26:37 -08:00
LOCAL_LLMs_setup_mac_m4_48gb.md docs(local-llm): update original setup doc to redirect to docs/ structure 2026-02-19 13:01:35 -08:00