Large sitemap loading slowly.... any tricks to speed things up
C#
1
Posts
1
Posters
4
Views
1
Watching
-
I have a menu control on a master page that is attacted to a sitemap that is large. There are 236 items in the sitemap and it's about 52k file size. When I change content pages, there is a 2 second delay for the menu to refresh (reload). Does anyone have ideas how to make the faster? I realize that the content page is a "new" page so the control must reload. Maybe I shouldn't be using a master page? in example, I have 2 aspx content pages based on 1 master page with a menu control on it. When I click from one content page to the other, the menu takes about 2 seconds to load. I've tried putting the menu control on a custom control and caching it but that doesn't gain me anything since the other context page is a new page. Thanks, Jessica