mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-16 09:36:08 +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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user