Hey there,
Currently the controllers performance can be improved. To do so, we will:
- Remove all the unecessary awaits.
- Remove all the unecessary mongo queries.
- Use Promise.all and other Promise based methods to use parallel promise execution.
Kind regards.
Hey there,
Currently the controllers performance can be improved. To do so, we will:
Kind regards.