Web servers can be configured to compress http response. And Django framework also provides the gzip middleware. My question is:
Which one should I use if I am concerned about performance? And
If both are applied, does it mean the response is compressed twice?