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
Speed up loading of the "Users Assigned to Set" page.
Load all user sets for the given set and all users before rendering the
template instead of getting one set at a time in the for loop inside the
template. This speeds up loading of this page a lot with a large number
of users. With 5000 users it decreases the load time from 3.4 seconds
to 0.14 seconds.
0 commit comments