This might help on the server side, but with as many http requests as some pages have, it might not be so noticeable for the end user:
Stats for page: http://colnect.com/en/phonecards/countries Empty Cache 72.6K 1 HTML/Text 16.0K 2 IFrames 17.5K 7 JavaScript Files 0.01K 1 Stylesheet File 1.5K 7 CSS Images 261.7K 242 Images 369.4K Total size 260 HTTP requests -------------------------------- Primed Cache 72.6K 1 HTML/Text 16.0K 2 IFrames 1.9K 5 JavaScript Files 0.01K 1 Stylesheet File 0.0K 1 CSS Image 0.0K 145 Images 90.6K Total size 155 HTTP requests -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of colnector (colnect.com) Sent: Sunday, February 22, 2009 11:24 AM To: symfony developers Subject: [symfony-devs] TIP: increase your templates speed I've formerly started this thread: http://groups.google.com/group/symfony-devs/browse_thread/thread/f1aedc5 427017096/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.h tml 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 -~----------~----~----~----~------~----~------~--~---
