Why are my basic Heroku Apps Taking 2 seconds to load?
        Posted  
        
            by viatropos
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by viatropos
        
        
        
        Published on 2010-04-09T09:12:01Z
        Indexed on 
            2010/04/09
            9:33 UTC
        
        
        Read the original article
        Hit count: 514
        
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.
© Stack Overflow or respective owner