#565 [MEDIUM] apps.py N+1 query in list_versions endpoint

closed medium Created 2025-12-17 16:32 · Updated 2025-12-17 19:58

Description

Edit
N+1 query pattern in list_versions endpoint. Each version fetches related data in separate queries instead of using JOINs or batch loading. Fix: Use SQL JOINs to fetch all related data in single query.

Comments

Loading comments...

Context

Loading context...

Audit History

View All
Loading audit history...