Re: Gzip not available on Cedar?

2011-06-06 Thread Jacob Vorreuter
The new HTTP stack does not include nginx, which is what performs gzip compression in the old stack. Sent from my iPhone On Jun 2, 2011, at 6:50 PM, Chris Hanks christopher.m.ha...@gmail.com wrote: Nevermind, I found Rack::Deflater, and it seems to be Gzipping most things alright (it takes

Re: Gzip not available on Cedar?

2011-06-03 Thread Chris Hanks
No problem. The issue with HTML pages not being Gzipped resolved itself somehow - now everything's being compressed just as it should be. The downside is that it ties up the dyno, and adds about 5-10 ms of processing time to my heavier pages. It would be great if Heroku could get Nginx handling

Gzip not available on Cedar?

2011-06-02 Thread Chris Hanks
I tried moving an app over to Cedar, and now that I'm looking at it in Firebug it appears that Heroku isn't gzipping responses anymore. I knew that I'd have to handle my own http caching since this stack doesn't use Varnish, but I thought that Gzip was handled by Nginx and would still be

Re: Gzip not available on Cedar?

2011-06-02 Thread Chris Hanks
Nevermind, I found Rack::Deflater, and it seems to be Gzipping most things alright (it takes care of the assets, but not HTML, and i'm not sure why). On Jun 2, 6:30 pm, Chris Hanks christopher.m.ha...@gmail.com wrote: I tried moving an app over to Cedar, and now that I'm looking at it in