Plugins should be loaded once for each module rather than multiple times
Plugins are currently loaded immediately before they are used in the simplifier and constraint solver. It would be better to load them once, at the start of the pipeline rather than at each of these different places.
lazac already has a patch which achieves this. I'm making it a separate ticket as it need not be blocked on the progress of #14709 (closed)