Burak Arslan schrieb:
> hi,
>
> some screens we're designing with jsqt are getting complex, taking some 
> noticable time to load. so i think it's time to implement an incremental 
> initialization scheme.
>
> i did look around to progressive namespace, but could not find much. did 
> i miss something, or should i go forward and move factory functions into 
> one-shot "appear" events?
>
> second question, has anyone been dealing with so many widgets in one 
> screen that they need to recycle them, keeping only data in memory?
>   
Pooling an recycling widgets can result in rather big performance 
imrovements because the instantiation if new widgets is a pretty 
expensive operation.

Best Fabian

-- 
Fabian Jakobs
JavaScript Framework Developer

1&1 Internet AG - Web Technologies
Ernst-Frey-Straße 9 · DE-76135 Karlsruhe
Telefon: +49 721 91374-6784
[email protected]

Amtsgericht Montabaur / HRB 6484
Vorstände: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas 
Gottschlich, Robert Hoffmann, Markus Huhn, Hans-Henning Kettler, Dr. Oliver 
Mauss, Jan Oetjen
Aufsichtsratsvorsitzender: Michael Scheeren


------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to