| published by | Adam Johnson |
|---|---|
| in blog | Adam Johnson |
| original entry | Django: Introducing django-http-compression |
HTTP supports response compression, which can significantly reduce the size of responses, thereby decreasing bandwidth usage and load times for users. It’s a cheap and valuable technique for improving website performance.
Lighthouse, Google’s web performance auditing tool, recommends enabling compression where it is not enabled, presenting estimated bandwidth …