Open MassiGy opened 1 year ago
Hey @MassiGy I would like to work on this. I have gone through the controller level code on a high level. Seems we could use Promise.all at few places to optimize the performance. On first look I cannot find unnecessary awaits or mongo queries. If you have seen any example of unnecessary await or mongo queries, please do let me know. I will fix those as well as part of the PR.
Hey @ujwalkumar1995, hope that you are doing well.
Right now, I am also going through the code to optimize it. The best thing is to try your best to optimize it & then we will se what can we merge to production.
Kind regards.
Also, please structure your branches is this way: dev-username-feature
Hey there,
Currently the controllers performance can be improved. To do so, we will:
Kind regards.