Benchmark para php
<?php $start = microtime(true); $end = microtime(true); echo '<br>Processing time: ' . ($end-$start) . ' seconds.'; ?>