I have an umbraco site that has 8000+ child nodes of a specitic data type. Lets say my News doc type has 8000+ News Items document types as children.
What is the best way to manage these in the back end UI in umbraco? I have tried enabling List View for the News document type, but it takes about 3-4 minutes to display all of the documents. It also have about 800 pages (as it only displays 10 at a time). If i dont enable ListView, they display in the tree, and the UI becomse unusable and unresponsive.
Listview data load speed issue
Hi guys
I have an umbraco site that has 8000+ child nodes of a specitic data type. Lets say my News doc type has 8000+ News Items document types as children.
What is the best way to manage these in the back end UI in umbraco? I have tried enabling List View for the News document type, but it takes about 3-4 minutes to display all of the documents. It also have about 800 pages (as it only displays 10 at a time). If i dont enable ListView, they display in the tree, and the UI becomse unusable and unresponsive.
Has anyone got any ideas on this?
Thanks
Hugh
Hi Hugh
Is it safe to assume that you're using Umbraco 7 since you mention the listview? If so what exact version of 7 are you running?
Don't know if optimzing the database indexes might help? Read Mikkels comments in this post http://our.umbraco.org/forum/developers/extending-umbraco/42361-This-is-a-bit-dirtybut-I-need-to-mess-with-the-database
It might improve the loading time in the backoffice when the tables are optimized.
Hope this helps.
/Jan
is working on a reply...