Improve pagination of users in admin panel
When there are a large number of users the pagination query in the admin panel users list times out. This commit changes the query to an approximate and paginates without counts if it is over the limit. Changelog: performance
Showing
Please register or sign in to comment