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
There is a performance hit when looping through all the userstores to resolve the user if there are a large number of userstores. Due to the performance, the time taken for the login will be high and it reduces the user experience.
Current Limitation
There is a performance hit when looping through all the userstores to resolve the user if there are a large number of userstores. Due to the performance, the time taken for the login will be high and it reduces the user experience.
Related issue: #15439
Suggested Improvement
The user-resolving logic should be optimized. The suggested solution is to cache the userstore details of the successfully logged in users.
Version
No response
The text was updated successfully, but these errors were encountered: