Hi, @Roman, I think you are doing a double compile can it be? My times are the 
same as yours and I always compile in debug and release.

Look at your target folder " target\javascript\bin\" and if you have two 
folders: js-debug and js-release you are compiling always double.

In my case, the architecture of my project as well as the Maven compilation 
files (pom.xml) were provided by an external company (we didn't know anything 
about Maven or Royale at that time) and I understand that this formula was 
chosen to show us the options we had.

A priori and without doing any test as Harb has done, I think that modularity 
gives us the advantage of compiling parts of the code once and not compiling 
them again if they are not modified. So far WITH MY COMPILATION TIMES, 
sometimes more than 1 minute, this is fundamental. But of course, now we have 
the problem of minification of the modules and it is really a serious problem 
because it is impossible for us to deploy in production.

I will try to separate the compiación realese with a profile and if I succeed I 
will pass it to you @Roman.

@Harb what do you mean by compiling the ROYALE_INTERFACE_INFO branch?

Hiedra

De: Harbs <harbs.li...@gmail.com>
Enviado el: lunes, 27 de diciembre de 2021 18:32
Para: users@royale.apache.org
Asunto: Re: Load time is very slow

That doesn’t sound right.

Are you sure you’re compiling debug and not release? That sounds like release 
build times.


On Dec 27, 2021, at 3:31 PM, Roman Isitua 
<romanisi...@gmail.com<mailto:romanisi...@gmail.com>> wrote:

 Wow ! You are using a workstation with a bleeding edge processor.

 I just compiled my app now. It took 44 seconds. (First compilation after ide 
start up.) Subsequently compilations are usually 19s to 20s.

 My application code base is very very small compared to yours.  As we continue 
to add functionality, I expect the compile times to rise.


Reply via email to