RE: Load time is very slow

2022-01-12 Thread Maria Jose Esteve
Great ;P thx Hiedra De: Harbs Enviado el: jueves, 13 de enero de 2022 0:28 Para: users@royale.apache.org Asunto: Re: Load time is very slow The branch is a breaking change (libraries will need to be recompiled to work after merging). I still have some work to do, and it’ll likely be a couple

Re: Load time is very slow

2022-01-12 Thread Harbs
> > Hiedra > > De: Maria Jose Esteve mailto:mjest...@iest.com>> > Enviado el: miércoles, 29 de diciembre de 2021 3:06 > Para: users@royale.apache.org <mailto:users@royale.apache.org> > Asunto: RE: Load time is very slow > > Sorry, the previous tests WERE NOT

Re: Compiling Modules (was Re: Load time is very slow)

2022-01-12 Thread Harbs
loading modules. > > You might find it useful to shave off a few bytes in your app where you don’t > really want ALL unknown members to not be renamed. This option can let you > specify just the list of members that matter. > > HTH, > -Alex > > > From: Harbs

Re: Compiling Modules (was Re: Load time is very slow)

2022-01-12 Thread Alex Harui
yale.apache.org" Subject: Re: Compiling Modules (was Re: Load time is very slow) Didn’t totally grok what you said. Can you give a practical difference in when it would be used? On Jan 12, 2022, at 7:39 PM, Alex Harui mailto:aha...@adobe.com>> wrote: The option I added takes

Re: Compiling Modules (was Re: Load time is very slow)

2022-01-12 Thread Harbs
pilation and > -js-dynamic-access-unknown-members doesn’t take a list of members. > > -Alex > > From: Harbs > Reply-To: "users@royale.apache.org" > Date: Wednesday, January 12, 2022 at 2:30 AM > To: "users@royale.apache.org" > Subject: Re: Comp

Re: Compiling Modules (was Re: Load time is very slow)

2022-01-12 Thread Alex Harui
January 12, 2022 at 2:30 AM To: "users@royale.apache.org" Subject: Re: Compiling Modules (was Re: Load time is very slow) How is this different than -js-dynamic-access-unknown-members? On Jan 12, 2022, at 10:04 AM, Alex Harui mailto:aha...@adobe.com>> wrote: I added a -prevent-r

Re: Compiling Modules (was Re: Load time is very slow)

2022-01-12 Thread Roman Isitua
; > > Another difference is that the new compiler strategy doesn’t use custom > overrides of Closure Compiler passes which was fragile and will make it > easier to upgrade to newer versions of Closure Compiler. > > > > HTH, > > -Alex > > > > *From: *Alex Harui

Re: Compiling Modules (was Re: Load time is very slow)

2022-01-12 Thread Harbs
How is this different than -js-dynamic-access-unknown-members? > On Jan 12, 2022, at 10:04 AM, Alex Harui wrote: > > I added a -prevent-rename-object-keys compiler option that works as a > post-processor. It scans the js files being copied into bin/js-debug and > adds quotes around things.

Re: Compiling Modules (was Re: Load time is very slow)

2022-01-12 Thread Greg Dove
difference is that the new compiler strategy doesn’t use custom > overrides of Closure Compiler passes which was fragile and will make it > easier to upgrade to newer versions of Closure Compiler. > > > > HTH, > > -Alex > > > > *From: *Alex Harui > *Reply-To: *"

Re: Compiling Modules (was Re: Load time is very slow)

2022-01-04 Thread Roman Isitua
then we > have a good chance of things working. > > > > -Alex > > > > *From: *Roman Isitua > *Reply-To: *"users@royale.apache.org" > *Date: *Tuesday, January 4, 2022 at 12:39 AM > *To: *"users@royale.apache.org" > *Subject: *Re: Compi

Re: Compiling Modules (was Re: Load time is very slow)

