Base solution for your next web application
Open Closed

Adding users in batch - Performance issue #6701


User avatar
0
[email protected] created

I'm actually importing around 500 users in a single file import and I'm having issues with the time it's taking to actually create those users. Seems to me like there is a leak in the UserManager class as it gets a lot slower as I process the file. In the beginning, it's around 100ms to process a user, and halfway through, we are already at 500ms per user. Anybody is aware of any issue around that corner? I would like my user to avoid having to wait 10 minutes to process the importation.

Thanks!


2 Answer(s)