Accelerate Connection Summary Projection
completetasks20/20accelerate-connection-summary-projection
openspec/changes/accelerate-connection-summary-projection/View on GitHub →
Artifacts
Official change artifacts tracked under openspec/.
Proposal
The owner console repeatedly reads the full connection-summary projection during one browser navigation. On the live Postgres instance, that projection is the shared hot path behind slow /dashboard/runs loads and can be fetched multiple times by RSC requests.
Design
/_ref/connectors is the owner console's per-connection summary feed. The live browser measurement showed /dashboard/runs fetching its RSC payload multiple times; each fetch re-ran the full connector-summary projection. On Postgres, that feed is expensive enough that repeated sequential RSC fetches can stack into 7-12 second page loads.
Tasks (20/20)
Spec Deltas (1)
Affected capabilities
Capability specs this change proposes to modify.