It's worth investigating the compression options available to you as well as server caching. Take a look at http://www.improvedsource.com/view.php/Web-Performance/35
Also, search on "gzip nabble qooxdoo" and browse the various discussions about compressing the scripts. It make a big difference. Our complete app is around 200k when compressed, down from about 1MB. Trying your app, I see that BookViewWindow.js is requested from the server every time you double-click on a book. It's only 2384 bytes, but why wasn't it incorporated into the qooxdoo app? Similarly for the help page. Much better to get it all compressed and included rather than downloaded in separate little chunks. Hugh > *Subject:* [qooxdoo-devel] qooxdoo on dialup connection > *From:* tsmiller <[EMAIL PROTECTED]> > *To:* [email protected] > *Date:* Tue, 13 Nov 2007 09:17:11 -0800 (PST) > > Will qooxdoo load and work on a typical dialup connection. I am > developing > an application and finally getting it to the point that I want to > let people > look at it. However, I have found that people on dialup cannot > access it. Will qooxdoo work on dialup? And if it will, what > issues are there to make > it work. Thanks. Tom btw, my application is at > http://www.featherbottoms.com http://www.featherbottoms.com . It > is a > bookstore on a single page. > -- ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
