Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 6 of 6 total
Thread General Question (And Issue) Re: JS Compiled Size
Mon, Mar 2 2015 7:26 AMPermanent Link

Mark Brooks

Slikware

Avatar

All

My current project is quite large. The uncompressed JS output is > 45,000 lines and > 1.75Mb. I have two questions:

- How does this compare with your apps? Small, big, large?
- I am unable to compile with compression on. The IDE hangs. Anybody else experience this?

Cheers
Mark
Mon, Mar 2 2015 7:32 AMPermanent Link

Matthew Jones

Mark Brooks wrote:

> My current project is quite large. The uncompressed JS output is >
> 45,000 lines and > 1.75Mb. I have two questions:
>
> - How does this compare with your apps? Small, big, large?
> - I am unable to compile with compression on. The IDE hangs. Anybody
> else experience this?


Mine is 1.2Mb uncompressed, 450k compressed. Never had compile hangs -
I'd send the project to Tim for him to look at. (In the past I've sent
him my full confidential projects - I'm sure he has better things to do
than steal my code, and it ensured he saw that bug, the fix for which
was far more valuable than the potential trouble!)

The main thing is that I use FinalBuilder to do the compiles, so I know
that production code goes out compressed, which is better protection
for my code and system.


--

Matthew Jones
Mon, Mar 2 2015 7:35 AMPermanent Link

Chris Holland

SEC Solutions Ltd.

Avatar

Team Elevate Team Elevate

Hi Mark,

My project is also > 45,000 lines and compiles to 1.86 MB uncompressed
and 665 KB compressed.

I have never experienced any issues with compressing the project.

Chris Holland
[Team Elevate]

On 02/03/2015 12:26, Mark Brooks wrote:
> All
>
> My current project is quite large. The uncompressed JS output is > 45,000 lines and > 1.75Mb. I have two questions:
>
> - How does this compare with your apps? Small, big, large?
> - I am unable to compile with compression on. The IDE hangs. Anybody else experience this?
>
> Cheers
> Mark
>
Mon, Mar 2 2015 9:20 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Mark,

<< - How does this compare with your apps? Small, big, large? >>

Compressed, it will be about half that size, or less.  As the application
grows, the compression rate normally increases slightly due to the increased
occurrence of duplicate symbols.

<< - I am unable to compile with compression on. The IDE hangs. Anybody else
experience this? >>

What version of EWB ?  If the latest 1.05, then please send me your
application and I'll take a look.

Tim Young
Elevate Software
www.elevatesoft.com
Mon, Mar 2 2015 12:55 PMPermanent Link

Mark Brooks

Slikware

Avatar

"Tim Young [Elevate Software]" wrote:

>>What version of EWB ?  If the latest 1.05, then please send me your
>>application and I'll take a look.

Sorry Tim. Still on 1.01 (due to some framework changes that I made) and next upgrade will likely be to 2.00X. Not an urgent issue for me right now, but thanks for the offer.
Tue, Mar 3 2015 3:40 AMPermanent Link

Matthew Jones

Mark Brooks wrote:

> Still on 1.01 (due to some framework changes that I made)

I found it easy to re-apply the changes I made - obviously it needs the
original and then a diff tool if complex.

--

Matthew Jones
Image