mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-02 18:44:21 +00:00
fix: page load timer
This commit is contained in:
+1
-1
@@ -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
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user