mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-18 05:20:43 +00:00
refactor: replace queries with cached versions for performance improvements
This commit is contained in:
@@ -12,7 +12,7 @@ class Index extends Component
|
||||
|
||||
public function mount()
|
||||
{
|
||||
$this->projects = Project::ownedByCurrentTeam()->get();
|
||||
$this->projects = Project::ownedByCurrentTeamCached();
|
||||
}
|
||||
|
||||
public function render()
|
||||
|
||||
Reference in New Issue
Block a user