All content served on Heroku apps is automatically gziped, so you need take no action there. You can definitely set the expires header, or any other HTTP header, and it will be passed to the user's browser, and also used by the Varnish http cache. One example of this with a max-age from Rails is here:
http://docs.heroku.com/http-caching#caching-dynamic-content-by-age Setting expires or other cache headers would look very similar. Adam --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/heroku?hl=en -~----------~----~----~----~------~----~------~--~---
