X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fshowstream.php;h=6e5ba84511ff8c3161b25ee46fad3a39c2d7d4f6;hb=88c00facc807d1c138146c02c703e2294b5d357b;hp=ccd976a0e30fe30a2151335451b554b60241c117;hpb=0cbb7411a69f63a4c2947d5c66e62f28e0714532;p=quix0rs-gnu-social.git diff --git a/actions/showstream.php b/actions/showstream.php index ccd976a0e3..6e5ba84511 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -285,8 +285,10 @@ class ShowstreamAction extends ProfileAction function showSections() { parent::showSections(); - $cloud = new PersonalTagCloudSection($this, $this->user); - $cloud->show(); + if (!common_config('performance', 'high')) { + $cloud = new PersonalTagCloudSection($this, $this->user); + $cloud->show(); + } } function noticeFormOptions()