Your suggestion
We should only load emitters as required and enabled instead of always loading all emitters.
Currently it's not possible to enable/ disable an emitter they are always on.
Alternatives
You could override the type of an emitter to remove all matching types from being processed, but that's not intuitive and a bad way to solve a basic feature.
Additional context
No response