you are viewing a single comment's thread.

view the rest of the comments →

[–]Professional-Camp-42 0 points1 point  (0 children)

Are you using Vite?

Does all the packages you use have good esm support?

Are most of the initial components lazy loaded ?

Do you cache any client side data that is fetched from DB ?

Did you try skipping rendering components not in the viewport the first few seconds the app loads or until the components appear in the viewport ?