I'm using miniprofiler and noticed that immediately after a rebuild it's giving me a crazy number of sql calls (485).
But the next time I call the page it seems to be caching / re-reading the result, because the call times are minimal. However the sql calls have reduced to a reasonable number (3). Also this seems to be a new occurance but I can't pinpoint when it started exactly.
Therefore I'm confused as to whether or not I have a problem. Does anybody know if this pertains to the rebuild and can I safely ignore it?
Or is it something I should investigate further?