I have been developing a simulation model in my local environment as a way to learn how to code (I am using PHP). In my current environment it is taking around 30 seconds to run 1 simulation. I was expecting this to be much quicker. My theory is that the local environment has limitations due to shared resources that a standard web server would not have. I used the Laragon installer with it's default settings to configure the local environment. Does this theory hold any water?
Asked more simply: Does a standard web server with default settings compute faster than a local environment with default settings.