html5-dom-document-php icon indicating copy to clipboard operation
html5-dom-document-php copied to clipboard

Using xpath may improve querySelector performance

Open poef opened this issue 3 years ago • 1 comments

DomDocument has support for spatch selectors, which support most of the CSS selectors. By offloading the search to the builtin function, you should be able to get improve performance quite a bit here.

Take a look at an implementation here: https://github.com/Ariadne-CMS/arc-xml/blob/master/src/xml.php#L53

poef avatar Nov 11 '20 01:11 poef

Sounds really good! Thank you!

ivopetkov avatar Nov 11 '20 13:11 ivopetkov