I'm on the latest version of next.js (13.4?), and I've put together a benchmark to see how next.js would perform on my 20k page website.
I'm running next build, with the export option turned on. It only seems to be maybe a single CPU core. Is there a way I can speed this up further? I haven't added things like CSS or images to my test to optimize yet, so if there is no parallelization currently, I'm worried this will slow down too much.
I need static site generation. ISR isn't an option for me.