Hi guys,
I have a solution where I am using Azure B2C for authentication.
The authentication works pretty well with the exception of the loading time. Every time we access the site, we have set to authenticate the users (it's a fully restricted website).
I am suspecting that the authentication is the reason for the long wait time before the user actually gets on the page but I don't know how I can get solid evidence for that.
Is there a log I can access to see how long it takes between the user getting to the site until it is authenticated and gets access?
I have checked the Debugging option but I don;t know where I should get the debugging info.
Also, can the debugging info affect the loading time?
Thank you,
Adrian