I have a web app running in a Docker container on my local macOS machine. The container has multiple quite heavy (multiple GB) volumes (MySQL, WordPress core and plugins, npm stuff) which all run in delegated mode. When I start the container after a restart of the Docker app, the container is lightning fast and a webpage of my web app loads within 1 second. But when working for a while (half to whole day) with the container, the load time increases at least by a factor of 2. But when I restart the Docker app, the load time is good again.
Any ideas why is it so? And how can I achieve the same result from the command line without restarting the Docker app?