RE: profiler result on royale application performance

2021-01-12 Thread Nallathambi, Varunkumar
Thanks. I am facing slowness issue on both release and debug version. Let me 
comment out the trace and have a try.  

-Original Message-
From: Ahsan Akhtar  
Sent: Tuesday, January 12, 2021 2:44 PM
To: dev@royale.apache.org
Subject: RE: profiler result on royale application performance 


EXTERNAL SENDER:   Do not click any links or open any attachments unless you 
trust the sender and know the content is safe.
EXPÉDITEUR EXTERNE:Ne cliquez sur aucun lien et n’ouvrez aucune pièce 
jointe à moins qu’ils ne proviennent d’un expéditeur fiable, ou que vous ayez 
l'assurance que le contenu provient d'une source sûre.

If you are using js::debug version then try commenting out TRACE statement. 

If you are using AsyncToken for remote object then use it without AsyncToken 
syntax.

Use of images also slows down the loading process.

Regards

Ahsan

-Original Message-
From: Nallathambi, Varunkumar [mailto:varunkumar.nallatha...@cgi.com]
Sent: Tuesday, January 12, 2021 11:48 AM
To: dev@royale.apache.org
Subject: profiler result on royale application performance 

Hi ,
  My application is loading very slow. Even in low data. For 10 to 
20 records it is taking around 1.30 min. When we click scroll bar, it displayed 
as blank page for some time and later it load the data after some time(around 
40 to 60 sec).
I ran IE- Profiler. I can see the below functions consumes more time.
offsetWidth - 3166.3
org.apache.royale.language.checkInterface - 2578 offsetParent - 2290 
offsetHeight - 2024 appendChild -974

...


Will it possible to reduce the time on loading. And Item renderer also taking 
much time. We are using 2 advanced datagrid side by side. Having almost 15 
columns overall. Around 10 column has item renderer. Kindly help me to increase 
the performance.




RE: profiler result on royale application performance

2021-01-12 Thread Nallathambi, Varunkumar
Hi Thanks.
I am using 0.9.8-SNAPSHOT version which is taken around 
November/December 2020. I am facing the slowness on both IE and chrome. Let me 
try the latest snapshot. 

-Original Message-
From: Edward Stangler  
Sent: Tuesday, January 12, 2021 2:40 PM
To: dev@royale.apache.org
Subject: Re: profiler result on royale application performance


EXTERNAL SENDER:   Do not click any links or open any attachments unless you 
trust the sender and know the content is safe.
EXPÉDITEUR EXTERNE:Ne cliquez sur aucun lien et n’ouvrez aucune pièce 
jointe à moins qu’ils ne proviennent d’un expéditeur fiable, ou que vous ayez 
l'assurance que le contenu provient d'une source sûre.


Which version of Royale are you using?

At least some of this has been more optimized (i.e. checkInterface, grid 
scrolling, XML parsing, etc.) over the past few weeks.  So it would be in the 
nightly build.

I'm running with similar use of MX AdvancedDataGrid (under Spark), some with 
more columns.  Though, not under IE (mostly Firefox, Chrome, and Edge Chromium).



On 1/12/2021 12:49 AM, Nallathambi, Varunkumar wrote:
> Hi ,
>   My application is loading very slow. Even in low data. For 10 
> to 20 records it is taking around 1.30 min. When we click scroll bar, it 
> displayed as blank page for some time and later it load the data after some 
> time(around 40 to 60 sec).
> I ran IE- Profiler. I can see the below functions consumes more time.
> offsetWidth - 3166.3
> org.apache.royale.language.checkInterface - 2578 offsetParent - 2290 
> offsetHeight - 2024 appendChild -974
>
> ...
>
>
> Will it possible to reduce the time on loading. And Item renderer also taking 
> much time. We are using 2 advanced datagrid side by side. Having almost 15 
> columns overall. Around 10 column has item renderer. Kindly help me to 
> increase the performance.
>
>



RE: profiler result on royale application performance

2021-01-12 Thread Ahsan Akhtar
If you are using js::debug version then try commenting out TRACE statement. 

If you are using AsyncToken for remote object then use it without AsyncToken
syntax.

Use of images also slows down the loading process.

Regards

Ahsan

-Original Message-
From: Nallathambi, Varunkumar [mailto:varunkumar.nallatha...@cgi.com] 
Sent: Tuesday, January 12, 2021 11:48 AM
To: dev@royale.apache.org
Subject: profiler result on royale application performance 

Hi ,
  My application is loading very slow. Even in low data. For 10
to 20 records it is taking around 1.30 min. When we click scroll bar, it
displayed as blank page for some time and later it load the data after some
time(around 40 to 60 sec).
I ran IE- Profiler. I can see the below functions consumes more time.
offsetWidth - 3166.3
org.apache.royale.language.checkInterface - 2578 offsetParent - 2290
offsetHeight - 2024 appendChild -974

...


Will it possible to reduce the time on loading. And Item renderer also
taking much time. We are using 2 advanced datagrid side by side. Having
almost 15 columns overall. Around 10 column has item renderer. Kindly help
me to increase the performance.




Re: profiler result on royale application performance

2021-01-12 Thread Edward Stangler

Which version of Royale are you using?

At least some of this has been more optimized (i.e. checkInterface, grid
scrolling, XML parsing, etc.) over the past few weeks.  So it would be
in the nightly build.

I'm running with similar use of MX AdvancedDataGrid (under Spark), some
with more columns.  Though, not under IE (mostly Firefox, Chrome, and
Edge Chromium).



On 1/12/2021 12:49 AM, Nallathambi, Varunkumar wrote:
> Hi ,
>   My application is loading very slow. Even in low data. For 10 
> to 20 records it is taking around 1.30 min. When we click scroll bar, it 
> displayed as blank page for some time and later it load the data after some 
> time(around 40 to 60 sec).
> I ran IE- Profiler. I can see the below functions consumes more time.
> offsetWidth - 3166.3
> org.apache.royale.language.checkInterface - 2578
> offsetParent - 2290
> offsetHeight - 2024
> appendChild -974
>
> ...
>
>
> Will it possible to reduce the time on loading. And Item renderer also taking 
> much time. We are using 2 advanced datagrid side by side. Having almost 15 
> columns overall. Around 10 column has item renderer. Kindly help me to 
> increase the performance.
>
>



profiler result on royale application performance

2021-01-11 Thread Nallathambi, Varunkumar
Hi ,
  My application is loading very slow. Even in low data. For 10 to 
20 records it is taking around 1.30 min. When we click scroll bar, it displayed 
as blank page for some time and later it load the data after some time(around 
40 to 60 sec).
I ran IE- Profiler. I can see the below functions consumes more time.
offsetWidth - 3166.3
org.apache.royale.language.checkInterface - 2578
offsetParent - 2290
offsetHeight - 2024
appendChild -974

...


Will it possible to reduce the time on loading. And Item renderer also taking 
much time. We are using 2 advanced datagrid side by side. Having almost 15 
columns overall. Around 10 column has item renderer. Kindly help me to increase 
the performance.