mirror of https://github.com/byecorps/id.git
Add PHP execution time to footer
This commit is contained in:
parent
3fbcfa7159
commit
2cd1b012ac
|
@ -1 +1,3 @@
|
||||||
<?php
|
<footer>
|
||||||
|
<b>Execution time: </b> <?= round((microtime(true) - $_SERVER['REQUEST_TIME_FLOAT']) * 1000, 3) ?> ms
|
||||||
|
</footer>
|
Loading…
Reference in New Issue