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?
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?