I’m trying to use I/S on a shared site and it frequently gives Timeout errors… I assume because the CPU usage has pegged.
Is there -anything- I can do to keep this from happening? I’ve already increased the WP_MEMORY_LIMIT to 256.
It appears that the CPU needs time to ‘catch up’ and release memory after each image is processed in the Save_Post() method.
I need a way to have the process pause after each image to free up memory.
Suggestions?