I have 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.
Thanks so much.