On Jul 11, 2:34 pm, "Feris Thia" <[EMAIL PROTECTED]> wrote: > On 7/11/07, Marcus <[EMAIL PROTECTED]> wrote: > > > > > On 11 Jul., 00:49, Langdon Stevenson <[EMAIL PROTECTED]> wrote: > > > My approach: make it work, then make it fast. > > > Right! > > > You can get an impressive performance gain for your CakePHP > > application with: > > > - setting DEBUG to 0 > > - activating persistent models in your AppController (especially when > > you have lots of models with many associations) > > Is that possible using php running as cgi ?
Why not? When using persistent models CakePHP saves serialized model data to disk - this should work even in a CGI-Environment. Marcus --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
