Image Size and Memory Usage Reduction #199

Merged
notquitenothing merged 4 commits from chore/dependency-reduction into main 2025-12-10 21:40:17 -06:00
notquitenothing commented 2025-12-10 20:01:22 -06:00 (Migrated from github.com)

Description

Reduce container image size and memory usage by removing unneeded dependencies and bundling backend with esbuild.
Remove zxcvbn-ts dependencies from frontend by checking password strength with API call.

(Un-)Scientific Results

(Uncompressed) Image Size: 640MB -> 370MB
Memory Usage: 280MB -> 160MB

## Description Reduce container image size and memory usage by removing unneeded dependencies and bundling backend with esbuild. Remove zxcvbn-ts dependencies from frontend by checking password strength with API call. ### (Un-)Scientific Results (Uncompressed) Image Size: 640MB -> 370MB Memory Usage: 280MB -> 160MB
Sign in to join this conversation.
No description provided.