From 449a827a8230e1fc5eea672eba0eb6a7a604a248 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Fri, 5 Jun 2026 18:53:01 -0400 Subject: [PATCH] conductor(tracks): queue sloppy.py startup speedup as new backlog item --- conductor/tracks.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conductor/tracks.md b/conductor/tracks.md index ee3abab7..e1fd19e1 100644 --- a/conductor/tracks.md +++ b/conductor/tracks.md @@ -149,6 +149,9 @@ User review surfaced five outstanding UI issues, each previously attempted witho ## Remaining Backlog (Phases 3 & 4) +0. [ ] **Track: Sloppy.py Startup Speedup** + *Status: 2026-06-05 — Surfaced during regression_fixes_20260605 root-cause analysis. `sloppy.py --enable-test-hooks` startup latency has crept up; live_gui fixtures time out at `wait_for_server(timeout=15)`. Hypothesized cause: too much init work on the main thread (FastAPI hook server bring-up, log pruner retry loops, MCT startup). Plan: profile startup, move heavy init off the main thread to the controller's background thread pool, defer non-critical subsystems to lazy-init on first use. Spec/plan to follow.* + 1. [ ] **Track: Bootstrap gencpp Python Bindings** *Link: [./tracks/gencpp_python_bindings_20260308/](./tracks/gencpp_python_bindings_20260308/)*