diff --git a/allianz.php b/allianz.php index 9165a8aa..cdc144a8 100644 --- a/allianz.php +++ b/allianz.php @@ -357,7 +357,7 @@ include("Templates/links.tpl"); ?> pageLoadTimeEnd() - $start) * 1000); + echo round(($generator->pageLoadTimeEnd() - $start_timer) * 1000); ?> ms diff --git a/crop_finder.php b/crop_finder.php index 9852e54c..e86b896e 100644 --- a/crop_finder.php +++ b/crop_finder.php @@ -339,7 +339,7 @@ include("Templates/links.tpl");
Calculated in pageLoadTimeEnd() - $start) * 1000); +echo round(($generator->pageLoadTimeEnd() - $start_timer) * 1000); ?> ms