AliasRedirectionAction is called on every request. And each time, it loops on alias db, creates the regexp and execute it. Creating a regexp is a long process.
We could simply store a map in memory with aliasurl <-> regexp.