DB query performance fixes

This commit is contained in:
Deon George
2021-06-25 23:38:57 +10:00
parent 64215ebcea
commit 17a44a0945
8 changed files with 29 additions and 943 deletions

View File

@@ -11,6 +11,8 @@ class HomeController extends Controller
{
public function network(Domain $o)
{
$o->load(['zones.system','zones.domain']);
return view('domain.view')
->with('o',$o);
}