Hiya!
I need some help on how to figure out what is making our Nuxt app slow on initial load. We are not using serverless - good old docker and nginx.
In development i can see that Nuxt UI is loading everything, wish it had tree shaking there, but it also happens in production where inital load sometimes take up to 10s - its an an application with dynamic data, so not sure if i can use a prerendering method and if yes, which one.
Can anyone give me some pointers?