You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the recommended usage for optimized performance for multiple URLs?
My assumption is that a new instance of puppeteer is created with new browser and new page for each URL. Is this correct? Or are there optimizations made?
It would be nice if the same page could be used or some kind of page caching could be used for improving performance. Is this in any way possible?
What is the recommended usage for optimized performance for multiple URLs?
My assumption is that a new instance of puppeteer is created with new browser and new page for each URL. Is this correct? Or are there optimizations made?
It would be nice if the same page could be used or some kind of page caching could be used for improving performance. Is this in any way possible?
Is https://github.com/sindresorhus/capture-website or https://github.com/sindresorhus/pageres better for multiple URL performance?
Or is performance not optimizable for either, and so another library should be used instead?
Regards.
The text was updated successfully, but these errors were encountered: