I've been wondering how loading a lot of bundles in the appkernel (let's say 300+) and their routing information impacts the overall application performance?
Look at it as a matter of conditional loading of bundles for frontend and backend (providing some of them are actually needed only for only one environment) - is it worth doing it?
I know it may be difficult to answer without actually testing it in some real world scenario, but maybe someone has studied the internals of sf2 extensively enough to tell what's the scale of the problem when adding a lot of bundles and their routing configurations.