I created two very simple Heroku apps to test out the service, but it's often taking several seconds to load the page when I first visit them:
- Cropify - Basic Sinatra App (on github)
- Textile2HTML - Even more basic Sinatra App (on github)
All I did was create a simple Sinatra app and deploy it. I haven't done anything to mess with or test the Heroku servers. What can I do to improve response time? It's very slow right now and I'm not sure where to start. The code for the projects are on github if that helps.