News

The first thing that you can do is preprocess those PHP scripts, or script parts, that take more time to execute. You can do it with the help of a PHP shell. Suppose you have a web script called index ...
How about saving the commands to a shell script, and then running the shell script via exec ()? If you're going to be passing around arguments, also consider using escapeshellarg ().