Today, for no reason, my rails(2.1.0) application is very slow or even not responding. It happens intermittently. So sometimes it works but again it doesn't work.
When it doesn't work, I can't even load 'script/console production'. I want to know where it's stuck. How do I load console step-by-step so that I can know which part causes the problem?
Thanks.
Sam