diff --git a/lib/groupaction.php b/lib/groupaction.php index 3a022a94cf..a5e62a2a5a 100644 --- a/lib/groupaction.php +++ b/lib/groupaction.php @@ -117,9 +117,13 @@ class GroupAction extends Action $this->showPending(); $this->showBlocked(); } + $this->showAdmins(); - $cloud = new GroupTagCloudSection($this, $this->group); - $cloud->show(); + + if (!common_config('performance', 'high')) { + $cloud = new GroupTagCloudSection($this, $this->group); + $cloud->show(); + } } /**