Reputation: 1115
so I've been working on a website with Heroku. The site is called Staple Sounds. It's a music website that's built using Ruby on Rails with the SoundCloud API.
I've used a lot of AJAX to improve user's website use when browsing for music. The problem I'm having now, is the website is terribly slow.
I'm pretty new to web design and have no way to know how to go about optimizing the site.
I've done some research and found that the sits TTFB is EXTREAMLY long. Here's an image
I'm thinking about paying for a Heroku DOM. I was thinking about getting the hobby level one. Will this improve my sites performance significantly?
Thanks for your time.
Upvotes: 0
Views: 156
Reputation: 1289
Without analysing the actual code of your app, here is how I would go about it.
Also have a look at https://github.com/ankane/shorts/blob/master/Rails-on-Heroku.md which details Instacart's Heroku learnings.
Hope this helps. :)
Upvotes: 1