Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Robert 33 posts 173 karma points
    Feb 26, 2018 @ 11:36
    Robert
    0

    Slow performance in umbraco content tree for large datasets

    We have potentially over 10000 items under a given node in the umbraco content tree.

    Unfortunately it seems that when expanding such a node in the tree umbraco loads every single item into memory which causes performance delays.

    Has anybody been able to customize the content tree to implement a more efficient solution such as an infinite scroll or lazy loading whereby only a few records are loaded into memory at a time?

  • Dan Diplo 1554 posts 6205 karma points MVP 6x c-trib
    Feb 26, 2018 @ 11:58
    Dan Diplo
    0

    Have you tried using a List View rather than the tree? It's more suited for when you have a large number of child nodes.

    https://umbraco.tv/videos/umbraco-v7/implementor/fundamentals/document-types/list-view-and-templates-menu/

  • Robert 33 posts 173 karma points
    Feb 26, 2018 @ 12:05
    Robert
    0

    Thanks will test this.

Please Sign in or register to post replies

Write your reply to:

Draft