Improve URL cleanup matching performance

XMLWordPrintable

      The URL cleanup matching performance (that is, associating a raw URL string with a particular cleanup entry) is not very efficient, because it has to run every single cleanup match RegExp against the URL until it finds a match. If we could look up cleanup entries by hostname, then the number of entries to match against would be significantly reduced (to only one entry in most cases).

            Assignee:
            Michael Wiencek
            Reporter:
            Michael Wiencek
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                Version Package
                2025-08-11