rstacruz / sinatra-assetpack

Package your assets transparently in Sinatra.
http://ricostacruz.com/sinatra-assetpack/
MIT License
542 stars 96 forks source link

Possible Heroku issues #41

Closed bradherman closed 11 years ago

bradherman commented 12 years ago

We noticed that when testing our app on Heroku after migrating all of our JS to assetpack (and reducing our HTTP requests by nearly 100) that we had a 4x INCREASE in load time on Heroku. We're not sure, but the only thing I can think of is that perhaps Heroku has an issue with serving large strings out of memory. Has anyone else encountered this?

j15e commented 11 years ago

Can't reproduce