]> git.mxchange.org Git - friendica-addons.git/blobdiff - rendertime/rendertime.php
Merge pull request #100 from tonybaldwin/master
[friendica-addons.git] / rendertime / rendertime.php
index f73e08561f5ff4bf0cb6e32224223bed3ea36978..dcbfb411ed09580d6280cf8b2a48509e96a42c9f 100755 (executable)
@@ -32,10 +32,12 @@ function rendertime_page_end(&$a, &$o) {
                                                round($a->performance["rendering"], 3),
                                                round($a->performance["parser"], 3),
                                                round($a->performance["file"], 3),
-                                               //round($a->performance["markstart"], 3),
                                                round($duration - $a->performance["database"] - $a->performance["network"]
                                                         - $a->performance["rendering"] - $a->performance["parser"]
                                                         - $a->performance["file"], 3),
-                                               round($duration, 3))."</div>";
+                                               round($duration, 3)
+                                               //round($a->performance["markstart"], 3)
+                                               //round($a->performance["plugin"], 3)
+                                               )."</div>";
 
 }