I noticed the following TaskSpace behavior:
1. Click on a search tab and perform a search ==> search results are displayed
2. Click on another tab ==> this hides the search tab
3. Click again on first tab ==> search tab is again displayed but search is reexecuted
I think that this behavior can be applied to any type of tab.
I would like to avoid the reloading of a tab after it was hidden for a while. I just want the tab to be displayed as it was the last time. I don't want any DQL queries to be rerun again. Not only does it cause a lot of extra overhead on the Content Server, but it also makes to user experience sluggish.
So my question is: Is it possible to configure tabs not to be reloaded each time?