Re: Django is slower after changeset [6333]

2007-09-16 Thread msaelices
OK, after all, the main change it's already commited, and is the important one. On 17 sep, 01:24, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Sun, 2007-09-16 at 11:21 -0700, msaelices wrote: > > I created a ticket for it. Ticket is: > >http://code.djangoproject.com/ticket/5513 > > > After

Re: Django is slower after changeset [6333]

2007-09-16 Thread Malcolm Tredinnick
On Sun, 2007-09-16 at 11:21 -0700, msaelices wrote: > I created a ticket for it. Ticket is: > http://code.djangoproject.com/ticket/5513 > > After more than one hour of profiling, I found the problem. It creates > a session for every request. > > I've attached patch on ticket: > http://code.djang

Re: Django is slower after changeset [6333]

2007-09-16 Thread msaelices
On 16 sep, 20:58, msaelices <[EMAIL PROTECTED]> wrote: > This is the last patch update: > > http://code.djangoproject.com/attachment/ticket/5513/sessions_speedup... Sorry, the correct link is this: http://code.djangoproject.com/attachment/ticket/5513/sessions_speedup_6364.2.diff > > It improv

Re: Django is slower after changeset [6333]

2007-09-16 Thread msaelices
This is the last patch update: http://code.djangoproject.com/attachment/ticket/5513/sessions_speedup_6364.2.diff It improve performance a little, but It's difficult to test because differences are minimal. On 16 sep, 20:21, msaelices <[EMAIL PROTECTED]> wrote: > I created a ticket for it. Ticke

Django is slower after changeset [6333]

2007-09-16 Thread msaelices
I created a ticket for it. Ticket is: http://code.djangoproject.com/ticket/5513 After more than one hour of profiling, I found the problem. It creates a session for every request. I've attached patch on ticket: http://code.djangoproject.com/attachment/ticket/5513/sessions_speedup_6364.diff Agai