You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: