[13:28:24] https://github.com/wikimedia/mediawiki-extensions-AbuseFilter/blob/master/includes/ServiceWiring.php loads >40 classes on every request because they contain string constants that are used as the service names, is it generally worth refactoring this so it doesn't load the classes anymore? [13:28:32] Seems to account for 0.2% of wall time in https://performance.wikimedia.org/arclamp/svgs/daily/2026-03-24.excimer-wall.index.svgz?s=AbuseFilter%2Fincludes%2FServiceWiring [13:34:02] (ofc this would only work under the assumption that most of these classes aren't actually needed in most requests, but I would assume that's the case)