User-921158202 posted
hi,
i have a web forms projects that use an asmx data backend on sql server and entity framework 6 (db first)
there is also some web controls that use code behind to display data.
one page that display the data from the database take a very long time .
is there a way or a tool that monitor the page life cycle (client side or server side) and show the exact location of the portion that take the most time of rendering .
my guess is that its EF6 related server side thing, but i am not sure .
any idea is welcome .
thanks