Recently Symfony announced it would support Doctrine not Propel going 
forward:
http://www.symfony-project.org/blog/2009/06/11/new-in-symfony-1-3-what-s-up-with-propel-and-doctrine

Some interesting quotes:
'As Doctrine is the future of symfony, we decided to make it the default 
choice when creating a new project...'
'For Symfony 2, the core team will ONLY support Doctrine.'

So I thought for a project I've recently started it would be best to 
convert from Propel to Doctrine given that it's going to be the future 
of Symfony. My home page load time went from 50~ ms to over 300ms, both 
pages run a simple join query.

I thought I would look into this a little more and found this page here:
http://phplightorm.wiki.sourceforge.net/LightOrm+vs+Propel+vs+Doctrine+benchmark

The key information from this is that propel is a lot faster than 
Doctrine. Something to think of before using Doctrine in your next project.

Any Doctrine users out there know of some must do's to make the 
performance not so horrible?

Cheers,

Rob


--~--~---------~--~----~------------~-------~--~----~
NZ PHP Users Group: http://groups.google.com/group/nzphpug
To post, send email to [email protected]
To unsubscribe, send email to
[email protected]
-~----------~----~----~----~------~----~------~--~---

Reply via email to