Hi Tatiana,
2007/1/22, Tatiana Lloret Iglesias <[EMAIL PROTECTED]>:
I've executed script using ip number instead of domain name but it takes
more or less the same time in these 2 steps:
$browser2->get($url);
$content = $browser2->content();
You also has to consider the network traffic going from your computer
to destination. Probably the time you're seen is due to connection
delay. I told you the last message that one of the causes would be DNS
query, and told you how to cache it, but it is not the only bottleneck
you may get.
HTH!
--
Igor Sutton Lopes <[EMAIL PROTECTED]>
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/