Cómo reducir el tiempo tomado por el script PHP en el servidor

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