Hi,
Disclaimer: I am pretty good in front end development, but know very little in server administration etc. So, please don’t judge if my question is dumb
I work with several projects at once. Maybe 4-5. Some of them are pure ReactJS apps, some WordPress sites, some are the mix of both. Devilbox is a super tool for me, it helps me a lot! I just have some performance issues which I don’t know how to solve them. And maybe I am using Devilbox wrong, I don’t know)
So, 3-4 WordPress installs slows down each other. Kind of. I don’t open all these local sites in the browser, still, it seems like opening even one leads to the kind of using others. Because WP sends many HTTP requests when is being loaded - checks for new core updates, plugins/themes updates, other routines - it really slows down everything. I mean, sometimes I have to wait 5-10 seconds everytime I reload the page.
The thing is when I “disconnect” all other installs except one - for instance, provide wrong DB or user DB name, so the site cannot actually start - it seems like it helps. So, at the moment, I disabled other installs and work only with the current. If I have to work with another one, I “disable” the current and “enable” that another one.
Another thing is the time for the execution of HTTP requests. It does not matter where I work - home, some coworking etc - I tried different places - the result is HTTP requests are slow. So, it must be my something on my laptop, but not the internet connection in a certain place. On the hosting WP admin area is being loaded fast, on my local site it is slow as hell. Again, mostly the first time of the day because of all those checks I mentioned before.
Please, suggest, how to improve the situation? I believe it is something related to how Devilbox configured/works in Docker.
Thanks!