Add PHP execution time to footer

This commit is contained in:
bye 2024-06-28 19:28:43 +01:00
parent 3fbcfa7159
commit 2cd1b012ac

View file

@ -1 +1,3 @@
<?php
<footer>
<b>Execution time: </b> <?= round((microtime(true) - $_SERVER['REQUEST_TIME_FLOAT']) * 1000, 3) ?> ms
</footer>