- Clone all of your application files/code (anything besides /app/
webroot but including /app/webroot/index.php) to a ram based file
system on your *nix host.
- Try lazyloader: http://github.com/mcurry/lazy_loader
- Never use recursive > -1, make sure containable does not do multiple
queries, if it does use complex find queries and joins
- Use elements that are being cached, if you use requestAction make
sure those are cached too

On Nov 23, 10:08 pm, Pablo Viojo <pvi...@gmail.com> wrote:
> Yes, APC and Memcache is a must if you want good performance.
>
> Regards,
>
> Pablo Viojo
> pvi...@gmail.comhttp://pviojo.net
>
> ¿Que necesitas?http://needish.com
>
> On Mon, Nov 23, 2009 at 5:58 PM, Miles J <mileswjohn...@gmail.com> wrote:
> > Haha funny you ask. The mozilla addons site actually runs CakePHP 1.1
> > and they recently announced they are switching to Django.
>
> > All I can say is use APC for opcode caching and memcache for user
> > caching.
>
> > On Nov 23, 11:02 am, Balrog <kraus.it...@gmail.com> wrote:
> > > Hello!
> > > We are running quite growing social network in Poland for students at
> > > CakePHP, now 70k users and 0.5M hits a day.
>
> > > We have 3 app servers for it with CakePHP 1.2.5 installed on each.
> > > Servers are Quad Core i7 920 + 8G RAM, so rather good machines.
>
> > > DB on separate box + nginx frontend for static content on other box.
>
> > > Load on each machine is now 5+, i see addons.mozilla using CakePHP
> > > with far greater traffic than ours
>
> > > Have they released info if they have made any significant changes to
> > > the Cake core ? It is rather publicly known that Cake seems to be
> > > rather poorly comparing to RoR or Django in performance.
>
> > > Any good pieces of advice on how to optimize your app (the cake
> > > itself, cause app is prettily good written, db also optimized) ?
>
> > > Is upcoming 1.3 or 2.0 anyhow faster or less-cpu-using?
>
> > > Regards
>
> > --
>
> > You received this message because you are subscribed to the Google Groups
> > "CakePHP" group.
> > To post to this group, send email to cake-...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > cake-php+unsubscr...@googlegroups.com<cake-php%2bunsubscr...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/cake-php?hl=.

--

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-...@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