Re: Improving Site Performance

2012-04-09 Thread Swaroop Shankar V
Thanks Phang, I have not yet checked into the query caching in django. Will check and will see if it would improve the performance. Thanks a lot for your reply :) Thanks and Regards, Swaroop Shankar V On Sat, Apr 7, 2012 at 4:04 PM, Phang Mulianto wrote: > Well.. i think the lazy query is on

Re: Improving Site Performance

2012-04-07 Thread Phang Mulianto
Well.. i think the lazy query is on action. The query executed to get the data from database to be use in your view, if you said requestContext(..) if you remove it, of course the data will not available in your view/template. To reduce the query executed everytime you call the page, try use que

Improving Site Performance

2012-04-05 Thread Swaroop Shankar V
Hi All, Am developing a site using django and it is almost ready to be launched. Right now am trying to optimize the performance of the site. I have installed the django debug toolbar and when i checked the number of queries being exicuted on the homepage i could see there are 74 queries being exec