fix: page load timer

This commit is contained in:
Martin Ambrus
2017-11-04 10:19:12 +01:00
parent 949bc88503
commit a8383563fa
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -357,7 +357,7 @@ include("Templates/links.tpl");
?> <b><?php
echo round(($generator->pageLoadTimeEnd() - $start) * 1000);
echo round(($generator->pageLoadTimeEnd() - $start_timer) * 1000);
?></b> ms
+1 -1
View File
@@ -339,7 +339,7 @@ include("Templates/links.tpl");
<div id="ltimeWrap">
Calculated in <b><?php
echo round(($generator->pageLoadTimeEnd() - $start) * 1000);
echo round(($generator->pageLoadTimeEnd() - $start_timer) * 1000);
?></b> ms