no idea why I put it there, I tried moving it to the top, the response times went back to around 3 seconds.
On 11/24/05, Eugene Lazutkin <[EMAIL PROTECTED]> wrote: > > Interesting that the session middleware was the culprit. BTW, why did you > put it at the end of your middleware list? > > The default order is: > > "django.middleware.sessions.SessionMiddleware", > "django.middleware.common.CommonMiddleware", > "django.middleware.doc.XViewMiddleware", > > (see > http://www.djangoproject.com/documentation/settings/#middleware-classes). > > Thanks, > > Eugene