opening the dashboard is slow - investigate nf-ijyi ← Beads

closed priority 2 task dashboard-slow

http://159.89.200.95:8765/ is slow, somehow /beads is faster.

it's probably the pull of PRs from github - can this be turned into a single tabular query or something if it happens to be linear

Dependencies

None.

Comments

jcantsp-bot · 2026-08-20T14:36:56Z

CLAIM

jcantsp-bot · 2026-08-20T15:13:48Z

Fixed via #1200 (merged): the linear cost was 15 sequential gh api Contents-API calls, one per design doc, in fetch_design_task_panels — ~13s of the ~20s page render. Batched into one GraphQL call (Gh.contents_files). Live-measured: dashboard "/" render ~20s -> ~10-12s. Redeployed to https://nfold.dev.

Follow-up filed unclaimed: nf-s8op (Aedan, in chat: drop the GitHub Contents-API fetch for this panel entirely and read from bd epics instead — bigger win, deferred as a separate change).

Add a comment