Re: [qooxdoo-devel] final size file javascript

2012-04-16 Thread thron7
Depends. When you gzip a file yourself, you don't usually have to configure anything in your web server. Just make sure that it is passing the right mime type with the download. But as some (really old!) browsers have difficulties uncompressing files, if you want to cater for them too, you can

Re: [qooxdoo-devel] final size file javascript

2012-04-16 Thread Ernesto Napoli
hi I have to setup the webserver for gzip ? thanks 2012/4/15 thron7 > ** > Ernesto, > > > On 04/15/2012 04:08 PM, Ernesto Napoli wrote: > > 5) D:\qooxdoo\workspace\inlineApp\generate.py build >> >> the size of inlineapp.js is 677 KB why? >> > > This is not unusual. Even a simple applica

Re: [qooxdoo-devel] final size file javascript

2012-04-15 Thread Ernesto Napoli
Thanks :) Il giorno 15/apr/2012 17:03, "thron7" ha scritto: > ** > Ernesto, > > On 04/15/2012 04:08 PM, Ernesto Napoli wrote: > > 5) D:\qooxdoo\workspace\inlineApp\generate.py build >> >> the size of inlineapp.js is 677 KB why? >> > > This is not unusual. Even a simple application includes

Re: [qooxdoo-devel] final size file javascript

2012-04-15 Thread thron7
Ernesto, On 04/15/2012 04:08 PM, Ernesto Napoli wrote: 5) D:\qooxdoo\workspace\inlineApp\generate.py build the size of inlineapp.js is 677 KB why? This is not unusual. Even a simple application includes the general qooxdoo infrastructure for the OO system, with classes, mixin,

Re: [qooxdoo-devel] final size file javascript

2012-04-15 Thread Ernesto Napoli
hi is there some help for this questions ? thanks 2012/4/13 erny > hi > > I'm test your great frameworks :))) > > I do this steps: > > 1) C:\qooxdoo\qooxdoo-1.6-sdk\tool\bin\create-application.py > --name=inlineApp -t inline --out=C:\qooxdoo\workspace\ > > 2) D:\qooxdoo\workspace\inlineApp\ge

[qooxdoo-devel] final size file javascript

2012-04-13 Thread erny
hi I'm test your great frameworks :))) I do this steps: 1) C:\qooxdoo\qooxdoo-1.6-sdk\tool\bin\create-application.py --name=inlineApp -t inline --out=C:\qooxdoo\workspace\ 2) D:\qooxdoo\workspace\inlineApp\generate.py source (no all class) 3) open Application.js an use only one button1 widge

Re: [qooxdoo-devel] Final size

2007-04-16 Thread Hugh Gibson
First off, the advice about mod_gzip and mod_deflate would seem to be the best option for standard servers. > What do you think is the best solution qooxdoo can deliver? Advice on standard servers - as above, plus: > Is gzipping scripts really supported in IE7? Yes. This is an extract from a

Re: [qooxdoo-devel] Final size

2007-04-14 Thread Camilo Aguilar
Is posible to use mod_gzip for Apache 1.3 or mod_deflate for Apache 2.x. Is not necessary to use gzip from the build process, the server (Apache) can do it very well. +info mod_gzip http://schroepl.net/projekte/mod_gzip/ mod_deflate http://httpd.apache.org/docs/2.0/mod/mod_deflate.html Regards

Re: [qooxdoo-devel] Final size

2007-04-13 Thread Rahul Sharma
have something similar in JEclipse? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sebastian Werner Sent: Saturday, April 14, 2007 3:53 AM To: qooxdoo Development Subject: Re: [qooxdoo-devel] Final size Am 13.04.2007 um 20:46 schrieb Rahul Sharma: > We h

Re: [qooxdoo-devel] Final size

2007-04-13 Thread Sebastian Werner
reasing we would get more requests like these. > > Regards > Rahul Sharma > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Leander Hanwald > Sent: Friday, April 13, 2007 5:03 PM > To: qooxdoo Development > Subject

Re: [qooxdoo-devel] Final size

2007-04-13 Thread Rahul Sharma
Development Subject: Re: [qooxdoo-devel] Final size Hi Jonis, only for your information: With my Linux Firefox 2.0.0.3 it works good and the page loads in under 4 seconds. Greetings, Leander Jonis wrote: > New! :P > > Instead of call external javascript, just put the content on curren

Re: [qooxdoo-devel] Final size

2007-04-13 Thread Leander Hanwald
Hi Jonis, only for your information: With my Linux Firefox 2.0.0.3 it works good and the page loads in under 4 seconds. Greetings, Leander Jonis wrote: > New! :P > > Instead of call external javascript, just put the content on current > page and gzip it!! > My results: > > > Ex: > require_o

Re: [qooxdoo-devel] Final size

2007-04-13 Thread Jonis
New! :P Instead of call external javascript, just put the content on current page and gzip it!! My results: Ex: Estagio if (!q

Re: [qooxdoo-devel] Final size

2007-04-13 Thread Dirk Wellmann
Hi, just tested it with a bigger application and it worked with FF 2 and IE7! Just compressed the xxx.js to xxx.js.gz with gzip. Does anybody know to make tomcat handling these compressed stuff? With apache2 it works, access via Servlet won't work. Regards Dirk Sebastian Werner schrieb: > Hu

Re: [qooxdoo-devel] Final size

2007-04-13 Thread Sebastian Werner
Hugh Gibson schrieb: >> But why when you load source version the final size is smaller? > > No, it's not. > > If you load the source version and then run it under a Javascript debugger > like Firebug you will see hundreds of script files are being loaded. They add > up to a much bigger bunch of

Re: [qooxdoo-devel] Final size

2007-04-12 Thread Hugh Gibson
> But why when you load source version the final size is smaller? No, it's not. If you load the source version and then run it under a Javascript debugger like Firebug you will see hundreds of script files are being loaded. They add up to a much bigger bunch of Javascript compared to the built

Re: [qooxdoo-devel] Final size

2007-04-12 Thread Jonis
But why when you load source version the final size is smaller? I tryied to load my page from load test (wich load all external scripts) and from build version i got about 600kfrom source version, i got about 30k (even with external script, like "qooxdoo" linked classes). Is ths right? Hot

Re: [qooxdoo-devel] Final size

2007-04-12 Thread Jonis
??? Can i remove this class?? how? Leander Hanwald escreveu: > Hi > > Your Build Version also contains the qooxdoo own classes, your source > version only links to them :) > > Jonis schrieb: >> Hi. >> >> I've finished my first layout ( :) ) and i'm little confuse about size. >> My build versio

Re: [qooxdoo-devel] Final size

2007-04-12 Thread Leander Hanwald
Hi Your Build Version also contains the qooxdoo own classes, your source version only links to them :) Jonis schrieb: > Hi. > > I've finished my first layout ( :) ) and i'm little confuse about size. > My build version is about 512Kb!! Is this right? > > This is the layout: http://intranet.moural

[qooxdoo-devel] Final size

2007-04-12 Thread Jonis
Hi. I've finished my first layout ( :) ) and i'm little confuse about size. My build version is about 512Kb!! Is this right? This is the layout: http://intranet.mouralacerda.edu.br/estagio/build/ I've build this using Showcase example but remove ALL functions not used. My 'source' build script