Thanks for the link Grimoire. Nicely presented research.

I'd love to some of the code used in these tests. I know from my  
experiences with frameworks, stylistic coding changes can have a huge  
bearing on speed.

For me, I found my original Symfony Apps were much slower than my  
latest. I think that is due to:

        -       My better usage of the cache

        -       More streamlined / lean model usage - I try and minimize access 
to  
joined table. Especially in listing pages.

        -       I watch the number of DB queries like a hawk. I try and keep it 
as  
low as possible. Anything above 2-3 for a popular script, and I get  
worried.  But the again, I also wrap aluminum foil around my head  
so .... : )

        -       I've mostly stopped using the Admin generator. I find it way, 
way  
too verbose for my liking.

So what have others found? how do you optimize you Symfony Apps?

- Piers



>
> http://www.alrond.com/en/2007/jan/25/performance-test-of-6-leading- 
> frameworks/
>
> Bad marketing for our lovely framework.
>
> -- 
> Grimoire Guru
> SourceMage GNU/Linux
>
> >

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to