I'm using the popular restful authentication app/tutorial found here: http://railsforum.com/viewtopic.php?pid=74245#p74245
I have been using the app extensively and everything works great. The only issue that I'm having is that it takes anywhere from 60 seconds to several minutes for the system to process the creation of a new user. This is obviously unacceptable.
When I create a user through the normal signup process, the system just sits and processes for a long time and then ultimately returns a successful registration message.
I'm not getting any errors or exceptions thrown. The log doesn't indicate that anything is wrong either. I've used the app extensively for a few days now and this is the single only problem that I seem to be having with it.
Any ideas where I should be looking for the cause of this problem? The entire app is listed at the link I pasted in the top of this post, so I think it's easier to take a look at it over there, rather than me pasting in a mountain of details. I'm happy to provide answers to questions if you need more info.
Thanks!