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
