-
Change Request
-
Resolution: Fixed
-
Trivial
-
None
-
None
Currently the global regular expression data is cached temporary and in most places it is cached for single usage and destroyed right after.
Move the regular expression caching to the configuration cache to reduce database access.