Page 1 of 1

Speed up switching to another tab

PostPosted: 25 Aug 2017 09:11
by jorgo
Hallo,

I have a TIWCGJQTabs component with 6 Tabs on it.
Switching between Tabs works very well.

On 1 Tab I have a PanelList component.
Sometimes it has up to 5.000 items.
Then switching Tabs becomes very slow.

If I hide the PanelList switching is fast again.

Is there a possibility to stop the time-consumption?
(Maybe caching, stop new loading of the PanelList ...)

Kind regards

Re: Speed up switching to another tab

PostPosted: 29 Aug 2017 09:38
by Alexander Bulei
Hi jorgo,

Hallo,

I have a TIWCGJQTabs component with 6 Tabs on it.
Switching between Tabs works very well.

On 1 Tab I have a PanelList component.
Sometimes it has up to 5.000 items.
Then switching Tabs becomes very slow.

If I hide the PanelList switching is fast again.

Is there a possibility to stop the time-consumption?
(Maybe caching, stop new loading of the PanelList ...)


We don't know what you have there, but switching the tab will toggle the visibility of tab panel only...
maybe you are rendering something on show event?

Anyway, we need the simple testcase project to help you.

Best Regards.

Re: Speed up switching to another tab

PostPosted: 29 Aug 2017 10:54
by jorgo
Hi Alexander good tip,

at each switch I called a AjaxReRender.
Without only the initial loading of the listbox is slow.

Thx