Hi Kappa,

>  I also enabled caching on each requestAction (1 day) but nothing
>  changed;

are you sure the cache's are being written? look in /tmp/cache/views
for $this->element caches, and /tmp/cache/models for things written in
the model with Cache::write

>  the overall database time is quite small (40msec) but the whole page
>  loading
>  takes about 500msec on my own MacBook Pro .. but 4-5 seconds on the
>  server
>  that hosts the site ..with 1 connection only.

A MBP doing nothing else is a pretty beefy server, so to give a better
idea of the comparison, what hardware are you deploying on? Can you
increase the memory allocated to php via php.ini or .htaccess? Most of
my projects have a 64mb+ limit set.

hth

jon

-- 

jon bennett
w: http://www.jben.net/
iChat (AIM): jbendotnet Skype: jon-bennett

--~--~---------~--~----~------------~-------~--~----~
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 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to