We have a page that is loading very slow. There is not a lot of data, not a
lot of users are connected at the same time and the page does not produce an
error, so I am not sure where to start to look for why it is slowing down. I
thought about the DB first and added NOLOCK to a couple of stored procedures
that were being run, but with no effect. Can someone offer some tips on where
to start looking or how I can begin to diagnose this problem? Thank you.
lot of users are connected at the same time and the page does not produce an
error, so I am not sure where to start to look for why it is slowing down. I
thought about the DB first and added NOLOCK to a couple of stored procedures
that were being run, but with no effect. Can someone offer some tips on where
to start looking or how I can begin to diagnose this problem? Thank you.
Comment