Derrell, that's a known issue (http://bugzilla.qooxdoo.org/show_bug.cgi?id=3666). The problem is the gratuitous requesting of resources through the themes, like #asset(qx/decoration/Modern/*).
I don't know an easy cure for this. Maybe you could tweak the #asset hint in the theme class to be more specific, requesting only those resources that you actually use (like #asset(qx/decoration/Modern/form/*))?! T. On 02/15/2011 04:27 PM, Derrell Lipman wrote: > Hi. I'm deploying a demo version of an app to Google App Engine. In my > demo, I want to include all of the available themes, so that others on > the team (non-local) can see the type of thing that qooxdoo can do with > themes. I'm running up against a hard limit on the number of files that > an App Engine project can contain (3000). With all of the themes in > place, I'm up at around 4800 files. There are a great many files in the > themes that my application does not use. Is there any way to get the > generator to filter unused resources, or some other means to reduce the > file count? > > Thanks, > > Derrell > > > > ------------------------------------------------------------------------------ > The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: > Pinpoint memory and threading errors before they happen. > Find and fix more than 250 security defects in the development cycle. > Locate bottlenecks in serial and parallel code that limit performance. > http://p.sf.net/sfu/intel-dev2devfeb > > > > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
