Import View

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

Hi Herve,
one option would be to put your imported views in Hideable Panels (which I suppose you have done) and set the properties Lazy Load and Two Pass to true, so that the content of the views is first rendered when the panel is made visible.

Hope this helps,
Javier