I have developed an application in asp.net mvc5 , I want to measure the total time taken by a request (time from after clicking the button till view loads completely )
Is it possible in MVC 5 , if yes than how ?
Currently I am referring below link which suggest using Application_BeginRequest and Application_EndRequest events in global file