[symfony-users] Re: Talking about performance, clustering etc.

2009-05-14 Thread Alexandru-Emil Lupu
HI! this thread might provide you some cool info http://groups.google.com/group/symfony-users/browse_thread/thread/853e0eaf964e1752?hl=en Alecs On Thu, May 14, 2009 at 10:10 AM, Frank Stelzer wrote: > > Hello, > I want to write an article about best practises for performance, > clustering etc. i

[symfony-users] Re: Talking about performance, clustering etc.

2009-05-14 Thread pixelmeister
Here are a view things fit to your planned article: - Move routinCache to memcache! This is a often overlooked thing but higly improves performance. - Browsercaching. Allow caching of css and js, how to handle eTags efficiently - Usage of lazy_rout

[symfony-users] Re: Talking about performance, clustering etc.

2009-05-14 Thread David Ashwood
I've used ipvs (http://www.linuxvirtualserver.org/software/ipvs.html) effectively on a few sites for clients - it's more scalable than using reverse proxies. It's a handy & fast and efficient way to: * load balance * manage traffic to the cluster (allowing for transparently bringing se