> Thanks Fritz and Skar, using source (instead of source-all) brings it
> for me down to around 15 seconds.
>
> However, I realized my webserver (Lighttpd) is causing another serious
> delay. When I use file:// instead of http:// it takes less than 2
> seconds to load. Quite an improvement from 50 seconds where I started...
> Probably the amount of requests (files) is seriously slowing it down.
>   
A 'source' version of a demo app as around 180 class files to load, the 
'source-all' version around 560. This, together with the fact that most 
of these files have to be loaded sequentially from a web server (limit 
of socket connections), and especially with lighttpd which is 
multiplexing on connections (IIRC) should convince you to run the source 
version of an app through the file:// protocol, rather than through a 
server.

T.

> Anyway, thanks again for your help,
>
> Cheers,
>
> Reimer
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
> trial. Simplify your report design, integration and deployment - and focus on 
> what you do best, core application coding. Discover what's new with 
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>
>   

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to