Registering new users is very slow [message #6565] |
Thu, 17 October 2002 02:12 ![Go to next message Go to next message](/forum/theme/default/images/down.png) |
eskimo
![United States United States](/forum/images/flags/us.png) Messages: 15 Registered: October 2002
Karma: 0
|
Junior Member |
|
|
I've got FUDforum v2.3.2 installed on FreeBSD v4.7-RELEASE with Apache v1.3.17, mod_php v4.2.3, and mySQL server v3.23.52 .. The server is 1400MHz with 512mb RAM, and its got plenty of free resources ..
Anyhow, user registration takes an abnormally long time (45-60 seconds), even when connecting to the forum over my local network .. Oddly, posting new topics goes very quickly, as does the rest of the website ..
I don't have any email activation enabled, so I know the user registration isn't stalling on that .. I don't have any idea where to start troubleshooting this .. Any ideas?
If it matters, I had a similar problem with phpBB2, but I thought the problem was because of something in that software .. I switched to FUDforum because of that and several other things I don't like about phpBB2, but now I'm having the same problem with FUD ..
|
|
|
|
|
Re: Registering new users is very slow [message #6568 is a reply to message #6567] |
Thu, 17 October 2002 04:03 ![Go to previous message Go to previous message](/forum/theme/default/images/up.png) ![Go to next message Go to next message](/forum/theme/default/images/down.png) |
Ilia
![Canada Canada](/forum/images/flags/ca.png) Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
I don't think MySQL code in registration page is the problem, otherwise posting would be slow as well. I believe the problem lies in your mail server. Even when email confirmation is disabled FUDforum will send a welcome email to the user. This process is most likely the culprit, to test this theory open register.php.t and comment out lines 386-391.
These lines contain email sending code ( send_email() ).
Once you make that change, rebuild the theme and then try to register.
FUDforum Core Developer
|
|
|
|
|
Re: Registering new users is very slow [message #6584 is a reply to message #6570] |
Thu, 17 October 2002 21:26 ![Go to previous message Go to previous message](/forum/theme/default/images/up.png) ![Go to next message Go to next message](/forum/theme/default/images/down.png) |
Ilia
![Canada Canada](/forum/images/flags/ca.png) Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
There is 1 more thing you need to do, but it is very easy.
On the admin control panel turn off the 'Allow Email' option.
FUDforum Core Developer
|
|
|
|