Client Side rendering optimization issue on IE 11(JS function)
Hi,
So after a performance profiling on IE 11 for our application, we noticed slowdowns on expanding list items as they are doing a POST call each time. we noticed that it reloads the section and with it all the DOM elements and it takes alot of processing. Also on the javascript side there is a timer function that is responsible for most of the processing which is included in the screenshot there.
We have tried preflight optimization and other components but it does affect our endPY style sheets. Is there a way disable this function in the screenshot or any other ideas?