Files
meet/src
lebaudantoine fe28902b2e ️(admin) optimize recording view by selecting room at the SQL level
Use select_related on the room foreign key to avoid N+1 queries. This makes
Django perform a join between tables instead of triggering additional queries
per row, reducing complexity from O(n²) patterns to O(n) and significantly
improving performance.
2026-02-05 19:16:02 +01:00
..
2026-01-28 21:28:55 +01:00
2026-02-05 19:09:12 +01:00
2026-01-08 18:03:23 +01:00
2026-01-28 21:28:55 +01:00
2026-01-28 21:28:55 +01:00