Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce deploy size #1414

Closed
8 of 10 tasks
Fdawgs opened this issue Apr 10, 2023 · 0 comments · Fixed by #1838
Closed
8 of 10 tasks

Reduce deploy size #1414

Fdawgs opened this issue Apr 10, 2023 · 0 comments · Fixed by #1838

Comments

@Fdawgs
Copy link
Owner

Fdawgs commented Apr 10, 2023

Current size of Docker image is 480.32MB, which is quite hefty!
The source code is compressed when building into dist/ using esbuild, so optimisations need to be found elsewhere.

Most of the bloat comes from node_modules and the Docker image.

Excluding the Docker image swap, the changes above would drop the size by 53.61MB (~11.16%).

@Fdawgs Fdawgs added feature New feature or request and removed feature New feature or request labels May 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant