MassiGy / MassiGy/Coding-For-Beginners
Make the controllers performance better.
Nobody has claimed this yet.
- Dominant language
- EJS
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the controllers and reviewing their current awaits and MongoDB queries. Compare the existing operations to identify unnecessary work and opportunities for parallel Promise execution. Done means the controllers avoid unnecessary awaits and queries while preserving their current behavior; no tests or specific files are named.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- express, mongodb, nodejs
- Domain
- backend, databases, performance
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100