Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the performance in resolving the user when there are multiple userstores #23311

Open
johannnallathamby opened this issue Feb 28, 2025 · 0 comments

Comments

@johannnallathamby
Copy link
Member

johannnallathamby commented Feb 28, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant