Hi Isomorphic Team,
We are using the ismorphic version : 6.1-p20170724
my current functionality uses SmartGWT.
We are using Google chrome browser latest version.
We have editable list grid. List grid has data like 2000-3000 records. While performing edit operation on list grid rows, memory usage of browser continuously increases as we continue doing update operations. After around 500 updates browser start behaving very slow due to too much memory consumption and after some more updates client stop sending update request to server and data stays in blue after that.
Also, we noticed that when we keep navigating in our application the chrome processes's memory keeps increasing. Though we use destroy() method before switching views, the memory still keeps increasing. How can we make sure that when we switch views, our previously loaded CONTENT gets completely flushed from memory and the new view is loaded. Please note that ours is a SPA, where we keep changing the body content.
Please help me in this.
We are using the ismorphic version : 6.1-p20170724
my current functionality uses SmartGWT.
We are using Google chrome browser latest version.
We have editable list grid. List grid has data like 2000-3000 records. While performing edit operation on list grid rows, memory usage of browser continuously increases as we continue doing update operations. After around 500 updates browser start behaving very slow due to too much memory consumption and after some more updates client stop sending update request to server and data stays in blue after that.
Also, we noticed that when we keep navigating in our application the chrome processes's memory keeps increasing. Though we use destroy() method before switching views, the memory still keeps increasing. How can we make sure that when we switch views, our previously loaded CONTENT gets completely flushed from memory and the new view is loaded. Please note that ours is a SPA, where we keep changing the body content.
Please help me in this.
Comment