mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-21 02:30:58 +00:00
fix: page load timer
This commit is contained in:
+1
-1
@@ -357,7 +357,7 @@ include("Templates/links.tpl");
|
|||||||
|
|
||||||
?> <b><?php
|
?> <b><?php
|
||||||
|
|
||||||
echo round(($generator->pageLoadTimeEnd() - $start) * 1000);
|
echo round(($generator->pageLoadTimeEnd() - $start_timer) * 1000);
|
||||||
|
|
||||||
?></b> ms
|
?></b> ms
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -339,7 +339,7 @@ include("Templates/links.tpl");
|
|||||||
<div id="ltimeWrap">
|
<div id="ltimeWrap">
|
||||||
Calculated in <b><?php
|
Calculated in <b><?php
|
||||||
|
|
||||||
echo round(($generator->pageLoadTimeEnd() - $start) * 1000);
|
echo round(($generator->pageLoadTimeEnd() - $start_timer) * 1000);
|
||||||
|
|
||||||
?></b> ms
|
?></b> ms
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user