model/Comment.php
public function isAuthor() {// n + 1 issue
return $this-->feature->comments->first()->user_id === $this->user_id;
}
Improves
in controllor
$feature->load('comments.user', 'comments.feature.comments');
Improves more
$feature->load('comments.user');
$feature->comments->each->setRelation('feature', $feature);
No comments:
Post a Comment