Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize QuerySelector API performance #82

Closed
Tracked by #121
andycall opened this issue Oct 21, 2022 · 1 comment
Closed
Tracked by #121

Optimize QuerySelector API performance #82

andycall opened this issue Oct 21, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@andycall
Copy link
Member

Now we needs to walk up the DOM tree to find elements with ID and class attributes.

But we can use HashMap for these special case to improve the query performance.

@devjiangzhou
Copy link
Contributor

#121

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

No branches or pull requests

2 participants