| Summary: | text/javascript responses should be compressed by Apache | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Galen Charlton <gmcharlt> |
| Component: | Web services | Assignee: | Bugs List <koha-bugs> |
| Status: | NEW --- | QA Contact: | Testopia <testopia> |
| Severity: | normal | ||
| Priority: | P5 - low | CC: | dcook, josef.moravec |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
|
Description
Galen Charlton
2019-02-01 19:23:05 UTC
It looks like none of the Javascript files (e.g. global_22.1103000.js) are compressed as they all have a Content-Type of "text/javascript" and Apache is only compressing "application/javascript". Actually, I'm going to have to look over this more. I'm noticing Apache 2.4.52 Ubuntu calling some files text/javascript while Apache 2.4.56 Debian is calling the same files application/javascript. There's probably more going on there than I realize... |