Re: Django too slow

2009-01-08 Thread bruno desthuilliers
On 8 jan, 07:04, Vicky wrote: > I using the django to generate xml and to fetch datas from database. > When i run it the response is too slow. it takes nearly 4sec to load > the page. So what can i do to make my program more efficient. Plse > tell me some things to avoid

Re: Django too slow

2009-01-07 Thread David Zhou
On Thu, Jan 8, 2009 at 1:04 AM, Vicky wrote: > > I using the django to generate xml and to fetch datas from database. > When i run it the response is too slow. it takes nearly 4sec to load > the page. So what can i do to make my program more efficient. Plse > tell me some

Django too slow

2009-01-07 Thread Vicky
I using the django to generate xml and to fetch datas from database. When i run it the response is too slow. it takes nearly 4sec to load the page. So what can i do to make my program more efficient. Plse tell me some things to avoid so that it becomes faster