On Wed, Jun 18, 2008 at 8:15 PM, Turnquist, Jonah <[EMAIL PROTECTED]> wrote: > If it does not slow it down why don't all the helpers just all get > loaded automatically? I mean, the Time helper is 538 lines of code. > It must slow it down to load that into RAM and deal with it.
Your answer shows that you do not understand the question. It's not about RAM, it's about performance. It's likely that it will take more resources to talk to your database than to hold the time helper in memory. Just my opinion, but others share it. -- Chris Hartjes Internet Loudmouth Motto for 2008: "Moving from herding elephants to handling snakes..." @TheKeyBoard: http://www.littlehart.net/atthekeyboard --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
