in reply to WWW::Mechanize::Chrome VERY slow on xpath obtaining TDs of a TR
and found this passages and emphasized two parts
instead of
//foo
Querying relative to a node only works for restricting to children of the node, not for anything else. This is because we need to do the ancestor filtering ourselves instead of having a Chrome API for it.
two insights into potential bottlenecks so:
Of course this is all speculation as long as you can't provide an SSCCE ... :)
Cheers Rolf
(addicted to the 𐍀𐌴𐍂𐌻 Programming Language :)
Wikisyntax for the Monastery
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: WWW::Mechanize::Chrome VERY slow on xpath obtaining TDs of a TR
by ait (Hermit) on Nov 27, 2022 at 10:27 UTC | |
by LanX (Saint) on Nov 27, 2022 at 10:38 UTC | |
by ait (Hermit) on Nov 29, 2022 at 09:15 UTC |