Enable GZip Compression in Django

GZip compression reduces size of payload sent to browser which in turn increases performance for your site. If you are not doing this then stop everything and read this. Hopefully … Continue Reading →


Customize Response Headers in Django

Django makes it as easy as it can be to work with Response Headers. These headers in case you did not know are sent to the browser along with the … Continue Reading →