React widgets take more than 10 seconds to load on page

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
Was this article helpful?
0 out of 0 found this helpful