Why login and registration is so slow?
« on: May 09, 2023, 06:52:00 PM »
Hi folks. The script itself is very fast however I have noticed that login in and registering requests take for ever! No joke I cant imagine the site running efficiently with this problem.

*

dsf

  • *****
  • 261 posts
Re: Why login and registration is so slow?
« Reply #1 on: May 11, 2023, 03:10:47 PM »
Hi,

Try to put this

Code: [Select]
define('BCRYPT_COST', 10);

in your config.php and let me know if things are better.

Re: Why login and registration is so slow?
« Reply #2 on: May 11, 2023, 08:46:52 PM »
Hi,

Try to put this

Code: [Select]
define('BCRYPT_COST', 10);

in your config.php and let me know if things are better.

Thanks buddy. Nope still the same thing. By the way I am testing latest version 8.1.2

*

MB Themes

Re: Why login and registration is so slow?
« Reply #3 on: May 11, 2023, 08:53:14 PM »
Your mail server is most probably not well configured
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

dsf

  • *****
  • 261 posts
Re: Why login and registration is so slow?
« Reply #4 on: May 12, 2023, 11:29:06 PM »
Could be your mail server (sending out email). But not for LOGIN.

Have you ever checked with debug mode ON (debug to a LOG)?

Also have you ever cheched your login and register pages for errors? Press F12 and check the browser console for errors.