Home > Article > Backend Development > PHP calculate page execution time
I wrote a script to calculate the page execution time
The execution time will be displayed in the upper right corner of the page The advantage is that you only need to execute it at the beginning
This execution time:', microtime(TRUE) - $_SERVER['REQUEST_TIME_FLOAT'], 'Seconds '; |