Published by Fabian on 12 Sep 2008 at 03:46 pm
Just had my talk on symfony performance tuning at the symfony camp
having a generic talk in a short time on what options for performance optimizations for a web framework is not an easy task. I just completed my talk, and even when I was slightly exceeding my 45 minutes, I think I managed to transport the message that there are many options to start working on bad performance. On the other hand, main contributors to performance issues are most of the time just a few factors like number of HTTP requests and database requests. Again its 80/20: 20% of the available tuning options solve 80% of the performance issues.
I hope that everybody could follow the presentation, and even more, can apply some tuning to their projects to get better performance. If you were unable to attend or want to review my slides, here they are, uploaded as PDF:
Full Stack Web Application Performance Tuning
and on slideshare:
Other presentations from the camp can be found also on slideshare and there are some images on flickr
Philippe Gamache on 12 Sep 2008 at 5:43 pm #
Do you have them available in PDF…
stefan on 13 Sep 2008 at 8:30 am #
I found the presentation refleshingly interesting. You dared to take the talk beyond mere symfony optimization, and that was great! I learned quite a few things which I may be able to apply to the VPS setup I have. OK, memory *is* a problem there so not everything will work, but some of the things might actually enhance the performance of my applications on the VPS. Thanks for the great presentation.
Software-Wahnsinn | Symfony-Camp 2008 (II) - the day after on 14 Sep 2008 at 7:03 pm #
[...] Lange stellte in seinem Vortrag “Full Stack Web Application Performance Tuning” die verschiedenen Methoden und Ansatzpunkte vor, die bei der Optimierung von (nicht nur [...]
Łukasz Wojciechowski on 14 Sep 2008 at 7:46 pm #
I was there at SC’08 and I liked your presentation.
I will definietly try some “tricks” mentioned in presentation.
Best regards