I just installed 3.1.9 and tried the rebuild again to see what changed, if anything...here's some feedback... Good: 1. I like the progress bar... Bad: 1. Still very slow. 2. after about 30% complete (30 minutes) the browser begins to report that the script has stopped responding > continue or abort? 3. Server load jumps to the point where new signups & logins are very slow to respond. (should have done late at night) - on dedicated quad core server with 4Gb RAM. 25,000 members - coppermine & phpBB plugins. I hope version 4 will address this issue.
Thanks for the feedback. 1. Unfortunately This process will never be fast enough in current version First it rebuild user's record status , and only this will require several select and updates on database, then each integration plugin run several queries as well. So each record rebuild will take long time. Even if it is slow - it working now ) Version 4 just will not have such issue at all. 2. this is Firefox issue only. http://www.mydigitallife.info/2007/...t-increase-javascript-execution-waiting-time/ and unfortunately it can't be fixed from script iself, only from browser config. 3. Did you tested signups and logins from the same browser window? If so the problem seems to be in how sessions handled by php. When there is running process that use sessions, session file will be locked on the server, so other processes that use the same session ID will wait when session file will be unlocked by first process. Can you test in different browser when rebuild is running? Rebuild will affect server load of course, but in my tests, signups and logins were fast enought