Questions tagged [http-compression]

HTTP compression is a capability that can be built into web servers and web clients to make better use of available bandwidth, and provide faster transmission speeds between both

HTTP compression is a capability that can be built into web servers and web clients to make better use of available bandwidth, and provide faster transmission speeds between both. HTTP data is compressed before it is sent from the server: compliant browsers will announce what methods are supported to the server before downloading the correct format; browsers that do not support compliant compression method will download uncompressed data. The most common compression schemas include gzip and deflate, however a full list of available schemas is maintained by IANA

309 questions
0
votes
2 answers

HTTP compression - How to send precompressed files that exist in a EAR file?

Is it possible to send pre-compressed files that are contained within an EARfile? More specifically, the jsp and js files within the WAR file. I am using Apache HTTP as the web server and although it is simple to turn on the deflate module and set…
ipwnponies
  • 219
  • 1
  • 4
  • 10
0
votes
1 answer

httpCompression directory on IIS 7 for multiple websites

Scenario: At our company, we have enabled httpCompression for our website. This website (call it as master website) and its preview version both are hosted on the same web server. Preview version is used for testing. The compression settings in the…
MNVR
  • 865
  • 4
  • 16
  • 30
0
votes
2 answers

django - Cleaning up HTML templates for production

Is there a tool for django that would allow me to "prep" the static HTML templates for production? My templates are growing heavy in comments and shelved code that is useful to have when in development, but when deployed these extra comments will be…
Goro
  • 9,919
  • 22
  • 74
  • 108
0
votes
2 answers

Manually gziped js files not working

Does anyone know what might be causing this to happen? The file is uploaded correctly, it has the right permissions, and the