Situation: I've got an php script which runs a lot of requests to the Google Pagespeed API. These requests take a while. I've programmed a script which run perfectly while I'm in my local development enviorement (no max_execution_time is set). Well, I want to run the script on production server with no editable max_execution_time (30s). How can I archive this without - is it really so hard to implement such a function?
I'm glad if you give me some ideas with - maybe - a little bit of code.