> And I'm loading everything from my local server (localhost). If ever you can, don't go through a web server when developing. It adds a lot of time to the reload. Strive to load your app from the file system directly (file:///... URL). Use mock/proxy objects to fake backend access, if your app requires it (this is good for unit testing anyway).
T. > > If some of you are getting 1s to load everything I think we are done > something wrong or at least, not doing everything we should. > > On Tue, Sep 8, 2009 at 1:29 PM, aditya siram <[email protected] > <mailto:[email protected]>> wrote: > > Thanks to all for the help. But I still feel as though I am > missing something. For every little change I make in > Application.js I have to wait at least 5 (perhaps a little less if > I use Chrome) seconds for the page to load. > > My current workflow is this: > 1. Make changes to Application.js (or whatever class is included) > 2. Reload "<my application>/source/" in by browser > 3. Wait for 2-5 seconds while things load. > 4. Repeat > > Especially when I am tweaking or debugging this adds hours to my > development time. Is this expected workflow? > > Any advice is much appreciated. > -deech > > > On Tue, Aug 25, 2009 at 1:42 AM, Christian Schmidt > <[email protected] <mailto:[email protected]>> > wrote: > > Hi, > > Do you mean with "rebuilding", running "generate.py source"? > If you mean > that, than it isn't necessary to run the generator each time > if you > change your source code. You have to run the generator only if > (a) you > use a new class or (b) you use a new file (e.q. image). > > For case (a) the generate calculate the dependency and add the > new class > to the generated js file. The case (b) instead is needed for > adding the > file to the resources, this is important for the ResourceManager. > > I hope this background information was helpful. > > Cheers, > Chris > > > ditya siram schrieb: > > Hi all, > > When I am editing my Application.js file, to look at my > changes I have > > to wait at least 5 seconds for Firefox to reload the page. > Rebuilding > > after each edit also takes about the same time. > > > > Is there an easier way to edit and look at the changes that I am > > missing? Should I editing outside of Application.js? > > > > -deech > > > > ------------------------------------------------------------------------ > > > > > > ------------------------------------------------------------------------------ > > 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 > > [email protected] > <mailto:[email protected]> > > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > > > > -- > Christian Schmidt > Software Entwickler > > 1&1 Internet AG - Web Technologies > Ernst-Frey-Straße 9 · DE-76135 Karlsruhe > [email protected] <mailto:[email protected]> > > Amtsgericht Montabaur / HRB 6484 > Vorstände: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, > Thomas Gottschlich, Robert Hoffmann, Markus Huhn, Hans-Henning > Kettler, Dr. Oliver Mauss, Jan Oetjen > Aufsichtsratsvorsitzender: Michael Scheeren > > > > ------------------------------------------------------------------------------ > 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 > [email protected] > <mailto:[email protected]> > 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 > [email protected] > <mailto:[email protected]> > 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 > [email protected] > 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 [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
