Skip to content
Snippets Groups Projects
Commit 2cd1b012 authored by Bye's avatar Bye
Browse files

Add PHP execution time to footer

parent 3fbcfa71
Branches
No related tags found
1 merge request!4Draft: Merge rewrite branch into main
<?php
<footer>
<b>Execution time: </b> <?= round((microtime(true) - $_SERVER['REQUEST_TIME_FLOAT']) * 1000, 3) ?> ms
</footer>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment