One way we created tests was to add a couple of buttons to the app.  You make a 
copy of the result handler and comment out code in the original that sets the 
data provider.  The first button makes the server call.  The other runs the 
code that sets the data provider.

HTH,
-Alex

From: Serkan Taş <[email protected]>
Reply-To: "[email protected]" <[email protected]>, 
"[email protected]" <[email protected]>
Date: Thursday, March 12, 2020 at 11:40 PM
To: "[email protected]" <[email protected]>
Subject: Re: selectionChange of MX ADG is not implemented



It is hard to determine Alex.

For flex, the grid is populated through a rest service and it takes 3 sec to 
load the grid data of six lines including the rest service call. But the flex 
app is fully loaded by default.

[cid:[email protected]]
For Royale;


with one column custom renderer with 6 columns it gets around 7 secs to fully 
load and display for the test case.

I commented out the custom renderer and it gets around 5.5 secs.

Needs more investigation. I am going to work on try to discover how to measure 
and improve performance if necessary.

Thanks,
Serkan

13.03.2020 07:53 tarihinde Alex Harui yazdı:
Try commenting out all of the custom item renderers.  That will tell you if the 
custom renderers are the culprit.  I don’t know what your production renderers 
look like, but the ones in the test case looked potentially heavy.

What is the load time in your Flex app?

-Alex




Reply via email to