Skip to content

v2.0 Significantly improve performance of RobotsTxtParser

Compare
Choose a tag to compare
@bopoda bopoda released this 01 Apr 21:41
· 52 commits to master since this release

Main note: refactoring of RobotxTxtParser class to significantly improve performance of parsing a large robots.txt files (100-1000 times) due to improvement of an algorithm of parsing.

  • refactored RobotxTxtParser
  • save full backward compatibility with previous version
  • all phpunit tests passed