Server: Benchmarking the cause of slowness...

Results from running many wrk benchmarks:

~4-6% overhead from podman vs native Node.js process (probably due to running podman rootless, which might incur a small performance overhead (for networking?))
~15-30% overhead from Next.js `standalone` build vs `next start` 😱