Looks like everything about deploying Rails apps to @heroku got faster. Weeee!
https://blog.heroku.com/archives/2014/2/11/git_push_heroku_master_now_40_faster
Looks like everything about deploying Rails apps to @heroku got faster. Weeee!
https://blog.heroku.com/archives/2014/2/11/git_push_heroku_master_now_40_faster
@pete_higgins 👍
@bleything 👍
@mattxmiller How long are you in town?
Did asset pipeline compilation get faster on @heroku or is it just an illusion (because the output changed)?
It feels a LOT faster!
@kristinatastic 😁
@kristinatastic "swipe-righter" or "swiper-right"?
Water starts falling from the sky and then the sirens start in 3… 2… 1…
@tjnelsonjr Anytime, girlfriend.
@tjnelsonjr You just wrote that page!
@evanphx And then…?
@tjnelsonjr Prove it.
@evanphx Now do my house!
@tjnelsonjr Says the guy who's avatar is a #selfie. Clever you.
@evanphx @pjhyett Was that drunk guy @defunkt?
@dzuelke Is this what you're suggesting?
http://stackoverflow.com/questions/19746419/how-to-enable-compression-in-a-php-app-on-heroku
@dzuelke We already have a lot of tooling built around deploying to Heroku apps, so we get a lot for free. We use Cloudfront for assets.
@dzuelke How do I configure my static "PHP" app to Gzip static files (HTML, etc)?
Can I do that just in the .htaccess file?
Post more #selfies.
@dzuelke "Or how to configure the Web server to do it?"
We're actually serving all static HTML, no PHP.
RT @amilum: Doing anything “under the table” sounds dirty. RT @veganstraightedge: Anything you say “that sounds dirty” after will then soun…
@dddagradi Thanks.
@dzuelke Hi!
Anything you say “that sounds dirty” after will then sound dirty.
@dddagradi No. I like that it's served as PHP. We put an empty index.php on purpose. But I just wanna Gzip the files coming out.
And I'd prefer not to use a custom @heroku buildpack. This *should* just be a bit of configuration somewhere, right? I mean, right?