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

Improve performance of .text() #1166

Closed
jugglinmike opened this issue Mar 18, 2018 · 0 comments · Fixed by #1564
Closed

Improve performance of .text() #1166

jugglinmike opened this issue Mar 18, 2018 · 0 comments · Fixed by #1564
Labels

Comments

@jugglinmike
Copy link
Member

We recently improved the correctness of the text() method in a way that degrades performance. Restoring the performance of that method will require a new feature in the domhandler project.

See gh-588 for more detail.

fb55 added a commit that referenced this issue Dec 15, 2020
Avoids unnecessary parser calls. Fixes #1166.

Allows us to drop lodash. Fixes #1506.
fb55 added a commit that referenced this issue Dec 20, 2020
Avoids unnecessary parser calls. Fixes #1166.

Allows us to drop lodash. Fixes #1506.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging a pull request may close this issue.

1 participant