Optimizing and Debugging Laravel Livewire - Matt Stauffer Livestream

Follow along with my Livestream as we debug Livewire rendering issues and do some performance optimization on our Eloquent queries that are necessary now that we’re using Livewire. In this episode, we: - Moved search back to only search the title so we can bypass the Scout bug, thereby fixing the pagination - Fixed popular & recent bug with duplicated wire IDs - Eager loaded relationships on package list before passing to Livewire - Fixed nav on mobile - If hitting search on popular & recent page, push ove
Back to Top