Replies: 1 comment 3 replies
-
Pump up concurrency. This may help prerendering multiple pages at a time. If you're not really using Svelte in your project, you might have better time with Hugo/Gatsby for your "large" site. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a very large application (my personal photo site and blog, with roughly a million total pages). It takes a couple hours to build on an Apple M1 Max (10 core 3.2Ghz w/ 64GB of RAM). What would it take to speed this up. I read in the docs that the app is single threaded, would it be hard to change that? Maybe build out
/[slug]
pages in parallel?Beta Was this translation helpful? Give feedback.
All reactions