findingmarbles / Retromat

Retromat: Plans for (agile) retrospectives - Create, tweak, print, share
46 stars 25 forks source link

More reliable and more widely used GZIP compression #60

Closed technopagan closed 6 years ago

technopagan commented 6 years ago

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.

fiddike commented 6 years ago

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 ??