entry file size is 2MB+, and by far the longest load time in the app. How can we optimize this?
This seems to be new in nuxt 3 since we upgraded. Can this be optimized further or can we code split pages?
1 Reply
You can run
nuxi analyze
and see which modules are the largest one in your bundle size
And then either remove them or for example lazy load them