You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Efficiency tweak (a significant improvement for large classes).
Don't query the database for permissions for each user record in a loop.
Instead obtain all permission levels in one query. Timing shows a
significant speed up for large classes with this.
0 commit comments