in reply to Re: WWW::Mechanize::Firefox latency using RemoteObject
in thread WWW::Mechanize::Firefox latency using RemoteObject

That won't help much because the slowness likely comes from Perl talking to Firefox and back, and not from pages being slow to load.

  • Comment on Re^2: WWW::Mechanize::Firefox latency using RemoteObject

Replies are listed 'Best First'.
Re^3: WWW::Mechanize::Firefox latency using RemoteObject
by spx2 (Deacon) on Apr 04, 2011 at 09:43 UTC
    well maybe there's some js doing some AJAX requests so that's why I said to disable that js. or maybe there are some ads loading .. which can also be avoided..
      Unfortunately, it isn't ad loading or javascript. This is seen on pages which are fully loaded, and even on _local_ (file:///) pages with no images or javascript. It almost entirely seems to originate in the communication somewhere between perl and firefox.