id/views/partials/footer.php

3 lines
124 B
PHP

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