Someone reported Symfony being slow on macOS. It wasn't Symfony, it was the bind mount: over the same 2000 files a stat takes 108ms in a container against 4ms on the host. An include, 320ms against 31ms.
Someone reported Symfony being slow on macOS. It wasn't Symfony, it was the bind mount: over the same 2000 files a stat takes 108ms in a container against 4ms on the host. An include, 320ms against 31ms.