@suascat_wp, Im sure that is not the problem, the server can handle more than 1000 post at the time. The problem is that the way the plugin do the job is not efficient due to the large number of records (I mean , get 100 to 100 from database). I had to change the harcoded value to 1000 and it was a bit better, but obviously not the ideal way to do it.