in reply to Re^8: WWW::Mechanize::Firefox delayed returns / slow
in thread WWW::Mechanize::Firefox delayed returns / slow
Thank you very much for sharing how you made your script faster!
That "simple assignment" is not so simple behind the scenes. It involves converting the DOM in the Firefox process to a text string and then copying that text string to the Perl process. The network connection between Firefox and Perl is not as fast as it could be, unfortunately.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^10: WWW::Mechanize::Firefox delayed returns / slow
by mascip (Pilgrim) on Apr 10, 2014 at 09:22 UTC | |
by Corion (Patriarch) on Apr 10, 2014 at 09:56 UTC | |
by mascip (Pilgrim) on Apr 10, 2014 at 18:09 UTC |