I already hosted my laravel project and I'm surprised that any changes I make inside the host's file system reflects immediately while every change I make in my local machine takes 20 seconds ++. I use php artisan serve and npm run dev to run my project in google chrome. Any help is appreciated, thanks!
@gych Thanks for responding! I'm using VScode for the IDE. I created my project by following the instructions from the documentation if that info helps.
@pekkorina Do you use a lot of extensions in your IDE ? Try to disable all and see if that helps.
Also monitor the RAM and CPU usage while working on your application.