Hi Guys!
Im pretty new in apple world and docker world but I have a huge problem with ultra slow docker env.
I found some tunning hints but doesnt work.
My docker env is very simple: WWW server + redis (empty for now)
In first approach I had DB working on docker but now it runs “locally” to avoid docker env.
I was run my php app …and my home page (which normally is ready under 1s on my two laptops, staging and prod) is fully displayed after 10-12s.
After 30min of working docker env the same page is loading in over 20s and I cannot test changes in code fluently … this works ultra slow.
I checking different settings related to RAM and CPU but nothing change.
How can i start searching reason of my problems ?
Thank you
K