zalando-incubator / tessellate

Server-side React render service.
https://zalando-incubator.github.io/tessellate
MIT License
151 stars 23 forks source link

Use gzip when fetching sources, content and bundles #68

Closed semonte closed 7 years ago

semonte commented 7 years ago

tessellate-fragment /fragment endpoint makes HTTP requests to sources, content and bundle endpoints in order to render the bundle. These resources may be of significant size so it is a good idea to use gzip compression.

I suggest adding gzip: true as documented in https://github.com/request/request