Before implementing Nextjs SSG (static side generation), the loading speed during development is normal and acceptable. However, after implementing Nextjs SSG, the development speed is really slow, even though I know after building the project is fast. Trying to navigate to another SSG page also takes few seconds, but in production, it just so smooth.
Supposed SSG during development is similar to SSR, so the loading shouldn't be that slow during development. Am I right?
Want to ask is there any way to improve the loading speed for development? so that it doesn't hurt the development time.