Base solution for your next web application

Activities of "[email protected]"

I will thanks!

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!

Showing 1 to 2 of 2 entries