Understanding sign up latency
Hey all, quick question, it seems that registering a user using the authClient.signup.email method is taking too long. The issue is that it is taking 5-8s seconds for a user to register. I understand that some of that time is for it to reach the
server, db roundtrip etc. But is there a way to know exactly where it is spending the time? Are these 5-8sec "normal"?
Note:
I made some quick timestamps and 1 sec is for the verification email to be sent (manually atm and awaiting however maybe I could change it to be fire and forget. What is the default behaviour when sendOnSignUp is set to true?).
server, db roundtrip etc. But is there a way to know exactly where it is spending the time? Are these 5-8sec "normal"?
Note:
I made some quick timestamps and 1 sec is for the verification email to be sent (manually atm and awaiting however maybe I could change it to be fire and forget. What is the default behaviour when sendOnSignUp is set to true?).