ualbertalib / jupiter

Jupiter is a University of Alberta Libraries-based initiative to create a sustainable and extensible digital asset management system. This is phase 2 (Digitization).
https://era.library.ualberta.ca/
MIT License
23 stars 10 forks source link

Enable compression #2249

Open ConnorSheremeta opened 3 years ago

ConnorSheremeta commented 3 years ago

It was found through lighthouse that we don't compress text based resources on production. Lighthouse suggests using gzip, deflate or brotli on the server level (more info on this from lighthouse here) assigning this to you on GitHub and tagging you here to ensure this gets to you Henry! @henryzhang87

murny commented 3 years ago

Here's a similar issue https://github.com/ualbertalib/jupiter/issues/703 from a long time ago talking about similar improvements we can make like gziping/fixing headers apache sends/etc