Question

I need one that does not have a big queue. So, if it does not have it on its cache, it would generate and deliver it reasonably fast (1-4 seconds).

I do have a list of services, what I am asking is if you have experience with any such service that meets the above criteria that you could recommend.

Thank you

Edit: To clarify my intent, I need a thumbnail of any given website approximately 200-300 px wide. I need it fast because it is to be displayed while my the script calculates carious stuff on the background (all this is done and working. I am using a free service for test but it has a huge queue and most of the time the frontend side redirects to the results before the screenshot appears. My code takes about 10 seconds before it redirects to the results usually)

Was it helpful?

Solution

I think that you can do something on your own you by starting an X server and taking screenshots by using "import" command -- I'm pretty sure that it's going to be faster than any external services.

OTHER TIPS

It would impossible to guarantee 1-4 seconds for any webpage, it will always depend on how fast the page and all linked resources can be delivered. If you can load and see the page in a browser in 1-4 seconds, it is possible. I'm about to launch a webpage screenshot service that takes max 300-500ms to capture it, after the it gotten the required resources. For instances you can get a thumbnail of google in under a second. But for a instance newspaper sites tend to be slow, so loading them can take up to 10 seconds.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top