Skip to content

v1.1.0 - Performance update

Latest
Compare
Choose a tag to compare
@math280h math280h released this 28 Jul 07:54
· 8 commits to main since this release
16da860

This update should come with a high degree of performance increase.

What's changed?

  • Regex is now compiled when starting the application (This includes custom rules)
  • Use of Redis heavily optimized (Redis is now only contacted when the application starts or something changes)
  • Implemented logging for some exceptions.