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?
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?
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/
Thanks will test this.
is working on a reply...