-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: None
-
Component/s: JavaScript, URL cleanup
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).