Skip to content

Enable gzip response compression

Georgios Andreadis requested to merge enable-gzip-compression into development

Very small MR, just a change in the server's config to enable response compression. This significantly reduces server response size (in all sorts of files/text being returned, given they're above a certain minimum size). Not critical, but should help make the site more responsive, since we're not doing single-page apps.

(Yes, I forgot to run the commit hook on the commit on this one, I ran it now and it'll be there in future commits :)

Merge request reports