Re: Please some explanations on persistModel attribute and perfomance issues

2010-12-25 Thread huoxito
thanks, I'll give a look at that tonight, never did something like that so far. Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post t

Re: Please some explanations on persistModel attribute and perfomance issues

2010-12-25 Thread Ryan Schmidt
On Dec 25, 2010, at 12:56, huoxito wrote: > I'm trying to set my database as good as possible. What do you mean by > removing htaccess support? wouldn't my app lose pretty urls if I do that? .htaccess files are convenient during development because you can change them without needing to restar

Re: Please some explanations on persistModel attribute and perfomance issues

2010-12-25 Thread huoxito
thanks very much for your help cricket, I hadn't realized that cake wouldn't run those queries on production mode, guess that was a dumb questions. thanks! I'm trying to set my database as good as possible. What do you mean by removing htaccess support? wouldn't my app lose pretty urls if I do

Re: Please some explanations on persistModel attribute and perfomance issues

2010-12-25 Thread cricket
On Fri, Dec 24, 2010 at 2:18 PM, huoxito wrote: > I am trying to make cake not generate the kinds of queries below every > minute or so. Reading the book I found the controller attribute > persistModel. I set it true in one of my controllers but these show full > columns queries still shows up ev

Please some explanations on persistModel attribute and perfomance issues

2010-12-24 Thread huoxito
I am trying to make cake not generate the kinds of queries below every minute or so. Reading the book I found the controller attribute persistModel. I set it true in one of my controllers but these show full columns queries still shows up every minute. 1SHOW FULL COLUMNS FROM `drg_aros` 771