Does running Puppeteer on Google Cloud Functions download Chromium browser on the fly?

Viewed 247

When running a Google Cloud or Firebase Function running puppeteer, does it download the full Chromium from a public download url during the function execution? How long does that take? Is that considered ingress and free? Are there any optimizations for this? e.g., Is it worthwhile to cache a private download of Chromium to Cloud Storage? Any other tips or gotchas?

Thanks.

0 Answers
Related