Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
Sergejack #1
Performance issue : itemRenderers created twice
Hi,
I have a big performance issue with my flex app.
I have a repeater whose repeated items contain a Tree.
I noticed every of those tree elements where created twice (I call a static
incremental counter on their creationComplete event).
Does that symptom make you think of any problem I could have in my code ?
Sergejack Guest
-
Performance issue
I have an array with around 40 different url values in it. Im trying to cfhttp each URL in turn, and then parse the contents of each URL one by one.... -
IsInRole Performance Issue
Hi, We have a very large AD here and I am noticing that the WindowsPrinciple IsInRole function is taking upwards of 1 second to respond with just a... -
CFMail - performance issue
Hi, I have developed a discussion board on which users can subscribe to particular topics. Subscribed users receive an email (with link back to... -
7.x to 9.x Performance issue in the extreme
Greetings, The problem: I run an identical program on Server A and Server B. On Server A the program runs in 12 seconds. On Server B it takes 1.5... -
Performance Issue using SQLJ
Hi. We're looking at using SQLJ to see how we could incorporate it into our environment and achieve better throughput and cost savings over using... -
dietmar.paulus #2
Re: Performance issue : itemRenderers created twice
Hey
can you please post the relevant code?
dietmar.paulus Guest
-
-
ntsiii #4
Re: Performance issue : itemRenderers created twice
First, Repeater is not a good choice if you have many complex elements because
it renderers all off the items. How many items are you repeating? (what is the
length of your dataProivder?)
Second, I suspect your methodology for analyzing the instantiations. I have
not see such a behavior. You might post a sample app that demonstrates the
problem.
Tracy
ntsiii Guest



Reply With Quote

