There was one asset type that wasn't successfully being put through GZIP compression as intended with #59 . This new PR should hopefully address this by giving each asset type its own "AddOutputFilterByType DEFLATE mimetype" line.
Also, this PR extends the range of GZIP targets to even more plaintext assets for improved web performance by reducing the site payload.
Merged. Hmm, if I read webpagestest.org output correctly, /activities.json?locale=en is still uncompressed. Could the reason be that the URL ends with ?locale=en ??
There was one asset type that wasn't successfully being put through GZIP compression as intended with #59 . This new PR should hopefully address this by giving each asset type its own "AddOutputFilterByType DEFLATE mimetype" line.
Also, this PR extends the range of GZIP targets to even more plaintext assets for improved web performance by reducing the site payload.