Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gatsby with a million pages #11070

Closed
devbisht opened this issue Jan 15, 2019 · 5 comments
Closed

Gatsby with a million pages #11070

devbisht opened this issue Jan 15, 2019 · 5 comments
Labels
stale? Issue that may be closed soon due to the original author not responding any more. type: question or discussion Issue discussing or asking a question about Gatsby

Comments

@devbisht
Copy link

Anyone working /worked with a million pages build in Gatsby?

Just want to see what is the build time and performance of Gatsby before actully implement it.

@devrchancay
Copy link
Contributor

devrchancay commented Jan 15, 2019

I've been asked the same thing several times. for my part I will try to generate many pages with data obtained from faker or something similar and I tell you when I do it.

@KyleAMathews
Copy link
Contributor

FYI there's benchmark sites for this sort of thing https://github.com/gatsbyjs/gatsby/tree/master/benchmarks

Also, we don't yet support sites this large. There's a few key blockers e.g. #4746

@LekoArts LekoArts added the type: question or discussion Issue discussing or asking a question about Gatsby label Jan 15, 2019
@nickreese
Copy link
Contributor

I'm able to get 10k pages building with 6gb of ram allotted to the build process. If you're using GraphQL queries instead of passing the required data via gatsby-node.js you're going to see insanely long build times. Pre-packaging the data and passing the required data via each template's "pageContext" sped up our build times massively.

@gatsbot
Copy link

gatsbot bot commented Mar 6, 2019

Hiya!

This issue has gone quiet. Spooky quiet. 👻

We get a lot of issues, so we currently close issues after 30 days of inactivity. It’s been at least 20 days since the last update here.

If we missed this issue or if you want to keep it open, please reply here. You can also add the label "not stale" to keep this issue open!

Thanks for being a part of the Gatsby community! 💪💜

@gatsbot gatsbot bot added the stale? Issue that may be closed soon due to the original author not responding any more. label Mar 6, 2019
@gatsbot
Copy link

gatsbot bot commented Mar 17, 2019

Hey again!

It’s been 30 days since anything happened on this issue, so our friendly neighborhood robot (that’s me!) is going to close it.

Please keep in mind that I’m only a robot, so if I’ve closed this issue in error, I’m HUMAN_EMOTION_SORRY. Please feel free to reopen this issue or create a new one if you need anything else.

Thanks again for being part of the Gatsby community!

@gatsbot gatsbot bot closed this as completed Mar 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale? Issue that may be closed soon due to the original author not responding any more. type: question or discussion Issue discussing or asking a question about Gatsby
Projects
None yet
Development

No branches or pull requests

5 participants