Re: How to deploy cakephp app on production server?

2009-02-17 Thread Motin
> Is it any way to disable 'describe' command? As mentioned, disable debug mode and the describe command will not be issued often at all. The results of the describe command is always cached, but in debug mode the timeout for this cache is 10 seconds, why we often see it while developing. In my t

Re: How to deploy cakephp app on production server?

2009-01-26 Thread Hipnotik
Thanks for fast reply! These informations are very helpful. Piotr On Jan 26, 10:53 am, Martin Westin wrote: > The manual entry is short but that is all that is needed for a basic > setup. > Describe commands stop as soon as you go into debug 0. > > General performance advice (Not things you do

Re: How to deploy cakephp app on production server?

2009-01-26 Thread Martin Westin
The manual entry is short but that is all that is needed for a basic setup. Describe commands stop as soon as you go into debug 0. General performance advice (Not things you do in your app. Things you do in deployment): Compiling php and the web server specifically if the added boost is worth th

How to deploy cakephp app on production server?

2009-01-26 Thread Hipnotik
Hi Could you give me some instructions how to deploy cakephp application on production server? I know I have to disable debugging and enable cache engine... but what else? Maybe some performance tips? Is it any way to disable 'describe' command? Thanks for help! --~--~-~--~~--