Hi
I would like to see views inside components constrained to only refresh when they time to a refresh. I have some views that take several seconds to gather data and build when I am adding a new component to the page all of the existing components have to refresh as well. This means that each time a component is added I have to wait for all the other components to refresh before i can configure it and when I save the component guess what, all of the other components have to refresh again. Seems like this is a bit of overkill on the data loading, especially as my reload time is set to 600 minutes (basically once the data is populated it doesn't need to be refreshed).
Cheers
Stephen