Reduce memory usage
Quick fix to use Laravel new LazyCollection instead of the default Collection. This help reduce the memory usage on most queries.
Quick fix to use Laravel new LazyCollection instead of the default Collection. This help reduce the memory usage on most queries.