I have a xpage that uses dojo, extjs5 and jquery frameworks. Its one single page that contains about 20 grids including some tree grids. some of the grids are very large (about 50 columns). Since the grids are interrelated they are kept in single page hidden/shown based on user selection on the left pane.
I checked the memory usage in IE11 developer tools. Its started around 300MB but quickly grows to nearly 1 gb. After everything loaded it was stable around 364MB but as I was taking snapshots it was climbing and staying there. The other major worry is the total object count which is around 230000. I don't have a clue where to start. Not even sure if its possible to address this issue. I have attached some screenshot of memory usage.
Appreciate any expert advice to address this issue, thanks in advance