Let me give you some more tips:
* Make sure that your reference only has one dpConnect(). One big dpConnect() is much faster then N smaller ones
* Avoid any dpGet()'s in your callback (the data you look for should be part of the callback)
* The getShape() tip by Leo can make a big difference
* if loading your screen takes too long... then why load it. Is it possible for you to preload the screen and just show/hide it ?
Share the fun
Frenk Mulder
3.15 / P003: save panels dynamically
- amichon
- Posts:93
- Joined: Sat May 17, 2014 3:49 pm
Re: 3.15 / P003: save panels dynamically
Thanks for these tips !Let me give you some more tips:
* Make sure that your reference only has one dpConnect(). One big dpConnect() is much faster then N smaller ones
>>>> YES OF COURSE, IT'S ALREADY THE CASE
* Avoid any dpGet()'s in your callback (the data you look for should be part of the callback)
>>>> YES OF COURSE, IT'S ALREADY THE CASE
* The getShape() tip by Leo can make a big difference
>>>> THANKS I TEST WITH THIS TIP
* if loading your screen takes too long... then why load it. Is it possible for you to preload the screen and just show/hide it ?
>>>> YES, IT'S ALREADY THE CASE, I HAVE TESTED A VERTICAL LAYOUT CONTAINING MANY EMBEDDED MODULES AND I SWITCH VISIBILITIES OF E.M.
Share the fun
Frenk Mulder
Aurélien