vbaspcppguy wrote: > When testing with source in Firefox the load times are painfully slow even > loading from a file:// location because its doing 300+ requests. (On my pc > > 30 seconds.) Where as loading from the single compiled build is a matter of > a couple seconds. > > I was wondering if theres a way to create a ...ehm... half compiled source > that is the qooxdoo files all in one, but not obfuscated. A single large > file + my apps source files would take a significantly less time to load and > still be debugable.
Have a look in your Makefile to see if APPLICATION_COMPLETE_SOURCE is set (it defaults to true if omitted). Setting it to false and rerunning make should roughly halve the number of files that get included. Remember to rerun make if the classes used changes. Hopefully that will speed things up significantly. I've also found that pressing Enter in the location field on FF is quicker than doing a refresh. Nick ------------------------------------------------------------------------- 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
