Performance: Excessive load times in UI #338
Labels
No labels
auto-merged
ci
failed
component
api
good first issue
has-pr
help wanted
idea
priority
critical
priority
high
priority
low
priority
medium
review
approved
review
commented
status
blocked
status
in-progress
status
needs-review
status
ready
type
bug
type
chore
type
docs
type
enhancement
type
feature
type
refactor
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
customable/claude-mem#338
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
UI hat seit Neuestem sehr lange Ladezeiten.
Betroffene Views:
Mögliche Ursachen
1. Wachsende Datenbank
Symptom: Viele Tasks/Sessions → langsame Queries
Lösung: Indizes hinzufügen
2. Fehlende Pagination
Symptom: UI lädt alle Tasks auf einmal (278 Pending!)
3. N+1 Query-Problem
Symptom: Für jeden Task ein separater Query
4. Worker-Overload
Symptom: 278 Pending-Tasks → Worker kommen nicht hinterher
Prüfen:
5. Fehlende Response-Caching
Symptom: Jeder Request lädt alles neu
6. SSE/WebSocket-Overhead
Symptom: Zu viele Live-Updates
Debugging
Performance-Profiling
Metriken sammeln
Quick-Wins
Sofort umsetzbar:
tasks(status),tasks(created_at)Acceptance Criteria
Priority
High - Benutzerfreundlichkeit stark beeinträchtigt.
Related