I have a particular Get response which has over 20mb of JSON payload, this takes a lot of time to load. I was wondering if there is a way to compress this payload a bit before sending it to the client.
Note: I'm new to the Django framework, kindly provide docs along with your answer so i can understand more.