http://www.adobe.com/devnet/flex/articles/client_perf_09.html#repeater
on the above mentioned link in TOC
you will find some different topics which may help
you to figure out the performance stuff.

On Tue, Mar 23, 2010 at 9:43 PM, Silva Developer
<[email protected]>wrote:

> I'm building an dynamic application that load a different types of
> forms, this forms are created by user, setting what visual component’s
> that will be contain.
>
> After implemented all common performance best practice techniques,
> could turn the application more stable, but running tests, rendering a
> form containing one only component type (custom component class
> extends uicomponent and have three child's: label, textinput and
> button) inside a container canvas with border, when run a form that
> have until 100 custom component, the application still good, but with
> more than 100, the application rendering time explode and after so
> much time trying to identify the cause of that, i can't.
>
> Some applied techniques:
>
> Fixed width and height for doesn't invoke measure() lifecycle method;
> Minimum usage of setStyle() invocation for each component;
> Minimum container usage;
> Deferred instantiation “queued” for tabnavigator;
> RSL (Run time Shared Libraries);
>
> The main problem is find any way to show the form more quickly, with a
> minimum difference of current client (html/js), and scalable, that not
> explode when have to show a form that have more than 100 visual
> components.
>
> Please, any idea will welcome to help to fix this problem.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Flex India Community" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<flex_india%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=en.
>
>


-- 
Regards
Nakul

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to