Looking for tips to speed up server-side render

Hi there:

After some initial problems (as you can follow here) I’ve finally developed a complete mock for an e-commerce web app, using server-side render (of course via BJS) in order to achieve the functionality of a 3D customizable layer.

The problem I’ve found is that, even with very basic and optimized models, the whole thing is not very fast to say the least. All that in the case of a local NodeJS server, so let’s say I’m pretty sure it’s going to get worse in a remote one.

Said this, I suppose it’s mainly a problem with Puppeteer’s tasks (launch browser, open page, …), but anyway I wonder if there is any other advice, in order to enhance the performance.

Thank you very much for your time.