Forum Discussion
SPGaz74
Jul 13, 2021Copper Contributor
Tree View Performance with lots of libraries
We have over 8,000 libraries within a SharePoint 2013 subweb. When accessing the subweb, it takes a short duration for the server to return content, but then Internet Explorer takes minutes to render...
- Jul 15, 2021Figured it out. The issue was down to the tree view navigation. Inspecting the HTML page, it was over 30MB in size, with almost all of that captured in the VIEWSTATE.
It was resolved by disabling the tree view and implementing custom JavaScript that obtains the list of libraries using CSOM.
SPGaz74
Jul 15, 2021Copper Contributor
Figured it out. The issue was down to the tree view navigation. Inspecting the HTML page, it was over 30MB in size, with almost all of that captured in the VIEWSTATE.
It was resolved by disabling the tree view and implementing custom JavaScript that obtains the list of libraries using CSOM.
It was resolved by disabling the tree view and implementing custom JavaScript that obtains the list of libraries using CSOM.