On Jul 31, 2007, at 3:54 PM, [EMAIL PROTECTED] wrote:
> > I've noticed in some of the larger sites that I've built with cake > that the database gets hit quite a bit to render even a single page. > I'm using caching as much as possible, but for some pages that's not > possible. > > Other frameworks, such as Django, don't use introspection and it seems > as though that's one of the reasons why they are very fast. > > Is it possible to "bake" introspection as to forgo the "describe" > queries and other queries necessary to make introspection work? When DEBUG is set to 0, the DESC queries are cached and not executed anymore. -- John --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
