views:

57

answers:

1

After tracing the DB activity from a DNN 5.2.3 site I noticed that there are 15 calls to the "dbo.GetPortalAliasByPortalID @PortalID=0" sproc, all one after the other.

What is the reason for this? I am looking at performance problems and need to try and tie issues like these up.

A: 

Looks like this is probably a quirk of DNN. The number of repeated queries is fewer as a User as opposed to an Administrator.

David Neale