Issue
- React widgets that have files caching in the browser take 10+ seconds to load.
Environment
- DXP 7.3
Resolution
- Using Webpack instead of NPM Bundler may help with this performance issue.
- Having only one bundle with everything it needs, that doesn't import lots of unused stuff may also work.
- It would also be good to remove all this duplicates and clean the unused dependencies