2 repositories on SrcLog
Optimize Laravel queries using SQL JSON aggregation - reduce multiple relation queries to a single SQL statement
Reduce multi-relation Doctrine queries to a single SQL statement using JSON aggregation. Solves Doctrine's N+1 problem.