On Oct 28, 5:02 am, Peter Bowyer <[EMAIL PROTECTED]> wrote: > how much code performance overhead does Symfony add to your web > apps? I monkeyed with Zend for a bit and discovered that even its > basic MVC framework significantly increased response times. Similarly, > to those of you who have used any of the other PHP frameworks, how do > they perform?
As someone else mentioned, ALL frameworks add overhead. And there's always a counter argument for their use too. Like most things, its a trade-off between ease and cost of development versus server overhead and response time. However, symfony has many ways of tweaking performance via caching, tweaking queries, switching off unneeded features etc. I think the fact that some quite large sites* run on symfony says more than anyone can say. * http://www.symfony-project.org/blog/category/Case+studies -- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---
