On Thu, Apr 24, 2008 at 8:33 AM, Pierre MARCOURT
<[EMAIL PROTECTED]> wrote:
>  I am using a lot Ajax and Scritptaculous, is that a problem ? Almost my
> entire site is in Ajax.

Yes, that is bound to be slow without a lot of thought on the use of
unobtrusive javascript.

>  In my app_controller.php, I am using the beforRender() function where I  do
> some queries. Is that function slow down the website ?
>

Why are you doing that in beforeRender()?  Is there any reason why you
couldn't do it in controller methods.

-- 
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 cake-php@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to