Next.js Discord

Discord Forum

(very) fast page generation

Unanswered
American Crow posted this in #help-forum
Open in Discord
American CrowOP
Hey! I made a next app that displays some stuff that I want to render to a pdf. I have another script that crawls my app with puppeteer. I'd like to make the page as lean as possible for the puppeteer script. Currently I have to load 700kB, there is seemingly a lot of JS loaded, how can I disable this and lean purely on SSR?

2 Replies

American CrowOP
American CrowOP
I seem to get a flash of unstyled content, is this the usual with next?