#SharePointProblems | Koskila.net

Solutions are worthless unless shared! Antti K. Koskela's Personal Professional Blog

The effect of using Managed Navigation instead of Structural on SharePoint Online

koskila
Reading Time 4 min
Word Count 697 words
Comments 8 comments
Rating 4 (1 votes)
View

Have you ever noticed that your SharePoint site just gets slower and slower? That's probably because the performance of Structural Navigation is absolutely horrible, especially vs. Managed Navigation. This blog post includes our findings about the issue, and I also include some explanation of the reasons behind the difference and a simple comparison to Search-based navigation.

Structural Navigation

The first option would be structural navigation, which is more or less the traditional, easy solution. Without anything else done, this is enabled as the default option on classic SharePoint sites.

  • By far the most customizable and tweakable option
  • Easy to edit for editors/admins
  • Security trimming is automatic
  • Performance
    • On-Premises: Good performance, as long as WFEs are powerful, site structure isn't changed periodically, caching is used and the master page hasn't been modified to include a ridiculous amount of levels
    • O365: Abysmal performance, if there are over 10 items in the navigation

Managed Navigation

The second option would be managed navigation, which is widely used, and not horribly difficult, but does require extra configuration.

  • Security trimming not available
    • Exception: For SP2013 it's available for term-driven page links - although I haven't really seen it work too well ever
  • Editing experience is more confusing, but at least it's using the standard termset editor
  • Not updated automatically (unless you're using a solution like Valo)
  • Performance
    • On-Premises: Good
    • O365: Fine (beats structural anytime there's over 10 links)

Search-based Navigation

Third option is kind of obscure. Search-based navigation is really not used that much, and for a good reason.

  • (Kind of) the recommended solution by Microsoft
  • Security trimming available
  • Confusing editor experience. I don't know anyone who likes it!
  • Bad customizability/extensibility/editability
  • Performance
    • on-premises: Good (as long as search health is good!)
    • O365: Good (mind the index refreshes)

Customized Navigation solution

The fourth option is kind of a catch-all: customization.

You see these every now and then, but when modifying Classic Master Pages fell out of fashion (that's, what, 5 years ago now?), completely customized Navigation solutions seemed to become more scarce. I'm guessing, that with Modern SharePoint, they'll experience a complete renaissance. For example, in Microsoft's poster boy -case study Shire seems to use a completely custom-built navigation solution on Modern SharePoint. And can't blame them - the results look pretty good, and the performance is great.

  • Not officially supported by Microsoft (and probably never will be)
  • On Classic, requires hacky changes. On Modern, probably a good compromise
  • Works exactly the way you want, but customization costs might be high unless you go with a prebuilt solution.

Performance comparison

See below for a real-world comparison between the two most used options - structural navigation and managed navigation!

Performance difference (measured in SPRequestDuration) between structural navigation and managed navigation

Structural Managed
Test number Dozens of sites Inheritance cut, limited amount of​​ sites Dozens of sites
1 5,77 3,23 1,62
2 3,43 3,13 1,29
3 6,23 2,48 1,65
4 5,25 2,55 0,92
Average 5,17 2,8475 1,37

(Numbers are from a recent customer case, shared anonymously - thanks!)

So, why is Structural Navigation so slow on SharePoint Online?

The difference in performance numbers above comes from Structural Navigation's built-in issues in SharePoint Online. That might strike some readers as weird since its performance in on-premises environments is typically decent, or even superb.

There's a good reason for these problems, though.

The issue is caused by the in-memory navigation node cache solution Structural Navigation is based. This cache is located on WFE servers - and in an on-premises environment, you typically have only a few servers that you might land on. With any luck, those servers already have your navigation nodes cached, as you've probably visited them before. In SharePoint Online there are thousands of WFE servers that serve any given tenant, and your request might end up on any of them. In practice, that means, that the server probably doesn't have your navigation nodes cached, and it'll have to rebuild the cache for each request. As a result, this causes huge load times.

Sean McDonough has an awesome article with an equally awesome graphic about this - you might want to check them out if the topic interests you!

Sources and references

Comments

Interactive comments not implemented yet. Showing legacy comments migrated from WordPress.
Murtuza
2018-05-01 10:51:42)
Please try the custom navigation listed here https://murtuzahusain.wordpress.com/2018/05/01/sharepoint-structural-navigation-alternatives/
2018-05-15 10:02:45
Hi Murtuza, and thanks for your comment! It's an interesting solution - if I'd be ready to edit masterpages, your solution seems very useful. Maybe time for that is actually coming, though. Since Microsoft is slowing down the development of Classic SharePoint, and simultaneously their performance issues in SharePoint Online keep getting worse (I've seen multiple tenants with sickly slow Managed Metadata Service response times - and this absolutely wrecks the navigation!), editing the masterpage to create a custom navigation solution is actually an acceptable tradeoff? I need to think about this a bit more :)
2019-04-02 15:20:37)
We have a SharePoint Online intranet that was migrated to SharePoint Online by a third party and now I am responsible for it. It is using Structured Navigation and the response is HORRIBLE. The site has 36 entries in the Global Navigation and another 26 entries in the Current Navigation. I want to switch Managed Navigation, but am concerned about how this will affect the look and feel of the site. Is this something I need to be concerned about? Or do both of them use the structure defined Structural Navigation: Editing and Sorting? Any guidance will be appreciated!
2019-04-06 00:56:00
Hi Bill, Ah, you've certainly encountered one of the frustrating decisions in SharePoint Online... Structural Navigation with that number of items won't work, plain and square. Changing one or both to Managed Navigation, or even replacing them with custom solutions (back in the day, we resolved the issue for one customer by removing the Current Navigation completely and replacing it with a new Page Layout that just had a zone for a Content Editor webpart. Suboptimal, but did the trick for that one case. For Managed Navigation, which probably is the primary choice here, you can still sort items and to some extent organize them with headings - things you're familiar with Structural Navigation. However, the editing experience is a really clunky experience compared with Structural Navigation. Of course there's also Search-driven Navigation... But we don't talk about Search-driven Navigation. The look and feel shouldn't be hugely affected, as the UI for end-users is the same. I suggest you play around with the options you have and experiment, which gives you an acceptable performance with good enough user experience. Hope this helps!
Whitewater Magpie Ltd.
© 2025
Static Site Generation timestamp: 2025-08-26T05:15:55Z