Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Webpage "get" slow with WWW::Mechanize

by mr_ron (Chaplain)
on Nov 17, 2015 at 01:31 UTC ( [id://1147866]=note: print w/replies, xml ) Need Help??


in reply to Webpage "get" slow with WWW::Mechanize

The page doesn't come down slowly at all for me. I had some trouble with 500 can't connect at first and had to add a parameter to the Mechanize constructor.

my $request = WWW::Mechanize->new(ssl_opts => { verify_hostname => 0 });

It might be helpful for you try a TCP packet analyzer/sniffer to look at what packets or traffic might not be getting answered or otherwise getting held up or hanging.

Ron

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1147866]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-04-25 07:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found