]> git.mxchange.org Git - friendica-addons.git/blobdiff - rendertime/rendertime.php
Updated addon descriptions and readme files for several addons.
[friendica-addons.git] / rendertime / rendertime.php
index d104f12b1fdbbc1e14638df6d65d7740d956ee26..b5e486c68a35cd1a770de56b81d8ed8d11877f71 100755 (executable)
@@ -26,7 +26,7 @@ function rendertime_page_end(&$a, &$o) {
 
        $duration = microtime(true)-$a->performance["start"];
 
-       if (is_site_admin() AND ($_GET["mode"] != "minimal"))
+       if (is_site_admin() AND ($_GET["mode"] != "minimal") AND !$a->is_mobile AND !$a->is_tablet)
                $o = $o.'<div class="renderinfo">'.sprintf(t("Performance: Database: %s, Network: %s, Rendering: %s, Parser: %s, I/O: %s, Other: %s, Total: %s"),
                                                round($a->performance["database"], 3),
                                                round($a->performance["network"], 3),