Routing the page

Hi Guys,
While loading our app initially, it takes around 7-8 sec but we need to reduce less than 5sec.I am having idea that lazy loading in the component but In lightning I am unable to do that so. How we can do that? Is it any other way to decrease the loading time ?

Hi @Shriram . Lightning uses Rollup as its bundler. I personally don’t have experience with it, but if it’s anything similar to webpack, using dynamic imports should allow you to split the appBundle into smaller chunks.

1 Like

yeah @eduardo.guzman , Thanks for your suggestion.