Hi! I recently deployed a website in a docker container. I think previously I deployed it without a container.
I noticed some lag, while the container only used ~3% of the CPUs. I’ve never experienced such horrible lag when using the site! It seems logical it would be related to the use of containers.
Nginx + postgres + elixir setup. Idk all the intricacies of BEAM and web sockets, but I use live views heavily.
Basically, should I switch back to a no-container deployment? Thanks for any help