rjanot / YuccaPrerenderBundle

Symfony2 Bundle to use prerender.io
MIT License
56 stars 15 forks source link

add gzip support #15

Open thoop opened 10 years ago

thoop commented 10 years ago

The Prerender server now supports gzip encoded responses in order to save on bandwidth. If you pass the 'Accept-Encoding: gzip' header to the Prerender server, it will respond with a gzipped response. Our Node/Rails middleware currently un-gzips the response so it is transparent to anyone using it.