I've already setup and finished coding the conversion of images from jpeg/png to webp. I will be using it to convert hundreds of images. But PHP has a timeout limit and changing it into large number is a bit unorthodox (or is it?). Right now the way I do it is a execute the page using a browser then it start converting but then it reaches the timeout limit before converting all images so I have to refresh the page so it will start converting again. This is working already. It just doesn't feel right, so my question is, do you have any suggestion to do it more appropriately? or maybe more conventional?
Hope someone can help me.
Thanks
Some measures you can take: