When we are serving puppeteer using virtual machine or any other remote machine, by default we don’t have any displays because all the work is done by Bash (AKA command line). If we have windows server, then there is no big deal. Just connect the server using Remote Desktop Connection and you are good to go .
Read moreHow do you use Puppeteer client-side?
Create a function getData() that retrieves the HTML using puppeteer.
Read moreHow can I speed up my Puppeteer?
Some of this can be achieved via Puppeteer settings, but some will come from optimizing the actual pages you are rendering.
Read moreIs server-side rendering still relevant?
Along with customers’ online habits, the way browsers render HTML has also evolved. In the earlier days of the internet, server-side rendering was the standard way to get the HTML on the screen. Many sites still use it . However, as websites have become more dynamic, client-side rendering has gained momentum.
Read moreIs server-side rendering better?
Between the two options, server-side rendering is better for SEO than client-side rendering . This is because server-side rendering can speed up page load times, which not only improves the user experience, but can help your site rank better in Google search results.
Read more