You have no other debugging tools you're using?
Laravel local dev running very slow for all new laravel/livewire projects
I have a fairly simple setup with XAMPP and Laravel. Initially, everything is fast, but after a while, the hot reload takes over 100 seconds to reflect even small code changes. Additionally, I start seeing weird lines in my code like |---LINE:92
<span class="truncate">
|---LINE:92---|{{ $businesspage->city }}, |---LINE:93---|{{ $businesspage->state }}
</span>
The issue persists until I run php artisan view:clear, but even then it takes another 100 seconds to show the correct code.
it's happening with every fresh new laravel project with laravel livewire volt install .
my computer spects are :
cpu : intel i3 4th gen ram : 8 gb
so far i have used this https://laracasts.com/discuss/channels/laravel/new-laravel-project-local-dev-exremely-slow
didn't solved my problem
Please or to participate in this conversation.