Skip to content

Pre-compress all static content, including HTML pages

ale requested to merge precompress into master

Use Apache content negotiation capabilities to serve the pre-compressed files if possible.

See https://kevinlocke.name/bits/2016/01/20/serving-pre-compressed-files-with-apache-multiviews/ for details on the technique implemented (including the "double extension for original content" trick).

Merge request reports