Como reduzir o tempo gasto pelo script PHP no servidor

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