I am running an apache server locally and building a web service in Laravel. Yesterday, my local Laravel webpage was very responsive, reflecting any changes made as soon as I saved and refreshed. Today it is taking upwards of 5 minutes for the page to update. I have not changed my code since yesterday. A couple of interesting tidbits...
-I am running the page in Chrome and have disabled caching
-My system clock is set to the correct time
-I have run php artisan clear:compiled with no success
-I have manually deleted cached views in my storage->views folder
-If I send a POST request to my web service with postman, any changes will still take a few minutes to apply
I know this is not a lot to go off of, but I am totally stumped and this is sapping my productivity! Any help would be greatly appreciated.