ruby on rails - RadRails is very slow on Windows 7 -
I am trying to use radarres on Windows and it works relatively smoothly.
But, when I hit F5 in my browser I have to wait ~ 15 seconds to refresh the page. This is upset because the CPU usage is about 5% and it seems that the radarles are not doing anything during the 15 seconds, there is no debugger activity, there is no SQL connection, and no server requests.
Does anyone have to configure this IDE?
Thank you
PS: I'm editing on Ruby 1.8:
In the first place I thought the web server was also. But it displays the debug: "Full in 13ms (see: 11, db: 2) | 200 OK [... ... it does not look guilty!
So, between this time where is my request, I hit F5 and the moment receives the web server and executes it? Thanks again.
OK I have definitely found my problem ...
I Using remote databases and reverse DNS was active in server my_sql. The connection with this option takes approximately 5 seconds if the hostname can not be resolved.
I have disabled this reverse DNS, the connection is now instant and my page does not require 5 seconds :)
Comments
Post a Comment