After entering npm run dev, while browsing to other pages from homepage, I realise loading very slow on the dev environment. Do you guys know why?
All code are on static generation, should be fast.
Hello @alvinngtzeyang, welcome to the forum
Not sure what could be happening. At what point do you notice that the project runs slowly?
Usually, the projects, before the build can be slow due to the development tools that are executed
I'm guessing that would be the reason why it's slow. This is the first time this is reported so we haven't tracked a specific reason why this could happen.