Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Registration very slow

Hello,

I have a clean installation without plugins, version 2.1. On user registration it takes 1 or 2 minutes! after click the submit button.
Anyone knows what this could be?

Thank you so much!

Tagged:

Comments

  • Options

    maybe reCaptcha connection is slow now.

    What type of registration are you using? Maybe switch and try it

    grep is your friend.

  • Options
    peregrineperegrine MVP
    edited May 2014

    .

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • Options

    I tried basic registration without recaptcha and is also slow.
    I put this configuration to avoid welcome email:

    $Configuration['Garden']['Registration']['SendConnectEmail'] = FALSE;

    but the problems persist

  • Options

    That configuration only has relevance if you are using connect based registration.

    test your smtp connection.

    grep is your friend.

  • Options

    set

    $Configuration['Garden']['Registration']['ConfirmEmail'] = FALSE;

    grep is your friend.

  • Options
    x00x00 MVP
    edited May 2014

    edit ignore this

    grep is your friend.

  • Options

    $Configuration['Garden']['Registration']['NoEmail']

    Will remove the requirement to have accounts with email addresses.You probably don't want to to this, but it can be used to test.

    grep is your friend.

  • Options

    With
    $Configuration['Garden']['Registration']['NoEmail'] = TRUE;

    It Works! But I loose the email field :( xD

  • Options

    it seems Email problems on the server???

  • Options
    hgtonighthgtonight ∞ · New Moderator

    @ignavegas said:
    it seems Email problems on the server???

    Yup.

    Search first

    Check out the Documentation! We are always looking for new content and pull requests.

    Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.

Sign In or Register to comment.