Archon icon indicating copy to clipboard operation
Archon copied to clipboard

🐛 [Bug]: Archon FE/BE sluggish when 1000+ tasks is present

Open greqone opened this issue 3 weeks ago • 0 comments

Archon Version

v0.1.0 - up to date with main branch

Branch

main

Bug Severity

🟡 Medium - Affects functionality

Bug Description

Image

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:

Image

Browser tends to hang on occasion even.

Steps to Reproduce

  1. Add 1000+ tasks across couple projects
  2. 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)

greqone avatar Nov 30 '25 23:11 greqone