Skip to content

v7.2.3

Compare
Choose a tag to compare
@ndaidong ndaidong released this 23 Sep 09:21
· 142 commits to main since this release
c938584
  • Optimize performance

By removing HTML validation step, we increased the performance to about 4x - 5x faster.

Before, article-parser checks if the extract's input is URL or valid HTML to decide next step.
Now when receiving the input, if that isn't URL, it assumes that's a HTML string and start extracting immediately.

v7.2.2 - Before

v7.2.3 - After