Re: Optimizing cake projects

2006-08-17 Thread bwaters
Thanks for the suggestions. I'll look into unbindModel. I wanted to give you an update: APC - wow I went from a maximum stable run of 40 users on 512meg test server to 125 users over a 300% increase. PersistModel = true My first attempt was to add it to my app controller. I got tons of errors

Re: Optimizing cake projects

2006-08-17 Thread [EMAIL PROTECTED]
I don't know, I read it in the manual at http://manual.cakephp.org/chapter/view_cache --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com

Re: Optimizing cake projects

2006-08-17 Thread sicapitan
really? are there a list of ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL P

Re: Optimizing cake projects

2006-08-17 Thread [EMAIL PROTECTED]
you can use to cache static par of your view --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send ema

Re: Optimizing cake projects

2006-08-16 Thread gwoo
@bwaters APC has worked well for me, seemed faster than all the others persistModel is a beauty and largely mitigates any need for view caching one thing to look at if you have a lot of associations is using unbindModel to remove any associations that will not be used for the particular action

Optimizing cake projects

2006-08-16 Thread bwaters
I'm almost through with our project and it's time to do some performance optimizations. I wanted to start a thread to report my progress and share tips/hints. Here is my plan. Setup a semi realistic test - I'm using microsoft web stress tool - it's free and I use windows to develop (fedora to s