Jak skrócić czas poświęcony skryptowi PHP na serwerze

<?php
  
  echo microtime(true);;
//your code
echo microtime(true);;
  ?>
Nutty Nightingale