Skip to content

Server Infrastructure Optimisation (FE)

Chioma edited this page Aug 24, 2024 · 1 revision

Server Infrastructure Optimisation

I optimized the frontend application to use fewer server resources by switching from building with pnpm to using bun, which is more lightweight and faster. While the pnpm build consumed nearly 100MB of RAM, bun reduced memory usage to under 20MB.

image