Hi Miguiel, On Saturday 09 January 2010 16:46:36 Miguiel Manso wrote: > I've just started playing around with qooxdoo and I think it's a wonderful > project. Thanks for the kudos and welcome to qooxdoo!
> I've created the "Hello World" application to start testing it and > understanding some of the concepts around it and I've noticed that > everytime I "reload" the page to do some testing Firefox loads DOZENS of > "js" files taking almost 30 ou 40 seconds to load the page. The "source" version loads every needed JS file separately. You do your development with the "source" version for e.g. better debugging support. > I've also noticed that after I "build" the application this problem doesn't > happen. Since these kind of applications rely a lot on "reloads" to test > the code is there any trick to make the "source" project load faster? Just take a look at http://qooxdoo.org/documentation/1.0/helloworld#deployment to read about the differences between the "source" and "build" version. > Something like load only the components it needs for the code being used > or something? No quite. qooxdoo always does only load the resources with are necessary to load in both "source" and "build" version. The "build" version is one compressed and optimized JS file for your whole application. That's the reason for better loading performance. Check out the whole "Hello World" tutorial to get more infos :) cheers. Alex ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel