For example, I type in www.mydomain.com and the browser sits around for 30 seconds saying "Waiting for mydomain.com", but then it seems that as soon as it gets a response, my site loads up immediately. This happens both immediately after I've freshly deployed the site, as well as at all other times.
One of my domains isn't even connecting to the database (right now it's a shell Rails app with some public controllers and views). It really seems like the wait comes from server response time.
I was wondering if you could help me pinpoint why exactly this is happening. I'm not entirely sure how to go about debugging this issue, so your help in the matter would be greatly appreciated.
Thanks!