|
Hello Guys, I was trying to use GZip for Django. I've simply removed the comment hash from the GZip line on settings.py. I noticed that my javascript is not beeing compressed. I've checked the meta.osqa response, and it does compress the javascript. What do I have to do configure django to compress my javascript files? Best regards, |
|
We don't use django, but rather apache. Django will work if, you're loading the files with it, but I'm guessing that your images and js are being server directly by apache. We use this two lines in the vhost file:
Joseph, you know if some file has been compressed by looking at thr Content-Encoding in the response header. |
Aside: How do you actually determine what is and isn't being compressed?