peetzweg / aves

0 stars 0 forks source link

[Player] Add gzip to production pipeline #37

Open peetzweg opened 7 years ago

peetzweg commented 7 years ago

As I just read it should be fine to just serve a gzipped version of the aves bundle using s3. The current version is more than halved in size using gzip, from 200 to 64k.

http://stackoverflow.com/questions/11653488/serving-gzipped-content-directly-bad-thing-to-do

peetzweg commented 7 years ago

just putting a gzip to s3 does not work. Maybe it must be delivered by a webserver and certain headers?

peetzweg commented 7 years ago

I will google that for the release, it's not critical but should not hinder the rest of the sprint!