Reputation: 4038
I have a problem with my webservice! As I render xml files just like a web page, the content gets loaded very slowly... Is it possible to render the xml in a zip format?
Thanks for any hints concerning this topic!
Markus
Upvotes: 0
Views: 270
Reputation: 38899
Your web hosting should support gzip
. Compression for delivering the webpage is not handled by Rails, talk to your web hosting for this feature. Read this question for more details
Upvotes: 2