Skip to content

N+1 query issue for WorkerRuns on ListSelection

When calling ListSelection with elements that have WorkerRuns associated with them, one query runs for each element to fetch the element's WorkerRun. A .select_related is missing.