-
Notifications
You must be signed in to change notification settings - Fork 140
Labels
Milestone
Description
Problem
The rest app requires more memory than necessary. This is largely due to dependencies and linked files.
Solution
We should explore the steps taken in this guide to reduce the memory.
Specifically we need to:
- Lazily load libraries
- Replace lightly used libraries with native code
- Bundle our application using esbuild so it tree-shakes the app
- Do multi-stage dockerfile and remove typescript related files
Alternatives
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
👷 In progress
Status
In Progress