2022-01-04 Thread Greg Dove
t; > *From: *Roman Isitua > *Reply-To: *"users@royale.apache.org" > *Date: *Tuesday, January 4, 2022 at 12:39 AM > *To: *"users@royale.apache.org" > *Subject: *Re: Compiling Modules (was Re: Load time is very slow) > > > > Thanks for the update. > > &

Re: Compiling Modules (was Re: Load time is very slow)

2022-01-04 Thread Roman Isitua
y-To: *"users@royale.apache.org" > *Date: *Monday, January 3, 2022 at 2:30 PM > *To: *"users@royale.apache.org" > *Subject: *Re: Compiling Modules (was Re: Load time is very slow) > > > > The -externs-report option should be similar to the -link-report option. >

Re: Compiling Modules (was Re: Load time is very slow)

2022-01-03 Thread Roman Isitua
commended options for modules involving variable maps and property maps > may need to be abandoned in favor of externs and preventing renames. > > > > -Alex > > > > > > *From: *Roman Isitua > *Reply-To: *"users@royale.apache.org" > *Date: *Saturday

Re: Compiling Modules (was Re: Load time is very slow)

2022-01-01 Thread Roman Isitua
mean these, the ones that are between > in some of the pom's. > > > > I don't know if I have explained myself well Roman > > > > Overview.mxml where is it located in your pom's hierarchy? In the lib > (royalelibs)? > > > > Hiedra > >

Re: Compiling Modules (was Re: Load time is very slow)

2022-01-01 Thread Roman Isitua
impleCSSValuesImpl because > I’ve seen other class names not get renamed. > > > > HTH, > > -Alex > > > > *From: *Roman Isitua > *Reply-To: *"users@royale.apache.org" > *Date: *Friday, December 31, 2021 at 10:42 AM > *To: *"users@royale.apac

Re: Compiling Modules (was Re: Load time is very slow)

2021-12-30 Thread Greg Dove
-prevent-rename-protected-symbols=false >>>>> -prevent-rename-public-symbols=false >>>>> -prevent-rename-internal-symbols=false >>>>> >>>>> >>>>> I enabled the below settings >>>>> >>>>> -js-dyn

Re: Compiling Modules (was Re: Load time is very slow)

2021-12-30 Thread Roman Isitua
ault-initializers=true >>>> >>>> >>>> The release version starts up >>>> >>>> >>>> >>> Hiedra, that’s great! >>> >>> On Dec 30, 2021, at 7:15 PM, Roman Isitua wrote: >>> >>> >&g

Re: Compiling Modules (was Re: Load time is very slow)

2021-12-30 Thread Harbs
>> <mailto:romanisi...@gmail.com>> wrote: >>> >>> >>> Yes. I am testing with the sdk compiled on branch ROYALE_INTERFACE_INFO >>> >>> On Thu, Dec 30, 2021 at 6:10 PM Maria Jose Esteve >> <mailto:mjest...@iest.com>> wrote:

Re: Compiling Modules (was Re: Load time is very slow)

2021-12-30 Thread Harbs
ELEASE: Same error > Message in Console: > Uncaught ReferenceError: Error #1065: Variable > com.iest.winplusweb.models.MasterConfigSystemModel is not defined. > MQ @ > d:\Develop_Royale\Projects\WinPlusWebSuite\royaleapp\royalelogin\target\javascript\bin\js-

RE: Compiling Modules (was Re: Load time is very slow)

2021-12-30 Thread Maria Jose Esteve
dules (was Re: Load time is very slow) Wait. I’m confused. Does your app work? I’m assuming that your app is not the same as Roman’s. On Dec 30, 2021, at 8:07 PM, Maria Jose Esteve mailto:mjest...@iest.com>> wrote: I was preparing an email with a battery of tests but I don't use

Re: Compiling Modules (was Re: Load time is very slow)

