You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new to Next.JS and I have a question concerning the build time of large websites.
How long would it take approximately to build 500,000 pages? 99.9% of these pages would be rendered under pages/path/[id].js with getStaticPaths and getStaticProps. Each page has to make a database call.
Do you think it is too large for static generation to handle?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm new to Next.JS and I have a question concerning the build time of large websites.
How long would it take approximately to build 500,000 pages? 99.9% of these pages would be rendered under pages/path/[id].js with getStaticPaths and getStaticProps. Each page has to make a database call.
Do you think it is too large for static generation to handle?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions