Hi!
We are trying integrate with slides cloud api, and it is extremely slow, it takes about 1 minute to convert 1 pptx with 2 slides to Jpeg.
We make
- 1 request to upload file
- 1 request to get count slides
And 3 requests each slide - 1 for get info about size to estimate aspect ratio
- 1 for split current slide into Jpeg
- 1 for downloading result
And is very slow for such operation, it should take about 1-2 seconds for all but it takes about minute, and some of inherited requests about 20 seconds. And some times we just getting timeout Exception.
Is it depending on some thing ? maybe it is because we are using free plan ? Will this behavior change after change plan ?