This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
Reduce Server Initialization Time #103
Labels
Story Point 3
Change to an endpoint or response. Unit Testing required.
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:
The text was updated successfully, but these errors were encountered: