Re: From Django 1.1 to Django 1.3.1 - Goes Very Slow

2012-08-23 Thread akaariai
On 21 elo, 19:04, ydjango wrote: > Thank you Paul. I will use those tools. > > I also plan to replace to some ORM queries by raw sql to avoid performance > impact of cloning and multi db enhancements. If you can, please try to pinpoint the reason for regressions, and if it

Re: From Django 1.1 to Django 1.3.1 - Goes Very Slow

2012-08-21 Thread ydjango
Thank you Paul. I will use those tools. I also plan to replace to some ORM queries by raw sql to avoid performance impact of cloning and multi db enhancements. On Tuesday, August 21, 2012 7:42:26 AM UTC-7, Paul Backhouse wrote: > > On Tue, 2012-08-21 at 07:30 -0700, ydjango wrote: > > > >

Re: From Django 1.1 to Django 1.3.1 - Goes Very Slow

2012-08-21 Thread Paul Backhouse
On Tue, 2012-08-21 at 07:30 -0700, ydjango wrote: > > I have typical LAMP stack application. I use ORM very heavily. I > recently migrated from django 1.1 to django 1.3.1. > Application has become very slow even though I have doubled the > hardware. > > Two major changes have been: > 1) I have

From Django 1.1 to Django 1.3.1 - Goes Very Slow

2012-08-21 Thread ydjango
I have typical LAMP stack application. I use ORM very heavily. I recently migrated from django 1.1 to django 1.3.1. Application has become very slow even though I have doubled the hardware. Two major changes have been: 1) I have moved database (mysql) to different server 2) I have migrated