Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Reduce Server Initialization Time #103

Open
ramanxg opened this issue Sep 7, 2021 · 0 comments
Open

Reduce Server Initialization Time #103

ramanxg opened this issue Sep 7, 2021 · 0 comments
Labels
Story Point 3 Change to an endpoint or response. Unit Testing required.

Comments

@ramanxg
Copy link
Member

ramanxg commented Sep 7, 2021

Every time the the server has a cold start, the duration to initialize is around ~1.5 seconds. Try to reduce this amount, to less than 1 second. This will require identifying what part in the code takes the longest to initialize, and how to reduce it.

Possible Ideas:

  • Loading the cached data into memory each time.
  • Middleware that takes time to load
@ramanxg ramanxg added the Story Point 3 Change to an endpoint or response. Unit Testing required. label Sep 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Story Point 3 Change to an endpoint or response. Unit Testing required.
Projects
Status: Tech Debt
Development

No branches or pull requests

1 participant