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: 
> > 
> >  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 django from 1.1 to 1.3.1 
> > 
> > Any clues on what I should look at? 
> > Any Django 1.3.1 specific settings I should look at? 
>
> I think there are some browser tools that you could look at installing. 
> Firebug will tell you details about time to fetch files. I think there's 
> yslow too. Django debug toolbar will also tell you what queries are 
> being made and how long they take. 
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/oZgj3XXlBMwJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to