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
When taking lots of webshots, the phantomjs startup for each one can add a lot of time. It would be faster to keep one phantom process around and reuse it. Perhaps it could exit after being idle for some amount of time.
When taking lots of webshots, the phantomjs startup for each one can add a lot of time. It would be faster to keep one phantom process around and reuse it. Perhaps it could exit after being idle for some amount of time.
Here's one possible way of doing it: https://stackoverflow.com/a/22677752/412655
The text was updated successfully, but these errors were encountered: