Problem
Users are reporting heavy system load caused by git processes. This needs investigation and remediation.
Impact
- High CPU/resource usage from git operations
- Degraded user experience due to system slowdown
Next Steps
- Identify all places in the codebase where git processes are spawned
- Determine which git operations are most likely causing excessive load
- Implement fixes (e.g., debouncing, caching, reducing frequency of git calls)
References
Reported via Slack by users.
/cc @mark