Bud, >From the snippet of the MG debugging that you posted, the item that is taking a large amount of time is not the invocation of the appendGeneratedViewMapping function, it is the primary module loading that immediately precedes it:
1312ms Configuration Loading Initial XML Module 64856ms Message Listener Invoking appendGeneratedViewMapping... The first timestamp is from before the primary module (your ModelGlue.xml file) is loaded, and the next is after loading completes. As a couple of folks have stated on this thread, a very plausible explanation for this would be running a version of the JVM that contains the class loading bug. Have you tried Todd's code to check your JVM version, or do you have access to the CF admin to check it there? -- Ezra Parker On Mon, Feb 15, 2010 at 11:07 AM, Bud <[email protected]> wrote: > It all seems to happen at the appendGeneratedViewMapping step. Have > you looked at my model-glue log? How can I bypass that step? I'm not > using scaffolds. Why is it doing ANYTHING with generated views? > > We're not talking a "little" extra time. A minute is an eternity and > I'm exceeding that. I've invested 6 months in MG and am on a deadline > and I'm screwed if I can't fix this. The more I add to the app, the > longer the load time gets. Every event handler seems to add another > second. I've got 30-40 public events. They each have 2 results that > call a private event based on whether it's a user or an admin. Those > private events do the broadcasts and return the appropriate templates. > It ends up being about 100 event handlers total. > > I'm running the latest maintenance release. > > On Feb 15, 12:54 pm, Dan Wilson <[email protected]> wrote: >> Model Glue is always going to need a little extra time to initialize because >> a lot of CFCs must be created, your configuration must b e parsed and >> stored, and other important start up functionality must take place. Once MG >> starts up, MG can rely on scope stored component instances to go fast. > > -- > Model-Glue Sites: > Home Page: http://www.model-glue.com > Documentation: http://docs.model-glue.com > Bug Tracker: http://bugs.model-glue.com > Blog: http://www.model-glue.com/blog > > You received this message because you are subscribed to the Google > Groups "model-glue" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/model-glue?hl=en > -- Model-Glue Sites: Home Page: http://www.model-glue.com Documentation: http://docs.model-glue.com Bug Tracker: http://bugs.model-glue.com Blog: http://www.model-glue.com/blog You received this message because you are subscribed to the Google Groups "model-glue" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/model-glue?hl=en
