Content
View differences
Updated by Jens Ulferts over 12 years ago
The user list for admins allows filtering by status, but the status field has no database index.
This can make showing the user list for a lot of users slow.
last\_failed\_login\_on and failed\_login\_count also don’t have an index, the list also allows filtering by them, so we might consider adding an index here too.
This can make showing the user list for a lot of users slow.
last\_failed\_login\_on and failed\_login\_count also don’t have an index, the list also allows filtering by them, so we might consider adding an index here too.