Large User Handle Problem

I have Almost 300 User in Our ERPNext Software but when they try to access application it becomes slow and some user even can’t logged in. So How can we manage large number of users in our app? is there any solution ? How to make asynchronous User request as they access same Doctype ?

1 Like

Hi,

Were you able to identify the bottleneck specifically? Is it at the specific event / action or performance issue is static?

i think it’s performance issue because when many users try to access same time website couldn’t load properly.
Is Guicorn, workers help to improve performance ? I have 6 core server. i increase 5 guicorn and 10 workers. but in my log i see only one worker working, how to know others workers working properly?