Slow Laravel apps usually aren't fixed by a bigger server. Eloquent Performance Patterns is about pushing more of the work into the database itself, while still writing it through Eloquent.
The problem this solves
N+1 queries get fixed, indexes get added, and pages still crawl. Pagination that depends on checks running in PHP, calculations that seem to demand application-level code, sorting on values computed after the query runs, caching that trades one bug for another – these are the roadblocks Jonathan Reinink built this course to remove.
What you'll learn
- Subqueries and conditional aggregates for moving logic into SQL
- Building smart, reusable Eloquent scopes
- Patterns that took real pages from over 30 seconds down to under one
Reinink has presented these techniques at Laracon Online and Laracon US and written extensively on advanced Eloquent patterns; this course collects that experience into 28 focused lessons.