When it comes to working with long running scripts and WordPress, you’re usually at the mercy of one of two things:
- PHP configuration file
- The server’s PHP configuration
Granted, the case could be made that these are one and the same, and in a sense they are, but if you’re working with PHP on your local machine, you clearly have more control over the environment than when you’re working on a web server.
Technically, if you’re working on a dedicated server, you should have full control over the configuration of the environment.
If that’s not the case, this is article won’t be of much use; however, if you’re in the business of working with PHP scripts on your local machine and a shared server, and you’ve hit the maximum execution timeout message, then there are a few of ways to go about handling the problem.



