Ticket #738 (fixed bug)
N+1 queries in admin_users.php
- Created: 2012-09-04 15:03:02
- Reported by: Franz
- Assigned to: quy
- Milestone: 1.5.1
- Component: performance
- Priority: normal
There's a rather ugly query inside a loop in admin_users.php that could be optimized.
Forum topic: https://fluxbb.org/forums/viewtopic.php?id=6588
History
Newman 2012-09-29 08:14:18

@quy how is it rewriting the code when you simply change it to a IN Clause which is 100% increased performance?