I never experience that before, any way to reproduce it?
It comes every 2-3 time when hitting the sweep button. As a result the sweep-button remains filled with the “working-Color”, the page does not want me to leave, but the Action seems to be done
Hmm, it might be it takes too long > 30s (normally) and the results didn’t return. It happens on high traffic site with lots of data.
Anything I could do about this?
Not really, there is nothing much I can do as well. Setting the timeout too long is not very good as it will make more stuck processes and in turn make your CPU load goes high.
On my company site, it always happens as we got a lot of data, so I just let it be because the stuff still gets sweep.
OK. Thanks for your help
What timout would you recommend for WordPress generally. At the Moment my Setting are
max_execution_time = -1
post_max_size = -1
max_input_time = -1
memory_limit = 1024M
-1 is kinda dangerous, I always use 30s. I think it is ok for a timeout rather than a spike in CPU load.