Skip to content

Is there a way to render on the fly? (large number of pages >1 million) #27678

Answered by herecydev
Aditya94A asked this question in Help
Discussion options

You must be logged in to vote

No, gatsby has no server and therefore can't process requests that way. That's such a high number of pages that I would suggest looking into gatsby cloud (incremental builds). The idea being that only pages whose content has changed would need rebuilding, for example a CMS change might only require a handful of pages to update.

Otherwise youre best looking into a more traditional SSR framework like next.js

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Aditya94A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #27678 on October 27, 2020 07:39.