2021-12-30 Thread Harbs
d better stop and read it to you. > > Hiedra > > De: Harbs > Enviado el: jueves, 30 de diciembre de 2021 18:56 > Para: users@royale.apache.org > Asunto: Re: Compiling Modules (was Re: Load time is very slow) > > 1. I’d get rid of the agressive minification options.

Re: Compiling Modules (was Re: Load time is very slow)

2021-12-30 Thread Harbs
gt;>> >>> On Thu, Dec 30, 2021 at 6:10 PM Maria Jose Esteve >> <mailto:mjest...@iest.com>> wrote: >>> Roman, are you testing with the SDK compiled from the Harb branches, >>> ROYALE_INTERFACE_INFO, or from develop? >>> >>> >&

RE: Compiling Modules (was Re: Load time is very slow)

2021-12-30 Thread Maria Jose Esteve
ale.apache.org<mailto:users@royale.apache.org> Asunto: Re: Compiling Modules (was Re: Load time is very slow) I decided to remove the below settings completely -export-public-symbols=false -prevent-rename-protected-symbols=false -prevent-rename-public-symbols=false -prevent-rename-internal-symbol

Re: Compiling Modules (was Re: Load time is very slow)

2021-12-30 Thread Roman Isitua
t;> >> On Dec 30, 2021, at 7:15 PM, Roman Isitua wrote: >> >> >> Yes. I am testing with the sdk compiled on branch ROYALE_INTERFACE_INFO >> >> On Thu, Dec 30, 2021 at 6:10 PM Maria Jose Esteve >> wrote: >> >>> Roman, are you testing with the

Re: Compiling Modules (was Re: Load time is very slow)

2021-12-30 Thread Harbs
t;> Roman, are you testing with the SDK compiled from the Harb branches, >> ROYALE_INTERFACE_INFO, or from develop? >> >> >> >> Hiedra >> >> >> >> De: Roman Isitua mailto:romanisi...@gmail.com>> >> Enviado el: jueves, 3

Re: Compiling Modules (was Re: Load time is very slow)

2021-12-30 Thread Roman Isitua
t; >> >> Hiedra >> >> >> >> *De:* Roman Isitua >> *Enviado el:* jueves, 30 de diciembre de 2021 16:52 >> *Para:* users@royale.apache.org >> *Asunto:* Re: Compiling Modules (was Re: Load time is very slow) >> >> >> >> I

Re: Compiling Modules (was Re: Load time is very slow)

2021-12-30 Thread Harbs
t; > > > De: Roman Isitua mailto:romanisi...@gmail.com>> > Enviado el: jueves, 30 de diciembre de 2021 16:52 > Para: users@royale.apache.org <mailto:users@royale.apache.org> > Asunto: Re: Compiling Modules (was Re: Load time is very slow) > > > >

Re: Compiling Modules (was Re: Load time is very slow)

2021-12-30 Thread Roman Isitua
from "SDK-develop" runs fine in js-debug and gives error > in js-release and, compiled from "SDK-ROYALE_INTERFACE_INFO" does not > launch because of conversion error. > > Hiedra > > *De:* Roman Isitua > *Enviado el:* martes, 28 de diciembre de 2021 15:55

Compiling Modules (was Re: Load time is very slow)

