<?php

$check_execution_start = microtime(true);

// Running your script here

$check_execution_end = microtime(true);

$execution_time = ($check_execution_end - $check_execution_start);

echo "Script Execution Time: " .$execution_time." Seconds";
Related Keywords: Developer, How-to, Solved, Page Execution Speed