Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Perhaps use heroku-deflater #721

Closed
jdossett opened this issue Mar 28, 2017 · 7 comments
Closed

Perhaps use heroku-deflater #721

jdossett opened this issue Mar 28, 2017 · 7 comments

Comments

@jdossett
Copy link
Contributor

It looks like we may be double compressing some of our content by using Rack::deflater, perhaps we can use heroku-deflater it includes the functionality of heroku-rails-deflate, but is actually actively maintained.

@david-a-wheeler
Copy link
Collaborator

Note that this is related to #575, where we gave up on heroku_rails_deflate.

@david-a-wheeler
Copy link
Collaborator

Hmm, there are issues claiming that the functionality we want is already in Rails and Rack::Deflator:

Perhaps we should double-check to see if we're actually re-compressing static assets in production. It may already be there, in which case we may be a victim of poor/obsolete documentation.

@david-a-wheeler
Copy link
Collaborator

I did a little digging on this gem. I'm glad it's maintained, but the issues leave me a little pause:
https://github.com/romanbsd/heroku-deflater/issues

We need double-check & see if we're actually recompressing compressed items. It may no longer be needed in our case.

@jdossett
Copy link
Contributor Author

I am going to close this now, what we have is working well enough that we shouldn't need to add this.

@dankohn
Copy link
Contributor

dankohn commented Jun 18, 2017 via email

@jdossett
Copy link
Contributor Author

Done.

@dankohn
Copy link
Contributor

dankohn commented Jun 19, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants