We are using import views in the page, in the same page we import several views, but only one is enabled at the same time. For these I have the autorefresh == true
In the current behavior when I load the page (that contains all the views) it is called the IS service for all the views (the one visible and the ones not visible).
How can I change the behavior to call the services only when the view is visible?
Thanks