I've formerly started this thread: http://groups.google.com/group/symfony-devs/browse_thread/thread/f1aedc5427017096/b31736f53422c49e#b31736f53422c49e
and have since then tried and got some interesting results which made me write this blog post: http://blog.colnect.com/2009/02/upto-80-speed-increase-on-colnect-with.html I would be happy to get some comments from other Symfony developers. Excerpt of the blog post: Upto 80% Speed Increase on Colnect with Symfony I have managed to cut up to 80% in loading times for Colnect's pages. This is going to be a technical post that would hopefully help others using Symfony framework on their websites. Please mind that for many sites, caching can and should be enabled. On Colnect, however, a lot of pages (especially the heavy ones) cannot be cached since they need be calculated on every request from the same user. If your site is not very dynamic, using APC (if you have a single server) or memcached (when you have many) is the best thing you can do for performance. Enjoy :) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en -~----------~----~----~----~------~----~------~--~---
