]> git.koha-community.org Git - koha.git/commit
Bug 36531: Serve text/javascript compressed, like application/javascript is
authorPhil Ringnalda <phil@chetcolibrary.org>
Fri, 5 Apr 2024 01:59:34 +0000 (18:59 -0700)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Mon, 8 Apr 2024 13:41:12 +0000 (15:41 +0200)
commitc52af2cef0d79f20d74ebf170d4d5514b139ea65
treea9be25a8a55ced8b6f02194094f06555dfe6b34a
parent69ad327379fe0bc46926fb51276f81849a4a6f49
Bug 36531: Serve text/javascript compressed, like application/javascript is

Koha serves static .js files as application/javascript (if /etc/mime.types
says to) and serves them compressed, but output_with_http_headers uses the
currently-correct text/javascript mimetype, and Koha doesn't compress that.

Test plan:
1. Set the preference EnableAdvancedCatalogingEditor to Enable.
2. Open the browser Web Developer Tools to the Network tab
3. Load Cataloging - Advanced editor
4. Click on the line for the framework?frameworkcode=&callback=define load
5. Note the content-type text/javascript, no Content-Encoding line, and
   the size of 1.9MB
6. Apply the patches from bug 36463 if they haven't been pushed, then this
   patch, and reset_all
7. Repeat steps 1-4, and note a Content-Encoding: gzip header and a
   Transferred size around 160KB

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
debian/templates/apache-shared.conf
etc/koha-httpd.conf