I'm running php 5.3.10 on Windows IIS 7.5 And the mysql version is 5.1.56
$conn = mysql_connect($db_server, $db_username, $db_pass) or die(mysql_error());
And this line consistently takes 1 full second.
Where would I start trouble shooting?
I just changed the DNS name to IP and boom! It's lightning fast now!