2021-12-30 Thread Harbs
WebRelease/App.js:951:454>) > at $$.J.addBead (http://localhost:8080/WPWebRelease/App.js:357:549 > <http://localhost:8080/WPWebRelease/App.js:357:549>) > > The main difference: > project compiled from "SDK-develop" runs fine in js-debug and gives error in &g

Re: Load time is very slow

2021-12-28 Thread Roman Isitua
Hi Maria, Prior to starting this mail discussion "Load time is very slow". I can confirm I have only been compiling in debug mode. My target\javascript\bin\ only had js-debug. It was after I upgraded my royale sdk from 0.9.7 to 0.9.8 that I compiled in release mode. On Tue, Dec 28,

RE: Load time is very slow

2021-12-28 Thread Maria Jose Esteve
edra De: Harbs 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

Re: Load time is very slow

2021-12-28 Thread Harbs
Yes. This is one of the things I’d like to see happen in 2022. It should even be possible to automatically load changed JS files in the browser without reloading the whole page (in some cases). > On Dec 28, 2021, at 9:13 AM, Yishay Weiss wrote: > > > That said, I’d like for us to add increment

Re: Load time is very slow

2021-12-27 Thread Harbs
r. > > Of course, I could be wrong… > -Alex > > From: Harbs > Reply-To: "users@royale.apache.org" > Date: Monday, December 27, 2021 at 4:40 AM > To: "users@royale.apache.org" > Subject: Re: Load time is very slow > > > > >> On

Re: Load time is very slow

2021-12-27 Thread Harbs
Four minutes for debug? Wow. Are you sure it’s only JS and debug? That seems insane. > On Dec 28, 2021, at 9:13 AM, Yishay Weiss wrote: > > We have a client now whose devs are seeing four minutes for each iteration, > on top of which they have other startup tasks that can take a few minutes.

RE: Load time is very slow

2021-12-27 Thread Yishay Weiss
yale.apache.org<mailto:users@royale.apache.org> Subject: Re: Load time is very slow Compile times of debug builds should be very fast. What compile times are you seeing? What I mean is that, if we develop the entire application using only one module, as we add new functionality, compile times will

Re: Load time is very slow

2021-12-27 Thread Alex Harui
… -Alex From: Harbs Reply-To: "users@royale.apache.org" Date: Monday, December 27, 2021 at 4:40 AM To: "users@royale.apache.org" Subject: Re: Load time is very slow On Dec 27, 2021, at 2:04 PM, Roman Isitua mailto:romanisi...@gmail.com>> wrote: - compile times. With

Re: Load time is very slow

2021-12-27 Thread Piotr Zarzycki
Hi Roman, When you compile framework with artifacts will be stored locally. Next when your application start with compilation it will uses these stored locally artifacts. Thanks, Piotr On Mon, 27 Dec 2021 at 18:52, Roman Isitua wrote: > I will try this and revert back to you. > > One question

Re: Load time is very slow

2021-12-27 Thread Roman Isitua
I will try this and revert back to you. One question, how do i get my application project to use this branch of apache royale ? My project is maven based. On Mon, 27 Dec 2021, 18:47 Harbs, wrote: > The build instructions should be the same. > > checkout the branch in both royale-compiler and

Re: Load time is very slow

2021-12-27 Thread Harbs
The build instructions should be the same. checkout the branch in both royale-compiler and royale-asjs and rebuild the same way you normally do. This git command should check out the branch. git checkout feature/ROYALE_INTERFACE_INFO If it doesn’t work, details on what happens should help us f

Re: Load time is very slow

2021-12-27 Thread Harbs
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 wrote: > > Wow ! You are using a workstation with a bleeding edge processor. > > I just compiled my app now. It took 44 seconds. (

Re: Load time is very slow

2021-12-27 Thread Roman Isitua
Would definitely not mind trying this out. I have built 0.9.8 from source before following the instructions here https://royale.apache.org/source-code/ I checked out the branch "develop" and built the source. My app uses maven. How can I test this out ? On Mon, Dec 27, 2021 at 2:12 PM Harbs

Re: Load time is very slow

2021-12-27 Thread Roman Isitua
On Mon, Dec 27, 2021 at 2:11 PM Harbs wrote: > Compile times of debug builds should be very fast. What compile times are >> you seeing? >> > > What I mean is that, if we develop the entire application using only > one module, as we add new functionality, compile times will continue to > increas

Re: Load time is very slow

2021-12-27 Thread Harbs
Yes. I made some changes which I’m hoping might help for modules. > On Dec 27, 2021, at 3:06 PM, Roman Isitua wrote: > > What feature are you referring to here ? Minification of modules ? Please > clarify. > > > On Mon, Dec 27, 2021 at 1:44 PM Harbs > wrote: > I

Re: Load time is very slow

2021-12-27 Thread Harbs
> Compile times of debug builds should be very fast. What compile times are you > seeing? > > What I mean is that, if we develop the entire application using only one > module, as we add new functionality, compile times will continue to increase. > With the modular approach, functionality is

Re: Load time is very slow

2021-12-27 Thread Roman Isitua
What feature are you referring to here ? Minification of modules ? Please clarify. On Mon, Dec 27, 2021 at 1:44 PM Harbs wrote: > If you could try out the feature/ROYALE_INTERFACE_INFO branch and let me > know if that helps, it would be very helpful. > > You need to pull that branch both for ro

Re: Load time is very slow

2021-12-27 Thread Roman Isitua
Find my responses below On Mon, Dec 27, 2021 at 1:40 PM Harbs wrote: > > > On Dec 27, 2021, at 2:04 PM, Roman Isitua wrote: > > - compile times. With modules as I am adding new features to the app, > compile times will not be affected too much. > This is very useful for my small team. We are n

Re: Load time is very slow

2021-12-27 Thread Harbs
If you could try out the feature/ROYALE_INTERFACE_INFO branch and let me know if that helps, it would be very helpful. You need to pull that branch both for royale-compiler and royale-asjs. > On Dec 27, 2021, at 2:04 PM, Roman Isitua wrote: > > So I definitely need to figure out how to get mo

Re: Load time is very slow

2021-12-27 Thread Harbs
> On Dec 27, 2021, at 2:04 PM, Roman Isitua wrote: > > - compile times. With modules as I am adding new features to the app, compile > times will not be affected too much. > This is very useful for my small team. We are not using the latest > workstation with bleeding edge processors. My lap

Re: Load time is very slow

2021-12-27 Thread Roman Isitua
is using Maven so SDK and build is the one which he indicates trough > dependencies. > > > > > > On Fri, 24 Dec 2021 at 10:35, Maria Jose Esteve wrote: > > Hi, > > This error tells me that you have dependencies to swf artifacts but your > SDK "surely" i

RE: Load time is very slow

2021-12-24 Thread Maria Jose Esteve
Maven modules and I can't get the release version to work. Hiedra De: Roman Isitua Enviado el: viernes, 24 de diciembre de 2021 17:13 Para: users@royale.apache.org Asunto: Re: Load time is very slow Just want to provide an update. I successfully upgraded to version 0.9.8. I have deployed th

Re: Load time is very slow

2021-12-24 Thread Roman Isitua
>> *Enviado el:* viernes, 24 de diciembre de 2021 9:59 >> *Para:* users@royale.apache.org >> *Asunto:* Re: Load time is very slow >> >> >> >> I have started the upgrade to 0.9.9-SNAPSHOT >> >> >> >

Re: Load time is very slow

2021-12-24 Thread Piotr Zarzycki
*Para:* users@royale.apache.org > *Asunto:* Re: Load time is very slow > > > > I have started the upgrade to 0.9.9-SNAPSHOT > > > > I am getting the following error > > > > Could not resolve dependencies for project com.spacio:spacio_as3:swc:1.0: > The fol

RE: Load time is very slow

2021-12-24 Thread Maria Jose Esteve
Hi, This error tells me that you have dependencies to swf artifacts but your SDK "surely" is JS Only can it be? Hiedra De: Roman Isitua Enviado el: viernes, 24 de diciembre de 2021 9:59 Para: users@royale.apache.org Asunto: Re: Load time is very slow I have started the upgrade

Re: Load time is very slow

2021-12-24 Thread Roman Isitua
e-defaults-css-files=MXRoyale-0.9.7-js.swc:defaults.css;" > because you don't need it anymore. > > > > Let us know how it works for you. > > Hiedra > > > > *De:* Roman Isitua > *Enviado el:* jueves, 23 de diciembre de 2021 18:36 > *Para:* users@r

RE: Load time is very slow

2021-12-23 Thread Maria Jose Esteve
2021 18:36 Para: users@royale.apache.org Asunto: Re: Load time is very slow Thanks. I will update my pom with this. I will try the 0.9.9-snapshot and revert. Regards, On Thu, 23 Dec 2021, 18:30 Maria Jose Esteve, mailto:mjest...@iest.com>> wrote: I have like this the artifact download, when

Re: Load time is very slow

2021-12-23 Thread Roman Isitua
lse > > > > > > true > > daily > > > > > > > > > > always > > daily > > newer > > > > > > Hiedra > > > > *De:* Piotr Zarzyc

RE: Load time is very slow

2021-12-23 Thread Maria Jose Esteve
sp=sharing Hiedra De: Roman Isitua mailto:romanisi...@gmail.com>> Enviado el: jueves, 23 de diciembre de 2021 17:23 Para: users@royale.apache.org<mailto:users@royale.apache.org> Asunto: Re: Load time is very slow Thanks. My team is very new to royale. We have no prior adobe flex experience.

Re: Load time is very slow

2021-12-23 Thread Piotr Zarzycki
t; [1] >> https://drive.google.com/file/d/1Fqr77QN0CEYB6c2KGuvhaliuUtDeR8Ov/view?usp=sharing >> >> Hiedra >> >> >> >> *De:* Roman Isitua >> *Enviado el:* jueves, 23 de diciembre de 2021 17:23 >> *Para:* users@royale.apache.org >> *Asunto:* Re: Loa

Re: Load time is very slow

2021-12-23 Thread Roman Isitua
qr77QN0CEYB6c2KGuvhaliuUtDeR8Ov/view?usp=sharing > > Hiedra > > > > *De:* Roman Isitua > *Enviado el:* jueves, 23 de diciembre de 2021 17:23 > *Para:* users@royale.apache.org > *Asunto:* Re: Load time is very slow > > > > Thanks. My team is very new to royale. W

Re: Load time is very slow

2021-12-23 Thread Roman Isitua
se Esteve >> wrote: >> >>> Hi Roman, I like the design you have chosen, it looks great. >>> >>> It doesn't take me 20 seconds to load, are you sure it's not a question >>> of your access? >>> >>> >>> >>> I s

Re: Load time is very slow

2021-12-23 Thread Piotr Zarzycki
conds to load, are you sure it's not a question >> of your access? >> >> >> >> I see you are still connected to SDK 0.9.7, couldn't you get it to work >> with the latest one? >> >> >> >> Hiedra >> >> >> >> *De:*

RE: Load time is very slow

2021-12-23 Thread Maria Jose Esteve
ng Hiedra De: Roman Isitua Enviado el: jueves, 23 de diciembre de 2021 17:23 Para: users@royale.apache.org Asunto: Re: Load time is very slow Thanks. My team is very new to royale. We have no prior adobe flex experience. We are using royale material design. How many seconds does it take to l

Re: Load time is very slow

2021-12-23 Thread Roman Isitua
k > with the latest one? > > > > Hiedra > > > > *De:* Roman Isitua > *Enviado el:* jueves, 23 de diciembre de 2021 16:22 > *Para:* users@royale.apache.org > *Asunto:* Load time is very slow > > > > Hi Everyone, > > > > I am current

RE: Load time is very slow

2021-12-23 Thread Maria Jose Esteve
: jueves, 23 de diciembre de 2021 16:22 Para: users@royale.apache.org Asunto: Load time is very slow Hi Everyone, I am currently working on an app. The app is still in development. I have deployed it to a test server online. The app can be access on this url below http://140.238.127.236:8

Load time is very slow

2021-12-23 Thread Roman Isitua
Hi Everyone, I am currently working on an app. The app is still in development. I have deployed it to a test server online. The app can be access on this url below http://140.238.127.236:8081/spaciofm/js-debug/index.html I noticed that the app loading time is slow. It takes up to 20 seconds