Remove eager loading on pie
This was causing memory issues for large asset sets
This commit is contained in:
@@ -155,7 +155,7 @@ class StatuslabelsController extends Controller
|
||||
public function getAssetCountByStatuslabel()
|
||||
{
|
||||
|
||||
$statusLabels = Statuslabel::with('assets')->get();
|
||||
$statusLabels = Statuslabel::get();
|
||||
$labels=[];
|
||||
$points=[];
|
||||
$colors=[];
|
||||
|
||||
Reference in New Issue
Block a user