[12:25:13] TimStarling, legoktm: can't we just make a ResourceLoaderHookRunner that just has the hooks that get typically called by load.php? [15:21:53] TimStarling: I have thought about looking into it, but haven't thought about how to make it faster. composer also does some caching with apcu, which may be worth looking into. [15:22:39] duesen: that already exists, but there are also all the hooks called during setup "MediaWikiServices", some language one, etc. [15:25:22] @legoktm we could call them via HookContainer directly, bypassing the HookRunner. Not as pretty, but perhaps ok as an optimization in bootstrap code. [15:25:55] We could also have a bootstrap hook runner that just has the hooks for bootstrapping. [15:26:10] the hooks covered by each runenr can overlap, that'S not problem