php tool

PHP Time Debugger

PHP Time Debugger

Sometimes you need to know how much is the execution time for a particular script to optimize it. Script optimizations are very important if you want to connect to a db, external API or when running a loop function. PHP Time debugger uses the simple but effective watchpoint() function, you can label the watchpoints and see how much time elapses between the watchpoints, furthermore measures the allocated memory that the script uses. PHP T...