module-federation-examples icon indicating copy to clipboard operation
module-federation-examples copied to clipboard

question: Micro front-end scenario performance optimization

Open zhangHongEn opened this issue 1 year ago • 0 comments

For example, I have a micro-frontend system with 100 applications. During the module-federation initialization phase, I need to load 100 mf-manifest.json and remoteEntry.js. How much performance overhead will these 200 http requests have? Do I need to consider grouping remotes? I haven't tried it, so I want to get the answer directly.

zhangHongEn avatar Aug 16 '24 03:08 zhangHongEn