Kanban N+1: replace list+get loops with list_full #219

Open
opened 2026-05-17 17:33:24 +00:00 by zaelgohary · 0 comments
Member

Loading the Kanban project-select view fired N+M+2 RPCs (project.list + N×project.get + task.list + M×task.get). On a small board this hit 21 RPCs per page load. Replaced both with projectservice.list_full and taskservice.list_full so the count drops to 2.

Fix: 1294a8d

Loading the Kanban project-select view fired N+M+2 RPCs (project.list + N×project.get + task.list + M×task.get). On a small board this hit 21 RPCs per page load. Replaced both with projectservice.list_full and taskservice.list_full so the count drops to 2. Fix: 1294a8d
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lhumina_code/hero_archipelagos#219
No description provided.