I'm on a shared host which as often has script execution time limits around 30. I've made scripts to process a couple hundred files at once, but had to incrementally process them to avoid timeouts in the middle of processing.
Are script execution times much of a problem with this? Does this break the process down to the individual file?
Thank you in advance.