brenden / node-webshot

Easy website screenshots in Node.js
2.12k stars 285 forks source link

How to optimize image generating time? #166

Open playground opened 8 years ago

playground commented 8 years ago

It's currently taking 5 to 6 seconds to generate a simple image. Is there something we can do to speed that up?

kontextbewusst commented 8 years ago

That's an issue for me, too... it is probably the PhantomJS instance that needs time to start

aaronryden commented 7 years ago

Did you figure this out? How can we pre-start a phantomJS process and keep it idling in the background while we wait for webshot to be called?

mystetskyivlad commented 7 years ago

We have same issue here, do you have any suggestions how to make it faster?