2010/8/27 Reinout van Rees <rein...@vanrees.org> > > I don't know about performance, but at least the GZipMiddleware > documentation says it has to be right at the top to prevent errors. It > mucks about with the content-length, that's why. >
So, I should put it before commonMiddleware? > By the way: have you already optimised the non-django-view parts of your > application? Combined js; combined css; static hosting of media files by > apache/ngnix; perhaps a varnish cache; etc. > > Optimizing *there* might bring more returns than a heaping amount of > middleware. Yes, I've varnish and I use a minimizer to combine and compress js and css. Thank you! -- Alessandro Ronchi http://www.soasi.com Hobby & Giochi http://hobbygiochi.com http://www.facebook.com/hobbygiochi -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.