Archon
Archon copied to clipboard
🐛 [Bug]: Archon FE/BE sluggish when 1000+ tasks is present
Archon Version
v0.1.0 - up to date with main branch
Branch
main
Bug Severity
🟡 Medium - Affects functionality
Bug Description
When Archon has several thousand tasks present the UI responsiveness is really bad, the BE calls to either MCP or API are slow to respond as well - didn't measure exact times. Also seems like UI is fetching list of tasks all the time:
Browser tends to hang on occasion even.
Steps to Reproduce
- Add 1000+ tasks across couple projects
- Look at FE/BE responsiveness
Expected Behavior
Amount of tasks does not impact the performance of Archon instance.
Actual Behavior
Archon becomes sluggish when many (1000+ tasks are present)
Error Details (if any)
Using local supabase via official docker image on a beefy machine.
Affected Component
📋 Projects & Tasks (if enabled)
Browser & OS
newest Chrome on Windows, Comet on Windows, Claude Code, Windsurf
Additional Context
No response
Service Status (check all that are working)
- [x] 🖥️ Frontend UI (http://localhost:3737)
- [x] ⚙️ Main Server (http://localhost:8181)
- [x] 🔗 MCP Service (localhost:8051)
- [x] 🤖 Agents Service (http://localhost:8052)
- [x] 💾 Supabase Database (connected)