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
None.
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).
CLAIM