Drupal registration taking long on server but not on localhost -


i'm having problems deployment of drupal page live server. of things works great, registration taking quite time(more 60 sec). on localhost it's done in 1-2 secs. have no idea how debug or optimize that. googling , think found https://drupal.stackexchange.com/questions/20023/new-user-registration-take-long-time-more-than-60-seconds , there isn't enough information.

please help!

so jsut tried performance module , found out problem cousing user/register...

path last access     # accesses mb memory (max) mb memory (avg) ms (max)    ms (avg)    jezik  user/register   10.05.2013, 10:42   1   37.00   37.00   60,618.0    60,618.0    sl 

btw noticed usualy take normal time + 60sec, it's site pouse 60sec , work... else works fast on localhost ...

wow finaly found solution in function logintoboggan_user_register_submit needed comment out line

 //$redirect = _logintoboggan_process_redirect(variable_get('logintoboggan_redirect_on_register', ''), $account); 

and manualy write redirect!


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -